File: options.html

package info (click to toggle)
chrome-gnome-shell 10.1-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 1,440 kB
  • sloc: python: 444; sh: 18; makefile: 11
file content (118 lines) | stat: -rw-r--r-- 5,725 bytes parent folder | download
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
<!DOCTYPE html>
<html>
	<head>
		<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
		<title data-i18n="options_title, __MSG_gs_chrome__"></title>
		<link href="css/dialog-polyfill.css" rel="stylesheet" type="text/css" />
		<link href="css/tabby.min.css" rel="stylesheet" type="text/css" />
		<link href="css/options.css" rel="stylesheet" type="text/css" />
		<script type="text/javascript" src="include/external/dialog-polyfill.js"></script>
		<script type="text/javascript" src="include/external/jquery-2.1.4.js"></script>
		<script type="text/javascript" src="include/external/tabby-10.1.0.js"></script>
		<script type="text/javascript" src="include/i18n.js"></script>
		<script type="text/javascript" src="include/constants.js"></script>
		<script type="text/javascript" src="include/compat-common.js"></script>
		<script type="text/javascript" src="include/gsc.js"></script>
		<script type="text/javascript" src="include/sync.js"></script>
	</head>
	<body>
		<ul data-tabs='tabs' class="tabs">
			<li><a href="#options" class='active' data-i18n='options_link' data-tab='tab'></a></li>
			<li><a href="#synchronization" data-i18n='synchronization' data-tab='tab'></a></li>
			<li class='translation_credits_container'><a href="#translation_credits" data-i18n='translation_credits_title' data-tab='tab'></a></li>
		</ul>
		<div data-tabs-content='tabs-content'>
			<div id="options" class="tabs-pane active" data-tabs-pane='tabs-pane'>
				<div id="status" data-i18n="options_saved"></div>
				<div id="error"></div>

				<fieldset>
					<dl>
						<dt>
							<span data-i18n="options_update_check"></span>:<br class="update-notice"/>
							<span class="notice wrapped update-notice" data-i18n="options_update_check_notice"></span>
						</dt>
						<dd>
							<label for='update_check_yes' data-i18n="yes"></label> <input type='radio' id='update_check_yes' name='update_check' disabled='disabled' />
							<label for='update_check_no' data-i18n="no"></label> <input type='radio' id='update_check_no' name='update_check' disabled='disabled' />

							<div class='notice'><span data-i18n="options_last_check"></span>: <span id="last_update_check" data-i18n="never"></span></div>
						</dd>
					</dl>
					<dl>
						<dt>
							<span data-i18n="options_update_check_enabled"></span>:<br class="update-notice"/>
							<span class="notice wrapped update-notice" data-i18n="options_update_check_enabled_notice"></span>
						</dt>
						<dd>
							<label for='update_check_enabled_yes' data-i18n="yes"></label> <input type='radio' id='update_check_enabled_yes' name='update_check_enabled' disabled='disabled' />
							<label for='update_check_enabled_no' data-i18n="no"></label> <input type='radio' id='update_check_enabled_no' name='update_check_enabled' disabled='disabled' />
						</dd>
					</dl>
					<dl>
						<dt><label for='update_check_period' data-i18n="options_check_period"></label>:</dt>
						<dd>
							<input id='update_check_period' type='number' min="3" disabled='disabled' /> <span data-i18n="hours"></span>

							<div class='notice'><span data-i18n="options_next_check"></span>: <span id="next_update_check" data-i18n="never"></span></div>
						</dd>
					</dl>
					<dl>
						<dt>
							<label for='synchronize_extensions_yes' data-i18n="options_synchronize_extensions"></label>:<br />
							<span class="notice wrapped" data-i18n="options_synchronize_extensions_notice"></span>
						</dt>
						<dd>
							<label for='synchronize_extensions_yes' data-i18n="yes"></label> <input type='radio' id='synchronize_extensions_yes' name='synchronize_extensions' />
							<label for='synchronize_extensions_no' data-i18n="no"></label> <input type='radio' id='synchronize_extensions_no' name='synchronize_extensions' />
						</dd>
					</dl>
					<dl>
						<dt><span data-i18n="options_use_light_icon"></span>:</dt>
						<dd>
							<label for='use_light_icon_yes' data-i18n="yes"></label> <input type='radio' id='use_light_icon_yes' name='use_light_icon' />
							<label for='use_light_icon_no' data-i18n="no"></label> <input type='radio' id='use_light_icon_no' name='use_light_icon' />
						</dd>
					</dl>
					<dl>
						<dt><span data-i18n="options_show_release_notes"></span>:</dt>
						<dd>
							<label for='show_release_notes_yes' data-i18n="yes"></label> <input type='radio' id='show_release_notes_yes' name='show_release_notes' />
							<label for='show_release_notes_no' data-i18n="no"></label> <input type='radio' id='show_release_notes_no' name='show_release_notes' />
						</dd>
					</dl>
				</fieldset>

				<div class='buttons'>
					<button id="save" data-i18n="save"></button>
				</div>
			</div>
			<div id="synchronization" class="tabs-pane" data-tabs-pane='tabs-pane'>
				<table>
					<thead>
						<tr>
							<th data-i18n="extension_name"></th>
							<th data-i18n="extension_installed"></th>
							<th data-i18n="extension_enabled"></th>
							<th data-i18n="extension_synchronized"></th>
						</tr>
					</thead>
					<tbody></tbody>
				</table>
			</div>
			<div id="translation_credits" class="tabs-pane translation_credits_container" data-tabs-pane='tabs-pane'>
				<div data-i18n='translation_credits' data-i18n-html='true'></div>
			</div>
		</div>

		<dialog id='syncChoice'>
			<h2 data-i18n='synchronization_storage_exists'></h2>
			<form method="dialog">
				<button type='submit' value='local' data-i18n='synchronization_use_local'></button>
				<button type='submit' value='remote' data-i18n='synchronization_use_remote'></button>
				<button type='submit' value='cancel' data-i18n='synchronization_cancel'></button>
			</form>
		</dialog>
		<script type="text/javascript" src="options.js"></script>
	</body>
</html>