/[MITgcm]/mitgcm.org/devel/buildweb/pkg/swish-e/example/swish.tmpl
ViewVC logotype

Contents of /mitgcm.org/devel/buildweb/pkg/swish-e/example/swish.tmpl

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1.1.1 - (show annotations) (download) (vendor branch)
Fri Sep 20 19:47:30 2002 UTC (22 years, 10 months ago) by adcroft
Branch: Import, MAIN
CVS Tags: baseline, HEAD
Changes since 1.1: +0 -0 lines
Error occurred while calculating annotation data.
Importing web-site building process.

1
2 <html>
3 <head>
4 <title>
5 <TMPL_IF RESULTS>Results for: <TMPL_VAR QUERY_SIMPLE><TMPL_ELSE><TMPL_VAR TITLE></TMPL_IF>
6 </title>
7 </head>
8 <body>
9 <table border="0" cellpadding="0" cellspacing="0">
10 <tr><td>
11 <a href="http://swish-e.org">
12 <img border="0" alt="Swish-e home page" src="http://swish-e.org/Images/swish-e.gif"></a>
13 </td><td valign="middle">
14 <font size="+3"><TMPL_VAR TITLE></font>
15 </td></tr>
16 </table>
17
18 <TMPL_IF MESSAGE>
19 <font size="+2" color="red"><TMPL_VAR MESSAGE></font>
20 </TMPL_IF>
21
22 <form method="GET" action="<TMPL_VAR MY_URL>" enctype="application/x-www-form-urlencoded" class="form">
23 <input type="text" name="query" size=32 maxlength=200 />
24 <input type="submit" name="submit" value="Search!" /><br>
25
26 <TMPL_IF METANAMES>
27 Limit search to:
28 <TMPL_LOOP METANAMES>
29 <input type="radio" name="metaname" value="<TMPL_VAR NAME>"><TMPL_VAR LABEL>
30 </TMPL_LOOP>
31 <br>
32 </TMPL_IF>
33
34
35
36 <TMPL_IF SORTS>
37 Sort by:
38 <select name="sort">
39 <TMPL_LOOP SORTS>
40 <option value="<TMPL_VAR NAME>" ><TMPL_VAR LABEL></option>
41 </TMPL_LOOP>
42 </select>
43 <input type="checkbox" name="reverse" value=1>Reverse Sort
44 </TMPL_IF>
45
46 </form>
47
48
49 <TMPL_IF FILES>
50 <table cellpadding=0 cellspacing=0 border=0 width="100%">
51 <tr>
52 <td height=20 bgcolor="#FF9999">
53 <font size="-1" face="Geneva, Arial, Helvetica, San-Serif">
54 &nbsp;Results for <b><TMPL_VAR QUERY_SIMPLE></b>
55 &nbsp; <TMPL_VAR FROM> to <TMPL_VAR TO> of <TMPL_VAR HITS> results.
56 </font>
57 </td>
58 <td align=right bgcolor="#FF9999">
59 <font size="-2" face="Geneva, Arial, Helvetica, San-Serif">
60 Run time: <TMPL_VAR RUN_TIME> |
61 Search time: <TMPL_VAR SEARCH_TIME> &nbsp; &nbsp;
62 </font>
63 </td>
64 </tr>
65
66 <TMPL_IF PAGES>
67
68 <tr>
69 <td colspan=2 bgcolor="#EEEEEE">
70 <font size="-1" face="Geneva, Arial, Helvetica, San-Serif">&nbsp;Page:</font>
71 <TMPL_VAR PAGES>
72
73 <TMPL_IF PREV_COUNT>
74 <a href="<TMPL_VAR QUERY_HREF>&amp;start=<TMPL_VAR PREV>">
75 Previous <TMPL_VAR PREV_COUNT></a>
76 </TMPL_IF>
77
78 <TMPL_IF NEXT_COUNT>
79 <a href="<TMPL_VAR QUERY_HREF>&amp;start=<TMPL_VAR NEXT>">
80 Next <TMPL_VAR NEXT_COUNT></a>
81 </TMPL_IF>
82 </td>
83 </tr>
84 </TMPL_IF>
85
86 </table>
87
88 <p>
89
90
91
92 <TMPL_LOOP FILES>
93 <dl>
94 <dt><a href="<TMPL_VAR swishdocpath_href>"><TMPL_VAR swishtitle></a> <small>-- rank: <b><TMPL_VAR swishrank></b></small></dt>
95 <dd><TMPL_VAR swishdescription>...<br>
96
97 <TMPL_IF PROPERTIES>
98 <p>
99 <TMPL_LOOP PROPERTIES>
100 <b><TMPL_VAR PROP_NAME></b>: <TMPL_VAR PROP_VALUE><br>
101 </TMPL_LOOP>
102 </TMPL_IF>
103
104
105 <small>
106 <TMPL_VAR swishdocpath>
107 <TMPL_VAR swishlastmodified>
108 <TMPL_VAR swishdocsize> bytes.
109 </small>
110 </dd>
111 </dl>
112
113 </TMPL_LOOP>
114
115 <p>
116 <TMPL_IF PAGES><br>Pages: <TMPL_VAR PAGES></TMPL_IF>
117
118 <TMPL_IF PREV_COUNT>
119 <a href="<TMPL_VAR QUERY_HREF>&amp;start=<TMPL_VAR PREV>">Previous <TMPL_VAR PREV_COUNT></a>
120 </TMPL_IF>
121
122 <TMPL_IF NEXT>
123 <a href="<TMPL_VAR QUERY_HREF>&amp;start=<TMPL_VAR NEXT>">Next <TMPL_VAR NEXT_COUNT></a>
124 </TMPL_IF>
125
126 </TMPL_IF>
127
128 <hr>
129 <small>Powered by <em>Swish-e</em> <a href="http://swish-e.org">swish-e.org</a></small>
130 <TMPL_IF MOD_PERL>
131 Powered by: <img src="http://perl.apache.org/logos/mod_perl.gif">
132 </TMPL_IF>
133 <p>
134 <a href="http://validator.w3.org/check/referer"><img border="0"
135 src="http://www.w3.org/Icons/valid-html401"
136 alt="Valid HTML 4.01!" height="31" width="88"></a>
137 </p>
138
139
140
141 </body>
142 </html>
143

  ViewVC Help
Powered by ViewVC 1.1.22