17 lines
561 B
Cheetah
17 lines
561 B
Cheetah
%TMPL:INCLUDE{"search"}%
|
|
|
|
%TMPL:DEF{"titleaction"}%(book view) %TMPL:END%
|
|
|
|
%TMPL:DEF{"repeatedsearchblock"}%
|
|
%REPEAT%<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
|
<tr bgcolor="%WEBBGCOLOR%">
|
|
<td width="60%"><h1><a href="%SCRIPTURLPATH{"view"}%/%WEB%/%TOPICNAME%">%TOPICNAME%</a> </h1></td>
|
|
<td width="20%"><a href="%SCRIPTURLPATH{"rdiff"}%/%WEB%/%TOPICNAME%" rel='nofollow'>%TIME%</a> - %REVISION% </td>
|
|
<td width="20%">%AUTHOR%</td>
|
|
</tr>
|
|
</table>
|
|
<p />
|
|
%TEXTHEAD%
|
|
<p /> <p />
|
|
<hr />
|
|
%REPEAT%<br clear="all" />%TMPL:END |