HTML::Template::Compiled::Plugin::I18N - Internationalization for HTC
The Plugin allows you to create multilingual templates including maketext and/or gettext features. Before you have written your own translator class, HTML::Template::Compiled::I18N::DefaultTranslator runs. Later you have to write a translator class t...
STEFFENW/HTML-Template-Compiled-Plugin-I18N-1.04 - 29 Oct 2010 19:49:13 UTC
CGI::Carp::DebugScreen::HTML::Template - CGI::Carp::DebugScreen Renderer with HTML::Template
One of the ready-made view (renderer) classes for CGI::Carp::DebugScreen....
ISHIGAKI/CGI-Carp-DebugScreen-0.16 - 28 Jul 2009 07:18:47 UTC
Catalyst::Helper::View::HTML::Template - Helper for HTML::Template Views
Helper for HTML::Template Views. METHODS mk_compclass...
MRAMBERG/Catalyst-View-HTML-Template-0.03 - 07 May 2009 13:51:29 UTC
Template::Caribou::Tags::HTML::Extended - custom HTML tags optimized for DWIMery
Whereas Template::Caribou::Tags::HTML offers straight function equivalents to their HTML tags, this module provides a more DWIM interface, and shortcut for often used patterns. doctype $type doctype 'html5'; # <!DOCTYPE html> Prints the doctype decla...
YANICK/Template-Caribou-1.2.1 - 02 Apr 2017 17:56:28 UTC
HTML::Template::Compiled::Plugin::HTML2 - Do not escape all HTML entities
RENEEB/HTML-Template-Compiled-Plugins-RENEEB-0.03
-
28 Dec 2018 14:12:21 UTC
HTML::Template::Compiled::Plugin::DHTML - Dumps variables into clickable HTML output
TINITA/HTML-Template-Compiled-Plugin-DHTML-0.03
-
10 Jan 2013 21:02:29 UTC
HTML::Template::Compiled::Plugin::Comma - HTC Plugin to commify numbers
HTML::Template::Compiled::Plugin::Comma is a plugin for HTC, which allows you to commify your numbers in templates. This would be especially useful for prices....
HAGY/HTML-Template-Compiled-Plugin-Comma-0.01 - 10 Jul 2007 14:36:20 UTC
HTML::FormTemplate - Make data-defined persistant forms, reports
This Perl 5 object class can create web fill-out forms as well as parse, error-check, and report their contents. Forms can start out blank or with initial values, or by repeating the user's last input values. Facilities for interactive user-input-cor...
DUNCAND/HTML-FormTemplate-2.03 - 18 Jul 2005 22:21:16 UTC
Catalyst::View::HTML::Template::Compiled - HTML::Template::Compiled View Class
This is the " HTML::Template::Compiled " view class. Your subclass should inherit from this class....
ESSKAR/Catalyst-View-HTML-Template-Compiled-0.16 - 13 Dec 2006 17:39:02 UTC
HTML::SimpleTemplate - Quick and simple template library for Perl
DISPLAY METHOD Display($file,[\%variables]); The Display method parses the specified file according to the rules specified below. It can optionally be passed a second parameter, a reference to a hash, containing the variables used in the template. Wh...
ACRAWFORD/HTML-SimpleTemplate-1.00 - 11 Jan 2004 16:49:51 UTC
HTML::Template::Compiled::Plugin::Sprintf - Use sprintf in HTML::Template::Compiled templates
Sometimes, you need formatted text (e.g. in mails) and you want to use sprintf. This module provides 30 sprintf formatters for templates....
RENEEB/HTML-Template-Compiled-Plugins-RENEEB-0.03 - 28 Dec 2018 14:12:21 UTC
HTML::DynamicTemplate - HTML template class.
The "HTML::DynamicTemplate" is a class implementing a HTML template in perl. Significant features include the ability to set template variables from within the template itself, the ability to recursively include other templates, and the ability to se...
BRIANNG/HTML-DynamicTemplate-0.94 - 09 Jul 1999 04:30:47 UTC
HTML::Template::Compiled::Plugin::VBEscape - VB-Script-Escaping for HTC
VB-Script-Escaping for HTML::Template::Compiled...
STEFFENW/HTML-Template-Compiled-Plugin-VBEscape-0.03 - 30 May 2009 06:35:04 UTC
HTML::FormHandlerX::Widget::Field::Template - render fields using templates
This is an HTML::FormHandler widget that allows you to use a template for rendering forms instead of Perl methods....
RRWO/HTML-FormHandlerX-Widget-Field-Template-v0.1.1 - 20 Oct 2018 11:32:47 UTC
HTML::Template::Compiled::Plugin::XMLEscape - XML-Escaping for HTC
TINITA/HTML-Template-Compiled-1.003
-
03 May 2016 12:15:34 UTC
HTML::Template::Compiled::Compiler::Classic - Provide the classic functionality like HTML::Template
This is the compiler class for HTML::Template::Compiled::Classic...
TINITA/HTML-Template-Compiled-1.003 - 03 May 2016 12:15:34 UTC
HTML::Template::Compiled::Plugin::LineBreak
HTML::Template::Compiled::Plugin::LineBreak is a plugin for HTC, which allows you to replaces any newlines with <br> HTML tags, thus preserving the line breaks of the original text in the HTML output. This would be especially useful for multiline mes...
HAGY/HTML-Template-Compiled-Plugin-LineBreak-0.02 - 10 Mar 2008 12:41:43 UTC
HTML::Template::Compiled::Plugin::HTML_Tags - HTC-Plugin for various HTML tags
This plugin offers you five tags: HTML_OPTION <tmpl_html_option arrayref> $htc->param( arrayref => [ 'opt_2', # selected ['opt_1', 'option 1'], ['opt_2', 'option 2'], ], ); Output: <option value="opt_1">option 1</option> <option value="opt_2" selecte...
TINITA/HTML-Template-Compiled-Plugin-HTML_Tags-0.05 - 29 Oct 2007 20:12:24 UTC