Mercurial > defr > DualBlog
annotate templates/calendar.xml @ 14:ec1453cb74b8
Plus brutal, mais fonctionnel.
Il semblerait que -1 % 12 retourne -1 en PHP, et pas 11...
author | Franck Deroche <webmaster@defr.org> |
---|---|
date | Fri, 26 Oct 2007 14:24:59 +0200 |
parents | ff57b45eda37 |
children |
rev | line source |
---|---|
webmaster@11 | 1 <?xml version='1.0' encoding='UTF-8'?> |
webmaster@11 | 2 <div xmlns='http://www.w3.org/1999/xhtml' |
webmaster@11 | 3 xmlns:tr='http://defr.net/2007/template' |
webmaster@11 | 4 class='cal'> |
webmaster@11 | 5 <a tr:id='calPrev' class='calPrev' /> |
webmaster@11 | 6 <a tr:id='calNext' class='calNext' /> |
webmaster@11 | 7 <tr:currentMonth /> |
webmaster@11 | 8 </div> |