@aladas-org/cryptocalc
Version:
Cryptocurrency wallet generator
52 lines (51 loc) • 1.8 kB
HTML
<table class="Dialog_Form" height="100%">
<!-- ------------ Passphrase 'Input' ------------ -->
<tr>
<td class="PassphraseLabelColumn">
<span id="passphrase_dialog_label_id">Bip39 passphrase</span>
</td>
<td class="PassphraseDialog_FieldColumn">
<div class="DataFieldWithButton_Container">
<input class="PassphraseInputField" id="passphrase_input_id"
type="password"\>
<button class="SmallButton" id="passphrase_eye_btn_id"
title="Show/Hide Bip39 passphrase">
<img id="passphrase_eye_btn_img_id" src="icons/eye_closed_16px.png" border="0"/>
</button>
<button class="SmallButton" id="generate_passphrase_btn_id"
title="Random Bip39 passphrase">
<img id="generate_passphrase_img_id" src="icons/regenerate_16px_icn.png" border="0"/>
</button>
<button class="SmallButton" id="clear_passphrase_btn_id"
title="Clear Bip39 passphrase">
<img id="clear_passphrase_img_id" src="icons/delete_16px_icn.png" border="0"/>
</button>
</div>
</td>
</tr>
<!-- ------------ Passphrase 'Input' -->
<!-- ---------------- 'Buttons Bar' ( Apply / Cancel) ---------------- -->
<tr>
<td colspan="2">
<div class="break-tiny"></div>
<table width="100%">
<tr>
<td width="25%"><span>
</td>
<td width="12.5%">
<button class="PassphraseButton" id="passphrase_dialog_apply_btn_id">Apply
</button>
</td>
<td width="25%"><span>
<td width="12.5%">
<button class="PassphraseButton" id="passphrase_dialog_cancel_btn_id">Cancel
</button>
</td>
<td width="25%"><span>
</td>
</tr>
</table>
</td>
</tr>
<!-- ---------------- 'Buttons Bar' ( Apply / Cancel) -->
</table>