- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / browser / resources / options / certificate_backup_overlay.html
1 <div id="certificateBackupOverlay" class="page" hidden>
2   <div class="close-button"></div>
3   <h1 i18n-content="certificateExportPasswordDescription"></h1>
4   <div class="content-area">
5     <table>
6       <tr>
7         <td>
8           <label for="certificateBackupPassword">
9             <span i18n-content="certificatePasswordLabel"></span>
10           </label>
11         </td>
12         <td>
13           <input id="certificateBackupPassword" type="password">
14         </td>
15       </tr>
16       <tr>
17         <td>
18           <label for="certificateBackupPassword2">
19             <span i18n-content="certificateConfirmPasswordLabel"></span>
20           </label>
21         </td>
22         <td>
23           <input id="certificateBackupPassword2" type="password">
24         </td>
25       </tr>
26     </table>
27     <p>
28       <span i18n-content="certificateExportPasswordHelp"></span>
29     </p>
30   </div>
31   <div class="action-area">
32     <div class="button-strip">
33       <button id="certificateBackupCancelButton" type="reset"
34           i18n-content="cancel"></button>
35       <button id="certificateBackupOkButton" class="default-button"
36           type="submit" i18n-content="ok" disabled>
37       </button>
38     </div>
39   </div>
40 </div>