<div class="page hidden" id="certificateBackupOverlay">
<h1 i18n-content="certificateExportPasswordDescription"></h1>
<div class="content-area">
<table>
<tr>
<td>
<label for="certificateBackupPassword">
<span i18n-content="certificatePasswordLabel"></span>
</label>
</td>
<td>
<input type="password" id="certificateBackupPassword">
</td>
</tr>
<tr>
<td>
<label for="certificateBackupPassword2">
<span i18n-content="certificateConfirmPasswordLabel"></span>
</label>
</td>
<td>
<input type="password" id="certificateBackupPassword2">
</td>
</tr>
</table>
<p>
<span i18n-content="certificateExportPasswordHelp"></span>
</p>
</div>
<div class="action-area">
<div class="button-strip">
<button type="reset" id="certificateBackupCancelButton"
i18n-content="cancel"></button>
<button type="submit" id="certificateBackupOkButton" i18n-content="ok"
disabled></button>
</div>
</div>
</div>