File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
src/main/webapp/WEB-INF/views Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 4
4
<head >
5
5
<title >spring-mvc-showcase</title >
6
6
<link href =" <c:url value=" /resources /form.css " />" rel =" stylesheet" type =" text/css" />
7
- <link href =" <c:url value=" /resources /jqueryui /1.8 /themes /base /jquery.ui.all.css " />" rel =" stylesheet" type =" text/css" />
8
-
7
+ <link href =" <c:url value=" /resources /jqueryui /1.8 /themes /base /jquery.ui.core.css " />" rel =" stylesheet" type =" text/css" />
8
+ <link href =" <c:url value=" /resources /jqueryui /1.8 /themes /base /jquery.ui.theme.css " />" rel =" stylesheet" type =" text/css" />
9
+ <link href =" <c:url value=" /resources /jqueryui /1.8 /themes /base /jquery.ui.tabs.css " />" rel =" stylesheet" type =" text/css" />
10
+
9
11
<!--
10
12
Used for including CSRF token in JSON requests
11
13
Also see bottom of this file for adding CSRF token to JQuery AJAX requests
You can’t perform that action at this time.
0 commit comments