16 lines
1.1 KiB
Plaintext
16 lines
1.1 KiB
Plaintext
<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %>
|
|
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
|
|
<link href="<c:url value='/vendor/bootstrap-4.3.1/css/bootstrap.min.css' />" rel="stylesheet">
|
|
<link href="<c:url value='/vendor/fontawesome-5.9.0/css/all.min.css' />" rel="stylesheet">
|
|
<link href="<c:url value='/vendor/table-1.18.1/bootstrap-table.min.css' />" rel="stylesheet">
|
|
<link href="<c:url value='/vendor/table-1.18.1/extensions/reorder-rows/bootstrap-table-reorder-rows.css' />" rel="stylesheet">
|
|
|
|
<script src="<c:url value='/vendor/jquery/3.4.1/jquery-3.4.1.min.js' />"></script>
|
|
<script src="<c:url value='/vendor/bootstrap-4.3.1/js/bootstrap.bundle.min.js' />"></script>
|
|
<script src="<c:url value='/vendor/table-1.18.1/bootstrap-table.min.js' />"></script>
|
|
<script src="<c:url value='/vendor/table-1.18.1/locale/bootstrap-table-ko-KR.min.js' />"></script>
|
|
<script src="<c:url value='/js/jquery.tablednd.min.js' />"></script>
|
|
<script src="<c:url value='/vendor/table-1.18.1/extensions/reorder-rows/bootstrap-table-reorder-rows.min.js' />"></script>
|