Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.190.614 Times

Banner Template Html software
Filter: All | Freeware | Demo
 

Banner Template Html

< 1 2 3 4 5 > 
Added: June 22, 2010 | Visits: 1.707

Template::Library::HTML Template::Library::HTML is a template library for building basic HTML pages. NOTE: This documentation is incomplete and may be incorrect in places. The html template library is distributed as part of the Template Toolkit. It can be found in the templates sub-directory of the installation...



Platforms: *nix

License: Freeware Size: 778.24 KB Download (110): Template::Library::HTML Download

Added: May 16, 2010 | Visits: 1.336

HTML::Template::Extension::DOC HTML::Template::Extension::DOC are plugins for comments in template. SYNOPSIS use HTML::Template::Extension; my $text = qq | < HTML >< HEAD >< /HEAD >< BODY > < H1 >This is a template example...< /H1 > < TMPL_DOC >An example use of TMPL_DOC tag < /TMPL_DOC > The sum between 1+1 is: <...





Platforms: *nix

License: Freeware Size: 15.36 KB Download (104): HTML::Template::Extension::DOC Download

Added: September 04, 2010 | Visits: 3.032

HTML::Template::Extension::SLASH_VAR HTML::Template::Extension::SLASH_VAR is a plugins for < /TMPL_VAR > syntax. SYNOPSIS use HTML::Template::Extension; my $text = qq | SLASH_VAR plugin example ======================== If all is ok you can read this here --> < TMPL_VAR NAME="test" >a placeholder< /TMPL_VAR > |; my...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (95): HTML::Template::Extension::SLASH_VAR Download

Added: March 27, 2010 | Visits: 1.042

HTML::Template::Set HTML::Template::Set is a HTML::Template extension that adds set support. SYNOPSIS in your HTML: < TMPL_SET NAME="handler" >apples_to_oranges< /TMPL_SET > < TMPL_SET NAME="title" >Apples Are Green< /TMPL_SET > < HTML > < HEAD > < TITLE >< TMPL_VAR NAME="title" >< /TITLE > < /HEAD > <...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (88): HTML::Template::Set Download

Added: March 12, 2010 | Visits: 1.345

Template::Magic::HTML Template::Magic::HTML Perl module contains HTML handlers for Template::Magic used in a HTML environment. SYNOPSIS $tm = new Template::Magic::HTML ; # that means $tm = new Template::Magic markers => HTML , value_handlers => HTML ; # that explicitly means $tm = new Template::Magic...


Platforms: *nix

License: Freeware Size: 46.08 KB Download (105): Template::Magic::HTML Download

Added: January 27, 2010 | Visits: 832

