source: tags/release-1_3_1/template/default/search.vtp @ 427

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

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

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 2.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">{#search_title}</div>
6          {#frame_end}
7          <div style="margin-bottom:5px;">&nbsp;</div>
8          {#frame_start}50%{#frame_begin}
9            <div style="margin-left:auto;margin-right:auto;text-align:center;">
10              <form method="post" action="{#form_action}">
11                <table style="width:80%;margin-left:auto;margin-right:auto;">
12                  <!--VTP_errors-->
13                  <tr>
14                    <td colspan="2">
15                      <div class="errors">
16                        <ul>
17                          <!--VTP_li-->
18                          <li>{#li}</li>
19                          <!--/VTP_li-->
20                        </ul>
21                      </div>
22                    </td>
23                  </tr>
24                  <!--/VTP_errors-->
25                  <tr>
26                    <td colspan="2">
27                      <div style="margin-bottom:10px;">&nbsp;</div>
28                    </td>
29                  </tr>
30                  <!--VTP_line-->
31                  <tr>
32                    <td class="menu">{#name}</td>
33                    <td class="menu">
34                      <!--VTP_select-->
35                      <select name="{#name}">
36                        <!--VTP_option-->
37                        <option{#selected}>{#option}</option>
38                        <!--/VTP_option-->
39                      </select>
40                      <!--/VTP_select-->
41                      <!--VTP_text-->
42                      <input type="text" name="{#name}" size="{#size}" value="{#value}" />
43                      <!--/VTP_text-->
44                      <!--VTP_group-->
45                        <!--VTP_radio-->
46                        <input type="radio" name="{#name}" value="{#value}"{#checked}/>{#option}
47                        <!--/VTP_radio-->
48                      <!--/VTP_group-->
49                    </td>
50                  </tr>
51                  <!--/VTP_line-->
52                  <tr>
53                    <td align="center" colspan="2">
54                      <input type="submit" name="submit" value="{#submit}" class="bouton" style="margin:10px;" />
55                    </td>
56                  </tr>
57                  <tr>
58                    <td align="center" colspan="2">
59                      <a href="{#back_url}">[ {#search_return_main_page} ]</a>
60                    </td>
61                  </tr>
62                  <tr>
63                    <td colspan="2">
64                      <div style="margin-top:10px;">* : {#search_comments}</div>
65                    </td>
66                  </tr>
67                </table>
68              </form>
69            </div>
70          {#frame_end}
71        </td>
72      </tr>
73    </table>
Note: See TracBrowser for help on using the repository browser.