[pLog-svn] r1839 - plog/branches/plog-1.0.1/templates/standard-with-plugins

mark at devel.plogworld.net mark at devel.plogworld.net
Fri Apr 15 04:12:39 GMT 2005


Author: mark
Date: 2005-04-15 04:12:39 +0000 (Fri, 15 Apr 2005)
New Revision: 1839

Modified:
   plog/branches/plog-1.0.1/templates/standard-with-plugins/delicious.template
Log:
Modify the template to valid under XHTML accodring to Monjo and Oscar's suggestions.

Mark

Modified: plog/branches/plog-1.0.1/templates/standard-with-plugins/delicious.template
===================================================================
--- plog/branches/plog-1.0.1/templates/standard-with-plugins/delicious.template	2005-04-15 03:57:34 UTC (rev 1838)
+++ plog/branches/plog-1.0.1/templates/standard-with-plugins/delicious.template	2005-04-15 04:12:39 UTC (rev 1839)
@@ -4,8 +4,8 @@
   {assign var=tagId value=$smarty.request.tag}
   {assign var=deliciousTags value=$delicious->getTagList()}
   {foreach item=deliciousTag from=$deliciousTags}
-   {math equation="ceil(x/y)+1" assign=fontsize x=$deliciousTag.count y=5}
-   <font size={$fontsize}><a href="{$deliciousTag.deliciousUrl}" style="border-bottom: 0px;" title="{$deliciousTag.count} Posts">{$deliciousTag.id}</a></font>&nbsp;&nbsp;&nbsp;&nbsp;
+   {math equation="10+ceil(x/y)*3" assign=fontsize x=$deliciousTag.count y=5}
+   <span style="font-size:{$fontsize}px"><a href="{$deliciousTag.deliciousUrl}" style="border-bottom: 0px;" title="{$deliciousTag.count} Posts">{$deliciousTag.id}</a></span>&nbsp;&nbsp;&nbsp;&nbsp;
   {/foreach}
  {else}
   {$locale->tr("error_delicious_not_enabled")}




More information about the pLog-svn mailing list