Différences
Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentes Révision précédente Prochaine révision | Révision précédente | ||
|
web:web [2018/10/09 10:41] catherine.balleydier@grenoble-inp.fr [Templates modifiés] |
web:web [2018/10/09 10:48] (Version actuelle) catherine.balleydier@grenoble-inp.fr [admin.tt2] |
||
|---|---|---|---|
| Ligne 113: | Ligne 113: | ||
| Au niveau de : ligne 32 | Au niveau de : ligne 32 | ||
| + | <code php> | ||
| <!-- ajout CB --> | <!-- ajout CB --> | ||
| <!-- [% IF is_privileged_owner %] --> | <!-- [% IF is_privileged_owner %] --> | ||
| Ligne 121: | Ligne 122: | ||
| <fieldset> | <fieldset> | ||
| [% IF list_conf.status == 'closed' %] | [% IF list_conf.status == 'closed' %] | ||
| - | + | </code> | |
| ==== main.tt2 ==== | ==== main.tt2 ==== | ||
| * **Ajouter les robots en haut** | * **Ajouter les robots en haut** | ||
| - | <code> | + | <code php> |
| [% IF top_menu %] | [% IF top_menu %] | ||
| <!-- Maj affichage robot --> | <!-- Maj affichage robot --> | ||
| Ligne 142: | Ligne 142: | ||
| * Ajout d'un texte sur la page d'une liste pour chaque robot | * Ajout d'un texte sur la page d'une liste pour chaque robot | ||
| - | <code> | + | <code php> |
| <!-- ajout CB --> | <!-- ajout CB --> | ||
| <p><b><font color=red>ATTENTION</font> : Ne pas écrire à <font color=red>[% list %]@listes-gi.grenoble-inp.fr</font> mais à | <p><b><font color=red>ATTENTION</font> : Ne pas écrire à <font color=red>[% list %]@listes-gi.grenoble-inp.fr</font> mais à | ||
| Ligne 163: | Ligne 163: | ||
| === Pour le robot listes.grenoble-inp.fr (shibboleth) === | === Pour le robot listes.grenoble-inp.fr (shibboleth) === | ||
| - | <code> | + | <code php> |
| <!-- ajout CB --> | <!-- ajout CB --> | ||
| <!-- <p>[%|loc%]Many functions in Sympa require you to identify yourself to the system by logging in, using the login form in the top right menu.[%END%]<p> --> | <!-- <p>[%|loc%]Many functions in Sympa require you to identify yourself to the system by logging in, using the login form in the top right menu.[%END%]<p> --> | ||
| Ligne 174: | Ligne 174: | ||
| === Pour les autres robots (sans shibboleth) === | === Pour les autres robots (sans shibboleth) === | ||
| - | <code> | + | <code php> |
| <!-- ajout CB --> | <!-- ajout CB --> | ||
| <!-- <p>[%|loc%]Many functions in Sympa require you to identify yourself to the system by logging in, using the login form in the top right menu.[%END%]<p> --> | <!-- <p>[%|loc%]Many functions in Sympa require you to identify yourself to the system by logging in, using the login form in the top right menu.[%END%]<p> --> | ||
| Ligne 181: | Ligne 181: | ||
| <!-- fin ajout CB --> | <!-- fin ajout CB --> | ||
| </code> | </code> | ||
| + | |||
| ==== pref.tt2 ==== | ==== pref.tt2 ==== | ||
| * **Déconseiller de changer d'adresse de messagerie** | * **Déconseiller de changer d'adresse de messagerie** | ||
| + | <code php> | ||
| <h3>[%|loc%]Changing your email address[%END%]</h3> | <h3>[%|loc%]Changing your email address[%END%]</h3> | ||
| <!-- ajout --> | <!-- ajout --> | ||
| Ligne 190: | Ligne 191: | ||
| <!-- fin ajout --> | <!-- fin ajout --> | ||
| <p>[%|loc%]You can update your email address for all your list memberships at once. If you are also list owner or list moderator your email address for these roles will also be updated.[%END%]</p> | <p>[%|loc%]You can update your email address for all your list memberships at once. If you are also list owner or list moderator your email address for these roles will also be updated.[%END%]</p> | ||
| + | </code> | ||
| ==== help.tt2 ==== | ==== help.tt2 ==== | ||
| Ligne 195: | Ligne 197: | ||
| * **Indication de connexion, documentation INP** | * **Indication de connexion, documentation INP** | ||
| - | <code> | + | <code php> |
| [% IF help_topic %] | [% IF help_topic %] | ||
| [% PROCESS "help_${help_topic}.tt2" IF help_topic %] | [% PROCESS "help_${help_topic}.tt2" IF help_topic %] | ||
| Ligne 226: | Ligne 228: | ||
| </code> | </code> | ||
| + | ==== nav.tt2 ==== | ||
| + | * **Insérer une phrase avant la Création de liste** | ||
| + | <code php> | ||
| + | [% IF action == 'create_list_request' %] | ||
| + | <!-- ajout --> | ||
| + | <b> Pour créer une liste, respecter la <a href=http://intranet.grenoble-inp.fr/listes-de-diffusion/adresses-generiques-de-messagerie-nomenclature-165934.kjsp>nomenclature</a> . Après validation par le listmaster, la liste sera opérationnelle le lendemain matin. ---- <a href=mailto::listes.sos@grenoble-inp.fr>Demande d'aide</a>.</b> | ||
| + | <!-- fin ajout CB --> | ||
| + | [% IF all_lists.size > 0 ~%] | ||
| + | </code> | ||
| ==== head_javascript.tt2 ==== | ==== head_javascript.tt2 ==== | ||
| * **Corriger l'affichage de la date et du jour dans les journaux en langue FR** | * **Corriger l'affichage de la date et du jour dans les journaux en langue FR** | ||
| Ligne 235: | Ligne 246: | ||
| **<color red></color>** | **<color red></color>** | ||
| - | <code> | + | <code php> |
| <!-- maj CB --> | <!-- maj CB --> | ||
| <!-- "jour" : "[%|loc%]Sun:Mon:Tue:Wed:Thu:Fri:Sat[%END%]".split(":"),--> | <!-- "jour" : "[%|loc%]Sun:Mon:Tue:Wed:Thu:Fri:Sat[%END%]".split(":"),--> | ||
| Ligne 248: | Ligne 259: | ||
| | | ||
| Remplacer | Remplacer | ||
| - | <code> | + | <code php> |
| <[% | mailtourl({subject => "DISTRIBUTE ${list.name} ${modkey}"}) ~%] | <[% | mailtourl({subject => "DISTRIBUTE ${list.name} ${modkey}"}) ~%] | ||
| [% conf.email %]@[% conf.host %] | [% conf.email %]@[% conf.host %] | ||
| Ligne 259: | Ligne 270: | ||
| Par | Par | ||
| - | <code> | + | <code php> |
| [% | mailtourl({subject => "DISTRIBUTE ${list.name} ${modkey}"}) ~%] | [% | mailtourl({subject => "DISTRIBUTE ${list.name} ${modkey}"}) ~%] | ||
| [% conf.email %]@[% conf.host %] | [% conf.email %]@[% conf.host %] | ||
