You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
912 B
HTML
24 lines
912 B
HTML
1 year ago
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
|
||
|
<head>
|
||
|
<meta charset="UTF-8" />
|
||
|
<title>@@title</title>
|
||
|
<meta name="renderer" content="webkit" />
|
||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
||
|
<meta name="viewport"
|
||
|
content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=0" />
|
||
|
<link rel="stylesheet" href="./../../static/layui/layui/css/layui.css" media="all" />
|
||
|
<link rel="stylesheet" href="./../../static/css/table.css" media="all">
|
||
|
<link rel="stylesheet" href="./../../static/css/common.css" media="all">
|
||
|
@@if (csslinks.length>0) {
|
||
|
@@for (var i = 0; i < csslinks.length; i++) { <link rel="stylesheet" href="`+csslinks[i]+`" media="all">
|
||
|
}
|
||
|
}
|
||
|
|
||
|
<script src="../../static/layui/layui/layui.js"></script>
|
||
|
<script src="../../static/layui/global.js"></script>
|
||
|
<script src="../../static/js/common.js"></script>
|
||
|
</head>
|
||
|
|
||
|
<body>
|