blinker / firefox.plugin / data / settings / html-gaze-attr.html @ master
History | View | Annotate | Download (659 Bytes)
1 |
<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 |
<link rel=stylesheet href="../tutorial/tutorial.css"> |
6 |
<link rel=stylesheet href="html-gaze-attr.css"> |
7 |
<title>Blickbrowser - GAZE-Element Settings</title> |
8 |
</head>
|
9 |
<body>
|
10 |
<div id="content" class="tutorial"> |
11 |
|
12 |
<div class="container inputcont"> |
13 |
|
14 |
<h1>HTML GAZE Settings</h1> |
15 |
|
16 |
<ol class="settings"> |
17 |
|
18 |
</ol>
|
19 |
|
20 |
<button class="additem">Add new item</button> |
21 |
<button class="save">Save</button> |
22 |
<button class="resetToDef">Reset to Default</button> |
23 |
|
24 |
|
25 |
</div>
|
26 |
|
27 |
</div>
|
28 |
</body>
|
29 |
</html>
|