1 rizwank 1.1 %TMPL:INCLUDE{"twiki"}%
2 %TMPL:P{"htmldoctype"}%
3 <head>
4 <title>(search result) %WEB% < %WIKITOOLNAME%</title>
5 <meta http-equiv="Content-Type" content="text/html; charset=%CHARSET%" />
6 <meta name="robots" content="noindex" /> %HTTP_EQUIV_ON_VIEW%
7 <base href="%SCRIPTURL%/view%SCRIPTSUFFIX%/%WEB%/%TOPIC%" />
8 %TMPL:P{"dragoncss"}%
9 </head>
10 %TMPL:DEF{"titleaction"}%(search result) %TMPL:END%
11 %TMPL:DEF{"webaction"}% Search: <b> %SEARCHSTRING% </b> %TMPL:END%
12 <body>%SPLIT%%TMPL:P{"simpleheader"}%
13 <div class="ds-nmcontent">
14 #PageTop
15 %SPLIT%<table width="100%" border="0" cellpadding="0" cellspacing="4" class="ds-searchresultsheading" style="border-top: 3px solid %WEBBGCOLOR%; border-bottom: 3px solid %WEBBGCOLOR%;">
16 <tr>
17 <td width="50%">
18 <b>Topics in <nop>%WEB% web:</b>
19 </td><td width="30%">
20 <b>Changed:</b> (now %DISPLAYTIME{"$hour:$min"}%)
21 </td><td width="20%">
22 rizwank 1.1 <b>Changed by:</b>
23 </td>
24 </tr>
25 </table>
26 <br />
27 %REPEAT%<table width="100%" border="0" cellspacing="0" cellpadding="0">
28 <tr>
29 <td width="50%">
30 <a href="%SCRIPTURLPATH%/view%SCRIPTSUFFIX%/%WEB%/%TOPICNAME%"><b>%TOPICNAME%</b></a>
31 <b><font color="red">%LOCKED%</font></b>
32 </td><td width="30%">
33 <a href="%SCRIPTURLPATH%/rdiff%SCRIPTSUFFIX%/%WEB%/%TOPICNAME%">%TIME%</a> - %REVISION%
34 </td><td width="20%">
35 %AUTHOR%
36 </td>
37 </tr>
38 <tr>
39 <td colspan="2">
40 <font size="-1">
41 <div style="padding-bottom: 4px">
42 %TEXTHEAD%
43 rizwank 1.1 </div></font>
44 </td><td width="20%">
45
46 </td>
47 </tr></table>
48 %REPEAT%<br clear="all" />
49 <p />%SPLIT%Number of topics: <b>%NTOPICS%</b>
50 <p />%SPLIT%
51 %TMPL:DEF{"topicaction"}% %TMPL:END%
52 </div>
53 #PageBottom
54 %TMPL:P{"standardfooter"}%
55 </div>
56 </body>
57 </html>
|