/usr/share/chronicle/themes/blocky/month.template is in chronicle 4.6-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 | <!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>Blog : 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" />
<link rel="stylesheet" type="text/css" media="screen" href="<!-- tmpl_var name='top' -->vim.css" />
<link rel="alternate" title="RSS Feed" href="<!-- tmpl_var name='month' escape='html' -->.rss" type="application/rss+xml" />
</head>
<body>
<!-- tmpl_include name='header.inc' -->
<!-- Blog is in a large table -->
<table width="100%">
<tr><td valign="top">
<p>Entries from <!-- tmpl_var name='month_name' escape='html' --> <!-- tmpl_var name='year' escape='html' -->.</p>
<!-- tmpl_loop name='entries' -->
<fieldset>
<legend><a href="<!-- tmpl_var name='top' --><!-- tmpl_var name='link' escape='html' -->"><!-- tmpl_var name='title' --></a></legend>
<div class="body">
<!-- tmpl_var name='body' -->
</div>
<div class="tags">
<table width="100%">
<tr><td>
<!-- tmpl_if name='comment_count' -->
<span class="comments">
<!-- tmpl_var name='comment_count' --> comment<!-- tmpl_if name='comment_plural' -->s<!-- /tmpl_if -->.
</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_loop -->
<!-- tmpl_else -->
No tags
<!-- /tmpl_if -->
</td>
<td align="right">
<!-- tmpl_var name='date' -->
</td></tr></table>
</div>
</fieldset>
<p></p>
<!-- /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>
</td>
<td width="20%" valign="top">
<!-- tmpl_include name='sidebar.inc' -->
</td></tr></table>
<!-- tmpl_include name='footer.inc' -->
</body>
</html>
|