[pLog-svn] r3629 - templates/trunk/fblue

Oscar Renalias oscar at renalias.net
Tue Jun 20 21:16:01 GMT 2006


At the same time, I've updated the instructions that describe how to  
port templates from LT 1.0.x to 1.1 so that they make use of the new  
paging features:

http://wiki.lifetype.net/index.php/Porting_Templates

Oscar

On 20 Jun 2006, at 23:39, oscar at devel.lifetype.net wrote:

> Author: oscar
> Date: 2006-06-20 20:39:19 +0000 (Tue, 20 Jun 2006)
> New Revision: 3629
>
> Modified:
>    templates/trunk/fblue/album.template
>    templates/trunk/fblue/main.template
> Log:
> one ported template
>
>
> Modified: templates/trunk/fblue/album.template
> ===================================================================
> --- templates/trunk/fblue/album.template	2006-06-20 20:12:14 UTC  
> (rev 3628)
> +++ templates/trunk/fblue/album.template	2006-06-20 20:39:19 UTC  
> (rev 3629)
> @@ -29,7 +29,6 @@
>  				{/if}
>  				{/foreach}
>  				<!--- show the resources here -->
> -				{assign var=resources value=$album->getResources()}
>  				{foreach from=$resources item=resource}
>  					<td style="width:25%;" align="center" >
>  					{if $resource->hasPreview()}
> @@ -77,5 +76,8 @@
>  				</tr>
>  			</table>
>   <!-- end of album contents -->
> - {include file="$blogtemplate/links.template"}
> - {include file="$blogtemplate/footer.template"}
> +<div id="pager">
> +{include file="misc/pager.template" style="links"}	
> +</div>
> +{include file="$blogtemplate/links.template"}
> +{include file="$blogtemplate/footer.template"}
>
> Modified: templates/trunk/fblue/main.template
> ===================================================================
> --- templates/trunk/fblue/main.template	2006-06-20 20:12:14 UTC  
> (rev 3628)
> +++ templates/trunk/fblue/main.template	2006-06-20 20:39:19 UTC  
> (rev 3629)
> @@ -14,5 +14,8 @@
>  			{include file="$blogtemplate/post.template"}
>  		{/foreach}
>  	{/if}
> +<div id="pager">
> +{include file="misc/pager.template" style="links"}	
> +</div>
>  {include file="$blogtemplate/links.template"}
>  {include file="$blogtemplate/footer.template"}
> \ No newline at end of file
>
> _______________________________________________
> pLog-svn mailing list
> pLog-svn at devel.lifetype.net
> http://devel.lifetype.net/mailman/listinfo/plog-svn
>



More information about the pLog-svn mailing list