X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=stdsite.lisp;h=0870163a98806610741d9e6200d079b0ba9c13be;hb=be036ef7e2e8d4ec7dfd2d3b80a0e5ffec0173db;hp=bf7773ba5253e320ab919ac5561e756f711aa87a;hpb=a5621a5bf235313916f437a55d9998418ee26f5a;p=lml2.git diff --git a/stdsite.lisp b/stdsite.lisp index bf7773b..0870163 100644 --- a/stdsite.lisp +++ b/stdsite.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Aug 2002 ;;;; -;;;; $Id: stdsite.lisp,v 1.1 2003/06/20 04:12:29 kevin Exp $ +;;;; $Id: stdsite.lisp,v 1.3 2003/06/23 20:08:06 kevin Exp $ ;;;; ;;;; This file, part of LML2, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -45,18 +45,17 @@ (html ((:div :class "lastmod") (lml-format "Last modified: ~A" (date-string (file-write-date src-file))))))) - (when (probe-file "footer.lml_") - (lml-load "footer.lml_"))))) + (lml-load "footer.lml_")))) (defmacro std-body (file &body body) - `(body - (lml-load "banner.lml_") - (html + `(html + (:body + (lml-load "banner.lml_") ((:table :class "stdbodytable" :border "0" :cellpadding "3") (:tbody ((:tr :valign "top") - ((td :class "stdcontentcell") + ((:td :class "stdcontentcell") (lml-load "contents.lml_")) ((:td :valign "top") ,@body