blinker / firefox.plugin / data / performancetest / performancetest-comment2.html @ master
History | View | Annotate | Download (1.479 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="piemenu" required></textarea> |
||
24 | </li>
|
||
25 | <li>
|
||
26 | <h2><span class="number">2</span> Your profile</h2> |
||
27 | <p>Name:</p> |
||
28 | <input type="text" placeholder="Enter your Fullname please" class="gaze-keyboard" data-gaze="true" data-gaze-type="text" data-gaze-model="piemenu" required> |
||
29 | |||
30 | |||
31 | <p>Website:</p> |
||
32 | <input type="text" placeholder="Enter the URL here" class="gaze-keyboard" data-gaze="true" data-gaze-type="text" data-gaze-model="piemenu" required> |
||
33 | |||
34 | </li>
|
||
35 | </ol>
|
||
36 | |||
37 | <button data-gaze="true" data-gaze-type="action" data-gaze-model="piemenu">Send comment</button> |
||
38 | </form>
|
||
39 | </div>
|
||
40 | |||
41 | </div>
|
||
42 | |||
43 | </body>
|
||
44 | </html> |