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