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.
51 lines
2.0 KiB
51 lines
2.0 KiB
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" style="background-color: #163C66;">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<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, maximum-scale=1" />
|
|
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
|
|
<meta name="apple-mobile-web-app-capable" content="yes" />
|
|
<meta name="format-detection" content="telephone=no" />
|
|
<link rel="stylesheet" href="../../css/public.css" media="all" />
|
|
<link rel="stylesheet" href="../../layui/css/layui.css" media="all" />
|
|
<link href="../../css/newtheme/layuiextend.css" rel="stylesheet" />
|
|
<link rel="stylesheet" href="../../iconfont/iconfont.css" media="all" />
|
|
<script src="../../js/jquery-2.1.3.min.js" type="text/javascript"></script>
|
|
<script src="../../js/jquery.cookie.js" type="text/javascript"></script>
|
|
<script type="text/javascript" src="../../js/jq_extend.js"></script>
|
|
<style>
|
|
.layui-table-tool {
|
|
background-color: #163C66;
|
|
}
|
|
|
|
.layui-icon {
|
|
color: #fff;
|
|
}
|
|
|
|
.layui-table, .layui-table-view {
|
|
margin: 0;
|
|
}
|
|
::-webkit-scrollbar-track { /*滚动条里面小方块*/
|
|
border-radius: 6px;
|
|
background: #163C66;
|
|
}
|
|
::-webkit-scrollbar {
|
|
width: 6px;
|
|
height: 6px;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body class="childrenBody">
|
|
<div class="layui-form">
|
|
<table class="layui-table" id="taskTable"></table>
|
|
</div>
|
|
<script type="text/html" id="xuhao">
|
|
{{d.LAY_TABLE_INDEX+1}}
|
|
</script>
|
|
<script type="text/javascript" src="../../layui/layui.js"></script>
|
|
<script type="text/javascript" src="trainChartMyOrgTabAudio.js"></script>
|
|
</body>
|
|
</html>
|