Update of /cvsroot/freevo/freevo/src/www/htdocs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5988
Modified Files:
search.rpy
Log Message:
Use the user-specified time format... date is still hardcoded though.
Index: search.rpy
===================================================================
RCS file: /cvsroot/freevo/freevo/src/www/htdocs/search.rpy,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** search.rpy 22 Mar 2004 05:33:59 -0000 1.20
--- search.rpy 20 May 2004 15:52:35 -0000 1.21
***************
*** 12,15 ****
--- 12,18 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.21 2004/05/20 15:52:35 outlyer
+ # Use the user-specified time format... date is still hardcoded though.
+ #
# Revision 1.20 2004/03/22 05:33:59 outlyer
# Removed a line of debug.
***************
*** 125,128 ****
--- 128,132 ----
import tv.record_client as ri
from www.web_types import HTMLResource, FreevoResource
+ import config
TRUE = 1
***************
*** 200,207 ****
if ri.isProgAFavorite(prog, favs):
status = 'favorite'
!
fv.tableRowOpen('class="chanrow"')
! fv.tableCell(time.strftime('%b %d %H:%M',
time.localtime(prog.start)), 'class="'+status+'" colspan="1"')
! fv.tableCell(time.strftime('%b %d %H:%M',
time.localtime(prog.stop)), 'class="'+status+'" colspan="1"')
chan = tv_util.get_chan_displayname(prog.channel_id)
--- 204,212 ----
if ri.isProgAFavorite(prog, favs):
status = 'favorite'
!
!
fv.tableRowOpen('class="chanrow"')
! fv.tableCell(time.strftime('%b %d ' + config.TV_TIMEFORMAT,
time.localtime(prog.start)), 'class="'+status+'" colspan="1"')
! fv.tableCell(time.strftime('%b %d ' + config.TV_TIMEFORMAT,
time.localtime(prog.stop)), 'class="'+status+'" colspan="1"')
chan = tv_util.get_chan_displayname(prog.channel_id)
-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g.
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog