Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(32)

Side by Side Diff: chrome/browser/resources/options/chromeos/internet_detail.html

Issue 11066015: Finish implementation of controlled setting indicator (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <div id="details-internet-page" class="page" hidden> 1 <div id="details-internet-page" class="page" hidden>
2 <div class="close-button"></div> 2 <div class="close-button"></div>
3 <!-- Network header --> 3 <!-- Network header -->
4 <div id="network-details-header"> 4 <div id="network-details-header">
5 <div id="network-details-title"></div> 5 <div id="network-details-title"></div>
6 <div id="network-details-subtitle"> 6 <div id="network-details-subtitle">
7 <span id="network-details-subtitle-status"></span> 7 <span id="network-details-subtitle-status"></span>
8 <span id="network-details-subtitle-separator"> - </span> 8 <span id="network-details-subtitle-separator"> - </span>
9 <span id="network-details-subtitle-type"></span> 9 <span id="network-details-subtitle-type"></span>
10 </div> 10 </div>
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 <div id="wifi-network-tab" class="subpages-tab-contents wifi-details"> 65 <div id="wifi-network-tab" class="subpages-tab-contents wifi-details">
66 <section> 66 <section>
67 <table class="option-control-table"> 67 <table class="option-control-table">
68 <tr id="prefer-network"> 68 <tr id="prefer-network">
69 <td> 69 <td>
70 <div class="checkbox"> 70 <div class="checkbox">
71 <label> 71 <label>
72 <input id="prefer-network-wifi" type="checkbox"> 72 <input id="prefer-network-wifi" type="checkbox">
73 <span i18n-content="inetPreferredNetwork"></span> 73 <span i18n-content="inetPreferredNetwork"></span>
74 </label> 74 </label>
75 <span class="controlled-setting-indicator" data="preferred" 75 <span class="controlled-setting-indicator" type="checkbox"
76 for="prefer-network-wifi"></span> 76 data="preferred" for="prefer-network-wifi"></span>
77 </div> 77 </div>
78 </td> 78 </td>
79 </tr> 79 </tr>
80 <tr class="auto-connect-network"> 80 <tr class="auto-connect-network">
81 <td> 81 <td>
82 <div class="checkbox"> 82 <div class="checkbox">
83 <label> 83 <label>
84 <input id="auto-connect-network-wifi" type="checkbox"> 84 <input id="auto-connect-network-wifi" type="checkbox">
85 <span i18n-content="inetAutoConnectNetwork"></span> 85 <span i18n-content="inetAutoConnectNetwork"></span>
86 </label> 86 </label>
87 <span class="controlled-setting-indicator" data="autoConnect" 87 <span class="controlled-setting-indicator" type="checkbox"
88 for="auto-connect-network-wifi"></span> 88 data="autoConnect" for="auto-connect-network-wifi"></span>
89 </div> 89 </div>
90 </td> 90 </td>
91 </tr> 91 </tr>
92 </table> 92 </table>
93 </section> 93 </section>
94 <section> 94 <section>
95 <table id="wifi-settings-table"> 95 <table id="wifi-settings-table">
96 <tr> 96 <tr>
97 <td class="option-name" i18n-content="connectionState"></td> 97 <td class="option-name" i18n-content="connectionState"></td>
98 <td id="wifi-connection-state" class="option-value"></td> 98 <td id="wifi-connection-state" class="option-value"></td>
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
156 <div id="wimax-network-tab" class="subpages-tab-contents wimax-details"> 156 <div id="wimax-network-tab" class="subpages-tab-contents wimax-details">
157 <section> 157 <section>
158 <table class="option-control-table"> 158 <table class="option-control-table">
159 <tr class="auto-connect-network"> 159 <tr class="auto-connect-network">
160 <td> 160 <td>
161 <div class="checkbox"> 161 <div class="checkbox">
162 <label> 162 <label>
163 <input id="auto-connect-network-wimax" type="checkbox"> 163 <input id="auto-connect-network-wimax" type="checkbox">
164 <span i18n-content="inetAutoConnectNetwork"></span> 164 <span i18n-content="inetAutoConnectNetwork"></span>
165 </label> 165 </label>
166 <span class="controlled-setting-indicator" data="autoConnect" 166 <span class="controlled-setting-indicator" type="checkbox"
167 for="auto-connect-network-wimax"></span> 167 data="autoConnect" for="auto-connect-network-wimax"></span>
168 </div> 168 </div>
169 </td> 169 </td>
170 </tr> 170 </tr>
171 </table> 171 </table>
172 </section> 172 </section>
173 <section> 173 <section>
174 <table id="wimax-settings-table"> 174 <table id="wimax-settings-table">
175 <tr> 175 <tr>
176 <td class="option-name" i18n-content="connectionState"></td> 176 <td class="option-name" i18n-content="connectionState"></td>
177 <td id="wimax-connection-state" class="option-value"></td> 177 <td id="wimax-connection-state" class="option-value"></td>
(...skipping 22 matching lines...) Expand all
200 <section> 200 <section>
201 <table class="option-control-table"> 201 <table class="option-control-table">
202 <tr> 202 <tr>
203 <td class="option-name" i18n-content="inetServiceName"></td> 203 <td class="option-name" i18n-content="inetServiceName"></td>
204 <td id="inet-service-name" class="option-value"></td> 204 <td id="inet-service-name" class="option-value"></td>
205 </tr> 205 </tr>
206 <tr> 206 <tr>
207 <td class="option-name" i18n-content="inetServerHostname"></td> 207 <td class="option-name" i18n-content="inetServerHostname"></td>
208 <td> 208 <td>
209 <input class="option-value" id="inet-server-hostname"></input> 209 <input class="option-value" id="inet-server-hostname"></input>
210 <span class="controlled-setting-indicator" 210 <span class="controlled-setting-indicator" type="text"
211 data="serverHostname" for="inet-server-hostname"></span> 211 data="serverHostname" for="inet-server-hostname"></span>
212 </td> 212 </td>
213 </tr> 213 </tr>
214 <tr> 214 <tr>
215 <td class="option-name" i18n-content="inetProviderType"></td> 215 <td class="option-name" i18n-content="inetProviderType"></td>
216 <td id="inet-provider-type" class="option-value"></td> 216 <td id="inet-provider-type" class="option-value"></td>
217 </tr> 217 </tr>
218 <tr> 218 <tr>
219 <td class="option-name" i18n-content="inetUsername"></td> 219 <td class="option-name" i18n-content="inetUsername"></td>
220 <td id="inet-username" class="option-value"></td> 220 <td id="inet-username" class="option-value"></td>
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
262 <td class="option-name" i18n-content="errorState"></td> 262 <td class="option-name" i18n-content="errorState"></td>
263 <td id="error-state" class="option-value"></td> 263 <td id="error-state" class="option-value"></td>
264 </tr> 264 </tr>
265 <tr class="gsm-only apn-list-view"> 265 <tr class="gsm-only apn-list-view">
266 <td class="option-name" i18n-content="cellularApnLabel"></td> 266 <td class="option-name" i18n-content="cellularApnLabel"></td>
267 <td id="cellular-apn-label" class="option-value"> 267 <td id="cellular-apn-label" class="option-value">
268 <select id="select-apn"> 268 <select id="select-apn">
269 <option value="-1" i18n-content="cellularApnOther"> 269 <option value="-1" i18n-content="cellularApnOther">
270 </option> 270 </option>
271 </select> 271 </select>
272 <span class="controlled-setting-indicator" data="providerApnList" 272 <span class="controlled-setting-indicator" type="select"
273 for="select-apn"></span> 273 data="providerApnList" for="select-apn"></span>
274 </td> 274 </td>
275 </tr> 275 </tr>
276 <tr class="gsm-only apn-details-view"> 276 <tr class="gsm-only apn-details-view">
277 <td class="option-name" i18n-content="cellularApnLabel"></td> 277 <td class="option-name" i18n-content="cellularApnLabel"></td>
278 <td id="cellular-apn-label" class="option-value"> 278 <td id="cellular-apn-label" class="option-value">
279 <input id="cellular-apn" type="text"> 279 <input id="cellular-apn" type="text">
280 </td> 280 </td>
281 </tr> 281 </tr>
282 <tr class="gsm-only apn-details-view"> 282 <tr class="gsm-only apn-details-view">
283 <td class="option-name" i18n-content="cellularApnUsername"></td> 283 <td class="option-name" i18n-content="cellularApnUsername"></td>
(...skipping 18 matching lines...) Expand all
302 i18n-content="cellularApnCancel"></button> 302 i18n-content="cellularApnCancel"></button>
303 </td> 303 </td>
304 </tr> 304 </tr>
305 <tr> 305 <tr>
306 <td colspan="2"> 306 <td colspan="2">
307 <div class="checkbox"> 307 <div class="checkbox">
308 <label> 308 <label>
309 <input id="auto-connect-network-cellular" type="checkbox"> 309 <input id="auto-connect-network-cellular" type="checkbox">
310 <span i18n-content="inetAutoConnectNetwork"></span> 310 <span i18n-content="inetAutoConnectNetwork"></span>
311 </label> 311 </label>
312 <span class="controlled-setting-indicator" data="autoConnect" 312 <span class="controlled-setting-indicator" type="checkbox"
313 for="auto-connect-network-cellular"></span> 313 data="autoConnect" for="auto-connect-network-cellular"></spa n>
314 </div> 314 </div>
315 </td> 315 </td>
316 </tr> 316 </tr>
317 </table> 317 </table>
318 </section> 318 </section>
319 </div> 319 </div>
320 <div id="cellular-device-tab" class="subpages-tab-contents 320 <div id="cellular-device-tab" class="subpages-tab-contents
321 cellular-details"> 321 cellular-details">
322 <section id="cellular-device-options"> 322 <section id="cellular-device-options">
323 <table class="option-control-table"> 323 <table class="option-control-table">
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
381 </tr> 381 </tr>
382 </table> 382 </table>
383 </section> 383 </section>
384 <section id="ipconfig-section"> 384 <section id="ipconfig-section">
385 <div id="ip-automatic-configuration" class="checkbox"> 385 <div id="ip-automatic-configuration" class="checkbox">
386 <label> 386 <label>
387 <input id="ip-automatic-configuration-checkbox" 387 <input id="ip-automatic-configuration-checkbox"
388 type="checkbox"> 388 type="checkbox">
389 <span i18n-content="ipAutomaticConfiguration"></span> 389 <span i18n-content="ipAutomaticConfiguration"></span>
390 </label> 390 </label>
391 <span class="controlled-setting-indicator" data="ipconfigDHCP" 391 <span class="controlled-setting-indicator" type="checkbox"
392 for="ip-automatic-configuration"></span> 392 data="ipconfigDHCP" for="ip-automatic-configuration"></span>
393 </div> 393 </div>
394 <div> 394 <div>
395 <table id="ip-address-settings"> 395 <table id="ip-address-settings">
396 <tr> 396 <tr>
397 <td class="spacer" width="14px"></td> 397 <td class="spacer" width="14px"></td>
398 <td class="option-name" i18n-content="inetAddress"></td> 398 <td class="option-name" i18n-content="inetAddress"></td>
399 <td><div id="ip-address"></div></td> 399 <td><div id="ip-address"></div></td>
400 </tr> 400 </tr>
401 <tr> 401 <tr>
402 <td class="spacer" width="14px"></td> 402 <td class="spacer" width="14px"></td>
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
467 </div> 467 </div>
468 <div id="security-tab" 468 <div id="security-tab"
469 class="subpages-tab-contents cellular-details gsm-only"> 469 class="subpages-tab-contents cellular-details gsm-only">
470 <div id="cellular-security-options"> 470 <div id="cellular-security-options">
471 <section> 471 <section>
472 <div id="sim-pin-lock" class="checkbox"> 472 <div id="sim-pin-lock" class="checkbox">
473 <label> 473 <label>
474 <input id="sim-card-lock-enabled" type="checkbox"> 474 <input id="sim-card-lock-enabled" type="checkbox">
475 <span i18n-content="lockSimCard"></span> 475 <span i18n-content="lockSimCard"></span>
476 </label> 476 </label>
477 <span class="controlled-setting-indicator" data="simCardLockEnabled" 477 <span class="controlled-setting-indicator" type="checkbox"
478 for="sim-card-lock-enabled"></span> 478 data="simCardLockEnabled" for="sim-card-lock-enabled"></span>
479 </div> 479 </div>
480 </section> 480 </section>
481 <section> 481 <section>
482 <div id="change-pin-area"> 482 <div id="change-pin-area">
483 <button id="change-pin" i18n-content="changePinButton"></button> 483 <button id="change-pin" i18n-content="changePinButton"></button>
484 <span class="controlled-setting-indicator" data="simCardLockEnabled" 484 <span class="controlled-setting-indicator" type="button"
485 for="change-pin"></span> 485 data="simCardLockEnabled" for="change-pin"></span>
486 </div> 486 </div>
487 </section> 487 </section>
488 </div> 488 </div>
489 </div> 489 </div>
490 <div id="network-proxy-tab" class="subpages-tab-contents"> 490 <div id="network-proxy-tab" class="subpages-tab-contents">
491 <section> 491 <section>
492 <div id="info-banner" hidden> 492 <div id="info-banner" hidden>
493 <span id="banner-icon" class="page-banner-icon"></span> 493 <span id="banner-icon" class="page-banner-icon"></span>
494 <span id="banner-text" class="page-banner-text"></span> 494 <span id="banner-text" class="page-banner-text"></span>
495 </div> 495 </div>
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
635 </button> 635 </button>
636 <button id="details-internet-disconnect" i18n-content="disconnectButton"> 636 <button id="details-internet-disconnect" i18n-content="disconnectButton">
637 </button> 637 </button>
638 <button id="activate-details" i18n-content="activateButton"></button> 638 <button id="activate-details" i18n-content="activateButton"></button>
639 <button id="buyplan-details" i18n-content="buyplanButton"></button> 639 <button id="buyplan-details" i18n-content="buyplanButton"></button>
640 <button id="view-account-details" i18n-content="viewAccountButton"> 640 <button id="view-account-details" i18n-content="viewAccountButton">
641 </button> 641 </button>
642 </div> 642 </div>
643 </div> 643 </div>
644 </div> 644 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698