|
@@ -1,11 +1,11 @@
|
|
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
|
|
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
|
|
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
|
|
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
|
|
<!-- basic styles -->
|
|
<!-- basic styles -->
|
|
-<link href="<c:url value='/assets/css/bootstrap.min.css'/>" rel="stylesheet" />
|
|
|
|
-<link rel="stylesheet" href="../assets/css/font-awesome.min.css" />
|
|
|
|
|
|
+<link href="<c:url value='./assets/css/bootstrap.min.css'/>" rel="stylesheet" />
|
|
|
|
+<link rel="stylesheet" href="./assets/css/font-awesome.min.css" />
|
|
|
|
|
|
<!--[if IE 7]>
|
|
<!--[if IE 7]>
|
|
-<link rel="stylesheet" href="../assets/css/font-awesome-ie7.min.css" />
|
|
|
|
|
|
+<link rel="stylesheet" href="./assets/css/font-awesome-ie7.min.css" />
|
|
<![endif]-->
|
|
<![endif]-->
|
|
|
|
|
|
<!-- page specific plugin styles -->
|
|
<!-- page specific plugin styles -->
|
|
@@ -16,12 +16,12 @@
|
|
|
|
|
|
<!-- ace styles -->
|
|
<!-- ace styles -->
|
|
|
|
|
|
-<link rel="stylesheet" href="../assets/css/ace.min.css" />
|
|
|
|
-<link rel="stylesheet" href="../assets/css/ace-rtl.min.css" />
|
|
|
|
-<link rel="stylesheet" href="../assets/css/ace-skins.min.css" />
|
|
|
|
|
|
+<link rel="stylesheet" href="./assets/css/ace.min.css" />
|
|
|
|
+<link rel="stylesheet" href="./assets/css/ace-rtl.min.css" />
|
|
|
|
+<link rel="stylesheet" href="./assets/css/ace-skins.min.css" />
|
|
|
|
|
|
<!--[if lte IE 8]>
|
|
<!--[if lte IE 8]>
|
|
-<link rel="stylesheet" href="../assets/css/ace-ie.min.css" />
|
|
|
|
|
|
+<link rel="stylesheet" href="./assets/css/ace-ie.min.css" />
|
|
<![endif]-->
|
|
<![endif]-->
|
|
|
|
|
|
<!-- inline styles related to this page -->
|
|
<!-- inline styles related to this page -->
|