App-Chronicle
view release on metacpan or search on metacpan
themes/default/archive.tmpl 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" dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<title><!-- tmpl_var name='blog_title' -->: entries from <!-- tmpl_var name='month_name' --> <!-- tmpl_var name='year' --></title>
<link rel="stylesheet" type="text/css" media="screen" href="<!-- tmpl_var name='top' -->style.css" />
</head>
<body>
<!-- XML FEED -->
<!-- tmpl_include name='header.inc' -->
<h3>Entries from <!-- tmpl_var name='month_name' escape='html' --> <!-- tmpl_var name='year' escape='html' -->.</h3>
<!-- tmpl_loop name='entries' -->
<div class="entry">
<div class="title">
<a href="<!-- tmpl_var name='top' --><!-- tmpl_var name='link' escape='html' -->"><!-- tmpl_var name='title' --></a>
</div>
<div class="date">
<!-- tmpl_var name='date' escape='html' --><!-- tmpl_if name='time' --> at <!-- tmpl_var name='time' --><!-- /tmpl_if -->
</div>
<div class="body">
<!-- tmpl_if name='truncatedbody' -->
<!-- tmpl_var name='truncatedbody' -->
<!-- tmpl_else -->
<!-- tmpl_var name='body' -->
<!-- /tmpl_if -->
</div>
<div class="tags">
<!-- tmpl_if name='comment_count' -->
<span class="comments">
<!-- tmpl_var name='comment_count' --> comments.
</span>
<!-- /tmpl_if -->
<!-- tmpl_if name='tags' -->
Tags: <!-- tmpl_loop name='tags' --><a href="<!-- tmpl_var name='top' -->tags/<!-- tmpl_var name='tag' escape='html' -->"><!-- tmpl_var name='tag' escape='html' --></a><!-- tmpl_if name="__last__" -->.<!-- tmpl_else -->, <!-- /tmpl_if --><!--...
<!-- tmpl_else -->
No tags
<!-- /tmpl_if -->
<!-- tmpl_if name='xrefpairs' -->
<div class="xrefs">
Referenced by: <!-- tmpl_loop name='xrefpairs' --><a href="<!-- tmpl_var name='top' --><!-- tmpl_var name='xreflink' escape='html' -->"><!-- tmpl_var name='xreftitle' --></a><!-- tmpl_if name="__last__" --><!-- tmpl_else -->, <!-- /tmpl_if --><!...
</div>
<!-- /tmpl_if -->
</div>
</div>
<div class="padding"></div>
<!-- /tmpl_loop -->
<p style="text-align: right;"><a href="<!-- tmpl_var name='month' escape='html' -->.rss"><img src="<!-- tmpl_var name='top' -->xml.gif" alt="RSS Feed" width="36" height="14" /></a></p>
<div id="sidebar">
<!-- tmpl_include name='sidebar.inc' -->
</div>
<!-- tmpl_include name='footer.inc' -->
</body>
</html>
( run in 1.299 second using v1.01-cache-2.11-cpan-ceb78f64989 )