You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
113 lines
5.6 KiB
113 lines
5.6 KiB
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>Iguana</title>
|
|
|
|
<!-- Bootstrap -->
|
|
<link href="css/plugins/bootstrap.min.css" rel="stylesheet">
|
|
<link href="css/plugins/font-awesome.min.css" rel="stylesheet">
|
|
<link href="css/plugins/awesome-bootstrap-checkbox.css" rel="stylesheet">
|
|
<link href="css/plugins/formValidation.min.css" rel="stylesheet">
|
|
<link href="css/plugins/budicon/budicon.css" rel="stylesheet">
|
|
<link href="css/createaccount.css" rel="stylesheet">
|
|
|
|
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
|
|
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
|
|
<!--[if lt IE 9]>
|
|
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
|
|
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
|
|
|
|
<![endif]-->
|
|
</head>
|
|
<body>
|
|
|
|
<div class="container-fluid">
|
|
<div class="row">
|
|
<div class="col-xs-12 col-sm-12 col-md-6 col-lg-4 col-md-offset-6 col-lg-offset-8 center">
|
|
<div class="header">
|
|
<span class="header-action-btn"><a id="window-close" href="#" onclick="window.open('', '_self', '');window.close();"><i class="bi_interface-cross" aria-hidden="true"></i></a></span>
|
|
<span id="login-back" class="header-action-btn hide"><a href="#"><i class="bi_interface-arrow-left" aria-hidden="true"></i></a></span>
|
|
<span id="account-back" class="header-action-btn hide"><a href="#"><i class="bi_interface-arrow-left" aria-hidden="true"></i></a></span>
|
|
<!-- <span id="add-account-label">Add account</span>
|
|
<span id="login-label" class="hide">Login</span> -->
|
|
<span id="accounts-label" class="hide">Add accounts</span>
|
|
</div>
|
|
<div class="content">
|
|
|
|
<div id="content-hints">
|
|
|
|
<div id="messages">
|
|
<div id="passphrase-hint" class="hide messages">
|
|
<p>Write down this 24-word passphrase and keep it safe. You can't access or restore your account , if you lose it! <b>Don't ever disclose your passphrase!</b></p>
|
|
</div>
|
|
<div id="login-hint" class="messages">
|
|
<p>Type or paste the passphrase to log in</p>
|
|
</div>
|
|
<div id="paassphrase-confirmation-hint" class="hide messages">
|
|
<p id="confirmation-message">Type or paste the passphrease to confirm you saved it properly</p>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
<div id="content-area">
|
|
<div id="accounts-list" class="hide">
|
|
<button id="" type="button" class="btn btn-account btn-lg btn-block">Account #1</button>
|
|
<button id="" type="button" class="btn btn-account btn-lg btn-block">Account #2</button>
|
|
<button id="" type="button" class="btn btn-account btn-lg btn-block">Account #3</button>
|
|
</div>
|
|
<form id="login-form">
|
|
<div id="passphrase" class="form-group marginbottom30px">
|
|
<textarea class="form-control" rows="7" id="passphrase-text" name="passphrasetext"></textarea>
|
|
</div>
|
|
</form>
|
|
|
|
<form id="create-account-form" class="hide">
|
|
<div id="passphrase" class="form-group marginbottom30px">
|
|
<textarea class="form-control" rows="7" id="create-passphrase-text" name="createpassphrasetext" readonly placeholder="Passphrase(You can copy it)"></textarea>
|
|
</div>
|
|
<div class="checkbox checkbox-inguana">
|
|
<input type="checkbox" id="passphrase-save-check">
|
|
<label for="passphrase-save">
|
|
I saved the passphrase in a secured place
|
|
</label>
|
|
</div>
|
|
</form>
|
|
|
|
<form id="add-account-form" class="hide">
|
|
<div id="passphrase" class="form-group marginbottom30px">
|
|
<textarea class="form-control" rows="7" id="add-passphrase-text" name="addpassphrasetext"></textarea>
|
|
</div>
|
|
</form>
|
|
|
|
|
|
</div>
|
|
|
|
<div id="window-action">
|
|
<div class="center-block buttonsWrapper" id="login-acreen-actions">
|
|
<button id="account-login" type="submit" class="btn btn-action disabled marginbottom30px" disabled="true">Log in</button>
|
|
<p class="text-center marginbottom30px">or</p>
|
|
<button id="create-account" type="button" class="btn btn-action">Create an account</button>
|
|
</div>
|
|
<div class="center-block buttonsWrapper hide" id="create-account-actions">
|
|
<button id="create-account-next" type="button" class="btn btn-action disabled" disabled="true">Next</button>
|
|
</div>
|
|
<div class="center-block buttonsWrapper hide" id="add-account-actions">
|
|
<button id="add-account" type="button" class="btn btn-action disabled" disabled="true">Add account</button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<script src="js/plugins/jquery-2.2.0.min.js"></script>
|
|
<script src="js/plugins/bootstrap.min.js"></script>
|
|
<script src="js/plugins/formValidation.min.js"></script>
|
|
<script src="js/plugins/formvalidation/bootstrap.min.js"></script>
|
|
<script src="js/crypto/wordlist.js" type="text/javascript"></script>
|
|
<script src="js/crypto/passphrasegenerator.js" type="text/javascript"></script>
|
|
<script src="js/app.js"></script>
|
|
</body>
|
|
</html>
|