| Nils Diewald | a944fab | 2015-04-08 21:02:04 +0000 | [diff] [blame] | 1 | <!DOCTYPE html> | 
 | 2 | <html> | 
 | 3 |   <head> | 
 | 4 |     <title>Hint demo</title> | 
 | 5 |     <meta charset="utf-8" /> | 
| Nils Diewald | 0e6992a | 2015-04-14 20:13:52 +0000 | [diff] [blame] | 6 |     <script data-main="hintdemo.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 |   </head> | 
 | 9 |   <body> | 
 | 10 |     <header> | 
| Akron | 2d0d96d | 2019-11-18 19:49:50 +0100 | [diff] [blame] | 11 |       <form id="searchform" autocomplete="off" action="/kalamar"> | 
| Nils Diewald | a944fab | 2015-04-08 21:02:04 +0000 | [diff] [blame] | 12 | 	<div id="searchbar"> | 
 | 13 | 	  <input type="search" | 
 | 14 | 		 placeholder="Find ..." | 
 | 15 | 		 name="q" | 
 | 16 | 		 id="q-field" | 
| Akron | 308db38 | 2016-05-30 22:34:07 +0200 | [diff] [blame] | 17 | 		 value="mbfhjgfghfhgfhfghfghnhvrthrjvztrhhrnvnthvft" | 
| Nils Diewald | a944fab | 2015-04-08 21:02:04 +0000 | [diff] [blame] | 18 | 		 autofocus="autofocus" /> | 
 | 19 | 	  <button type="submit"><span>Go</span></button> | 
 | 20 | 	</div> | 
| Akron | 2d0d96d | 2019-11-18 19:49:50 +0100 | [diff] [blame] | 21 |   <div id="vc-view"></div> | 
| Nils Diewald | a944fab | 2015-04-08 21:02:04 +0000 | [diff] [blame] | 22 |       </form> | 
 | 23 |     </header> | 
| Akron | 308db38 | 2016-05-30 22:34:07 +0200 | [diff] [blame] | 24 |  | 
 | 25 |     <a onclick="demoAlert(14, 'This is a warning')">Alert at 14</a> | 
| Nils Diewald | a944fab | 2015-04-08 21:02:04 +0000 | [diff] [blame] | 26 |   </body> | 
 | 27 | </html> |