gestion redirection si deja connecté
This commit is contained in:
parent
4560539b60
commit
9563cb8fbc
2 changed files with 7 additions and 3 deletions
|
@ -1,6 +1,11 @@
|
|||
#CACHE{0}
|
||||
[(#SESSION{id_auteur}|non|sinon_interdire_acces{#URL_SITE_SPIP})]
|
||||
[(#CONFIG{comptespip/desactiver_page_connect}|non|sinon_interdire_acces{#URL_SITE_SPIP})]
|
||||
|
||||
[(#SET{url_red,#CONFIG{comptespip/page_redirection_connexion}})]
|
||||
[(#GET{url_red}|oui) #SET{url_red,#URL_PAGE{#GET{url_red}}} ]
|
||||
[(#GET{url_red}|non) #URL_SITE_SPIP ]
|
||||
[(#SESSION{id_auteur}|non|sinon_interdire_acces{#GET{url_red}})]
|
||||
|
||||
<div id="connect" class="inner">
|
||||
<B_presentation>
|
||||
<div class="presentation">
|
||||
|
|
|
@ -34,8 +34,7 @@
|
|||
<div class="editer_groupe">
|
||||
#SET{name,login_telephone}
|
||||
#SET{erreurs,#ENV**{erreurs}|table_valeur{#GET{name}}}
|
||||
#SET{obli,"obligatoire"}
|
||||
<div class="editer editer_[(#GET{name})][ (#GET{obli})][ (#GET{erreurs}|oui)erreur]">
|
||||
<div class="editer editer_[(#GET{name})][ (#GET{erreurs}|oui)erreur]">
|
||||
<label>Le login = le telephone</label>
|
||||
<div class="choix">
|
||||
<input type="radio" class="radio" name="#GET{name}" value="" id="#GET{name}_non"[ (#ENV{#GET{name}}|non|?{checked="checked"})] >
|
||||
|
|
Loading…
Add table
Reference in a new issue