]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/BIP39.git/blobdiff - src/index.html
Merge pull request #3 from robjohnson189/coin_selection
[perso/Immae/Projets/Cryptomonnaies/BIP39.git] / src / index.html
index 272e1861e72ce9b6d25e877027269f342d15b551..5ff997b72bdb1ea838e5ac7829ea55f491be6816 100644 (file)
                 <div class="col-md-12">
                     <h2>Derivation Path</h2>
                     <ul class="derivation-type nav nav-tabs" role="tablist">
-                        <li class="active">
-                        <a href="#bip44" role="tab" data-toggle="tab">BIP44</a></li>
-                        <li><a href="#bip32" role="tab" data-toggle="tab">BIP32</a></li>
+                        <li id="bip44-tab" class="active">
+                            <a href="#bip44" role="tab" data-toggle="tab">BIP44</a>
+                        </li>
+                        <li id="bip32-tab">
+                            <a href="#bip32" role="tab" data-toggle="tab">BIP32</a>
+                        </li>
                     </ul>
                     <div class="derivation-type tab-content">
                         <div id="bip44" class="tab-pane active">
                 <div class="col-md-12">
                     <h2>Derived Addresses</h2>
                     <p>Note these addreses are derived from the <strong>BIP32 Extended Key</strong></p>
+                    <div class="form-group">
+                        <label for="network-address-type" class="col-sm-2 control-label">Coin</label>
+                        <div class="col-sm-10">
+                            <select id="network-address-type" class="network form-control">
+                                <option value="bitcoin">Bitcoin</option>
+                                <option value="bitcoin-testnet">Bitcoin Testnet</option>
+                                <option value="litecoin">Litecoin</option>
+                                <option value="dogecoin">Dogecoin</option>
+                            </select>
+                        </div>
+                    </div>
                     <table class="table table-striped">
                         <thead>
                             <th>