summaryrefslogtreecommitdiff
path: root/appli_3_alpha_old/include/ju.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'appli_3_alpha_old/include/ju.inc.php')
-rw-r--r--appli_3_alpha_old/include/ju.inc.php80
1 files changed, 80 insertions, 0 deletions
diff --git a/appli_3_alpha_old/include/ju.inc.php b/appli_3_alpha_old/include/ju.inc.php
new file mode 100644
index 0000000..1a03ca9
--- /dev/null
+++ b/appli_3_alpha_old/include/ju.inc.php
@@ -0,0 +1,80 @@
+<?php
+ function traiter_formulaire_cequetuveux_aussi()
+ {
+ echo "coucou\n";
+ }
+
+ function generate_html_reunion_commentaires($idR)
+ {
+?>
+ <table cellspacing="0" class="commentaires">
+ <thead>
+ <tr>
+ <th>Commentaires <a href="#">(Editer votre commentaire)</a></th>
+ </tr>
+ </thead>
+ <tr>
+ <td>Ludo : J'ai mont&eacute; le DC sur lequel sera bas&eacute; le SNI</td>
+ </tr>
+ <tr>
+ <td>J&eacute;r&eacute;mie : J'ai fais une premi&egrave;re ebauche du DC</td>
+ </tr>
+ </table>
+<?php
+ }
+
+
+ function generate_html_reunion_fichiers($idR)
+ {
+?>
+<table cellspacing="0" class="fichiers">
+ <thead>
+ <tr>
+ <th>Fichiers attach&eacute;s <a href="#popfichier" class="pop">(Ajouter un fichier)</a></th>
+ </tr>
+ </thead>
+ <tr>
+ <td><a href="compte-rendu.txt">compte-rendu.txt</a></td>
+ </tr>
+ <tr>
+ <td><a href="photos-ru.jpg">photos-ru.jpg</a></td>
+ </tr>
+</table>
+<?php
+ }
+
+
+ function generate_html_reunion_detail($idR)
+ {
+?>
+ <table cellspacing="0" class="detail_reunion">
+ <thead>
+ <tr>
+ <th>D&eacute;tails de la r&eacute;union </th>
+ <th>&nbsp;</th>
+ </tr>
+ </thead>
+ <tr>
+ <td><strong>Objet : </strong></td>
+ <td>D&eacute;tails stages NEWI</td>
+ </tr>
+ <tr>
+ <td><strong>Organisateur : </strong></td>
+ <td>Mme Verdier</td>
+ </tr>
+ <tr>
+ <td><strong>Lieu : </strong></td>
+ <td>Salle 209 </td>
+ </tr>
+ <tr>
+ <td><strong>Ordre du jour : </strong></td>
+ <td>Le logement, le s&eacute;jour, les contacts</td>
+ </tr>
+ <tr>
+ <td><strong>Remarque :</strong></td>
+ <td>aucune</td>
+ </tr>
+ </table>
+<?php
+ }
+?> \ No newline at end of file