From a1a18f77a50804e0127dfa4b0f5240c49c541184 Mon Sep 17 00:00:00 2001 From: Scott Jackson Date: Mon, 2 Jul 2012 21:24:02 -0700 Subject: Initial Commit --- .../main/webapp/WEB-INF/jsp/personalSettings.jsp | 228 +++++++++++++++++++++ 1 file changed, 228 insertions(+) create mode 100644 subsonic-main/src/main/webapp/WEB-INF/jsp/personalSettings.jsp (limited to 'subsonic-main/src/main/webapp/WEB-INF/jsp/personalSettings.jsp') diff --git a/subsonic-main/src/main/webapp/WEB-INF/jsp/personalSettings.jsp b/subsonic-main/src/main/webapp/WEB-INF/jsp/personalSettings.jsp new file mode 100644 index 00000000..2942d195 --- /dev/null +++ b/subsonic-main/src/main/webapp/WEB-INF/jsp/personalSettings.jsp @@ -0,0 +1,228 @@ +<%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="iso-8859-1" %> +<%--@elvariable id="command" type="net.sourceforge.subsonic.command.PersonalSettingsCommand"--%> + + + <%@ include file="head.jsp" %> + + + + + + + + + + + + + + + +

${command.user.username}

+ + + + + + + + + + + + + + + +
+ + + + + + + +
+ + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + + + + + + + + +
+ +
+ + + + + + + + + + +
+ + + + + + +
+ + + + + + + + + + +
+ +

+ " style="margin-right:0.3em"/> + " onclick="location.href='nowPlaying.view'"> +

+ +

+ +

+ + + + + + + + + +

+

+ + +

+

+ + +

+
+ +
+ + + + + + +
"/>
+
+ +

+ +

+ + + + + + \ No newline at end of file -- cgit v1.2.3