-
Notifications
You must be signed in to change notification settings - Fork 3
/
options.html
165 lines (138 loc) · 8.5 KB
/
options.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
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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="shortcut icon" href="../images/icon-18.png" />
<title data-i18n>{{options}} | Fix the Web</title>
<style type="text/css">
@import 'styles/styles.css';
@import 'styles/special.css';
</style>
</head>
<body>
<div id="nav"><span class="version_number" title="{{version}}" data-i18n-attr="title"></span></div><!--This tab bar is automatically filled with JS.-->
<!-- To create a new tab, simply create a new <section> element with an ID. The ID will be the title of the tab. -->
<section id="options">
<h1>Fix the Web <span class="light" data-i18n> {{options}}</span></h1>
<!-- <h1>Fix the Web <span class="light"> Authentication</span></h1>-->
<form id="auth" class="hide sub_section">
<p>
<a href="#" id="twitter-login"></a>
</p>
<p>
<input type="text" placeholder="PIN number" size="30" id="pin-number" required="required" />
<button type="submit" data-i18n>{{connect}}</button>
</p>
<button disabled="disabled" data-i18n>{{connect_with_opera_account}}</button>
<em data-i18n>({{not_possible_yet}})</em>
</form>
<p id="loading"><img src="../images/loading-circle.png" alt="{{loading}}" title="{{loading}}..." /></p>
<p id="connected" class="hide" data-i18n>{{you_are_connected}} <strong><a href="#" id="disconnect" data-i18n>{{disconnect}}</a></strong></p>
<form id="prefs-form">
<div class="sub_section">
<label><span data-i18n>{{check_for_updates}}</span>
<input type="range" min="0" max="960" step="60" name="update-interval" id="update-interval" />
<em><span id="update-interval-value"></span></em>
</label>
<div>
<div id="update" class="update_button" data-i18n>{{check_for_updates_now}}</div>
</div>
</div>
<div class="sub_section">
<span data-i18n>{{toolbar_icon}}: </span>
<input type="radio" id="enable-icon" name="toolbar-icon" value="enable" />
<label for="enable-icon">
<strong data-i18n>{{enable}}</strong>
</label>
<input type="radio" id="disable-icon" name="toolbar-icon" value="disable" />
<label for="disable-icon">
<strong data-i18n>{{disable}}</strong>
</label>
</div>
<div class="sub_section">
<span data-i18n>{{show_reports_count_by}}</span>
<input type="radio" id="display-reports-by-domain" name="display-reports-by" value="domain" />
<label for="display-reports-by-domain">
<strong data-i18n>{{domain}}</strong>
</label>
<input type="radio" id="display-reports-by-page" name="display-reports-by" value="page" />
<label for="display-reports-by-page">
<strong data-i18n>{{page}}</strong>
</label>
<input type="radio" id="disable-display-reports" name="display-reports-by" value="disabled" />
<label for="disable-display-reports">
<strong data-i18n>{{disable}}</strong>
</label>
<div>
<span id="update-list" class="update_button" data-i18n>{{update_list_now}}</span> (<abbr title="{{about_badge_list}}" data-i18n-attr="title" data-i18n>{{about}}</abbr>):
</div>
</div>
<div class="sub_section">
<span data-i18n>{{browser_id}}</span> (<abbr data-i18n data-i18n-attr="title" title="{{browser_id_info}}">{{about}}</abbr>):
<input type="radio" name="browser-id" value="opera" id="as-opera" />
<label for="as-opera">
<strong data-i18n>{{as_opera}}</strong>
</label>
<input type="radio" name="browser-id" value="ie" id="as-ie" />
<label for="as-ie">
<strong data-i18n>{{as_ie}}</strong>
</label>
<input type="radio" name="browser-id" value="firefox" id="as-firefox" />
<label for="as-firefox">
<strong data-i18n>{{as_ff}}</strong>
</label>
<input type="radio" name="browser-id" value="chrome" id="as-chrome" />
<label for="as-chrome">
<strong data-i18n>{{as_chrome}}</strong>
</label>
</div>
</form>
<!--
</section>
<section id="authenticate">-->
<ul id="recent-posts"></ul><!--populated by Javascript-->
</section>
<section id="about">
<h1>Fix the Web <span class="light" data-i18n> {{about}}</span></h1>
<p data-i18n>{{contribute_to_the_project}}:</p>
<ul data-i18n>
<li><strong><a href="http://my.opera.com/fix-the-web">{{opera_ftw_group}}</a></strong> ({{opera_ftw_group_info}})</li>
<li><strong><a href="http://www.operaturkiye.net/fix-the-web">{{home_page}}</a></strong> ({{home_page_info}})</li>
<li><strong><a href="http://github.com/cyberstream/Fix-the-Web">{{main_repo}}</a></strong></li>
<li><strong><a href="http://github.com/cyberstream/Fix-the-Web-Server-Side">{{server_side_repo}}</a></strong></li>
<li><strong><a href="http://github.com/cyberstream/Fix-the-Web-CSS-Patches">{{css_patches}}</a></strong> ({{css_patches_info}})</li>
</ul>
<div id="columnize">
<div>
<h4 data-i18n>{{contributors}}:</h4>
<ul>
<li><strong><a href="http://my.opera.com/cyberstream">cyberstream</a></strong> <a href="mailto:cyberstream@myopera.com" data-i18n>({{email}})</a></li>
<li><strong><a href="http://my.opera.com/greench">greench</a></strong> <a href="mailto:greench@myopera.com" data-i18n>({{email}})</a></li>
<li><strong><a href="http://my.opera.com/inbuster">inbuster</a></strong> <a href="mailto:inbuster@myopera.com" data-i18n>({{email}})</a></li>
<li><strong><a href="http://my.opera.com/metude">metude</a></strong> <a href="mailto:metude@myopera.com" data-i18n>({{email}})</a></li>
<li><strong><a href="http://my.opera.com/zahek">zahek</a></strong> <a href="mailto:zahek@myopera.com" data-i18n>({{email}})</a></li>
<li><strong><a href="http://my.opera.com/BS-Harou">BS-Harou</a></strong></li>
</ul>
</div>
<div>
<h4 data-i18n>{{thanks}}:</h4>
<ul>
<li data-i18n><strong><a href="http://my.opera.com/AntonDiaz">AntonDiaz</a></strong> ({{anton_diaz_info}})</li>
<li data-i18n><strong><a href="http://my.opera.com/celeborn1">Yiğit Ateş</a></strong> ({{celeborn_info}})</li>
<li data-i18n><strong><a href="http://my.opera.com/mikolka-paravoz">Mixaill</a></strong> ({{mixaill_info}})</li>
</ul>
</div>
</div>
</section>
<footer>
<a href="reports.html" data-i18n>{{recent_reports}}</a>
</footer>
<script type="text/javascript" src="scripts/jsOAuth-1.3.3.min.js"></script>
<script type="text/javascript" src="scripts/jquery-1.6.4.min.js"></script>
<script type="text/javascript" src="scripts/locale.js"></script>
<script type="text/javascript" src="scripts/translate.js"></script>
<script type="text/javascript" src="scripts/misc.js"></script>
<script type="text/javascript" src="scripts/options.js"></script>
<script type="text/javascript" src="scripts/jquery.simplemodal.1.4.2.min.js"></script>
</body>
</html>