comparison src/main/webapp/componentes/headContent.jsp @ 72:8fd847fbbe8f

for ssl protocol
author Calvin Yeh <cyeh@mpipw-berlin.mpg.com>
date Thu, 23 Mar 2017 19:41:45 +0100
parents eab47936591a
children 997601ee0c6e
comparison
equal deleted inserted replaced
71:92ede90bc611 72:8fd847fbbe8f
1 <jsp:useBean id="sessionBean" class="de.mpiwg.web.jsp.SessionBean" scope="session" /> 1 <jsp:useBean id="sessionBean" class="de.mpiwg.web.jsp.SessionBean" scope="session" />
2 2
3 <title>LGServices</title> 3 <title>LGServices</title>
4 <link rel="stylesheet" href="http://code.jquery.com/ui/1.10.2/themes/smoothness/jquery-ui.css" /> 4 <link rel="stylesheet" href="//code.jquery.com/ui/1.10.2/themes/smoothness/jquery-ui.css" />
5 <script type="text/javascript" src="<%=sessionBean.getApplicationBean().getRootServer()%>/resources/js/jquery.min.js"></script> 5 <script type="text/javascript" src="<%=sessionBean.getApplicationBean().getRootServer()%>/resources/js/jquery.min.js"></script>
6 <script src="http://code.jquery.com/ui/1.10.2/jquery-ui.js"></script> 6 <script src="//code.jquery.com/ui/1.10.2/jquery-ui.js"></script>
7 7
8 <script type="text/javascript" 8 <script type="text/javascript"
9 src="<%=sessionBean.getApplicationBean().getRootServer()%>/resources/js/jquery.doubleScroll.js"></script> 9 src="<%=sessionBean.getApplicationBean().getRootServer()%>/resources/js/jquery.doubleScroll.js"></script>
10 10
11 11