The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "Template::Plugin::HTML"

Template::Plugin::HTML - Plugin to create HTML elements River stage three • 561 direct dependents • 959 total dependents

The "HTML" plugin is a very basic plugin, implementing a few useful methods for generating HTML....

ABW/Template-Toolkit-3.101 - 16 Aug 2022 07:02:05 UTC - Search in distribution

Template::Plugin::HTML::Template - HTML::Template filter in TT River stage zero No dependents

Template::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 UTC - Search in distribution

HTML::Template::Plugin::Dot - Add Magic Dot notation to HTML::Template River stage one • 4 direct dependents • 4 total dependents

By adding support for this dot notation to HTML::Template, the programmers' job of sending data to the template is easier, and designers have easier access to more data to display in the template, without learning any more tag syntax. EXAMPLES Class:...

RHESA/HTML-Template-Pluggable-0.22 - 11 May 2022 09:07:04 UTC - Search in distribution

Template::Plugin::HTML::2Text - Template Toolkit plugin to transfor HTML into plain text It simply wraps html2text using HTML::FormatText::Html2text River stage zero No dependents

Template::Plugin::HTML::2Text - Template Toolkit plugin to transfer HTML into plain text See HTML::FormatText::Html2text for more details....

DOUGLISH/Template-Plugin-HTML-2Text-0.01 - 20 Jun 2012 12:31:32 UTC - Search in distribution

Template::Plugin::HTML::Strip - HTML::Strip filter for Template Toolkit River stage one • 1 direct dependent • 1 total dependent

This module is a Template Toolkit dynamic filter, which uses HTML::Strip to remove markup (primarily HTML, but also SGML, XML, etc) from filtered content during template processing. By default, the installed filter's name is 'html_strip'. This can be...

GSIMMONS/Template-Plugin-HTML-Strip-0.01 - 19 Dec 2005 06:09:47 UTC - Search in distribution

Template::Plugin::HTML::BBCode - Template Toolkit plugin which implements wrapper around HTML::BBCode module. River stage zero No dependents

Template::Plugin::HTML::BBCode - Template Toolkit plugin which implements wrapper around HTML::BBCode module and provides filter for converting BBCode to HTML....

LIOL/Template-Plugin-HTML-BBCode-0.01 - 28 Mar 2005 17:50:01 UTC - Search in distribution

Template::Plugin::HTML::Prototype - Template Toolkit Plugin for the Prototype Library River stage zero No dependents

This module provides a simple interface to the Prototype JavaScript OO library for use in the Template Toolkit. It directly returns a HTML::Prototype object, so you can call all methods there....

BAUERB/Template-Plugin-HTML-Prototype-0.01 - 06 May 2005 23:28:43 UTC - Search in distribution

Template::Plugin::HTML::SuperForm - Template Plugin for HTML::SuperForm River stage one • 1 direct dependent • 4 total dependents

This is an interface into HTML::SuperForm through the Template Toolkit. When created without arguments (i.e. [% USE form = HTML.SuperForm %]), the Template's stash is searched for an Apache object or a CGI object to pass to HTML::SuperForm's construc...

JALLWINE/Template-Plugin-HTML-SuperForm-1.0 - 06 Sep 2004 21:42:37 UTC - Search in distribution

HTML::Template::Plugin::Dot::Helpers - Add useful objects to your templates River stage zero No dependents

This helper class adds some useful objects to your Dot-enabled templates (see HTML::Template::Plugin::Dot). Added objects Number An extended Number::Format object. See Number::Format for documentation. Note that only the object oriented methods are s...

RHESA/HTML-Template-Plugin-Dot-Helpers-0.07 - 24 Mar 2024 14:30:46 UTC - Search in distribution

HTML::Template::Compiled::Plugin::I18N - Internationalization for HTC River stage zero No dependents

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 - Search in distribution

HTML::Template::Menu - ease menu items for quick web user interface River stage zero No dependents

LEOCHARRE/CGI-Application-Plugin-Menu-1.06 - 12 May 2009 20:54:09 UTC - Search in distribution

HTML::Template::Compiled::Plugin::Comma - HTC Plugin to commify numbers River stage zero No dependents

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 - Search in distribution

HTML::Template::Compiled::Plugin::DHTML - Dumps variables into clickable HTML output River stage zero No dependents

TINITA/HTML-Template-Compiled-Plugin-DHTML-0.03 - 10 Jan 2013 21:02:29 UTC - Search in distribution

HTML::Template::Compiled::Plugin::HTML2 - Do not escape all HTML entities River stage zero No dependents

RENEEB/HTML-Template-Compiled-Plugins-RENEEB-0.03 - 28 Dec 2018 14:12:21 UTC - Search in distribution

HTML::Template::Compiled::Plugin::VBEscape - VB-Script-Escaping for HTC River stage zero No dependents

VB-Script-Escaping for HTML::Template::Compiled...

STEFFENW/HTML-Template-Compiled-Plugin-VBEscape-0.03 - 30 May 2009 06:35:04 UTC - Search in distribution

HTML::Template::Compiled::Plugin::XMLEscape - XML-Escaping for HTC River stage two • 18 direct dependents • 19 total dependents

TINITA/HTML-Template-Compiled-1.003 - 03 May 2016 12:15:34 UTC - Search in distribution

HTML::Template::Compiled::Plugin::HTML_Tags - HTC-Plugin for various HTML tags River stage zero No dependents

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 - Search in distribution

HTML::Template::Compiled::Plugin::LineBreak River stage zero No dependents

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 - Search in distribution

HTML::Template::Compiled::Plugin::InlineImage - Inline-Images with HTML::Template::Compiled River stage zero No dependents

This is a plugin for HTML::Template::Compiled. If you feed it GD-objects or raw images (other image-object-types could be added in the future), then it will render the object like described in RFC 2397 (http://www.ietf.org/rfc/rfc2397.txt)....

TINITA/HTML-Template-Compiled-Plugin-InlineImage-0.03 - 14 Sep 2006 10:35:27 UTC - Search in distribution

HTML::Template::Compiled::Plugin::NumberFormat - Number::Format plugin for HTML::Template::Compiled River stage zero No dependents

This plugin implements escapes ("filters") for easy use and tag names if you need more arguments. use HTML::Template::Compiled::Plugin::NumberFormat; my $plugin = HTML::Template::Compiled::Plugin::NumberFormat->new({ formatter => Number::Format->new(...

TINITA/HTML-Template-Compiled-Plugin-NumberFormat-0.02 - 23 Nov 2012 17:48:24 UTC - Search in distribution
495 results (0.245 seconds)