Calendar_Year
<!-- BEGIN_MODULE Calendar_Year --> <div> <p><!-- BEGIN prevLink --> <a href="{url}" title="前年へ">«</a><!-- END prevLink --> <span>{year}</span><!-- BEGIN nextLink --> <a href="{url}" title="次年へ">»</a><!-- END nextLink --> </p> </div> <table id="cal" summary="calender"> <!-- BEGIN unit:loop --> <tr><!-- BEGIN month:loop --> <td class="monthTd"> <a href="{monthUrl}">{monthDate}[date('F')]</a> <table> <tr> <!-- BEGIN weekLabel:loop --> <td>{label}</td> <!-- END weekLabel:loop --> </tr> <!-- BEGIN week:loop --> <tr align="right"> <!-- BEGIN day:loop --> <!-- BEGIN spacer --> <td> </td> <!-- END spacer --> <!-- BEGIN none --> <td>{day}</td> <!-- END none --> <!-- BEGIN link --> <td><a href="{url}">{day}</a></td> <!-- END link --> <!-- END day:loop --> </tr> <!-- END week:loop --> </table> </td><!-- END month:loop --> </tr><!-- END unit:loop --> </table> <!-- END_MODULE Calendar_Year -->