[geeklog-cvs] geeklog-1.3/plugins/staticpages/templates printable.thtml,NONE,1.1

dhaun at iowaoutdoors.org dhaun at iowaoutdoors.org
Thu Jun 17 15:30:02 EDT 2004


Update of /var/cvs/geeklog-1.3/plugins/staticpages/templates
In directory www:/tmp/cvs-serv20720/plugins/staticpages/templates

Added Files:
	printable.thtml 
Log Message:
Added a printable version for static pages (based on a concept by Jannetta S Lewis)


--- NEW FILE: printable.thtml ---
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
    <title>{page_title}</title>
</head>
<body>
    <h1>{sp_title}</h1>

    <p>{sp_content}</p>

    <hr>

    <p>{site_name}<br>
        <a href="{sp_url}">{sp_url}</a>
    </p>

</body>
</html>




More information about the geeklog-cvs mailing list