yili-apps/com.actionsoft.apps.coe.pal/template/page/console.home.htm
2022-06-27 23:38:56 +08:00

52 lines
2.2 KiB
HTML
Executable File

<!DOCTYPE html >
<html lang="zh">
<head>
<meta charset="UTF-8">
<title>CoE<I18N#流程卓越中心></title>
<link rel="stylesheet" href="../apps/com.actionsoft.apps.coe.pal/lib/viewport1v3/css/global.css">
<link rel="stylesheet" href="../apps/com.actionsoft.apps.coe.pal/css/portal.header.css">
<script src="../commons/js/jquery/scripts/jquery.js"></script>
<script src="../apps/com.actionsoft.apps.coe.pal/lib/viewport1v3/js/viewport.util.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$(".header div.head_tab").unbind("click").bind("click", function(){
var target = $(this).attr("tab_target");
var href = $(this).attr("href");
$(".header div.head_tab.current").removeClass("current");
$(this).addClass("current");
$("div.iframe_div").hide();
if ($("#" + target + "_iflowlist").attr("src") == "") {
$("#" + target + "_iflowlist").attr("src", href);
}
$("#" + target + "_iframe_div").show();
});
});
</script>
<style>
.navigate-left {
top:0px;
}
.page-center-main {
margin-top: 0px;
}
</style>
</head>
<body>
<div class="header" style="left: 0px; background-color: #FFF; height: 45px;">
<div id="user_tab" class="head_tab current" tab_target="user" style="margin-left: 20px;" href="./w?sid=<#sid>&cmd=com.actionsoft.apps.coe.pal_user_openui_page">高级用户</div>
<div id="org_tab" class="head_tab" tab_target="org" href="./w?sid=<#sid>&cmd=com.actionsoft.apps.coe.pal_average_user_org">组织结构</div>
</div>
<div id="user_iframe_div" class="iframe_div" style="position: absolute; right: 0px; left: 0px; bottom: 0px; top: 45px;">
<iframe id="user_iflowlist" name="user_iflowlist" class="page-center-main-iframe" src="./w?sid=<#sid>&cmd=com.actionsoft.apps.coe.pal_user_openui_page" style="height: 100%; width: 100%; display: block; background-color: #F1F2F4" frameborder="0"></iframe>
</div>
<div id="org_iframe_div" class="iframe_div" style="position: absolute; right: 0px; left: 0px; bottom: 0px; top: 45px; display: none;">
<iframe id="org_iflowlist" name="org_iflowlist" class="page-center-main-iframe" src="" style="height: 100%; width: 100%; display: block; background-color: #F1F2F4" frameborder="0"></iframe>
</div>
</body>
</html>