source: trunk/phpgwapi/templates/prisma/nextmatchs.tpl @ 2

Revision 2, 2.4 KB checked in by niltonneto, 17 years ago (diff)

Removida todas as tags usadas pelo CVS ($Id, $Source).
Primeira versão no CVS externo.

  • Property svn:eol-style set to native
  • Property svn:executable set to *
Line 
1<!-- BEGIN nextmatchs -->
2 <table width="{table_width}" border="0" bgcolor="{th_bg}" cellspacing="0" cellpadding="0" cols="5">
3  <tr>   {left}
4   <td align="center" bgcolor="{th_bg}" valign="top" width="92%">{cats_search_filter_data}</td>{right}
5  </tr>
6 </table>
7<br/>
8
9<!-- END nextmatchs -->
10
11
12<!-- BEGIN filter -->
13{select}
14        <noscript>
15         <input type="submit" value="{lang_filter}">
16        </noscript>
17<!-- END filter -->
18
19
20<!-- BEGIN form -->
21<td width="2%" align="{align}" valign="top">
22<form method="POST" action="{action}" name="{form_name}">
23        {hidden}
24        <table border="0" bgcolor="{th_bg}" cellspacing="0" cellpadding="0">
25        <tr>
26                <td align="{align}">
27                        <input type="image" src="{img}" border="{border}" title="{label}" name="start" value="{start}">
28                </td>
29        </tr>
30        </table>
31</form>
32</td>
33<!-- END form -->
34
35
36<!-- BEGIN icon -->
37<td width="2%" align="{align}">&nbsp;{_link}</td>
38<!-- END icon -->
39
40
41<!-- BEGIN link -->
42<td width="2%" align="{align}" valign="top">
43        <table border="0" bgcolor="{th_bg}" cellspacing="0" cellpadding="0">
44        <tr>
45                <td align="{align}"><img src="{img}" border="{border}" title="{label}" hspace="2" /></td>
46        </tr>
47        </table>
48</td>
49<!-- END link -->
50
51
52<!-- BEGIN search -->
53        <input type="text" name="query" value="{query_value}">&nbsp;{searchby}<input type="submit" name="Search" value="{lang_search}">
54<!-- END search -->
55
56<!-- BEGIN cats -->
57       <td>
58        {lang_category}&nbsp;&nbsp;<select name="{cat_field}" onChange="this.form.submit();">
59         <option value="0">{lang_all}</option>
60         {categories}
61        </select>
62        <noscript><input type="submit" name="cats" value="{lang_select}"></noscript>
63       </td>
64<!-- END cats -->
65
66<!-- BEGIN search_filter -->
67    <table border="0" bgcolor="{th_bg}" cellspacing="0" cellpadding="0">
68     <form method="POST" action="{form_action}" name="filter">
69      {hidden}
70      <tr>
71                <td>{search}</td>
72                <td>&nbsp;</td>
73                <td>{filter}</td>
74      </tr>
75     </form>
76    </table>
77<!-- END search_filter -->
78
79<!-- BEGIN cats_search_filter -->
80    <table border="0" bgcolor="{th_bg}" cellspacing="0" cellpadding="0">
81     <form method="POST" action="{form_action}" name="filter">
82      {hidden}
83      <tr>
84                {cats}
85                <td>&nbsp;</td>
86                <td>{search}</td>
87                <td>&nbsp;&nbsp;</td>
88                <td>{filter}</td>
89      </tr>
90     </form>
91    </table>
92<!-- END cats_search_filter -->
93
Note: See TracBrowser for help on using the repository browser.