source: trunk/template/default/identification.vtp @ 25

Last change on this file since 25 was 25, checked in by z0rglub, 21 years ago

* empty log message *

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 3.2 KB
Line 
1<html>
2  <head>
3    {#style}
4    <title>{#ident_page_title}</title>
5    <meta http-equiv="Content-Type" content="text/html; charset={#charset}" />
6  </head>
7  <body>
8    {#header}
9    <table style="width:100%;height:100%">
10      <tr align="center" valign="middle">
11        <td>
12          {#frame_start}1px{#frame_begin}
13            <div class="titrePage">{#ident_title}</div>
14          {#frame_end}
15          <div style="margin-bottom:5px;">&nbsp;</div>
16          {#frame_start}50%{#frame_begin}
17            <div style="margin-left:auto;margin-right:auto;text-align:center;">
18              <form method="post" action="./identification.php">
19                <table style="width:80%;margin-left:auto;margin-right:auto;">
20                  <!--VTP_errors-->
21                  <tr>
22                    <td colspan="3">
23                      <div class="errors">
24                        <ul>
25                          <!--VTP_li-->
26                          <li>{#li}</li>
27                          <!--/VTP_li-->
28                        </ul>
29                      </div>
30                    </td>
31                  </tr>
32                  <!--/VTP_errors-->
33                  <tr>
34                    <td class="menu" align="center">{#login}</td>
35                    <td class="menu" align="center">{#password}</td>
36                    <td>&nbsp;</td>
37                  </tr>
38                  <tr>
39                    <td align="center">
40                      <!--VTP_select_field-->
41                      <select name="login">
42                        <!--VTP_option-->
43                        <option>{#option}</option>
44                        <!--/VTP_option-->
45                      </select>
46                      <!--/VTP_select_field-->
47                      <!--VTP_text_field-->
48                      <input type="text" name="login" value="" />
49                      <!--/VTP_text_field-->
50                    </td>
51                    <td align="center"><input type="password" name="pass"/></td>
52                    <td align="center"><input type="submit" name="submit" value="{#submit}" class="bouton"/></td>
53                  </tr>
54                </table>
55              </form>
56              <table style="width:80%;margin-left:auto;margin-right:auto;">
57                <tr>
58                  <td colspan="3" align="center">
59                    <!--VTP_guest_visit-->
60                      <a href="./category.php">[ {#ident_guest_visit} ]</a>
61                    <!--/VTP_guest_visit-->
62                    <div  style="margin-top:10px;text-align:left;">
63                      <!--VTP_register-->
64                        <a href="register.php"><img src="./template/{#user_template}/theme/register.gif" style="border:0;" alt="{#ident_register}"/>&nbsp;{#ident_register}</a><br />
65                      <!--/VTP_register-->
66                      <a href="mailto:{#mail_webmaster}?subject=[PhpWebGallery] {#ident_forgotten_password}"><img src="./template/{#user_template}/theme/lost.gif" style="border:0;" alt=""/>&nbsp;{#ident_forgotten_password}</a>
67                    </div>
68                  </td>
69                </tr>
70              </table>
71            </div>
72          {#frame_end}
73        </td>
74      </tr>
75    </table>
76    {#footer}
77  </body>
78</html>
Note: See TracBrowser for help on using the repository browser.