[PLUGINS] +agenda2.0 et calendrier_mini
[lhc/web/www.git] / www / plugins / agenda_3_5 / formulaires / evenement_participants.html
diff --git a/www/plugins/agenda_3_5/formulaires/evenement_participants.html b/www/plugins/agenda_3_5/formulaires/evenement_participants.html
new file mode 100644 (file)
index 0000000..3ba1228
--- /dev/null
@@ -0,0 +1,15 @@
+<div class="formulaire_spip formulaire_#FORM" >
+       [<p class="reponse_formulaire reponse_formulaire_ok">(#ENV*{message_ok})</p>]
+       [<p class="reponse_formulaire reponse_formulaire_erreur">(#ENV*{message_erreur})</p>]
+       <form method='post' action='#ENV{action}'><div>
+               #ACTION_FORMULAIRE{#ENV{action}}
+               <div class="over"><span class='image_loading'>&nbsp;</span><input type='submit' class='submit' value='<:bouton_changer:>' /></div>
+               
+               <INCLURE{fond=prive/objets/liste/evenement_participants}{env}>
+               
+       </div></form>
+</div>
+<script type="text/javascript">/*<![CDATA[*/
+jQuery('.formulaire_evenement_participants .delete').click(function(){jQuery(this).parents('tr').eq(0).animateRemove();});
+jQuery('.formulaire_evenement_participants .append').animateAppend();
+/*]]>*/</script>