summaryrefslogtreecommitdiff
path: root/appli_3_alpha_old/app/popcommentaire.php
blob: 523bdaf349bc4db34501b5d75fd79c8646023cd3 (plain)
1
2
3
4
5
6
7
8
9
10
11
<h2>Editer votre commentaire</h2>
<div class="popup_contenu">
<form id="formcommentaire" method="get" action="">
Commentaire : <input name="txtCommentaire" type="text" />
<br/><br/>

<?php if (isset($_GET['idP'])) echo '<input type="hidden" name="idP" value="'.$_GET['idP'].'" />' ?>
<input type="hidden" name="action" value="commentaire" />
<input type="submit" value="Enregistrer" /><input type="button" value="Fermer" onclick="popoff('popcommentaire')" />
</form>
</div>