Changeset 48924 in spip-zone
- Timestamp:
- Jun 19, 2011, 12:27:51 PM (10 years ago)
- Location:
- _plugins_/contacts_et_organisations
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/contacts_et_organisations/base/contacts.php
r48211 r48924 8 8 function contacts_declarer_tables_interfaces($interface){ 9 9 $interface['table_des_tables']['organisations'] = 'organisations'; 10 $interface['table_des_tables']['organisations_liens'] = 'organisations_liens'; 10 11 $interface['table_des_tables']['contacts'] = 'contacts'; 11 12 $interface['table_des_tables']['organisations_contacts'] = 'organisations_contacts'; -
_plugins_/contacts_et_organisations/contacts.css
r47986 r48924 11 11 .c_ou_o.o {background-color:blue} 12 12 .erreur { font-weight;bold; color:black; background-color:#990; } 13 -
_plugins_/contacts_et_organisations/lang/contacts_en.php
r48815 r48924 135 135 'titre_page_contacts' => 'Contacts management', 136 136 'titre_page_organisations' => 'Organisations management', 137 'titre_page_repertoire' => 'Directory' 137 'titre_page_repertoire' => 'Directory', 138 139 138 140 ); 139 141 -
_plugins_/contacts_et_organisations/lang/contacts_fr.php
r48815 r48924 139 139 'titre_page_contacts' => 'Gestion des contacts', 140 140 'titre_page_organisations' => 'Gestion des organisations', 141 'titre_page_repertoire' => 'Répertoire' 141 'titre_page_repertoire' => 'Répertoire', 142 143 142 144 ); 143 145 -
_plugins_/contacts_et_organisations/prive/exec/contact.html
r48836 r48924 61 61 <p>#ID_CONTACT</p> 62 62 </div> 63 <div><a href="[(#URL_PAGE{contact}|parametre_url{'id_contact',#ID_CONTACT})]"><:voir_en_ligne:></a></div> 63 64 <div class="cellule-h-lien" > 65 <a href="[(#URL_PAGE{contact}|parametre_url{'id_contact',#ID_CONTACT})]" class="cellule-h"><span class="cell-i"><img src="#CHEMIN{./prive/images/racine-24.gif}" alt="<:voir_en_ligne:>" style="vertical-align:middle" /></span> 66 <:voir_en_ligne:></a> 67 </div> 68 64 69 [(#REM) faudra mettre {si #ID_AUTEUR} sur la 3.0 ] 65 70 <BOUCLE_auteur_lie(AUTEURS){id_contact}{tout}> -
_plugins_/contacts_et_organisations/prive/exec/organisation.html
r48836 r48924 90 90 <p>#ID_ORGANISATION</p> 91 91 </div> 92 <div><a href="[(#URL_PAGE{organisation}|parametre_url{'id_organisation',#ID_ORGANISATION})]"><:voir_en_ligne:></a></div> 92 93 <div class="cellule-h-lien" > 94 <a href="[(#URL_PAGE{organisation}|parametre_url{'id_organisation',#ID_ORGANISATION})]" class="cellule-h"><span class="cell-i"><img src="#CHEMIN{./prive/images/racine-24.gif}" alt="<:voir_en_ligne:>" style="vertical-align:middle" /></span> 95 <:voir_en_ligne:></a> 96 </div> 97 93 98 [(#REM) faudra mettre {si #ID_AUTEUR} sur la 3.0 ] 94 99 <BOUCLE_auteur_lie(AUTEURS){id_auteur}{tout}>
Note: See TracChangeset
for help on using the changeset viewer.