commit
This commit is contained in:
parent
6425d3e524
commit
8e13f14d11
@ -32,6 +32,9 @@
|
|||||||
.footer{
|
.footer{
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
table {
|
||||||
|
align:center
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
<body>
|
<body>
|
||||||
<div class="jumbotron">
|
<div class="jumbotron">
|
||||||
@ -40,15 +43,15 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<form class="form-signin" method="post">
|
<table style="width:50%" align="center" style="margin: 0px auto;">
|
||||||
<h2 class="form-signin-heading">Inloggen</h2>
|
<tr>
|
||||||
<label for="inputUsername" class="sr-only">Rekeningnummer (alleen cijfers)</label>
|
<th>Transactienummer</th>
|
||||||
<input type="text" id="inputUsername" name="rekeningnr" class="form-control" placeholder="012456789"/>
|
<th>Naam Debiteur/Crediteur</th>
|
||||||
|
<th>Aan-/Afschrijving</th>
|
||||||
<label for="inputPassword" class="sr-only">Pascode</label>
|
<th>Bedrag</th>
|
||||||
<input type="password" id="inputPassword" name="pascode" class="form-control" placeholder="0000"/>
|
<th>Datum</th>
|
||||||
<button class="btn btn-lg btn-primary btn-block" type="submit">Inloggen</button>
|
</tr>
|
||||||
</form>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
<footer class="footer">
|
<footer class="footer">
|
||||||
© 2017 Alle rechten voorbehouden
|
© 2017 Alle rechten voorbehouden
|
||||||
|
Reference in New Issue
Block a user