Html程序  |  31行  |  1.18 KB

<!DOCTYPE HTML>
<html i18n-values="dir:textdirection">
<head>
  <meta charset="utf-8">
  <title i18n-content="dialogTitle"></title>
  <script src="chrome://resources/js/cr.js"></script>
  <script src="chrome://resources/js/load_time_data.js"></script>
  <script src="chrome://resources/js/util.js"></script>
  <script src="strings.js"></script>
  <script src="profile_signin_confirmation.js"></script>
  <link rel="stylesheet" href="profile_signin_confirmation.css">
</head>
<body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize">
  <h1 id="dialog-title" i18n-content="dialogTitle"></h1>
  <p id="dialog-message"></p>
  <a i18n-content="learnMoreText"
      href="http://support.google.com/chromeos/bin/answer.py?hl=en&answer=1331549"
      target="_blank">
  </a>
  <p id="dialog-prompt"></p>
  <div id="button-row">
    <button id="create-button" i18n-content="createProfileButtonText"></button>
    <button id="continue-button"></button>
    <button id="cancel-button" i18n-content="cancelButtonText"></button>
  </div>

  <!-- Must be last in the DOM: processes elements and inserts i18n strings -->
  <script src="chrome://resources/js/i18n_template2.js"></script>
</body>
</html>