Révision c882c2d0
| b/index.php | ||
|---|---|---|
| 261 | 261 |
<tr> |
| 262 | 262 |
<td><a class="button" title="<?=$vue?> précédent<?=$vue=="année" ? "e" : ""?>" href="?date=<?=date("Y/m/01", strtotime("-$nbMois month", $tsCurrent))?>&vue=<?=$vue?>"><<</a></td>
|
| 263 | 263 |
<td align="center"> |
| 264 |
<a href="?date=<?=$dateCurrent?>&vue=mois">mois</a> | |
|
| 265 |
<a href="?date=<?=$dateCurrent?>&vue=trimestre">trimestre</a> | |
|
| 266 |
<a href="?date=<?=$dateCurrent?>&vue=année">année</a> |
|
| 264 |
<a title="mois courant" href="?date=<?=$dateCurrent?>&vue=mois">mois</a> | |
|
| 265 |
<a title="mois autour du mois courant" href="?date=<?=$dateCurrent?>&vue=trimestre">trimestre</a> | |
|
| 266 |
<a title="année courante" href="?date=<?=$dateCurrent?>&vue=année">année</a> |
|
| 267 | 267 |
<td><a class="button" title="<?=$vue?> suivant<?=$vue=="année" ? "e" : ""?>" style="float: right" href="?date=<?=date("Y/m/01", strtotime("+$nbMois month", $tsCurrent))?>&vue=<?=$vue?>">>></a></td>
|
| 268 | 268 |
</tr> |
| 269 | 269 |
<?php |
Formats disponibles : Unified diff