This is a subclass of Template (the Template Toolkit frontend) provides completely automatic application of an HTML filter on all templated variables. An extra special filter called "none" is provided to "opt-out" on a per variable basis....
MSMITH/Template-HTML-0.04 - 13 Apr 2012 10:44:36 UTCThis module attempts to make using HTML templates simple and natural. It extends standard HTML with a few new HTML-esque tags - "<TMPL_VAR>" "<TMPL_LOOP>", "<TMPL_INCLUDE>", "<TMPL_IF>", "<TMPL_ELSE>" and "<TMPL_UNLESS>". The file written with HTML a...
SAMTREGAR/HTML-Template-2.97 - 18 May 2017 20:30:05 UTCTemplate::Plugin::HTML::Template is a TT plugin to filter HTML::Template templates. It might sound just silly, but it can be handy when you want to reuse existent HTML::Template templates inside TT....
MIYAGAWA/Template-Plugin-HTML-Template-0.02 - 25 Sep 2002 17:41:31 UTCThis module offers the function to evaluate the Perl code to the template that HTML::Template uses. The character string enclosed with '<TMPL_EX> ... </TMPL_EX>' is evaluated as Perl code. <tmpl_ex> my($self, $param)= @_; my $hoge= $self->to_method; ...
LUSHE/HTML-Template-Ex-0.08 - 06 Nov 2007 23:33:58 UTCThis module provides an extension to HTML::Template that allows params to be set in the template. This is purely an addition - all the normal HTML::Template options, syntax and behaviors will still work. See HTML::Template for details. The TMPL_SET t...
DJR/HTML-Template-Set-1.009 - 01 May 2004 08:33:47 UTCEXODIST/DSL-HTML-0.006 - 15 Oct 2013 20:53:55 UTC
SAMTREGAR/HTML-Template-2.97 - 18 May 2017 20:30:05 UTC
This module provides a just-in-time compiler for HTML::Template. The module works in two phases: Load When new() is called the module checks to see if it already has an up-to-date version of your template compiled. If it does it loads the compiled ve...
SAMTREGAR/HTML-Template-JIT-0.05 - 22 Dec 2005 18:50:48 UTCTo use a .htx template file in your Perl script, basically follow these steps: 1 Create a new HTML::Template::HTX object. 2 Optionally define some parameters, and output the header of the template. 3 Optionally change or define some parameters, and o...
TALE/HTML-Template-HTX-0.07 - 30 May 2005 14:44:41 UTCOriginal HTML::Template is written by Sam Tregar, sam@tregar.com with contributions of many people mentioned there. Their efforts caused HTML::Template to be mature html tempate engine which separate perl code and html design. Yet powerful, HTML::Tem...
VIY/HTML-Template-Pro-0.9510 - 13 May 2013 08:40:09 UTCThis module provides an extension to HTML::Template which allows expressions in the template syntax. This is purely an addition - all the normal HTML::Template options, syntax and behaviors will still work. See HTML::Template for details. Expression ...
SAMTREGAR/HTML-Template-Expr-0.07 - 18 Apr 2006 18:09:38 UTCHTML::Template is great because it is simple, and doesn't violate MVC in the uncomfortable way Mason does. However if you want components you can manipulate easily and nest arbitrarily, then the raw interface can be labour intensive to work with. For...
TOMGRACEY/HTML-Template-Nest-0.04 - 23 Feb 2018 19:40:09 UTCLEOCHARRE/CGI-Application-Plugin-Menu-1.06 - 12 May 2009 20:54:09 UTC
This is an easy to use templating system for extracting content from XML files. It is based on HTML::Template's <TMPL_VAR> and <TMPL_LOOP> tags and uses XML::LibXML's XPath function to extract the requested XML content. It has built-in support for la...
TJMATHER/HTML-Template-XPath-0.20 - 23 Oct 2006 18:13:51 UTCHORNBURG/Template-Flute-0.026 - 28 Jun 2019 19:19:19 UTC
This is a subclass of Template::Stash (the Template Toolkit stash module). It wraps all get calls and returns an HTML::Template::Variable instead of the raw string....
MSMITH/Template-HTML-0.04 - 13 Apr 2012 10:44:36 UTCTemplate::Magic::HTML is a collection of handlers for Template::Magic useful when used in a HTML environment. It adds a couple of magic HTML specific value handlers to Template::Magic default value handlers. Just create and use the object as usual, t...
SKNPP/Template-Magic-1.4 - 05 Mar 2012 22:57:11 UTCAll template input methods are provided natively by HTML::Template. Output to a coderef uses the default implementation of buffering all the output in a string and passing this to a coderef, so beware of the memory consumption if the output is large....
BBC/Any-Template-1.015 - 08 May 2006 12:33:52 UTCThis module helps you to test HTML::Template-based programs by printing only the information used to fill-in the template data. This makes it much easier to automatically parse the output of your program. Currently, data can be outputed by "Data::Dum...
TMURRAY/HTML-Template-Dumper-0.1 - 21 Nov 2003 14:33:38 UTC