Rev 6063 | Rev 11157 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 6063 | Rev 6235 | ||
---|---|---|---|
Line 2... | Line 2... | ||
2 | <center> |
2 | <center> |
3 | <b><font color=darkcyan size=+1> Etape $etape: <u>saisie des identifiants</u> </font></b> |
3 | <b><font color=darkcyan size=+1> Etape $etape: <u>saisie des identifiants</u> </font></b> |
4 | <br/> |
4 | <br /> |
5 | <table> |
5 | <table> |
6 | <tr> |
6 | <tr> |
7 | <td> |
7 | <td> |
8 | <p style="background-color:lightblue"> |
8 | <p style="background-color:lightblue"> |
9 | Donnez les identifiants |
9 | Donnez les identifiants |
Line 11... | Line 11... | ||
11 | </p> |
11 | </p> |
12 | </td> |
12 | </td> |
13 | </tr> |
13 | </tr> |
14 | </table> |
14 | </table> |
15 | </center> |
15 | </center> |
16 | <br/> |
16 | <br /> |
17 | <center> |
17 | <center> |
18 | <table border=2> |
18 | <table border=2> |
19 | <tr> |
19 | <tr> |
20 | <th align="center"> |
20 | <th align="center"> |
21 | Noms et Prénoms |
21 | Noms et Prénoms |
Line 27... | Line 27... | ||
27 | Titre de l'exercice |
27 | Titre de l'exercice |
28 | </th> |
28 | </th> |
29 | </tr> |
29 | </tr> |
30 | <tr> |
30 | <tr> |
31 | <td align="center"> |
31 | <td align="center"> |
32 | <input size="30" name="auteur" value="$auteur"/> |
32 | <input size="30" name="auteur" value="$auteur" /> |
33 | </td> |
33 | </td> |
34 | <td align="center"> |
34 | <td align="center"> |
35 | <input size="30" name="imel" value="$imel"/> |
35 | <input size="30" name="imel" value="$imel" /> |
36 | </td> |
36 | </td> |
37 | <td align="center"> |
37 | <td align="center"> |
38 | <input size=30 name="titre" value="$titre"/> |
38 | <input size=30 name="titre" value="$titre" /> |
39 | </td> |
39 | </td> |
40 | </tr> |
40 | </tr> |
41 | </table> |
41 | </table> |
42 | </center> |
42 | </center> |
43 | 43 |