Re: [htmltmpl] ModPerl and HTML::Template?

2005-05-06 Thread MArk Williams
. MArk Williams Senior developer Orchid Telematics joseph canton wrote: > Has anyone used HTML::Template with modperl or Apache::ASP? I was one of the main developers of http://www.fotoserve.com/ which uses a combination of mod_perl 1 and HTML::Template. The combination works like a dream. M

Re: [htmltmpl] ElseIF syntax...

2002-11-21 Thread MArk Williams
very well, and still keeps code and template design/display separate. Mark Williams Cory Trese wrote: My thought: However, generating these messages in-code makes the component's interface far harder to internationalize, IMHO. However, in a situation where you have hundreds of error messages

Re: [htmltmpl] ElseIF syntax...

2002-11-20 Thread MArk Williams
We just set the error template var in the cgi/application, to the message we want to put out and use:- %ERROR% MArk WIlliams simran wrote: Hi All, I have a template where i really need to use "else if" conditions? How do you all handle places where you need to use "else if&

Re: [htmltmpl] template path cacheing problem

2002-09-17 Thread MArk Williams
Sorry, false alarm. It was a problem with our usage of mod_perl and it cacheing template paths from config files. Thanks for HTML::Template. It is THE one. We use it here in all of our products. Thanks. MArk Sam Tregar wrote: > On Mon, 16 Sep 2002, MArk Williams wrote: > > >>we