aboutProfiles.xhtml 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- This Source Code Form is subject to the terms of the Mozilla Public
  3. - License, v. 2.0. If a copy of the MPL was not distributed with this
  4. - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
  5. <!DOCTYPE html [
  6. <!ENTITY % htmlDTD PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd"> %htmlDTD;
  7. <!ENTITY % globalDTD SYSTEM "chrome://global/locale/global.dtd"> %globalDTD;
  8. <!ENTITY % brandDTD SYSTEM "chrome://branding/locale/brand.dtd"> %brandDTD;
  9. <!ENTITY % profilesDTD SYSTEM "chrome://global/locale/aboutProfiles.dtd"> %profilesDTD;
  10. ]>
  11. <html xmlns="http://www.w3.org/1999/xhtml">
  12. <head>
  13. <title>&aboutProfiles.title;</title>
  14. <link rel="icon" type="image/png" id="favicon" href="chrome://branding/content/icon32.png"/>
  15. <link rel="stylesheet" href="chrome://global/skin/in-content/common.css" type="text/css"/>
  16. <link rel="stylesheet" href="chrome://mozapps/skin/aboutProfiles.css" type="text/css" />
  17. <script type="application/javascript;version=1.7" src="chrome://global/content/aboutProfiles.js" />
  18. </head>
  19. <body id="body">
  20. <div id="action-box">
  21. <h3>&aboutProfiles.restart.title;</h3>
  22. <button id="restart-in-safe-mode-button">&aboutProfiles.restart.inSafeMode;</button>
  23. <button id="restart-button">&aboutProfiles.restart.normal;</button>
  24. </div>
  25. <h1>&aboutProfiles.title;</h1>
  26. <div class="page-subtitle">&aboutProfiles.subtitle;</div>
  27. <div>
  28. <button id="create-button">&aboutProfiles.create;</button>
  29. </div>
  30. <div id="profiles" class="tab"></div>
  31. </body>
  32. </html>