Les TH de la page d'accueil étaient trop discret, du coup ca faisait plus bizarre qu'autre chose.
Donc hop, tout TD
This commit is contained in:
parent
f020b9cf9d
commit
e068b2e01a
|
@ -72,9 +72,9 @@ if (!$_SERVER[HTTPS]) {
|
||||||
</td><td>
|
</td><td>
|
||||||
<form action="login.php" method="post" name="loginform" target="_top">
|
<form action="login.php" method="post" name="loginform" target="_top">
|
||||||
<table border="0" style="border: 1px solid #202020;" cellspacing="0" cellpadding="3" width="300px" >
|
<table border="0" style="border: 1px solid #202020;" cellspacing="0" cellpadding="3" width="300px" >
|
||||||
<tr><th colspan="2" align="center"><?php __("AlternC access"); ?></th></tr>
|
<tr><td colspan="2" align="center"><b><?php __("AlternC access"); ?></b></td></tr>
|
||||||
<tr><th align="right"><label for="username"><?php echo _("Username"); ?></label></th><td><input type="text" class="int" name="username" id="username" value="" maxlength="128" size="15" /></td></tr>
|
<tr><td align="right"><label for="username"><?php echo _("Username"); ?></label></td><td><input type="text" class="int" name="username" id="username" value="" maxlength="128" size="15" /></td></tr>
|
||||||
<tr><th align="right"><label for="password"><?php echo _("Password"); ?></label></th><td><input type="password" class="int" name="password" id="password" value="" maxlength="128" size="15" /></td></tr>
|
<tr><td align="right"><label for="password"><?php echo _("Password"); ?></label></td><td><input type="password" class="int" name="password" id="password" value="" maxlength="128" size="15" /></td></tr>
|
||||||
<tr><td colspan="2" align="center"><input type="submit" class="inb" name="submit" value="<?php __("Enter"); ?>" /><input type="hidden" id="restrictip" name="restrictip" value="1" /></td></tr>
|
<tr><td colspan="2" align="center"><input type="submit" class="inb" name="submit" value="<?php __("Enter"); ?>" /><input type="hidden" id="restrictip" name="restrictip" value="1" /></td></tr>
|
||||||
</table>
|
</table>
|
||||||
<input type="hidden" id="authip_token" name="authip_token" value="<?php echo htmlentities( (empty($authip_token)?'':$authip_token) ) ?>" />
|
<input type="hidden" id="authip_token" name="authip_token" value="<?php echo htmlentities( (empty($authip_token)?'':$authip_token) ) ?>" />
|
||||||
|
|
Loading…
Reference in New Issue