|
@@ -118,7 +118,7 @@
|
|
$("#notifyNum,#notifyNum2").hide()
|
|
$("#notifyNum,#notifyNum2").hide()
|
|
}
|
|
}
|
|
}); */
|
|
}); */
|
|
- }
|
|
|
|
|
|
+ }
|
|
getNotifyNum(); //<c:if test="${oaNotifyRemindInterval ne '' && oaNotifyRemindInterval ne '0'}">
|
|
getNotifyNum(); //<c:if test="${oaNotifyRemindInterval ne '' && oaNotifyRemindInterval ne '0'}">
|
|
setInterval(getNotifyNum, ${oaNotifyRemindInterval}); //</c:if>
|
|
setInterval(getNotifyNum, ${oaNotifyRemindInterval}); //</c:if>
|
|
});
|
|
});
|
|
@@ -207,7 +207,7 @@
|
|
</div>
|
|
</div>
|
|
<div class="container-fluid">
|
|
<div class="container-fluid">
|
|
<div id="content" class="row-fluid">
|
|
<div id="content" class="row-fluid">
|
|
- <div id="left"><%--
|
|
|
|
|
|
+ <div id="left"><%--
|
|
<iframe id="menuFrame" name="menuFrame" src="" style="overflow:visible;" scrolling="yes" frameborder="no" width="100%" height="650"></iframe> --%>
|
|
<iframe id="menuFrame" name="menuFrame" src="" style="overflow:visible;" scrolling="yes" frameborder="no" width="100%" height="650"></iframe> --%>
|
|
</div>
|
|
</div>
|
|
<div id="openClose" class="close"> </div>
|
|
<div id="openClose" class="close"> </div>
|
|
@@ -216,11 +216,11 @@
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div id="footer" class="row-fluid">
|
|
<div id="footer" class="row-fluid">
|
|
- Copyright © ${fns:getConfig('copyrightYear')} ${fns:getConfig('productName')} ${fns:getConfig('version')}
|
|
|
|
|
|
+ Copyright © 2014 - <span id="copyrightYear"></span> ${fns:getConfig('productName')} ${fns:getConfig('version')}
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
- <script type="text/javascript">
|
|
|
|
|
|
+ <script type="text/javascript">
|
|
var leftWidth = 160; // 左侧窗口大小
|
|
var leftWidth = 160; // 左侧窗口大小
|
|
var tabTitleHeight = 33; // 页签的高度
|
|
var tabTitleHeight = 33; // 页签的高度
|
|
var htmlObj = $("html"), mainObj = $("#main");
|
|
var htmlObj = $("html"), mainObj = $("#main");
|
|
@@ -232,7 +232,7 @@
|
|
htmlObj.css({"overflow-x":strs[1] < minWidth ? "auto" : "hidden", "overflow-y":strs[0] < minHeight ? "auto" : "hidden"});
|
|
htmlObj.css({"overflow-x":strs[1] < minWidth ? "auto" : "hidden", "overflow-y":strs[0] < minHeight ? "auto" : "hidden"});
|
|
mainObj.css("width",strs[1] < minWidth ? minWidth - 10 : "auto");
|
|
mainObj.css("width",strs[1] < minWidth ? minWidth - 10 : "auto");
|
|
frameObj.height((strs[0] < minHeight ? minHeight : strs[0]) - headerObj.height() - footerObj.height() - (strs[1] < minWidth ? 42 : 28));
|
|
frameObj.height((strs[0] < minHeight ? minHeight : strs[0]) - headerObj.height() - footerObj.height() - (strs[1] < minWidth ? 42 : 28));
|
|
- $("#openClose").height($("#openClose").height() - 5);// <c:if test="${cookie.tabmode.value eq '1'}">
|
|
|
|
|
|
+ $("#openClose").height($("#openClose").height() - 5);// <c:if test="${cookie.tabmode.value eq '1'}">
|
|
$(".jericho_tab iframe").height($("#right").height() - tabTitleHeight); // </c:if>
|
|
$(".jericho_tab iframe").height($("#right").height() - tabTitleHeight); // </c:if>
|
|
wSizeWidth();
|
|
wSizeWidth();
|
|
}
|
|
}
|
|
@@ -243,11 +243,15 @@
|
|
}else{
|
|
}else{
|
|
$("#right").width("100%");
|
|
$("#right").width("100%");
|
|
}
|
|
}
|
|
- }// <c:if test="${cookie.tabmode.value eq '1'}">
|
|
|
|
|
|
+ }// <c:if test="${cookie.tabmode.value eq '1'}">
|
|
function openCloseClickCallBack(b){
|
|
function openCloseClickCallBack(b){
|
|
$.fn.jerichoTab.resize();
|
|
$.fn.jerichoTab.resize();
|
|
} // </c:if>
|
|
} // </c:if>
|
|
|
|
+ $(function () {
|
|
|
|
+ let date = new Date()
|
|
|
|
+ $('#copyrightYear').text( date.getFullYear())
|
|
|
|
+ })
|
|
</script>
|
|
</script>
|
|
<script src="${ctxStatic}/common/wsize.min.js" type="text/javascript"></script>
|
|
<script src="${ctxStatic}/common/wsize.min.js" type="text/javascript"></script>
|
|
</body>
|
|
</body>
|
|
-</html>
|
|
|
|
|
|
+</html>
|