Re: [htmltmpl] HTML::Template - need to merge the columns of a table

2005-12-14 Thread Senthil Nathan
Thanks a lot!This is what i wanted. So, need to use the tag, colspan with TD. Cool.SenthilOn 12/15/05, Dan Horne < [EMAIL PROTECTED]> wrote: If I understand you correctly, this has nothing to do with HTML::Template ... you need to use the colspan attribute on your TD tag   ( or

RE: [htmltmpl] HTML::Template - need to merge the columns of a table

2005-12-14 Thread Dan Horne
Title: Message If I understand you correctly, this has nothing to do with HTML::Template ... you need to use the colspan attribute on your TD tag   ( or 4 or how ever many columns you want to span) -Original Message-From: Senthil Nathan [mailto:[EMAIL PROTECTED] Sent: Thursd

Re: [htmltmpl] HTML::Template - need to merge the columns of a table

2005-12-14 Thread Senthil Nathan
hey,thats not the one i expect.i tell the first row with the spacing as some amount of % and then check for the bool var inside that loop.sample code is here,               Job ID         Passed        Failed        Total             ="job_id">">           Reports are missing

RE: [htmltmpl] HTML::Template - need to merge the columns of a table

2005-12-14 Thread Dan Horne
Title: Message       -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Senthil NathanSent: Thursday, 15 December 2005 08:19To: Html-template-users@lists.sourceforge.netSubject: [htmltmpl] HTML::Template - need to merge the colu

[htmltmpl] HTML::Template - need to merge the columns of a table

2005-12-14 Thread Senthil Nathan
Hi All,I need to merge the columns of a table during runtime in HTNL Template.I have a bool variable set, whenever the cells needs to be merged.So, chking for that var if its set, need to merge the cells else need to have the cells as defined earlier. How this can be done in HTML::Template??ThanksS

[htmltmpl] Re: mod_perl and HTML::Template issues - RESOLVED

2005-12-14 Thread Senthil Nathan
I resolved this problem and only the global variables is the issue.I changed all the global variables to be passed as arguments to the other functions and this resolved my problem.Hope this will be useful to other guys working on MOD_PERL ThanksSenthilOn 12/14/05, Senthil Nathan <[EMAIL PROTECTED]>

[htmltmpl] mod_perl and HTML::Template issues

2005-12-14 Thread Senthil Nathan
Hi All,I faced problems using mod_perl and HTML::Template.The rows displayed using HTML::Template gets duplicated on every reload of the page developed using CGI/Perl only in mod_perl environment.Otherwise its displayed properly. I understand that its a global variable problem with mod_perl. But Ha

Re: [htmltmpl] Speed loss with parameters global_vars and loop_context_vars

2005-12-14 Thread Alex Kapranoff
* [EMAIL PROTECTED] <[EMAIL PROTECTED]> [December 14 2005, 15:00]: > I coded a site with an outer loop, an inner loop and an inner inner loop. > global_vars and loop_context_vars were on. > > I was wondering about the time the output of this site lasts: 14 seconds ! > After this I turned goba

[htmltmpl] Speed loss with parameters global_vars and loop_context_vars

2005-12-14 Thread Oliver . Gruendler
I coded a site with an outer loop, an inner loop and an inner inner loop. global_vars and loop_context_vars were on. I was wondering about the time the output of this site lasts: 14 seconds ! After this I turned gobal_vars and loop_context_vars off and was wondering again: the output was pro