Last change
on this file since 83 was
80,
checked in by guille, 16 years ago
|
el plugin completo
|
-
Property svn:executable set to
*
|
File size:
419 bytes
|
Line | |
---|
1 | <div id="identification-visiteur" class="listagebloc"> |
---|
2 | <h2><:identification_visiteur:></h2> |
---|
3 | <ul class="listageconteneur"><li> |
---|
4 | <?php if ($auteur_session) { ?> |
---|
5 | <h4 class="listagetitre"><:vous_etes_connecte:></h4> |
---|
6 | <p class="listagetexte"> |
---|
7 | <a href='#URL_LOGOUT'><:logout:></a> |
---|
8 | </p> |
---|
9 | <?php } else { ?> |
---|
10 | <h4 class="listagetitre"><:identifiez_vous:></h4> |
---|
11 | <p class="listagetexte"> |
---|
12 | #LOGIN_PUBLIC |
---|
13 | </p> |
---|
14 | <?php } ?> |
---|
15 | </li></ul> |
---|
16 | </div> |
---|
Note: See
TracBrowser
for help on using the repository browser.