[xiph-commits] r14469 - websites/dir.xiph.org
karl at svn.xiph.org
karl at svn.xiph.org
Mon Feb 11 07:34:10 PST 2008
Author: karl
Date: 2008-02-11 07:34:07 -0800 (Mon, 11 Feb 2008)
New Revision: 14469
Modified:
websites/dir.xiph.org/index.php
Log:
so there are a few more links to fix
Modified: websites/dir.xiph.org/index.php
===================================================================
--- websites/dir.xiph.org/index.php 2008-02-11 04:14:17 UTC (rev 14468)
+++ websites/dir.xiph.org/index.php 2008-02-11 15:34:07 UTC (rev 14469)
@@ -13,8 +13,8 @@
<link rel="stylesheet" type="text/css" href="/xiphcommon/xiphbar.css" />
<? include "xiphcommon/xiphbar.include"; ?>
<table width="100%" border=0 cellpadding=0 cellspacing=0 bgcolor=black>
-<tr><td colspan=3><img alt="Icecast Logo" src="images/icecast.png"></td></tr>
-<tr><td colspan=3 bgcolor="#7B96C6" height=3><img alt="Icecast Logo" src="images/blue.png" height=3></td></tr>
+<tr><td colspan=3><img alt="Icecast Logo" src="/images/icecast.png"></td></tr>
+<tr><td colspan=3 bgcolor="#7B96C6" height=3><img alt="Icecast Logo" src="/images/blue.png" height=3></td></tr>
<tr>
<td colspan=3 bgcolor="black">
<center>
@@ -34,7 +34,7 @@
</table>
</center>
</td></tr>
-<tr><td colspan=3 bgcolor="#7B96C6" height=3><img alt="Icecast Logo" src="images/blue.png" height=3></td></tr>
+<tr><td colspan=3 bgcolor="#7B96C6" height=3><img alt="Icecast Logo" src="/images/blue.png" height=3></td></tr>
<tr><td colspan=3><br><br></td></tr>
<tr>
<?
@@ -287,8 +287,8 @@
}
$streamLine = '
<tr>
- <td class="streamtd_alt" width=75 valign="middle" bgcolor="'.$bgcolor.'" ><center>'.$clustertext.'<a href="listen.php?pid='.$playlist_id.'&file=listen.m3u" alt="'.$server_type.'" title="'.$server_type.'" class="listen_a"><div id="listen">'.$server_type.'</div></a></center></td>
- <td class="streamtd_alt" bgcolor="'.$bgcolor.'">'.$description_tag.'Now playing on <a class="streamtd_alt_2" href="listen.php?pid='.$playlist_id.'&file=listen.m3u">'.$mountpoint.'</a> : <font color=yellow>'.substr($current_song, 0, 100).'</font></td>
+ <td class="streamtd_alt" width=75 valign="middle" bgcolor="'.$bgcolor.'" ><center>'.$clustertext.'<a href="/listen.php?pid='.$playlist_id.'&file=listen.m3u" alt="'.$server_type.'" title="'.$server_type.'" class="listen_a"><div id="listen">'.$server_type.'</div></a></center></td>
+ <td class="streamtd_alt" bgcolor="'.$bgcolor.'">'.$description_tag.'Now playing on <a class="streamtd_alt_2" href="/listen.php?pid='.$playlist_id.'&file=listen.m3u">'.$mountpoint.'</a> : <font color=yellow>'.substr($current_song, 0, 100).'</font></td>
<td class="streamtd_alt" width=75 bgcolor="'.$bgcolor.'"> <center><font color=white>'.substr($genre, 0, 30).'</font></td>
<td class="streamtd_alt" width=150 bgcolor="'.$bgcolor.'"><center>'.$audio_info.'</td>
</tr>
More information about the commits
mailing list