From: x2000habouzit Date: Wed, 1 Dec 2004 11:15:12 +0000 (+0000) Subject: some date stuff X-Git-Tag: xorg/old~743 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=7f0c1b361ebe951e817f53430fd2a295cfba0fbe;p=platal.git some date stuff --- diff --git a/templates/listes/archives.tpl b/templates/listes/archives.tpl index 7ebe61c..45724e2 100644 --- a/templates/listes/archives.tpl +++ b/templates/listes/archives.tpl @@ -17,7 +17,7 @@ * Foundation, Inc., * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * *************************************************************************** - $Id: archives.tpl,v 1.3 2004-11-30 09:34:55 x2000habouzit Exp $ + $Id: archives.tpl,v 1.4 2004-12-01 11:15:12 x2000habouzit Exp $ ***************************************************************************} {dynamic} @@ -44,17 +44,17 @@ {foreach from=$archs item=m key=y} - + {$y} {foreach from=$range item=i} {if $m[$i]} - [{"0000-$i-01"|date_format:"%b"}] + {"0000-$i-01"|date_format:"%B"} {else} - [   ] +   {/if} - {if $i eq 6}{/if} + {if $i eq 6}{/if} {/foreach} {/foreach} @@ -70,17 +70,17 @@ {foreach from=$archs item=m key=y} - + {$y} {foreach from=$range item=i} {if $m[$i]} - [{"0000-$i-01"|date_format:"%b"}] + {"0000-$i-01"|date_format:"%B"} {else} - [   ] +   {/if} - {if $i eq 6}{/if} + {if $i eq 6}{/if} {/foreach} {/foreach}