Changeset 48521 in spip-zone
- Timestamp:
- Jun 6, 2011, 9:05:39 PM (10 years ago)
- Location:
- _squelettes_/z-dist/inclure
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
_squelettes_/z-dist/inclure/documents.html
r48219 r48521 25 25 <BOUCLE_documents_joints(DOCUMENTS) {id_article?}{id_rubrique?} {extension !IN gif,jpg,png} {vu=non}{par num titre, date}>[ 26 26 <li class="item"> 27 <strong><a href="(#URL_DOCUMENT)" title="<:bouton_telecharger:>" type="#MIME_TYPE">[(#TITRE|sinon{<: info_document:>})]</a></strong>27 <strong><a href="(#URL_DOCUMENT)" title="<:bouton_telecharger:>" type="#MIME_TYPE">[(#TITRE|sinon{<:medias:info_document:>})]</a></strong> 28 28 <span class="small">(<span>#TYPE_DOCUMENT[ – (#TAILLE|taille_en_octets)]</span>)</span> 29 29 #DESCRIPTIF -
_squelettes_/z-dist/inclure/forum.html
r38015 r48521 38 38 </BOUCLE_doc> 39 39 40 [<p class="comment-reply repondre"><a href="(#PARAMETRES_FORUM|url_reponse_forum)" rel="noindex nofollow"><: repondre_message:></a></p>]40 [<p class="comment-reply repondre"><a href="(#PARAMETRES_FORUM|url_reponse_forum)" rel="noindex nofollow"><:forum:repondre_message:></a></p>] 41 41 </div> 42 42 </div> … … 71 71 </BOUCLE_doc2> 72 72 73 [<p class="comment-reply repondre"><a href="(#PARAMETRES_FORUM|url_reponse_forum)" rel="noindex nofollow"><: repondre_message:></a></p>]73 [<p class="comment-reply repondre"><a href="(#PARAMETRES_FORUM|url_reponse_forum)" rel="noindex nofollow"><:forum:repondre_message:></a></p>] 74 74 </div> 75 75 </div>
Note: See TracChangeset
for help on using the changeset viewer.