diff options
Diffstat (limited to 'appli_3_alpha_old/app/popcommentaire.php')
-rw-r--r-- | appli_3_alpha_old/app/popcommentaire.php | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/appli_3_alpha_old/app/popcommentaire.php b/appli_3_alpha_old/app/popcommentaire.php new file mode 100644 index 0000000..523bdaf --- /dev/null +++ b/appli_3_alpha_old/app/popcommentaire.php @@ -0,0 +1,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>
\ No newline at end of file |