Mercurial > hg > ng2-query-ismi
annotate index.html @ 31:4926885f8a99
selectable result columns. nicer cypher query output.
author | casties |
---|---|
date | Mon, 01 Feb 2016 20:10:55 +0100 |
parents | 0795207f3b90 |
children | 313a5360c2d3 |
rev | line source |
---|---|
0 | 1 <html> |
2 | |
3 <head> | |
13
98b435bb6c0c
more query work.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
7
diff
changeset
|
4 <title>ISMI Query Builder</title> |
0 | 5 |
25 | 6 <!--link to bootstrap.css--> |
7 <link rel="stylesheet" href="assets/css/prism-okaidia.css"> | |
8 <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css"> | |
9 <link rel="stylesheet" type="text/css" href="//cdn.datatables.net/1.10.9/css/jquery.dataTables.css"> | |
10 <link rel="stylesheet" href="assets/css/style.css"> | |
11 | |
0 | 12 <!-- 1. Load libraries --> |
22 | 13 <script src="jspm_packages/system.js"></script> |
14 <script src="config.js"></script> | |
0 | 15 |
16 <!-- 2. Configure SystemJS --> | |
17 <script> | |
22 | 18 System.import('app') |
0 | 19 .then(null, console.error.bind(console)); |
20 </script> | |
21 | |
22 </head> | |
23 | |
24 <!-- 3. Display the application --> | |
25 <body> | |
13
98b435bb6c0c
more query work.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
7
diff
changeset
|
26 <query-app>Loading... Query Builder</query-app> |
0 | 27 </body> |
28 | |
29 </html> |