2015-06-17 08:50:01 -04:00
|
|
|
<main>
|
2016-01-04 10:53:03 -05:00
|
|
|
<h2><?= $config->get('whose_list'); ?>'s Login</h2>
|
2015-06-24 16:01:35 -04:00
|
|
|
<?= $message ?>
|
2016-03-07 14:37:49 -05:00
|
|
|
<form method="post" action="<?= $url->generate('login.post') ?>">
|
2016-01-04 10:53:03 -05:00
|
|
|
<table class="form invisible">
|
|
|
|
<tr>
|
|
|
|
<td><label for="password">Password: </label></td>
|
|
|
|
<td><input type="password" id="password" name="password" required="required" /></td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td> </td>
|
|
|
|
<td><button type="submit">Login</button></td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
</form>
|
2015-06-17 08:50:01 -04:00
|
|
|
</main>
|