Subversion Repositories Applications.gtt

Rev

Rev 108 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 108 Rev 136
Line 1... Line 1...
1
<?php if (isset($message)) : ?>
1
<?php if (isset($messages)) : ?>
-
 
2
<?php foreach ($messages as $message) : ?>
2
<p class="information"><?=$message;?></p>
3
<p class="information"><?=$message;?></p>
-
 
4
<?php endforeach; ?>
3
<?php endif; ?>
5
<?php endif; ?>
Line 4... Line 6...
4
 
6
 
5
<?php if ($projets) : ?>
7
<?php if ($projets) : ?>
6
<form id="admin_projet_editer" class="editer" name="admin_projet_editer" action="index.php?action=admin-projet_editer" method="post">
8
<form id="admin_projet_editer" class="editer" name="admin_projet_editer" action="index.php?action=admin-projet_editer" method="post">