From: <ce...@us...> - 2004-01-08 16:31:29
|
Update of /cvsroot/csseditor/htdocs In directory sc8-pr-cvs1:/tmp/cvs-serv4203 Modified Files: index.html Log Message: Use relative links in navigation; Add last modified footer using SSI) Index: index.html =================================================================== RCS file: /cvsroot/csseditor/htdocs/index.html,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** index.html 8 Jan 2004 14:21:13 -0000 1.6 --- index.html 8 Jan 2004 16:31:26 -0000 1.7 *************** *** 17,24 **** <div id="navigation"> <div class="navheader"> ! <a href="http://csseditor.sourceforge.net/">Home</a> </div> <ul> ! <li><a href="http://csseditor.sourceforge.net/wiki">Documentation</a> <li><a href="http://sourceforge.net/project/showfiles.php?group_id=97094">Downloads</a></li> <li><a href="http://sourceforge.net/forum/?group_id=97094">Forums</a></li> --- 17,24 ---- <div id="navigation"> <div class="navheader"> ! <a href="./">Home</a> </div> <ul> ! <li><a href="wiki">Documentation</a> <li><a href="http://sourceforge.net/project/showfiles.php?group_id=97094">Downloads</a></li> <li><a href="http://sourceforge.net/forum/?group_id=97094">Forums</a></li> *************** *** 91,94 **** --- 91,101 ---- list. </p> + <div id="footer"> + <div class="timestamp"> + Document last modified + <!--#config timefmt="%a, %d %b %Y %T" --> + <!--#echo var="LAST_MODIFIED" --> + </div> + </div> </div> </body> |