Last change
on this file since 368 was
355,
checked in by gweltas, 21 years ago
|
Template migration
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
1.5 KB
|
Line | |
---|
1 | <table style="width:100%;height:100%"> |
---|
2 | <tr align="center" valign="middle"> |
---|
3 | <td> |
---|
4 | {T_START}1px{T_BEGIN} |
---|
5 | <div class="titrePage">{L_TITLE}</div> |
---|
6 | {T_END} |
---|
7 | <div style="margin-bottom:5px;"> </div> |
---|
8 | {T_START}50%{T_BEGIN} |
---|
9 | <div style="margin-left:auto;margin-right:auto;text-align:center;"> |
---|
10 | <form method="post" action="{F_ACTION}"> |
---|
11 | <table style="width:80%;margin-left:auto;margin-right:auto;"> |
---|
12 | <!-- BEGIN errors --> |
---|
13 | <tr> |
---|
14 | <td colspan="2"> |
---|
15 | <div class="errors"> |
---|
16 | <ul> |
---|
17 | <!-- BEGIN error --> |
---|
18 | <li>{errors.error.ERROR}</li> |
---|
19 | <!-- END error --> |
---|
20 | </ul> |
---|
21 | </div> |
---|
22 | </td> |
---|
23 | </tr> |
---|
24 | <!-- END errors --> |
---|
25 | <tr> |
---|
26 | <td colspan="2"> |
---|
27 | <div style="margin-bottom:10px;"> </div> |
---|
28 | </td> |
---|
29 | </tr> |
---|
30 | <tr> |
---|
31 | <td class="menu">{L_SEARCH}</td> |
---|
32 | <td class="menu"> |
---|
33 | <input type="text" name="search" size="40" value="{F_TEXT_VALUE}" /><br /> |
---|
34 | <input class="radio" type="radio" name="mode" value="OR" checked="checked" /> {L_SEARCH_OR} |
---|
35 | <input class="radio" type="radio" name="mode" value="AND" /> {L_SEARCH_AND} |
---|
36 | </td> |
---|
37 | </tr> |
---|
38 | <tr> |
---|
39 | <td align="center" colspan="2"> |
---|
40 | <input type="submit" name="submit" value="{L_SUBMIT}" class="bouton" style="margin:10px;" /> |
---|
41 | </td> |
---|
42 | </tr> |
---|
43 | <tr> |
---|
44 | <td align="center" colspan="2"> |
---|
45 | <a href="{U_HOME}">[ {L_RETURN} ]</a> |
---|
46 | </td> |
---|
47 | </tr> |
---|
48 | <tr> |
---|
49 | <td colspan="2"> |
---|
50 | <div style="margin-top:10px;">* : {L_COMMENTS}</div> |
---|
51 | </td> |
---|
52 | </tr> |
---|
53 | </table> |
---|
54 | </form> |
---|
55 | </div> |
---|
56 | {T_END} |
---|
57 | </td> |
---|
58 | </tr> |
---|
59 | </table> |
---|
Note: See
TracBrowser
for help on using the repository browser.