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

Last change on this file since 345 was 345, checked in by gweltas, 20 years ago

Merge of the 1.3.1 release
Creation of an unique include file (common.php)
Creation of an unique define file (include/constants.php)
Modification of the installation procedure

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