123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183 |
- <%@ page contentType="text/html; charset=utf-8" session="false" %>
- <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <title>${siteName }</title>
- <link rel="shortcut icon" type="image/x-icon" href="${contextPath}/favicon.ico" />
- <link href="${contextPath}/images/style.css" type="text/css" rel="stylesheet" />
- <link type="text/css" rel="stylesheet" href="${contextPath}/css/highslide.css" />
- <script type="text/javascript" language="javascript" src="${contextPath}/js/jquery.js"></script>
- <script type="text/javascript" language="javascript" src="${contextPath}/js/funt.js"></script>
- <script type="text/javascript" language="javascript" src="${contextPath}/js/cookie.js"></script>
- <script type="text/javascript" language="javascript" src="${contextPath}/js/highslide.js"></script>
- <script type="text/javascript" language="javascript" src="${contextPath}/js/common.js"></script>
- <script type="text/javascript" >
- hs.graphicsDir = '${contextPath }/images/highslide/';
- </script>
- </head>
- <script language="Javascript">
- $(function (){
- resizeWindow();
- window.onresize=function(){resizeWindow();};
- });
- function loginout() {
- delCookie("__adminuser");
- setCookie("__adminuser",null);
- window.location.href="${contextPath}/admin/index.html";
- return false;
- }
- function resizeWindow(){
- $('#contfrm').height(pageHeight()-107);
- }
- function pageHeight(){
- if($.browser.msie){
- return document.compatMode == "CSS1Compat"? document.documentElement.clientHeight :
- document.body.clientHeight;
- }else{
- return self.innerHeight;
- }
- }
- function hsClose(){
- closeBox();
- alert("保存成功");
- }
- hs.Expander.prototype.onAfterClose = function(htmlExpand) {
- //window.location.reload();
- };
- </script>
- <body scroll="no" style="overflow:hidden">
- <!--top bg-->
- <div class="topfrm">
- <%@ include file="/top.jsp" %>
- </div>
- <!--top ed-->
- <!--leftmenu bg-->
- <div class="leftfrm">
- <div class="lbut"></div>
- <div class="leftbody">
- <img src="${contextPath}/images/left_top.jpg" />
- <c:if test="${!empty STATISTICS_ANALYSIS_MANAGE}">
- <div>
- <p><img src="${contextPath}/images/ico1.gif" />统计分析</p>
- <ul>
- <c:if test="${!empty REAL_TIME_MONITORING}"><li><a target="contfrm" href="${contextPath}/admin/statistics/realtime.html">实时监控</a></li></c:if>
- <c:if test="${!empty PROCESS_ANALYSIS}"><li><a target="contfrm" href="${contextPath}/admin/statistics/process.html">过程分析</a></li></c:if>
- <c:if test="${!empty REEOR_ANALYSIS}"><li><a target="contfrm" href="${contextPath}/admin/statistics/reeor.html">误差分析</a></li></c:if>
- <c:if test="${!empty MATERIALS_ANALYSIS}"><li><a target="contfrm" href="${contextPath}/admin/statistics/materials.html">用料分析</a></li></c:if>
- <c:if test="${!empty PRICE_ANALYSIS}"><li><a target="contfrm" href="${contextPath}/admin/statistics/price.html">价格分析</a></li></c:if>
- <!-- <c:if test="${!empty EFFICIENCY_ANALYSIS}"><li><a target="contfrm" href="${contextPath}/admin/statistics/efficiency.html">效率分析</a></li></c:if> -->
- <c:if test="${!empty DRY_REPORT}"><li><a target="contfrm" href="${contextPath}/admin/statistics/dryreport.html">效率分析</a></li></c:if>
- <c:if test="${!empty DRY_CHART}"><li><a target="contfrm" href="${contextPath}/admin/statistics/drychart.html">效率统计</a></li></c:if>
- </ul>
- </div>
- </c:if>
-
- <c:if test="${!empty CHART_MANAGE}">
- <div>
- <p><img src="${contextPath}/images/ico1.gif" />统计图表</p>
- <ul>
- <c:if test="${!empty RECIPE_CHART}"><li><a target="contfrm" href="${contextPath}/admin/chart/recipechart.html">配方统计</a></li></c:if>
- <c:if test="${!empty FEEDP_CHART}"><li><a target="contfrm" href="${contextPath}/admin/chart/feedpchart.html">栏舍统计</a></li></c:if>
- <!-- <c:if test="${!empty FEEDP_CHART}"><li><a target="contfrm" href="${contextPath}/admin/chart/echarts.html">ECharts</a></li></c:if> -->
- </ul>
- </div>
- </c:if>
-
- <c:if test="${!empty RECIPE_PLAN_MANAGE}">
- <div>
- <p><img src="${contextPath}/images/ico1.gif" />配方计划</p>
- <ul>
- <c:if test="${!empty RECIPE_TEMPLATE}"><li><a target="contfrm" href="${contextPath}/admin/recipeplan/template.html">配方模板</a></li></c:if>
- <c:if test="${!empty LANSHE_RECIPE}"><li><a target="contfrm" href="${contextPath}/admin/recipeplan/feedp.html?message=">栏舍配方</a></li></c:if>
- <!--
- <c:if test="${!empty FEEDP_AMOUNT}"><li><a target="contfrm" href="${contextPath}/admin/recipeplan/feedpamount.html">栏舍加减量</a></li></c:if>
- -->
- <c:if test="${!empty FALIAO_PLAN}"><li><a target="contfrm" href="${contextPath}/admin/recipeplan/lpplan.html?cclass=">发料计划</a></li></c:if>
- <c:if test="${!empty FALIAO_PLAN_DATE}"><li><a target="contfrm" href="${contextPath}/admin/recipeplan/lpplandate.html?cclass=">发料时间</a></li></c:if>
- <c:if test="${!empty PRODUCE_LPPLAN}"><li><a target="contfrm" href="${contextPath}/admin/recipeplan/producelpplan.html?cclass=">生产计划</a></li></c:if>
- <c:if test="${!empty PLUS_PLAN}"><li><a target="contfrm" href="${contextPath}/admin/recipeplan/pluslpplan.html">补料计划</a></li></c:if>
- <c:if test="${!empty DATE_EXE_PLAN}"><li><a target="contfrm" href="${contextPath}/admin/recipeplan/dateplan.html">日执行计划</a></li></c:if>
- </ul>
- </div>
- </c:if>
-
- <c:if test="${!empty LANSHE_PRODUCE_MANAGE}">
- <div>
- <p><img src="${contextPath}/images/ico1.gif" />栏舍生产</p>
- <ul>
- <c:if test="${!empty LANSHE_PRODUCE_YIELD}"><li><a target="contfrm" href="${contextPath}/admin/produce/milk.html">栏舍产奶量</a></li></c:if>
- <c:if test="${!empty LANSHE_SURPLUS_YIELD}"><li><a target="contfrm" href="${contextPath}/admin/produce/surplus.html">栏舍剩料量</a></li></c:if>
- <c:if test="${!empty LANSHE_PLUS}"><li><a target="contfrm" href="${contextPath}/admin/produce/plussurplus.html">栏舍补料量</a></li></c:if>
- <!--
- <c:if test="${!empty CATTLE_STORAGE}"><li><a target="contfrm" href="${contextPath}/admin/produce/cattlestorage.html">牲畜出库量</a></li></c:if>
- -->
- <c:if test="${!empty TEMPLET_DRY}"><li><a target="contfrm" href="${contextPath}/admin/produce/templetdry.html">配方干物质</a></li></c:if>
- <!--
- <c:if test="${!empty FEED_STORAGE}"><li><a target="contfrm" href="${contextPath}/admin/produce/feedstorage.html">库存量</a></li></c:if>
- <c:if test="${!empty FEED_STORAGE_CHART}"><li><a target="contfrm" href="${contextPath}/admin/produce/feedstoragechart.html">库存统计</a></li></c:if>
- -->
- </ul>
- </div>
- </c:if>
-
- <c:if test="${!empty FEED_STORAGE_MANAGE}">
- <div>
- <p><img src="${contextPath}/images/ico1.gif" />库存管理</p>
- <ul style="display:block;">
- <c:if test="${!empty FEED_STORAGE_IN}"><li><a target="contfrm" href="${contextPath}/admin/feedstorage/feedstoragein.html">入库</a></li></c:if>
- <c:if test="${!empty FEED_STORAGE_SYSTEM_OUT}"><li><a target="contfrm" href="${contextPath}/admin/feedstorage/feedstoragesystemout.html">系统用量</a></li></c:if>
- <c:if test="${!empty FEED_STORAGE_EMPLOYEE_OUT}"><li><a target="contfrm" href="${contextPath}/admin/feedstorage/feedstorageemployeeout.html">人工用量</a></li></c:if>
- <c:if test="${!empty FEED_STORAGE_INVENTORY}"><li><a target="contfrm" href="${contextPath}/admin/feedstorage/feedInventory.html">盘点单</a></li></c:if>
- <c:if test="${!empty FEED_STORAGE_WARN}"><li><a target="contfrm" href="${contextPath}/admin/feedstorage/feedstoragewarn.html">库存预警</a></li></c:if>
- <c:if test="${!empty FEED_STORAGE_REPORT}"><li><a target="contfrm" href="${contextPath}/admin/feedstorage/feedstoragereport.html">库存明细</a></li></c:if>
- <c:if test="${!empty FEED_STORAGE_INIT_INVENTORY}"><li><a target="contfrm" href="${contextPath}/admin/feedstorage/addInitFeedInventory.html">初始化库存</a></li></c:if>
- </ul>
- </div>
- </c:if>
-
- <c:if test="${!empty BASIC_DATA_MANAGE}">
- <div>
- <p><img src="${contextPath}/images/ico1.gif" />基础数据</p>
- <ul>
- <c:if test="${!empty PILOT}"><li><a target="contfrm" href="${contextPath}/admin/basicdata/pilot.html">驾驶员</a></li></c:if>
- <c:if test="${!empty TMR_DEVICE}"><li><a target="contfrm" href="${contextPath}/admin/basicdata/tmr.html">TMR设备</a></li></c:if>
- <c:if test="${!empty CATTLE_TYPE}"><li><a target="contfrm" href="${contextPath}/admin/basicdata/cattle.html">牲畜类别</a></li></c:if>
- <c:if test="${!empty SCOTIA_GROUP_BAR}"><li><a target="contfrm" href="${contextPath}/admin/basicdata/bar.html">舍组栏</a></li></c:if>
- <c:if test="${!empty FEED_CLASSIFY}"><li><a target="contfrm" href="${contextPath}/admin/basicdata/feedclass.html">饲料分类</a></li></c:if>
- <c:if test="${!empty FEED_TABLE}"><li><a target="contfrm" href="${contextPath}/admin/basicdata/feed.html">饲料表</a></li></c:if>
- <c:if test="${!empty DEFAULT_CONFIG}"><li><a target="contfrm" href="${contextPath}/admin/basicdata/defaultconfig.html">默认参数配置</a></li></c:if>
- <!--
- <c:if test="${!empty BACKUP_DATA}"><li><a target="contfrm" href="${contextPath}/admin/basicdata/backupdate.html">上传登记</a></li></c:if>
- -->
- </ul>
- </div>
- </c:if>
-
- <c:if test="${!empty SYSTEM_MANAGE}">
- <div>
- <p><img src="${contextPath}/images/ico1.gif" /><a href="#">系统管理</a></p>
- <ul>
- <c:if test="${!empty ADMINUSER_MANAGE}"><li><a target="contfrm" href="${contextPath}/admin/adminuser/manage.html">用户管理</a></li></c:if>
- <c:if test="${!empty ROLE_MANAGE}"><li><a target="contfrm" href="${contextPath}/admin/adminuser/role.html">权限管理</a></li></c:if>
- </ul>
- </div>
- </c:if>
- </div>
- </div>
- <!--leftmenu ed-->
- <!--body bg-->
- <div class="contbodyfrm">
- <iframe id="contfrm" name="contfrm" style="z-index: 2; visibility: inherit; overflow-x: hidden; overflow-y: hidden;width:100%;height:99%;position:relative;left:0px;top:0px;" src="welcome.html" frameborder="0" scrolling="yes"></iframe>
- </div>
- <!--body ed-->
- <div class="cls"></div>
- <!--bottom bg-->
- <div class="bottomfrm">
- Copyright © 上海科湃腾信息科技有限公司. All Rights Reserved.
- </div>
- <!--bottom ed-->
- </body>
- </html>
|