Gantry
view release on metacpan or search on metacpan
root/pod_wrapper.tt view on Meta::CPAN
<!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>[% view.data.base_module %][% view.title ? '::' _ view.title : '' %]</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet"
type="text/css"
href="http://yui.yahooapis.com/2.4.0/build/reset-fonts-grids/reset-fonts-grids.css"
/>
<link rel="stylesheet"
media="screen"
href="/css/my.css"
type="text/css"
/>
<!-- link rel="stylesheet" type="text/css" media="screen"
title="Default" href="[% self.css_rootp %]/pod_style.css" / -->
<script type="text/javascript">
function view_pod() {
location.href=
document.getElementById("module").value;
}
</script>
<style>
ul { }
.first ul li { list-style: circle; margin: 10px; }
</style>
</head>
<body>
<div id="doc3">
<div id="hd">
<div class="yui-u lv1-nav">
<!-- ul class="nav-links">
<li><a href="[% self.app_rootp %]/">Home</a></li>
<li><a href="[% self.app_rootp %]/blog/view/portfolio">
Portfolio</a></li>
<li><a href="[% self.app_rootp %]/link/view">MyLinks</a></li>
</ul -->
<br style="clear: both" />
</div>
<div class="yui-u lv2-title-bar">
<table>
<tr>
<td class="left"></td>
<td class="center">
<a href="/">Home</a>
<select name="module" id="module">
<option value="[% self.location %]">
[% view.data.base_module %]
</option>
[%- FOREACH pm IN view.data.files %]
[%- pm = pm.replace( '^/', '' ) %]
( run in 0.692 second using v1.01-cache-2.11-cpan-39bf76dae61 )