[cpif] r61 - trunk/frontend-web
svn at argo.es
svn at argo.es
Sat May 19 23:38:54 CEST 2007
Author: jcea
Date: Sat May 19 23:38:54 2007
New Revision: 61
Log:
Modified:
trunk/frontend-web/calendario.py
Modified: trunk/frontend-web/calendario.py
==============================================================================
--- trunk/frontend-web/calendario.py (original)
+++ trunk/frontend-web/calendario.py Sat May 19 23:38:54 2007
@@ -18,8 +18,8 @@
semana=mes.pop(0)
for i in xrange(7) :
dia=semana.pop(0)
- texto.append("<td align=center><a href='/indice/%d%.2d%.2d/%s'>%s</a></td>"
- %(dia.year,dia.month,dia.day,"%(usuario)s",dia.day))
+ texto.append("<td align=center><a href='/indice/%d%.2d%.2d'>%s</a></td>"
+ %(dia.year,dia.month,dia.day,dia.day))
texto.append("</tr>")
texto.append("</table>")
mes="".join(texto)
More information about the cpif
mailing list