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 <style> | 6 <style> |
7 | 7 |
8 body { | 8 body { |
9 margin: 10px; | 9 margin: 10px; |
10 min-width: 47em; | 10 min-width: 47em; |
(...skipping 463 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
474 <td> | 474 <td> |
475 <span class="section-header-title" i18n-content="pluginsTitle" | 475 <span class="section-header-title" i18n-content="pluginsTitle" |
476 >TITLE</span> | 476 >TITLE</span> |
477 <span class="section-header-title" | 477 <span class="section-header-title" |
478 jsdisplay="plugins.length > 0">(<span | 478 jsdisplay="plugins.length > 0">(<span |
479 jscontent="plugins.length"></span>)</span> | 479 jscontent="plugins.length"></span>)</span> |
480 </td> | 480 </td> |
481 <td width="18"> | 481 <td width="18"> |
482 <img id="collapse" class="tmi-mode-image" | 482 <img id="collapse" class="tmi-mode-image" |
483 style="display:none" onclick="toggleTmiMode();" | 483 style="display:none" onclick="toggleTmiMode();" |
484 src="minus.png"> | 484 src="shared/images/minus.png"> |
485 <img id="expand" class="tmi-mode-image" | 485 <img id="expand" class="tmi-mode-image" |
486 onclick="toggleTmiMode();" src="plus.png"> | 486 onclick="toggleTmiMode();" src="shared/images/plus.png"> |
487 </td> | 487 </td> |
488 <td> | 488 <td> |
489 <div class="tmi-mode-link"> | 489 <div class="tmi-mode-link"> |
490 <a onclick="toggleTmiMode();" style="cursor: default" | 490 <a onclick="toggleTmiMode();" style="cursor: default" |
491 i18n-content="pluginsDetailsModeLink">DETAILS</a> | 491 i18n-content="pluginsDetailsModeLink">DETAILS</a> |
492 </div> | 492 </div> |
493 </td> | 493 </td> |
494 </tr></table> | 494 </tr></table> |
495 </div> | 495 </div> |
496 | 496 |
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
630 </td> | 630 </td> |
631 </tr> | 631 </tr> |
632 </table> | 632 </table> |
633 </div> | 633 </div> |
634 </div> | 634 </div> |
635 </div> | 635 </div> |
636 </div> | 636 </div> |
637 </div> | 637 </div> |
638 </body> | 638 </body> |
639 </html> | 639 </html> |
OLD | NEW |