39 lines
1.2 KiB
HTML
39 lines
1.2 KiB
HTML
<!Doctype html>
|
|
<html lang="zh">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>报告生成器</title>
|
|
<script src="../commons/js/jquery/scripts/jquery.js"></script>
|
|
<script type="text/javascript" src="../commons/js/jquery/scripts/jquery.js"></script>
|
|
<script type="text/javascript" src="../commons/js/awsui.js"></script>
|
|
<script type="text/javascript" src="../commons/js/jquery/scripts/ui/aws.util.js"></script>
|
|
<link rel="stylesheet" href="../commons/css/awsui.css">
|
|
<style>
|
|
#tableContent thead th {
|
|
text-align: left;
|
|
}
|
|
|
|
.pagination {
|
|
padding-left: 0px;
|
|
}
|
|
|
|
#palShapes li {
|
|
margin: 5px 0px;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<ul id="tree" style="overflow: visible; height: 300px; float: left;" class="ui-tree"></ul>
|
|
<ul id="palShapes" style="width: 40%; float: right; padding: 10px; display: none;"></ul>
|
|
</body>
|
|
<script type="text/javascript">
|
|
var data ="";
|
|
var sid = "<#sid>";
|
|
var targetMethodType = "<#targetMethodType>";
|
|
var methodType = "<#methodType>";
|
|
var wsid = "<#wsid>";
|
|
var teamId = "<#teamId>";
|
|
var versionType = "<#versionType>";
|
|
</script>
|
|
<script type='text/javascript' src='../apps/com.actionsoft.apps.coe.pal/js/pal.pl.repository.outputreport.pal.file.tree.js'></script>
|
|
</html> |