Changes to fit in with the new directives

This commit is contained in:
Ron Pedde 2003-11-26 06:13:21 +00:00
parent 72d19c0777
commit 3427c2b735
3 changed files with 27 additions and 15 deletions

View File

@ -1,14 +1,21 @@
<HTML>
<HEAD>
<TITLE>mt-daapd administration</TITLE>
</HEAD>
<BODY>
<h1>Configuration Updated</h1>
<B>Web Root:</B> @WEB_ROOT@<BR>
<B>MP3 Dir:</B> @MP3DIR@<BR>
<B>Port:</B> @PORT@<BR>
<B>Admin Password:</B> @ADMINPW@
<HR>
<i>@RELEASE@</i>
</BODY>
</HTML>
@include hdr.html@
<h1>Configuration Updated</h1>
<div class="stx">
<TABLE>
<TR><TH>Web Root</TH><TD>@WEB_ROOT@</TD></TR>
<TR><TH>MP3 Dir</TH><TD>@MP3_DIR@</TD></TR>
<TR><TH>Port</TH><TD>@PORT@</TD></TR>
<TR><TH>Admin Password</TH><TD>@ADMIN_PW@</TD></TR>
</TABLE>
<BR>
@SERVICE-STATUS@
</div>
@include ftr.html@

View File

@ -9,7 +9,8 @@
<body>
<div>
<h1>.: m t - d a a p d :.</h1>
<!-- <h1>.: m t - d a a p d :.</h1> -->
<img src="mt-daapd.gif" border=0>
</div>
<br>

View File

@ -6,6 +6,10 @@
<div class="stx">
@THREADSTAT@
<br>
@SERVICE-STATUS@
</div>
@include ftr.html@