PostgreSQL La base de donnees la plus sophistiquee au monde.

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
pgday2008:inscription [2008/07/09 17:33] daamienpgday2008:inscription [2008/07/10 10:03] (Version actuelle) sas
Ligne 1: Ligne 1:
 +
 +
  
 <note important> <note important>
Ligne 5: Ligne 7:
 DON'T PANIC DON'T PANIC
 </note> </note>
 +
 +<note info>
 +
 +Vous pouvez éditer directement le formulaire ! elle est pas belle la vie :-)
 +
 +Ajoutez les champs qui vous paraissent pertinents...
 +
 +Voir la page http://wiki.splitbrain.org/plugin:form pour la syntaxe précise
 +
 +</note>
 +
 +====== Inscription ======
  
  
 <FORM MAILTO:damien@dalibo.info NEXT:"pgday2008:ok"> <FORM MAILTO:damien@dalibo.info NEXT:"pgday2008:ok">
-Textbox name "Votre nom" 290; +Textbox name       "Nom" 290; 
-Textbox mail "Adresse e-mail"; +Textbox firstname  "Prénom" 290; 
-Checkbox news "Êtes vous membres de l'association PostgreSQLFr ?" 1;+Textbox mail       "Adresse e-mail" 290;  
 +Textbox societe    "Société" 290; 
 +Textbox job        "Poste occupé" 290
 +Checkbox news      "Membre de l'association PostgreSQLFr ?" 1;
 Line; Line;
 Textarea comments "**Commentaires**" 4 320; Textarea comments "**Commentaires**" 4 320;
 Constraint name "Mind. 3 chars!" minLength="3"; Constraint name "Mind. 3 chars!" minLength="3";
 Constraint mail "Not a valid Email-Adress" valueType="eMail"; Constraint mail "Not a valid Email-Adress" valueType="eMail";
-Submit "proceed" 90;+Submit "inscription" 90;
 </FORM> </FORM>
 
pgday2008/inscription.1215617590.txt.gz · Dernière modification : 2008/07/09 17:33 de daamien