<?xml version="1.0" encoding="UTF-8" ?>
<Module>
  <ModulePrefs title="inscription jugevents" height="300" width="500"/> 
  <UserPref name="JUGEVENT_ID" required="true"/>
  <Content type="html">
     <![CDATA[ 
       <form id="registration" action="http://www.jugevents.org/jugevents/event/registration.form" method="post"> 
    <div> 
        <input id="event.id" name="event.id" type="hidden" value="9809"/> 
                                
        <table border=0> 
            <tr>
            <td><label for="participant.firstName">Prénom:</label></td> 
            <td><input id="participant.firstName" name="participant.firstName" type="text" value=""/></td> 
            </tr><tr>           
            <td><label for="participant.lastName">Nom:</label></td> 
            <td><input id="participant.lastName" name="participant.lastName" type="text" value=""/></td> 
            </tr><tr>           
            <td><label for="participant.email">E-Mail:</label></td> 
            <td><input id="participant.email" name="participant.email" type="text" value=""/></td> 
            </tr><tr>           
            <td>Saisir les caractères que vous voyez dans l'image ci-dessous</td> 
            <td><input id="captchaResponse" name="captchaResponse" type="text" value=""/><br/><img src="http://www.jugevents.org/jugevents/jcaptcha/image.html" alt="Captcha Image"/></td> 
            </tr><tr>           
            <td></td>
            <td><input type="submit" value="Inscrivez Vous"/><br/><br/></td>
            </tr>
        </table> 
<script type="text/javascript">
   var prefs = new _IG_Prefs();
   document.getElementById("event.id").value = prefs.getString("JUGEVENT_ID");
</script>
    </div> 
</form> 
     ]]>
  </Content> 
</Module>
