diff src/main/webapp/componentes/headContent.jsp @ 0:3e62083dbcbf

First commit. This project comes from LGServer. We removed the framework icefaces. Now, LGServices uses just JSP and jquery.
author "jurzua <jurzua@mpiwg-berlin.mpg.de>"
date Thu, 23 Apr 2015 15:46:01 +0200
parents
children 89a5ca7d44f7
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/main/webapp/componentes/headContent.jsp	Thu Apr 23 15:46:01 2015 +0200
@@ -0,0 +1,16 @@
+<jsp:useBean id="sessionBean" class="de.mpiwg.web.jsp.SessionBean" scope="session" />
+
+<title>LGServices</title>
+
+<link rel="stylesheet" href="<%=sessionBean.getApplicationBean().getRootServer()%>/resources/css/style.css" />
+	
+<script type="text/javascript"
+	src="<%=sessionBean.getApplicationBean().getRootServer()%>/resources/js/proxyMethods.js"></script>
+<script type="text/javascript"
+	src="<%=sessionBean.getApplicationBean().getRootServer()%>/resources/js/general.js"></script>
+	
+	
+<link rel="stylesheet" href="http://code.jquery.com/ui/1.10.2/themes/smoothness/jquery-ui.css" />
+<script type="text/javascript" src="<%=sessionBean.getApplicationBean().getRootServer()%>/resources/js/jquery.min.js"></script>
+<script src="http://code.jquery.com/ui/1.10.2/jquery-ui.js"></script>	
+	
\ No newline at end of file