Update of /cvsroot/hoc/www/templates.hoc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31782/templates.hoc
Modified Files:
footer.shtml
Log Message:
Got rid of the "last modified" footer (it won't work with the hourly CVS export
mechanism used to keep the webpage in sync with the www/ CVS module)
Index: footer.shtml
===================================================================
RCS file: /cvsroot/hoc/www/templates.hoc/footer.shtml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- footer.shtml 16 May 2004 08:42:16 -0000 1.1
+++ footer.shtml 19 May 2004 07:20:24 -0000 1.2
@@ -3,23 +3,12 @@
</div>
</div>
- <p><table width="100%" cellpadding="0" cellspacing="0">
- <tr>
- <td align="left" valign="top">
- <font size="-1">
- <!--#config timefmt="%A, %B %d %Y (%H:%M %z)" -->
- Last updated on <!--#echo var="LAST_MODIFIED" -->
- </font>
- </td>
-
- <td align="right"><a href="http://sourceforge.net/" class="plain">
- <img
- src="http://sourceforge.net/sflogo.php?group_id=93369&type=5"
- width="210" height="62" border="0" alt="SourceForge.net Logo" />
- </a>
- </td>
- </tr>
- </table></p>
+ <p align="right" class="right"><a href="http://sourceforge.net/" class="plain">
+ <img
+ src="http://sourceforge.net/sflogo.php?group_id=93369&type=5"
+ width="210" height="62" border="0" alt="SourceForge.net Logo" />
+ </a>
+ </p>
</div>
|