You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
686 B

<%@ page language="java" pageEncoding="UTF-8"%>
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt"%>
<%@ page isELIgnored="false" %>
<%
String path = request.getContextPath();
%>
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link href="<%=path %>/common/css/common.css" rel="stylesheet" type="text/css" />
<link href="<%=path %>/common/css/style.css" rel="stylesheet" type="text/css" />
<script src="<%=path %>/common/js/jquery1.42.min.js" type="text/javascript"></script>
<script src="<%=path %>/common/js/common_js.js" type="text/javascript"></script>