Subversion Repositories Applications.projet

Rev

Rev 432 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 432 Rev 448
Line 1... Line 1...
1
<div id="projet_lien_inscription"><a<?php if ($lien_inscription != '#') : ?> href="<?= $lien_inscription; ?>"<?php endif; ?>>
1
<div id="projet_lien_inscription"><a<?php if ($lien_inscription != '#') : ?> href="<?= $lien_inscription; ?>"<?php endif; ?>>
2
<img src="<?= PROJET_CHEMIN_APPLI; ?>images/inscription.png" alt="" />
2
<img src="<?= PROJET_CHEMIN_APPLI; ?>images/inscription.png" alt="" />
3
    <span><?= $label_url_inscription; ?></span>
3
    <span><?= PROJET_S_INSCRIRE_AU_PROJET; ?></span>
4
    </a>
4
    </a>
Line 5... Line 5...
5
    
5
    
6
</div><br style="clear:both" />
6
</div><br style="clear:both" />
7
<?php if (!$loggue) : ?>
7
<?php if (!$loggue) : ?>