From 4738428c2c205f42200386ae09b44b9ec07b9144 Mon Sep 17 00:00:00 2001 From: Scott Jackson Date: Sat, 27 Jul 2013 14:33:25 -0700 Subject: Move subsonic-android to root --- .../src/main/webapp/WEB-INF/jsp/rating.jsp | 51 ---------------------- 1 file changed, 51 deletions(-) delete mode 100644 subsonic-main/src/main/webapp/WEB-INF/jsp/rating.jsp (limited to 'subsonic-main/src/main/webapp/WEB-INF/jsp/rating.jsp') diff --git a/subsonic-main/src/main/webapp/WEB-INF/jsp/rating.jsp b/subsonic-main/src/main/webapp/WEB-INF/jsp/rating.jsp deleted file mode 100644 index 9e956de3..00000000 --- a/subsonic-main/src/main/webapp/WEB-INF/jsp/rating.jsp +++ /dev/null @@ -1,51 +0,0 @@ -<%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="iso-8859-1"%> -<%@ include file="include.jsp" %> - -<%-- -Creates HTML for displaying the rating stars. -PARAMETERS - path: Album path. May be null if readonly. - readonly: Whether rating can be changed. - rating: The rating, an integer from 0 (no rating), through 10 (lowest rating), to 50 (highest rating). ---%> - - - - - - - - - - - - - - - - - - - - - - - - ${param.rating/10}"> - - - ${i}"> - - - - - - - - - - - - - | " alt="" title="" style="margin-left:-3px; margin-right:5px"> - -- cgit v1.2.3