-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdatabase.html
184 lines (136 loc) · 9.88 KB
/
database.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
182
183
184
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Database</title>
<link rel="icon" href="https://pepadb.us.es/imagenes_app/meta_icon_tableVue.png" type="image/x-icon">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-KK94CHFLLe+nY2dmCWGMq91rCGa5gtU4mk92HdvYe+M/SXH301p5ILy+dN9+nJOZ" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.7.2/font/bootstrap-icons.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/gh/akottr/dragtable@master/dragtable.css" rel="stylesheet">
<link href="https://unpkg.com/jquery-resizable-columns@0.2.3/dist/jquery.resizableColumns.css" rel="stylesheet">
<link rel="stylesheet" href="https://unpkg.com/bootstrap-table@1.21.4/dist/themes/materialize/bootstrap-table-materialize.min.css">
<link href="https://unpkg.com/bootstrap-table@1.21.4/dist/bootstrap-table.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css">
<link href="https://rawgit.com/vitalets/x-editable/master/dist/bootstrap3-editable/css/bootstrap-editable.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-table/1.21.4/extensions/filter-control/bootstrap-table-filter-control.min.css" integrity="sha512-3wnb7LWbjgtAbFFhszzC2PrPQ5fo1OnqRJHd9QYn+8UCMWMqQQrl5BZBJQx+cluqVIaszGF0MyEefoMC0Izxqg==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link href="https://unpkg.com/bootstrap-table@1.21.4/dist/extensions/reorder-rows/bootstrap-table-reorder-rows.css" rel="stylesheet">
<link rel="stylesheet" href="csstable/styles.css" type="text/css">
</head>
<body>
<ul class="nav justify-content-end" style="background-color: #3c3c3b;">
<li class="nav-item">
<a class="nav-link active" aria-current="page" target=_blank href="https://pepadb.us.es/" style="color:#fff">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" target=_blank href="https://github.com/GaloRomero/pepadbDatabase" style="color:#fff">Documentation</a>
</li>
</ul>
<div class="container-fluid mt-1 ">
<div class="table-responsive">
<table class="table table-striped table-bordered border-secondary"
id="table"
data-toggle="table"
data-show-toggle="false"
data-show-refresh="true"
data-export-data-type="selected"
data-show-export="true"
data-filter-control="false"
data-show-search-clear-button="true"
data-show-columns="true"
data-click-to-select="false"
data-show-copy-rows="true"
data-key-events="true"
data-show-pagination-switch="true"
data-pagination="true"
data-page-list="[15, 50, 100, ALL]"
data-page-size="15"
data-pagination-pre-text="Previous"
data-pagination-next-text="Next"
data-show-print="true"
data-print-as-filtered-and-sorted-on-ui="true"
data-show-multi-sort="true"
data-show-jump-to="false"
data-reorderable-columns="true"
data-reorderable-rows="false"
data-mobile-responsive="true"
data-card-view="true"
data-resizable="false"
data-search="true"
data-strict-search="true"
data-search-highlight="true"
data-show-search-button="true"
data-search-align="left"
data-advanced-search="true"
data-id-table="advancedTable"
data-show-fullscreen="false"
data-sort-name="structure"
data-url="https://pepadb.us.es/json/frequency_table.json">
<thead class="table #e0e0e0 grey lighten-2">
<tr>
<th data-field="state" data-checkbox="true"></th>
<th data-field="structure" data-sortable="true" data-align="center" >Archaeological structures</th>
<th data-field="country" data-sortable="true" data-align="center">Country</th>
<th data-field="adm1" data-sortable="true" data-align="center">Administration (1st level)</th>
<th data-field="adm2" data-sortable="true" data-align="center" >Administration (2nd level)</th>
<th data-field="struc_type" data-sortable="true" data-align="center">Structure type</th>
<th data-field="millennium" data-sortable="true" data-align="center">Millennium BCE</th>
<th data-field="type" data-sortable="true" data-align="center">Item type</th>
<th data-field="raw_material" data-sortable="true" data-align="center">Raw material</th>
<th data-field="n_items" data-sortable="true"data-align="center">Total items</th>
</tr>
</thead>
</table>
</div>
</div>
<footer class=" text-center text-white">
<!-- logos -->
<div class="container-fluid p-4 pb-0" id="container-logos-footer" style="background-color: #3c3c3b;">
<div class="row align-items-center gy-5">
<div class="col-lg-6 col-md-6 col-sm-12 col-xs-12" style=" height: 150px;">
<img class="img-fluid" src="https://pepadb.us.es/imagenes_app/pepa_footer.png" style="max-width: 100%; max-height: 100%;"></img>
</div>
<div class="col-lg-6 col-md-6 col-sm-12 col-xs-12">
<img class="img-fluid" id="logoUsFlul" src="https://pepadb.us.es/imagenes_app/logo_unis.png" style="width: 500px; "></img>
</div>
</div>
</div>
<!-- logos -->
<!-- Copyright -->
<div class="container-fluid text-center text-dark p-3" style="background-color: #c5c5c5; display: table;">
<p style="display: table-cell;" xmlns:cc="http://creativecommons.org/ns#" xmlns:dct="http://purl.org/dc/terms/"><span property="dct:title">PEPAdb online database and data</span> are licensed under <a href="http://creativecommons.org/licenses/by-nc-sa/4.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC BY-NC-SA 4.0<img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/cc.svg?ref=chooser-v1"><img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/by.svg?ref=chooser-v1"><img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/nc.svg?ref=chooser-v1"><img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/sa.svg?ref=chooser-v1"></a></p>
</div>
<!-- Copyright -->
</footer>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.4/jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/tableexport.jquery.plugin@1.10.21/tableExport.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/tableexport.jquery.plugin@1.10.21/libs/jsPDF/jspdf.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/tableexport.jquery.plugin@1.10.21/libs/jsPDF-AutoTable/jspdf.plugin.autotable.js"></script>
<script src="https://cdn.jsdelivr.net/npm/jqueryui@1.11.1/jquery-ui.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/akottr/dragtable@master/jquery.dragtable.js"></script>
<script src="https://unpkg.com/jquery-resizable-columns@0.2.3/dist/jquery.resizableColumns.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/tablednd@1.0.5/dist/jquery.tablednd.min.js"></script>
<script src="https://rawgit.com/hhurz/tableExport.jquery.plugin/master/tableExport.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha3/dist/js/bootstrap.bundle.min.js" integrity="sha384-ENjdO4Dr2bkBIFxQpeoTz1HIcje39Wm4jDKdf19U8gI4ddQ3GYNS7NTKfAdVQSZe" crossorigin="anonymous" type="text/javascript" ></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/js/materialize.min.js"></script>
<script src="https://unpkg.com/bootstrap-table@1.21.4/dist/bootstrap-table.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-table/1.21.4/extensions/filter-control/bootstrap-table-filter-control.min.js" integrity="sha512-/h89z5K7yzd1hIhw94drUJKivJcDQ3e93pKwC9bxLgWWhO+cD0RxCplr6tccXu3S1gbowNTsPFcVt+KMdGLdKw==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="https://unpkg.com/bootstrap-table@1.21.4/dist/extensions/export/bootstrap-table-export.min.js"></script>
<script src="https://unpkg.com/bootstrap-table@1.21.4/dist/extensions/copy-rows/bootstrap-table-copy-rows.min.js"></script>
<script src="https://unpkg.com/bootstrap-table@1.21.4/dist/extensions/key-events/bootstrap-table-key-events.min.js"></script>
<script src="https://unpkg.com/bootstrap-table@1.21.4/dist/extensions/print/bootstrap-table-print.min.js"></script>
<script src="https://unpkg.com/bootstrap-table@1.21.4/dist/extensions/multiple-sort/bootstrap-table-multiple-sort.js"></script>
<script src="https://unpkg.com/bootstrap-table@1.21.4/dist/extensions/page-jump-to/bootstrap-table-page-jump-to.min.js"></script>
<script src="https://unpkg.com/bootstrap-table@1.21.4/dist/extensions/reorder-columns/bootstrap-table-reorder-columns.min.js"></script>
<script src="https://unpkg.com/bootstrap-table@1.21.4/dist/extensions/reorder-rows/bootstrap-table-reorder-rows.min.js"></script>
<script src="https://unpkg.com/bootstrap-table@1.21.4/dist/extensions/mobile/bootstrap-table-mobile.min.js"></script>
<script src="https://unpkg.com/bootstrap-table@1.21.4/dist/extensions/resizable/bootstrap-table-resizable.min.js"></script>
<script src="https://unpkg.com/bootstrap-table@1.21.4/dist/extensions/toolbar/bootstrap-table-toolbar.min.js"></script>
<!-- Font Awesome Token -->
<script src="https://kit.fontawesome.com/227bad09bb.js" crossorigin="anonymous"></script>
<!-- Font Awesome Token -->
</body>
</html>