mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2024-11-03 04:17:17 -05:00
8d78b6e75f
already been committed to trunk svn path=/icecast/branches/kh/icecast/; revision=14281
40 lines
1.2 KiB
HTML
40 lines
1.2 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" type="text/css" href="/style.css" />
|
|
<title>Icecast Streaming Media Server</title>
|
|
</head>
|
|
|
|
<body>
|
|
<!--index header menu -->
|
|
<div class="nav">
|
|
<h1>Icecast2 Admin</h1>
|
|
<center>
|
|
<table class="roundcont">
|
|
<tr>
|
|
<td class="topleft"></td>
|
|
<td rowspan="2" class="nav">
|
|
<table>
|
|
<tr>
|
|
<td>
|
|
<a target="content" href="/admin/stats.xsl">Admin Home</a>
|
|
<a target="content" href="/admin/listmounts.xsl">List Mountpoints</a>
|
|
<a target="content" href="/admin/managerelays.xsl">Manage Relays</a>
|
|
<a target="content" href="/admin/function.xsl?perform=updatecfg">Reload Config</a>
|
|
<a target="content" href="/admin/logs.xsl">Logs</a>
|
|
<a target="_parent" href="/index.html">Index</a>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
<td class="topright"></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="bottomleft"></td>
|
|
<td class="bottomright"></td>
|
|
</tr>
|
|
</table>
|
|
</center>
|
|
</body>
|
|
</html>
|