Changeset 2566:9bf417837888 for themes/ductile/tpl
- Timestamp:
- 11/17/13 20:25:53 (12 years ago)
- Branch:
- 2.6
- Children:
- 2567:6c11245cbf04, 2568:61c67a7d17fa
- Location:
- themes/ductile/tpl
- Files:
-
- 16 edited
Legend:
- Unmodified
- Added
- Removed
-
themes/ductile/tpl/404.html
r803 r2566 5 5 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 6 6 <meta name="ROBOTS" content="{{tpl:BlogMetaRobots robots="NOINDEX,NOARCHIVE"}}" /> 7 7 8 8 <title>{{tpl:lang Document not found}} - {{tpl:BlogName encode_html="1"}}</title> 9 9 <meta name="copyright" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" /> 10 10 <meta name="author" content="{{tpl:BlogEditor encode_html="1"}}" /> 11 11 12 12 <link rel="schema.dc" href="http://purl.org/dc/elements/1.1/" /> 13 13 <meta name="dc.title" lang="{{tpl:BlogLanguage}}" content="{{tpl:lang Document not found}} - {{tpl:BlogName encode_html="1"}}" /> … … 17 17 <meta name="dc.type" content="text" /> 18 18 <meta name="dc.format" content="text/html" /> 19 19 20 20 <link rel="top" href="{{tpl:BlogURL}}" title="{{tpl:lang Home}}" /> 21 21 <link rel="contents" title="{{tpl:lang Archives}}" href="{{tpl:BlogArchiveURL}}" /> 22 22 <link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="{{tpl:BlogFeedURL type="atom"}}" /> 23 23 24 24 {{tpl:include src="_head.html"}} 25 25 </head> … … 27 27 <div id="page"> 28 28 {{tpl:include src="_top.html"}} 29 29 30 30 <div id="wrapper"> 31 31 32 32 <div id="main"> 33 33 <div id="content"> 34 34 35 35 <div id="content-info"> 36 36 <h2>{{tpl:lang Document not found}}</h2> 37 37 <p>{{tpl:lang URL you've tried has typos, or the page has been deleted or moved.}}</p> 38 38 </div> 39 39 40 40 <div class="content-inner"> 41 41 <h3>{{tpl:lang Suggestions:}}</h3> … … 46 46 </ul> 47 47 </div> <!-- End #content-inner --> 48 48 49 49 </div> <!-- End #content --> 50 50 </div> <!-- End #main --> 51 51 52 52 {{tpl:include src="_sidebar.html"}} 53 53 54 54 </div> <!-- End #wrapper --> 55 55 56 56 {{tpl:include src="_footer.html"}} 57 57 </div> <!-- End #page --> -
themes/ductile/tpl/_entry-full.html
r803 r2566 3 3 <!-- # New day date --> 4 4 <tpl:DateHeader><p class="day-date">{{tpl:EntryDate}}</p></tpl:DateHeader> 5 5 6 6 <h2 class="post-title"><a href="{{tpl:EntryURL}}">{{tpl:EntryTitle encode_html="1"}}</a></h2> 7 7 8 8 <div class="post-attr"> 9 9 <p class="post-info"> … … 11 11 <span class="post-date">{{tpl:EntryDate}}. </span> 12 12 <tpl:EntryIf has_category="1"> 13 <span class="post-cat"><tpl:EntryCategoriesBreadcrumb><a 14 href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a> › </tpl:EntryCategoriesBreadcrumb><a 13 <span class="post-cat"><tpl:EntryCategoriesBreadcrumb><a 14 href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a> › </tpl:EntryCategoriesBreadcrumb><a 15 15 href="{{tpl:EntryCategoryURL}}">{{tpl:EntryCategory encode_html="1"}}</a></span> 16 16 </tpl:EntryIf> 17 17 </p> 18 18 19 19 <tpl:EntryTags> 20 20 <tpl:TagsHeader> 21 21 <ul class="post-tags"> 22 22 </tpl:TagsHeader> 23 <li><a href="{{tpl:TagURL}}">{{tpl:TagID}}</a></li> 23 <li><a href="{{tpl:TagURL}}">{{tpl:TagID}}</a></li> 24 24 <tpl:TagsFooter> 25 25 </ul> 26 26 </tpl:TagsFooter> 27 27 </tpl:EntryTags> 28 </div> 29 28 </div> 29 30 30 <!-- # --BEHAVIOR-- publicEntryBeforeContent --> 31 31 {{tpl:SysBehavior behavior="publicEntryBeforeContent"}} 32 32 33 33 <tpl:EntryIf extended="1"> 34 34 <div class="post-excerpt">{{tpl:EntryExcerpt}}</div> 35 35 </tpl:EntryIf> 36 36 <div class="post-content">{{tpl:EntryContent}}</div> 37 37 38 38 <!-- # --BEHAVIOR-- publicEntryAfterContent --> 39 39 {{tpl:SysBehavior behavior="publicEntryAfterContent"}} 40 40 41 41 <!-- # Number of comments, trackbacks and attachments --> 42 42 <tpl:EntryIf operator="or" show_comments="1" show_pings="1" has_attachment="1"> -
themes/ductile/tpl/_entry-short.html
r803 r2566 3 3 <!-- # New day date --> 4 4 <tpl:DateHeader><p class="day-date">{{tpl:EntryDate}}</p></tpl:DateHeader> 5 5 6 6 <h2 class="post-title"><a href="{{tpl:EntryURL}}">{{tpl:EntryTitle encode_html="1"}}</a></h2> 7 7 8 8 <div class="post-attr"> 9 9 <p class="post-info"> … … 11 11 <span class="post-date">{{tpl:EntryDate}}. </span> 12 12 <tpl:EntryIf has_category="1"> 13 <span class="post-cat"><tpl:EntryCategoriesBreadcrumb><a 14 href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a> › </tpl:EntryCategoriesBreadcrumb><a 13 <span class="post-cat"><tpl:EntryCategoriesBreadcrumb><a 14 href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a> › </tpl:EntryCategoriesBreadcrumb><a 15 15 href="{{tpl:EntryCategoryURL}}">{{tpl:EntryCategory encode_html="1"}}</a></span> 16 16 </tpl:EntryIf> 17 17 </p> 18 18 19 19 <tpl:EntryTags> 20 20 <tpl:TagsHeader> 21 21 <ul class="post-tags"> 22 22 </tpl:TagsHeader> 23 <li><a href="{{tpl:TagURL}}">{{tpl:TagID}}</a></li> 23 <li><a href="{{tpl:TagURL}}">{{tpl:TagID}}</a></li> 24 24 <tpl:TagsFooter> 25 25 </ul> 26 26 </tpl:TagsFooter> 27 27 </tpl:EntryTags> 28 </div> 29 28 </div> 29 30 30 <!-- # --BEHAVIOR-- publicEntryBeforeContent --> 31 31 {{tpl:SysBehavior behavior="publicEntryBeforeContent"}} 32 32 33 33 <!-- # Entry with an excerpt --> 34 34 <tpl:EntryIf extended="1"> … … 41 41 </p> 42 42 </tpl:EntryIf> 43 43 44 44 <!-- # Entry without excerpt --> 45 45 <tpl:EntryIf extended="0"> … … 58 58 </tpl:EntryIfContentIsCut> 59 59 </tpl:EntryIf> 60 60 61 61 <!-- # --BEHAVIOR-- publicEntryAfterContent --> 62 62 {{tpl:SysBehavior behavior="publicEntryAfterContent"}} 63 63 64 64 <!-- # Number of comments, trackbacks and attachments --> 65 65 <tpl:EntryIf operator="or" show_comments="1" show_pings="1" has_attachment="1"> -
themes/ductile/tpl/_entry-title.html
r803 r2566 5 5 6 6 <h2 class="post-title"><a href="{{tpl:EntryURL}}">{{tpl:EntryTitle encode_html="1"}}</a></h2> 7 7 8 8 <div class="post-attr"> 9 9 <p class="post-info"> … … 17 17 </tpl:EntryIf> 18 18 </p> 19 </div> 20 19 </div> 20 21 21 <!-- # --BEHAVIOR-- publicEntryBeforeContent --> 22 22 {{tpl:SysBehavior behavior="publicEntryBeforeContent"}} 23 23 24 24 <!-- # --BEHAVIOR-- publicEntryAfterContent --> 25 25 {{tpl:SysBehavior behavior="publicEntryAfterContent"}} 26 26 27 27 <!-- # Number of comments, trackbacks and attachments --> 28 28 <tpl:EntryIf operator="or" show_comments="1" show_pings="1" has_attachment="1"> -
themes/ductile/tpl/_pagination.html
r803 r2566 2 2 <p class="pagination"> 3 3 <tpl:PaginationIf end="0"> 4 <a href="{{tpl:PaginationURL offset="+1"}}" class="prev">« {{tpl:lang previous entries}}</a> - 4 <a href="{{tpl:PaginationURL offset="+1"}}" class="prev">« {{tpl:lang previous entries}}</a> - 5 5 </tpl:PaginationIf> 6 6 7 7 {{tpl:lang page}} {{tpl:PaginationCurrent}} {{tpl:lang of}} {{tpl:PaginationCounter}} 8 8 9 9 <tpl:PaginationIf start="0"> - <a href="{{tpl:PaginationURL offset="-1"}}" class="next"> 10 10 {{tpl:lang next entries}} »</a> -
themes/ductile/tpl/_simple-entry.html
r1096 r2566 1 1 <div id="p{{tpl:EntryID}}" class="post simple"> 2 2 <h2 class="post-title">{{tpl:EntryTitle encode_html="1"}}</h2> 3 3 4 4 <div class="post-attr"> 5 5 <p class="post-info"> … … 8 8 <span class="permalink"><a href="{{tpl:EntryURL}}">{{tpl:lang Permalink}}</a></span> 9 9 <tpl:EntryIf has_category="1"> 10 <span class="post-cat"><tpl:EntryCategoriesBreadcrumb><a 11 href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a> › </tpl:EntryCategoriesBreadcrumb><a 10 <span class="post-cat"><tpl:EntryCategoriesBreadcrumb><a 11 href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a> › </tpl:EntryCategoriesBreadcrumb><a 12 12 href="{{tpl:EntryCategoryURL}}">{{tpl:EntryCategory encode_html="1"}}</a></span> 13 13 </tpl:EntryIf> 14 14 </p> 15 15 16 16 <tpl:EntryTags> 17 17 <tpl:TagsHeader> 18 18 <ul class="post-tags"> 19 19 </tpl:TagsHeader> 20 <li><a href="{{tpl:TagURL}}">{{tpl:TagID}}</a></li> 20 <li><a href="{{tpl:TagURL}}">{{tpl:TagID}}</a></li> 21 21 <tpl:TagsFooter> 22 22 </ul> 23 23 </tpl:TagsFooter> 24 24 </tpl:EntryTags> 25 </div> 26 25 </div> 26 27 27 <!-- # --BEHAVIOR-- publicEntryBeforeContent --> 28 28 {{tpl:SysBehavior behavior="publicEntryBeforeContent"}} 29 29 30 30 <!-- # Entry with an excerpt --> 31 31 <tpl:EntryIf extended="1"> 32 32 <div class="post-excerpt">{{tpl:EntryExcerpt}}</div> 33 33 </tpl:EntryIf> 34 34 35 35 <div class="post-content">{{tpl:EntryContent}}</div> 36 36 37 37 <!-- # --BEHAVIOR-- publicEntryAfterContent --> 38 38 {{tpl:SysBehavior behavior="publicEntryAfterContent"}} … … 48 48 <li class="{{tpl:AttachmentType}}"> 49 49 <tpl:AttachmentIf is_mp3="1"> 50 {{tpl:include src="_mp3_player.html"/}} - 50 {{tpl:include src="_mp3_player.html"/}} - 51 51 </tpl:AttachmentIf> 52 52 <tpl:AttachmentIf is_flv="1"> … … 84 84 <!-- # --BEHAVIOR-- publicCommentBeforeContent --> 85 85 {{tpl:SysBehavior behavior="publicCommentBeforeContent"}} 86 86 87 87 {{tpl:CommentContent}} 88 88 89 89 <!-- # --BEHAVIOR-- publicCommentAfterContent --> 90 90 {{tpl:SysBehavior behavior="publicCommentAfterContent"}} … … 103 103 </tpl:EntryIf> 104 104 105 <tpl:EntryIf comments_active="1"> 105 <tpl:EntryIf comments_active="1"> 106 106 <tpl:SysIfFormError> 107 107 <p class="error" id="pr">{{tpl:SysFormError}}</p> 108 108 </tpl:SysIfFormError> 109 109 110 110 <tpl:SysIfCommentPublished> 111 111 <p class="message" id="pr">{{tpl:lang Your comment has been published.}}</p> 112 112 </tpl:SysIfCommentPublished> 113 113 114 114 <tpl:SysIfCommentPending> 115 115 <p class="message" id="pr">{{tpl:lang Your comment has been submitted and will be reviewed for publication.}}</p> 116 116 </tpl:SysIfCommentPending> 117 117 118 118 <!-- # Comment form --> 119 119 <form action="{{tpl:EntryURL}}#pr" method="post" id="comment-form"> … … 125 125 </div> 126 126 </tpl:IfCommentPreview> 127 127 128 128 <h3>{{tpl:lang Add a comment}}</h3> 129 129 <fieldset> 130 130 <!-- # --BEHAVIOR-- publicCommentFormBeforeContent --> 131 131 {{tpl:SysBehavior behavior="publicCommentFormBeforeContent"}} 132 132 133 133 <p class="field"><label for="c_name">{{tpl:lang Name or nickname}} :</label> 134 134 <input name="c_name" id="c_name" type="text" size="30" maxlength="255" 135 135 value="{{tpl:CommentPreviewName encode_html="1"}}" /> 136 136 </p> 137 137 138 138 <p class="field"><label for="c_mail">{{tpl:lang Email address}} :</label> 139 139 <input name="c_mail" id="c_mail" type="text" size="30" maxlength="255" 140 140 value="{{tpl:CommentPreviewEmail encode_html="1"}}" /> 141 141 </p> 142 142 143 143 <p class="field"><label for="c_site">{{tpl:lang Website}} ({{tpl:lang optional}}) :</label> 144 144 <input name="c_site" id="c_site" type="text" size="30" maxlength="255" 145 145 value="{{tpl:CommentPreviewSite encode_html="1"}}" /> 146 146 </p> 147 147 148 148 <p style="display:none"> 149 149 <input name="f_mail" type="text" size="30" maxlength="255" value="" /> 150 150 </p> 151 151 152 152 <p class="field"><label for="c_content">{{tpl:lang Comment}} :</label> 153 153 <textarea name="c_content" id="c_content" cols="35" 154 154 rows="7">{{tpl:CommentPreviewContent raw="1" encode_html="1"}}</textarea> 155 155 </p> 156 156 157 157 <p class="form-help">{{tpl:CommentHelp}}</p> 158 158 159 159 <!-- # --BEHAVIOR-- publicCommentFormAfterContent --> 160 160 {{tpl:SysBehavior behavior="publicCommentFormAfterContent"}} 161 161 </fieldset> 162 162 163 163 <fieldset> 164 164 <p class="buttons"> … … 171 171 </form> 172 172 </tpl:EntryIf> 173 173 174 174 <tpl:EntryIf pings_active="1"> 175 175 <div id="ping-url"> -
themes/ductile/tpl/_top.html
r810 r2566 1 1 <div id="header"> 2 2 3 3 <div id="top"> 4 4 <p id="logo" class="nosmall"><a href="{{tpl:BlogURL}}"><img src="{{tpl:ductileLogoSrc}}" alt="{{tpl:lang Home}}" /></a></p> … … 6 6 <p id="blogdesc" class="nosmall">{{tpl:BlogDescription}}</p> 7 7 </div> 8 8 9 9 <ul id="prelude"> 10 10 <li class="nosmall"><a href="#main">{{tpl:lang To content}}</a></li> … … 12 12 <li><a href="#search">{{tpl:lang To search}}</a></li> 13 13 </ul> 14 14 15 15 <!-- # --BEHAVIOR-- publicTopAfterContent --> 16 16 {{tpl:SysBehavior behavior="publicTopAfterContent"}} 17 17 18 18 {{tpl:SimpleMenu id="sn-top" class="supranav nosmall"}} 19 19 -
themes/ductile/tpl/archive.html
r1067 r2566 5 5 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 6 6 <meta name="ROBOTS" content="{{tpl:BlogMetaRobots}}" /> 7 7 8 8 <title>{{tpl:lang Archives}} - {{tpl:BlogName encode_html="1"}}</title> 9 9 <meta name="copyright" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" /> 10 10 <meta name="author" content="{{tpl:BlogEditor encode_html="1"}}" /> 11 11 <meta name="date" scheme="W3CDTF" content="{{tpl:BlogUpdateDate iso8601="1"}}" /> 12 12 13 13 <link rel="schema.dc" href="http://purl.org/dc/elements/1.1/" /> 14 14 <meta name="dc.title" lang="{{tpl:BlogLanguage}}" content="{{tpl:lang Archives}} - {{tpl:BlogName encode_html="1"}}" /> … … 19 19 <meta name="dc.type" content="text" /> 20 20 <meta name="dc.format" content="text/html" /> 21 21 22 22 <link rel="top" href="{{tpl:BlogURL}}" title="{{tpl:lang Home}}" /> 23 23 24 24 <tpl:Archives> 25 25 <link rel="chapter" href="{{tpl:ArchiveURL}}" title="{{tpl:ArchiveDate encode_html="1"}}" /> 26 26 </tpl:Archives> 27 27 28 28 <link rel="contents" title="{{tpl:lang Archives}}" href="{{tpl:BlogArchiveURL}}" /> 29 29 <tpl:Categories> … … 31 31 </tpl:Categories> 32 32 <link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="{{tpl:BlogFeedURL type="atom"}}" /> 33 33 34 34 {{tpl:include src="_head.html"}} 35 35 </head> … … 37 37 <div id="page"> 38 38 {{tpl:include src="_top.html"}} 39 39 40 40 <div id="wrapper"> 41 41 42 42 <div id="main"> 43 43 <div id="content"> 44 44 45 45 <div id="content-info"> 46 46 <h2>{{tpl:lang Archives}}</h2> 47 47 </div> 48 48 49 49 <div class="content-inner"> 50 50 51 51 <div id="time-criteria"><!-- entries sorted by date --> 52 52 <div id="by-date" class="arch-block"> … … 68 68 </div> 69 69 </div> 70 71 <div id="other-criteria"><!-- entries sorted by others criterias --> 70 71 <div id="other-criteria"><!-- entries sorted by others criterias --> 72 72 <tpl:Categories level="1"> 73 73 <tpl:CategoriesHeader> … … 81 81 <ul> 82 82 </tpl:CategoriesHeader> 83 <li><a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a></li> 83 <li><a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a></li> 84 84 <tpl:CategoriesFooter> 85 85 </ul> 86 86 </tpl:CategoriesFooter> 87 </tpl:CategoryFirstChildren> 87 </tpl:CategoryFirstChildren> 88 88 </li> 89 89 <tpl:CategoriesFooter> … … 92 92 </tpl:CategoriesFooter> 93 93 </tpl:Categories> 94 94 95 95 <tpl:Tags sortby="count" order="desc"> 96 96 <tpl:TagsHeader> … … 101 101 <li><a href="{{tpl:TagURL}}" class="tag{{tpl:TagRoundPercent}}">{{tpl:TagID}}</a></li> 102 102 <tpl:TagsFooter> 103 </ul> 103 </ul> 104 104 </div> 105 105 </tpl:TagsFooter> 106 106 </tpl:Tags> 107 107 </div> 108 109 <div id="more-arch"><!-- others things --> 108 109 <div id="more-arch"><!-- others things --> 110 110 <div class="arch-block"> 111 111 <tpl:Entries type="page" no_content="1" lastn="0" selected="0"> … … 122 122 </div> 123 123 </div> <!-- End .content-inner --> 124 124 125 125 </div> <!-- End #content --> 126 126 </div> <!-- End #main --> 127 127 128 128 <div id="sidebar"> 129 129 <div id="blognav"> … … 131 131 </tpl:Widget> 132 132 </div> <!-- End #blognav --> 133 133 134 134 <div id="blogextra"> 135 135 {{tpl:Widgets type="extra"}} 136 136 </div> <!-- End #blogextra --> 137 137 138 138 </div> <!-- End #sidebar --> 139 139 </div> <!-- End #wrapper --> 140 140 141 141 {{tpl:include src="_footer.html"}} 142 142 </div> <!-- End #page --> -
themes/ductile/tpl/archive_month.html
r803 r2566 5 5 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 6 6 <meta name="ROBOTS" content="{{tpl:BlogMetaRobots robots="NOINDEX"}}" /> 7 7 8 8 <title>{{tpl:lang Archives}} - {{tpl:ArchiveDate}} - {{tpl:BlogName encode_html="1"}}</title> 9 9 <meta name="copyright" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" /> 10 10 <meta name="author" content="{{tpl:BlogEditor encode_html="1"}}" /> 11 11 <meta name="date" scheme="W3CDTF" content="{{tpl:BlogUpdateDate iso8601="1"}}" /> 12 12 13 13 <link rel="schema.dc" href="http://purl.org/dc/elements/1.1/" /> 14 14 <meta name="dc.title" lang="{{tpl:BlogLanguage}}" content="{{tpl:lang Archives}} - {{tpl:ArchiveDate}} - {{tpl:BlogName encode_html="1"}}" /> … … 19 19 <meta name="dc.type" content="text" /> 20 20 <meta name="dc.format" content="text/html" /> 21 21 22 22 <link rel="top" href="{{tpl:BlogURL}}" title="{{tpl:lang Home}}" /> 23 23 <link rel="up" href="{{tpl:BlogArchiveURL}}" title="{{tpl:lang Archives}}" /> 24 24 <link rel="contents" href="{{tpl:BlogArchiveURL}}" title="{{tpl:lang Archives}}" /> 25 25 26 26 <tpl:ArchiveNext><link rel="next" href="{{tpl:ArchiveURL}}" title="{{tpl:ArchiveDate encode_html="1"}}" /></tpl:ArchiveNext> 27 27 <tpl:ArchivePrevious><link rel="prev" href="{{tpl:ArchiveURL}}" title="{{tpl:ArchiveDate encode_html="1"}}" /></tpl:ArchivePrevious> 28 28 29 29 <tpl:Entries no_content="1"> 30 30 <link rel="chapter" href="{{tpl:EntryURL}}" title="{{tpl:EntryTitle encode_html="1"}}" /> 31 31 </tpl:Entries> 32 32 33 33 {{tpl:include src="_head.html"}} 34 34 </head> … … 36 36 <div id="page"> 37 37 {{tpl:include src="_top.html"}} 38 38 39 39 <div id="wrapper"> 40 40 41 41 <div id="main"> 42 42 <div id="content"> 43 43 44 44 <p class="navlinks topnl"> 45 45 <tpl:ArchivePrevious><a href="{{tpl:ArchiveURL}}" class="prev">« {{tpl:ArchiveDate encode_html="1"}}</a> - </tpl:ArchivePrevious> … … 47 47 <tpl:ArchiveNext> - <a href="{{tpl:ArchiveURL}}" class="next">{{tpl:ArchiveDate encode_html="1"}} »</a></tpl:ArchiveNext> 48 48 </p> 49 49 50 50 <div id="content-info"> 51 51 <h2>{{tpl:ArchiveDate}} <span>({{tpl:ArchiveEntriesCount}})</span></h2> 52 52 </div> 53 53 54 54 <div class="content-inner"> 55 55 <tpl:Entries> … … 57 57 </tpl:Entries> 58 58 </div> 59 59 60 60 <p class="navlinks"> 61 61 <tpl:ArchivePrevious><a href="{{tpl:ArchiveURL}}" class="prev">« {{tpl:ArchiveDate encode_html="1"}}</a> - </tpl:ArchivePrevious> … … 63 63 <tpl:ArchiveNext> - <a href="{{tpl:ArchiveURL}}" class="next">{{tpl:ArchiveDate encode_html="1"}} »</a></tpl:ArchiveNext> 64 64 </p> 65 65 66 66 </div> 67 67 </div> <!-- End #main --> 68 68 69 69 {{tpl:include src="_sidebar.html"}} 70 70 71 71 </div> <!-- End #wrapper --> 72 72 73 73 {{tpl:include src="_footer.html"}} 74 74 </div> <!-- End #page --> -
themes/ductile/tpl/category.html
r803 r2566 5 5 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 6 6 <meta name="ROBOTS" content="{{tpl:BlogMetaRobots robots="NOINDEX"}}" /> 7 7 8 8 <title>{{tpl:CategoryTitle encode_html="1"}} - {{tpl:BlogName encode_html="1"}}<tpl:PaginationIf start="0"> - {{tpl:lang page}} {{tpl:PaginationCurrent}}</tpl:PaginationIf></title> 9 9 <meta name="description" lang="{{tpl:BlogLanguage}}" content="{{tpl:CategoryDescription cut_string="180" remove_html="1"}}" /> … … 11 11 <meta name="author" content="{{tpl:BlogEditor encode_html="1"}}" /> 12 12 <meta name="date" scheme="W3CDTF" content="{{tpl:BlogUpdateDate iso8601="1"}}" /> 13 13 14 14 <link rel="schema.dc" href="http://purl.org/dc/elements/1.1/" /> 15 15 <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>" /> … … 21 21 <meta name="dc.type" content="text" /> 22 22 <meta name="dc.format" content="text/html" /> 23 23 24 24 <link rel="top" href="{{tpl:BlogURL}}" title="{{tpl:lang Home}}" /> 25 25 <link rel="contents" href="{{tpl:BlogArchiveURL}}" title="{{tpl:lang Archives}}" /> 26 26 27 27 {{tpl:ductileNbEntryPerPage}} 28 28 <tpl:Entries no_content="1"> … … 32 32 <link rel="prev" title="{{tpl:lang previous entries}}" href="{{tpl:PaginationURL offset="1"}}" /> 33 33 </tpl:PaginationIf> 34 34 35 35 <tpl:PaginationIf start="0"> 36 36 <link rel="next" title="{{tpl:lang next entries}}" href="{{tpl:PaginationURL offset="-1"}}" /> … … 38 38 </tpl:Pagination> 39 39 </tpl:EntriesHeader> 40 40 41 41 <link rel="chapter" href="{{tpl:EntryURL}}" title="{{tpl:EntryTitle encode_html="1"}}" /> 42 42 </tpl:Entries> 43 43 44 44 <link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="{{tpl:CategoryFeedURL type="atom"}}" /> 45 45 46 46 {{tpl:include src="_head.html"}} 47 47 </head> … … 49 49 <div id="page"> 50 50 {{tpl:include src="_top.html"}} 51 51 52 52 <div id="wrapper"> 53 53 54 54 <div id="main"> 55 55 <div id="content"> 56 56 57 57 <div id="content-info"> 58 58 <h2> 59 59 <tpl:CategoryParents> 60 <a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a> › 60 <a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a> › 61 61 </tpl:CategoryParents> 62 62 {{tpl:CategoryTitle encode_html="1"}} 63 63 </h2> 64 64 {{tpl:CategoryDescription}} 65 65 66 66 <tpl:CategoryIf has_entries="1"> 67 67 <p class="feed-info"> 68 68 <a type="application/atom+xml" href="{{tpl:CategoryFeedURL type="atom"}}" 69 69 title="{{tpl:lang This category's entries Atom feed}}" class="feed">{{tpl:lang Entries feed}}</a> 70 70 71 71 <tpl:SysIf operator="or" comments_active="1" pings_active="1"> 72 72 - <a type="application/atom+xml" href="{{tpl:CategoryFeedURL type="atom"}}/comments" … … 75 75 </p> 76 76 </tpl:CategoryIf> 77 77 78 78 <tpl:CategoryFirstChildren> 79 79 <tpl:CategoriesHeader> … … 90 90 </div> 91 91 92 <div class="content-inner"> 92 <div class="content-inner"> 93 93 {{tpl:ductileNbEntryPerPage}} 94 94 <tpl:Entries> 95 95 {{tpl:ductileEntriesList default="short"}} 96 96 97 97 <tpl:EntriesFooter> 98 98 {{tpl:include src="_pagination.html"}} … … 102 102 </div> <!-- End #content --> 103 103 </div> <!-- End #main --> 104 104 105 105 {{tpl:include src="_sidebar.html"}} 106 106 107 107 </div> <!-- End #wrapper --> 108 108 109 109 {{tpl:include src="_footer.html"}} 110 110 </div> <!-- End #page --> -
themes/ductile/tpl/home.html
r803 r2566 5 5 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 6 6 <meta name="ROBOTS" content="{{tpl:BlogMetaRobots}}" /> 7 7 8 8 <title>{{tpl:BlogName encode_html="1"}}<tpl:PaginationIf start="0"> - {{tpl:lang page}} {{tpl:PaginationCurrent}}</tpl:PaginationIf></title> 9 9 <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>" /> … … 11 11 <meta name="author" content="{{tpl:BlogEditor encode_html="1"}}" /> 12 12 <meta name="date" scheme="W3CDTF" content="{{tpl:BlogUpdateDate iso8601="1"}}" /> 13 13 14 14 <link rel="schema.dc" href="http://purl.org/dc/elements/1.1/" /> 15 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>" /> … … 21 21 <meta name="dc.type" content="text" /> 22 22 <meta name="dc.format" content="text/html" /> 23 23 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:ductileNbEntryPerPage nb="8"}} 30 30 <tpl:Entries no_content="1"> … … 34 34 <link rel="prev" title="{{tpl:lang previous entries}}" href="{{tpl:PaginationURL offset="1"}}" /> 35 35 </tpl:PaginationIf> 36 36 37 37 <tpl:PaginationIf start="0"> 38 38 <link rel="next" title="{{tpl:lang next entries}}" href="{{tpl:PaginationURL offset="-1"}}" /> … … 40 40 </tpl:Pagination> 41 41 </tpl:EntriesHeader> 42 42 43 43 <link rel="chapter" href="{{tpl:EntryURL}}" title="{{tpl:EntryTitle encode_html="1"}}" /> 44 44 </tpl:Entries> 45 45 46 46 <link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="{{tpl:BlogFeedURL type="atom"}}" /> 47 47 <link rel="EditURI" type="application/rsd+xml" title="RSD" href="{{tpl:BlogRSDURL}}" /> 48 48 <link rel="meta" type="application/xbel+xml" title="Blogroll" href="{{tpl:BlogrollXbelLink}}" /> 49 49 50 50 {{tpl:include src="_head.html"}} 51 51 </head> … … 53 53 <div id="page"> 54 54 {{tpl:include src="_top.html"}} 55 55 56 56 <div id="wrapper"> 57 57 58 58 <div id="main"> 59 59 <div id="content"> 60 60 61 61 {{tpl:ductileNbEntryPerPage nb="8"}} 62 62 <tpl:Entries> 63 63 64 64 <!-- First page --> 65 65 <tpl:SysIf current_mode="default"> … … 67 67 {{tpl:include src="_entry-full.html"}} 68 68 </tpl:LoopPosition> 69 69 70 70 <tpl:LoopPosition start="2"> 71 71 {{tpl:ductileEntriesList default="short"}} 72 72 </tpl:LoopPosition> 73 73 </tpl:SysIf> 74 74 75 75 <!-- Next pages --> 76 76 <tpl:SysIf current_mode="!default"> 77 77 {{tpl:ductileEntriesList default="short"}} 78 </tpl:SysIf> 79 78 </tpl:SysIf> 79 80 80 <!-- Pagination --> 81 81 <tpl:EntriesFooter> 82 82 {{tpl:include src="_pagination.html"}} 83 83 </tpl:EntriesFooter> 84 84 85 85 </tpl:Entries> 86 86 87 87 </div> <!-- End #content --> 88 88 </div> <!-- End #main --> 89 89 90 90 {{tpl:include src="_sidebar.html"}} 91 91 92 92 </div> <!-- End #wrapper --> 93 93 94 94 {{tpl:include src="_footer.html"}} 95 95 </div> <!-- End #page --> -
themes/ductile/tpl/page.html
r803 r2566 5 5 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 6 6 <meta name="ROBOTS" content="{{tpl:BlogMetaRobots}}" /> 7 7 8 8 <title>{{tpl:EntryTitle encode_html="1"}} - {{tpl:BlogName encode_html="1"}}</title> 9 9 <meta name="description" lang="{{tpl:EntryLang}}" content="{{tpl:EntryContent full="1" encode_html="1" remove_html="1" cut_string="180"}}" /> … … 11 11 <meta name="author" content="{{tpl:EntryAuthorCommonName encode_html="1"}}" /> 12 12 <meta name="date" scheme="W3CDTF" content="{{tpl:EntryDate iso8601="1"}}" /> 13 13 14 14 <link rel="schema.dc" href="http://purl.org/dc/elements/1.1/" /> 15 15 <meta name="dc.title" content="{{tpl:EntryTitle encode_html="1"}}" /> … … 22 22 <meta name="dc.type" content="text" /> 23 23 <meta name="dc.format" content="text/html" /> 24 24 25 25 <link rel="top" href="{{tpl:BlogURL}}" title="{{tpl:lang Home}}" /> 26 26 <link rel="contents" href="{{tpl:BlogArchiveURL}}" title="{{tpl:lang Archives}}" /> 27 27 28 28 <link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="{{tpl:BlogFeedURL type="atom"}}" /> 29 29 30 30 {{tpl:include src="_head.html"}} 31 31 32 32 <script type="text/javascript" src="{{tpl:BlogThemeURL}}/../default/js/post.js"></script> 33 33 <script type="text/javascript"> … … 40 40 <div id="page"> 41 41 {{tpl:EntryPingData}} 42 42 43 43 {{tpl:include src="_top.html"}} 44 44 45 45 <div id="wrapper"> 46 46 47 47 <div id="main"> 48 48 <div id="content"> 49 49 50 50 {{tpl:include src="_simple-entry.html"}} 51 51 52 52 </div> 53 53 </div> <!-- End #main --> 54 54 55 55 {{tpl:include src="_sidebar.html"}} 56 56 57 57 </div> <!-- End #wrapper --> 58 58 59 59 {{tpl:include src="_footer.html"}} 60 60 </div> <!-- End #page --> -
themes/ductile/tpl/post.html
r803 r2566 5 5 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 6 6 <meta name="ROBOTS" content="{{tpl:BlogMetaRobots}}" /> 7 7 8 8 <title>{{tpl:EntryTitle encode_html="1"}} - {{tpl:BlogName encode_html="1"}}</title> 9 9 <meta name="description" lang="{{tpl:EntryLang}}" content="{{tpl:EntryContent full="1" encode_html="1" remove_html="1" cut_string="180"}}" /> … … 11 11 <meta name="author" content="{{tpl:EntryAuthorCommonName encode_html="1"}}" /> 12 12 <meta name="date" scheme="W3CDTF" content="{{tpl:EntryDate iso8601="1"}}" /> 13 13 14 14 <link rel="schema.dc" href="http://purl.org/dc/elements/1.1/" /> 15 15 <meta name="dc.title" content="{{tpl:EntryTitle encode_html="1"}}" /> … … 22 22 <meta name="dc.type" content="text" /> 23 23 <meta name="dc.format" content="text/html" /> 24 24 25 25 <link rel="top" href="{{tpl:BlogURL}}" title="{{tpl:lang Home}}" /> 26 26 <link rel="contents" href="{{tpl:BlogArchiveURL}}" title="{{tpl:lang Archives}}" /> 27 27 28 28 <tpl:EntryNext><link rel="next" href="{{tpl:EntryURL}}" title="{{tpl:EntryTitle encode_html="1"}}" /></tpl:EntryNext> 29 29 <tpl:EntryPrevious><link rel="prev" href="{{tpl:EntryURL}}" title="{{tpl:EntryTitle encode_html="1"}}" /></tpl:EntryPrevious> 30 30 31 31 <link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="{{tpl:BlogFeedURL type="atom"}}" /> 32 32 33 33 {{tpl:include src="_head.html"}} 34 34 35 35 <script type="text/javascript" src="{{tpl:BlogThemeURL}}/../default/js/post.js"></script> 36 36 <script type="text/javascript"> … … 43 43 <div id="page"> 44 44 {{tpl:EntryPingData}} 45 45 46 46 {{tpl:include src="_top.html"}} 47 47 48 48 <div id="wrapper"> 49 49 50 50 <div id="main"> 51 51 <div id="content"> 52 52 53 53 <p class="navlinks topnl"> 54 54 <tpl:EntryPrevious><a href="{{tpl:EntryURL}}" … … 59 59 cut_string="50"}} »</a></tpl:EntryNext> 60 60 </p> 61 61 62 62 {{tpl:include src="_simple-entry.html"}} 63 63 64 64 <p class="navlinks"> 65 65 <tpl:EntryPrevious><a href="{{tpl:EntryURL}}" … … 70 70 cut_string="50"}} »</a></tpl:EntryNext> 71 71 </p> 72 72 73 73 </div> 74 74 </div> <!-- End #main --> 75 75 76 76 {{tpl:include src="_sidebar.html"}} 77 77 78 78 </div> <!-- End #wrapper --> 79 79 80 80 {{tpl:include src="_footer.html"}} 81 81 </div> <!-- End #page --> -
themes/ductile/tpl/search.html
r803 r2566 5 5 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 6 6 <meta name="ROBOTS" content="{{tpl:BlogMetaRobots robots="NOINDEX,NOARCHIVE"}}" /> 7 7 8 8 <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 9 <meta name="copyright" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" /> 10 10 <meta name="author" content="{{tpl:BlogEditor encode_html="1"}}" /> 11 11 <meta name="date" scheme="W3CDTF" content="{{tpl:BlogUpdateDate iso8601="1"}}" /> 12 12 13 13 <link rel="schema.dc" href="http://purl.org/dc/elements/1.1/" /> 14 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>" /> … … 19 19 <meta name="dc.type" content="text" /> 20 20 <meta name="dc.format" content="text/html" /> 21 21 22 22 <link rel="top" href="{{tpl:BlogURL}}" title="{{tpl:lang Home}}" /> 23 23 <link rel="contents" href="{{tpl:BlogArchiveURL}}" title="{{tpl:lang Archives}}" /> 24 24 25 25 {{tpl:ductileNbEntryPerPage}} 26 26 <tpl:Entries no_content="1"> … … 30 30 <link rel="prev" title="{{tpl:lang previous entries}}" href="{{tpl:PaginationURL offset="1"}}" /> 31 31 </tpl:PaginationIf> 32 32 33 33 <tpl:PaginationIf start="0"> 34 34 <link rel="next" title="{{tpl:lang next entries}}" href="{{tpl:PaginationURL offset="-1"}}" /> … … 36 36 </tpl:Pagination> 37 37 </tpl:EntriesHeader> 38 38 39 39 <link rel="chapter" href="{{tpl:EntryURL}}" title="{{tpl:EntryTitle encode_html="1"}}" /> 40 40 </tpl:Entries> 41 41 42 42 <link rel="meta" type="application/xbel+xml" title="Blogroll" href="{{tpl:BlogrollXbelLink}}" /> 43 43 44 44 {{tpl:include src="_head.html"}} 45 45 </head> … … 47 47 <div id="page"> 48 48 {{tpl:include src="_top.html"}} 49 49 50 50 <div id="wrapper"> 51 51 52 52 <div id="main"> 53 53 <div id="content"> 54 54 55 55 <div id="content-info"> 56 56 <h2>{{tpl:lang Search}}</h2> … … 65 65 </tpl:SysIf> 66 66 </div> 67 67 68 68 <div class="content-inner"> 69 69 {{tpl:ductileNbEntryPerPage}} 70 70 <tpl:Entries type="post,page"> 71 71 72 72 {{tpl:ductileEntriesList default="short"}} 73 73 74 74 <tpl:EntriesFooter> 75 75 <tpl:Pagination> 76 76 <p class="pagination"> 77 77 <tpl:PaginationIf end="0"> 78 <a href="{{tpl:PaginationURL offset="+1"}}" class="prev">« {{tpl:lang previous entries}}</a> - 78 <a href="{{tpl:PaginationURL offset="+1"}}" class="prev">« {{tpl:lang previous entries}}</a> - 79 79 </tpl:PaginationIf> 80 80 {{tpl:lang page}} {{tpl:PaginationCurrent}} {{tpl:lang of}} {{tpl:PaginationCounter}} … … 89 89 </div> <!-- End #content --> 90 90 </div> <!-- End #main --> 91 91 92 92 {{tpl:include src="_sidebar.html"}} 93 93 94 94 </div> <!-- End #wrapper --> 95 95 96 96 {{tpl:include src="_footer.html"}} 97 97 </div> <!-- End #page --> -
themes/ductile/tpl/tag.html
r803 r2566 5 5 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 6 6 <meta name="ROBOTS" content="{{tpl:BlogMetaRobots}}" /> 7 7 8 8 <title>{{tpl:lang Tag}} - {{tpl:TagID}} - {{tpl:BlogName encode_html="1"}}<tpl:PaginationIf start="0"> - {{tpl:lang page}} {{tpl:PaginationCurrent}}</tpl:PaginationIf></title> 9 9 <meta name="copyright" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" /> 10 10 <meta name="author" content="{{tpl:BlogEditor encode_html="1"}}" /> 11 11 <meta name="date" scheme="W3CDTF" content="{{tpl:BlogUpdateDate iso8601="1"}}" /> 12 12 13 13 <link rel="schema.dc" href="http://purl.org/dc/elements/1.1/" /> 14 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>" /> … … 19 19 <meta name="dc.type" content="text" /> 20 20 <meta name="dc.format" content="text/html" /> 21 21 22 22 <link rel="top" href="{{tpl:BlogURL}}" title="{{tpl:lang Home}}" /> 23 23 <link rel="contents" href="{{tpl:BlogArchiveURL}}" title="{{tpl:lang Archives}}" /> 24 24 25 25 {{tpl:ductileNbEntryPerPage}} 26 26 <tpl:Entries no_content="1"> … … 30 30 <link rel="prev" title="{{tpl:lang previous entries}}" href="{{tpl:PaginationURL offset="1"}}" /> 31 31 </tpl:PaginationIf> 32 32 33 33 <tpl:PaginationIf start="0"> 34 34 <link rel="next" title="{{tpl:lang next entries}}" href="{{tpl:PaginationURL offset="-1"}}" /> … … 36 36 </tpl:Pagination> 37 37 </tpl:EntriesHeader> 38 38 39 39 <link rel="chapter" href="{{tpl:EntryURL}}" title="{{tpl:EntryTitle encode_html="1"}}" /> 40 40 </tpl:Entries> 41 41 42 42 <link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="{{tpl:TagFeedURL type="atom"}}" /> 43 43 <link rel="meta" type="application/xbel+xml" title="Blogroll" href="{{tpl:BlogrollXbelLink}}" /> 44 44 45 45 {{tpl:include src="_head.html"}} 46 46 </head> … … 48 48 <div id="page"> 49 49 {{tpl:include src="_top.html"}} 50 50 51 51 <div id="wrapper"> 52 52 53 53 <div id="main"> 54 54 <div id="content"> 55 55 56 56 <div id="content-info"> 57 57 <h2>{{tpl:lang Tag}} - {{tpl:TagID}}</h2> … … 69 69 <tpl:Entries> 70 70 {{tpl:ductileEntriesList default="short"}} 71 71 72 72 <tpl:EntriesFooter> 73 73 {{tpl:include src="_pagination.html"}} 74 74 </tpl:EntriesFooter> 75 75 76 76 </tpl:Entries> 77 77 </div> <!-- End #content-inner --> 78 78 </div> <!-- End #content --> 79 79 </div> <!-- End #main --> 80 80 81 81 {{tpl:include src="_sidebar.html"}} 82 82 83 83 </div> <!-- End #wrapper --> 84 84 85 85 {{tpl:include src="_footer.html"}} 86 86 </div> <!-- End #page --> -
themes/ductile/tpl/tags.html
r803 r2566 5 5 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 6 6 <meta name="ROBOTS" content="{{tpl:BlogMetaRobots robots="NOINDEX"}}" /> 7 7 8 8 <title>{{tpl:lang Tags}} - {{tpl:BlogName encode_html="1"}}</title> 9 9 <meta name="copyright" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" /> 10 10 <meta name="author" content="{{tpl:BlogEditor encode_html="1"}}" /> 11 11 <meta name="date" scheme="W3CDTF" content="{{tpl:BlogUpdateDate iso8601="1"}}" /> 12 12 13 13 <link rel="schema.dc" href="http://purl.org/dc/elements/1.1/" /> 14 14 <meta name="dc.title" lang="{{tpl:BlogLanguage}}" content="{{tpl:lang Tags}} - {{tpl:BlogName encode_html="1"}}" /> … … 19 19 <meta name="dc.type" content="text" /> 20 20 <meta name="dc.format" content="text/html" /> 21 21 22 22 <link rel="top" href="{{tpl:BlogURL}}" title="{{tpl:lang Home}}" /> 23 23 <link rel="contents" href="{{tpl:BlogArchiveURL}}" title="{{tpl:lang Archives}}" /> 24 24 25 25 <link rel="meta" type="application/xbel+xml" title="Blogroll" href="{{tpl:BlogrollXbelLink}}" /> 26 26 27 27 {{tpl:include src="_head.html"}} 28 28 </head> … … 30 30 <div id="page"> 31 31 {{tpl:include src="_top.html"}} 32 32 33 33 <div id="wrapper"> 34 34 35 35 <div id="main"> 36 36 <div id="content"> 37 37 38 38 <div id="content-info"> 39 39 <h2>{{tpl:lang Tags}}</h2> 40 40 </div> 41 42 <div class="content-inner"> 41 42 <div class="content-inner"> 43 43 <ul class="tags"> 44 44 <tpl:Tags> … … 47 47 </ul> 48 48 </div> 49 49 50 50 </div> 51 51 </div> <!-- End #main --> 52 52 53 53 {{tpl:include src="_sidebar.html"}} 54 54 55 55 </div> <!-- End #wrapper --> 56 56 57 57 {{tpl:include src="_footer.html"}} 58 58 </div> <!-- End #page -->
Note: See TracChangeset
for help on using the changeset viewer.