blob: c4f84fe425a9bf1ceb1270af71cf893c80f9f596 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
<div class="manage">
<!-- title bar -->
<div class="title-bar">
<div class="row">
<h4 class="col-md-10">Διαχείριση Αιτήσεων και Δοικητικών Εγγράφων</h4>
<div class="col-md-2">
<a type="button" class="btn btn-sm btn-back2panel pull-right" href="/panel">
Επιστροφή
</a>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12">
<div id="petitions">
<table id="dt-petitions" class="table table-responsive dt-table" style="width:100%">
<thead>
<!--<th class="dt-id">α/α</th>-->
<th class="dt-subject">Θέμα</th>
<th class="dt-protocol">Αρ.Πρωτόκολλου</th>
<!-- <th class="dt-signature">Signature</th> -->
<th class="dt-datepost">Ημερ. Καταχώρισης</th>
<th class="dt-actions"></th>
</thead>
</table>
</div>
</div>
</div>
</div><!-- /manage -->
|