X-Git-Url: http://git.euphorik.ch/?a=blobdiff_plain;f=php%2Ftx_inscription.php;fp=php%2Ftx_inscription.php;h=0000000000000000000000000000000000000000;hb=557974b66bba86b74181d2b18569ee897eac60a8;hp=dc415f0607b83a46c2131c87fbef0cffbfdcaae6;hpb=019791caa57d7e07206cb917ff39bf14f728c83f;p=cl7.git diff --git a/php/tx_inscription.php b/php/tx_inscription.php deleted file mode 100644 index dc415f0..0000000 --- a/php/tx_inscription.php +++ /dev/null @@ -1,152 +0,0 @@ -get("inscription_terminees")) -{ - echo '

Les inscriptions sont terminées !

'; - return; -} - -if ($le_participant->valide) - echo '

Modification de mes infos

'; -else - echo'

Les personnes inscrites s\'engagent à être présentes à la LAN et à payer la somme convenue.

Elles peuvent se désinscrirent en cas d\'empèchements majeurs.

'; -?> - -
-valide) - echo '

'; - else - echo '

'; -?> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - valide) - echo' - - - - '; - ?> -
- pseudo (login) - - " /> -
- password (pour pouvoir par la suite modifier mes infos) - - " /> - re: " /> -
- clan name - - " /> - -
- clan tag - - -
- nom - - -
- prénom - - -
- age - - -
- email (non-public) - - -
- présence - - valide ? $le_participant->info->id : "0")." - ORDER BY periodes.id - "); - while($periode = mysql_fetch_object($res)) - { - echo '

valide && (!$_POST['periodes'] || in_array($periode->id, $_POST['periodes']))) || $periode->participant_id ? 'checked="checked"' : '').' id="periode'.$periode->id.'" type="checkbox" />

'; - } - ?> -
- prix - - CHF -
- remarques - - -
- j\'ai bien lu et suis d\'accord avec le préambule - - -
-

-