mirror of
https://grond.iut-fbleau.fr/stiti/SAE_2.02
synced 2024-11-09 21:11:40 +01:00
Correction de la correction
This commit is contained in:
parent
0fe46ae2fb
commit
ce612f2b55
@ -53,8 +53,8 @@
|
|||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="comment-form">
|
|
||||||
<?php if ($this->session->userdata('user_id')): ?>
|
<?php if ($this->session->userdata('user_id')): ?>
|
||||||
|
<div class="comment-form">
|
||||||
<h2>Ajouter un commentaire</h2>
|
<h2>Ajouter un commentaire</h2>
|
||||||
<form action="<?php echo site_url('utilisateur/ajouter_avis'); ?>" method="post">
|
<form action="<?php echo site_url('utilisateur/ajouter_avis'); ?>" method="post">
|
||||||
<textarea name="commentaire" rows="3" placeholder="Écrivez votre commentaire ici..." required></textarea>
|
<textarea name="commentaire" rows="3" placeholder="Écrivez votre commentaire ici..." required></textarea>
|
||||||
@ -71,8 +71,8 @@
|
|||||||
<input type="hidden" name="notation" id="notation">
|
<input type="hidden" name="notation" id="notation">
|
||||||
<button type="submit">Ajouter</button>
|
<button type="submit">Ajouter</button>
|
||||||
</form>
|
</form>
|
||||||
<?php endif; ?>
|
|
||||||
</div>
|
</div>
|
||||||
|
<?php endif; ?>
|
||||||
|
|
||||||
<div class="gallery">
|
<div class="gallery">
|
||||||
<h2>Ils nous ont fait confiance</h2>
|
<h2>Ils nous ont fait confiance</h2>
|
||||||
|
Loading…
Reference in New Issue
Block a user