-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathremote.html
executable file
·51 lines (47 loc) · 2.03 KB
/
remote.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-type" content="text/html;charset=UTF-8" />
<script>"Placeholder till atom/electron#3164 is resolved"</script>
<link rel="stylesheet" href="remote.css">
</head>
<body>
<fieldset id="control">
<legend data-i18n>modes.remote.control.title</legend>
<fieldset id="buttons">
<legend data-i18n>modes.remote.control.subtitle</legend>
<div id="button-right">
<button id="pause" class="ready" disabled data-i18n="common.action.pause"></button>
<button id="cancel" disabled="disabled" data-i18n="[title]common.action.canceltitle;common.action.cancel"></button>
</div>
<div id="ready-wrapper" data-i18n="[title]modes.remote.button.readytitle">
<label for="ready" data-i18n>modes.remote.button.ready</label>
<input id="ready" type="checkbox" class="fancy">
</div>
<div id="noreset-wrapper" data-i18n="[title]modes.remote.button.noresettitle">
<input id="noreset" type="checkbox" class="fancy managed">
<label for="noreset" data-i18n>modes.remote.button.noreset</label>
</div>
<button id="pen" class="normal" data-i18n>common.action.brush.lower</button>
<button id="park" class="normal" data-i18n="[title]common.action.parktitle;common.action.park"></button>
<button id="disable" class="normal" data-i18n="[title]common.action.disabletitle;common.action.disable"></button>
</fieldset>
<fieldset>
<legend data-i18n>modes.remote.queue.title</legend>
<table id="queue">
<thead>
<tr>
<th class="id" data-i18n>#</th>
<th class="name" data-i18n>modes.remote.queue.name</th>
<th class="status" data-i18n>modes.remote.queue.status</th>
<th class="time" data-i18n>modes.remote.queue.added</th>
<th class="settings" data-i18n>modes.remote.queue.settings</th>
</tr>
</thead>
<tbody></tbody>
</table>
</fieldset>
</fieldset>
<div id="paper-placeholder"/>
</body>
</html>