source: tags/release-1_4_0RC1/template/default/identification.tpl @ 8759

Last change on this file since 8759 was 631, checked in by gweltas, 20 years ago
  • User control panel update (user side)
  • User control panel update (admin side)
  • Add of registration link on the main page
  • Minor bug correction for group management
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.8 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  <!-- BEGIN remember_me -->
34  <tr>
35        <td align="right"><span class="gentbl">{L_REMEMBER_ME}:</span></td>
36        <td>
37          <input type="checkbox" name="remember_me" value="1" />
38        </td>
39  </tr>
40  <!-- END remember_me -->
41  <tr align="center">
42        <td colspan="2"><input type="submit" name="login" value="{L_LOGIN}" class="bouton" /></td>
43  </tr>
44</form>
45</table>
46
47<table style="width:80%;margin-left:auto;margin-right:auto;">
48<tr>
49  <td colspan="3" align="center">
50        <!-- BEGIN free_access -->
51          <p><a href="./category.php">[ {L_GUEST} ]</a></p>
52          <a href="register.php"><img src="template/default/theme/register.gif" style="border:0;" alt=""/>&nbsp;{L_REGISTER}</a>&nbsp;&nbsp;-&nbsp;&nbsp;
53        <!-- END free_access -->
54          <a href="mailto:{MAIL_ADMIN}?subject=[PhpWebGallery] {L_FORGET}"><img src="template/default/theme/lost.gif" style="border:0;" alt=""/>&nbsp;{L_FORGET}</a>
55  </td>
56</tr>
57</table>
58</div>
Note: See TracBrowser for help on using the repository browser.