<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>Icecast Streaming Media Server</title>
    <link rel="stylesheet" type="text/css" href="style.css" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
  </head>
  <body>
    <h1 id="header">Icecast2 Status</h1>
    <div id="menu">
      <ul>
        <li>
          <a href="admin/">Administration</a>
        </li>
        <li>
          <a href="status.xsl">Server Status</a>
        </li>
        <li>
          <a href="server_version.xsl">Version</a>
        </li>
      </ul>
    </div>
    <h2>Authorization Page</h2>
    <div class="roundbox">
      <h3 class="mount">
						Mount Point /all.mp3<small>Rainwave All</small></h3>
      <form class="alignedform" method="get" action="/admin/buildm3u">
        <p>
          <label for="name">Username: </label>
          <input id="name" name="username" type="text" />
        </p>
        <p>
          <label for="password">Password: </label>
          <input id="password" name="password" type="password" />
        </p>
        <input type="hidden" name="mount" value="/all.mp3" />
        <input type="submit" value="Login" />
      </form>
    </div>
    <div class="roundbox">
      <h3 class="mount">
						Mount Point /all.ogg<small>Rainwave All</small></h3>
      <form class="alignedform" method="get" action="/admin/buildm3u">
        <p>
          <label for="name">Username: </label>
          <input id="name" name="username" type="text" />
        </p>
        <p>
          <label for="password">Password: </label>
          <input id="password" name="password" type="password" />
        </p>
        <input type="hidden" name="mount" value="/all.ogg" />
        <input type="submit" value="Login" />
      </form>
    </div>
    <div class="roundbox">
      <h3 class="mount">
						Mount Point /chill.mp3<small>Rainwave Chill</small></h3>
      <form class="alignedform" method="get" action="/admin/buildm3u">
        <p>
          <label for="name">Username: </label>
          <input id="name" name="username" type="text" />
        </p>
        <p>
          <label for="password">Password: </label>
          <input id="password" name="password" type="password" />
        </p>
        <input type="hidden" name="mount" value="/chill.mp3" />
        <input type="submit" value="Login" />
      </form>
    </div>
    <div class="roundbox">
      <h3 class="mount">
						Mount Point /chill.ogg<small>Rainwave Chill</small></h3>
      <form class="alignedform" method="get" action="/admin/buildm3u">
        <p>
          <label for="name">Username: </label>
          <input id="name" name="username" type="text" />
        </p>
        <p>
          <label for="password">Password: </label>
          <input id="password" name="password" type="password" />
        </p>
        <input type="hidden" name="mount" value="/chill.ogg" />
        <input type="submit" value="Login" />
      </form>
    </div>
    <div class="roundbox">
      <h3 class="mount">
						Mount Point /chiptune.mp3<small>Rainwave Chiptunes</small></h3>
      <form class="alignedform" method="get" action="/admin/buildm3u">
        <p>
          <label for="name">Username: </label>
          <input id="name" name="username" type="text" />
        </p>
        <p>
          <label for="password">Password: </label>
          <input id="password" name="password" type="password" />
        </p>
        <input type="hidden" name="mount" value="/chiptune.mp3" />
        <input type="submit" value="Login" />
      </form>
    </div>
    <div class="roundbox">
      <h3 class="mount">
						Mount Point /chiptune.ogg<small>Rainwave Chiptunes</small></h3>
      <form class="alignedform" method="get" action="/admin/buildm3u">
        <p>
          <label for="name">Username: </label>
          <input id="name" name="username" type="text" />
        </p>
        <p>
          <label for="password">Password: </label>
          <input id="password" name="password" type="password" />
        </p>
        <input type="hidden" name="mount" value="/chiptune.ogg" />
        <input type="submit" value="Login" />
      </form>
    </div>
    <div class="roundbox">
      <h3 class="mount">
						Mount Point /covers.mp3<small>Rainwave Covers</small></h3>
      <form class="alignedform" method="get" action="/admin/buildm3u">
        <p>
          <label for="name">Username: </label>
          <input id="name" name="username" type="text" />
        </p>
        <p>
          <label for="password">Password: </label>
          <input id="password" name="password" type="password" />
        </p>
        <input type="hidden" name="mount" value="/covers.mp3" />
        <input type="submit" value="Login" />
      </form>
    </div>
    <div class="roundbox">
      <h3 class="mount">
						Mount Point /covers.ogg<small>Rainwave Covers</small></h3>
      <form class="alignedform" method="get" action="/admin/buildm3u">
        <p>
          <label for="name">Username: </label>
          <input id="name" name="username" type="text" />
        </p>
        <p>
          <label for="password">Password: </label>
          <input id="password" name="password" type="password" />
        </p>
        <input type="hidden" name="mount" value="/covers.ogg" />
        <input type="submit" value="Login" />
      </form>
    </div>
    <div class="roundbox">
      <h3 class="mount">
						Mount Point /game.mp3<small>Rainwave Game Music</small></h3>
      <form class="alignedform" method="get" action="/admin/buildm3u">
        <p>
          <label for="name">Username: </label>
          <input id="name" name="username" type="text" />
        </p>
        <p>
          <label for="password">Password: </label>
          <input id="password" name="password" type="password" />
        </p>
        <input type="hidden" name="mount" value="/game.mp3" />
        <input type="submit" value="Login" />
      </form>
    </div>
    <div class="roundbox">
      <h3 class="mount">
						Mount Point /game.ogg<small>Rainwave Game Music</small></h3>
      <form class="alignedform" method="get" action="/admin/buildm3u">
        <p>
          <label for="name">Username: </label>
          <input id="name" name="username" type="text" />
        </p>
        <p>
          <label for="password">Password: </label>
          <input id="password" name="password" type="password" />
        </p>
        <input type="hidden" name="mount" value="/game.ogg" />
        <input type="submit" value="Login" />
      </form>
    </div>
    <div class="roundbox">
      <h3 class="mount">
						Mount Point /ocremix.mp3<small>OverClocked Remix Radio</small></h3>
      <form class="alignedform" method="get" action="/admin/buildm3u">
        <p>
          <label for="name">Username: </label>
          <input id="name" name="username" type="text" />
        </p>
        <p>
          <label for="password">Password: </label>
          <input id="password" name="password" type="password" />
        </p>
        <input type="hidden" name="mount" value="/ocremix.mp3" />
        <input type="submit" value="Login" />
      </form>
    </div>
    <div class="roundbox">
      <h3 class="mount">
						Mount Point /ocremix.ogg<small>OverClocked Remix Radio</small></h3>
      <form class="alignedform" method="get" action="/admin/buildm3u">
        <p>
          <label for="name">Username: </label>
          <input id="name" name="username" type="text" />
        </p>
        <p>
          <label for="password">Password: </label>
          <input id="password" name="password" type="password" />
        </p>
        <input type="hidden" name="mount" value="/ocremix.ogg" />
        <input type="submit" value="Login" />
      </form>
    </div>
    <div id="footer">
		Support icecast development at <a href="https://www.icecast.org/">www.icecast.org</a></div>
  </body>
</html>
