Browse Source

update to some fields and some files added

master
Satinder Grewal 9 years ago
parent
commit
d55583b8c8
  1. 0
      assets/global/scripts/iguana.api.js
  2. 0
      assets/pages/scripts/dashboard.wallets.js
  3. 2
      assets/pages/scripts/login.js
  4. 11
      index.html

0
assets/global/scripts/iguana.api.js

0
assets/pages/scripts/dashboard.wallets.js

2
assets/pages/scripts/login.js

@ -266,7 +266,7 @@ var Login = function() {
$.ajax({ $.ajax({
type: 'GET', type: 'GET',
data: IguanaCreateWaletData, data: IguanaCreateWaletData,
url: 'http://127.0.0.1:7778/api/SuperNET/login', url: 'http://127.0.0.1:7778/api/bitcoinrpc/encryptwallet',
dataType: 'text', dataType: 'text',
success: function(data, textStatus, jqXHR) { success: function(data, textStatus, jqXHR) {
var CreateWalletOutput = JSON.parse(data); var CreateWalletOutput = JSON.parse(data);

11
index.html

@ -71,12 +71,15 @@
</div> </div>
<div class="alert alert-danger display-hide"> <div class="alert alert-danger display-hide">
<button class="close" data-close="alert"></button> <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>
<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--> <!--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> <!--<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> <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"> <div class="form-group">
<label class="control-label visible-ie8 visible-ie9">Password</label> <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> <input class="form-control form-control-solid placeholder-no-fix" type="password" autocomplete="off" placeholder="Password" name="password" id="password" /> </div>

Loading…
Cancel
Save