blinker / firefox.plugin / data / performancetest / performancetest-comment1.html @ master
History | View | Annotate | Download (1.478 KB)
| 1 | 76dd22bd | KevinTaron | <html>
|
|---|---|---|---|
| 2 | <head>
|
||
| 3 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> |
||
| 4 | <script src="../lib/jquery/jquery-2.2.4.min.js"></script> |
||
| 5 | <script src="performancetest.js"></script> |
||
| 6 | <link rel=stylesheet href="../lib/jquery-ui/jquery-ui.css"> |
||
| 7 | <link rel=stylesheet href="../tutorial/tutorial.css"> |
||
| 8 | <link rel=stylesheet href="performancetest.css"> |
||
| 9 | <title>Blickbrowser - Performance Test</title> |
||
| 10 | </head>
|
||
| 11 | <body>
|
||
| 12 | |||
| 13 | <div id="content" class="performacetest"> |
||
| 14 | |||
| 15 | <div class="container inputcont"> |
||
| 16 | <form action="performancetest-end.html" method="post"> |
||
| 17 | <h1>Leave a comment</h1> |
||
| 18 | |||
| 19 | <ol>
|
||
| 20 | <li>
|
||
| 21 | <h2><span class="number">1</span> Your comment</h2> |
||
| 22 | <p>Write a comment:</p> |
||
| 23 | <textarea placeholder="Leave your comment here" rows="10" cols="50" data-gaze="true" data-gaze-type="text" data-gaze-model="onscreen" required></textarea> |
||
| 24 | </li>
|
||
| 25 | <li>
|
||
| 26 | <h2><span class="number">2</span> Your profile</h2> |
||
| 27 | <p>Name:</p> |
||
| 28 | <input type="text" required placeholder="Enter your Fullname please" class="gaze-keyboard" data-gaze="true" data-gaze-type="text" data-gaze-model="onscreen"> |
||
| 29 | |||
| 30 | |||
| 31 | <p>Website:</p> |
||
| 32 | <input type="text" required placeholder="Enter the URL here" class="gaze-keyboard" data-gaze="true" data-gaze-type="text" data-gaze-model="onscreen"> |
||
| 33 | |||
| 34 | </li>
|
||
| 35 | </ol>
|
||
| 36 | <button data-gaze="true" data-gaze-type="action" data-gaze-model="onscreen">Send comment</button> |
||
| 37 | </form>
|
||
| 38 | </div>
|
||
| 39 | |||
| 40 | </div>
|
||
| 41 | |||
| 42 | </body>
|
||
| 43 | </html> |