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\'">&nbsp;&nbsp;Media Library&nbsp;&nbsp;</td>
          <td class="tablelink" 
onClick="document.location=\'manualrecord.rpy\'">&nbsp;&nbsp;Manually 
Record&nbsp;&nbsp;</td>
+      """
+         try:
+             if config.ICECAST_WWW_PAGE:
+                 self.res += '<td class="tablelink" 
onClick="document.location=\'iceslistchanger.rpy\'">&nbsp;&nbsp;Change&nbsp;Icecast&nbsp;List&nbsp;&nbsp;</td>'
+         except AttributeError:
+             pass
+ 
+         self.res += """
        <td height="24" width="11" background="images/round_right.png" cellpadding=0 
cellspacing=0>&nbsp;</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

Reply via email to