1 rizwank 1.1 %TMPL:INCLUDE{"twiki"}%
2 %TMPL:P{"htmldoctype"}%
3 <head>
4 <title> (%REVTITLE2% vs. %REVTITLE1%) %TOPIC% < %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"}%(%REVTITLE2% vs. %REVTITLE1%) %TMPL:END%
11 %TMPL:DEF{"webaction"}% *Diffs* %TMPL:END%
12 <body>%TMPL:P{"simpleheader"}%
13 <div class="ds-nmcontent">
14 #PageTop
15 %REPEAT%
16 <div style="border-top: 3px solid %WEBBGCOLOR%; border-bottom: 3px solid %WEBBGCOLOR%; padding: .2em 1em .2em 1em;margin-bottom: 1em;">
17 <table width="100%" border="0" cellpadding="0" cellspacing="0">
18 <tr>
19 <td width="99%">
20 <tt><b><<O>></b></tt> Difference Topic
21 <b><a href="%SCRIPTURLPATH%/view%SCRIPTSUFFIX%/%WEB%/%TOPIC%">%TOPIC%</a></b>
22 rizwank 1.1 (<a href="%SCRIPTURLPATH%/view%SCRIPTSUFFIX%/%WEB%/%TOPIC%?rev=%REVTITLE1%">%REVTITLE1%</a> - %REVINFO1%)
23 </td>
24 </tr>
25 </table>
26 </div>
27 %TEXT%
28 <br clear="all" />%REPEAT%
29 %TMPL:DEF{"topicaction"}% <a href="%SCRIPTURLPATH%/view%SCRIPTSUFFIX%/%WEB%/%TOPIC%">View</a>
30 %TMPL:P{"sep"}% <a href="%SCRIPTURLPATH%/rdiff%SCRIPTSUFFIX%/%WEB%/%TOPIC%">Diffs</a> %REVISIONS%
31 %TMPL:P{"sep"}% <a href="%SCRIPTURLPATH%/oops%SCRIPTSUFFIX%/%WEB%/%TOPIC%?template=oopsmore&param1=%MAXREV%&param2=%CURRREV%">More</a> %TMPL:END%
32 %TMPL:P{"standardfooter"}%
33 <table width="100%" border="0" cellpadding="3" cellspacing="0">
34 <tr>
35 <td valign="top">
36 Revision %REVTITLE2% - %REVINFO2%<br />
37 Revision %REVTITLE1% - %REVINFO1%
38 </td>
39 </tr>
40 </table>
41 #PageBottom
42 </div>
43 rizwank 1.1 </div>
44 </body>
45 </html>
|