Added static object linking & authorization methods
This commit is contained in:
@ -13,7 +13,7 @@
|
||||
padding: 15px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
|
||||
.btn-primary {
|
||||
color: #ff6000;
|
||||
background-color: #2e652c;
|
||||
@ -34,23 +34,23 @@
|
||||
}
|
||||
</style>
|
||||
<body>
|
||||
<div class = "jumbotron">
|
||||
<div class = "container">
|
||||
<div class="jumbotron">
|
||||
<div class="container">
|
||||
<h1>InforBank</h1>
|
||||
</div>
|
||||
</div>
|
||||
<div class = "container">
|
||||
<form class = "form-signin" method = "post">
|
||||
<h2 class = "form-signin-heading">Inloggen</h2>
|
||||
<label for="inputUsername" class = "sr-only">Gebruikersnaam</label>
|
||||
<input type = "text" id = "inputUsername" name = "username" class = "form-control" placeholder="Gebruikersnaam"/>
|
||||
|
||||
<label for="inputPassword" class = "sr-only">Wachtwoord</label>
|
||||
<input type = "password" id = "inputPassword" name = "password" class = "form-control" placeholder="Wachtwoord"/>
|
||||
<button class = "btn btn-lg btn-primary btn-block" type="submit">Inloggen</button>
|
||||
<div class="container">
|
||||
<form class="form-signin" method="post">
|
||||
<h2 class="form-signin-heading">Inloggen</h2>
|
||||
<label for="inputUsername" class="sr-only">Rekeningnummer (alleen cijfers)</label>
|
||||
<input type="text" id="inputUsername" name="rekeningnr" class="form-control" placeholder="012456789"/>
|
||||
|
||||
<label for="inputPassword" class="sr-only">Pascode</label>
|
||||
<input type="password" id="inputPassword" name="pascode" class="form-control" placeholder="0000"/>
|
||||
<button class="btn btn-lg btn-primary btn-block" type="submit">Inloggen</button>
|
||||
</form>
|
||||
</div>
|
||||
<footer class = "footer">
|
||||
<footer class="footer">
|
||||
© 2017 Alle rechten voorbehouden
|
||||
</footer>
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
|
||||
|
Reference in New Issue
Block a user