Changeset 2566:9bf417837888 for themes/ductile/tpl/_simple-entry.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
-
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">
Note: See TracChangeset
for help on using the changeset viewer.