Bontiv-Sourceer source code viewer
Root | Help
./PhpMyCMS/files/tpl_compl/%%17^177^177225D3%%inscription.tpl.php
<?php /* Smarty version 2.6.26, created on 2009-11-17 17:41:26
         compiled from F:%5CEasyPHP5.3.0%5Cwww/mod/user/tpl/inscription.tpl */
?>
<?php
require_once(SMARTY_CORE_DIR . 'core.load_plugins.php');
smarty_core_load_plugins(array('plugins' => array(array('function', 'link', 'F:\\EasyPHP5.3.0\\www/mod/user/tpl/inscription.tpl', 9, false),)), $this); ?>
<html>
<head>
<title>Inscription PhpMyCMS</title>
</head>
<body>
<h1>Inscription</h1>
<?php echo $this->_tpl_vars['message']; ?>

<form action="<?php echo $this->_tpl_vars['html_path']; ?>
/user/inscription/post.htm" method="post">
<a href="<?php echo smarty_function_link(array('module' => "",'action' => ""), $this);?>
">Retour page d'accueil</a>
<h2>Votre identification</h2>
<table width="60%">
<tr><td width="60%">Identifiant</td><td><input type="text" name="id" value="<?php echo $_POST['id']; ?>
"></td></tr>
<tr><td>Pseudo</td><td><input type="text" name="pseudo" value="<?php echo $_POST['pseudo']; ?>
"></td></tr>
<tr><td>Mot de passe</td><td><input type="password" name="pass"></td></tr>
<tr><td>V&eacute;rification</td><td><input type="password" name="pass2"></td></tr>
</table>

<h2>Vos informations</h2>
<table width="60%">
<tr><td width="60%">Date de naissance (JJ/MM/YYYY)</td><td><input type="text" name="nee" value="<?php echo $_POST['nee']; ?>
"></td></tr>
<tr><td>Email</td><td><input type="text" name="email" value="<?php echo $_POST['email']; ?>
"></td></tr>
<tr><td>MSN</td><td><input type="text" name="MSN" value="<?php echo $_POST['MSN']; ?>
"></td></tr>
<tr><td>Skype</td><td><input type="text" name="skype" value="<?php echo $_POST['skype']; ?>
"></td></tr>
</table>

<h2>Anti-Bot</h2>
<table width="60%"><tr><td width="60%"><?php echo "<img src='http://127.0.0.1/captcha.php'>"; ?></td><td>
<dl><dt><input type="text" name="captcha"></dt>
<dd>Tappez le code &eacute;crit sur l'image</dd>
<dd><i>Nottez qu'il n'y a pas de O sur l'image, mais que des 0.</i></dd>
</dl></td></tr></table>

<h2>Valider</h2>
<input type="submit" value="Envoyer">Cliquez sur envoyer si toutes les infos
sont bonnes.<br>
<input type="reset" value="Effacer">Cliquez sinon sur effacer pour effacer les modifications.
</form>
</body>
</html>
Presented with Bontiv-Sourceer