@aladas-org/cryptocalc
Version:
Cryptocurrency wallet generator
65 lines (63 loc) • 2.05 kB
HTML
<table class="Dialog_Form" height="100%">
<!-- ------------ 'Output Path' ------------ -->
<tr>
<td class="DBM_LabelColumn">
<span id="db_output_path_label_id">Output path</span>
</td>
<td class="Dialog_FieldColumn">
<div class="DataFieldWithButton_Container" id="db_output_container_id">
<input type="text" class="DBInputField" id="db_output_path_id" value="" readonly>
<button class="DBSelectFolderButton" id="db_select_output_folder_btn_id">
<img src="./icons/file_open_16px_icn.png"
alt="Select Folder" border="0"/>
</button>
</div>
</td>
</tr>
<!-- ------------ 'Output Path' -->
<!-- ------------ 'DB Path' ------------ -->
<tr>
<td class="DBM_LabelColumn">
<span id="db_output_path_label_id">DB path</span>
</td>
<td class="Dialog_FieldColumn">
<div class="DataFieldWithButton_Container" id="db_db_container_id">
<input type="text" class="DBInputField" id="db_database_path_id" value="" readonly>
<button class="DBSelectFolderButton" id="db_select_db_folder_btn_id">
<img src="./icons/file_open_16px_icn.png"
alt="Select Folder" border="0"/>
</button>
</div>
</td>
</tr>
<!-- ------------ 'DB Path' -->
<!-- ---------------- 'Buttons Bar' (Reset/Quit) ---------------- -->
<tr>
<td colspan="2">
<table width="100%">
<tr>
<td width="10%"><span>
</td>
<td width="35%">
<button class="DBImportButton" id="db_dialog_import_btn_id">Import Output Files in DB
</button>
</td>
<td width="10%"><span>
</td>
<td width="12.5%">
<button class="BottomButton" id="db_dialog_reset_btn_id">Reset
</button>
</td>
<td width="10%"><span>
<td width="12.5%">
<button class="BottomButton" id="db_dialog_quit_btn_id">Quit
</button>
</td>
<td width="10%"><span>
</td>
</tr>
</table>
</td>
</tr>
<!-- ---------------- 'Buttons Bar' (Reset/Quit) -->
</table>