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

Last change on this file since 365 was 365, checked in by gweltas, 20 years ago

Template migration

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 2.1 KB
Line 
1    <table style="width:100%;height:100%">
2      <tr align="center" valign="middle">
3        <td>
4          {T_START}1px{T_BEGIN}
5            <div class="titrePage">{L_TITLE}</div>
6          {T_END}
7          <div style="margin-bottom:5px;">&nbsp;</div>
8          {T_START}50%{T_BEGIN}
9            <div style="text-align:center;">
10                        <form action="{F_LOGIN_ACTION}" method="post">
11                        <table width="100%" cellpadding="4" cellspacing="1" border="0" align="center">
12                        <!-- BEGIN errors -->
13                          <tr>
14                                <td colspan="2">
15                                  <div class="errors">
16                                        <ul>
17                                          <!-- BEGIN error -->
18                                          <li>{errors.error.ERROR}</li>
19                                          <!-- END error -->
20                                        </ul>
21                                  </div>
22                                </td>
23                          </tr>
24                          <!-- END errors -->
25                  <tr>
26                        <td colspan="2" align="center">&nbsp;</td>
27                  </tr>
28                  <tr>
29                        <td width="45%" align="right"><span class="gentbl">{L_USERNAME}:</span></td>
30                        <td>
31                          <input class="login" type="text" name="username" size="25" maxlength="40" value="{USERNAME}" />
32                        </td>
33                  </tr>
34                  <tr>
35                        <td align="right"><span class="gentbl">{L_PASSWORD}:</span></td>
36                        <td>
37                          <input class="login" type="password" name="pass" size="25" maxlength="25" />
38                        </td>
39                  </tr>
40                  <tr align="center">
41                        <td colspan="2"><input type="submit" name="login" value="{L_LOGIN}" class="bouton" /></td>
42                  </tr>
43
44</table>
45</form>
46              <table style="width:80%;margin-left:auto;margin-right:auto;">
47                <tr>
48                  <td colspan="3" align="center">
49                    <!-- BEGIN free_access -->
50                      <p><a href="./category.php">[ {L_GUEST} ]</a></p>
51                      <a href="register.php"><img src="./template/{T_STYLE}/theme/register.gif" style="border:0;" alt=""/>&nbsp;{L_REGISTER}</a>&nbsp;&nbsp;-&nbsp;&nbsp;
52                    <!-- END free_access -->
53                      <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>
54                  </td>
55                </tr>
56              </table>
57            </div>
58          {T_END}
59        </td>
60      </tr>
61    </table>
Note: See TracBrowser for help on using the repository browser.