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.468.395 Times

Multi Column Html Template freeware
Filter: All | Freeware | Demo
 

Multi Column Html Template

< 1 2 3 4 5 > 
Added: April 03, 2010 | Visits: 1.048

HTML::Macro HTML::Macro can process HTML templates with loops, conditionals, macros and more! SYNOPSIS use HTML::Macro; $htm = new HTML::Macro (template.html); $htm->print; sub myfunc { $htm->declare (var, missing); $htm->set (var, value); return $htm->process; } ( in template.html ): < html...



Platforms: *nix

License: Freeware Size: 23.55 KB Download (95): HTML::Macro Download

Added: March 27, 2010 | Visits: 1.047

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 (94): HTML::Template::Set Download

Added: July 22, 2010 | Visits: 782

HTML::YaTmpl HTML::YaTmpl is yet another template processor. SYNOPSIS use HTML::YaTmpl; my $t=HTML::YaTmpl->new( file=>template.tmpl ); $t->evaluate( key1=>$value1, key2=>[$val21, $val22, ...] ... ); $t->evaluate_to_file( $outputfilename, key1=>$value1, key2=>[$val21, $val22, ...] ... );...


Platforms: *nix

License: Freeware Size: 41.98 KB Download (94): HTML::YaTmpl Download

Added: October 26, 2010 | Visits: 1.100

HTML::Myasp HTML::Myasp can generate HTML pages based on Templates. JATP (Just Another Template Parser). This library is another template module for the generation of HTML pages. Why ?. Well primarily i wanted a module: light, that keeps mod_perl power and flow control like HTML::Template, good interaction...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (94): HTML::Myasp Download

Added: October 04, 2010 | Visits: 870

Bundle::BricolagePlus Bundle::BricolagePlus are optional and required modules for the Bricolage content management system. SYNOPSIS perl -MCPAN -e install Bundle::BricolagePlus The bundle provides an easy way to install all of the required and optional modules used by Bricolage. Bricolage is a 100% pure Perl...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (94): Bundle::BricolagePlus Download

Added: March 09, 2010 | Visits: 710

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: April 07, 2010 | Visits: 892

Template::Alloy::VMethod Template::Alloy::VMethod is a Perl module with VMethod role. The Template::Alloy::VMethod role provides all of the extra vmethods, filters, and virtual objects that add to the base featureset of Template::Alloy. Most of the vmethods listed here are similar to those provided by...


Platforms: *nix

License: Freeware Size: 143.36 KB Download (93): Template::Alloy::VMethod Download

Added: August 18, 2010 | Visits: 1.252

Bundle::CGI::Builder::Complete Bundle::CGI::Builder::Complete is a bundle to install the complete CGI::Builder framework. SYNOPSIS perl -MCPAN -e install Bundle::CGI::Builder::Complete CONTENTS HTML::Tagset - used by HTML::Parser HTML::Parser - used by HTML::FillInForm and HTML::TableTiler HTML::TableTiler - used by...


Platforms: *nix

License: Freeware Size: 39.94 KB Download (93): Bundle::CGI::Builder::Complete Download

Added: June 10, 2010 | Visits: 1.441

Gentle.NET Gentle.NET is an RDBMS independent object persistence framework. Gentle.NET features automatic SQL generation and object construction, an SQL factory for creating custom queries, DataView construction helpers, excellent performance and reasonably complete docs. The framework defines a few...


Platforms: *nix

License: Freeware Size: 7 MB Download (93): Gentle.NET Download

Added: January 27, 2010 | Visits: 789

Template::Alloy Template::Alloy is a TT2/3, HT, HTE, Tmpl, and Velocity Engine. SYNOPSIS Template::Toolkit style usage my $t = Template::Alloy->new( INCLUDE_PATH => [/path/to/templates], ); my $swap = { key1 => val1, key2 => val2, code => sub { 42 }, hash => {a => b}, }; # print to STDOUT...


