File: entry.template

package info (click to toggle)
chronicle 4.6-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 764 kB
  • sloc: perl: 2,477; javascript: 447; makefile: 106; sh: 9
file content (60 lines) | stat: -rw-r--r-- 2,746 bytes parent folder | download | duplicates (2)
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
52
53
54
55
56
57
58
59
60
<!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" dir="ltr">
  <head>
    <title><!-- tmpl_var name='blog_title' -->: <!-- tmpl_var name='title' --></title>
    <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
    <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='top' -->index.rss" type="application/rss+xml" />
    <script type="text/JavaScript" src="<!-- tmpl_var name='top' -->ajax.js"></script>
<!-- tmpl_unless name='no_comments' -->
    <link rel="alternate" title="Comment Feed" href="<!-- tmpl_var name='basename' -->.rss" type="application/rss+xml" />
<!-- /tmpl_unless -->
  </head>
  <body>
    <div id="wrapper">
      <div id="header">
        <!-- tmpl_include name='header.inc' -->
      </div>
      <div class="access">
	<span class="content-access"><a href="#content" title="Skip to content">Skip to content</a></span>
      </div>
      <div id="container">
	<div id="content" class="hfeed">
	  <div>
	    <h3 class="entry-title"><!-- tmpl_var name='title' --></h3>
	    <div class="entry-date"><!-- tmpl_var name='date' --></div>
	    <div class="entry-content">
              <!-- tmpl_var name='body' -->
	    </div>
	    <div class="entry-meta">
	      <span class="entry-category">
                <!-- 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 -->
              </span>
	      <span class="meta-sep">|</span>
	      <span class="entry-comments">
                <!-- tmpl_if name='comment_count' -->
                <!-- tmpl_var name='comment_count' --> comment<!-- tmpl_if name='comment_plural' -->s<!-- /tmpl_if -->.
                <!-- tmpl_else -->
                No comments
                <!-- /tmpl_if -->
              </span>
	    </div>
            <!-- tmpl_include name="comment-loop.inc" -->
            <!-- tmpl_include name="comment-form.inc" -->
	  </div>
	</div>
      </div>
      <div id="primary" class="sidebar">
        <!-- tmpl_include name='sidebar.inc' -->
      </div>
      <div id="footer">
        <!-- tmpl_include name='footer.inc' -->
      </div>
    </div>
  </body>
</html>