Changes between Initial Version and Version 1 of Ticket #39
- Timestamp:
- 03/11/06 19:02:44 (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #39
- Property Owner set to olivier
- Property Status changed from new to assigned
-
Ticket #39 – Description
initial v1 2 2 3 3 Remplacer : 4 4 {{{ 5 5 <h2>{{tpl:CategoryTitle encode_html="1"}}</h2> 6 6 {{tpl:CategoryDescription}} … … 10 10 - <a type="application/rss+xml" href="{{tpl:CategoryFeedURL type="rss2"}}/comments" 11 11 title="{{tpl:lang This category's comments RSS feed}}" class="feed">{{tpl:lang Comments feed}}</a></p> 12 12 }}} 13 13 14 14 Par : 15 15 {{{ 16 16 <div class="contentdesc"> 17 <h2>{{tpl: CategoryTitle encode_html="1"}}</h2>17 <h2>{{tpl:!CategoryTitle encode_html="1"}}</h2> 18 18 <p>{{tpl:CategoryDescription}}</p> 19 19 … … 23 23 title="{{tpl:lang This category's comments RSS feed}}" class="feed">{{tpl:lang Comments feed}}</a></p> 24 24 </div> 25 25 }}} 26 26 (Ajout de <p> </p> pour la description et placement du tout dans une div pour pouvoir styler cette partie de la page) 27 27 Idem pour les autres affichages (tag, archives, recherche, etc.).