source: trunk/template/default/identification.tpl @ 526

Last change on this file since 526 was 393, checked in by gweltas, 21 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.5 KB
Line 
1<div class="titrePage">{L_TITLE}</div>
2<div style="margin-top:15px;text-align:center;">
3<table width="60%" cellpadding="4" cellspacing="1" border="0" align="center">
4<form action="{F_LOGIN_ACTION}" method="post">
5<!-- BEGIN errors -->
6  <tr>
7        <td colspan="2">
8          <div class="errors">
9                <ul>
10                  <!-- BEGIN error -->
11                  <li>{errors.error.ERROR}</li>
12                  <!-- END error -->
13                </ul>
14          </div>
15        </td>
16  </tr>
17  <!-- END errors -->
18  <tr>
19        <td colspan="2" align="center">&nbsp;</td>
20  </tr>
21  <tr>
22        <td width="45%" align="right"><span class="gentbl">{L_USERNAME}:</span></td>
23        <td>
24          <input class="login" type="text" name="username" size="25" maxlength="40" value="{USERNAME}" />
25        </td>
26  </tr>
27  <tr>
28        <td align="right"><span class="gentbl">{L_PASSWORD}:</span></td>
29        <td>
30          <input class="login" type="password" name="password" size="25" maxlength="25" />
31        </td>
32  </tr>
33  <tr align="center">
34        <td colspan="2"><input type="submit" name="login" value="{L_LOGIN}" class="bouton" /></td>
35  </tr>
36</form>
37</table>
38
39<table style="width:80%;margin-left:auto;margin-right:auto;">
40<tr>
41  <td colspan="3" align="center">
42        <!-- BEGIN free_access -->
43          <p><a href="./category.php">[ {L_GUEST} ]</a></p>
44          <a href="register.php"><img src="./template/{T_STYLE}/theme/register.gif" style="border:0;" alt=""/>&nbsp;{L_REGISTER}</a>&nbsp;&nbsp;-&nbsp;&nbsp;
45        <!-- END free_access -->
46          <a href="mailto:{MAIL_ADMIN}?subject=[PhpWebGallery] {L_FORGET}"><img src="./template/{T_STYLE}/theme/lost.gif" style="border:0;" alt=""/>&nbsp;{L_FORGET}</a>
47  </td>
48</tr>
49</table>
50</div>
Note: See TracBrowser for help on using the repository browser.