Changeset 70259 in spip-zone for _plugins_/comments
- Timestamp:
- Feb 27, 2013, 7:57:12 PM (8 years ago)
- Location:
- _plugins_/comments/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/comments/trunk/comments-list.html
r66008 r70259 3 3 <B_comments_list> 4 4 <div class="comments-list comments-posts"> 5 <h2 class="h2"> <:comments:comments_h:></h2>5 <h2 class="h2">[(#ENV{titre_liste_commentaires,<:comments:comments_h:>})]</h2> 6 6 <ul class="comments-ul comments-items"> 7 7 <BOUCLE_comments_list(FORUMS) {statut IN publie} {id_rubrique ?}{id_article ?}{id_breve ?}{id_syndic ?}{objet ?}{id_objet ?} {plat} {par date}> -
_plugins_/comments/trunk/comments-thread.html
r66008 r70259 3 3 <B_comments-list> 4 4 <div class="comments-posts comments-thread"> 5 <h2 class="h2"> <:comments:comments_h:></h2>5 <h2 class="h2">[(#ENV{titre_liste_commentaires,<:comments:comments_h:>})]</h2> 6 6 <ul class="comments-ul comments-items"> 7 7 <BOUCLE_comments-list(FORUMS) {statut IN publie} {id_rubrique ?}{id_article ?}{id_breve ?}{id_syndic ?}{objet ?}{id_objet ?}{par date}> -
_plugins_/comments/trunk/inclure/comments-thread1.html
r69237 r70259 3 3 <B_comments-list> 4 4 <div class="comments-posts comments-thread comments-thread-1"> 5 <h2 class="h2"> <:comments:comments_h:></h2>5 <h2 class="h2">[(#ENV{titre_liste_commentaires,<:comments:comments_h:>})]</h2> 6 6 [<div class="pagination">(#PAGINATION)</div>] 7 7 <ul class="comments-ul comments-items">
Note: See TracChangeset
for help on using the changeset viewer.