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.

29 lines
1.2 KiB
Plaintext

<!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">
<head>
<title>审核组件</title>
<link href="../../DataUser/Style/ccbpm.css" rel="Stylesheet" />
<link href="../Scripts/bootstrap/css/bootstrap.css" rel="stylesheet" type="text/css" />
<link href="../Scripts/fileupload/uploadify.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="../Scripts/QueryString.js"></script>
<script type="text/javascript" src="../Scripts/jquery-1.7.2.min.js"></script>
<script src="../Scripts/fileupload/jquery.uploadify.min.js" type="text/javascript"></script>
<!-- 导入配置文件. -->
<script type="text/javascript" src="../Scripts/config.js"></script>
<script type="text/javascript" src="../Comm/Gener.js"></script>
<!-- 引入解析 -->
<script type="text/javascript" src="WorkCheck.js?v=11"></script>
<style type="text/css">
.btn {
border-radius: 0px !important;
color:White !important;
}
</style>
</head>
<body style="margin: 0;">
<table id="tbTracks" style="padding: 0px; width: 100%; margin-bottom:20px;">
</table>
</body>
</html>