source: trunk/template/default/search.vtp @ 107

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

Using right charset tag

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