view release on metacpan or search on metacpan
lib/CGI/WebToolkit.pm view on Meta::CPAN
=head2 Methods for template management
By definition a template is something that contains placeholders that
are replaced by actual values when the template is I<filled>. In CGI::WebToolkit
a template is a function that returns any kind of string, usually
that would be XHTML or XML.
=head3 fill()
The fill() method fills a hash of data into a template by replacing
the placeholders inside the template with actual values. Here are
lib/CGI/WebToolkit.pm view on Meta::CPAN
The URL of the public directory.
B<{clear}>
The special XHTML snippet <div class="clear"></div>
B<{do_nothing_url}>
This URL can be used in Links that should do nothing.
It containts the Javascript snippet javascript:void(1);
view all matches for this distribution
view release on metacpan or search on metacpan
lib/CIPP/Runtime/NewSpirit.pm view on Meta::CPAN
# change to program dir
$script_name =~ m!^(.*)[/\\][^/\\]+$!;
chdir $1 if $1;
# set $CIPP::ee (End of Element, XHTML conformity)
$CIPP::ee = $self->get_xhtml ? " /" : "";
1;
}
view all matches for this distribution
view release on metacpan or search on metacpan
lib/CORBA/HTML/HtmlVisitor.pm view on Meta::CPAN
my $self = shift;
my ($title, $frameset, $target) = @_;
my $now = localtime();
# print OUT "<?xml version='1.0' encoding='ISO-8859-1'?>\n";
if ($frameset) {
print OUT "<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Frameset//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd'>\n";
}
else {
print OUT "<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'>\n";
}
print OUT "<html xmlns='http://www.w3.org/1999/xhtml'>\n";
print OUT "\n";
print OUT " <head>\n";
print OUT " <meta name='generator' content='idl2html ",$CORBA::HTML::VERSION," (Perl ",$],")' />\n";
view all matches for this distribution
view release on metacpan or search on metacpan
corpus/dists/GraphViz2.changes view on Meta::CPAN
Specifically, create() no longer exists. Call add() 1 or more times instead. Then, call generate_graph(). See the docs for details.
Sample output is online at http://savage.net.au/Perl-modules/html/graphviz2/parse.isa.svg.
1.13 Sun Dec 25 10:33:00 2011
- Change <img...> to <object...> in the demo creation code, to keep poor old FireFox happy.
- Change various things in html/graphviz2.index.tx to we validate as XHTML 1.0 Strict.
- Unreleased.
1.12 Wed Dec 14 11:22:00 2011
- Add 5 scripts, scripts/macro.*.pl, to demonstrate using a Perl sub as a macro to generate both cluster and non-cluster sub-graphs.
- Update the TODO in GraphViz2.pm, since it erroneously gave the impression the current code did not handle compound clusters.
view all matches for this distribution
view release on metacpan or search on metacpan
eg/mkreport view on Meta::CPAN
} keys %$deps;
open(OUT, '>', $report) or die "can't write '$report': $!";
print OUT <<'HTML';
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<!-- Metainformation -->
view all matches for this distribution
view release on metacpan or search on metacpan
t/var/nntp-testers/18981290 view on Meta::CPAN
<?xml version="1.0"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-gb" lang="en-gb">
<head>
t/var/nntp-testers/18981290 view on Meta::CPAN
</script>
<!--
Site Layout, Design & Development by Miss Barbell Productions
Valid XHTML 1.0 - http://validator.w3.org/check?uri=referer
Powered by LAMP (Linux, Apache, MySQL & Perl) technologies.
Produced by LABYRINTH, a state of the art Website Management System
available from Miss Barbell Productions.
For more information contact Barbie <barbie@missbarbell.co.uk>
view all matches for this distribution
view release on metacpan or search on metacpan
vhost/cgi-bin/templates/admin/layout.html view on Meta::CPAN
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-gb" lang="en-gb">
<head>
<title>[% iname %]</title>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
vhost/cgi-bin/templates/admin/layout.html view on Meta::CPAN
<!--
Site Layout, Design & Development by Miss Barbell Productions
Valid XHTML 1.0 - http://validator.w3.org/check?uri=referer
Powered by LAMP (Linux, Apache, MySQL & Perl) technologies.
Produced by LABYRINTH, a state of the art Website Management System available from Miss Barbell Productions
For more information contact Barbie <barbie@missbarbell.co.uk>
-->
view all matches for this distribution
view release on metacpan or search on metacpan
vhost/cgi-bin/templates/admin/layout.html view on Meta::CPAN
<?xml version="1.0"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-gb" lang="en-gb">
<head>
[% body = PROCESS $content %]
vhost/cgi-bin/templates/admin/layout.html view on Meta::CPAN
<script type="text/javascript" src="[% webpath %]/js/admin.js"></script>
<!--
Site Layout, Design & Development by Miss Barbell Productions
Original CSS/XHTML Template Design by Wolkman.
Valid XHTML 1.0 - http://validator.w3.org/check?uri=referer
Powered by LAMP (Linux, Apache, MySQL & Perl) technologies.
Produced by LABYRINTH, a state of the art Website Management System
available from Miss Barbell Productions.
For more information contact Barbie <barbie@missbarbell.co.uk>
view all matches for this distribution
view release on metacpan or search on metacpan
templates/index.html view on Meta::CPAN
<?xml version="1.0"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-gb" lang="en-gb">
<head>
<title>CPAN Testers Development</title>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
templates/index.html view on Meta::CPAN
pageTracker._trackPageview();
} catch(err) {}</script>
<!--
Site Layout, Design & Development by Miss Barbell Productions
Original CSS/XHTML Template Design by Wolfgang.
Valid XHTML 1.0 - http://validator.w3.org/check?uri=referer
Powered by LAMP (Linux, Apache, MySQL & Perl) technologies.
Produced by LABYRINTH, a state of the art Website Management System
available from Miss Barbell Productions.
For more information contact Barbie <barbie@missbarbell.co.uk>
view all matches for this distribution
view release on metacpan or search on metacpan
vhost/cgi-bin/templates/public/badlayout.html view on Meta::CPAN
<?xml version="1.0"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-gb" lang="en-gb">
<head>
[% body = PROCESS $content %]
vhost/cgi-bin/templates/public/badlayout.html view on Meta::CPAN
<script src="/js/admin.js" type="text/javascript"></script>
<!--
Valid XHTML 1.0 - http://validator.w3.org/check?uri=referer
Powered by LAMP (Linux, Apache, MySQL & Perl) technologies.
Produced by LABYRINTH, a state of the art Website Management System
available from Miss Barbell Productions.
For more information contact Barbie <barbie@missbarbell.co.uk>
view all matches for this distribution
view release on metacpan or search on metacpan
- upgrade to Labyrinth-Plugin-Core-5.18.
- fixed RemoveAuthorPages as $name was the dist not the author name.
- added admin menu links.
3.54 2014-09-23
- XHTML template fixes.
3.53 2014-09-20
- added documentation to:
- reports-summary.cgi, reports-metadata.ci and release-summary.cgi.
- fixed reports-summary.cgi to correctly reference the format as csv
view all matches for this distribution
view release on metacpan or search on metacpan
t/samples/osmatrix-month-wide.html view on Meta::CPAN
<?xml version="1.0"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-gb" lang="en-gb">
<head>
t/samples/osmatrix-month-wide.html view on Meta::CPAN
</script>
<!--
Site Layout, Design & Development by Miss Barbell Productions
Valid XHTML 1.0 - http://validator.w3.org/check?uri=referer
Powered by LAMP (Linux, Apache, MySQL & Perl) technologies.
Produced by LABYRINTH, a state of the art Website Management System
available from Miss Barbell Productions.
For more information contact Barbie <barbie@missbarbell.co.uk>
view all matches for this distribution
view release on metacpan or search on metacpan
- limit data updates to 1000000 records, to reduce memory consumption.
- more environment info passed to matrix list templates.
- changes to scripts to use new interface:
- bin/cpanstats-writegraphs (v0.50)
- bin/cpanstats-writepages (v0.50)
- major XHTML updates for WAI WCAG v2.0 compliance.
- reorganised links and names to be consistent across pages.
- restructured Pages.pm, to allow process to be called in stages.
- added terms & conditions page.
- changed storage method to mainstore and added leadstore for JSON data
storage files.
- removed dependency of CPAN::WWW::Testers::Generator::Article from
cpanmail.cgi (v0.02) and used Email::Simple directly.
- fixed style sheet references in some templates.
- fixed a number of warnings about undefined values in numeric
comparisons.
- fixed XHTML errors in templates.
- fixed cpanmail.cgi to ignore non-numeric characters, this is
to ignore the 'msg' part if anyone enters that.
- added text to cpanmail.html giving examples of what the NNTP ID is.
view all matches for this distribution
view release on metacpan or search on metacpan
- added new social media bar
1.02 2011-06-19
- added Terms & Conditions page/link.
- switch to using a Gravatar for user profiles.
- some XHTML template fixes.
- upgrade to Labyrinth 5.07.
- upgrade to Labyrinth-Plugin-Core 5.07.
- upgrade to Labyrinth-Plugin-Wiki 1.02.
1.01 2011-05-08
- upgrade to Labyrinth v4.16
- incorporated new layout design
0.12 2008-10-15
- cleanup of parserules.ini entries.
- cleanup of XHTML entities.
- underlying path and DB changes from cpantest => cpanwiki.
- switched to storing passwords using SHA1 encryption.
0.11 2008-10-07
- update copyright dates.
- upgrade to Labyrinth v4.15
- overhauled TinyMCE features allowed.
- fixed CSS for top quote and header boxes.
- fix get session to find guest userid if using default login.
- update sessions table.
- XHTML fixes.
- fixed MLUtils.pm to account for XHTML compliance.
0.09 2007-12-28
- user list and adminlist fixes (thanks to Andreas König)
- whitespace clean up in code
- Change comment now starts blank
view all matches for this distribution
view release on metacpan or search on metacpan
http://rt.cpan.org/Public/Dist/Display.html?Name=Template-Timer
Currently one would search for the element table and count the number of
tr minus one to get the number of new and open issues. The page is
declared as XHTML strict but isn't compliant.
2007-04-16 Andreas J. Koenig <andreas.koenig.7os6VVqR@franz.ak.mind.de>
* Most urgent tasks?
view all matches for this distribution
view release on metacpan or search on metacpan
html/Base.html view on Meta::CPAN
<?xml version="1.0" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Base.pm</title>
<link rel="stylesheet" href="../html/docs.css" type="text/css" />
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
view all matches for this distribution
view release on metacpan or search on metacpan
t/html/acidtest.html view on Meta::CPAN
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
<title>Untitled Document</title>
view all matches for this distribution
view release on metacpan or search on metacpan
lib/CSS/SpriteBuilder.pm view on Meta::CPAN
$str = '';
open($fh, '>', \$str) or die "Can't to create file handle!";
}
print $fh <<HTML;
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS::SpriteBuilder generated page</title>
<style type="text/css">
.container {
view all matches for this distribution
view release on metacpan or search on metacpan
lib/CSS/Tiny.pm view on Meta::CPAN
The C<html> method generates the CSS, but wrapped in a C<style> HTML tag,
so that it can be dropped directly onto a HTML page.
=head2 xhtml
The C<html> method generates the CSS, but wrapped in a C<style> XHTML tag,
so that it can be dropped directly onto an XHTML page.
=head2 errstr
When an error occurs, you can retrieve the error message either from the
C<$CSS::Tiny::errstr> variable, or using the C<errstr> method.
view all matches for this distribution
view release on metacpan or search on metacpan
bin/cgi_cvs_evolq view on Meta::CPAN
sub GenerateHTML {
my ($title, $r_tags, $r_dirs) = @_;
my $html = q{
<?xml version='1.0' encoding='ISO-8859-1'?>
<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'>
<html xmlns='http://www.w3.org/1999/xhtml'>
<head>
<meta http-equiv='Content-Type' content='text/html; charset=ISO-8859-1' />
<meta name='generator' content='<TMPL_VAR NAME=generator>' />
<meta name='date' content='<TMPL_VAR NAME=date>' />
view all matches for this distribution
view release on metacpan or search on metacpan
html/ApplicationService.html view on Meta::CPAN
<?xml version="1.0" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CaCORE::ApplicationService</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<link rev="made" href="mailto:" />
view all matches for this distribution
view release on metacpan or search on metacpan
- extended META and functional test suites.
- compare_dates and encode_date undefined logic reworked.
- reformat_date day/month/year validation must be numeric.
- fixed DDEXT and dotw bugs.
- simplified logic for holidays and exclusions.
- SELECTED now switched to XHTML format of selected="selected".
- added support for excluding full months.
- added tests for list function coverage.
0.26 2012-11-18
- change file dates changed to meet W3CDTF standards.
view all matches for this distribution
view release on metacpan or search on metacpan
templates/orig/view/de/layout.tt view on Meta::CPAN
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de" lang="de">
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<title>Captive Portal</title>
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Catalyst/Helper/Firebug.pm view on Meta::CPAN
.propertyName {
font-weight: bold;
}
__firebug.html__
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Catalyst/Action/Fixup/XHTML.pm view on Meta::CPAN
1;
__END__
=head1 NAME
Catalyst::Action::Fixup::XHTML - Catalyst action which serves application/xhtml+xml content if the browser accepts it.
=head1 SYNOPSIS
sub end : ActionClass('Fixup::XHTML') {}
view all matches for this distribution
view release on metacpan or search on metacpan
cover_db/coverage.html view on Meta::CPAN
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<!--
This file was generated by Devel::Cover Version 0.66
Devel::Cover is copyright 2001-2010, Paul Johnson (pjcj@cpan.org)
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Catalyst/Helper/View/Enzyme/TT/root/base/header.tt view on Meta::CPAN
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>[% name %]</title>
<link title="[% name %]" href="/static/css/[% name | lower %].css" type="text/css" rel="stylesheet"/>
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Catalyst/Helper/View/TT/Bootstrap/YUI/Manual.pm view on Meta::CPAN
=over 4
=item HTML 4.01 strict DOCTYPE
Per the recommendation of the w3c, the broadcasted DOCTYPE is HTML 4.01 strict.
It was either this or XHTML 1.0 strict, but since you're likely delivering your
pages with Content-Type header set to 'text/html', this is more correct. There
are arguments for and against using HTML 4.01 instead of XHTML 1.0, but it's
probably not worth the reading, since you really just want to get stuff done.
That said, please use HTML style closed tags or change the DOCTYPE in html.tt
<p>This is<br>GOOD</p>
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Catalyst/Helper/View/TT/Bootstrap/Manual.pm view on Meta::CPAN
=over 4
=item HTML 4.01 strict DOCTYPE
Per the recommendation of the w3c, the broadcasted DOCTYPE is HTML 4.01 strict.
It was either this or XHTML 1.0 strict, but since you're likely delivering your
pages with Content-Type header set to 'text/html', this is more correct. There
are arguments for and against using HTML 4.01 instead of XHTML 1.0, but it's
probably not worth the reading, since you really just want to get stuff done.
That said, please use HTML style closed tags or change the DOCTYPE in html.tt
<p>This is<br>GOOD</p>
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Catalyst/Helper/View/TTSimple.pm view on Meta::CPAN
__site_layout__
[% USE Date;
year = Date.format(Date.now, '%Y');
-%]
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Language" content="en-us" />
view all matches for this distribution