Update of /cvsroot/freevo/freevo/src/www/htdocs
In directory sc8-pr-cvs1:/tmp/cvs-serv23632/src/www/htdocs

Modified Files:
        search.rpy 
Log Message:
Search now uses tv_util.get_chan_displayname(prog) for the display also.


Index: search.rpy
===================================================================
RCS file: /cvsroot/freevo/freevo/src/www/htdocs/search.rpy,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** search.rpy  30 May 2003 19:17:27 -0000      1.8
--- search.rpy  6 Jul 2003 20:08:05 -0000       1.9
***************
*** 12,15 ****
--- 12,18 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.9  2003/07/06 20:08:05  rshortt
+ # Search now uses tv_util.get_chan_displayname(prog) for the display also.
+ #
  # Revision 1.8  2003/05/30 19:17:27  rshortt
  # Removing the old header, it was being printed too.
***************
*** 70,73 ****
--- 73,77 ----
  
  import sys, time
+ import tv_util
  
  import record_client as ri
***************
*** 140,144 ****
                  fv.tableCell(time.strftime('%b %d %H:%M', 
time.localtime(prog.start)), 'class="'+status+'" align="left" colspan="1"')
                  fv.tableCell(time.strftime('%b %d %H:%M', 
time.localtime(prog.stop)), 'class="'+status+'" align="left" colspan="1"')
!                 fv.tableCell(prog.channel_id, 'class="'+status+'" align="left" 
colspan="1"')
                  fv.tableCell(prog.title, 'class="'+status+'" align="left" 
colspan="1"')
      
--- 144,152 ----
                  fv.tableCell(time.strftime('%b %d %H:%M', 
time.localtime(prog.start)), 'class="'+status+'" align="left" colspan="1"')
                  fv.tableCell(time.strftime('%b %d %H:%M', 
time.localtime(prog.stop)), 'class="'+status+'" align="left" colspan="1"')
! 
!                 chan = tv_util.get_chan_displayname(prog)
!                 if not chan: chan = 'UNKNOWN'
!                 fv.tableCell(chan, 'class="'+status+'" align="left" colspan="1"')
! 
                  fv.tableCell(prog.title, 'class="'+status+'" align="left" 
colspan="1"')
      




-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to