Rev 11160 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
23 | reyssat | 1 | !!! fichier de présentation de l'étape 5 !!! |
11160 | bpr | 2 | <h3 class="wimscenter">Etape $etape: saisie des identifiants </h3> |
3 | <p style="background-color:lightblue"> |
||
11157 | bpr | 4 | Donnez les identifiants |
5 | (titre, nom et adresse email de l'auteur) de votre exercice. |
||
23 | reyssat | 6 | </p> |
7 | </td> |
||
8 | </tr> |
||
9 | </table> |
||
17230 | bpr | 10 | <br> |
11157 | bpr | 11 | <table class="wimsborder wimscenter"> |
23 | reyssat | 12 | <tr> |
11157 | bpr | 13 | <th> |
11160 | bpr | 14 | $wims_name_firstname, $wims_name_lastname |
15 | </th><th> |
||
16 | $wims_name_email |
||
17 | </th><th> |
||
23 | reyssat | 18 | Titre de l'exercice |
19 | </th> |
||
20 | </tr> |
||
21 | <tr> |
||
11157 | bpr | 22 | <td> |
17230 | bpr | 23 | <input size="30" name="auteur" value="$auteur"> |
11160 | bpr | 24 | </td><td> |
17230 | bpr | 25 | <input size="30" name="imel" value="$imel"> |
11160 | bpr | 26 | </td><td> |
17230 | bpr | 27 | <input size=30 name="titre" value="$titre"> |
23 | reyssat | 28 | </td> |
11157 | bpr | 29 | </tr> |
23 | reyssat | 30 | </table> |
31 | |||
32 | !read comsDir/valideb |