Remove binary-only Java applet

This commit is contained in:
Julien BLACHE 2009-04-01 20:11:42 +02:00
parent 4ae5c2f83b
commit 6c643633bd
4 changed files with 4 additions and 22 deletions

Binary file not shown.

View File

@ -6,8 +6,8 @@ adminroot_DATA = ftr.html linkOpaque.gif about.html \
gpl-license.txt linkTransparent.gif config-update.html hdr.html \
firefly.css ff_logo_sm.gif config.html index.html required.gif \
gpl-license.html thanks.html feedback.html \
playlist.html playlist.js smart.html smart.js DAAPApplet-0.1.jar \
smartpopup.html applet.html firefly.js CREDITS status.js \
playlist.html playlist.js smart.html smart.js \
smartpopup.html firefly.js CREDITS status.js \
config.js config.xml spinner.gif spinner_stopped.gif util.js \
pngfix.js no_access.html index.css config.css \
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 \
firefly.css ff_logo_sm.gif config.html index.html required.gif \
gpl-license.html thanks.html feedback.html \
playlist.html playlist.js smart.html smart.js DAAPApplet-0.1.jar \
smartpopup.html applet.html firefly.js CREDITS status.js \
playlist.html playlist.js smart.html smart.js \
smartpopup.html firefly.js CREDITS status.js \
config.js config.xml spinner.gif spinner_stopped.gif util.js \
pngfix.js no_access.html index.css config.css \
xiph-license.html xiph-license.txt zlib-license.html zlib-license.txt

View File

@ -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>

View File

@ -75,7 +75,6 @@ Version @VERSION@
<div class="naviheader">Experimental</div>
<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 applet.html:naviselected:navi@" href="applet.html">applet</a></div>
</div>
-->