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

Last change on this file since 14 was 14, 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.3 KB
Line 
1<html>
2  <head>
3    {#style}
4    <title>{#customize_page_title}</title>
5  </head>
6  <body>
7    {#header}
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">{#customize_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:100%;margin-top:10px;margin-bottom:10px;">
18                <tr align="center" valign="middle">
19                  <td>
20                    <table width="80%">
21                      <!--VTP_errors-->
22                      <tr>
23                        <td colspan="2">
24                          <div class="errors">
25                            <ul>
26                              <!--VTP_li-->
27                              <li>{#li}</li>
28                              <!--/VTP_li-->
29                            </ul>
30                          </div>
31                        </td>
32                      </tr>
33                      <!--/VTP_errors-->
34                      <!--VTP_line-->
35                      <tr>
36                        <td class="menu">{#name}</td>
37                        <td class="menu">
38                          <!--VTP_select-->
39                          <select name="{#name}">
40                            <!--VTP_option-->
41                            <option{#selected}>{#option}</option>
42                            <!--/VTP_option-->
43                          </select>
44                          <!--/VTP_select-->
45                          <!--VTP_text-->
46                          <input type="text" name="{#name}" value="{#value}" />
47                          <!--/VTP_text-->
48                          <!--VTP_group-->
49                            <!--VTP_radio-->
50                            <input type="radio" name="{#name}" value="{#value}"{#checked}/>{#option}
51                            <!--/VTP_radio-->
52                          <!--/VTP_group-->
53                        </td>
54                      </tr>
55                      <!--/VTP_line-->
56                      <tr>
57                        <td colspan="2">&nbsp;</td>
58                      </tr>
59                      <tr>
60                        <td class="menu">{#new} {#password}<input type="checkbox" name="use_new_pwd" value="1" /></td>
61                        <td class="menu"><input type="password" name="password" value="" /></td>
62                      </tr>
63                      <tr>
64                        <td class="menu">{#reg_confirm}</td>
65                        <td class="menu"><input type="password" name="passwordConf" value="" /></td>
66                      </tr>
67                      <tr>
68                        <td colspan="2">&nbsp;</td>
69                      </tr>
70                      <tr>
71                        <td colspan="2" align="center">
72                          <input type="submit" name="submit" value="{#submit}" style="margin:5px;"/>
73                        </td>
74                      </tr>
75                    </table>
76                  </td>
77                </tr>
78              </table>
79            </form>
80          {#frame_end}
81        </td>
82      </tr>
83    </table>
84    {#footer}
85  </body>
86</html>
Note: See TracBrowser for help on using the repository browser.