border: 1px solid #336699;
border-collapse: collapse;
width: 98%;
+ margin-left: 1%;
}
table.bicol tr.impair {}
table.bicol tr.pair {
-{* $Id: password_prompt.head.tpl,v 1.2 2004-01-26 12:36:32 x2000habouzit Exp $ *}
+{* $Id: password_prompt.head.tpl,v 1.3 2004-01-26 12:50:19 x2000habouzit Exp $ *}
{literal}
<style type="text/css" media="screen">
.login {font-weight: bold;}
div.warning {margin-top: 0.4em; color: red; font-weight: bold;}
div.explication {font-size: smaller; font-weight: bold;}
+ table.bicol { width: 70%; margin-left: 15%; }
-->
</style>
{/literal}
-{* $Id: password_prompt.tpl,v 1.3 2004-01-26 12:36:32 x2000habouzit Exp $ *}
+{* $Id: password_prompt.tpl,v 1.4 2004-01-26 12:50:19 x2000habouzit Exp $ *}
<noscript>
<span class="erreur">
Ton navigateur n'accepte pas le javaScript !!
<br />
<form action="{$smarty.server.REQUEST_URI}" method="post" name="login" onSubmit="doChallengeResponse(); return false;">
- <table class="bicol" align="center" cellpadding="4" summary="Formulaire de login">
+ <table class="bicol" cellpadding="4" summary="Formulaire de login">
<tr>
<th colspan="2">Connexion</th>
</tr>
-{* $Id: password_prompt_logged.tpl,v 1.2 2004-01-26 12:36:32 x2000habouzit Exp $ *}
+{* $Id: password_prompt_logged.tpl,v 1.3 2004-01-26 12:50:19 x2000habouzit Exp $ *}
<div style="text-align:center">
<table width="90%" summary="Accès sécurisé">
</div>
<br /><br />
<form action="{$smarty.server.REQUEST_URI}" method="post" id="login" name="login" onSubmit='doChallengeResponse(); return false;'>
- <table class="bicol" align="center" cellpadding="4" summary="Formulaire de login">
+ <table class="bicol" cellpadding="4" summary="Formulaire de login">
<tr>
<td>
<span class="login">Mot de passe:</span>
<img src="{"images/pi.png"|url}" alt=" [ ? ] ">
<a href="{"recovery.php"|url}">J'ai perdu mon mot de passe</a>
</td>
- <td align=right>
+ <td style="text-align:right">
<input type="submit" name="submitbtn" value="Envoyer">
</td>
</tr>