[ Index ] |
|
Code source de phpMyVisites 2.3 |
1 <!-- month selection --> 2 <div id="calendrier"> 3 <form action="{$url_date}" method="post"> 4 <p> 5 <select onchange="pmvUrlOnChangeMonth (this)" name="date"> 6 {html_options options=$months_available selected=$month_selected} 7 </select> 8 </p> 9 </form> 10 <!-- /month selection --> 11 12 <!-- calendar --> 13 <table> 14 <tr> 15 {foreach from=$day_first_letter item=day} 16 <th>{$day}</th> 17 {/foreach} 18 </tr> 19 {foreach from=$calendar item=week} 20 <tr> 21 {foreach from=$week item=days} 22 <td> 23 {if $days.exists==1}<a {if $days.selected==1} class="selection" {/if} href="javascript:pmvUrlOnChangeDay ('{$days.date}')">{/if} 24 {$days.day|replace:"-":"<br />"} 25 {if $days.exists==1}</a>{/if} 26 </td> 27 {/foreach} 28 </tr> 29 {/foreach} 30 </table> 31 </div> 32 <!-- /calendar -->
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Mon Nov 26 14:10:01 2007 | par Balluche grâce à PHPXref 0.7 |
![]() |