wiki-archive/twiki/templates/search.classic.tmpl

39 lines
1.2 KiB
Cheetah

%TMPL:INCLUDE{"view.classic"}%
%TMPL:DEF{"titleaction"}%(search result) %TMPL:END%
%TMPL:DEF{"webaction"}% %WEBTOPICLIST% %TMPL:END%
%TMPL:DEF{"topicaction"}% %TMPL:END%
%TMPL:DEF{"footernote"}% %TMPL:END%
%TMPL:DEF{"searchbody"}%%SPLIT%%TMPL:P{"repeatedsearchblock"}%<p />%SPLIT%Number of topics: <b>%NTOPICS%</b>%TMPL:END%
%TMPL:DEF{"repeatedsearchblock"}%
<!--%TABLE%-->
<table width="100%" border="0" cellpadding="0" cellspacing="4">
<tr bgcolor="%WEBBGCOLOR%">
<td width="50%"><b>Topics in <nop>%WEB% web:</b></td>
<td width="30%"><b>Changed:</b> now %DISPLAYTIME{"$hour:$min"}% </td>
<td width="20%"><b>Changed by:</b></td>
</tr>
</table>
%REPEAT%
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="50%"><a href="%SCRIPTURLPATH{"view"}%/%WEB%/%TOPICNAME%"><b>%TOPICNAME%</b></a></td>
<td width="30%"><a href="%SCRIPTURLPATH{"rdiff"}%/%WEB%/%TOPICNAME%" rel='nofollow'>%TIME%</a> - %REVISION%</td>
<td width="20%"> %AUTHOR%</td>
</tr>
<tr>
<td colspan="2"><font size="-1">%TEXTHEAD%</font></td>
<td width="20%">&nbsp;</td>
</tr>
</table>%REPEAT%<br clear="all" />%TMPL:END%
%TMPL:DEF{"content"}%%SPLIT%Search: <b> %SEARCHSTRING% </b>
<p />%TMPL:P{"searchbody"}%
<p />%SPLIT%
%TMPL:P{"topicinfo"}%%TMPL:END%