Changeset 3376
- Timestamp:
- 03/09/15 17:38:56 (9 years ago)
- Location:
- themes/graylvetica
- Files:
-
- 2 added
- 2 deleted
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
themes/graylvetica/_define.php
r3287 r3376 4 4 # This file is part of Graylvetica, a Dotclear 2 theme. 5 5 # 6 # Copyright (c) 2003-20 08Olivier Meunier and contributors6 # Copyright (c) 2003-2015 Olivier Meunier and contributors 7 7 # Licensed under the GPL version 2.0 license. 8 8 # See LICENSE file or … … 16 16 /* Description*/ "Helvetica on red, black and gray", 17 17 /* Author */ "Olivier Meunier, Pierre Van Glabeke", 18 /* Version */ '1. 1',18 /* Version */ '1.2', 19 19 array( 20 20 'type' => 'theme' -
themes/graylvetica/style.css
r3287 r3376 3 3 # This file is part of Graylevtica, a Dotclear 2 theme. 4 4 # 5 # Copyright (c) 2003-20 08Olivier Meunier and contributors5 # Copyright (c) 2003-2015 Olivier Meunier and contributors 6 6 # Licensed under the GPL version 2.0 license. 7 7 # See LICENSE file or … … 354 354 font-size: 1.1em; 355 355 } 356 .post-excerpt p img, .post-content pimg {356 .post-excerpt img, .post-content img { 357 357 max-width:100%; 358 358 } 359 .post embed, .post iframe {max-width:100%;} 359 360 /* Archives -------------------------------------------- */ 360 361 body.dc-archive #content h3 { … … 388 389 line-height: 1.3; 389 390 } 390 #content-info pimg {391 #content-info img { 391 392 max-width:100%; 392 393 } … … 484 485 } 485 486 #comments dt span, #pings dt span { 486 display: block;487 487 } 488 488 … … 697 697 white-space: nowrap; 698 698 } 699 .dc-.post .post-excerpt, .dc-post .post-content {clear:both;} -
themes/graylvetica/tpl/archive_month.html
r3287 r3376 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}}"> 1 <!DOCTYPE html> 2 <html lang="{{tpl:BlogLanguage}}"> 4 3 <head> 5 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />4 <meta charset="UTF-8" /> 6 5 <meta name="ROBOTS" content="{{tpl:BlogMetaRobots robots="NOINDEX"}}" /> 7 6 8 7 <title>{{tpl:lang Archives}} - {{tpl:ArchiveDate}} - {{tpl:BlogName encode_html="1"}}</title> 9 8 <meta name="copyright" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" /> 10 9 <meta name="author" content="{{tpl:BlogEditor encode_html="1"}}" /> 11 <meta name="date" scheme="W3CDTF"content="{{tpl:BlogUpdateDate iso8601="1"}}" />12 10 <meta name="date" content="{{tpl:BlogUpdateDate iso8601="1"}}" /> 11 13 12 <link rel="schema.dc" href="http://purl.org/dc/elements/1.1/" /> 14 <meta name="dc.title" lang="{{tpl:BlogLanguage}}" content="{{tpl:lang Archives}} - {{tpl:ArchiveDate}} - {{tpl:BlogName encode_html="1"}}" />15 <meta name="dc.language" content="{{tpl:BlogLanguage}}" />16 <meta name="dc.publisher" content="{{tpl:BlogEditor encode_html="1"}}" />17 <meta name="dc.rights" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" />18 <meta name="dc.date" scheme="W3CDTF" content="{{tpl:BlogUpdateDate iso8601="1"}}" />19 <meta name="dc.type" content="text" />20 <meta name="dc.format" content="text/html" />21 13 <meta property="dc.title" lang="{{tpl:BlogLanguage}}" content="{{tpl:lang Archives}} - {{tpl:ArchiveDate}} - {{tpl:BlogName encode_html="1"}}" /> 14 <meta property="dc.language" content="{{tpl:BlogLanguage}}" /> 15 <meta property="dc.publisher" content="{{tpl:BlogEditor encode_html="1"}}" /> 16 <meta property="dc.rights" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" /> 17 <meta property="dc.date" content="{{tpl:BlogUpdateDate iso8601="1"}}" /> 18 <meta property="dc.type" content="text" /> 19 <meta property="dc.format" content="text/html" /> 20 22 21 <link rel="top" href="{{tpl:BlogURL}}" title="{{tpl:lang Home}}" /> 23 22 <link rel="up" href="{{tpl:BlogArchiveURL}}" title="{{tpl:lang Archives}}" /> 24 23 <link rel="contents" href="{{tpl:BlogArchiveURL}}" title="{{tpl:lang Archives}}" /> 25 26 24 27 25 <tpl:ArchiveNext><link rel="next" href="{{tpl:ArchiveURL}}" 28 26 title="{{tpl:ArchiveDate encode_html="1"}}" /></tpl:ArchiveNext> 29 27 <tpl:ArchivePrevious><link rel="prev" href="{{tpl:ArchiveURL}}" 30 28 title="{{tpl:ArchiveDate encode_html="1"}}" /></tpl:ArchivePrevious> 31 29 32 30 <tpl:Entries no_content="1"> 33 31 <link rel="chapter" href="{{tpl:EntryURL}}" title="{{tpl:EntryTitle encode_html="1"}}" /> 34 32 </tpl:Entries> 35 33 36 34 {{tpl:include src="_head.html"}} 37 35 </head> … … 43 41 <div id="wrapper"> 44 42 45 <div id="main" >43 <div id="main" role="main"> 46 44 <div id="content"> 47 45 … … 109 107 </div> <!-- End #main --> 110 108 111 <div id="sidebar" >109 <div id="sidebar" role="complementary"> 112 110 <div id="blognav"> 113 111 {{tpl:Widgets type="nav"}} -
themes/graylvetica/tpl/author.html
r3287 r3376 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}}"> 1 <!DOCTYPE html> 2 <html lang="{{tpl:BlogLanguage}}"> 4 3 <head> 5 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 6 4 <meta charset="UTF-8" /> 7 5 <meta name="ROBOTS" content="{{tpl:BlogMetaRobots robots="NOINDEX"}}" /> 8 6 9 7 <title>{{tpl:AuthorCommonName encode_html="1"}} - {{tpl:BlogName encode_html="1"}}<tpl:PaginationIf start="0"> - {{tpl:lang page}} {{tpl:PaginationCurrent}}</tpl:PaginationIf></title> 10 <meta name="description" lang="{{tpl:BlogLanguage}}" content="{{tpl:AuthorDesc cut_string="180" encode_html="1" remove_html="1"}}" /> 11 <meta name="copyright" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" /> 12 <meta name="author" content="{{tpl:BlogEditor encode_html="1"}}" /> 13 <meta name="date" scheme="W3CDTF" content="{{tpl:BlogUpdateDate iso8601="1"}}" /> 14 15 <link rel="schema.dc" href="http://purl.org/dc/elements/1.1/" /> 16 <meta name="dc.title" lang="{{tpl:BlogLanguage}}" content="{{tpl:lang Archives}} - {{tpl:BlogName encode_html="1"}}<tpl:PaginationIf start="0"> - {{tpl:lang page}} {{tpl:PaginationCurrent}}</tpl:PaginationIf>" /> 17 <meta name="dc.description" lang="{{tpl:BlogLanguage}}" content="{{tpl:AuthorDesc cut_string="180" encode_html="1" remove_html="1"}}" /> 18 <meta name="dc.language" content="{{tpl:BlogLanguage}}" /> 19 <meta name="dc.publisher" content="{{tpl:BlogEditor encode_html="1"}}" /> 20 <meta name="dc.rights" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" /> 21 <meta name="dc.date" scheme="W3CDTF" content="{{tpl:BlogUpdateDate iso8601="1"}}" /> 22 <meta name="dc.type" content="text" /> 23 <meta name="dc.format" content="text/html" /> 8 <meta name="description" lang="{{tpl:BlogLanguage}}" content="{{tpl:AuthorDesc cut_string="180" encode_html="1"}}<tpl:PaginationIf start="0"> - {{tpl:lang page}} {{tpl:PaginationCurrent}}</tpl:PaginationIf>" /> 9 <meta name="copyright" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" /> 10 <meta name="author" content="{{tpl:BlogEditor encode_html="1"}}" /> 11 <meta name="date" content="{{tpl:BlogUpdateDate iso8601="1"}}" /> 12 13 <link rel="schema.dc" href="http://purl.org/dc/elements/1.1/" /> 14 <meta property="dc.title" lang="{{tpl:BlogLanguage}}" content="{{tpl:AuthorCommonName encode_html="1"}} - {{tpl:BlogName encode_html="1"}}<tpl:PaginationIf start="0"> - {{tpl:lang page}} {{tpl:PaginationCurrent}}</tpl:PaginationIf>" /> 15 <meta property="dc.description" lang="{{tpl:BlogLanguage}}" content="{{tpl:AuthorDesc cut_string="180" remove_html="1"}}<tpl:PaginationIf start="0"> - {{tpl:lang page}} {{tpl:PaginationCurrent}}</tpl:PaginationIf>" /> 16 <meta property="dc.language" content="{{tpl:BlogLanguage}}" /> 17 <meta property="dc.publisher" content="{{tpl:BlogEditor encode_html="1"}}" /> 18 <meta property="dc.rights" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" /> 19 <meta property="dc.date" content="{{tpl:BlogUpdateDate iso8601="1"}}" /> 20 <meta property="dc.type" content="text" /> 21 <meta property="dc.format" content="text/html" /> 22 23 <link rel="top" href="{{tpl:BlogURL}}" title="{{tpl:lang Home}}" /> 24 24 <link rel="contents" title="{{tpl:lang Archives}}" href="{{tpl:BlogArchiveURL}}" /> 25 25 <tpl:Categories> 26 26 <link rel="section" href="{{tpl:CategoryURL}}" title="{{tpl:CategoryTitle encode_html="1"}}" /> 27 27 </tpl:Categories> 28 28 29 29 <tpl:Entries no_content="1"> 30 30 <tpl:EntriesHeader> … … 33 33 <link rel="prev" title="{{tpl:lang previous entries}}" href="{{tpl:PaginationURL offset="1"}}" /> 34 34 </tpl:PaginationIf> 35 35 36 36 <tpl:PaginationIf start="0"> 37 37 <link rel="next" title="{{tpl:lang next entries}}" href="{{tpl:PaginationURL offset="-1"}}" /> … … 39 39 </tpl:Pagination> 40 40 </tpl:EntriesHeader> 41 41 42 42 <link rel="chapter" href="{{tpl:EntryURL}}" title="{{tpl:EntryTitle encode_html="1"}}" /> 43 43 </tpl:Entries> 44 45 <link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="{{tpl:BlogFeedURL type="atom"}}" /> 46 44 45 <link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="{{tpl:AuthorFeedURL 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 47 49 {{tpl:include src="_head.html"}} 48 50 </head> … … 55 57 <div id="wrapper"> 56 58 57 <div id="main" >59 <div id="main" role="main"> 58 60 <div id="content"> 59 61 … … 69 71 70 72 <tpl:Entries> 71 <div class="post {{tpl:EntryIfOdd}} {{tpl:EntryIfFirst}}">73 <div id="p{{tpl:EntryID}}" class="post {{tpl:EntryIfOdd}} {{tpl:EntryIfFirst}}" lang="{{tpl:EntryLang}}" role="article"> 72 74 <h2 class="post-title"><a 73 75 href="{{tpl:EntryURL}}">{{tpl:EntryTitle encode_html="1"}}</a></h2> … … 82 84 <tpl:EntryTags> 83 85 <tpl:TagsHeader><li class="post-tags">{{tpl:lang Tags}}</tpl:TagsHeader> 84 <a href="{{tpl:TagURL}}" rel="tag">{{tpl:TagID}}</a><tpl:LoopPosition start="1" length="-1">, </tpl:LoopPosition>86 <a href="{{tpl:TagURL}}">{{tpl:TagID}}</a><tpl:LoopPosition start="1" length="-1">, </tpl:LoopPosition> 85 87 <tpl:TagsFooter></li></tpl:TagsFooter> 86 88 </tpl:EntryTags> … … 131 133 </div> <!-- End #main --> 132 134 133 <div id="sidebar" >135 <div id="sidebar" role="complementary"> 134 136 <div id="blognav"> 135 137 {{tpl:Widgets type="nav"}} -
themes/graylvetica/tpl/category.html
r29 r3376 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}}"> 1 <!DOCTYPE html> 2 <html lang="{{tpl:BlogLanguage}}"> 4 3 <head> 5 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 6 <meta name="MSSmartTagsPreventParsing" content="TRUE" /> 4 <meta charset="UTF-8" /> 7 5 <meta name="ROBOTS" content="{{tpl:BlogMetaRobots robots="NOINDEX"}}" /> 8 6 9 7 <title>{{tpl:CategoryTitle encode_html="1"}} - {{tpl:BlogName encode_html="1"}}<tpl:PaginationIf start="0"> - {{tpl:lang page}} {{tpl:PaginationCurrent}}</tpl:PaginationIf></title> 10 <meta name="description" lang="{{tpl:BlogLanguage}}" content="{{tpl:CategoryDescription cut_string="180" remove_html="1"}}" />8 <meta name="description" lang="{{tpl:BlogLanguage}}" content="{{tpl:CategoryDescription encode_html="1" cut_string="180" remove_html="1"}}" /> 11 9 <meta name="copyright" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" /> 12 10 <meta name="author" content="{{tpl:BlogEditor encode_html="1"}}" /> 13 <meta name="date" scheme="W3CDTF"content="{{tpl:BlogUpdateDate iso8601="1"}}" />14 11 <meta name="date" content="{{tpl:BlogUpdateDate iso8601="1"}}" /> 12 15 13 <link rel="schema.dc" href="http://purl.org/dc/elements/1.1/" /> 16 <meta name="dc.title" lang="{{tpl:BlogLanguage}}" content="{{tpl:CategoryTitle encode_html="1"}} - {{tpl:BlogName encode_html="1"}}<tpl:PaginationIf start="0"> - {{tpl:lang page}} {{tpl:PaginationCurrent}}</tpl:PaginationIf>" />17 <meta name="dc.description" lang="{{tpl:BlogLanguage}}" content="{{tpl:CategoryDescription remove_html="1"}}" />18 <meta name="dc.language" content="{{tpl:BlogLanguage}}" />19 <meta name="dc.publisher" content="{{tpl:BlogEditor encode_html="1"}}" />20 <meta name="dc.rights" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" />21 <meta name="dc.date" scheme="W3CDTF" content="{{tpl:BlogUpdateDate iso8601="1"}}" />22 <meta name="dc.type" content="text" />23 <meta name="dc.format" content="text/html" />24 14 <meta property="dc.title" lang="{{tpl:BlogLanguage}}" content="{{tpl:CategoryTitle encode_html="1"}} - {{tpl:BlogName encode_html="1"}}<tpl:PaginationIf start="0"> - {{tpl:lang page}} {{tpl:PaginationCurrent}}</tpl:PaginationIf>" /> 15 <meta property="dc.description" lang="{{tpl:BlogLanguage}}" content="{{tpl:CategoryDescription remove_html="1"}}" /> 16 <meta property="dc.language" content="{{tpl:BlogLanguage}}" /> 17 <meta property="dc.publisher" content="{{tpl:BlogEditor encode_html="1"}}" /> 18 <meta property="dc.rights" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" /> 19 <meta property="dc.date" content="{{tpl:BlogUpdateDate iso8601="1"}}" /> 20 <meta property="dc.type" content="text" /> 21 <meta property="dc.format" content="text/html" /> 22 25 23 <link rel="top" href="{{tpl:BlogURL}}" title="{{tpl:lang Home}}" /> 26 24 <link rel="contents" href="{{tpl:BlogArchiveURL}}" title="{{tpl:lang Archives}}" /> 27 25 28 26 <tpl:Entries no_content="1"> 29 27 <tpl:EntriesHeader> 30 28 <tpl:Pagination> 31 29 <tpl:PaginationIf end="0"> 32 <link rel="prev ious" title="{{tpl:lang previous entries}}" href="{{tpl:PaginationURL offset="1"}}" />30 <link rel="prev" title="{{tpl:lang previous entries}}" href="{{tpl:PaginationURL offset="1"}}" /> 33 31 </tpl:PaginationIf> 34 32 35 33 <tpl:PaginationIf start="0"> 36 34 <link rel="next" title="{{tpl:lang next entries}}" href="{{tpl:PaginationURL offset="-1"}}" /> … … 38 36 </tpl:Pagination> 39 37 </tpl:EntriesHeader> 40 38 41 39 <link rel="chapter" href="{{tpl:EntryURL}}" title="{{tpl:EntryTitle encode_html="1"}}" /> 42 40 </tpl:Entries> 43 41 44 42 <link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="{{tpl:CategoryFeedURL type="atom"}}" /> 45 43 46 44 {{tpl:include src="_head.html"}} 47 45 </head> … … 53 51 <div id="wrapper"> 54 52 55 <div id="main" >53 <div id="main" role="main"> 56 54 <div id="content"> 57 55 … … 87 85 88 86 <tpl:Entries> 89 <div id="p{{tpl:EntryID}}" class="post {{tpl:EntryIfOdd}} {{tpl:EntryIfFirst}}" lang="{{tpl:EntryLang}}" xml:lang="{{tpl:EntryLang}}">87 <div id="p{{tpl:EntryID}}" class="post {{tpl:EntryIfOdd}} {{tpl:EntryIfFirst}}" lang="{{tpl:EntryLang}}" role="article"> 90 88 <h2 class="post-title"><a 91 89 href="{{tpl:EntryURL}}">{{tpl:EntryTitle encode_html="1"}}</a></h2> … … 97 95 <li>{{tpl:lang Category}} <a href="{{tpl:EntryCategoryURL}}">{{tpl:EntryCategory encode_html="1"}}</a></li> 98 96 </tpl:EntryIf> 99 100 <tpl:Entry MetaData>101 <tpl:MetaDataHeader><li class="post-tags">{{tpl:lang Tags}}</tpl:MetaDataHeader>102 <a href="{{tpl:MetaURL}}">{{tpl:MetaID}}</a><tpl:LoopPosition start="1" length="-1">, </tpl:LoopPosition>103 <tpl:MetaDataFooter></li></tpl:MetaDataFooter>104 </tpl:Entry MetaData>97 98 <tpl:EntryTags> 99 <tpl:TagsHeader><li class="post-tags"></tpl:TagsHeader> 100 <a href="{{tpl:TagURL}}">{{tpl:TagID}}</a><tpl:LoopPosition start="1" length="-1">, </tpl:LoopPosition> 101 <tpl:TagsFooter></li></tpl:TagsFooter> 102 </tpl:EntryTags> 105 103 106 104 <!-- # Number of comments, trackbacks and attachments --> … … 149 147 </div> <!-- End #main --> 150 148 151 <div id="sidebar" >149 <div id="sidebar" role="complementary"> 152 150 <div id="blognav"> 153 151 {{tpl:Widgets type="nav"}} -
themes/graylvetica/tpl/contact_me.html
r3287 r3376 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}}"> 1 <!DOCTYPE html> 2 <html lang="{{tpl:BlogLanguage}}"> 4 3 <head> 5 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />4 <meta charset="UTF-8" /> 6 5 <meta name="ROBOTS" content="{{tpl:BlogMetaRobots robots="NOINDEX,NOARCHIVE"}}" /> 7 6 … … 30 29 <div id="wrapper"> 31 30 32 <div id="main" >31 <div id="main" role="main"> 33 32 <div id="content"> 34 33 … … 56 55 </p> 57 56 58 <p class="field"><label for="c_site">{{tpl:lang Website}} 59 ({{tpl:lang optional}}) :</label> 57 <p class="field"><label for="c_site">{{tpl:lang Website}} ({{tpl:lang optional}}) :</label> 60 58 <input name="c_site" id="c_site" type="text" size="30" maxlength="255" 61 59 value="{{tpl:ContactMeSite encode_html="1"}}" /> … … 84 82 </div> 85 83 86 <div id="sidebar" >84 <div id="sidebar" role="complementary"> 87 85 <div id="blognav"> 88 86 {{tpl:Widgets type="nav"}} -
themes/graylvetica/tpl/home.html
r3287 r3376 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}}"> 1 <!DOCTYPE html> 2 <html lang="{{tpl:BlogLanguage}}"> 4 3 <head> 5 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />4 <meta charset="UTF-8" /> 6 5 <meta name="ROBOTS" content="{{tpl:BlogMetaRobots}}" /> 7 6 8 7 <title>{{tpl:BlogName encode_html="1"}}<tpl:PaginationIf start="0"> - {{tpl:lang page}} {{tpl:PaginationCurrent}}</tpl:PaginationIf></title> 9 8 <meta name="description" lang="{{tpl:BlogLanguage}}" content="{{tpl:BlogDescription cut_string="180" encode_html="1"}}<tpl:PaginationIf start="0"> - {{tpl:lang page}} {{tpl:PaginationCurrent}}</tpl:PaginationIf>" /> 10 9 <meta name="copyright" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" /> 11 10 <meta name="author" content="{{tpl:BlogEditor encode_html="1"}}" /> 12 <meta name="date" scheme="W3CDTF"content="{{tpl:BlogUpdateDate iso8601="1"}}" />13 11 <meta name="date" content="{{tpl:BlogUpdateDate iso8601="1"}}" /> 12 14 13 <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="W3CDTF" content="{{tpl:BlogUpdateDate iso8601="1"}}" />21 <meta name="dc.type" content="text" />22 <meta name="dc.format" content="text/html" />23 14 <meta property="dc.title" lang="{{tpl:BlogLanguage}}" content="{{tpl:BlogName encode_html="1"}}<tpl:PaginationIf start="0"> - {{tpl:lang page}} {{tpl:PaginationCurrent}}</tpl:PaginationIf>" /> 15 <meta property="dc.description" lang="{{tpl:BlogLanguage}}" content="{{tpl:BlogDescription encode_html="1"}}" /> 16 <meta property="dc.language" content="{{tpl:BlogLanguage}}" /> 17 <meta property="dc.publisher" content="{{tpl:BlogEditor encode_html="1"}}" /> 18 <meta property="dc.rights" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" /> 19 <meta property="dc.date" content="{{tpl:BlogUpdateDate iso8601="1"}}" /> 20 <meta property="dc.type" content="text" /> 21 <meta property="dc.format" content="text/html" /> 22 24 23 <link rel="contents" title="{{tpl:lang Archives}}" href="{{tpl:BlogArchiveURL}}" /> 25 24 <tpl:Categories> 26 25 <link rel="section" href="{{tpl:CategoryURL}}" title="{{tpl:CategoryTitle encode_html="1"}}" /> 27 26 </tpl:Categories> 28 27 29 28 <tpl:Entries no_content="1"> 30 29 <tpl:EntriesHeader> … … 33 32 <link rel="prev" title="{{tpl:lang previous entries}}" href="{{tpl:PaginationURL offset="1"}}" /> 34 33 </tpl:PaginationIf> 35 34 36 35 <tpl:PaginationIf start="0"> 37 36 <link rel="next" title="{{tpl:lang next entries}}" href="{{tpl:PaginationURL offset="-1"}}" /> … … 39 38 </tpl:Pagination> 40 39 </tpl:EntriesHeader> 41 40 42 41 <link rel="chapter" href="{{tpl:EntryURL}}" title="{{tpl:EntryTitle encode_html="1"}}" /> 43 42 </tpl:Entries> 44 43 45 44 <link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="{{tpl:BlogFeedURL type="atom"}}" /> 46 45 <link rel="EditURI" type="application/rsd+xml" title="RSD" href="{{tpl:BlogRSDURL}}" /> 47 46 <link rel="meta" type="application/xbel+xml" title="Blogroll" href="{{tpl:BlogrollXbelLink}}" /> 48 47 49 48 {{tpl:include src="_head.html"}} 50 49 </head> … … 56 55 <div id="wrapper"> 57 56 58 <div id="main" >57 <div id="main" role="main"> 59 58 <div id="content"> 60 59 <tpl:Entries> 61 <div id="p{{tpl:EntryID}}" class="post {{tpl:EntryIfOdd}} {{tpl:EntryIfFirst}}" lang="{{tpl:EntryLang}}" xml:lang="{{tpl:EntryLang}}">60 <div id="p{{tpl:EntryID}}" class="post {{tpl:EntryIfOdd}} {{tpl:EntryIfFirst}}" lang="{{tpl:EntryLang}}" role="article"> 62 61 <h2 class="post-title"><a 63 62 href="{{tpl:EntryURL}}">{{tpl:EntryTitle encode_html="1"}}</a></h2> … … 72 71 <tpl:EntryTags> 73 72 <tpl:TagsHeader><li class="post-tags">{{tpl:lang Tags}}</tpl:TagsHeader> 74 <a href="{{tpl:TagURL}}" rel="tag">{{tpl:TagID}}</a><tpl:LoopPosition start="1" length="-1">, </tpl:LoopPosition>73 <a href="{{tpl:TagURL}}">{{tpl:TagID}}</a><tpl:LoopPosition start="1" length="-1">, </tpl:LoopPosition> 75 74 <tpl:TagsFooter></li></tpl:TagsFooter> 76 75 </tpl:EntryTags> … … 121 120 </div> <!-- End #main --> 122 121 123 <div id="sidebar" >122 <div id="sidebar" role="complementary"> 124 123 <div id="blognav"> 125 124 {{tpl:Widgets type="nav"}} -
themes/graylvetica/tpl/post.html
r3287 r3376 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}}"> 1 <!DOCTYPE html> 2 <html lang="{{tpl:BlogLanguage}}"> 4 3 <head> 5 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />4 <meta charset="UTF-8" /> 6 5 <meta name="ROBOTS" content="{{tpl:BlogMetaRobots}}" /> 7 6 8 7 <title>{{tpl:EntryTitle encode_html="1"}} - {{tpl:BlogName encode_html="1"}}</title> 9 8 <meta name="description" lang="{{tpl:EntryLang}}" content="{{tpl:EntryContent full="1" encode_html="1" remove_html="1" cut_string="180"}}" /> 10 9 <meta name="copyright" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" /> 11 10 <meta name="author" content="{{tpl:EntryAuthorCommonName encode_html="1"}}" /> 12 <meta name="date" scheme="W3CDTF"content="{{tpl:EntryDate iso8601="1"}}" />13 11 <meta name="date" content="{{tpl:EntryDate iso8601="1"}}" /> 12 14 13 <link rel="schema.dc" href="http://purl.org/dc/elements/1.1/" /> 15 <meta name="dc.title" content="{{tpl:EntryTitle encode_html="1"}}" />16 <meta name="dc.description" lang="{{tpl:EntryLang}}" content="{{tpl:EntryContent full="1" encode_html="1" remove_html="1" cut_string="180"}}" />17 <meta name="dc.creator" content="{{tpl:EntryAuthorCommonName encode_html="1"}}" />18 <meta name="dc.language" content="{{tpl:EntryLang}}" />19 <meta name="dc.publisher" content="{{tpl:BlogEditor encode_html="1"}}" />20 <meta name="dc.rights" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" />21 <meta name="dc.date" scheme="W3CDTF" content="{{tpl:EntryDate iso8601="1"}}" />22 <meta name="dc.type" content="text" />23 <meta name="dc.format" content="text/html" />24 14 <meta property="dc.title" content="{{tpl:EntryTitle encode_html="1"}}" /> 15 <meta property="dc.description" lang="{{tpl:EntryLang}}" content="{{tpl:EntryContent full="1" encode_html="1" remove_html="1" cut_string="180"}}" /> 16 <meta property="dc.creator" content="{{tpl:EntryAuthorCommonName encode_html="1"}}" /> 17 <meta property="dc.language" content="{{tpl:EntryLang}}" /> 18 <meta property="dc.publisher" content="{{tpl:BlogEditor encode_html="1"}}" /> 19 <meta property="dc.rights" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" /> 20 <meta property="dc.date" content="{{tpl:EntryDate iso8601="1"}}" /> 21 <meta property="dc.type" content="text" /> 22 <meta property="dc.format" content="text/html" /> 23 25 24 <link rel="top" href="{{tpl:BlogURL}}" title="{{tpl:lang Home}}" /> 26 25 <link rel="contents" href="{{tpl:BlogArchiveURL}}" title="{{tpl:lang Archives}}" /> 27 26 <tpl:EntryIf pings_active="1"><link rel="pingback" href="{{tpl:BlogXMLRPCURL}}" /></tpl:EntryIf> 28 27 29 28 <tpl:EntryNext><link rel="next" href="{{tpl:EntryURL}}" 30 29 title="{{tpl:EntryTitle encode_html="1"}}" /></tpl:EntryNext> 31 30 32 31 <tpl:EntryPrevious><link rel="prev" href="{{tpl:EntryURL}}" 33 32 title="{{tpl:EntryTitle encode_html="1"}}" /></tpl:EntryPrevious> 34 33 35 34 <link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="{{tpl:BlogFeedURL type="atom"}}" /> 36 35 37 36 {{tpl:include src="_head.html"}} 38 39 <script type="text/javascript" src="{{tpl:Blog ThemeURL}}/../default/js/post.js"></script>37 38 <script type="text/javascript" src="{{tpl:BlogQmarkURL}}pf=post.js"></script> 40 39 <script type="text/javascript"> 41 40 //<![CDATA[ … … 53 52 <div id="wrapper"> 54 53 55 <div id="main" >54 <div id="main" role="main"> 56 55 <div id="content"> 57 56 … … 65 64 </p> 66 65 67 <div id="p{{tpl:EntryID}}" class="post" >66 <div id="p{{tpl:EntryID}}" class="post" role="article"> 68 67 <h2 class="post-title">{{tpl:EntryTitle encode_html="1"}}</h2> 69 68 … … 106 105 <li class="{{tpl:AttachmentType}}"> 107 106 <tpl:AttachmentIf is_mp3="1"> 108 {{tpl:include src="_mp3_player.html" /}} -107 {{tpl:include src="_mp3_player.html"}} - 109 108 </tpl:AttachmentIf> 110 109 <tpl:AttachmentIf is_flv="1"> 111 {{tpl:include src="_flv_player.html" /}}110 {{tpl:include src="_flv_player.html"}} 112 111 </tpl:AttachmentIf> 113 112 <tpl:AttachmentIf is_flv="0"> … … 132 131 <dt id="c{{tpl:CommentID}}" class="{{tpl:CommentIfMe}} {{tpl:CommentIfOdd}} {{tpl:CommentIfFirst}}"><a 133 132 href="#c{{tpl:CommentID}}" class="comment-number">{{tpl:CommentOrderNumber}}.</a> 134 <span>{{tpl:lang On}} {{tpl:CommentDate }}, {{tpl:CommentTime}}</span>133 <span>{{tpl:lang On}} {{tpl:CommentDate format="%d/%m/%Y"}}, {{tpl:CommentTime}}</span> 135 134 {{tpl:lang by}} {{tpl:CommentAuthorLink}}</dt> 136 135 … … 166 165 167 166 <!-- # Comment form --> 168 <form action="{{tpl:EntryURL}}#pr" method="post" id="comment-form" >167 <form action="{{tpl:EntryURL}}#pr" method="post" id="comment-form" role="form"> 169 168 <tpl:IfCommentPreview> 170 169 <div id="pr"> … … 192 191 </p> 193 192 194 <p class="field"><label for="c_site">{{tpl:lang Website}} 195 ({{tpl:lang optional}}) :</label> 193 <p class="field"><label for="c_site">{{tpl:lang Website}} ({{tpl:lang optional}}) :</label> 196 194 <input name="c_site" id="c_site" type="text" size="30" maxlength="255" 197 195 value="{{tpl:CommentPreviewSite encode_html="1"}}" /> … … 213 211 <fieldset> 214 212 <p class="buttons"><input type="submit" class="preview" name="preview" value="{{tpl:lang preview}}" /> 215 <tpl:IfCommentPreview ><input type="submit" class="submit" value="{{tpl:lang send}}" /></tpl:IfCommentPreview></p>213 <tpl:IfCommentPreviewOptional><input type="submit" class="submit" value="{{tpl:lang send}}" /></tpl:IfCommentPreviewOptional></p> 216 214 </fieldset> 217 215 </form> … … 260 258 </div> <!-- End #main --> 261 259 262 <div id="sidebar" >260 <div id="sidebar" role="complementary"> 263 261 <div id="blognav"> 264 262 {{tpl:Widgets type="nav"}} -
themes/graylvetica/tpl/search.html
r3287 r3376 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}}"> 1 <!DOCTYPE html> 2 <html lang="{{tpl:BlogLanguage}}"> 4 3 <head> 5 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />4 <meta charset="UTF-8" /> 6 5 <meta name="ROBOTS" content="{{tpl:BlogMetaRobots robots="NOINDEX,NOARCHIVE"}}" /> 7 6 8 7 <title>{{tpl:lang Search}} - {{tpl:SysSearchString encode_html="1"}} - {{tpl:BlogName encode_html="1"}}<tpl:PaginationIf start="0"> - {{tpl:lang page}} {{tpl:PaginationCurrent}}</tpl:PaginationIf></title> 9 8 <meta name="copyright" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" /> 10 9 <meta name="author" content="{{tpl:BlogEditor encode_html="1"}}" /> 11 <meta name="date" scheme="W3CDTF"content="{{tpl:BlogUpdateDate iso8601="1"}}" />12 10 <meta name="date" content="{{tpl:BlogUpdateDate iso8601="1"}}" /> 11 13 12 <link rel="schema.dc" href="http://purl.org/dc/elements/1.1/" /> 14 <meta name="dc.title" lang="{{tpl:BlogLanguage}}" content="{{tpl:lang Search}} - {{tpl:SysSearchString encode_html="1"}} - {{tpl:BlogName encode_html="1"}}<tpl:PaginationIf start="0"> - {{tpl:lang page}} {{tpl:PaginationCurrent}}</tpl:PaginationIf>" />15 <meta name="dc.language" content="{{tpl:BlogLanguage}}" />16 <meta name="dc.publisher" content="{{tpl:BlogEditor encode_html="1"}}" />17 <meta name="dc.rights" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" />18 <meta name="dc.date" scheme="W3CDTF" content="{{tpl:BlogUpdateDate iso8601="1"}}" />19 <meta name="dc.type" content="text" />20 <meta name="dc.format" content="text/html" />21 13 <meta property="dc.title" lang="{{tpl:BlogLanguage}}" content="{{tpl:lang Search}} - {{tpl:SysSearchString encode_html="1"}} - {{tpl:BlogName encode_html="1"}}<tpl:PaginationIf start="0"> - {{tpl:lang page}} {{tpl:PaginationCurrent}}</tpl:PaginationIf>" /> 14 <meta property="dc.language" content="{{tpl:BlogLanguage}}" /> 15 <meta property="dc.publisher" content="{{tpl:BlogEditor encode_html="1"}}" /> 16 <meta property="dc.rights" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" /> 17 <meta property="dc.date" content="{{tpl:BlogUpdateDate iso8601="1"}}" /> 18 <meta property="dc.type" content="text" /> 19 <meta property="dc.format" content="text/html" /> 20 22 21 <link rel="top" href="{{tpl:BlogURL}}" title="{{tpl:lang Home}}" /> 23 22 <link rel="contents" href="{{tpl:BlogArchiveURL}}" title="{{tpl:lang Archives}}" /> 24 23 25 24 <tpl:Entries no_content="1"> 26 25 <tpl:EntriesHeader> … … 29 28 <link rel="prev" title="{{tpl:lang previous entries}}" href="{{tpl:PaginationURL offset="1"}}" /> 30 29 </tpl:PaginationIf> 31 30 32 31 <tpl:PaginationIf start="0"> 33 32 <link rel="next" title="{{tpl:lang next entries}}" href="{{tpl:PaginationURL offset="-1"}}" /> … … 35 34 </tpl:Pagination> 36 35 </tpl:EntriesHeader> 37 36 38 37 <link rel="chapter" href="{{tpl:EntryURL}}" title="{{tpl:EntryTitle encode_html="1"}}" /> 39 38 </tpl:Entries> 40 39 41 40 <link rel="meta" type="application/xbel+xml" title="Blogroll" href="{{tpl:BlogrollXbelLink}}" /> 42 41 43 42 {{tpl:include src="_head.html"}} 44 43 </head> … … 50 49 <div id="wrapper"> 51 50 52 <div id="main" >51 <div id="main" role="main"> 53 52 <div id="content"> 54 53 … … 67 66 68 67 <tpl:Entries> 69 <div id="p{{tpl:EntryID}}" class="post {{tpl:EntryIfOdd}} {{tpl:EntryIfFirst}}" lang="{{tpl:EntryLang}}" xml:lang="{{tpl:EntryLang}}">68 <div id="p{{tpl:EntryID}}" class="post {{tpl:EntryIfOdd}} {{tpl:EntryIfFirst}}" lang="{{tpl:EntryLang}}" role="article"> 70 69 <h2 class="post-title"><a 71 70 href="{{tpl:EntryURL}}">{{tpl:EntryTitle encode_html="1"}}</a></h2> … … 80 79 <tpl:EntryTags> 81 80 <tpl:TagsHeader><li class="post-tags">{{tpl:lang Tags}}</tpl:TagsHeader> 82 <a href="{{tpl:TagURL}}" rel="tag">{{tpl:TagID}}</a><tpl:LoopPosition start="1" length="-1">, </tpl:LoopPosition>81 <a href="{{tpl:TagURL}}">{{tpl:TagID}}</a><tpl:LoopPosition start="1" length="-1">, </tpl:LoopPosition> 83 82 <tpl:TagsFooter></li></tpl:TagsFooter> 84 83 </tpl:EntryTags> … … 129 128 </div> <!-- End #main --> 130 129 131 <div id="sidebar" >130 <div id="sidebar" role="complementary"> 132 131 <div id="blognav"> 133 132 {{tpl:Widgets type="nav"}} -
themes/graylvetica/tpl/tag.html
r3287 r3376 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}}"> 1 <!DOCTYPE html> 2 <html lang="{{tpl:BlogLanguage}}"> 4 3 <head> 5 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />4 <meta charset="UTF-8" /> 6 5 <meta name="ROBOTS" content="{{tpl:BlogMetaRobots}}" /> 7 6 8 7 <title>{{tpl:lang Tag}} - {{tpl:TagID}} - {{tpl:BlogName encode_html="1"}}<tpl:PaginationIf start="0"> - {{tpl:lang page}} {{tpl:PaginationCurrent}}</tpl:PaginationIf></title> 9 8 <meta name="copyright" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" /> 10 9 <meta name="author" content="{{tpl:BlogEditor encode_html="1"}}" /> 11 <meta name="date" scheme="W3CDTF"content="{{tpl:BlogUpdateDate iso8601="1"}}" />12 10 <meta name="date" content="{{tpl:BlogUpdateDate iso8601="1"}}" /> 11 13 12 <link rel="schema.dc" href="http://purl.org/dc/elements/1.1/" /> 14 <meta name="dc.title" lang="{{tpl:BlogLanguage}}" content="{{tpl:lang Tag}} - {{tpl:TagID}} - {{tpl:BlogName encode_html="1"}}<tpl:PaginationIf start="0"> - {{tpl:lang page}} {{tpl:PaginationCurrent}}</tpl:PaginationIf>" />15 <meta name="dc.language" content="{{tpl:BlogLanguage}}" />16 <meta name="dc.publisher" content="{{tpl:BlogEditor encode_html="1"}}" />17 <meta name="dc.rights" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" />18 <meta name="dc.date" scheme="W3CDTF" content="{{tpl:BlogUpdateDate iso8601="1"}}" />19 <meta name="dc.type" content="text" />20 <meta name="dc.format" content="text/html" />21 13 <meta property="dc.title" lang="{{tpl:BlogLanguage}}" content="{{tpl:lang Tag}} - {{tpl:TagID}} - {{tpl:BlogName encode_html="1"}}<tpl:PaginationIf start="0"> - {{tpl:lang page}} {{tpl:PaginationCurrent}}</tpl:PaginationIf>" /> 14 <meta property="dc.language" content="{{tpl:BlogLanguage}}" /> 15 <meta property="dc.publisher" content="{{tpl:BlogEditor encode_html="1"}}" /> 16 <meta property="dc.rights" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" /> 17 <meta property="dc.date" content="{{tpl:BlogUpdateDate iso8601="1"}}" /> 18 <meta property="dc.type" content="text" /> 19 <meta property="dc.format" content="text/html" /> 20 22 21 <link rel="top" href="{{tpl:BlogURL}}" title="{{tpl:lang Home}}" /> 23 22 <link rel="contents" href="{{tpl:BlogArchiveURL}}" title="{{tpl:lang Archives}}" /> 24 23 25 24 <tpl:Entries no_content="1"> 26 25 <tpl:EntriesHeader> … … 29 28 <link rel="prev" title="{{tpl:lang previous entries}}" href="{{tpl:PaginationURL offset="1"}}" /> 30 29 </tpl:PaginationIf> 31 30 32 31 <tpl:PaginationIf start="0"> 33 32 <link rel="next" title="{{tpl:lang next entries}}" href="{{tpl:PaginationURL offset="-1"}}" /> … … 35 34 </tpl:Pagination> 36 35 </tpl:EntriesHeader> 37 36 38 37 <link rel="chapter" href="{{tpl:EntryURL}}" title="{{tpl:EntryTitle encode_html="1"}}" /> 39 38 </tpl:Entries> 40 39 41 40 <link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="{{tpl:TagFeedURL type="atom"}}" /> 42 41 <link rel="meta" type="application/xbel+xml" title="Blogroll" href="{{tpl:BlogrollXbelLink}}" /> 43 42 44 43 {{tpl:include src="_head.html"}} 45 44 </head> … … 51 50 <div id="wrapper"> 52 51 53 <div id="main" >52 <div id="main" role="main"> 54 53 <div id="content"> 55 54 … … 68 67 69 68 <tpl:Entries> 70 <div id="p{{tpl:EntryID}}" class="post {{tpl:EntryIfOdd}} {{tpl:EntryIfFirst}}" lang="{{tpl:EntryLang}}" xml:lang="{{tpl:EntryLang}}">69 <div id="p{{tpl:EntryID}}" class="post {{tpl:EntryIfOdd}} {{tpl:EntryIfFirst}}" lang="{{tpl:EntryLang}}" role="article"> 71 70 <h2 class="post-title"><a 72 71 href="{{tpl:EntryURL}}">{{tpl:EntryTitle encode_html="1"}}</a></h2> … … 81 80 <tpl:EntryTags> 82 81 <tpl:TagsHeader><li class="post-tags">{{tpl:lang Tags}}</tpl:TagsHeader> 83 <a href="{{tpl:TagURL}}" rel="tag">{{tpl:TagID}}</a><tpl:LoopPosition start="1" length="-1">, </tpl:LoopPosition>82 <a href="{{tpl:TagURL}}">{{tpl:TagID}}</a><tpl:LoopPosition start="1" length="-1">, </tpl:LoopPosition> 84 83 <tpl:TagsFooter></li></tpl:TagsFooter> 85 84 </tpl:EntryTags> … … 130 129 </div> <!-- End #main --> 131 130 132 <div id="sidebar" >131 <div id="sidebar" role="complementary"> 133 132 <div id="blognav"> 134 133 {{tpl:Widgets type="nav"}}
Note: See TracChangeset
for help on using the changeset viewer.