Wallet creation
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<HTML>
|
||||
<HEAD>
|
||||
</HEAD>
|
||||
<BODY ID=CSiaDriveDlg BGCOLOR=LIGHTGREY style="font-family: MS Shell Dlg; font-size:10">
|
||||
<BODY ID=CSiaDriveDlg BGCOLOR=LIGHTGREY style="font-family: MS Shell Dlg; font-size:14">
|
||||
<div style="float: right;">
|
||||
<table>
|
||||
<tr>
|
||||
@@ -46,9 +46,18 @@
|
||||
<div id="exit_window" style="display: none" align="center">
|
||||
<BUTTON STYLE="WIDTH: 100" ID="ExitYes">Yes</BUTTON> <BUTTON STYLE="WIDTH: 100" ID="ExitNo">No</BUTTON>
|
||||
</div>
|
||||
|
||||
|
||||
<div id="create_wallet" style="display: none">
|
||||
<h3>Create New Wallet</h3>
|
||||
<p>Click 'Create' to create a new Sia wallet or exit the application if this is not what you want to do.</p>
|
||||
<button ID="CreateWalletButton">Create</button>
|
||||
</div>
|
||||
|
||||
<div width="100%" id="disp_wallet_seed" style="display: none">
|
||||
<h3>Wallet Created</h3>
|
||||
<p>Please save the following seed. You will need this to unlock and/or restore your wallet. Click 'Done' once you've backed-up your seed.</p>
|
||||
<textarea rows=4 cols=60 width="100%" id="WalletCreatedSeed"></textarea><br/><br/>
|
||||
<button ID="ConfirmSeedButton">Done</button>
|
||||
</div>
|
||||
|
||||
<div id="tab_page" style="display: none">
|
||||
|
Reference in New Issue
Block a user