diff options
Diffstat (limited to 'subsonic-main/src/main/webapp/WEB-INF/jsp/test.jsp')
-rw-r--r-- | subsonic-main/src/main/webapp/WEB-INF/jsp/test.jsp | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/subsonic-main/src/main/webapp/WEB-INF/jsp/test.jsp b/subsonic-main/src/main/webapp/WEB-INF/jsp/test.jsp new file mode 100644 index 00000000..64f7c792 --- /dev/null +++ b/subsonic-main/src/main/webapp/WEB-INF/jsp/test.jsp @@ -0,0 +1,20 @@ +<%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="iso-8859-1" %>
+
+<html>
+<head>
+ <%@ include file="head.jsp" %>
+ <script type="text/javascript" src="<c:url value="/script/prototype.js"/>"></script>
+</head>
+<body>
+
+<div id="tFfBc" style="opacity:0;">
+ <img src="/coverArt.view?size=200" alt="">
+</div>
+
+<ul>
+ <li><a href="#" onclick="new Effect.Opacity('tFfBc', { from: 1, to: 0 }); return false;">Hide this box</a></li>
+ <li><a href="#" onclick="new Effect.Opacity('tFfBc', { from: 0, to: 1 }); return false;">Show this box</a></li>
+</ul>
+
+</body>
+</html>
\ No newline at end of file |