extremely odd, and presumably unintended
Its a simple fix to make it consistent with pattern skin
--
TWiki:Main/SvenDowideit
- 23 Mar 2008
something like:
Index: templates/search.tmpl
===================================================================
--- templates/search.tmpl (revision 81)
+++ templates/search.tmpl (working copy)
@@ -12,13 +12,14 @@
%TMPL:DEF{"searchbody"}%%SPLIT%%TMPL:P{"repeatedsearchblock"}%
%SPLIT%Number of topics: <b>%NTOPICS%</b>%TMPL:END%
-%TMPL:DEF{"repeatedsearchblock"}%%TABLE%<table width="100%" border="0" cellpadding="0" cellspacing="4">
+%TMPL:DEF{"repeatedsearchblock"}%
+%TABLE%<table width="100%" border="0" cellpadding="0" cellspacing="4">
<tr bgcolor="%WEBBGCOLOR%">
<td width="50%"><b>%MAKETEXT{"Topics in [_1] web" args="<nop>%WEB%"}%</b></td>
<td width="30%"><b>%MAKETEXT{"Changed"}%</b></td>
<td width="20%"><b>%MAKETEXT{"Changed by"}%</b></td>
</tr>
-</table>%REPEAT%<table width="100%" border="0" cellspacing="0" cellpadding="0">
+%REPEAT%
<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>
@@ -28,7 +29,7 @@
<td colspan="2"><font size="-1">%TEXTHEAD%</font></td>
<td width="20%"> </td>
</tr>
-</table>%REPEAT%<br clear="all" />%TMPL:END%
+%REPEAT%</table><br clear="all" />%TMPL:END%
%TMPL:DEF{"content"}%%SPLIT%%MAKETEXT{"Searched:"}% <b> %SEARCHSTRING% </b>
<p />%TMPL:P{"searchbody"}%<p />%SPLIT%%TMPL:P{"topicinfo"}%%TMPL:END%
--
TWiki:Main.SvenDowideit
- 23 Mar 2008
and is completely broken for
skin=text
- see
http://develop.twiki.org/~twiki4/cgi-bin/view/TWiki/WebSearch?search=context&scope=all;skin=text
which shows the same results as I'm seeing in both
trunk
and
TWikiRelease04x02
branches
--
TWiki:Main.SvenDowideit
- 31 Mar 2008