1 rizwank 1.1 %TMPL:INCLUDE{"twiki"}%
2 %TMPL:P{"htmldoctype"}%
3 <head>
4 <title>(changes) %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"}%(changes) %TMPL:END%
11 %TMPL:DEF{"webaction"}% Changes for <b> %WEB% </b> %TMPL:END%
12 <body>%TMPL:P{"simpleheader"}%
13 #PageTop
14 <div class="ds-nmcontent">
15 <table width="100%" border="0" cellpadding="0" cellspacing="0">
16 <tr>
17 <td width="50%">
18 <div class="ds-searchresultsheading" style="border-top: 3px solid %WEBBGCOLOR%; border-bottom: 3px solid %WEBBGCOLOR%;">
19 <b>Topic:</b>
20 </div>
21 </td><td width="30%">
22 rizwank 1.1 <div class="ds-searchresultsheading" style="border-top: 3px solid %WEBBGCOLOR%; border-bottom: 3px solid %WEBBGCOLOR%;">
23 <b>Changed:</b> <span "style="font-size:smaller;">(now %DISPLAYTIME{"$hour:$min"}%)</span>
24 </div>
25 </td><td width="20%">
26 <div class="ds-searchresultsheading" style="border-top: 3px solid %WEBBGCOLOR%; border-bottom: 3px solid %WEBBGCOLOR%;">
27 <b>Changed by:</b>
28 </div>
29 </td>
30 </tr>
31 </table>
32 <br />
33 %REPEAT%<table width="100%" border="0" cellspacing="0" cellpadding="0">
34 <tr>
35 <td width="50%">
36 <a href="%SCRIPTURLPATH%/view%SCRIPTSUFFIX%/%WEB%/%TOPICNAME%"><b>%TOPICNAME%</b></a>
37 <b><font color="red">%LOCKED%</font></b>
38 </td><td width="30%">
39 <a href="%SCRIPTURLPATH%/rdiff%SCRIPTSUFFIX%/%WEB%/%TOPICNAME%">%TIME%</a> - %REVISION%
40 </td><td width="20%">
41 %AUTHOR%
42 </td>
43 rizwank 1.1 </tr>
44 <tr>
45 <td colspan="2" width="80%">
46 <font size="-1">
47 %TEXTHEAD% </font>
48 </td><td width="20%">
49
50 </td>
51 </tr></table>
52 %REPEAT%<p />
53 </div>
54 %TMPL:DEF{"topicaction"}% %TMPL:END%
55 %TMPL:P{"standardfooter"}%
56 #PageBottom
57 </div>
58 </body>
59 </html>
|