cacheManager.jsp
1.15 KB
<!DOCTYPE html>
<%@ page language="java" contentType="text/html; charset=UTF-8" %>
<%@ include file="/mobilemode/mobile/base.jsp"%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0">
<meta name="format-detection" content="telephone=no,email=no">
<title>缓存管理平台</title>
<link rel="stylesheet" type="text/css" media="screen" href="./dist/css/cacheManager/manager.css?nocache" />
</head>
<body>
<header>
<h4>移动建模缓存报表</h4>
<a id="btn" href="javascript:;">刷新</a>
</header>
<section>
<div>
<table id="report">
<thead>
<tr>
<th>名称</th>
<th>大小(KB)</th>
<th>缓存时间</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
</div>
</section>
<script src="./dist/js/cacheManager/manager.js?nocache"></script>
</body>
</html>