Changeset 2566:9bf417837888 for inc/public/default-templates/post.html
- Timestamp:
- 11/17/13 20:25:53 (12 years ago)
- Branch:
- 2.6
- Children:
- 2567:6c11245cbf04, 2568:61c67a7d17fa
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/public/default-templates/post.html
r1674 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 <tpl:EntryIf pings_active="1"><link rel="pingback" href="{{tpl:BlogXMLRPCURL}}" /></tpl:EntryIf> 28 28 29 29 <tpl:EntryNext><link rel="next" href="{{tpl:EntryURL}}" 30 30 title="{{tpl:EntryTitle encode_html="1"}}" /></tpl:EntryNext> 31 31 32 32 <tpl:EntryPrevious><link rel="prev" href="{{tpl:EntryURL}}" 33 33 title="{{tpl:EntryTitle encode_html="1"}}" /></tpl:EntryPrevious> 34 34 35 35 <link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="{{tpl:BlogFeedURL type="atom"}}" /> 36 36 37 37 {{tpl:include src="_head.html"}} 38 38 39 39 <script type="text/javascript" src="{{tpl:BlogThemeURL}}/../default/js/post.js"></script> 40 40 <script type="text/javascript"> … … 55 55 <div id="main"> 56 56 <div id="content"> 57 57 58 58 <p id="navlinks"> 59 59 <tpl:EntryPrevious><a href="{{tpl:EntryURL}}" … … 64 64 cut_string="50"}} »</a></tpl:EntryNext> 65 65 </p> 66 66 67 67 <div id="p{{tpl:EntryID}}" class="post"> 68 68 <h2 class="post-title">{{tpl:EntryTitle encode_html="1"}}</h2> 69 69 70 70 <p class="post-info">{{tpl:lang By}} {{tpl:EntryAuthorLink}} 71 71 {{tpl:lang on}} {{tpl:EntryDate}}, {{tpl:EntryTime}} … … 75 75 - <a href="{{tpl:EntryURL}}">{{tpl:lang Permalink}}</a> 76 76 </p> 77 77 78 78 <tpl:EntryTags> 79 79 <tpl:TagsHeader><ul class="post-tags"></tpl:TagsHeader> … … 81 81 <tpl:TagsFooter></ul></tpl:TagsFooter> 82 82 </tpl:EntryTags> 83 83 84 84 <!-- # --BEHAVIOR-- publicEntryBeforeContent --> 85 85 {{tpl:SysBehavior behavior="publicEntryBeforeContent"}} 86 86 87 87 <!-- # Entry with an excerpt --> 88 88 <tpl:EntryIf extended="1"> 89 89 <div class="post-excerpt">{{tpl:EntryExcerpt}}</div> 90 90 </tpl:EntryIf> 91 91 92 92 <div class="post-content">{{tpl:EntryContent}}</div> 93 93 94 94 <!-- # --BEHAVIOR-- publicEntryAfterContent --> 95 95 {{tpl:SysBehavior behavior="publicEntryAfterContent"}} 96 96 </div> 97 97 98 98 <!-- # Attachments --> 99 99 <tpl:Attachments> … … 105 105 <li class="{{tpl:AttachmentType}}"> 106 106 <tpl:AttachmentIf is_mp3="1"> 107 {{tpl:include src="_mp3_player.html"/}} - 107 {{tpl:include src="_mp3_player.html"/}} - 108 108 </tpl:AttachmentIf> 109 109 <tpl:AttachmentIf is_flv="1"> … … 120 120 </tpl:AttachmentsFooter> 121 121 </tpl:Attachments> 122 122 123 123 <!-- # Comments --> 124 124 <tpl:EntryIf show_comments="1"> … … 133 133 {{tpl:lang On}} {{tpl:CommentDate}}, {{tpl:CommentTime}} 134 134 {{tpl:lang by}} {{tpl:CommentAuthorLink}}</dt> 135 135 136 136 <dd class="{{tpl:CommentIfMe}} {{tpl:CommentIfOdd}} {{tpl:CommentIfFirst}}"> 137 137 <!-- # --BEHAVIOR-- publicCommentBeforeContent --> 138 138 {{tpl:SysBehavior behavior="publicCommentBeforeContent"}} 139 139 140 140 {{tpl:CommentContent}} 141 141 142 142 <!-- # --BEHAVIOR-- publicCommentAfterContent --> 143 143 {{tpl:SysBehavior behavior="publicCommentAfterContent"}} … … 149 149 </tpl:Comments> 150 150 </tpl:EntryIf> 151 152 <tpl:EntryIf comments_active="1"> 151 152 <tpl:EntryIf comments_active="1"> 153 153 <tpl:SysIfFormError> 154 154 <p class="error" id="pr">{{tpl:SysFormError}}</p> 155 155 </tpl:SysIfFormError> 156 156 157 157 <tpl:SysIfCommentPublished> 158 158 <p class="message" id="pr">{{tpl:lang Your comment has been published.}}</p> 159 159 </tpl:SysIfCommentPublished> 160 160 161 161 <tpl:SysIfCommentPending> 162 162 <p class="message" id="pr">{{tpl:lang Your comment has been submitted and 163 163 will be reviewed for publication.}}</p> 164 164 </tpl:SysIfCommentPending> 165 165 166 166 <!-- # Comment form --> 167 167 <form action="{{tpl:EntryURL}}#pr" method="post" id="comment-form"> … … 175 175 </div> 176 176 </tpl:IfCommentPreview> 177 177 178 178 <h3>{{tpl:lang Add a comment}}</h3> 179 179 <fieldset> 180 180 <!-- # --BEHAVIOR-- publicCommentFormBeforeContent --> 181 181 {{tpl:SysBehavior behavior="publicCommentFormBeforeContent"}} 182 182 183 183 <p class="field"><label for="c_name">{{tpl:lang Name or nickname}} :</label> 184 184 <input name="c_name" id="c_name" type="text" size="30" maxlength="255" 185 185 value="{{tpl:CommentPreviewName encode_html="1"}}" /> 186 186 </p> 187 187 188 188 <p class="field"><label for="c_mail">{{tpl:lang Email address}} :</label> 189 189 <input name="c_mail" id="c_mail" type="text" size="30" maxlength="255" 190 190 value="{{tpl:CommentPreviewEmail encode_html="1"}}" /> 191 191 </p> 192 192 193 193 <p class="field"><label for="c_site">{{tpl:lang Website}} ({{tpl:lang optional}}) :</label> 194 194 <input name="c_site" id="c_site" type="text" size="30" maxlength="255" 195 195 value="{{tpl:CommentPreviewSite encode_html="1"}}" /> 196 196 </p> 197 197 198 198 <p style="display:none"><input name="f_mail" type="text" size="30" 199 199 maxlength="255" value="" /></p> 200 200 201 201 <p class="field"><label for="c_content">{{tpl:lang Comment}} :</label> 202 202 <textarea name="c_content" id="c_content" cols="35" … … 204 204 </p> 205 205 <p class="form-help">{{tpl:CommentHelp}}</p> 206 206 207 207 <!-- # --BEHAVIOR-- publicCommentFormAfterContent --> 208 208 {{tpl:SysBehavior behavior="publicCommentFormAfterContent"}} 209 209 </fieldset> 210 210 211 211 <fieldset> 212 212 <p class="buttons"><input type="submit" class="preview" name="preview" value="{{tpl:lang preview}}" /> … … 215 215 </form> 216 216 </tpl:EntryIf> 217 217 218 218 <!-- # Trackbacks --> 219 219 <tpl:EntryIf show_pings="1"> … … 228 228 {{tpl:lang On}} {{tpl:PingDate}}, {{tpl:PingTime}} 229 229 {{tpl:lang by}} {{tpl:PingBlogName encode_html="1"}}</dt> 230 230 231 231 <dd class="{{tpl:PingIfOdd}} {{tpl:PingIfFirst}}"> 232 232 <!-- # --BEHAVIOR-- publicPingBeforeContent --> 233 233 {{tpl:SysBehavior behavior="publicPingBeforeContent"}} 234 234 235 235 <p><a href="{{tpl:PingAuthorURL}}" 236 236 {{tpl:PingNoFollow}}>{{tpl:PingTitle encode_html="1"}}</a></p> 237 237 {{tpl:PingContent}} 238 238 239 239 <!-- # --BEHAVIOR-- publicPingAfterContent --> 240 240 {{tpl:SysBehavior behavior="publicPingAfterContent"}} … … 246 246 </div> 247 247 </tpl:EntryIf> 248 248 249 249 <tpl:EntryIf pings_active="1"> 250 250 <p id="ping-url">{{tpl:lang Trackback URL}} : {{tpl:EntryPingLink}}</p> 251 251 </tpl:EntryIf> 252 252 253 253 <tpl:EntryIf operator="or" comments_active="1" pings_active="1"> 254 254 <p id="comments-feed"><a class="feed" href="{{tpl:BlogFeedURL type="atom"}}/comments/{{tpl:EntryID}}" … … 262 262 {{tpl:Widgets type="nav"}} 263 263 </div> <!-- End #blognav --> 264 264 265 265 <div id="blogextra"> 266 266 {{tpl:Widgets type="extra"}}
Note: See TracChangeset
for help on using the changeset viewer.