|
|
@ -71,12 +71,15 @@ |
|
|
|
</div> |
|
|
|
<div class="alert alert-danger display-hide"> |
|
|
|
<button class="close" data-close="alert"></button> |
|
|
|
<span> Enter any username and password. </span> |
|
|
|
<span> Enter wallet seed or password to login. </span> |
|
|
|
</div> |
|
|
|
<div class="form-group"> |
|
|
|
<!--<div class="form-group"> |
|
|
|
<label class="control-label visible-ie8 visible-ie9">Wallet Seed</label> |
|
|
|
<textarea class="form-control placeholder-no-fix" type="text" placeholder="Wallet Seed" name="loginwalletseed" id="loginwalletseed" style="height: 100px;"></textarea> </div>--> |
|
|
|
<!--<div class="form-group">--> |
|
|
|
<!--ie8, ie9 does not support html5 placeholder, so we just show field title for that--> |
|
|
|
<label class="control-label visible-ie8 visible-ie9">Wallet Handle</label> |
|
|
|
<input class="form-control form-control-solid placeholder-no-fix" type="text" autocomplete="off" placeholder="Wallet Handle" name="wallet-handle" id="wallet-handle" /> </div> |
|
|
|
<!--<label class="control-label visible-ie8 visible-ie9">Wallet Handle</label> |
|
|
|
<input class="form-control form-control-solid placeholder-no-fix" type="text" autocomplete="off" placeholder="Wallet Handle" name="wallet-handle" id="wallet-handle" /> </div>--> |
|
|
|
<div class="form-group"> |
|
|
|
<label class="control-label visible-ie8 visible-ie9">Password</label> |
|
|
|
<input class="form-control form-control-solid placeholder-no-fix" type="password" autocomplete="off" placeholder="Password" name="password" id="password" /> </div> |
|
|
|