[cpif] r96 - in trunk/frontend-web: . skins/default

svn at argo.es svn at argo.es
Thu May 24 15:51:02 CEST 2007


Author: jcea
Date: Thu May 24 15:51:01 2007
New Revision: 96

Log:
Eliminamos algo de redundancia...

Modified:
   trunk/frontend-web/skins/default/body_show_thread.html
   trunk/frontend-web/url_hilo.py

Modified: trunk/frontend-web/skins/default/body_show_thread.html
==============================================================================
--- trunk/frontend-web/skins/default/body_show_thread.html	(original)
+++ trunk/frontend-web/skins/default/body_show_thread.html	Thu May 24 15:51:01 2007
@@ -1,10 +1,9 @@
     <style>
-      .even   {background-color: efe}
-      .odd {background-color: eef}
+      .even {background-color: efe}
+      .odd  {background-color: eef}
     </style>
 
     <h2>%(thread_title)s</h2>
-    <h3>%(thread_date)s</h3>
     %(body)s
     <hr>
     <p><form action="/nuevo_post_POST/%(msg_num)s" method="post" enctype="multipart/form-data">

Modified: trunk/frontend-web/url_hilo.py
==============================================================================
--- trunk/frontend-web/url_hilo.py	(original)
+++ trunk/frontend-web/url_hilo.py	Thu May 24 15:51:01 2007
@@ -20,7 +20,6 @@
 
   pagina.load_dict({
       "thread_title": "Hilo: %s (%s)" %(meta["titulo"],meta["creador"]),
-      "thread_date": calendario.hourdate(meta["TS creacion"],pagina._tz), # FIXME: esto es un fallo de encapsulamiento
       "msg_num": hilo_num
       })
   pagina.thread_entries(mensajes)



More information about the cpif mailing list