apps/com.actionsoft.apps.workbench/template/page/com.actionsoft.apps.workbench.xpages.collapseview.html
shangxiaoran@qq.com 2608324b68 初始化应用
2022-06-28 01:22:45 +08:00

47 lines
1.9 KiB
HTML
Executable File

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>个人办公</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- JQuery -->
<script type="text/javascript" src="../commons/js/jquery/scripts/jquery.js"></script>
<!-- AWS UI -->
<link rel="stylesheet" type="text/css" href="../commons/css/awsui.css">
<script type="text/javascript" src="../commons/js/public.js"></script>
<script type="text/javascript" src="../commons/js/awsui.js"></script>
<link rel="stylesheet" type="text/css" href="../apps/com.actionsoft.apps.workbench/css/com.actionsoft.apps.workbench.xpages.css">
<script type="text/javascript">
var sid = "<#sid>";
var type = "<#type>";
</script>
</head>
<body>
<div id="tododiv" style="display: none;"><#todo></div>
<div id="historydiv" style="display: none;"><#history></div>
<div id="trackdiv" style="display: none;"><#start></div>
<div id="unreadNoticediv" style="display: none;"><#unreadNotice></div>
<div id="noticediv" style="display: none;"><#notice></div>
<table class="table table-hover">
<tbody>
<tr id="dbcontentdiv" class="awsui-table-group-head">
<td colspan="4" style="border-bottom:1px solid #F3F3F3;border-radius: 5px;">
<span class="current">我的待办</span>
<div class="workbench_bubble"></div>
<div class="workbench_db_more workbench_more">更多</div>
</td>
</tr>
<tr id="mystartprocess" class="awsui-table-group-head awsui-table-group-collapsed">
<td colspan="4" style="border-bottom:1px solid #F3F3F3;border-radius: 5px;">
<span>我的发起</span>
<div class="workbench_fq_more workbench_more">更多</div>
</td>
</tr>
</tbody>
</table>
</body>
<script type="text/javascript" src="../apps/com.actionsoft.apps.workbench/js/com.actionsoft.apps.workbench.xpages.collapseview.js"></script>
</html>