Template::Plugin::HTML::BBCode Template::Plugin::HTML::BBCode is a template toolkit plugin which implements wrapper around HTML::BBCode module. SYNOPSIS [%- USE HTML::BBCode -%] [% FILTER bbcode %] [b]BBCode[/b] - is simple [i]markup language[/i] used in [url=http://www.phpbb.com/]phpBB[/url]. [% END %] [%- USE...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (95): Template::Plugin::HTML::BBCode Download

Added: June 14, 2010 | Visits: 1.161

HTML::Template HTML::Template module attempts to make using HTML templates simple and natural. HTML::Template library extends standard HTML with a few new tags for variables, loops, if/else blocks and includes. A file written with HTML and these new tags is called a template. Using this module you fill in...


Platforms: *nix

License: Freeware Size: 62.46 KB Download (109): HTML::Template Download

Added: March 10, 2010 | Visits: 1.224

HTML::Template::Expr HTML::Template::Expr module provides an extension to HTML::Template which allows expressions in the template syntax. HTML::Template::Expr module is purely an addition--all the normal HTML::Template options, syntax, and behaviors will still work. Expression support includes comparisons, math...


Platforms: *nix

License: Freeware Size: 18.43 KB Download (135): HTML::Template::Expr Download

Added: February 18, 2010 | Visits: 1.292

HTML::Template::JIT HTML::Template::JIT is a just-in-time compiler for HTML::Template. Templates are compiled into native machine code using Inline::C. When using HTML::Template::JIT, the compiled code is stored to disk and reused on subsequent calls. HTML::Template::JIT is up to 8 times as fast as HTML::Template...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (145): HTML::Template::JIT Download

Added: May 10, 2013 | Visits: 586

HTML::Template This module attempts to make using HTML templates simple and natural. It extends standard HTML with a few new HTML-esque tags - , , , , and . The file written with HTML and these new tags is called a template. It is usually saved separate from your script - possibly even created by someone else!...


Platforms: Windows, Mac, *nix, Perl, BSD Solaris

License: Freeware Download (50): HTML::Template Download

Added: June 02, 2010 | Visits: 1.005

Template::Library::Splash Template::Library::Splash is a template library for building stylish HTML user interfaces. NOTE: This documentation is incomplete, incorrect and outdated. The Splash! library is still evolving and subject to change. See the examples for a much more recent and accurate demonstration of use....


Platforms: *nix

License: Freeware Size: 778.24 KB Download (102): Template::Library::Splash Download

Added: February 02, 2010 | Visits: 1.530

Bee Template Bee Template is a Web template system parses HTML files into PHP objects which can be manipulated by using tag names or IDs. While other template systems make use of prepared HTML files for templates, Bee Template allows you to use arbitrary HTML files without modification. Bee Template is...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (133): Bee Template Download

Added: March 09, 2010 | Visits: 708

Template::Plugin::NoFollow Template::Plugin::NoFollow is a TT filter to add rel="nofollow" to all HTML links. SYNOPSIS [% use NoFollow %] ... [% FILTER nofollow %] Google [% END %] ... [% text | nofollow %] Template::Plugin::NoFollow is a filter plugin for TT, which adds rel="nofollow" to all HTML links found...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (93): Template::Plugin::NoFollow Download

Added: October 23, 2010 | Visits: 894

HCKit::Template HCKit::Template is a Perl module with a template system for HTML construction. This module constructs an HTML page from a template. The conversion proceeds with the help of rewrite rules and data sources. Rewrite rules can be specified in the template file itself, or in the Perl script. Data...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (91): HCKit::Template Download

Added: May 09, 2010 | Visits: 774

Template::Plugin::StickyQuery Template::Plugin::StickyQuery is a TT plugin for HTML::StickyQuery. SYNOPSIS use Template; use Apache; use Apache::Request; my $apr = Apache::Request->new(Apache->request); # or CGI.pm will do my $template = Template->new( ... ); $template->process($filename, { apr => $apr }); # in...


Platforms: *nix

License: Freeware Size: 2.05 KB Download (91): Template::Plugin::StickyQuery Download

Added: August 01, 2010 | Visits: 1.522

HTML::Chunks HTML::Chunks is a simple nested template engine for HTML, XML and XHTML. This class implements a simple text-based template engine, originally intented to allow web applications to completely separate layout HTML from programming logic. However, the engine is flexible enough to be applied to...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (103): HTML::Chunks Download

Added: August 13, 2010 | Visits: 752

HTML::Declare HTML::Declare is a Perl module for When Template Systems Are Too Huge And Heredocs Too Messy. SYNOPSIS # Import all constructors use HTML::Declare :all; # A simple hello world print HTML { _ => [ HEAD { _ => TITLE { _ => Hello World! } }, BODY { _ => Hello World! } ] }; # Import...


Platforms: *nix

License: Freeware Size: 19.46 KB Download (87): HTML::Declare Download

Released: November 13, 2012  |  Added: November 13, 2012 | Visits: 484

Chunk, an HTML Template Engine for Java A powerful Java Template Engine, great for building HTML or XML docs. Chunk can handle many other needs and situations as well. In-tag filters & default values, multiple snippets per file, layered themes, macros, conditional includes, localization & more.


Platforms: Windows, Mac, Linux

License: Freeware Size: 163.49 KB Download (48): Chunk, an HTML Template Engine for Java Download

Released: August 26, 2012  |  Added: August 26, 2012 | Visits: 548

Extension for HTML::Template::Pro module This module extends HTML::Template::Pro to easily support methods and tags not implemented in parent module. All plugins live in the H::T::P::Extension namespace and you can built your own extension to support you prefered tags and functionality.


Platforms: Windows, Mac, BSD, Linux

License: Freeware Size: 13.43 KB Download (49): Extension for HTML::Template::Pro module Download

Released: October 01, 2012  |  Added: October 01, 2012 | Visits: 619

HTPL - PHP 5 HTML Template System HTPL is a PHP 5 HTML template system with the following features: hierarchical structure with inheritance, direct database access, application and session wide caching, multiple language support, extendable by user defined functions.


Platforms: Windows, Mac, Linux

License: Freeware Size: 272.6 KB Download (48): HTPL - PHP 5 HTML Template System Download

< 1 2 3 4 5 >