| OLD | NEW |
| 1 <!DOCTYPE HTML> | 1 <!DOCTYPE HTML> |
| 2 <html i18n-values="dir:textdirection;"> | 2 <html i18n-values="dir:textdirection;"> |
| 3 <head> | 3 <head> |
| 4 <meta charset="utf-8"> | 4 <meta charset="utf-8"> |
| 5 <title i18n-content="pluginsTitle"></title> | 5 <title i18n-content="pluginsTitle"></title> |
| 6 <link rel="stylesheet" href="plugins.css"> | 6 <link rel="stylesheet" href="plugins.css"> |
| 7 <if expr="pp_ifdef('chromeos')"> | 7 <if expr="pp_ifdef('chromeos')"> |
| 8 <link rel="stylesheet" | 8 <link rel="stylesheet" |
| 9 href="chrome://resources/css/chromeos/ui_account_tweaks.css"> | 9 href="chrome://resources/css/chromeos/ui_account_tweaks.css"> |
| 10 </if> | 10 </if> |
| (...skipping 12 matching lines...) Expand all Loading... |
| 23 <table cellpadding="0" cellspacing="0"><tr valign="center"> | 23 <table cellpadding="0" cellspacing="0"><tr valign="center"> |
| 24 <td> | 24 <td> |
| 25 <span class="section-header-title" i18n-content="pluginsTitle" | 25 <span class="section-header-title" i18n-content="pluginsTitle" |
| 26 >TITLE</span> | 26 >TITLE</span> |
| 27 <span class="section-header-title" | 27 <span class="section-header-title" |
| 28 jsdisplay="plugins.length > 0">(<span | 28 jsdisplay="plugins.length > 0">(<span |
| 29 jscontent="plugins.length"></span>)</span> | 29 jscontent="plugins.length"></span>)</span> |
| 30 </td> | 30 </td> |
| 31 <td width="18"> | 31 <td width="18"> |
| 32 <img id="collapse" class="tmi-mode-image" style="display:none" | 32 <img id="collapse" class="tmi-mode-image" style="display:none" |
| 33 src="shared/images/minus.png"> | 33 src="../../../ui/webui/resources/images/minus.png"> |
| 34 <img id="expand" class="tmi-mode-image" | 34 <img id="expand" class="tmi-mode-image" |
| 35 src="shared/images/plus.png"> | 35 src="../../../ui/webui/resources/images/plus.png"> |
| 36 </td> | 36 </td> |
| 37 <td> | 37 <td> |
| 38 <div class="tmi-mode-link"> | 38 <div class="tmi-mode-link"> |
| 39 <a id="details-link" style="cursor: default" | 39 <a id="details-link" style="cursor: default" |
| 40 i18n-content="pluginsDetailsModeLink">DETAILS</a> | 40 i18n-content="pluginsDetailsModeLink">DETAILS</a> |
| 41 </div> | 41 </div> |
| 42 </td> | 42 </td> |
| 43 </tr></table> | 43 </tr></table> |
| 44 </div> | 44 </div> |
| 45 | 45 |
| (...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 208 <if expr="pp_ifdef('chromeos')"> | 208 <if expr="pp_ifdef('chromeos')"> |
| 209 <script src="chrome://resources/js/chromeos/ui_account_tweaks.js"></script> | 209 <script src="chrome://resources/js/chromeos/ui_account_tweaks.js"></script> |
| 210 </if> | 210 </if> |
| 211 | 211 |
| 212 <script src="chrome://resources/js/load_time_data.js"></script> | 212 <script src="chrome://resources/js/load_time_data.js"></script> |
| 213 <script src="chrome://resources/js/jstemplate_compiled.js"></script> | 213 <script src="chrome://resources/js/jstemplate_compiled.js"></script> |
| 214 <script src="chrome://plugins/strings.js"></script> | 214 <script src="chrome://plugins/strings.js"></script> |
| 215 <script src="chrome://resources/js/i18n_template2.js"></script> | 215 <script src="chrome://resources/js/i18n_template2.js"></script> |
| 216 </body> | 216 </body> |
| 217 </html> | 217 </html> |
| OLD | NEW |