<?
# Formulaire d'inscription d'un événement dans l'agenda
include("./admin/config.php3");
include("header.php3");

echo "<center><font color='".$color_text0."'><b><i>PUBLICATION D'UN EVENEMENT</i></b><br>(Tous les champs sont obligatoires)</font></center>";

echo "<form name='FormName' action='enregistr.php3' method='post'>
<table align='center' border='0' width='90%'>
<font color='".$color_text0."'><b>
  <tr>
    <td width='30%'><font color='".$color_text0."'><b>
                événement :</font></b></td>
    <td width='70%'><input type='text' name='manif' size='40'>
    </td>
  </tr>
  <tr>
    <td width='30%'><font color='".$color_text0."'><b>
                date de début :</font></b></td>
    <td width='70%'><select name='deb_day' size='1'>
                    <option value='1'>01
                    <option value='2'>02
                    <option value='3'>03
                    <option value='4'>04
                    <option value='5'>05
                    <option value='6'>06
                    <option value='7'>07
                    <option value='8'>08
                    <option value='9'>09
                    <option value='10'>10
                    <option value='11'>11
                    <option value='12'>12
                    <option value='13'>13
                    <option value='14'>14
                    <option value='15'>15
                    <option value='16'>16
                    <option value='17'>17
                    <option value='18'>18
                    <option value='19'>19
                    <option value='20'>20
                    <option value='21'>21
                    <option value='22'>22
                    <option value='23'>23
                    <option value='24'>24
                    <option value='25'>25
                    <option value='26'>26
                    <option value='27'>27
                    <option value='28'>28
                    <option value='29'>29
                    <option value='30'>30
                    <option value='31'>31
                    </select>
                    <select name='deb_month' size='1'>
                    <option value='1'>Janvier
                    <option value='2'>Février
                    <option value='3'>Mars
                    <option value='4'>Avril
                    <option value='5'>Mai
                    <option value='6'>Juin
                    <option value='7'>Juillet
                    <option value='8'>Août
                    <option value='9'>Septembre
                    <option value='10'>Octobre
                    <option value='11'>Novembre
                    <option value='12'>Décembre
                    </select>
                    <select name='deb_year' size='1'>
                    <option value='2003'>2003
                    <option value='2004'>2004
		    <option value='2005'>2005
                    </select>
                    </td>
  </tr>
  <tr><td>&nbsp;<td></tr>
  <tr><td colspan='2' width='100%'><font color='".$color_text4."'><b>Si l'événement a lieu à une date unique,<br> ne changez rien au champ \"date de fin\".</b></font></td></tr>
  <tr><td>&nbsp;<td></tr>
  <tr>
    <td width='30%'><font color='".$color_text0."'><b>
                date de fin :</font></b></td>
    <td width='70%'><select name='fin_day' size='1'>
                    <option value='0'>--
                    <option value='1'>01
                    <option value='2'>02
                    <option value='3'>03
                    <option value='4'>04
                    <option value='5'>05
                    <option value='6'>06
                    <option value='7'>07
                    <option value='8'>08
                    <option value='9'>09
                    <option value='10'>10
                    <option value='11'>11
                    <option value='12'>12
                    <option value='13'>13
                    <option value='14'>14
                    <option value='15'>15
                    <option value='16'>16
                    <option value='17'>17
                    <option value='18'>18
                    <option value='19'>19
                    <option value='20'>20
                    <option value='21'>21
                    <option value='22'>22
                    <option value='23'>23
                    <option value='24'>24
                    <option value='25'>25
                    <option value='26'>26
                    <option value='27'>27
                    <option value='28'>28
                    <option value='29'>29
                    <option value='30'>30
                    <option value='31'>31
                    </select>
                    <select name='fin_month' size='1'>
                    <option value='0'>--------
                    <option value='1'>Janvier
                    <option value='2'>Février
                    <option value='3'>Mars
                    <option value='4'>Avril
                    <option value='5'>Mai
                    <option value='6'>Juin
                    <option value='7'>Juillet
                    <option value='8'>Août
                    <option value='9'>Septembre
                    <option value='10'>Octobre
                    <option value='11'>Novembre
                    <option value='12'>Décembre
                    </select>
                    <select name='fin_year' size='1'>
                    <option value='0'>---
                    <option value='2003'>2003
                    <option value='2004'>2004
		    <option value='2005'>2005
                    </select>
                    </td>
  </tr>
  <tr><td>&nbsp;<td></tr>
  <tr>
    <td width='30%'><font color='".$color_text0."'><b>
                lieu :</font></b></td>
    <td width='70%'><input type='text' name='lieu' size='40'></td>
  </tr>
  <tr>
    <td width='30%'><font color='".$color_text0."'><b>
                rubrique :</font></b></td>
    <td width='70%'><select name='rubrique' size='1'>
    <option value='SPECTACLE'>spectacle
    <option value='CONCERT'>concert
    <option value='THEATRE'>théâtre
    <option value='MANIF'>manifestation
    <option value='CAFE-THEATRE'>café-théâtre
    <option value='APERO MUSICAL'>apero musical
    <option value='TEKNO'>tekno
    <option value='AFTER'>after
    <option value='DISCOTEK'>discotek
    <option value='EVENEMENTS DE RUE'>arts de la rue
    <option value='PERFORMANCE'>performance
    <option value='ART PLASTIQUES'>arts plastiques
    <option value='ENFANTS'>enfants
    <option value='FETE>fête
    <option value='DIVERS'>divers
    </select>
    </td>

  </tr>
  <tr>
    <td width='30%'><font color='".$color_text0."'><b>
                description :</font></b></td>
    <td width='70%'><textarea name='description' cols='40' rows='5'></textarea></td>
  </tr>
  <tr>
    <td width='30%'><font color='".$color_text0."'><b>
                prix d'entrée :</font></b></td>
    <td width='70%'><textarea name='entree' cols='40' rows='2'></textarea></td>
  </tr>
  <tr>
    <td width='30%'><font color='".$color_text0."'><b>image éventuelle :<br><font size='-2' color='".$color_text4."'><b>au format GIF, PNG, JPG<br>largeur 500 max</b></font></font></b></td>
    <td width='70%'><input type='text' name='urlimage' size='40' value='http://'>
    </td>
  </tr>
  <tr>
  <tr>
    <td colspan='3'>
      <center><font color='".$color_text0."'><b><br>Données personnelles (facultatif):<br></b></font></center>
    </td>
  </tr>
  <tr><td>&nbsp;</td></tr>
  <tr>
    <td width='30%'><font color='".$color_text0."'><b>
                nom, prénom :</font></b></td>
    <td width='70%'><input type='text' name='nom' size='40'>
    </td>
  </tr>
  <tr>
    <td width='30%'><font color='".$color_text0."'><b>
                e-mail :</font></b></td>
    <td width='70%'><input type='text' name='email' size='40'>
    </td>
  </tr>
  <tr>
    <td width='30%'><font color='".$color_text0."'><b>
                téléphone :</font></b></td>
    <td width='70%'><input type='text' name='telephone' size='40'>
    </td>
  </tr>
  <tr>
    <td width='30%'><font color='".$color_text0."'><b>
                fax :</font></b></td>
    <td width='70%'><input type='text' name='fax' size='40'>
    </td>
  </tr>
  <tr>
    <td width='30%'><font color='".$color_text0."'><b>
                site perso :</font></b></td>
    <td width='70%'><input type='text' name='url' size='40' value='http://'>
    </td>
  </tr>
  <tr>
    <td>
    </td>
    <td align='center' width='100%'>
     <font color='".$color_text0."'><b>
     <input type='submit' name='submitButtonName' value='Proposer'></b></font>
    </td>
  </tr>
  <tr><td>&nbsp;</td></tr>
  <tr>
    <td colspan='3'>
      <font color='".$color_text0."' size='1'><b><br>(Les données personnelles ne seront utilisées qu'en cas de besoin de complément d'informations concernant l'événement proposé. Ces informations resteront confidentielles et ne serviront en aucun cas à faire du spamming.)<br></b></font>
    </td>
  </tr>
</table>
</form>";
include("footer.php3");

?>




