Catalyst-Plugin-AutoCRUD
view release on metacpan or search on metacpan
lib/Catalyst/Plugin/AutoCRUD/templates/extjs2/wrapper/head.tt view on Meta::CPAN
1234567891011<!DOCTYPE html PUBLIC
"-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
>
<head>
<meta http-equiv=
"Content-Type"
content=
"text/html; charset=[% cpac.g.html_charset OR 'utf-8' | html %]"
/>
<title>[% cpac.g.title %][%
' - Powered by '
IF cpac.g.title %][% cpac.g.version %]</title>
[%
SET extjs_base_uri = cpac.g.extjs2 OR (
c.req.secure
lib/Catalyst/Plugin/AutoCRUD/templates/skinny/wrapper/head.tt view on Meta::CPAN
12345678910<!DOCTYPE html PUBLIC
"-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
>
<head>
<meta http-equiv=
"Content-Type"
content=
"text/html; charset=[% cpac.g.html_charset OR 'utf-8' | html %]"
/>
<title>[% cpac.g.title %][%
' - Powered by '
IF cpac.g.title %][% cpac.g.version %]</title>
<
link
rel=
"stylesheet"
type=
"text/css"
href=
"[% c.uri_for( c.controller('AutoCRUD::Static').action_for('cpacstatic'), "
skinny_body.css
" ) %]"
/>
<
link
rel=
"stylesheet"
type=
"text/css"
href=
"[% c.uri_for( c.controller('AutoCRUD::Static').action_for('cpacstatic'), "
skinny.css
" ) %]"
/>
</head>
( run in 0.597 second using v1.01-cache-2.11-cpan-87723dcf8b7 )