commit-gnue
[Top][All Lists]
Advanced

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

r5450 - in trunk/www: misc/twiki web/twiki


From: jcater
Subject: r5450 - in trunk/www: misc/twiki web/twiki
Date: Sun, 21 Mar 2004 23:35:54 -0600 (CST)

Author: jcater
Date: 2004-03-21 23:35:53 -0600 (Sun, 21 Mar 2004)
New Revision: 5450

Modified:
   trunk/www/misc/twiki/edit.tmpl
   trunk/www/misc/twiki/twiki.tmpl
   trunk/www/misc/twiki/view.tmpl
   trunk/www/web/twiki/section.css
Log:
misc changes for twiki

Modified: trunk/www/misc/twiki/edit.tmpl
===================================================================
--- trunk/www/misc/twiki/edit.tmpl      2004-03-22 00:48:54 UTC (rev 5449)
+++ trunk/www/misc/twiki/edit.tmpl      2004-03-22 05:35:53 UTC (rev 5450)
@@ -45,7 +45,7 @@
 <p>Don't forget - if you change something, do it in
 <a target="GoodStyle" onClick="return launchWindow('%TWIKIWEB%','GoodStyle')" 
href="%SCRIPTURLPATH%/view%SCRIPTSUFFIX%/%TWIKIWEB%/GoodStyle">GoodStyle</a>
 and follow the
-<a target="TextFormattingRules" onClick="return 
launchWindow('%TWIKIWEB%','TextFormattingRules')" 
href="%SCRIPTURLPATH%/view%SCRIPTSUFFIX%/%TWIKIWEB%/TextFormattingRules">TextFormattingRules</a>.</p>
+<a target="TextFormattingRules" onClick="return 
launchWindow('%TWIKIWEB%','TextFormattingRules')" 
href="%SCRIPTURLPATH%/view%SCRIPTSUFFIX%/%TWIKIWEB%/TextFormattingRules">TextFormattingRules</a>.
 To paste code samples, enclose in a &lt;pre&gt; block.</p>
 <form name="main" 
action="%SCRIPTURLPATH%/preview%SCRIPTSUFFIX%/%INTURLENCODE{"%WEB%/%TOPIC%"}%" 
method="post">
 <textarea name="text" wrap="virtual" rows="%EDITBOXHEIGHT%" 
cols="%EDITBOXWIDTH%" style="%EDITBOXSTYLE%">%TEXT%</textarea>
 <input type="hidden" name="formtemplate" value="%FORMTEMPLATE%" />

Modified: trunk/www/misc/twiki/twiki.tmpl
===================================================================
--- trunk/www/misc/twiki/twiki.tmpl     2004-03-22 00:48:54 UTC (rev 5449)
+++ trunk/www/misc/twiki/twiki.tmpl     2004-03-22 05:35:53 UTC (rev 5450)
@@ -34,11 +34,12 @@
 <!-- <table width="100%" border="0" cellpadding="3" cellspacing="0">
  <tr bgcolor="%WEBBGCOLOR%">
   <td valign="top">
-   Topic <b>%TOPIC%</b> . { %TMPL:P{"topicaction"}%
+   Topic <b>%TOPIC%</b> . {
    }
   </td>
  </tr>
 </table> -->
+%TMPL:P{"topicaction"}%
 </div> <!-- twikitext -->
 %TMPL:END%
 %TMPL:DEF{"oops"}%

Modified: trunk/www/misc/twiki/view.tmpl
===================================================================
--- trunk/www/misc/twiki/view.tmpl      2004-03-22 00:48:54 UTC (rev 5449)
+++ trunk/www/misc/twiki/view.tmpl      2004-03-22 05:35:53 UTC (rev 5450)
@@ -23,6 +23,7 @@
   %TMPL:P{"sep"}% <a 
href="%SCRIPTURLPATH%/rdiff%SCRIPTSUFFIX%/%WEB%/%TOPIC%">Diffs</a> %REVISIONS%
   %TMPL:P{"sep"}% <a 
href="%SCRIPTURLPATH%/oops%SCRIPTSUFFIX%/%WEB%/%TOPIC%?template=oopsmore&param1=%MAXREV%&param2=%CURRREV%">More</a>
 %TMPL:END%
 %TMPL:P{"standardfooter"}%
+<div class="wikitopicfooter">
 <table width="100%" border="0" cellpadding="3" cellspacing="0">
  <tr>
   <td valign="top">
@@ -34,6 +35,7 @@
  </tr>
  <tr><td colspan="2"> %META{"moved"}% </td></tr>
 </table>
+</div>
 #PageBottom
   </div> <!-- #body -->
 

Modified: trunk/www/web/twiki/section.css
===================================================================
--- trunk/www/web/twiki/section.css     2004-03-22 00:48:54 UTC (rev 5449)
+++ trunk/www/web/twiki/section.css     2004-03-22 05:35:53 UTC (rev 5450)
@@ -61,4 +61,7 @@
   border: 1px solid #666;
 }
 
-div.twikitext
\ No newline at end of file
+div.wikitopicfooter {
+  font-size:10px;
+  color: 666;
+}
\ No newline at end of file





reply via email to

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