1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-06-23 06:25:24 +00:00

replace table with hr+css

svn path=/icecast/trunk/icecast/; revision=7791
This commit is contained in:
j 2004-09-18 20:14:50 +00:00
parent 936cedefb8
commit 35cbc4a318
17 changed files with 23 additions and 18 deletions

View File

@ -9,7 +9,7 @@
<div class="boxtest">
<body bgcolor="#efefef" text="#323232" link="#0000ff" vlink="#800080" alink="#ff0000">
<h1>Icecast 2 Admin Interface</h1>
<table width="100%"><tr><td bgcolor="#007B79" height="10" align="center"></td></tr></table>
<hr id='titlebar' />
<br />
<br />
<br />

View File

@ -8,7 +8,7 @@
<body>
<div class="boxtest">
<h1>Icecast 2 Basic Setup</h1>
<table width="100%"><tr><td bgcolor="#007B79" height="10" align="center"></td></tr></table>
<hr id='titlebar' />
<p>
<br />
<br />

View File

@ -8,7 +8,7 @@
<body>
<div class="boxtest">
<h1>Icecast 2 Config File</h1>
<table width="100%"><tr><td bgcolor="#007B79" height="10" align="center"></td></tr></table>
<hr id='titlebar' />
<h3>Overview</h3>
<p>
This section will describe each section of the config file and is grouped into the following sections:

View File

@ -7,9 +7,8 @@
</head>
<body>
<div class="boxtest">
<body bgcolor="#efefef" text="#323232" link="#0000ff" vlink="#800080" alink="#ff0000">
<h1>Icecast 2 FAQ</h1>
<table width="100%"><tr><td bgcolor="#007B79" height="10" align="center"></td></tr></table>
<hr id='titlebar' />
<br />
<br />
<br />

View File

@ -8,7 +8,7 @@
<body>
<div class="boxtest">
<h1>Icecast 2 Glossary</h1>
<table width="100%"><tr><td bgcolor="#007B79" height="10" align="center"></td></tr></table>
<hr id='titlebar' />
<br />
<br />
<br />

View File

@ -8,7 +8,7 @@
<body>
<div class="boxtest">
<h1>Icecast 2 Introduction</h1>
<table width="100%"><tr><td bgcolor="#007B79" height="10" align="center"></td></tr></table>
<hr id='titlebar' />
<br />
<br />
<br />

View File

@ -8,7 +8,7 @@
<body>
<div class="boxtest">
<h1>Icecast 2 Listener Authentication</h1>
<table width="100%"><tr><td bgcolor="#007B79" height="10" align="center"></td></tr></table>
<hr id='titlebar' />
<br />
<br />
<br />

View File

@ -8,7 +8,7 @@
<body>
<div class="boxtest">
<h1>Icecast 2 Relaying</h1>
<table width="100%"><tr><td bgcolor="#007B79" height="10" align="center"></td></tr></table>
<hr id='titlebar' />
<br />
<br />
<br />

View File

@ -8,7 +8,7 @@
<body>
<div class="boxtest">
<h1>Icecast 2 Server Statistics</h1>
<table width="100%"><tr><td bgcolor="#007B79" height="10" align="center"></td></tr></table>
<hr id='titlebar' />
<br />
<br />
<br />

View File

@ -8,7 +8,7 @@
<body>
<div class="boxtest">
<h1>Icecast 2 - Win32 Specific Documentation</h1>
<table width="100%"><tr><td bgcolor="#007B79" height="10" align="center"></td></tr></table>
<hr id='titlebar' />
<p>
The win32 port of icecast2 is simply a UI framework around the core icecast2 server. The win32 version of icecast2 directly uses the main executable of icecast (statically included) and simply provides a GUI interface to icecast2.
</p>

View File

@ -8,7 +8,7 @@
<body>
<div class="boxtest">
<h1>Icecast 2 YP Directories</h1>
<table width="100%"><tr><td bgcolor="#007B79" height="10" align="center"></td></tr></table>
<hr id='titlebar' />
<br />
<br />
<br />

View File

@ -8,7 +8,7 @@
<body>
<div class="boxtest">
<h1>Icecast 2 Documentation Table of Contents</h1>
<table width="100%"><tr><td bgcolor="#007B79" height="10" align="center"></td></tr></table>
<hr id='titlebar'>
<ul>
<li><a href="icecast2_introduction.html">Introduction</a></li>
<li><a href="icecast2_basicsetup.html">Basic Setup</a></li>

View File

@ -8,7 +8,7 @@
<body>
<div class="boxtest">
<h1>Icecast 2 - Win32 Specific Documentation</h1>
<table width="100%"><tr><td bgcolor="#007B79" height="10" align="center"></td></tr></table>
<hr id='titlebar'>
<p>
The win32 port of icecast2 is simply a UI framework around the core icecast2 server. The win32 version of icecast2 uses directly the main executable of icecast (statically included) and simply provides a nicer, friendlier interface to icecast2.
</p>

View File

@ -77,3 +77,9 @@ html>body .content {
p.ruletest {
color: blue
}
#titlebar{
background-color:#007b79;
border:0px;
height:10px;
width:100%;
}

View File

@ -7,7 +7,7 @@
<body>
<div class="boxtest">
<h1>Server Status Tab</h1>
<table width="100%"><tr><td bgcolor="#007B79" height="10" align="center"></td></tr></table>
<hr id='titlebar' />
<h3>Overview</h3>
<p>
The server status tab contains information regarding statistics that are global to the server. There are two types of statistics in icecast2, source level and global statistics. Global statistics are those that are accumilations of stats from all sources offered by the server. Source level statistics are stats which apply only to a single source attached to the server.

View File

@ -8,7 +8,7 @@
<body>
<div class="boxtest">
<h1>Editing A Config File</h1>
<table width="100%"><tr><td bgcolor="#007B79" height="10" align="center"></td></tr></table>
<hr id='titlebar' />
<p>
Editing the icecast2 configuration file is a very simple process. For a description of what each field means, see the main icecast documenation. Changes to the icecast2 configuration can only be done while the server is stopped. To edit the current server configuration file, select "Configuration/Edit Configuration" from the main menu.
</p>

View File

@ -8,11 +8,11 @@
<body>
<div class="boxtest">
<h1>Stats Tab</h1>
<table width="100%"><tr><td bgcolor="#007B79" height="10" align="center"></td></tr></table>
<hr id='titlebar' />
<p>
Explanation of the stats tab here
</p>
<img src="stats1.jpg"><br / />
<img src="stats1.jpg"><br />
</div>
</body>
</html>