@aladas-org/cryptocalc
Version:
Cryptocurrency wallet generator
25 lines • 869 B
HTML
<center>
<table class="PB_Dialog_Form" height="100%">
<tr><td colspan="2">
<table width="100%">
<tr><table width="100%">
<tr><td>
<!-- ---------- Encrypt/Decrypt 'Progress Bar' -->
<div id="bip38_dialog_progress_bar_container_id">
<!-- https://stackoverflow.com/questions/41429906/how-to-display-data-label-inside-html5-progress-bar-cross-browser -->
<div id="bip38_dialog_progress_bar_id"
class="PB_progress PB_WaitColor" data-label="0% Complete">
<span id="bip38_dialog_progress_value_id"
class="PB_value PB_EncryptColor" style="width:0%;"></span>
</div>
</div>
<!-- ---------- Encrypt/Decrypt 'Progress Bar' -->
</td>
</tr>
</table>
</tr>
</table>
</td>
</tr>
</table>
</center>