source: tags/release-1_3_3/template/default/register.vtp @ 552

Last change on this file since 552 was 552, checked in by (none), 20 years ago

This commit was manufactured by cvs2svn to create tag
'release-1_3_3'.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 2.3 KB
Line 
1    <table style="width:100%;height:100%">
2      <tr align="center" valign="middle">
3        <td>
4          {#frame_start}1px{#frame_begin}
5            <div class="titrePage">{#register_title}</div>
6          {#frame_end}
7          <div style="margin-bottom:20px"></div>
8          {#frame_start}50%{#frame_begin}
9            <form method="post" action="{#form_action}">
10              <table style="width:80%;margin-top:10px;margin-bottom:10px;margin-left:auto;margin-right:auto;">
11                <!--VTP_errors-->
12                <tr>
13                  <td colspan="2">
14                    <div class="errors">
15                      <ul>
16                        <!--VTP_li-->
17                        <li>{#li}</li>
18                        <!--/VTP_li-->
19                      </ul>
20                    </div>
21                  </td>
22                </tr>
23                <!--/VTP_errors-->
24                <!--VTP_line-->
25                <tr>
26                  <td class="menu">{#name}</td>
27                  <td class="menu">
28                    <!--VTP_select-->
29                    <select name="{#name}">
30                      <!--VTP_option-->
31                      <option{#selected}>{#option}</option>
32                      <!--/VTP_option-->
33                    </select>
34                    <!--/VTP_select-->
35                    <!--VTP_text-->
36                    <input type="text" name="{#name}" value="{#value}" />
37                    <!--/VTP_text-->
38                    <!--VTP_password-->
39                    <input type="password" name="{#name}" value="{#value}" />
40                    <!--/VTP_password-->
41                  </td>
42                </tr>
43                <!--/VTP_line-->
44                <tr>
45                  <td colspan="2">&nbsp;</td>
46                </tr>
47                <tr>
48                <tr>
49                  <td colspan="2" align="center">
50                    <input type="submit" name="submit" value="{#submit}" style="margin:5px;"/>
51                  </td>
52                </tr>
53                <tr>
54                  <td colspan="2" align="center">
55                    <a href="./category.php">[ {#ident_guest_visit} ]</a>
56                  </td>
57                </tr>
58              </table>
59            </form>
60          {#frame_end}
61        </td>
62      </tr>
63    </table>
Note: See TracBrowser for help on using the repository browser.