Mercurial > hg > LGServices
diff src/main/webapp/componentes/headContent.jsp @ 36:eab47936591a
apply scrollbar to other tables as well
author | Zoe Hong <zhong@mpiwg-berlin.mpg.de> |
---|---|
date | Fri, 20 Nov 2015 11:53:29 +0100 |
parents | 89a5ca7d44f7 |
children | 8fd847fbbe8f |
line wrap: on
line diff
--- a/src/main/webapp/componentes/headContent.jsp Thu Nov 19 17:14:06 2015 +0100 +++ b/src/main/webapp/componentes/headContent.jsp Fri Nov 20 11:53:29 2015 +0100 @@ -1,6 +1,13 @@ <jsp:useBean id="sessionBean" class="de.mpiwg.web.jsp.SessionBean" scope="session" /> <title>LGServices</title> +<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> + +<script type="text/javascript" + src="<%=sessionBean.getApplicationBean().getRootServer()%>/resources/js/jquery.doubleScroll.js"></script> + <link rel="stylesheet" href="<%=sessionBean.getApplicationBean().getRootServer()%>/resources/css/style.css" /> <link rel="stylesheet" href="<%=sessionBean.getApplicationBean().getRootServer()%>/resources/css/tablesaw.css" /> @@ -9,16 +16,12 @@ src="<%=sessionBean.getApplicationBean().getRootServer()%>/resources/js/proxyMethods.js"></script> <script type="text/javascript" src="<%=sessionBean.getApplicationBean().getRootServer()%>/resources/js/general.js"></script> - + + <!-- for tablesaw, a plugin for responsive tables (havne't used it) --> <script type="text/javascript" - src="<%=sessionBean.getApplicationBean().getRootServer()%>/resources/js/dependencies/jquery.js"></script> -<script type="text/javascript" src="<%=sessionBean.getApplicationBean().getRootServer()%>/resources/js/tablesaw.js"></script> <script type="text/javascript" src="<%=sessionBean.getApplicationBean().getRootServer()%>/resources/js/tablesaw-init.js"></script> +<!-- end of tablesaw --> -<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