view 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 source

<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>