| Index: chrome/browser/resources/new_profile.html
|
| ===================================================================
|
| --- chrome/browser/resources/new_profile.html (revision 90826)
|
| +++ chrome/browser/resources/new_profile.html (working copy)
|
| @@ -1,56 +0,0 @@
|
| -<!DOCTYPE HTML>
|
| -<html i18n-values="dir:textdirection;
|
| - customlogo:customlogo;">
|
| -<head>
|
| -<meta charset="utf-8">
|
| -<title i18n-content="title"></title>
|
| -<script src="chrome://resources/js/local_strings.js"></script>
|
| -<link rel="stylesheet" href="chrome://resources/css/button.css">
|
| -<link rel="stylesheet" href="new_profile.css">
|
| -</head>
|
| -<body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize">
|
| -
|
| -<div id="overlay" class="overlay">
|
| - <div id="new-profile-overlay" class="page">
|
| - <h3 i18n-content="summaryTitle"></h3>
|
| - <p i18n-content="summaryBody"></p>
|
| - <p i18n-content="summaryConclusion"></p>
|
| -
|
| - <div align="center">
|
| - <table>
|
| - <tr>
|
| - <td i18n-content="profileNameLabel"></td>
|
| - <td> <form id="profile-name-form">
|
| - <input id="profile-name" type="text"/>
|
| - </form>
|
| - </td>
|
| - </tr>
|
| - <tr>
|
| - <td valign="top" i18n-content="profileIconLabel"></td>
|
| - <td> <div id="avatar-menu"></div> </td>
|
| - </tr>
|
| - </table>
|
| - </div>
|
| - <br/>
|
| -
|
| - <div align="right">
|
| - <input id="create-button" type="button"
|
| - i18n-values="value:createProfile" />
|
| - <input id="cancel-button" type="button"
|
| - i18n-values="value:cancelProfile" />
|
| - </div>
|
| - </div> <!-- page -->
|
| -</div> <!-- overlay -->
|
| -
|
| -<div id="footer">
|
| - <div id="footer-content">
|
| - <img id="logo-img">
|
| - </div>
|
| -</div>
|
| -
|
| -<script src="chrome://newprofile/new_profile.js"></script>
|
| -<script src="chrome://newprofile/strings.js"></script>
|
| -<script src="chrome://resources/js/i18n_template.js"></script>
|
| -<script src="chrome://resources/js/i18n_process.js"></script>
|
| -</body>
|
| -</html>
|
|
|