[clo-cvs] CVS public_html
gking
gking at common-lisp.net
Thu Jan 17 15:01:05 UTC 2008
Update of /project/clo/cvsroot/public_html
In directory clnet:/tmp/cvs-serv18995
Modified Files:
header.shtml index.shtml navigation-links.shtml
Log Message:
updated html to use style sheet
--- /project/clo/cvsroot/public_html/header.shtml 2006/01/20 02:06:25 1.4
+++ /project/clo/cvsroot/public_html/header.shtml 2008/01/17 15:01:03 1.5
@@ -1,19 +1,12 @@
- <div id="header">
- <table width="100%" valign="top">
- <tr>
- <td align="left">
- <span class="headerTitle">Welcome to Common-Lisp.net</span>
- </td>
- <td align="right">
- <img src="logo120x80.png" alt="Made with Lisp">
- </td>
- </tr>
- </table>
- <div class="headerLinks">
- <a href="http://www.lisp.org/">ALU</a>|
- <a href="http://www.cliki.net/">CLiki</a>|
- <a href="http://planet.lisp.org/">Planet Lisp</a>|
- <a href="http://www.cl-user.net/">CL Directory</a>
- </div>
- <!--#include virtual="navigation-links.shtml" -->
- </div>
\ No newline at end of file
+<div id="header">
+ <span class="headerTitle">Welcome to Common-Lisp.net</span>
+ <img src="logo120x80.png" alt="Made with Lisp">
+ <div class="headerLinks">
+ <a href="http://www.lisp.org/">ALU</a>|
+ <a href="http://www.cliki.net/">CLiki</a>|
+ <a href="http://planet.lisp.org/">Planet Lisp</a>|
+ <a href="http://www.cl-user.net/">CL Directory</a>
+ </div>
+ <!--#include virtual="navigation-links.shtml" -->
+ <div id='separator'></div>
+</div>
\ No newline at end of file
--- /project/clo/cvsroot/public_html/index.shtml 2007/09/16 02:25:46 1.140
+++ /project/clo/cvsroot/public_html/index.shtml 2008/01/17 15:01:03 1.141
@@ -23,9 +23,13 @@
</div>
<table><tbody>
<!--#include virtual="recent-projects.shtml" -->
+ <tr><td colspan="2">
+ <a href="projects.shtml">More projects...</a>
+ </td></tr>
+ <tr><td colspan="2">
+ <a href="recent-projects.xml" class='rss-icon'>RSS</a>
+ </td></tr>
</tbody></table>
- <a href="projects.shtml">More projects...</a>
- <a href="recent-projects.xml"><img src="rss.gif"></a>
</div>
--- /project/clo/cvsroot/public_html/navigation-links.shtml 2006/08/22 17:19:03 1.25
+++ /project/clo/cvsroot/public_html/navigation-links.shtml 2008/01/17 15:01:05 1.26
@@ -1,16 +1,16 @@
- <div class="siteMap">
- <a href="index.shtml">Home</a>|
- <a href="stats.shtml">Statistics</a>|
- <a href="projects.shtml">Projects</a>|
- <a href="mailman/listinfo">Mailing lists</a>|
- <a href="independent-lists.shtml">Independent lists</a>|
- <a href="faq.shtml">FAQ</a>|
- <a href="http://trac.common-lisp.net/">Trac</a><br>
- <a href="project-intro.shtml">Hosting</a>|
- <a href="rsync.shtml">rsync</a>|
- <a href="viewrep.shtml">View repositories</a>|
- <a href="keyring.asc">Keyring</a>|
- <a href="donate.shtml">Donate</a>|
- <a href="trac-intro.shtml">Trac docs</a>|
- <a href="rss.xml"><img src="rss.gif"></a>
- </div>
+<div class="siteMap">
+ <a href="index.shtml">Home</a>
+ <a href="stats.shtml">Statistics</a>
+ <a href="projects.shtml">Projects</a>
+ <a href="mailman/listinfo">Mailing lists</a>
+ <a href="independent-lists.shtml">Independent lists</a>
+ <a href="faq.shtml">FAQ</a>
+ <a href="http://trac.common-lisp.net/">Trac</a>
+ <a href="project-intro.shtml">Hosting</a>
+ <a href="rsync.shtml">rsync</a>
+ <a href="viewrep.shtml">View repositories</a>
+ <a href="keyring.asc">Keyring</a>
+ <a href="donate.shtml">Donate</a>
+ <a href="trac-intro.shtml">Trac docs</a>
+ <a href="rss.xml" class='rss-icon'>RSS</a>
+</div>
More information about the clo-cvs
mailing list