<!doctype html>
|
<html class="no-js">
|
<head>
|
<meta charset="utf-8">
|
<title>运维周报</title> [#include "/business/pages/include/static.html" /]
|
<style>
|
.retrievebtn {
|
margin-left: 20px;
|
margin-bottom: 10px;
|
width: 10%;
|
text-align: center;
|
}
|
.monitor_flow .common_list_table td{
|
width: auto;
|
}
|
#basicInfo td{
|
width: auto;
|
}
|
.newtit{
|
text-align:center;
|
font-family: "微软雅黑";
|
padding-top: 30px;
|
}
|
.newtit h2{
|
font-size:20px;
|
margin:0 0 6px 0;
|
font-weight:normal;
|
padding:0;
|
}
|
.newtit h3{
|
font-size:14px;
|
color:#999;
|
padding:0;
|
margin:0;
|
font-weight:normal;
|
}
|
</style>
|
<script type="text/javascript">
|
$(function(){
|
$(".retrievebtn").live("click",function(){
|
$(".retrievebtn").attr("class","retrievebtn monitor_netdevbtn");
|
$(this).attr("class","retrievebtn focus");
|
});
|
|
$("#iframeContainer").load(function(){
|
var iframeHeight = $("#iframeContainer").contents().find("body").height();
|
$(this).height(iframeHeight+30);
|
});
|
});
|
</script>
|
</head>
|
|
<body class="fullscreen">
|
[#include "/uc/include/header.html" /]
|
[#include "/uc/workReport/weekReportHeader.html" /]
|
<div class="fs_navpath">
|
<h3>当前位置</h3>
|
<span></span>
|
<a class="blue_txt">工作报告
|
</a>
|
<span></span>
|
<em>运维周报</em>
|
</div>
|
|
<div class="newtit" style="height:70px;">
|
<h2>${cusName}${RequestParameters.selDate?substring(0,4)}第${RequestParameters.selDate?substring(4)}周运维周报</h2>
|
<h3>(${beginDay} - ${endDay})</h3>
|
</div>
|
|
<div class="monitoring">
|
<table class="monitor_flow">
|
<tr>
|
<td>
|
<a href="${base}/uc/workReport/weekSurveyReport.html?cusId=${RequestParameters.cusId}&selDate=${RequestParameters.selDate}" target="iframeContainer" class="retrievebtn focus" ><span>总览</span></a>
|
<a href="${base}/uc/workReport/weekIncidentReport.html?cusId=${RequestParameters.cusId}&selDate=${RequestParameters.selDate}" target="iframeContainer" class="retrievebtn monitor_netdevbtn" ><span>事件</span></a>
|
<a href="${base}/uc/workReport/weekQuestionReport.html?cusId=${RequestParameters.cusId}&selDate=${RequestParameters.selDate}" target="iframeContainer" class="retrievebtn monitor_netdevbtn" ><span>问题</span></a>
|
<a href="${base}/uc/workReport/weekIncidentLocalReport.html?cusId=${RequestParameters.cusId}&selDate=${RequestParameters.selDate}" target="iframeContainer" class="retrievebtn monitor_netdevbtn" ><span>驻场</span></a>
|
<a href="${base}/uc/workReport/workSummary.html?cusId=${RequestParameters.cusId}&selDate=${RequestParameters.selDate}&type=week" target="iframeContainer" class="retrievebtn monitor_netdevbtn" ><span>本周总结</span></a>
|
</td>
|
</tr>
|
</table>
|
</div>
|
|
<!-- 详细信息 -->
|
<div class="deal_switch_wrap" style="margin-top: 2px">
|
<div class="deal_switch_con iframecon" style="padding:0px 15px 0px;margin-top: 0px;">
|
<iframe id="iframeContainer" name="iframeContainer" src="${base}/uc/workReport/weekSurveyReport.html?cusId=${RequestParameters.cusId}&selDate=${RequestParameters.selDate}" frameborder="0" scrolling="no" width="100%" height="800px;"></iframe>
|
</div>
|
</div>
|
[#include "/business/pages/include/footer.html" /]
|
|
</body>
|
</html>
|