diff options
author | iancoleman <coleman.ian@gmail.com> | 2017-02-19 11:23:41 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-19 11:23:41 +1100 |
commit | 5de5781ad732f71ba62d8a1640eb946e853e3c8a (patch) | |
tree | f4d2853ce988201ff32bf731d670c22fdf9d43a1 /src/index.html | |
parent | 49b21f122a232330f7efc499095d8d80f7895a20 (diff) | |
parent | b4fd763cebfb7f9497e12ca09b6271e1b39ac145 (diff) | |
download | BIP39-5de5781ad732f71ba62d8a1640eb946e853e3c8a.tar.gz BIP39-5de5781ad732f71ba62d8a1640eb946e853e3c8a.tar.zst BIP39-5de5781ad732f71ba62d8a1640eb946e853e3c8a.zip |
Merge pull request #55 from galeksandrp/patch-1
Add client select
Diffstat (limited to 'src/index.html')
-rw-r--r-- | src/index.html | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/src/index.html b/src/index.html index 9003f89..7dc53a7 100644 --- a/src/index.html +++ b/src/index.html | |||
@@ -254,6 +254,14 @@ | |||
254 | </div> | 254 | </div> |
255 | </div> | 255 | </div> |
256 | <div class="form-group"> | 256 | <div class="form-group"> |
257 | <label for="client-phrase" class="col-sm-2 control-label" data-translate>Client</label> | ||
258 | <div class="col-sm-10"> | ||
259 | <select id="client-phrase" class="client form-control"> | ||
260 | <!-- populated by javascript --> | ||
261 | </select> | ||
262 | </div> | ||
263 | </div> | ||
264 | <div class="form-group"> | ||
257 | <label for="root-key" class="col-sm-2 control-label" data-translate>BIP32 Root Key</label> | 265 | <label for="root-key" class="col-sm-2 control-label" data-translate>BIP32 Root Key</label> |
258 | <div class="col-sm-10"> | 266 | <div class="col-sm-10"> |
259 | <textarea id="root-key" class="root-key form-control" data-show-qr></textarea> | 267 | <textarea id="root-key" class="root-key form-control" data-show-qr></textarea> |
@@ -393,7 +401,7 @@ | |||
393 | </div> | 401 | </div> |
394 | </div> | 402 | </div> |
395 | <div class="form-group"> | 403 | <div class="form-group"> |
396 | <label class="col-sm-2 control-label" data-translate>Block Explorers</label> | 404 | <label class="col-sm-2 control-label" data-translate>Block Explorers and other clients</label> |
397 | <div class="col-sm-10"> | 405 | <div class="col-sm-10"> |
398 | <p class="form-control no-border"> | 406 | <p class="form-control no-border"> |
399 | <span data-translate-html>Use path <code>m/44'/0'/0'</code>.</span> | 407 | <span data-translate-html>Use path <code>m/44'/0'/0'</code>.</span> |
@@ -403,6 +411,13 @@ | |||
403 | <span data-translate>Can be used with</span>: | 411 | <span data-translate>Can be used with</span>: |
404 | <a href="https://blockchain.info/" target="_blank">blockchain.info</a> | 412 | <a href="https://blockchain.info/" target="_blank">blockchain.info</a> |
405 | </p> | 413 | </p> |
414 | <p class="form-control no-border"> | ||
415 | <span data-translate-html>Use path <code>m/0'/0</code>.</span> | ||
416 | </p> | ||
417 | <p class="form-control no-border"> | ||
418 | <span data-translate>Can be used with</span>: | ||
419 | <a href="https://multibit.org/" target="_blank">MultiBit HD</a> | ||
420 | </p> | ||
406 | </div> | 421 | </div> |
407 | </div> | 422 | </div> |
408 | </form> | 423 | </form> |