mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-25 22:55:56 -05:00
put version info on the sidebar
This commit is contained in:
parent
19b8b3719c
commit
3051c4ef46
@ -21,6 +21,12 @@ more information. See the link named
|
|||||||
licensing of this software.
|
licensing of this software.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
The project homepage is located at
|
||||||
|
<a href="http://www.fireflymediaserver.org">
|
||||||
|
http://www.fireflymediaserver.org</a>.
|
||||||
|
|
||||||
|
|
||||||
<h3>Legal Info</h3>
|
<h3>Legal Info</h3>
|
||||||
<p>
|
<p>
|
||||||
Portions of this program are Copyright ©
|
Portions of this program are Copyright ©
|
||||||
|
@ -14,10 +14,12 @@ img {
|
|||||||
border: 0px;
|
border: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*div.ministatus
|
/*
|
||||||
{ text-align: center;
|
div.ministatus
|
||||||
margin: 1em 0em 1em 0em;
|
{ text-align: right;
|
||||||
}*/
|
padding: 1em;
|
||||||
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
a
|
a
|
||||||
{ color: blue;
|
{ color: blue;
|
||||||
|
@ -30,11 +30,12 @@
|
|||||||
<a href="http://www.fireflymediaserver.org/" title="link to project home">
|
<a href="http://www.fireflymediaserver.org/" title="link to project home">
|
||||||
<img src="ff_logo_sm.gif" width="136" height="36" alt="firefly logo" />
|
<img src="ff_logo_sm.gif" width="136" height="36" alt="firefly logo" />
|
||||||
</a>
|
</a>
|
||||||
<!-- <div class="ministatus">Version @VERSION@</div>-->
|
<!-- <div class="ministatus">Version @VERSION@</div> -->
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="tagline">
|
<div id="tagline">
|
||||||
The best open-source media server for the <a href="http://www.rokulabs.com">Roku SoundBridge</a> and iTunes
|
The best open-source media server for the <a
|
||||||
|
href="http://www.rokulabs.com">Roku SoundBridge</a> and iTunes
|
||||||
</div>
|
</div>
|
||||||
<table id="main_table" cellpadding="0" border="0" cellspacing="0">
|
<table id="main_table" cellpadding="0" border="0" cellspacing="0">
|
||||||
<tr>
|
<tr>
|
||||||
@ -51,7 +52,11 @@ The best open-source media server for the <a href="http://www.rokulabs.com">Roku
|
|||||||
<li><a class="@ispage thanks.html:naviselected:navi@" href="thanks.html">thanks</a></li>
|
<li><a class="@ispage thanks.html:naviselected:navi@" href="thanks.html">thanks</a></li>
|
||||||
<li></li>
|
<li></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
<div class="links">
|
||||||
|
Version @VERSION@
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<!-- this is on the ABOUT page
|
||||||
<div class="links">
|
<div class="links">
|
||||||
<a class="@ispage gpl-license.html:naviselected:navi@" href="gpl-license.html">GPL license</a><br />
|
<a class="@ispage gpl-license.html:naviselected:navi@" href="gpl-license.html">GPL license</a><br />
|
||||||
<a class="@ispage aspl-license.html:naviselected:navi@" href="aspl-license.html">ASPL license</a><br />
|
<a class="@ispage aspl-license.html:naviselected:navi@" href="aspl-license.html">ASPL license</a><br />
|
||||||
@ -62,6 +67,7 @@ The best open-source media server for the <a href="http://www.rokulabs.com">Roku
|
|||||||
<a href="http://www.fireflymediaserver.org/">firefly homepage</a><br />
|
<a href="http://www.fireflymediaserver.org/">firefly homepage</a><br />
|
||||||
<a href="http://svn.sourceforge.net/viewcvs.cgi/mt-daapd/">firefly source code</a><br />
|
<a href="http://svn.sourceforge.net/viewcvs.cgi/mt-daapd/">firefly source code</a><br />
|
||||||
</div>
|
</div>
|
||||||
|
-->
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
|
Loading…
Reference in New Issue
Block a user