annotate templates/calendar.xml @ 86:2a03eac5e9ca

index.php: Refactor pour utiliser Requete
author Franck Deroche <franck@defr.org>
date Sun, 02 Dec 2018 21:30:47 +0100
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>