Dotclear

source: themes/dc2smartphone/tpl/categories.html @ 3167

Revision 3167, 3.3 KB checked in by brol, 10 years ago (diff)

version 1.3

Line 
1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="{{tpl:BlogLanguage}}" lang="{{tpl:BlogLanguage}}">
4<head>
5  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
6  <meta name="ROBOTS" content="{{tpl:BlogMetaRobots}}" />
7
8  <title>{{tpl:lang Categories}} - {{tpl:BlogName encode_html="1"}}<tpl:PaginationIf start="0"> - {{tpl:lang page}} {{tpl:PaginationCurrent}}</tpl:PaginationIf></title>
9  <meta name="description" lang="{{tpl:BlogLanguage}}" content="{{tpl:BlogDescription cut_string="180" encode_html="1"}}" />
10  <meta name="copyright" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" />
11  <meta name="author" content="{{tpl:BlogEditor encode_html="1"}}" />
12  <meta name="date" scheme="ISO8601" content="{{tpl:BlogUpdateDate iso8601="1"}}" />
13 
14  <link rel="schema.dc" href="http://purl.org/dc/elements/1.1/" />
15  <meta name="dc.title" lang="{{tpl:BlogLanguage}}" content="{{tpl:BlogName encode_html="1"}}<tpl:PaginationIf start="0"> - {{tpl:lang page}} {{tpl:PaginationCurrent}}</tpl:PaginationIf>" />
16  <meta name="dc.description" lang="{{tpl:BlogLanguage}}" content="{{tpl:BlogDescription encode_html="1"}}" />
17  <meta name="dc.language" content="{{tpl:BlogLanguage}}" />
18  <meta name="dc.publisher" content="{{tpl:BlogEditor encode_html="1"}}" />
19  <meta name="dc.rights" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" />
20  <meta name="dc.date" scheme="ISO8601" content="{{tpl:BlogUpdateDate iso8601="1"}}" />
21  <meta name="dc.type" content="text" />
22  <meta name="dc.format" content="text/html" />
23 
24  <link rel="contents" title="{{tpl:lang Archives}}" href="{{tpl:BlogArchiveURL}}" />
25  <tpl:Categories>
26  <link rel="section" href="{{tpl:CategoryURL}}" title="{{tpl:CategoryTitle encode_html="1"}}" />
27  </tpl:Categories>
28 
29  <tpl:Entries no_content="1">
30    <tpl:EntriesHeader>
31      <tpl:Pagination>
32        <tpl:PaginationIf end="0">
33        <link rel="prev" title="{{tpl:lang previous entries}}" href="{{tpl:PaginationURL offset="1"}}" />
34        </tpl:PaginationIf>
35       
36        <tpl:PaginationIf start="0">
37        <link rel="next" title="{{tpl:lang next entries}}" href="{{tpl:PaginationURL offset="-1"}}" />
38        </tpl:PaginationIf>
39      </tpl:Pagination>
40    </tpl:EntriesHeader>
41   
42    <link rel="chapter" href="{{tpl:EntryURL}}" title="{{tpl:EntryTitle encode_html="1"}}" />
43  </tpl:Entries>
44 
45  <link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="{{tpl:BlogFeedURL type="atom"}}" />
46  <link rel="EditURI" type="application/rsd+xml" title="RSD" href="{{tpl:BlogRSDURL}}" />
47  <link rel="meta" type="application/xbel+xml" title="Blogroll" href="{{tpl:BlogrollXbelLink}}" />
48 
49  {{tpl:include src="_head.html"}}
50</head>
51
52<body class="dc-categories dc-gen" onload="window.scrollTo(0, 1)">
53<div id="page">
54{{tpl:include src="_top.html"}}
55
56<div id="wrapper">
57
58<div id="main">
59  <div id="content">
60 
61  <div id="content-info">
62    <h2>{{tpl:lang Categories}}</h2>
63    </div>
64
65     <ul>
66     <tpl:Categories>
67          <li><a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}} ({{tpl:CategoryCount}})</a></li>
68     </tpl:Categories>
69  </ul>
70 
71  </div>
72</div> <!-- End #main -->
73
74</div> <!-- End #wrapper -->
75
76{{tpl:include src="_footer.html"}}
77</div> <!-- End #page -->
78</body>
79</html>
Note: See TracBrowser for help on using the repository browser.

Sites map