[pLog-svn] r1412 - templates/trunk/3-column-liquid

jondaley at devel.plogworld.net jondaley at devel.plogworld.net
Sat Mar 12 20:47:06 GMT 2005


Author: jondaley
Date: 2005-03-12 20:47:06 +0000 (Sat, 12 Mar 2005)
New Revision: 1412

Modified:
   templates/trunk/3-column-liquid/resource.template
   templates/trunk/3-column-liquid/style_default.css
Log:
resource now uses header and footer.  looks much nicer.  added spacer in nav lists, as the border wasn't showing properly

Modified: templates/trunk/3-column-liquid/resource.template
===================================================================
--- templates/trunk/3-column-liquid/resource.template	2005-03-12 20:46:27 UTC (rev 1411)
+++ templates/trunk/3-column-liquid/resource.template	2005-03-12 20:47:06 UTC (rev 1412)
@@ -1,29 +1,4 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head>
-  <title>{$blog->getBlog()}</title>
-  <link rel="stylesheet" title="default" type="text/css" media="screen" href="{$url->getTemplateFile("style_default.css")}" />
-  <meta http-equiv="content-type" content="text/html; charset={$locale->getCharset()}" />
- </head>
- <body>
-   <div id="subtitle">
-   </div>
-
-   <div id="top">
-    <div id="banner">
-     <!--
-      <img src="..." border="0" alt="Logo"/>
-      You could put your logo here!
-     -->
-    </div>
-    <div id="navcontainer">
-     <ul>
-      <li><a href="{$url->blogLink()}">Main</a></li>
-      <li><a href="{$url->templatePage("aboutme.html")}">About Me</a></li>
-      <li><a href="http://www.plogworld.net">pLog</a></li>
-     </ul>
-    </div>
-   </div>
+{include file="3-column-liquid/header.template"}
 {assign var=metadata value=$resource->getMetadataReader()}
 {assign var=updated value=$resource->getTimestamp()}
 <div id="container" style="padding: 20px;">
@@ -74,15 +49,5 @@
    <a href="javascript:history.go(-1);">{$locale->tr("back")}</a>
   </p>
  </div>
-
-   <!-- end of the content -->
-   <div id="footer">
-    <img alt="Valid XHTML" src="{$url->getUrl("/imgs/xhtml10_logo.gif")}" border="0"/>
-    <a title="Powered by PHP" href="http://www.php.net"><img alt="Powered by PHP" src="{$url->getUrl("/imgs/php_logo.gif")}" border="0"/></a>
-    <a title="CSS used here" href="http://www.w3.org/Style/CSS/"><img alt="Powered by PHP" src="{$url->getUrl("/imgs/css_logo.gif")}" border="0"/></a>
-    <a title="Powered by MySQL" href="http://www.mysql.com"><img alt="Powered by PHP" src="{$url->getUrl("/imgs/mysql_logo.gif")}" border="0"/></a><br/>
-    Powered by <a href="http://www.plogworld.net">pLog</a>
-   </div>
-  </div>
- </body>
-</html>
+</div>
+{include file="3-column-liquid/footer.template"}

Modified: templates/trunk/3-column-liquid/style_default.css
===================================================================
--- templates/trunk/3-column-liquid/style_default.css	2005-03-12 20:46:27 UTC (rev 1411)
+++ templates/trunk/3-column-liquid/style_default.css	2005-03-12 20:47:06 UTC (rev 1412)
@@ -240,6 +240,7 @@
  text-decoration: none;
  float: left;
  border-right: 1px solid #626531;
+ margin-right: 1px;
  }
 
  #navcontainer ul li a:hover




More information about the pLog-svn mailing list