source: trunk/template/default/register.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: 2.4 KB
Line 
1<html>
2  <head>
3    {#style}
4    <title>{#register_page_title}</title>
5    <meta http-equiv="Content-Type" content="text/html; {#charset}">
6  </head>
7  <body>
8    <table style="width:100%;height:100%">
9      <tr align="center" valign="middle">
10        <td>
11          {#frame_start}1px{#frame_begin}
12            <div class="titrePage">{#register_title}</div>
13          {#frame_end}
14          <div style="margin-bottom:20px"></div>
15          {#frame_start}50%{#frame_begin}
16            <form method="post" action="{#form_action}">
17              <table style="width:80%;margin-top:10px;margin-bottom:10px;margin-left:auto;margin-right:auto;">
18                <!--VTP_errors-->
19                <tr>
20                  <td colspan="2">
21                    <div class="errors">
22                      <ul>
23                        <!--VTP_li-->
24                        <li>{#li}</li>
25                        <!--/VTP_li-->
26                      </ul>
27                    </div>
28                  </td>
29                </tr>
30                <!--/VTP_errors-->
31                <!--VTP_line-->
32                <tr>
33                  <td class="menu">{#name}</td>
34                  <td class="menu">
35                    <!--VTP_select-->
36                    <select name="{#name}">
37                      <!--VTP_option-->
38                      <option{#selected}>{#option}</option>
39                      <!--/VTP_option-->
40                    </select>
41                    <!--/VTP_select-->
42                    <!--VTP_text-->
43                    <input type="text" name="{#name}" value="{#value}" />
44                    <!--/VTP_text-->
45                    <!--VTP_password-->
46                    <input type="password" name="{#name}" value="{#value}" />
47                    <!--/VTP_password-->
48                  </td>
49                </tr>
50                <!--/VTP_line-->
51                <tr>
52                  <td colspan="2">&nbsp;</td>
53                </tr>
54                <tr>
55                <tr>
56                  <td colspan="2" align="center">
57                    <input type="submit" name="submit" value="{#submit}" style="margin:5px;"/>
58                  </td>
59                </tr>
60                <tr>
61                  <td colspan="2" align="center">
62                    <a href="./category.php">[ {#ident_guest_visit} ]</a>
63                  </td>
64                </tr>
65              </table>
66            </form>
67          {#frame_end}
68        </td>
69      </tr>
70    </table>
71  </body>
72</html>
Note: See TracBrowser for help on using the repository browser.