This repository has been archived on 2024-06-18. You can view files and clone it, but cannot push or open issues/pull-requests.
2014-01-23 02:46:16 +01:00
|
|
|
<% include header.tt %>
|
2014-01-23 00:25:33 +01:00
|
|
|
<% include sidebar.tt %>
|
2014-01-24 22:37:02 +01:00
|
|
|
<% include error.tt %>
|
2014-01-22 23:04:54 +01:00
|
|
|
|
|
|
|
<div id="page">
|
|
|
|
|
2014-01-23 21:30:52 +01:00
|
|
|
<h3>S'enregistrer</h3>
|
|
|
|
<hr />
|
|
|
|
|
|
|
|
<form class="form" action='/user/add/' method="post" >
|
2014-01-22 23:04:54 +01:00
|
|
|
<label for='login'>login : </label>
|
|
|
|
<input type='text' name='login' id='login' />
|
2014-01-23 21:30:52 +01:00
|
|
|
<br />
|
|
|
|
|
2014-01-22 23:04:54 +01:00
|
|
|
<label for='password'>password : </label>
|
|
|
|
<input type='password' name='password' id='password' />
|
2014-01-23 21:30:52 +01:00
|
|
|
<br />
|
|
|
|
|
|
|
|
<label for='password2'>password (pour être sûr): </label>
|
|
|
|
<input type='password' name='password2' id='password2' />
|
2014-01-22 23:04:54 +01:00
|
|
|
<input type='submit' name='submit'/>
|
|
|
|
</form>
|
|
|
|
|
|
|
|
</div>
|
2014-01-23 02:46:16 +01:00
|
|
|
|
|
|
|
</div> <!-- fin de colonne -->
|
|
|
|
</div> <!-- fin de ligne -->
|