comparison 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
comparison
equal deleted inserted replaced
-1:000000000000 0:3e62083dbcbf
1 <jsp:useBean id="sessionBean" class="de.mpiwg.web.jsp.SessionBean" scope="session" />
2
3 <title>LGServices</title>
4
5 <link rel="stylesheet" href="<%=sessionBean.getApplicationBean().getRootServer()%>/resources/css/style.css" />
6
7 <script type="text/javascript"
8 src="<%=sessionBean.getApplicationBean().getRootServer()%>/resources/js/proxyMethods.js"></script>
9 <script type="text/javascript"
10 src="<%=sessionBean.getApplicationBean().getRootServer()%>/resources/js/general.js"></script>
11
12
13 <link rel="stylesheet" href="http://code.jquery.com/ui/1.10.2/themes/smoothness/jquery-ui.css" />
14 <script type="text/javascript" src="<%=sessionBean.getApplicationBean().getRootServer()%>/resources/js/jquery.min.js"></script>
15 <script src="http://code.jquery.com/ui/1.10.2/jquery-ui.js"></script>
16