<?php /* Smarty version 2.6.26, created on 2010-02-10 21:39:48
compiled from C:%5CUsers%5Cpierre%5CDocuments%5CEasyPHP5.3.0%5Cwww/mod/user/tpl/connexion.tpl */ ?>
<?php require_once(SMARTY_CORE_DIR . 'core.load_plugins.php');
smarty_core_load_plugins(array('plugins' => array(array('function', 'link', 'C:\\Users\\pierre\\Documents\\EasyPHP5.3.0\\www/mod/user/tpl/connexion.tpl', 6, false),)), $this); ?>
<html>
<head>
<title>Connexion</title>
</head>
<body>
<p><a href="<?php echo smarty_function_link(array('module' => 'user'), $this);?>
">Retour</a></p>
<?php echo $this->_tpl_vars['message']; ?>
<h1>Connexion</h1>
<form action="<?php echo smarty_function_link(array('module' => 'user','action' => 'connexion','sub' => "post.htm"), $this);?>
" method="post">
<table>
<tr><td align="right">Utilisateur</td><td><input type="text" name="login"></td></tr>
<tr><td align="right">Mot de passe</td><td><input type="password" name="pass"></td></tr>
<?php if ($this->_tpl_vars['captcha']): ?>
<tr><td><?php echo "<img src='http://127.0.0.1/captcha.php'>"; ?></td><td>
<dl><dt><input type="text" name="captcha"></dt>
<dd>Entrer le code inscrit sur l'image.</dd></dl>
</td></tr>
<?php endif; ?>
<tr><td colspan="2" align="center"><input type="submit" value="Connexion"></td></tr>
</table>
</form>
</body>
</html>