Platforms: *nix

License: Freeware Size: 143.36 KB Download (92): Template::Alloy Download

Added: October 23, 2010 | Visits: 899

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: April 19, 2010 | Visits: 1.143

Image Display System IDS (Image Display System) is a CGI written in Perl that interactively generates a photo album website. All you need to provide are the images and (optionally) text descriptions. As you add new pictures, they will appear automatically. Each image will be displayed with information such as image...


Platforms: *nix

License: Freeware Size: 665.6 KB Download (91): Image Display System Download

Added: August 09, 2010 | Visits: 1.078

CGI::Application::Plugin::PageBuilder CGI::Application::Plugin::PageBuilder is a Perl module that simplifies building pages with multiple templates. SYNOPSIS This module simplifies building complex web pages with many small piecemeal templates. Instead of sub run_mode { my $self = shift; my $header = $self->load_tmpl(...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (90): CGI::Application::Plugin::PageBuilder Download

Added: June 03, 2010 | Visits: 704

Object::AutoAccessor Object::AutoAccessor is an accessor class by using AUTOLOAD. SYNOPSIS use Object::AutoAccessor; my $struct = { foo => { bar => { baz => BUILD OK, }, }, }; # Now lets easily accomplish it. my $obj = Object::AutoAccessor->build($struct); print $obj->foo->bar->baz; # prints BUILD OK...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (90): Object::AutoAccessor Download

Added: May 17, 2010 | Visits: 1.112

Template::Plugin::Page Template::Plugin::Page is a plugin to help when paging through sets of results. SYNOPSIS [% USE page = Page($total_entries, $entries_per_page, $current_page) %] First page: [% page.first_page %] Last page: [% page.last_page %] First entry on page: [% page.first %] Last entry on page: [%...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (89): Template::Plugin::Page Download

Added: October 13, 2010 | Visits: 781

Apache::MiniWiki Apache::MiniWiki is a miniature Wiki for Apache. It doesnt have much uses besides very simple installations where hardly any features are needed. What is does support though is: - storage of Wiki pages in RCS - templates through HTML::Template - text to HTML conversion with HTML::FromText -...


Platforms: *nix

License: Freeware Size: 32.77 KB Download (89): Apache::MiniWiki Download

Added: January 20, 2010 | Visits: 786

PhpWebmin PhpWebmin consists of a port of Webmins weblib.pl to PHP, and the integration of the phplib html template class, to help you in writing Webmin modules in PHP and to have a true separation between code and html. New functions added to the web-lib: tmplInit($array) Sets the templates...


Platforms: *nix

License: Freeware Size: 34.82 KB Download (88): PhpWebmin Download

Added: June 26, 2010 | Visits: 557

libhtmlTemplate libhtmlTemplate, is a library to aid developers to separate content from code. libhtmlTemplate is very simple, small and easy to use, its my first c++ project, so any feedback with the purpose of helping to improve the library is welcome as well as any bug report and feature request, ill be glad...


Platforms: *nix

License: Freeware Size: 26.62 KB Download (88): libhtmlTemplate Download

Added: March 22, 2010 | Visits: 705

DBIx::CGITables DBIx::CGITables is a Perl module for easy DB access from a CGI. SYNOPSIS use DBIx::CGITables; my %parameters=(); my $query=DBIx::CGITables->new(%parameters)); $query->search_execute_and_do_everything_even_parse_the_template(); This module is under development - and this version is not...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (87): DBIx::CGITables Download

Added: July 13, 2010 | Visits: 675

PHP_Application PHP_Application project is a platform for development of event-driven applications in which two mechanisms of distribution of events for two levels of abstraction accordingly are realized. The first level are objects and their events, the second - the application and its events. The mechanism...


Platforms: *nix

License: Freeware Size: 256 KB Download (87): PHP_Application Download

< 1 2 3 4 5 >