[pLog-svn] r5250 - templates/branches/lifetype-1.2/subtle

reto at devel.lifetype.net reto at devel.lifetype.net
Sun Apr 1 07:32:59 EDT 2007


Author: reto
Date: 2007-04-01 07:32:59 -0400 (Sun, 01 Apr 2007)
New Revision: 5250

Modified:
   templates/branches/lifetype-1.2/subtle/header.template
   templates/branches/lifetype-1.2/subtle/panel.template
   templates/branches/lifetype-1.2/subtle/postandcomments.template
Log:
some compliance fixes, one typo fixed and adjusted to the new output of {$aboutmyself}



Modified: templates/branches/lifetype-1.2/subtle/header.template
===================================================================
--- templates/branches/lifetype-1.2/subtle/header.template	2007-03-31 16:56:51 UTC (rev 5249)
+++ templates/branches/lifetype-1.2/subtle/header.template	2007-04-01 11:32:59 UTC (rev 5250)
@@ -46,8 +46,8 @@
 	<input type="hidden" name="blogId" value="{$blog->getId()}" /> 
 			</form>
 			
-			<h1 id="title"><a href="{$url->blogLink()}"><span>{$blog->getBlog()}</span></a></h1>
-			<p id="tagline"><span>{$blog->getAbout()}</span></p>
+			<h1 id="title"><a href="{$url->blogLink()}">{$blog->getBlog()}</a></h1>
+			<div id="tagline">{$blog->getAbout()}</div>
 {if $OnMainPage}{assign var=mainClass value="current_page_item"}{else}{assign var=mainClass value="page_item"}{/if}
 {if $OnAlbumPage}{assign var=albumClass value="current_page_item"}{else}{assign var=albumClass value="page_item"}{/if}
 {if $OnArchivesPage}{assign var=archClass value="current_page_item"}{else}{assign var=archClass value="page_item"}{/if}

Modified: templates/branches/lifetype-1.2/subtle/panel.template
===================================================================
--- templates/branches/lifetype-1.2/subtle/panel.template	2007-03-31 16:56:51 UTC (rev 5249)
+++ templates/branches/lifetype-1.2/subtle/panel.template	2007-04-01 11:32:59 UTC (rev 5250)
@@ -5,7 +5,7 @@
 <div id="information" class="prominent reduced">
 <div class="inner">
 <h2>Welcome to {$blog->getBlog()}</h2>
-<p>
+<div>
     {if $blogOwner->hasPicture()}
     {assign var=picture value=$blogOwner->getPicture()}
     <img id="UserPicture" src="{$picture->getPreviewLink()}" alt="{$blogOwner->getUsername()}" style="margin:10px;float:left" />
@@ -13,7 +13,7 @@
     {if $AboutMyself}
     {$AboutMyself}
     {/if}
-</p>
+</div>
 
 <br style="clear:both" />
 </div>

Modified: templates/branches/lifetype-1.2/subtle/postandcomments.template
===================================================================
--- templates/branches/lifetype-1.2/subtle/postandcomments.template	2007-03-31 16:56:51 UTC (rev 5249)
+++ templates/branches/lifetype-1.2/subtle/postandcomments.template	2007-04-01 11:32:59 UTC (rev 5250)
@@ -39,13 +39,13 @@
 				<dl class="metadata even">
 					<dt>Feeds and Links</dt>
                     {foreach from=$categories item=postCategory}
-					<dd class="icon feed"><a href="<a href="{$url->categoryRssLink($postCategory)}"  title="{$locale->tr("category")}: {$postCategory->getName()}">{$postCategory->getName()}</a></dd>
+					<dd class="icon feed"><a href="{$url->categoryRssLink($postCategory)}"  title="{$locale->tr("category")}: {$postCategory->getName()}">{$postCategory->getName()}</a></dd>
 					{/foreach} 
                     {if $authuser && $authuser->getUsername() === $poster->getUsername()}
 					    <dd class="icon entry"><a href="{$url->getAdminUrl()}?op=editPost&amp;postId={$post->getId()}">Edit this Post</a></dd>
 					{/if}
-					<dd class="icon delicious"><a href="http://del.icio.us/post?url={$url->postPermalink($post)}&title={$post->getTopic()|strip_tags}">Del.icio.us</a></dd>
-					<dd class="icon digg"><a href="http://www.digg.com/submit" target="_new">Digg</a></dd>
+					<dd class="icon delicious"><a href="http://del.icio.us/post?url={$url->postPermalink($post)}&amp;title={$post->getTopic()|escape:'url'}">Del.icio.us</a></dd>
+					<dd class="icon digg"><a href="http://www.digg.com/submit" target="_blank">Digg</a></dd>
 					<dd class="icon technorati"><a href="http://technorati.com/cosmos/search.html?url={$url->postPermalink($post)}">Technorati</a></dd>
 				</dl>
 



More information about the pLog-svn mailing list