summaryrefslogtreecommitdiff
path: root/appli_3_alpha_old/app/popcommentaire.php
diff options
context:
space:
mode:
authorLudovic Pouzenc <ludovic@pouzenc.fr>2018-06-30 11:13:09 +0200
committerLudovic Pouzenc <ludovic@pouzenc.fr>2018-06-30 11:13:09 +0200
commit3fc908d3a1d0f6c9b1fca690561098541a73266e (patch)
treec1f2dd9663a2cba43abd6b59b2612ad214a92c79 /appli_3_alpha_old/app/popcommentaire.php
parent1269889704386de951d7f91eb169eb1e1bb36cc0 (diff)
download2007-AWOR-3fc908d3a1d0f6c9b1fca690561098541a73266e.tar.gz
2007-AWOR-3fc908d3a1d0f6c9b1fca690561098541a73266e.tar.bz2
2007-AWOR-3fc908d3a1d0f6c9b1fca690561098541a73266e.zip
Version alpha_old5 2007-02-22+15:00:00 - 2007-03-11+16:30:15
Diffstat (limited to 'appli_3_alpha_old/app/popcommentaire.php')
-rw-r--r--appli_3_alpha_old/app/popcommentaire.php11
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