1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
| ...
<tr class="entete"><th><a href="javascript:afficheCalendrier('2','2008','calqueCalendrier','url','gestionInterne.CRA.inc.php')"><</a></th><th colspan="5">Mars</th><th><a href="javascript:afficheCalendrier('4','2008','calqueCalendrier','url','gestionInterne.CRA.inc.php')">></a></th></tr>
<tr><th>L</th><th>M</th><th>M</th><th>J</th><th>V</th><th>S</th><th>D</th></tr>
<tr>
<td colspan="5" class="jourVide"> </td>
<td id="s1j6" class="jour" onmouseover="document.getElementById('s1j6').style.fontWeight='bold'" onmouseout="document.getElementById('s1j6').style.fontWeight='normal'" onclick="versPage('gestionInterne.CRA.inc.php?jour=1&mois=3&annee=2008')">1</td>
<td id="s1j7" class="jour" onmouseover="document.getElementById('s1j7').style.fontWeight='bold'" onmouseout="document.getElementById('s1j7').style.fontWeight='normal'" onclick="versPage('gestionInterne.CRA.inc.php?jour=2&mois=3&annee=2008')">2</td>
</tr>
<tr>
<td id="s2j1" class="jour" onmouseover="document.getElementById('s2j1').style.fontWeight='bold'" onmouseout="document.getElementById('s2j1').style.fontWeight='normal'" onclick="versPage('gestionInterne.CRA.inc.php?jour=3&mois=3&annee=2008')">3</td>
<td id="s2j2" class="jour" onmouseover="document.getElementById('s2j2').style.fontWeight='bold'" onmouseout="document.getElementById('s2j2').style.fontWeight='normal'" onclick="versPage('gestionInterne.CRA.inc.php?jour=4&mois=3&annee=2008')">4</td>
<td id="s2j3" class="jour" onmouseover="document.getElementById('s2j3').style.fontWeight='bold'" onmouseout="document.getElementById('s2j3').style.fontWeight='normal'" onclick="versPage('gestionInterne.CRA.inc.php?jour=5&mois=3&annee=2008')">5</td>
<td id="s2j4" class="jour" onmouseover="document.getElementById('s2j4').style.fontWeight='bold'" onmouseout="document.getElementById('s2j4').style.fontWeight='normal'" onclick="versPage('gestionInterne.CRA.inc.php?jour=6&mois=3&annee=2008')">6</td>
<td style="font-weight: normal;" id="s2j5" class="jour" onmouseover="document.getElementById('s2j5').style.fontWeight='bold'" onmouseout="document.getElementById('s2j5').style.fontWeight='normal'" onclick="versPage('gestionInterne.CRA.inc.php?jour=7&mois=3&annee=2008')">7</td>
<td id="s2j6" class="jour" onmouseover="document.getElementById('s2j6').style.fontWeight='bold'" onmouseout="document.getElementById('s2j6').style.fontWeight='normal'" onclick="versPage('gestionInterne.CRA.inc.php?jour=8&mois=3&annee=2008')">8</td>
<td id="s2j7" class="jour" onmouseover="document.getElementById('s2j7').style.fontWeight='bold'" onmouseout="document.getElementById('s2j7').style.fontWeight='normal'" onclick="versPage('gestionInterne.CRA.inc.php?jour=9&mois=3&annee=2008')">9</td>
</tr>
<tr>
<td id="s3j1" class="jour" onmouseover="document.getElementById('s3j1').style.fontWeight='bold'" onmouseout="document.getElementById('s3j1').style.fontWeight='normal'" onclick="versPage('gestionInterne.CRA.inc.php?jour=10&mois=3&annee=2008')">10</td>
<td id="s3j2" class="jour" onmouseover="document.getElementById('s3j2').style.fontWeight='bold'" onmouseout="document.getElementById('s3j2').style.fontWeight='normal'" onclick="versPage('gestionInterne.CRA.inc.php?jour=11&mois=3&annee=2008')">11</td>
... |
Partager