OLD | NEW |
1 <!-- Proxy info --> | 1 <!-- Proxy info --> |
2 | 2 |
3 <style> | 3 <style> |
4 | 4 |
5 #proxy-view-tab-content td, | 5 #proxy-view-tab-content td, |
6 #proxy-view-tab-content th { | 6 #proxy-view-tab-content th { |
7 font-size: 85%; | 7 font-size: 85%; |
8 } | 8 } |
9 | 9 |
10 </style> | 10 </style> |
11 | 11 |
12 <div id=proxy-view-tab-content class=content-box> | 12 <div id=proxy-view-tab-content class=content-box> |
13 <h4> | 13 <h4> |
14 Current proxy settings | 14 Current proxy settings |
15 <input type=button value="Re-apply settings" id=proxy-view-reload-settings c
lass="hide-when-not-capturing"/> | 15 <input type=button value="Re-apply settings" id=proxy-view-reload-settings c
lass="hide-when-not-capturing"> |
16 </h4> | 16 </h4> |
17 | 17 |
18 <table><tr> | 18 <table><tr> |
19 | 19 |
20 <td valign=top> | 20 <td valign=top> |
21 <h3>Effective settings</h3> | 21 <h3>Effective settings</h3> |
22 <pre id=proxy-view-effective-settings></pre> | 22 <pre id=proxy-view-effective-settings></pre> |
23 </td> | 23 </td> |
24 | 24 |
25 <td style='width: 30px'> </td> | 25 <td style='width: 30px'> </td> |
26 | 26 |
27 <td valign=top> | 27 <td valign=top> |
28 <h3>Original settings</h3> | 28 <h3>Original settings</h3> |
29 <pre id=proxy-view-original-settings></pre> | 29 <pre id=proxy-view-original-settings></pre> |
30 </td> | 30 </td> |
31 | 31 |
32 </tr></table> | 32 </tr></table> |
33 | 33 |
34 <h4> | 34 <h4> |
35 Recently failed proxies, marked as bad | 35 Recently failed proxies, marked as bad |
36 <input type=button value="Clear bad proxies" id=proxy-view-clear-bad-proxies
class="hide-when-not-capturing" /> | 36 <input type=button value="Clear bad proxies" id=proxy-view-clear-bad-proxies
class="hide-when-not-capturing"> |
37 </h4> | 37 </h4> |
38 <table class="styled-table"> | 38 <table class="styled-table"> |
39 <thead> | 39 <thead> |
40 <tr> | 40 <tr> |
41 <th>Bad proxy server</th> | 41 <th>Bad proxy server</th> |
42 <th>Time for next retry</th> | 42 <th>Time for next retry</th> |
43 </tr> | 43 </tr> |
44 </thead> | 44 </thead> |
45 <tbody id=proxy-view-bad-proxies-tbody></tbody> | 45 <tbody id=proxy-view-bad-proxies-tbody></tbody> |
46 </table> | 46 </table> |
47 </div> | 47 </div> |
OLD | NEW |