phpgroupware-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Phpgroupware-developers] recursion in templates


From: Alex Borges (lex)
Subject: Re: [Phpgroupware-developers] recursion in templates
Date: 26 Sep 2002 12:05:30 -0500

Well.... im not shure this would be the way to do this... why dont u
check the axislinks app at axisgroupware.... it has this feature (tis
for phpgw's stable branch)



El jue, 26-09-2002 a las 00:12, address@hidden escribió:
> Hello,
> 
> does the template class in 0.9.14 permit recursion? I am trying to
> write an export function for the bookmark module that creates a
> bookmark file for Netscape or Mozilla. I tried with the following
> template: 
> 
> <!-- This is an automatically generated file.
> It will be read and overwritten.
> Do Not Edit! -->
> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8">
> <TITLE>Bookmarks</TITLE>
> <H1>Bookmarks</H1>
> 
> <DL><p>
> <!-- BEGIN catlist -->
>     <DT><H3>{categ}</H3>
>     <DL><p>
>     {subcats}
> <!-- BEGIN urllist -->
>      <DT><A HREF="{url}">{name}</A>
> <!-- END urllist -->
>     </DL><p>
> <!-- END catlist -->
> </DL><p>
> 
> the variable subcats has to be filled with a catlist block. But how
> can I associate an instance of a block to it without touching the
> enclosing block?
> 
> Michael
> 
> 
> 
> 
> _______________________________________________
> Phpgroupware-developers mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/phpgroupware-developers
> 
-- 
Alex (Lex) Borges
Software Engineer
Step One Group
www.sogrp.com





reply via email to

[Prev in Thread] Current Thread [Next in Thread]