OLD | NEW |
| (Empty) |
1 <div id="detailsInternetPage" class="page" hidden> | |
2 <h1 id="inetTitle"></h1> | |
3 <!-- Navigation tabs --> | |
4 <div id="details-tab-strip" class="subpages-nav-tabs"> | |
5 <span id="wifiNetworkNavTab" class="tab wifi-details" | |
6 tab-contents="wifiNetworkTab"> | |
7 <span class="tab-label" | |
8 i18n-content="wifiNetworkTabLabel"></span> | |
9 <span class="active-tab-label" i18n-content="wifiNetworkTabLabel"></span> | |
10 </span> | |
11 <span id="vpnNavTab" class="tab vpn-details" | |
12 tab-contents="vpnTab"> | |
13 <span class="tab-label" | |
14 i18n-content="vpnTabLabel"></span> | |
15 <span class="active-tab-label" i18n-content="vpnTabLabel"></span> | |
16 </span> | |
17 <span id="cellularPlanNavTab" class="tab cellular-details cdma-only" | |
18 tab-contents="cellularPlanTab"> | |
19 <span class="tab-label" | |
20 i18n-content="cellularPlanTabLabel"></span> | |
21 <span class="active-tab-label" i18n-content="cellularPlanTabLabel"></span> | |
22 </span> | |
23 <span id="cellularConnNavTab" class="tab cellular-details" | |
24 tab-contents="cellularConnTab"> | |
25 <span class="tab-label" | |
26 i18n-content="cellularConnTabLabel"></span> | |
27 <span class="active-tab-label" i18n-content="cellularConnTabLabel"></span> | |
28 </span> | |
29 <span id="cellularDeviceNavTab" class="tab cellular-details" | |
30 tab-contents="cellularDeviceTab"> | |
31 <span class="tab-label" | |
32 i18n-content="cellularDeviceTabLabel"></span> | |
33 <span class="active-tab-label" | |
34 i18n-content="cellularDeviceTabLabel"></span> | |
35 </span> | |
36 <span id="internetNavTab" class="tab" tab-contents="internetTab"> | |
37 <span class="tab-label" i18n-content="networkTabLabel"></span> | |
38 <span class="active-tab-label" i18n-content="networkTabLabel"></span> | |
39 </span> | |
40 <span id="security-nav-tab" class="tab cellular-details gsm-only" | |
41 tab-contents="security-tab"> | |
42 <span class="tab-label" i18n-content="securityTabLabel"></span> | |
43 <span class="active-tab-label" i18n-content="securityTabLabel"></span> | |
44 </span> | |
45 </div> | |
46 <div id="wifiNetworkTab" class="subpages-tab-contents wifi-details"> | |
47 <section> | |
48 <table class="ssid-table"> | |
49 <tr> | |
50 <td class="option-name" i18n-content="inetSsid"></td> | |
51 <td id="inetSsid" class="option-value"></td> | |
52 </tr> | |
53 </table> | |
54 </section> | |
55 <section> | |
56 <table class="option-control-table"> | |
57 <tr class="prefer-network"> | |
58 <td> | |
59 <div class="checkbox"> | |
60 <label> | |
61 <input id="preferNetworkWifi" type="checkbox"> | |
62 <span i18n-content="inetPreferredNetwork"></span> | |
63 </label> | |
64 <span class="controlled-setting-indicator" data="preferred" | |
65 for="preferNetworkWifi"></span> | |
66 </div> | |
67 </td> | |
68 </tr> | |
69 <tr class="auto-connect-network"> | |
70 <td> | |
71 <div class="checkbox"> | |
72 <label> | |
73 <input id="autoConnectNetworkWifi" type="checkbox"> | |
74 <span i18n-content="inetAutoConnectNetwork"></span> | |
75 </label> | |
76 <span class="controlled-setting-indicator" data="autoConnect" | |
77 for="autoConnectNetworkWifi"></span> | |
78 </div> | |
79 </td> | |
80 </tr> | |
81 </table> | |
82 </section> | |
83 <section id="passwordNetwork" class="password-details"> | |
84 <table class="option-control-table"> | |
85 <tr> | |
86 <td class="option-name" i18n-content="inetPassProtected"></td> | |
87 </tr> | |
88 </table> | |
89 </section> | |
90 <section id="sharedNetwork" class="shared-network"> | |
91 <table class="option-control-table"> | |
92 <tr> | |
93 <td class="option-name" i18n-content="inetNetworkShared"></td> | |
94 </tr> | |
95 </table> | |
96 </section> | |
97 </div> | |
98 <div id="vpnTab" class="subpages-tab-contents vpn-details"> | |
99 <section> | |
100 <table class="option-control-table"> | |
101 <tr> | |
102 <td class="option-name" i18n-content="inetServiceName"></td> | |
103 <td id="inetServiceName" class="option-value"></td> | |
104 </tr> | |
105 <tr> | |
106 <td class="option-name" i18n-content="inetServerHostname"></td> | |
107 <td id="inetServerHostname" class="option-value"></td> | |
108 </tr> | |
109 <tr> | |
110 <td class="option-name" i18n-content="inetProviderType"></td> | |
111 <td id="inetProviderType" class="option-value"></td> | |
112 </tr> | |
113 <tr> | |
114 <td class="option-name" i18n-content="inetUsername"></td> | |
115 <td id="inetUsername" class="option-value"></td> | |
116 </tr> | |
117 </table> | |
118 </section> | |
119 </div> | |
120 <div id="cellularPlanTab" | |
121 class="subpages-tab-contents cellular-details cdma-only"> | |
122 <section> | |
123 <div> | |
124 <table id="details-plan-table" class="option-control-table"> | |
125 <tr class="plan-loading-info"> | |
126 <td i18n-content="planLoading" class="option-value"></td> | |
127 </tr> | |
128 <tr class="no-plan-info"> | |
129 <td i18n-content="noPlansFound" class="option-value"></td> | |
130 </tr> | |
131 </table> | |
132 </div> | |
133 <div id="planList"></div> | |
134 </section> | |
135 <section class="plan-details-info"> | |
136 <div class="checkbox"> | |
137 <label> | |
138 <input id="showPlanNotifications" type="checkbox" | |
139 pref="settings.internet.mobile.show_plan_notifications"> | |
140 <span i18n-content="showPlanNotifications"></span> | |
141 </label> | |
142 </div> | |
143 </section> | |
144 </div> | |
145 <div id="cellularConnTab" class="subpages-tab-contents cellular-details"> | |
146 <section id="cellularNetworkOptions"> | |
147 <table class="option-control-table"> | |
148 <tr> | |
149 <td class="option-name" i18n-content="serviceName"></td> | |
150 <td id="serviceName" class="option-value"></td> | |
151 </tr> | |
152 <tr> | |
153 <td class="option-name" i18n-content="networkTechnology"></td> | |
154 <td id="networkTechnology" class="option-value"></td> | |
155 </tr> | |
156 <tr> | |
157 <td class="option-name" i18n-content="activationState"></td> | |
158 <td id="activationState" class="option-value"></td> | |
159 </tr> | |
160 <tr> | |
161 <td class="option-name" i18n-content="roamingState"></td> | |
162 <td id="roamingState" class="option-value"></td> | |
163 </tr> | |
164 <tr> | |
165 <td class="option-name" i18n-content="restrictedPool"></td> | |
166 <td id="restrictedPool" class="option-value"></td> | |
167 </tr> | |
168 <tr class="gsm-only"> | |
169 <td class="option-name" i18n-content="operatorName"></td> | |
170 <td id="operatorName" class="option-value"></td> | |
171 </tr> | |
172 <tr class="gsm-only"> | |
173 <td class="option-name" i18n-content="operatorCode"></td> | |
174 <td id="operatorCode" class="option-value"></td> | |
175 </tr> | |
176 <tr> | |
177 <td class="option-name" i18n-content="errorState"></td> | |
178 <td id="errorState" class="option-value"></td> | |
179 </tr> | |
180 <tr class="gsm-only apn-list-view"> | |
181 <td class="option-name" i18n-content="cellularApnLabel"></td> | |
182 <td id="cellularApnLabel" class="option-value"> | |
183 <select id="selectApn"> | |
184 <option value="-1" i18n-content="cellularApnOther"> | |
185 </option> | |
186 </select> | |
187 <span class="controlled-setting-indicator" data="providerApnList" | |
188 for="selectApn"></span> | |
189 </td> | |
190 </tr> | |
191 <tr class="gsm-only apn-details-view"> | |
192 <td class="option-name" i18n-content="cellularApnLabel"></td> | |
193 <td id="cellularApnLabel" class="option-value"> | |
194 <input id="cellularApn" type="text"> | |
195 </td> | |
196 </tr> | |
197 <tr class="gsm-only apn-details-view"> | |
198 <td class="option-name" i18n-content="cellularApnUsername"></td> | |
199 <td id="cellularApnUsernameLabel" class="option-value"> | |
200 <input id="cellularApnUsername" type="text"> | |
201 </td> | |
202 </tr> | |
203 <tr class="gsm-only apn-details-view"> | |
204 <td class="option-name" i18n-content="cellularApnPassword"></td> | |
205 <td id="cellularApnPasswordLabel" class="option-value"> | |
206 <input id="cellularApnPassword" type="password"> | |
207 </td> | |
208 </tr> | |
209 <tr class="gsm-only apn-details-view"> | |
210 <td class="option-name"></td> | |
211 <td class="option-value"> | |
212 <button id="cellularApnUseDefault" | |
213 i18n-content="cellularApnUseDefault"></button> | |
214 <button id="cellularApnSet" | |
215 i18n-content="cellularApnSet"></button> | |
216 <button id="cellularApnCancel" | |
217 i18n-content="cellularApnCancel"></button> | |
218 </td> | |
219 </tr> | |
220 <tr> | |
221 <td colspan="2"> | |
222 <div class="checkbox"> | |
223 <label> | |
224 <input id="autoConnectNetworkCellular" type="checkbox"> | |
225 <span i18n-content="inetAutoConnectNetwork"></span> | |
226 </label> | |
227 <span class="controlled-setting-indicator" data="autoConnect" | |
228 for="autoConnectNetworkCellular"></span> | |
229 </div> | |
230 </td> | |
231 </tr> | |
232 </table> | |
233 </section> | |
234 </div> | |
235 <div id="cellularDeviceTab" class="subpages-tab-contents cellular-details"> | |
236 <section id="cellularDeviceOptions"> | |
237 <table class="option-control-table"> | |
238 <tr> | |
239 <td class="option-name" i18n-content="manufacturer"></td> | |
240 <td id="manufacturer" class="option-value"></td> | |
241 </tr> | |
242 <tr> | |
243 <td class="option-name" i18n-content="modelId"></td> | |
244 <td id="modelId" class="option-value"></td> | |
245 </tr> | |
246 <tr> | |
247 <td class="option-name" i18n-content="firmwareRevision"></td> | |
248 <td id="firmwareRevision" class="option-value"></td> | |
249 </tr> | |
250 <tr> | |
251 <td class="option-name" i18n-content="hardwareRevision"></td> | |
252 <td id="hardwareRevision" class="option-value"></td> | |
253 </tr> | |
254 <tr> | |
255 <td class="option-name" i18n-content="prlVersion"></td> | |
256 <td id="prlVersion" class="option-value"></td> | |
257 </tr> | |
258 <tr> | |
259 <td class="option-name">MEID:</td> | |
260 <td id="meid" class="option-value"></td> | |
261 </tr> | |
262 <tr> | |
263 <td class="option-name">ESN:</td> | |
264 <td id="esn" class="option-value"></td> | |
265 </tr> | |
266 <tr> | |
267 <td class="option-name">IMEI:</td> | |
268 <td id="imei" class="option-value"></td> | |
269 </tr> | |
270 <tr class="gsm-only"> | |
271 <td class="option-name">IMSI:</td> | |
272 <td id="imsi" class="option-value"></td> | |
273 </tr> | |
274 <tr> | |
275 <td class="option-name">MDN:</td> | |
276 <td id="mdn" class="option-value"></td> | |
277 </tr> | |
278 <tr> | |
279 <td class="option-name">MIN:</td> | |
280 <td id="min" class="option-value"></td> | |
281 </tr> | |
282 </table> | |
283 </section> | |
284 </div> | |
285 <div id="internetTab" class="subpages-tab-contents"> | |
286 <section id="advancedSection"> | |
287 <table class="option-control-table"> | |
288 <tr> | |
289 <td class="option-name" i18n-content="connectionState"></td> | |
290 <td id="connectionState" class="option-value"></td> | |
291 </tr> | |
292 <tr id="hardwareAddressRow"> | |
293 <td class="option-name" i18n-content="hardwareAddress"></td> | |
294 <td id="hardwareAddress" class="option-value"></td> | |
295 </tr> | |
296 </table> | |
297 </section> | |
298 <section id="ipconfigSection"> | |
299 <div> | |
300 <div id="ipTypeDHCPDiv" class="radio"> | |
301 <label> | |
302 <input type="radio" name="iptype" id="ipTypeDHCP" value="1"> | |
303 <span i18n-content="useDHCP"></span> | |
304 </label> | |
305 <span class="controlled-setting-indicator" data="ipconfigDHCP" | |
306 for="ipTypeDHCP"></span> | |
307 </div> | |
308 <div id="ipTypeStaticDiv" class="radio"> | |
309 <label> | |
310 <input type="radio" name="iptype" id="ipTypeStatic" value="0"> | |
311 <span i18n-content="useStaticIP"></span> | |
312 </label> | |
313 <span class="controlled-setting-indicator" data="ipconfigStatic" | |
314 for="ipTypeStatic"></span> | |
315 </div> | |
316 <div class="suboption"> | |
317 <div id="ipConfigManagement" class="settings-list"> | |
318 <list id="ipConfigList"></list> | |
319 </div> | |
320 </div> | |
321 </div> | |
322 </section> | |
323 <section id="change-proxy-section"> | |
324 <div> | |
325 <button id="change-proxy-button" i18n-content="changeProxyButton"> | |
326 </button> | |
327 </div> | |
328 </section> | |
329 </div> | |
330 <div id="security-tab" | |
331 class="subpages-tab-contents cellular-details gsm-only"> | |
332 <div id="cellular-security-options"> | |
333 <section> | |
334 <div id="sim-pin-lock" class="checkbox"> | |
335 <label> | |
336 <input id="sim-card-lock-enabled" type="checkbox"> | |
337 <span i18n-content="lockSimCard"></span> | |
338 </label> | |
339 <span class="controlled-setting-indicator" data="simCardLockEnabled" | |
340 for="sim-card-lock-enabled"></span> | |
341 </div> | |
342 </section> | |
343 <section> | |
344 <div id="change-pin-area"> | |
345 <button id="change-pin" i18n-content="changePinButton"></button> | |
346 <span class="controlled-setting-indicator" data="simCardLockEnabled" | |
347 for="change-pin"></span> | |
348 </div> | |
349 </section> | |
350 </div> | |
351 </div> | |
352 <div class="action-area bottom-strip button-strip"> | |
353 <button id="detailsInternetDismiss" | |
354 i18n-content="detailsInternetDismiss"></button> | |
355 <button id="detailsInternetLogin" | |
356 i18n-content="connect_button"></button> | |
357 <button id="detailsInternetDisconnect" | |
358 i18n-content="disconnect_button"></button> | |
359 <button id="activateDetails" | |
360 i18n-content="activate_button"></button> | |
361 <button id="buyplanDetails" | |
362 i18n-content="buyplan_button"></button> | |
363 </div> | |
364 </div> | |
OLD | NEW |