Changeset 112534 in spip-zone
- Timestamp:
- Nov 26, 2018, 10:59:16 PM (2 years ago)
- Location:
- _plugins_/agenda/trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/agenda/trunk/paquet.xml
r112305 r112534 2 2 prefix="agenda" 3 3 categorie="date" 4 version="3.2 2.0"4 version="3.23.0" 5 5 etat="stable" 6 6 compatibilite="[3.0.0;3.2.*]" -
_plugins_/agenda/trunk/prive/objets/contenu/evenement.html
r112533 r112534 14 14 </div> 15 15 </B_repetitions> 16 <B_repetition_de> 17 <div class="champ contenu_repetition_de"> 18 <div class="label"><:agenda:repetition_de:></div> 19 <BOUCLE_repetition_de(EVENEMENTS){id_evenement=#ID_EVENEMENT_SOURCE} {statut==.*}> 20 [<a href="[(#ID_EVENEMENT|generer_url_entite{evenement})]">(#DATE_DEBUT|affdate_court)</a>] 21 </BOUCLE_repetition_de> 22 </div> 23 </B_repetition_de> 16 24 <div class="champ contenu_descriptif[ (#DESCRIPTIF*|strlen|?{'',vide})]"> 17 25 <div class='label'><:info_descriptif:></div> -
_plugins_/agenda/trunk/prive/objets/liste/evenements.html
r92212 r112534 26 26 <td class='date'>[(#DATE_DEBUT|affdate_jourcourt|unique{liste_evt})]</td> 27 27 <td class='article secondaire'>[<a (#ID_ARTICLE|oui) href="[(#ID_ARTICLE|generer_url_entite{article})]" title="[(#INFO_TITRE{article,#ID_ARTICLE}|attribut_html)]">[(#CHEMIN_IMAGE{article-16.png}|balise_img{#INFO_TITRE{article,#ID_ARTICLE}})]</a>]</td> 28 <td class='titre principale'><a href="[(#ID_EVENEMENT _SOURCE|?{#ID_EVENEMENT_SOURCE,#ID_EVENEMENT}|generer_url_entite{evenement})]" title="<:info_numero_abbreviation|attribut_html:> #ID_EVENEMENT">[(#RANG). ]#TITRE</a>28 <td class='titre principale'><a href="[(#ID_EVENEMENT|generer_url_entite{evenement})]" title="<:info_numero_abbreviation|attribut_html:> #ID_EVENEMENT">[(#RANG). ]#TITRE</a> 29 29 <p class="date">[(#DATE_DEBUT|affdate_debut_fin{#DATE_FIN,#HORAIRE})]</p> 30 30 </td> -
_plugins_/agenda/trunk/prive/style_prive_plugin_agenda.html
r112533 r112534 61 61 .evenement #wysiwyg .contenu_places .places {display: inline;} 62 62 .evenement .fiche_objet .contenu_repetitions {padding-#ENV{left}:20px;} 63 .evenement #wysiwyg .contenu_repetitions .label {display: inline;color:inherit;}63 .evenement #wysiwyg .contenu_repetitions .label, .evenement #wysiwyg .contenu_repetition_de .label {display: inline;color:inherit;} 64 64 .evenement .fiche_objet .contenu_repetitions .repetitions {display: inline;color:#999;} 65 65
Note: See TracChangeset
for help on using the changeset viewer.