File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33< head >
44 < title > SQLite.viewer</ title >
55 < meta charset ="utf-8 ">
6+ < link href ="bootstrap.min.css " rel ="stylesheet ">
7+ < script src ="jquery.min.js "> </ script >
8+ < script src ="bootstrap.min.js "> </ script >
9+ < script src ="flash-alert.min.js "> </ script >
10+ < script src ="api.js "> </ script >
611</ head >
712< body >
8- < h1 > Testing </ h1 >
13+ < form >
14+ < div class ="form-small ">
15+ < div >
16+ < textarea id ="query " style ="width: 50% "> </ textarea >
17+ </ div >
18+ < button type ="button " class ="btn btn-primary " onclick ="executeQuery($('#query').val()) "> Run query</ button >
19+ </ div >
20+ </ form >
21+ < div >
22+ < button type ="button " class ="btn btn-primary " onclick ="download() "> Download database</ button >
23+ </ div >
24+ < div class ="row ">
25+ < div class ="col-sm-2 ">
26+ < div class ="panel panel-default ">
27+ < div class ="panel-heading "> Databases</ div >
28+ </ div >
29+ < div id ="db-list " class ="list-group ">
30+ </ div >
31+ </ div >
32+ < div class ="col-sm-2 ">
33+ < div class ="panel panel-default ">
34+ < div class ="panel-heading "> Tables</ div >
35+ </ div >
36+ < div id ="table-list " class ="list-group ">
37+ </ div >
38+ </ div >
39+
40+ < div class ="col-sm-8 ">
41+ < div class ="panel panel-default ">
42+ < div class ="panel-heading "> Data</ div >
43+ </ div >
44+ < div id ="table-data ">
45+
46+ </ div >
47+ </ div >
48+ </ div >
49+ < script src ="app.js "> </ script >
950</ body >
1051</ html >
You can’t perform that action at this time.
0 commit comments