Finished moving status.html as index.html page and index.html
as about.html. Switched menu position of "smart playlist" and "configuration"
This commit is contained in:
parent
aeaa659d39
commit
39eadc30f4
|
@ -1,6 +1,6 @@
|
|||
@include hdr.html@
|
||||
<div style="width: 50em;">
|
||||
<h1>Welcome</h1>
|
||||
<h1>About Firefly</h1>
|
||||
<p>
|
||||
This is the administrative web interface for the Firefly Media Server,
|
||||
version @version@.
|
||||
|
|
|
@ -4,14 +4,14 @@
|
|||
<title>Firefly Media Server</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
||||
<link rel="stylesheet" type="text/css" href="mt-daapd.css" />
|
||||
@ispage index.html:<script type="text/javascript" src="lib-js/prototype.js"></script>:@
|
||||
@ispage index.html:<script type="text/javascript" src="lib-js/script.aculo.us/effects.js"></script>:@
|
||||
@ispage index.html:<script type="text/javascript" src="util.js"></script>:@
|
||||
@ispage index.html:<script type="text/javascript" src="status.js"></script>:@
|
||||
@ispage config.html:<script type="text/javascript" src="lib-js/prototype.js"></script>:@
|
||||
@ispage config.html:<script type="text/javascript" src="lib-js/script.aculo.us/scriptaculous.js"></script>:@
|
||||
@ispage config.html:<script type="text/javascript" src="util.js"></script>:@
|
||||
@ispage config.html:<script type="text/javascript" src="config.js"></script>:@
|
||||
@ispage status.html:<script type="text/javascript" src="lib-js/prototype.js"></script>:@
|
||||
@ispage status.html:<script type="text/javascript" src="lib-js/script.aculo.us/effects.js"></script>:@
|
||||
@ispage status.html:<script type="text/javascript" src="util.js"></script>:@
|
||||
@ispage status.html:<script type="text/javascript" src="status.js"></script>:@
|
||||
@ispage smart.html:<script type="text/javascript" src="smart.js"></script>:@
|
||||
@ispage playlist.html:<script type="text/javascript" src="lib-js/prototype.js"></script>:@
|
||||
@ispage playlist.html:<script type="text/javascript" src="lib-js/script.aculo.us/builder.js"></script>:@
|
||||
|
@ -36,11 +36,11 @@ The best open-source media server for the <a href="http://www.rokulabs.com">Roku
|
|||
<img id="spinner" src="spinner.gif">
|
||||
<br /><br />
|
||||
<ul>
|
||||
<li><a @ispage index.html:class="naviselected":@ href="index.html">home</a></li>
|
||||
<li><a @ispage config.html:class="naviselected":@ href="config.html">configuration</a></li>
|
||||
<li><a @ispage status.html:class="naviselected":@ href="status.html">server status</a></li>
|
||||
<li><a @ispage index.html:class="naviselected":@ href="index.html">server status</a></li>
|
||||
<li><a @ispage smart.html:class="naviselected":@ href="smart.html">smart playlists</a></li>
|
||||
<li><a @ispage config.html:class="naviselected":@ href="config.html">configuration</a></li>
|
||||
<!-- <li><a @ispage feedback.html:class="naviselected":@ href="feedback.html">feedback</a></li> -->
|
||||
<li><a @ispage status.html:class="naviselected":@ href="about.html">about firefly</a></li>
|
||||
<li><a class="@ispage thanks.html:naviselected:navi@" href="thanks.html">thanks</a></li>
|
||||
<li></li>
|
||||
</ul>
|
||||
|
|
Loading…
Reference in New Issue