-
Notifications
You must be signed in to change notification settings - Fork 0
/
Index.html
181 lines (157 loc) · 9.64 KB
/
Index.html
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
<!DOCTYPE html>
<html>
<head>
<meta ID="description" content="">
<meta ID="viewport" content="width=device-width, initial-scale=1">
<!--jQuery-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.2/jquery.min.js"></script>
<!--BOOTSTRAP-->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-switch/3.3.2/js/bootstrap-switch.js"></script>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<!-- Optional theme -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css" integrity="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp" crossorigin="anonymous">
<!--Bootstrap-validator-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/1000hz-bootstrap-validator/0.11.5/validator.min.js"></script>
<!--moment.js-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.12.0/moment.js"></script>
<!--script src="https://http://cdnjs.cloudflare.com/ajax/libs/moment.js/2.9.0/moment-with-locales.js"></script-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.16.0/locale/it.js"></script>
<!--Bootstrap-dateTimepicker-->
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-datetimepicker/4.17.43/js/bootstrap-datetimepicker.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-datetimepicker/4.17.43/css/bootstrap-datetimepicker.css" />
<!--data tables-->
<link rel="stylesheet" href="https://cdn.datatables.net/1.10.13/css/jquery.dataTables.min.css"/>
<script src="https://cdn.datatables.net/1.10.13/js/jquery.dataTables.min.js"></script>
<!-- datatables select-->
<link rel="stylesheet" href="https://cdn.datatables.net/select/1.2.1/css/select.dataTables.min.css"/>
<script src="https://cdn.datatables.net/select/1.2.1/js/dataTables.select.min.js"></script>
<script src="https://cdn.datatables.net/1.10.13/js/jquery.dataTables.min.js"></script>
<script src="https://cdn.datatables.net/1.10.13/js/dataTables.bootstrap.min.js"></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"/>
<link rel="stylesheet" href="https://cdn.datatables.net/1.10.13/css/dataTables.bootstrap.min.css"/>
<!-- bootstrap-slider.js-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-slider/9.5.4/bootstrap-slider.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-slider/9.5.4/css/bootstrap-slider.css"/>
</head>
<body onload="start()">
<div class="container">
<div class="col-sm-12 col-md-12 col-lg-12">
<!-- panel contenente la tabella con i files-->
<div id="myPanel" class="panel panel-default">
<div class="panel-heading">
<p>Files Affidi da importare
<button id="refreshTableFiles" type="button" class="btn btn-default btn-sm pull-right">
<span class="glyphicon glyphicon-refresh"></span>
<span style="font-size:smaller;">Aggiorna</span>
</button>
</p>
</div>
<div class="panel-body">
<form id="myFormFiles" data-toggle="validator" role="form">
<div class="form-group">
<table id="tableFiles" class="table table-striped">
<thead>
<tr class='info'>
<label>
<th>
<input id="checkedAll" type="checkbox" value="">
</th>
</label>
<th>Nome del file</th>
<th>Stato</th>
<th>Data assegnazione</th>
<th>Data importazione</th>
<th>Badge</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
</div>
<div class="form-group ">
<button type="submit" id="importa" class="btn btn-default btn-sm pull-right">
<span class="glyphicon glyphicon-import"></span>
<span style="font-size:smaller;">Importa</span>
</button>
</div>
</form>
</div>
<div class="panel-footer">
<div id="importOutput"></div>
</div>
</div>
<!-- panel-->
<!-- panel contenente la tabella con le diffide -->
<div class="panel panel-primary filterable">
<div class="panel-heading">
<p>Diffide da inviare</p>
<button id="filterButton" class="btn btn-default btn-sm btn-filter ">
<span class="glyphicon glyphicon-filter"></span>
<span style="font-size:smaller;">Filtra</span>
</button>
</div>
<div class="panel-body">
<form id="myFormDiffide" data-toggle="validator" role="form">
<div class="form-group">
<table id="tableDiffide" class="table table-striped">
<thead>
<tr class="filters info">
<th>
<input id="checkedAllDiffide" type="checkbox" value="">
</th>
<th>
<input id="range" type="text" class="form-control"disabled>
<input type="text" class="form-control" placeholder="rif prat" disabled>
</th>
<th>
<input type="text" class="form-control" placeholder="Codice cliente" disabled>
</th>
<th>
<input type="text" class="form-control" placeholder="Dato fiscale" disabled>
</th>
<th>
<input type="text" class="form-control" placeholder="Ragione sociale" disabled>
</th>
<th>
<input type="text" class="form-control" placeholder="Data Importazione" disabled>
</th>
<th>
<input type="text" class="form-control" placeholder="Stato" disabled>
</th>
<th></th>
</tr>
</thead>
<tbody>
<tr></tr>
</tbody>
</table>
</div>
<div class="form-group ">
<button type="submit" class="btn btn-default btn-sm pull-right">
<span class="glyphicon glyphicon-print"></span>
<span style="font-size:smaller;">Stampa</span>
</button>
</div>
</form>
</div>
<div class="panel-footer">
<div id="printOutput"></div>
</div>
</div>
</div> <!--col-->
</div> <!-- container-->
</body>
<?!= include('styleCSS'); ?>
<?!= include('javascript'); ?>
<?!= include('modalPrint'); ?>
</html>
<script>
$(function () {
$('#dataInvio').datetimepicker({
locale:'it',
format: 'MM/YYYY'
});
});
</script>