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

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

Issue 7063029: Options: Style cleanup - id attribute first. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review fixes. Created 9 years, 7 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 class="page" id="proxyPage" hidden> 1 <div id="proxyPage" class="page" hidden>
2 <h1 i18n-content="proxyPage"></h1> 2 <h1 i18n-content="proxyPage"></h1>
3 <section> 3 <section>
4 <h3 i18n-content="proxy_config_title"></h3> 4 <h3 i18n-content="proxy_config_title"></h3>
5 <div> 5 <div>
6 <div class="radio"> 6 <div class="radio">
7 <label> 7 <label>
8 <input type="radio" id="directProxy" name="proxytype" 8 <input id="directProxy" type="radio" name="proxytype" value="1"
9 pref="cros.session.proxy.type" value="1"> 9 pref="cros.session.proxy.type">
10 <span i18n-content="proxyDirectInternetConnection"></span> 10 <span i18n-content="proxyDirectInternetConnection"></span>
11 </label> 11 </label>
12 </div> 12 </div>
13 <div class="radio"> 13 <div class="radio">
14 <label> 14 <label>
15 <input type="radio" id="manualProxy" name="proxytype" 15 <input id="manualProxy" type="radio" name="proxytype" value="2"
16 pref="cros.session.proxy.type" value="2"> 16 pref="cros.session.proxy.type">
17 <span i18n-content="proxyManual"></span> 17 <span i18n-content="proxyManual"></span>
18 </label> 18 </label>
19 </div> 19 </div>
20 <div class="checkbox"> 20 <div class="checkbox">
21 <label> 21 <label>
22 <input id="proxyAllProtocols" type="checkbox" 22 <input id="proxyAllProtocols" type="checkbox"
23 pref="cros.session.proxy.single"> 23 pref="cros.session.proxy.single">
24 <span i18n-content="sameProxyProtocols"></span> 24 <span i18n-content="sameProxyProtocols"></span>
25 </label> 25 </label>
26 </div> 26 </div>
27 <div id="singleProxy"> 27 <div id="singleProxy">
28 <table> 28 <table>
29 <tr><td><span 29 <tr>
30 i18n-content="httpProxy"></span> 30 <td>
31 <input id="proxyHostSingleName" type="text" size="30" pref="cros.sessi on.proxy.singlehttp" disabled> 31 <span i18n-content="httpProxy"></span>
32 </td><td> 32 <input id="proxyHostSingleName" type="text" size="30"
33 <span 33 pref="cros.session.proxy.singlehttp" disabled>
34 i18n-content="proxyPort"></span> 34 </td>
35 <input id="proxyHostSinglePort" type="text" dataType="number" size="5" pref="cros.session.proxy.singlehttpport" disabled> 35 <td>
36 </td></tr> 36 <span i18n-content="proxyPort"></span>
37 <input id="proxyHostSinglePort" type="text" dataType="number" size ="5"
38 pref="cros.session.proxy.singlehttpport" disabled>
39 </td>
40 </tr>
37 </table> 41 </table>
38 </div> 42 </div>
39 <div id="multiProxy"> 43 <div id="multiProxy">
40 <table> 44 <table>
41 <tr> 45 <tr>
42 <td><span 46 <td>
43 i18n-content="httpProxy"></span></td><td> 47 <span i18n-content="httpProxy"></span>
44 <input id="proxyHostName" type="text" size="30" pref="cros.session.pro xy.httpurl" disabled> 48 </td>
45 </td><td> 49 <td>
46 <span 50 <input id="proxyHostName" type="text" size="30"
47 i18n-content="proxyPort"></span></td><td> 51 pref="cros.session.proxy.httpurl" disabled>
48 <input id="proxyHostPort" type="text" dataType="number" size="5" pref="c ros.session.proxy.httpport" disabled> 52 </td>
49 </td></tr> 53 <td>
50 <tr> 54 <span i18n-content="proxyPort"></span>
51 <td><span 55 </td>
52 i18n-content="secureHttpProxy"></span></td><td> 56 <td>
53 <input id="secureProxyHostName" type="text" size="30" pref="cros.session .proxy.httpsurl" disabled> 57 <input id="proxyHostPort" type="text" dataType="number" size="5"
54 </td><td> 58 pref="cros.session.proxy.httpport" disabled>
55 <span 59 </td>
56 i18n-content="proxyPort"></span></td><td> 60 </tr>
57 <input id="secureProxyPort" type="text" dataType="number" size="5" pref= "cros.session.proxy.httpsport" disabled> 61 <tr>
58 </td></tr> 62 <td>
59 <tr> 63 <span i18n-content="secureHttpProxy"></span>
60 <td><span 64 </td>
61 i18n-content="ftpProxy"></span></td><td> 65 <td>
62 <input id="ftpProxy" type="text" size="30" pref="cros.session.proxy.ft purl" disabled> 66 <input id="secureProxyHostName" type="text" size="30"
63 </td><td> 67 pref="cros.session.proxy.httpsurl" disabled>
64 <span 68 </td>
65 i18n-content="proxyPort"></span></td><td> 69 <td>
66 <input id="ftpProxyPort" type="text" dataType="number" size="5" pref=" cros.session.proxy.ftpport" disabled> 70 <span i18n-content="proxyPort"></span>
67 </td></tr> 71 </td>
68 <tr> 72 <td>
69 <td><span 73 <input id="secureProxyPort" type="text" dataType="number" size="5"
70 i18n-content="socksHost"></span></td><td> 74 pref="cros.session.proxy.httpsport" disabled>
71 <input id="socksHost" type="text" size="30" pref="cros.session.proxy.s ocks" disabled> 75 </td>
72 </td><td> 76 </tr>
73 <span 77 <tr>
74 i18n-content="proxyPort"></span></td><td> 78 <td>
75 <input id="socksPort" type="text" dataType="number" size="5" pref="cro s.session.proxy.socksport" disabled> 79 <span i18n-content="ftpProxy"></span>
76 </td></tr> 80 </td>
81 <td>
82 <input id="ftpProxy" type="text" size="30"
83 pref="cros.session.proxy.ftpurl" disabled>
84 </td>
85 <td>
86 <span i18n-content="proxyPort"></span>
87 </td>
88 <td>
89 <input id="ftpProxyPort" type="text" dataType="number" size="5"
90 pref="cros.session.proxy.ftpport" disabled>
91 </td>
92 </tr>
93 <tr>
94 <td>
95 <span i18n-content="socksHost"></span>
96 </td>
97 <td>
98 <input id="socksHost" type="text" size="30"
99 pref="cros.session.proxy.socks" disabled>
100 </td>
101 <td>
102 <span i18n-content="proxyPort"></span>
103 </td>
104 <td>
105 <input id="socksPort" type="text" dataType="number" size="5"
106 pref="cros.session.proxy.socksport" disabled>
107 </td>
108 </tr>
77 </table> 109 </table>
78 </div> 110 </div>
79 <div class="radio"> 111 <div class="radio">
80 <label> 112 <label>
81 <input type="radio" id="autoProxy" name="proxytype" 113 <input id="autoProxy" type="radio" name="proxytype" value="3"
82 pref="cros.session.proxy.type" value="3"> 114 pref="cros.session.proxy.type">
83 <span i18n-content="proxyAutomatic"></span> 115 <span i18n-content="proxyAutomatic"></span>
84 <label> 116 <label>
85 </div> 117 </div>
86 <div> 118 <div>
87 <label> 119 <label>
88 <span i18n-content="proxyConfigUrl"></span> 120 <span i18n-content="proxyConfigUrl"></span>
89 <input id="proxyConfig" type="url" size="60" 121 <input id="proxyConfig" type="url" size="60"
90 pref="cros.session.proxy.pacurl"> 122 pref="cros.session.proxy.pacurl">
91 </label> 123 </label>
92 </div> 124 </div>
93 </div> 125 </div>
94 </section> 126 </section>
95 <section id="advancedConfig"> 127 <section id="advancedConfig">
96 <h3 i18n-content="advanced_proxy_config"></h3> 128 <h3 i18n-content="advanced_proxy_config"></h3>
97 <div class="option"> 129 <div class="option">
98 <div i18n-content="proxyBypass"></div> 130 <div i18n-content="proxyBypass"></div>
99 <list id="ignoredHostList"></list> 131 <list id="ignoredHostList"></list>
100 <input id="newHost" type="url" size="30"> 132 <input id="newHost" type="url" size="30">
101 <button id="addHost" 133 <button id="addHost" i18n-content="addHost"></button>
102 i18n-content="addHost"></button> 134 <button id="removeHost" i18n-content="removeHost"></button>
103 <button id="removeHost"
104 i18n-content="removeHost"></button>
105 </div> 135 </div>
106 </section> 136 </section>
107 </div> 137 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698