Nils Diewald | a944fab | 2015-04-08 21:02:04 +0000 | [diff] [blame] | 1 | <!DOCTYPE html> |
| 2 | <html> |
| 3 | <head> |
| 4 | <title>Virtual Collection demo</title> |
| 5 | <meta charset="utf-8" /> |
Nils Diewald | 0e6992a | 2015-04-14 20:13:52 +0000 | [diff] [blame] | 6 | <script data-main="vcdemo.js" src="../js/lib/require.js" async="async"></script> |
Nils Diewald | ce32811 | 2015-04-08 22:48:18 +0000 | [diff] [blame] | 7 | <link type="text/css" rel="stylesheet" href="../css/kalamar.css" /> |
Nils Diewald | a944fab | 2015-04-08 21:02:04 +0000 | [diff] [blame] | 8 | <style type="text/css" rel="stylesheet"> |
| 9 | |
| 10 | body { |
Nils Diewald | ce32811 | 2015-04-08 22:48:18 +0000 | [diff] [blame] | 11 | background-color: #9bad0b; |
Nils Diewald | a944fab | 2015-04-08 21:02:04 +0000 | [diff] [blame] | 12 | color: white; |
| 13 | font-family: tahoma, verdana, arial; |
| 14 | font-size: 10pt; |
| 15 | margin: 20px; |
| 16 | } |
| 17 | |
| 18 | .info { |
| 19 | background-color:white; |
| 20 | color: black; |
| 21 | padding: 1em; |
| 22 | font-family: mono; |
Nils Diewald | 652e5f4 | 2015-05-10 18:11:45 +0000 | [diff] [blame] | 23 | white-space: pre |
Nils Diewald | a944fab | 2015-04-08 21:02:04 +0000 | [diff] [blame] | 24 | } |
Nils Diewald | 359a72c | 2015-04-20 17:40:29 +0000 | [diff] [blame] | 25 | |
Nils Diewald | a944fab | 2015-04-08 21:02:04 +0000 | [diff] [blame] | 26 | </style> |
| 27 | </head> |
| 28 | <body> |
Akron | 2f97912 | 2018-07-25 17:00:23 +0200 | [diff] [blame] | 29 | <div id="vc-view"></div> |
Nils Diewald | a944fab | 2015-04-08 21:02:04 +0000 | [diff] [blame] | 30 | <div id="menu" class="vc"></div> |
| 31 | |
Nils Diewald | 845282c | 2015-05-14 07:53:03 +0000 | [diff] [blame] | 32 | <p><a onclick="KorAP.makeVCPersistant()" style="cursor:pointer">make persistant!</a></p> |
| 33 | |
Nils Diewald | a944fab | 2015-04-08 21:02:04 +0000 | [diff] [blame] | 34 | <hr /> |
| 35 | |
Nils Diewald | 845282c | 2015-05-14 07:53:03 +0000 | [diff] [blame] | 36 | <p><a onclick="KorAP.showJSON()" style="cursor:pointer">show KoralQuery!</a></p> |
Nils Diewald | a944fab | 2015-04-08 21:02:04 +0000 | [diff] [blame] | 37 | <div id="json" class="info"></div> |
| 38 | |
| 39 | <hr /> |
| 40 | |
Nils Diewald | 1fcb2ad | 2015-04-20 19:19:18 +0000 | [diff] [blame] | 41 | <p><a onclick="KorAP.showQuery()" style="cursor:pointer">show Query!</a></p> |
Nils Diewald | a944fab | 2015-04-08 21:02:04 +0000 | [diff] [blame] | 42 | <div id="query" class="info"></div> |
| 43 | |
Akron | 49f88cc | 2018-09-11 11:06:19 +0200 | [diff] [blame] | 44 | <div id="fragment"></div> |
| 45 | |
Nils Diewald | a944fab | 2015-04-08 21:02:04 +0000 | [diff] [blame] | 46 | </body> |
| 47 | </html> |