source: trunk/template/default/profile.vtp @ 45

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

optional cookie identification

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 4.0 KB
Line 
1<html>
2  <head>
3    {#style}
4    <title>{#customize_page_title}</title>
5    <meta http-equiv="Content-Type" content="text/html; {#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">{#customize_title}</div>
14          {#frame_end}
15          <div style="margin-bottom:20px"></div>
16          {#frame_start}50%{#frame_begin}
17            <form method="post" action="{#form_action}">
18              <table style="width:100%;margin-top:10px;margin-bottom:10px;">
19                <tr align="center" valign="middle">
20                  <td>
21                    <table width="80%">
22                      <!--VTP_errors-->
23                      <tr>
24                        <td colspan="2">
25                          <div class="errors">
26                            <ul>
27                              <!--VTP_li-->
28                              <li>{#li}</li>
29                              <!--/VTP_li-->
30                            </ul>
31                          </div>
32                        </td>
33                      </tr>
34                      <!--/VTP_errors-->
35                      <!--VTP_line-->
36                      <tr>
37                        <td class="menu">{#name}</td>
38                        <td class="menu">
39                          <!--VTP_select-->
40                          <select name="{#name}">
41                            <!--VTP_option-->
42                            <option{#selected}>{#option}</option>
43                            <!--/VTP_option-->
44                          </select>
45                          <!--/VTP_select-->
46                          <!--VTP_text-->
47                          <input type="text" name="{#name}" value="{#value}" />
48                          <!--/VTP_text-->
49                          <!--VTP_group-->
50                            <!--VTP_radio-->
51                            <input type="radio" name="{#name}" value="{#value}"{#checked}/>{#option}
52                            <!--/VTP_radio-->
53                          <!--/VTP_group-->
54                        </td>
55                      </tr>
56                      <!--/VTP_line-->
57                      <tr>
58                        <td colspan="2">&nbsp;</td>
59                      </tr>
60                      <tr>
61                        <td class="menu">{#new} {#password} <input type="checkbox" name="use_new_pwd" value="1" /></td>
62                        <td class="menu"><input type="password" name="password" value="" /></td>
63                      </tr>
64                      <tr>
65                        <td class="menu">{#reg_confirm}</td>
66                        <td class="menu"><input type="password" name="passwordConf" value="" /></td>
67                      </tr>
68                      <!--VTP_cookie-->
69                      <tr>
70                        <td colspan="2">&nbsp;</td>
71                      </tr>
72                      <tr>
73                        <td class="menu">{#create_cookie} <input type="checkbox" name="create_cookie" value="1" /></td>
74                        <td class="menu">
75                          <select name="cookie_expiration">
76                          <!--VTP_expiration_option-->
77                            <option value="{#value}">{#option}</option>
78                          <!--/VTP_expiration_option-->
79                          </select>
80                        </td>
81                      </tr>
82                      <!--/VTP_cookie-->
83                      <tr>
84                        <td colspan="2">&nbsp;</td>
85                      </tr>
86                      <tr>
87                        <td colspan="2" align="center">
88                          <input type="submit" name="submit" value="{#submit}" style="margin:5px;"/>
89                        </td>
90                      </tr>
91                    </table>
92                  </td>
93                </tr>
94              </table>
95            </form>
96          {#frame_end}
97        </td>
98      </tr>
99    </table>
100    {#footer}
101  </body>
102</html>
Note: See TracBrowser for help on using the repository browser.