commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

r5442 - trunk/www/misc/twiki


From: jcater
Subject: r5442 - trunk/www/misc/twiki
Date: Sun, 21 Mar 2004 12:25:00 -0600 (CST)

Author: jcater
Date: 2004-03-21 12:24:59 -0600 (Sun, 21 Mar 2004)
New Revision: 5442

Modified:
   trunk/www/misc/twiki/twiki.tmpl
Log:
minor tweaks for twiki

Modified: trunk/www/misc/twiki/twiki.tmpl
===================================================================
--- trunk/www/misc/twiki/twiki.tmpl     2004-03-21 18:24:52 UTC (rev 5441)
+++ trunk/www/misc/twiki/twiki.tmpl     2004-03-21 18:24:59 UTC (rev 5442)
@@ -1,33 +1,23 @@
 %TMPL:DEF{"sep"}% | %TMPL:END%
 %TMPL:DEF{"htmldoctype"}%%TMPL:END%
 %TMPL:DEF{"standardheader"}%
-<div id="body">
-<table width="100%" border="0" cellpadding="3" cellspacing="0">
- <tr>
-  <td bgcolor="%WEBBGCOLOR%" rowspan="2" valign="top" width="1%">
-   <a href="%WIKILOGOURL%"><img src="%WIKILOGOIMG%" border="0" 
alt="%WIKILOGOALT%" /></a>
-  </td><td>
-   <a 
href="%SCRIPTURL%/view%SCRIPTSUFFIX%/%MAINWEB%/%HOMETOPIC%">%WIKITOOLNAME%</a>
+<!--   <a 
href="%SCRIPTURL%/view%SCRIPTSUFFIX%/%MAINWEB%/%HOMETOPIC%">%WIKITOOLNAME%</a>
    &gt; <a href="%SCRIPTURL%/view%SCRIPTSUFFIX%/%WEB%/%HOMETOPIC%">%WEB%</a>
    &gt; %META{"parent" nowebhome="on" suffix=" &gt;"}%
-   <font size="+1"><b>%TOPIC%</b> %TMPL:P{"titleaction"}%</font>
-  </td><td align="right">
-   <font size="-2">%WIKITOOLNAME% webs: <br />
-   %WIKIWEBLIST% </font>
-  </td>
- </tr>
- <tr bgcolor="%WEBBGCOLOR%">
-  <td colspan="2">
-   %WEB% . { %TMPL:P{"webaction"}% }
-  </td>
- </tr>
-</table> %TMPL:END%
+-->
+<!--  %WIKIWEBLIST% -->
+<!--   %WEB% . { %TMPL:P{"webaction"}% } -->
+   <h1><span class="nobold">Topic: </span>%TOPIC% %TMPL:P{"titleaction"}%</h1>
+   <div class="topeditlinks">%TMPL:P{"topicaction"}%</div>
+   <div class="twikitext">
+%TMPL:END%
 %TMPL:DEF{"simpleheader"}%
-<div id="body">
-<table width="100%" border="0" cellpadding="3" cellspacing="0">
+<h1>%WIKITOOLNAME%.%WEB%.%TOPIC%
+ <span class="nobold">%TMPL:P{"titleaction"}%</span></h1>
+<div class="topeditlinks">%TMPL:P{"webaction"}%</div>
+<!-- <table width="100%" border="0" cellpadding="3" cellspacing="0">
  <tr>
-  <td bgcolor="%WEBBGCOLOR%" rowspan="2" valign="top" width="1%">
-   <img src="%WIKILOGOIMG%" border="0" alt="%WIKILOGOALT%" />
+  <td bgcolor="%WEBBGCOLOR%" rowspan="2" valign="top" width="1%">&nbsp;
   </td><td>
    <b>%WIKITOOLNAME% .&nbsp;%WEB% .&nbsp;</b><font size="+2"><b>%TOPIC%</b> 
%TMPL:P{"titleaction"}%</font>
   </td><td> %TMPL:P{"headerhelp"}%
@@ -38,33 +28,27 @@
    %TMPL:P{"webaction"}%
   </td>
  </tr>
-</table> %TMPL:END%
+</table> -->    <div class="twikitext">
+%TMPL:END%
 %TMPL:DEF{"standardfooter"}%
-<table width="100%" border="0" cellpadding="3" cellspacing="0">
+<!-- <table width="100%" border="0" cellpadding="3" cellspacing="0">
  <tr bgcolor="%WEBBGCOLOR%">
   <td valign="top">
    Topic <b>%TOPIC%</b> . { %TMPL:P{"topicaction"}%
    }
   </td>
  </tr>
-</table>
-</div> <!-- #body -->
+</table> -->
+</div> <!-- twikitext -->
 %TMPL:END%
 %TMPL:DEF{"oops"}%
 %TMPL:P{"htmldoctype"}%
-<?php $BASEDIR="/";
+<?php $BASEDIR="";
       $MODULE="twiki";
-      $EXTRAHEADERS='<base href="%SCRIPTURL%/view%SCRIPTSUFFIX%/%WEB%/%TOPIC%" 
/>'
-      $TITLE='%WIKITOOLNAME% . %WEB% . %TOPIC% %TMPL:P{"titleaction"}%';
+      $EXTRAHEADERS="<base 
href=\"%SCRIPTURL%/view%SCRIPTSUFFIX%/%WEB%/%TOPIC%\"/>";
+      $TITLE="%WIKITOOLNAME% . %WEB% . %TOPIC% %TMPL:P{\"titleaction\"}%";
       include "$GEXEDIR$BASEDIR/shared/_header.php"; ?>
-
-<head>
- <title></title>
- <meta http-equiv="Content-Type" content="text/html; charset=%CHARSET%" />
- <meta name="robots" content="noindex" /> %HTTP_EQUIV_ON_VIEW%
- <base href="%SCRIPTURL%/view%SCRIPTSUFFIX%/%WEB%/%TOPIC%" />
-</head>
-<body>
+  <div id="body">
 #PageTop
 %TMPL:P{"simpleheader"}%
 ---+ %TMPL:P{"heading"}%
@@ -72,5 +56,6 @@
 <p />
 %TMPL:P{"standardfooter"}%
 #PageBottom
-</body>
-</html> %TMPL:END%
+  </div> <!-- #body -->
+
+<?php include "$GEXEDIR$BASEDIR/shared/_footer.php"; ?>%TMPL:END%





reply via email to

[Prev in Thread] Current Thread [Next in Thread]