aboutsummaryrefslogtreecommitdiff
path: root/subsonic-main/src/main/webapp/WEB-INF/jsp/index.jsp
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2012-07-02 21:24:02 -0700
committerScott Jackson <daneren2005@gmail.com>2012-07-02 21:24:02 -0700
commita1a18f77a50804e0127dfa4b0f5240c49c541184 (patch)
tree19a38880afe505beddb5590379a8134d7730a277 /subsonic-main/src/main/webapp/WEB-INF/jsp/index.jsp
parentb61d787706979e7e20f4c3c4f93c1f129d92273f (diff)
downloaddsub-a1a18f77a50804e0127dfa4b0f5240c49c541184.tar.gz
dsub-a1a18f77a50804e0127dfa4b0f5240c49c541184.tar.bz2
dsub-a1a18f77a50804e0127dfa4b0f5240c49c541184.zip
Initial Commit
Diffstat (limited to 'subsonic-main/src/main/webapp/WEB-INF/jsp/index.jsp')
-rw-r--r--subsonic-main/src/main/webapp/WEB-INF/jsp/index.jsp26
1 files changed, 26 insertions, 0 deletions
diff --git a/subsonic-main/src/main/webapp/WEB-INF/jsp/index.jsp b/subsonic-main/src/main/webapp/WEB-INF/jsp/index.jsp
new file mode 100644
index 00000000..4ec7e2b0
--- /dev/null
+++ b/subsonic-main/src/main/webapp/WEB-INF/jsp/index.jsp
@@ -0,0 +1,26 @@
+<%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="iso-8859-1"%>
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
+
+<html><head>
+ <%@ include file="head.jsp" %>
+ <link rel="alternate" type="application/rss+xml" title="Subsonic Podcast" href="podcast.view?suffix=.rss">
+</head>
+
+<frameset rows="70,*,0" border="0" framespacing="0" frameborder="0">
+ <frame name="upper" src="top.view?">
+ <frameset cols="15%,85%" border="0" framespacing="0" frameborder="0">
+ <frame name="left" src="left.view?" marginwidth="0" marginheight="0">
+
+ <frameset rows="70%,30%" border="0" framespacing="0" frameborder="0">
+ <frameset cols="*,${model.showRight ? 230 : 0}" border="0" framespacing="0" frameborder="0">
+ <frame name="main" src="nowPlaying.view?" marginwidth="0" marginheight="0">
+ <frame name="right" src="right.view?">
+ </frameset>
+ <frame name="playQueue" src="playQueue.view?">
+ </frameset>
+ </frameset>
+ <frame name="hidden" frameborder="0" noresize="noresize">
+
+</frameset>
+
+</html> \ No newline at end of file