Commit 8dc265f033a7256151d317aecf9fe65ba45f4092
1 parent
45d9b4c8
quel modification mineur
Showing
4 changed files
with
11 additions
and
11 deletions
Show diff stats
agenda.php
... | ... | @@ -17,7 +17,7 @@ |
17 | 17 | </div > |
18 | 18 | <tbody> |
19 | 19 | <tr> |
20 | - <td> date </td> | |
20 | + <th> date </th> | |
21 | 21 | <td> jour </td> |
22 | 22 | <td> jour </td> |
23 | 23 | <td> jour </td> |
... | ... | @@ -27,7 +27,7 @@ |
27 | 27 | <td> jour </td> |
28 | 28 | </tr> |
29 | 29 | <tr> |
30 | - <td> date </td> | |
30 | + <th> date </th> | |
31 | 31 | <td> jour </td> |
32 | 32 | <td> jour </td> |
33 | 33 | <td> jour </td> |
... | ... | @@ -37,7 +37,7 @@ |
37 | 37 | <td> jour </td> |
38 | 38 | </tr> |
39 | 39 | <tr> |
40 | - <td> date </td> | |
40 | + <th> date </th> | |
41 | 41 | <td> jour </td> |
42 | 42 | <td> jour </td> |
43 | 43 | <td> jour </td> |
... | ... | @@ -47,7 +47,7 @@ |
47 | 47 | <td> jour </td> |
48 | 48 | </tr> |
49 | 49 | <tr> |
50 | - <td> date </td> | |
50 | + <th> date </th> | |
51 | 51 | <td> jour </td> |
52 | 52 | <td> jour </td> |
53 | 53 | <td> jour </td> |
... | ... | @@ -57,7 +57,7 @@ |
57 | 57 | <td> jour </td> |
58 | 58 | </tr> |
59 | 59 | <tr> |
60 | - <td> date </td> | |
60 | + <th> date </th> | |
61 | 61 | <td> jour </td> |
62 | 62 | <td> jour </td> |
63 | 63 | <td> jour </td> | ... | ... |
connect.php
... | ... | @@ -10,7 +10,7 @@ |
10 | 10 | </div> |
11 | 11 | |
12 | 12 | <div class="form-group"> |
13 | - <label class="col-sm-2 control-label" for="entrer_mot_de_passe_3">Mot de passe</label> | |
13 | + <label class="col-sm-2 control-label" for="entrer_mot_de_passe_3">Mot de passe</label> <!-- ajouter la posibilité d'afficher le mot de passe --> | |
14 | 14 | <div class="col-sm-10"> |
15 | 15 | <input type="password" class="form-control" id="entrer_mot_de_passe_3" placeholder="Votre mot de passe"> |
16 | 16 | </div> | ... | ... |
menu.php
... | ... | @@ -4,10 +4,10 @@ |
4 | 4 | <a href="#news" onClick="loadNewDoc('news.php');">News</a> |
5 | 5 | </li> |
6 | 6 | <li> |
7 | - <a href="#" onClick="loadNewDoc('agenda.php');">Agenda</a> | |
7 | + <a href="#agenda" onClick="loadNewDoc('agenda.php');">Agenda</a> | |
8 | 8 | </li> |
9 | 9 | <li> |
10 | - <a href="#" onClick="loadNewDoc('orga.php');">Organisation</a> | |
10 | + <a href="organisation" onClick="loadNewDoc('orga.php');">Organisation</a> | |
11 | 11 | </li> |
12 | 12 | <?php |
13 | 13 | if (!(isset($_SESSION["connected"]) && $_SESSION["connected"])) |
... | ... | @@ -22,7 +22,7 @@ |
22 | 22 | { |
23 | 23 | ?> |
24 | 24 | <li> |
25 | - <a href="#" onClick="loadNewDoc('???????.php;)">Profil</a> | |
25 | + <a href="#pofil" onClick="loadNewDoc('???????.php;)">Profil</a> | |
26 | 26 | </li> |
27 | 27 | <?php |
28 | 28 | } | ... | ... |
topnavbar.php
... | ... | @@ -3,10 +3,10 @@ |
3 | 3 | <div class="navbar-header"> |
4 | 4 | |
5 | 5 | <!-- <a class="thumbnail" onClick="document.location.reload();" href="#"> |
6 | - <img data-src="logo-895x1030.jpg/895x1030" alt="..."> | |
6 | + <img data-src="logo-895x1030.jpg/895x1030" alt="..."> je n'arriva pas a mettre le logo 2013-2014 :'( | |
7 | 7 | </a> --> |
8 | 8 | |
9 | - <a class="navbar-brand" onClick="document.location.reload();" data-toggle="tooltip" data-placement="bottom" title="Afficher la page d'accueil" href="#">Coupe de Robotique des Ecoles Primaires</a> | |
9 | + <a class="navbar-brand" onClick="document.location.reload();" data-toggle="tooltip" data-placement="bottom" title="Aller à la page d'accueil" href="#">Coupe de Robotique des Ecoles Primaires</a> | |
10 | 10 | </div> |
11 | 11 | <div class="collapse navbar-collapse"> |
12 | 12 | <?php | ... | ... |