From a1a18f77a50804e0127dfa4b0f5240c49c541184 Mon Sep 17 00:00:00 2001 From: Scott Jackson Date: Mon, 2 Jul 2012 21:24:02 -0700 Subject: Initial Commit --- .../src/main/webapp/WEB-INF/jsp/coverArt.jsp | 86 ++++++++++++++++++++++ 1 file changed, 86 insertions(+) create mode 100644 subsonic-main/src/main/webapp/WEB-INF/jsp/coverArt.jsp (limited to 'subsonic-main/src/main/webapp/WEB-INF/jsp/coverArt.jsp') diff --git a/subsonic-main/src/main/webapp/WEB-INF/jsp/coverArt.jsp b/subsonic-main/src/main/webapp/WEB-INF/jsp/coverArt.jsp new file mode 100644 index 00000000..a5030499 --- /dev/null +++ b/subsonic-main/src/main/webapp/WEB-INF/jsp/coverArt.jsp @@ -0,0 +1,86 @@ +<%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="iso-8859-1" %> +<%@ include file="include.jsp" %> + +<%-- +PARAMETERS + albumId: ID of album. + coverArtSize: Height and width of cover art. + albumName: Album name to display as caption and img alt. + showLink: Whether to make the cover art image link to the album page. + showZoom: Whether to display a link for zooming the cover art. + showChange: Whether to display a link for changing the cover art. + showCaption: Whether to display the album name as a caption below the image. + appearAfter: Fade in after this many milliseconds, or nil if no fading in should happen. +--%> + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + + + | + + + + + + + + ${param.albumName} + +
\ No newline at end of file -- cgit v1.2.3