This module extends HTML::Template to easily support methods and tags not implemented in parent module. Piece of code needed to add new tags syntax and new functionality are called plugins. All plugins can be dynamically loaded for supporing needed s...
EBRUNI/HTML-Template-Extension-0.26 - 17 Jan 2007 00:39:16 UTCEBRUNI/HTML-Template-Extension-0.26 - 17 Jan 2007 00:39:16 UTC
DOC plugin add a <TMPL_DOC>some comments</TMPL_DOC> to standard HTML::Template syntax to permit to add comments to template that, for indeed, a web graphic designer can view in a WYSIWYG environment. All text between <TMPL_DOC> and </TMPL_DOC> and ta...
EBRUNI/HTML-Template-Extension-0.26 - 17 Jan 2007 00:39:16 UTCThis plugin add to standard syntax a tag <TMPL_CSTART>...</TMPL_CSTART> to select sections that will be returned by "output" and "html" method. All text outside this tag (if present) will be deleted. If this tag is not all text will be returned also ...
EBRUNI/HTML-Template-Extension-0.26 - 17 Jan 2007 00:39:16 UTCIF_TERN add syntax for the ternary operator bool_var?this_if_true:this_if_false. So with this plugin you can use this syntax to insert a dynamical text: %bool_var%this_if_true:this_if_false%...
EBRUNI/HTML-Template-Extension-0.26 - 17 Jan 2007 00:39:16 UTCThis plugin add nothing syntax to HTML::Template but add some methods usefull for parsing html template in an environment where web pages are built embedding more little html templates (have you see my HTML::Puzzle CPAN module?). It add a costructor ...
EBRUNI/HTML-Template-Extension-0.26 - 17 Jan 2007 00:39:16 UTCSLASH_VAR add syntax for an extended version of standard TMPL_VAR HTML::Template tag. It adds possibility to have a placeholder text between this tag and an end-tag </TMPL_VAR> to permit graphic web designer to format text in an WYSIWYG environement ...
EBRUNI/HTML-Template-Extension-0.26 - 17 Jan 2007 00:39:16 UTCThis plugin don't add anything to base class and loading it or not is the same. It's here so that you can use it to build your own extension to HTM::Template dictionary. If you develope something interesting, send me so that you can share your works ...
EBRUNI/HTML-Template-Extension-0.26 - 17 Jan 2007 00:39:16 UTCTAG_ATTRIBUTE_NORMALIZER add syntax to remove unknown HTML::Template TAG attribute. So you can better identify you HTML::Template tags with visual effects like a peculiar style sheet....
EBRUNI/HTML-Template-Extension-0.26 - 17 Jan 2007 00:39:16 UTC