Update of /cvsroot/freevo/freevo/src/www
In directory sc8-pr-cvs1:/tmp/cvs-serv30406
Modified Files:
web_types.py
Log Message:
adding icecast if the user asks for it.
Index: web_types.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/www/web_types.py,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** web_types.py 23 Aug 2003 12:51:43 -0000 1.10
--- web_types.py 2 Sep 2003 22:41:08 -0000 1.11
***************
*** 10,13 ****
--- 10,16 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.11 2003/09/02 22:41:08 mikeruelle
+ # adding icecast if the user asks for it.
+ #
# Revision 1.10 2003/08/23 12:51:43 dischi
# removed some old CVS log messages
***************
*** 189,192 ****
--- 192,203 ----
<td class="tablelink"
onClick="document.location=\'library.rpy\'"> Media Library </td>
<td class="tablelink"
onClick="document.location=\'manualrecord.rpy\'"> Manually
Record </td>
+ """
+ try:
+ if config.ICECAST_WWW_PAGE:
+ self.res += '<td class="tablelink"
onClick="document.location=\'iceslistchanger.rpy\'"> Change Icecast List </td>'
+ except AttributeError:
+ pass
+
+ self.res += """
<td height="24" width="11" background="images/round_right.png" cellpadding=0
cellspacing=0> </td>
</tr>
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog