apps/com.actionsoft.apps.coe.pal/template/page/pal.pl.repository.outputreport.portal.htm
2022-06-27 23:38:56 +08:00

76 lines
2.6 KiB
HTML
Executable File
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!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>
<script src="../commons/js/jquery/scripts/ui/awsui.pagination.js"></script>
<script src="../commons/js/jquery/scripts/ui/aws.wizard.js"></script>
<link rel="stylesheet" href="../commons/css/awsui.css">
<link rel="stylesheet" href="../commons/js/jquery/themes/default/ui/aws.pagination.css">
<style>
#tableContent thead th {
text-align: left;
}
.page_buttom{
bottom: 5px;
position: absolute;
}
.button.gray{
background-color: lightgrey;
}
</style>
</head>
<body>
<input type="hidden" value="<#sid>" name="sid" id="sid">
<div style="width: 96%; margin: 20px auto 40px auto;">
<div style="width: 100%;">
<div style="float: left;">
<button type="button" id="create" class="button blue">新建</button>
</div>
<div style="float: left;">
<button id="reloadData" type="button" class="button">刷新</button>
</div>
<div style="float: right;">
<input style="width: 400px;" id="buttonedit"
placeholder="名称/报告类型" class="awsui-input" type="text">
</div>
</div>
<div style="width: 100%; clear: left; padding-top: 30px;">
<table id="tableContent" style="width: 100%;" class="table table-thin table-hover">
<thead>
<th style="text-align: left; min-width: 120px;">名称</th>
<th style="width: 80px;">创建人</th>
<th style="width: 60px; text-align: left;">耗时</th>
<th style="width: 60px;">状态</th>
<th style="width: 140x;text-align: center;" >操作</th>
</thead>
<tbody id="tableContent1">
</tbody>
</table>
</div>
<div id="Pagination" class="page_buttom"></div>
</div>
</body>
<script type="text/javascript">
var sid = "<#sid>";
var teamId="<#teamId>"
var wsid ="<#wsid>";
var userId="<#userId>";
var totalPage = <#totalPage>;
var versionRange = "";
var shapeNumberSort = <#shapeNumberSort>;
//是否支持下载上传模版默认pal后台支持流程团队中不支持
var templateOperate = "0";// 不支持
</script>
<script type='text/javascript' src='../apps/com.actionsoft.apps.coe.pal/js/pal.pl.repository.outputreport.portal.js'></script>
<!-- <script type='text/javascript' src='../apps/com.actionsoft.apps.coe.pal/js/pal.pl.repository.outputreport.wizard.js'></script>-->
</html>