[htmltmpl] Multiple templates within a template

2005-12-02 Thread cfaust-dougot
I couldn't really find the answer I was looking for by search the archives, so I thought I would simply ask..   I'm getting into the habit of making a single TMPL file (or new single HT object) in which I will have anywhere from 3 to 5 different pages in it, each within its own template if. Quit

[htmltmpl] Making a Copy of a template object

2008-12-18 Thread cfaust-dougot
Folks, I'm trying to create 2 different vars from the same template object and it appears once I do so that whatever I set in one gets set in the other. What am I missing? Is it because I'm creating a reference? (I didn't think that was the case). Here is an example of what I mean my $temp

Re: [htmltmpl] Making a Copy of a template object

2008-12-19 Thread cfaust-dougot
st invoked the "new" method again I would have to reassign everything again to the new object, right? Thanks! -Chris From: Damien Clark [mailto:d.cl...@cqu.edu.au] Sent: Thu 12/18/2008 6:15 PM To: cfaust-dougot; html-template-users@lists.sourcef

[htmltmpl] loop_context_vars and nested loops

2009-10-20 Thread cfaust-dougot
Hi, I was wondering if it's at all possible to get utilize the loop_context_vars of a parent loop within a nested loop? For example, something like this? This would be true for the duration of NestedLoop for the 1st loop of LoopOne TIA!! -