22 lines
675 B
Plaintext
22 lines
675 B
Plaintext
<%@ page contentType="text/html;charset=UTF-8" %>
|
|
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
|
<!DOCTYPE html >
|
|
<html lang="en">
|
|
<head>
|
|
<%@include file="baseset.jsp" %>
|
|
<%@include file="systemset.jsp" %>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
<title>线路</title>
|
|
<style type="text/css">
|
|
</style>
|
|
<script src="${bonuspath}/static/plugins/echarts/2.2.7/echarts.js"></script>
|
|
<script src="${bonuspath}/static/plugins/echarts/2.2.7/echarts-all.js"></script>
|
|
</head>
|
|
<body>
|
|
<div id="trains" style="width: 750px;height:530px;"></div>
|
|
</body>
|
|
<script src="countLine.js"></script>
|
|
<script type="text/javascript">
|
|
|
|
</script>
|
|
</html> |