apps/com.actionsoft.apps.coe.pal.publisher/template/page/publish.client.search.html
2022-07-20 13:59:04 +08:00

90 lines
4.1 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>流程知识库</title>
<link rel="stylesheet" href="../commons/css/awsui.css" />
<script type="text/javascript" src="../commons/js/public.js"></script>
<script type="text/javascript" src="../commons/js/jquery/scripts/jquery.js"></script>
<script type="text/javascript" src="../commons/js/jquery/scripts/ui/datepicker/aws.datepicker-zh-CN.js"></script>
<script type="text/javascript" src="../commons/js/awsui.js"></script>
<!--Grid-->
<script type="text/javascript" src="../commons/js/jquery/scripts/ui/reference/jquery-ui.js"></script>
<script type="text/javascript" src="../commons/js/jquery/scripts/ui/aws.grid.js"></script>
<script type="text/javascript" src="../commons/js/jquery/scripts/ui/aws.grid-localize-zh.js"></script>
<script type="text/javascript">
var sid = "<#sid>";
var uid = "<#uid>";
var type = "<#type>";
var text = "<#text>";
var templateId = "<#templateId>";
var scope = <#scope>;
var ws = <#ws>;
</script>
<script type="text/javascript" src="../apps/com.actionsoft.apps.coe.pal.publisher/js/publish.client.search.js"></script>
<script type="text/javascript" src="../apps/com.actionsoft.apps.coe.pal.publisher/js/publish.xpages.general.js"></script>
<link rel="stylesheet" href="../apps/com.actionsoft.apps.coe.pal.publisher/css/publish.client.search.css" />
</head>
<body style="overflow:hidden;">
<div style="width:100%;">
<div style="width:20%;display:inline-block;">
</div>
<div class="head-wrap" style="width:60%;">
<!-- <img alt="" src="../apps/com.actionsoft.apps.coe.pal/img/logo/portal_logo.png" style="height:20px;margin-right:20px;"> -->
<img alt="" src="<#logoImgPath>" style="height:20px;width:125px;margin-right:20px;">
<input id="searchText" type="text" class="txt" placeholder="请输入关键词..." />
<button type="button" id="search" class="awsui-btn awsui-btn-green" onclick="search()">搜索</button>
</div>
<div id="ws" class="head-ws" style="width:450px;">
<div id="wsNameDiv" style="display:inline-block;width:400px;text-align:right;vertical-align: middle;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;margin-right: 10px;"></div>
<div id="wsChangeArea" style="display:inline-block;">
<img id="changeWsButton" style="cursor:pointer;" src="../apps/com.actionsoft.apps.coe.pal.publisher/img/change.png" >
<div id="changeWsDialog" style="display: none;" class="setting_div"></div>
</div>
<input id="wsId" type="hidden" />
</div>
</div>
<div id="tab" class="dimension-meta-bar noselect"></div>
<div id="main">
<div id="main-head" style="height:10px;padding-left:30px;">
<span></span>
</div>
<div id="main-body">
<div id="main-body-body" style="display:block;background:white;height:100%;width:100%;overflow-y:auto;overflow-x:hidden;">
<table class="awsui-table awsui-table-thin">
<thead>
<tr>
<th class="width_4" >序号</th>
<th class="width_30">名称</th>
<th class="width_19">维护人</th>
<th class="width_10">发布时间</th>
<th class="width_7">发布版本</th>
<th class="width_30">发布说明</th>
</tr>
</thead>
<tbody id="innerTable">
</tbody>
</table>
<div id="data-more" style="text-align:center;margin:10px auto;">
<div id="moreDataButton" style="font-size:15px;color:#808080;cursor:pointer;" onclick="getMoreData();">加载更多</div>
<div id="noDataAlert" style="display:none;font-size:15px;color:#808080">没有更多了</div>
</div>
<div id="noContent" class="awsui-message-page" style="display:none;">
<div class="content">
<span class="icon" message-type="no_content"></span>
<span class="title">无数据</span>
</div>
</div>
<div id="noSearch" class="awsui-message-page" style="display:none;">
<div class="content">
<span class="icon" message-type="no_search"></span>
<span class="title">没有查询到结果</span>
</div>
</div>
</div>
</div>
</div>
</body>
</html>