diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/index.html | 37 |
1 files changed, 27 insertions, 10 deletions
diff --git a/src/index.html b/src/index.html index 6548288..c45b1dc 100644 --- a/src/index.html +++ b/src/index.html | |||
@@ -254,12 +254,38 @@ | |||
254 | <div class="col-sm-10"> | 254 | <div class="col-sm-10"> |
255 | <label class="control-label text-weight-normal"> | 255 | <label class="control-label text-weight-normal"> |
256 | <input type="checkbox" class="showBip85" /> | 256 | <input type="checkbox" class="showBip85" /> |
257 | Show <a href="https://github.com/bitcoin/bips/blob/master/bip-0085.mediawiki">BIP85</a> | 257 | Show BIP85 |
258 | </label> | 258 | </label> |
259 | </div> | 259 | </div> |
260 | </div> | 260 | </div> |
261 | 261 | ||
262 | <div class="form-group bip85 hidden"> | 262 | <div class="form-group bip85 hidden"> |
263 | <div class="form-group text-danger"> | ||
264 | <label class="col-sm-2 control-label">Warning</label> | ||
265 | <div class="col-sm-10 form-control-static"> | ||
266 | This is an advanced feature and should only be used if you understand what it does. | ||
267 | </div> | ||
268 | </div> | ||
269 | <div class="form-group"> | ||
270 | <label class="col-sm-2"></label> | ||
271 | <div class="col-sm-10"> | ||
272 | <p> | ||
273 | The value of the "BIP85 Child Key" field shown below is not used | ||
274 | elsewhere on this page. It can be used as a new key. | ||
275 | </p> | ||
276 | <p> | ||
277 | In case of the BIP39 application, you can paste it into the "BIP39 Mnemonic" | ||
278 | field to use it as a new mnemonic. | ||
279 | </p> | ||
280 | <p> | ||
281 | Please read the | ||
282 | <a href="https://github.com/bitcoin/bips/blob/master/bip-0085.mediawiki" target="_blank"> | ||
283 | BIP85 spec | ||
284 | </a> | ||
285 | for more information. | ||
286 | </p> | ||
287 | </div> | ||
288 | </p> | ||
263 | <label for="bip85-application" class="col-sm-2 control-label">BIP85 Application</label> | 289 | <label for="bip85-application" class="col-sm-2 control-label">BIP85 Application</label> |
264 | <div class="col-sm-10"> | 290 | <div class="col-sm-10"> |
265 | <select id="bip85-application" class="form-control"> | 291 | <select id="bip85-application" class="form-control"> |
@@ -325,15 +351,6 @@ | |||
325 | title="BIP85 Child Key" | 351 | title="BIP85 Child Key" |
326 | rows="3" | 352 | rows="3" |
327 | ></textarea> | 353 | ></textarea> |
328 | <p class="help-block"> | ||
329 | <span id="bip85Warn" class="text-danger">The value of the "BIP85 Child Key" field shown above is not used | ||
330 | anywhere on this page. It can be used as a new key. | ||
331 | (In case of the BIP39 application, you can paste it into the "BIP39 Mnemonic" | ||
332 | field to use it as a new mnemonic). Please read the | ||
333 | <a href="https://github.com/bitcoin/bips/blob/master/bip-0085.mediawiki">BIP85 specs</a> | ||
334 | for more information. This is an advanced feature and should only be used if you understand what it does. | ||
335 | </span> | ||
336 | </p> | ||
337 | </div> | 354 | </div> |
338 | </div> | 355 | </div> |
339 | 356 | ||