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.

51 lines
1.4 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>
<meta charset="UTF-8" />
<base target="_self" />
<script language="JavaScript" src="../Comm/JScript.js" type="text/javascript"></script>
<script src="../Scripts/QueryString.js" type="text/javascript"></script>
<script src="../Scripts/config.js" type="text/javascript"></script>
<link href="../../DataUser/Style/Dtl.css" rel="stylesheet" type="text/css" />
<script src="../Comm/Gener.js" type="text/javascript"></script>
<script language="javascript" type="text/javascript">
//页面启动函数.
$(function () {
var handler = new HttpHandler("BP.WF.HttpHandler.WF_CCForm");
handler.AddUrlData();
var data = handler.DoMethodReturnJSON("Ath_Init");
});
</script>
</head>
<body>
<form>
<div id="Msg">
</div>
<table style="width: 100%;" id="Table1">
<tr>
<th>
</th>
<th>
名称
</th>
<th>
大小
</th>
<th>
上传人
</th>
<th>
操作
</th>
</tr>
</table>
</form>
</body>
</html>