mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-24 22:25:56 -05:00
Remove binary-only Java applet
This commit is contained in:
parent
4ae5c2f83b
commit
6c643633bd
Binary file not shown.
@ -6,8 +6,8 @@ adminroot_DATA = ftr.html linkOpaque.gif about.html \
|
|||||||
gpl-license.txt linkTransparent.gif config-update.html hdr.html \
|
gpl-license.txt linkTransparent.gif config-update.html hdr.html \
|
||||||
firefly.css ff_logo_sm.gif config.html index.html required.gif \
|
firefly.css ff_logo_sm.gif config.html index.html required.gif \
|
||||||
gpl-license.html thanks.html feedback.html \
|
gpl-license.html thanks.html feedback.html \
|
||||||
playlist.html playlist.js smart.html smart.js DAAPApplet-0.1.jar \
|
playlist.html playlist.js smart.html smart.js \
|
||||||
smartpopup.html applet.html firefly.js CREDITS status.js \
|
smartpopup.html firefly.js CREDITS status.js \
|
||||||
config.js config.xml spinner.gif spinner_stopped.gif util.js \
|
config.js config.xml spinner.gif spinner_stopped.gif util.js \
|
||||||
pngfix.js no_access.html index.css config.css \
|
pngfix.js no_access.html index.css config.css \
|
||||||
xiph-license.html xiph-license.txt zlib-license.html zlib-license.txt
|
xiph-license.html xiph-license.txt zlib-license.html zlib-license.txt
|
||||||
@ -16,8 +16,8 @@ EXTRA_DIST = ftr.html linkOpaque.gif about.html \
|
|||||||
gpl-license.txt linkTransparent.gif config-update.html hdr.html \
|
gpl-license.txt linkTransparent.gif config-update.html hdr.html \
|
||||||
firefly.css ff_logo_sm.gif config.html index.html required.gif \
|
firefly.css ff_logo_sm.gif config.html index.html required.gif \
|
||||||
gpl-license.html thanks.html feedback.html \
|
gpl-license.html thanks.html feedback.html \
|
||||||
playlist.html playlist.js smart.html smart.js DAAPApplet-0.1.jar \
|
playlist.html playlist.js smart.html smart.js \
|
||||||
smartpopup.html applet.html firefly.js CREDITS status.js \
|
smartpopup.html firefly.js CREDITS status.js \
|
||||||
config.js config.xml spinner.gif spinner_stopped.gif util.js \
|
config.js config.xml spinner.gif spinner_stopped.gif util.js \
|
||||||
pngfix.js no_access.html index.css config.css \
|
pngfix.js no_access.html index.css config.css \
|
||||||
xiph-license.html xiph-license.txt zlib-license.html zlib-license.txt
|
xiph-license.html xiph-license.txt zlib-license.html zlib-license.txt
|
||||||
|
@ -1,17 +0,0 @@
|
|||||||
<html>
|
|
||||||
<head>
|
|
||||||
<title>DAAPApplet Sample</title>
|
|
||||||
</head>
|
|
||||||
<applet width="100%" height="100%" codebase="./" code="org.petzall.daapapplet.DAAPApplet" archive="DAAPApplet-0.1.jar">
|
|
||||||
<param name="DAAPHost" value="@host@">
|
|
||||||
<param name="DAAPPort" value="@port@">
|
|
||||||
<param name="HTMLList" value="false">
|
|
||||||
<param name="ListBackgroundColor" value="#ffffff">
|
|
||||||
<param name="AltListBackgroundColor" value="#edf3fe">
|
|
||||||
<param name="SelectionBackgroundColor" value="#3d80df">
|
|
||||||
<param name="SelectionListColor" value="#ffffff">
|
|
||||||
<param name="ListColor" value="#000000">
|
|
||||||
<param name="GUI" value="Skinned">
|
|
||||||
</applet>
|
|
||||||
|
|
||||||
</html>
|
|
@ -75,7 +75,6 @@ Version @VERSION@
|
|||||||
<div class="naviheader">Experimental</div>
|
<div class="naviheader">Experimental</div>
|
||||||
<div class="navibox">
|
<div class="navibox">
|
||||||
<div class="navilink"><a class="@ispage playlist.html:naviselected:navi@" href="playlist.html">playlists</a></div>
|
<div class="navilink"><a class="@ispage playlist.html:naviselected:navi@" href="playlist.html">playlists</a></div>
|
||||||
<div class="navilink"><a class="@ispage applet.html:naviselected:navi@" href="applet.html">applet</a></div>
|
|
||||||
</div>
|
</div>
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user