source: tags/release-1_4_0RC3/template/default/register.tpl @ 742

Last change on this file since 742 was 393, checked in by gweltas, 20 years ago
  • Template migration
  • Admin Control Panel migration
  • Language migration
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.1 KB
Line 
1<div class="titrePage">{L_TITLE}</div>
2<form method="post" action="{F_ACTION}">
3  <table style="width:60%;" align="center">
4        <!-- BEGIN errors -->
5  <tr>
6        <td colspan="2">
7          <div class="errors">
8                <ul>
9                  <!-- BEGIN error -->
10                  <li>{errors.error.ERROR}</li>
11                  <!-- END error -->
12                </ul>
13          </div>
14        </td>
15  </tr>
16  <!-- END errors -->
17        <tr>
18          <td width="60%">{L_USERNAME}</td>
19          <td width="40%">
20                <input type="text" name="login" value="{F_LOGIN}" />
21          </td>
22        </tr>
23        <tr>
24          <td >{L_PASSWORD}</td>
25          <td >
26                <input type="password" name="password" />
27          </td>
28        </tr>
29        <tr>
30          <td >{L_CONFIRM_PASSWORD}</td>
31          <td >
32                <input type="password" name="password_conf" />
33          </td>
34        </tr>
35        <tr>
36          <td >{L_EMAIL}</td>
37          <td >
38                <input type="text" name="mail_address" value="{F_EMAIL}" />
39          </td>
40        </tr>
41        <tr>
42          <td colspan="2">&nbsp;</td>
43        </tr>
44        <tr>
45        <tr>
46          <td colspan="2" align="center">
47                <input type="submit" name="submit" value="{L_SUBMIT}" class="bouton" />
48          </td>
49        </tr>
50        <tr>
51          <td colspan="2" align="center">
52                <a href="./category.php">[ {L_GUEST} ]</a>
53          </td>
54        </tr>
55  </table>
56</form>
Note: See TracBrowser for help on using the repository browser.