Changeset 440:6886c457432e for themes/ductile/tpl/_entry-full.html
- Timestamp:
- 06/29/11 10:13:04 (14 years ago)
- Branch:
- themes
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
themes/ductile/tpl/_entry-full.html
r436 r440 1 <div id="p{{tpl:EntryID}}" class="post {{tpl:EntryIfOdd}} {{tpl:EntryIfFirst}} " lang="{{tpl:EntryLang}}" xml:lang="{{tpl:EntryLang}}">1 <div id="p{{tpl:EntryID}}" class="post {{tpl:EntryIfOdd}} {{tpl:EntryIfFirst}} full" lang="{{tpl:EntryLang}}" xml:lang="{{tpl:EntryLang}}"> 2 2 <!-- # New day date --> 3 3 <tpl:DateHeader><p class="day-date">{{tpl:EntryDate}}</p></tpl:DateHeader> … … 6 6 href="{{tpl:EntryURL}}">{{tpl:EntryTitle encode_html="1"}}</a></h2> 7 7 8 <p class="post-info"> 9 <span class="post-author">{{tpl:lang By}} {{tpl:EntryAuthorLink}}</span> 10 <span class="post-date">{{tpl:lang on}} {{tpl:EntryDate}}, {{tpl:EntryTime}}</span> 11 <tpl:EntryIf has_category="1"> 12 <span class="post-cat"><a href="{{tpl:EntryCategoryURL}}">{{tpl:EntryCategory encode_html="1"}}</a></span> 13 </tpl:EntryIf> 14 </p> 15 16 <tpl:EntryTags> 17 <tpl:TagsHeader><p class="post-tags"></tpl:TagsHeader> 18 <a href="{{tpl:TagURL}}">{{tpl:TagID}}</a> 19 <tpl:TagsFooter></p></tpl:TagsFooter> 20 </tpl:EntryTags> 21 8 <div class="post-attr"> 9 <p class="post-info"> 10 <span class="post-author">{{tpl:lang By}} {{tpl:EntryAuthorLink}}, </span> 11 <span class="post-date">{{tpl:lang on}} {{tpl:EntryDate}}, {{tpl:EntryTime}}. </span> 12 <tpl:EntryIf has_category="1"> 13 <span class="post-cat"><a href="{{tpl:EntryCategoryURL}}">{{tpl:EntryCategory encode_html="1"}}</a></span> 14 </tpl:EntryIf> 15 </p> 16 17 <tpl:EntryTags> 18 <tpl:TagsHeader><p class="post-tags"></tpl:TagsHeader> 19 <a href="{{tpl:TagURL}}">{{tpl:TagID}} </a> 20 <tpl:TagsFooter></p></tpl:TagsFooter> 21 </tpl:EntryTags> 22 </div> 23 22 24 <!-- # --BEHAVIOR-- publicEntryBeforeContent --> 23 25 {{tpl:SysBehavior behavior="publicEntryBeforeContent"}}
Note: See TracChangeset
for help on using the changeset viewer.