[Clo-cvs] CVS update: public_html/donate-thankyou.shtml public_html/donate.shtml public_html/faq.shtml public_html/independent-lists.shtml public_html/index.shtml public_html/nntp.shtml public_html/project-intro.shtml public_html/projects.shtml public_html/rsync.shtml public_html/stats.shtml public_html/viewrep.shtml
Erik Enge
eenge at common-lisp.net
Wed Jan 18 02:41:40 UTC 2006
Update of /project/clo/cvsroot/public_html
In directory common-lisp:/project/clo/public_html
Modified Files:
donate-thankyou.shtml donate.shtml faq.shtml
independent-lists.shtml index.shtml project-intro.shtml
projects.shtml rsync.shtml stats.shtml viewrep.shtml
Removed Files:
nntp.shtml
Log Message:
factoring out footer
Date: Tue Jan 17 20:41:40 2006
Author: eenge
Index: public_html/donate-thankyou.shtml
diff -u public_html/donate-thankyou.shtml:1.3 public_html/donate-thankyou.shtml:1.4
--- public_html/donate-thankyou.shtml:1.3 Tue Jan 17 20:18:25 2006
+++ public_html/donate-thankyou.shtml Tue Jan 17 20:41:40 2006
@@ -30,22 +30,6 @@
<!-- ###### Footer ###### -->
- <div id="footer"> <!-- NB: outer <div> required for correct
- rendering in IE -->
- <div>
- <strong>Design </strong>
- <span class="footerCol2">by Haran; borrowed from <a href="http://www.oswd.org">oswd</a></span>
- </div>
-
- <div>
- <strong>Modified: </strong>
- <span class="footerCol2">2003-8-6 19:11 CET</span>
- </div>
-
- <div>
- <a class="footerImg" href="http://validator.w3.org/check/referer">
- Valid XHTML 1.0 Strict</a>
- </div>
- </div>
+ <!--#include virtual="footer.shtml" -->
</body></html>
Index: public_html/donate.shtml
diff -u public_html/donate.shtml:1.28 public_html/donate.shtml:1.29
--- public_html/donate.shtml:1.28 Tue Jan 17 20:18:25 2006
+++ public_html/donate.shtml Tue Jan 17 20:41:40 2006
@@ -79,22 +79,6 @@
</div>
<!-- ###### Footer ###### -->
- <div id="footer"> <!-- NB: outer <div> required for correct
- rendering in IE -->
- <div>
- <strong>Design </strong>
- <span class="footerCol2">by Haran; borrowed from <a href="http://www.oswd.org">oswd</a></span>
- </div>
-
- <div>
- <strong>Modified: </strong>
- <span class="footerCol2">2003-8-6 19:11 CET</span>
- </div>
-
- <div>
- <a class="footerImg" href="http://validator.w3.org/check/referer">
- Valid XHTML 1.0 Strict</a>
- </div>
- </div>
+ <!--#include virtual="footer.shtml" -->
</body></html>
Index: public_html/faq.shtml
diff -u public_html/faq.shtml:1.9 public_html/faq.shtml:1.10
--- public_html/faq.shtml:1.9 Tue Jan 17 20:18:25 2006
+++ public_html/faq.shtml Tue Jan 17 20:41:40 2006
@@ -88,21 +88,5 @@
</div>
<!-- ###### Footer ###### -->
- <div id="footer"> <!-- NB: outer <div> required for correct
- rendering in IE -->
- <div>
- <strong>Design </strong>
- <span class="footerCol2">by Haran; borrowed from <a href="http://www.oswd.org">oswd</a></span>
- </div>
-
- <div>
- <strong>Modified: </strong>
- <span class="footerCol2">2003-8-6 19:11 CET</span>
- </div>
-
- <div>
- <a class="footerImg" href="http://validator.w3.org/check/referer">
- Valid XHTML 1.0 Strict</a>
- </div>
- </div>
+ <!--#include virtual="footer.shtml" -->
</body></html>
\ No newline at end of file
Index: public_html/independent-lists.shtml
diff -u public_html/independent-lists.shtml:1.10 public_html/independent-lists.shtml:1.11
--- public_html/independent-lists.shtml:1.10 Tue Jan 17 20:18:25 2006
+++ public_html/independent-lists.shtml Tue Jan 17 20:41:40 2006
@@ -54,22 +54,6 @@
</div>
<!-- ###### Footer ###### -->
- <div id="footer"> <!-- NB: outer <div> required for correct
- rendering in IE -->
- <div>
- <strong>Design </strong>
- <span class="footerCol2">by Haran; borrowed from <a href="http://www.oswd.org">oswd</a></span>
- </div>
-
- <div>
- <strong>Modified: </strong>
- <span class="footerCol2">2003-8-6 19:11 CET</span>
- </div>
-
- <div>
- <a class="footerImg" href="http://validator.w3.org/check/referer">
- Valid XHTML 1.0 Strict</a>
- </div>
- </div>
+ <!--#include virtual="footer.shtml" -->
</body></html>
Index: public_html/index.shtml
diff -u public_html/index.shtml:1.101 public_html/index.shtml:1.102
--- public_html/index.shtml:1.101 Tue Jan 17 20:18:25 2006
+++ public_html/index.shtml Tue Jan 17 20:41:40 2006
@@ -152,22 +152,6 @@
</div>
<!-- ###### Footer ###### -->
- <div id="footer"> <!-- NB: outer <div> required for correct
- rendering in IE -->
- <div>
- <strong>Design </strong>
- <span class="footerCol2">by Haran; borrowed from <a href="http://www.oswd.org">oswd</a></span>
- </div>
-
- <div>
- <strong>Modified: </strong>
- <span class="footerCol2">2003-8-6 19:11 CET</span>
- </div>
-
- <div>
- <a class="footerImg" href="http://validator.w3.org/check/referer">
- Valid XHTML 1.0 Strict</a>
- </div>
- </div>
+ <!--#include virtual="footer.shtml" -->
</body></html>
Index: public_html/project-intro.shtml
diff -u public_html/project-intro.shtml:1.13 public_html/project-intro.shtml:1.14
--- public_html/project-intro.shtml:1.13 Tue Jan 17 20:18:25 2006
+++ public_html/project-intro.shtml Tue Jan 17 20:41:40 2006
@@ -164,21 +164,5 @@
</div>
<!-- ###### Footer ###### -->
- <div id="footer"> <!-- NB: outer <div> required for correct
- rendering in IE -->
- <div>
- <strong>Design </strong>
- <span class="footerCol2">by Haran; borrowed from <a href="http://www.oswd.org/">oswd</a></span>
- </div>
-
- <div>
- <strong>Modified: </strong>
- <span class="footerCol2">2003-8-6 19:11 CET</span>
- </div>
-
- <div>
- <a class="footerImg" href="http://validator.w3.org/check/referer">
- Valid XHTML 1.0 Strict</a>
- </div>
- </div>
+ <!--#include virtual="footer.shtml" -->
</body></html>
Index: public_html/projects.shtml
diff -u public_html/projects.shtml:1.38 public_html/projects.shtml:1.39
--- public_html/projects.shtml:1.38 Tue Jan 17 20:18:25 2006
+++ public_html/projects.shtml Tue Jan 17 20:41:40 2006
@@ -28,22 +28,6 @@
</div>
<!-- ###### Footer ###### -->
- <div id="footer"> <!-- NB: outer <div> required for correct
- rendering in IE -->
- <div>
- <strong>Design </strong>
- <span class="footerCol2">by Haran; borrowed from <a href="http://www.oswd.org">oswd</a></span>
- </div>
-
- <div>
- <strong>Modified: </strong>
- <span class="footerCol2">2003-8-6 19:11 CET</span>
- </div>
-
- <div>
- <a class="footerImg" href="http://validator.w3.org/check/referer">
- Valid XHTML 1.0 Strict</a>
- </div>
- </div>
+ <!--#include virtual="footer.shtml" -->
</body></html>
Index: public_html/rsync.shtml
diff -u public_html/rsync.shtml:1.3 public_html/rsync.shtml:1.4
--- public_html/rsync.shtml:1.3 Tue Jan 17 20:18:25 2006
+++ public_html/rsync.shtml Tue Jan 17 20:41:40 2006
@@ -31,21 +31,5 @@
</div>
<!-- ###### Footer ###### -->
- <div id="footer"> <!-- NB: outer <div> required for correct
- rendering in IE -->
- <div>
- <strong>Design </strong>
- <span class="footerCol2">by Haran; borrowed from <a href="http://www.oswd.org">oswd</a></span>
- </div>
-
- <div>
- <strong>Modified: </strong>
- <span class="footerCol2">2003-8-6 19:11 CET</span>
- </div>
-
- <div>
- <a class="footerImg" href="http://validator.w3.org/check/referer">
- Valid XHTML 1.0 Strict</a>
- </div>
- </div>
+ <!--#include virtual="footer.shtml" -->
</body></html>
Index: public_html/stats.shtml
diff -u public_html/stats.shtml:1.13 public_html/stats.shtml:1.14
--- public_html/stats.shtml:1.13 Tue Jan 17 20:18:25 2006
+++ public_html/stats.shtml Tue Jan 17 20:41:40 2006
@@ -74,25 +74,7 @@
</div>
+ <!--#include virtual="footer.shtml" -->
- <!-- ###### Footer ###### -->
-
- <div id="footer"> <!-- NB: outer <div> required for correct
- rendering in IE -->
- <div>
- <strong>Design </strong>
- <span class="footerCol2">by Haran; borrowed from <a href="http://www.oswd.org">oswd</a></span>
- </div>
-
- <div>
- <strong>Modified: </strong>
- <span class="footerCol2">2003-8-6 19:11 CET</span>
- </div>
-
- <div>
- <a class="footerImg" href="http://validator.w3.org/check/referer">
- Valid XHTML 1.0 Strict</a>
- </div>
- </div>
</body></html>
Index: public_html/viewrep.shtml
diff -u public_html/viewrep.shtml:1.6 public_html/viewrep.shtml:1.7
--- public_html/viewrep.shtml:1.6 Tue Jan 17 20:18:25 2006
+++ public_html/viewrep.shtml Tue Jan 17 20:41:40 2006
@@ -43,22 +43,7 @@
</div>
<!-- ###### Footer ###### -->
- <div id="footer"> <!-- NB: outer <div> required for correct
- rendering in IE -->
- <div>
- <strong>Design </strong>
- <span class="footerCol2">by Haran; borrowed from <a href="http://www.oswd.org">oswd</a></span>
- </div>
+ <!--#include virtual="footer.shtml" -->
- <div>
- <strong>Modified: </strong>
- <span class="footerCol2">2003-8-6 19:11 CET</span>
- </div>
-
- <div>
- <a class="footerImg" href="http://validator.w3.org/check/referer">
- Valid XHTML 1.0 Strict</a>
- </div>
- </div>
</body></html>
More information about the clo-cvs
mailing list