[pLog-svn] r3806 - plog/trunk/templates/standard

oscar at devel.lifetype.net oscar at devel.lifetype.net
Wed Jul 26 07:30:32 GMT 2006


Author: oscar
Date: 2006-07-26 07:30:32 +0000 (Wed, 26 Jul 2006)
New Revision: 3806

Modified:
   plog/trunk/templates/standard/footer.template
   plog/trunk/templates/standard/style.css
Log:
updated version of the standard template


Modified: plog/trunk/templates/standard/footer.template
===================================================================
--- plog/trunk/templates/standard/footer.template	2006-07-26 04:53:35 UTC (rev 3805)
+++ plog/trunk/templates/standard/footer.template	2006-07-26 07:30:32 UTC (rev 3806)
@@ -1,6 +1,24 @@
+<div class="pager">
+ {include file="$misctemplatepath/pager.template" style="links"}
 </div>
 
+</div>
+
 <div id="Menu">
+
+{assign var=blogOwner value=$blog->getOwnerInfo()}
+{assign var=AboutMyself value=$blogOwner->getAboutMyself()}
+{if $blogOwner->hasPicture() && $AboutMyself}
+  
+  	<h2>{$locale->tr("about_myself")}</h2>
+  	<div id="AboutMyself">
+  	{assign var=picture value=$blogOwner->getPicture()}
+  	<img id="UserPicture" src="{$url->resourcePreviewLink($picture)}" alt="My picture!" />
+  	<p>{$AboutMyself}</p>
+  	<div class="clearer">&nbsp;</div>
+  	</div>
+{/if}
+
   	
   	<h2>{$locale->tr("menu")}</h2>
     	<div id="Sections">
@@ -24,15 +42,6 @@
 	</form>
 	</div> 
 	
-	<h2>whatever</h2>
-	<div id="Recently">
-{assign var=blogOwner value=$blog->getOwnerInfo()}
-{if $blogOwner->hasPicture()}
-  {assign var=picture value=$blogOwner->getPicture()}
-  <img src="{$url->resourceDownloadLink($picture)}" alt="My picture!" />
-{/if}	
-</div>
-
 	<h2>{$locale->tr("calendar")}</h2>
     	<div id="Calendar">
     		{$calendar}
@@ -69,10 +78,8 @@
 
 <div class="clearer">&nbsp;</div> 
 
-<div class="pager">
- {include file="$misctemplatepath/pager.template" style="links"}
-</div>
 
+
 </div>
 
 <div id="Bottommenu"><a href="http://www.w3.org/WAI/">Accessible</a> and Valid <a href="http://validator.w3.org/check/referer">XHTML 1.0 Strict</a> and <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a></div>

Modified: plog/trunk/templates/standard/style.css
===================================================================
--- plog/trunk/templates/standard/style.css	2006-07-26 04:53:35 UTC (rev 3805)
+++ plog/trunk/templates/standard/style.css	2006-07-26 07:30:32 UTC (rev 3806)
@@ -185,7 +185,7 @@
 	background-color:#fff;
 	}
 	
-#Calendar, #Search {
+#Calendar, #Search, #AboutMyself {
 	border-left-color:#d4d0cd;
 	border-left-style:solid;
 	border-left-width:6px;
@@ -376,4 +376,8 @@
 /* ******************  to highlight text  *************** */
 .bold {font-weight: bold;}
 .italic {font-style:italic;}
-.underline {text-decoration:underline}
\ No newline at end of file
+.underline {text-decoration:underline}
+
+/* ****************** aboutmyself  *************** */
+#UserPicture {float:left;margin:10px 10px 10px 6px;border:solid #D4D0CD 1px;padding:3px;background-color:#fff}
+#AboutMyself p {padding:10px 0;margin:0}
\ No newline at end of file



More information about the pLog-svn mailing list