123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- <%@ 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>
- <link rel="shortcut icon" type="image/x-icon" href="${contextPath}/favicon.ico" />
- <link href="${contextPath}/images/style.css" type="text/css" rel="stylesheet" />
- <script type="text/javascript" language="javascript" src="${contextPath}/js/jquery.js"></script>
- <script type="text/javascript" language="javascript" src="${contextPath}/js/funt.js"></script>
- </head>
- <body>
- <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="main_right" href="${contextPath}/admin/statistics/realtime.html">实时监控</a></li></c:if>
- <c:if test="${!empty PROCESS_ANALYSIS}"><li><a target="main_right" href="${contextPath}/admin/statistics/process.html">过程分析</a></li></c:if>
- <c:if test="${!empty REEOR_ANALYSIS}"><li><a target="main_right" href="${contextPath}/admin/statistics/reeor.html">误差分析</a></li></c:if>
- <c:if test="${!empty MATERIALS_ANALYSIS}"><li><a target="main_right" href="${contextPath}/admin/statistics/materials.html">用料分析</a></li></c:if>
- <c:if test="${!empty PRICE_ANALYSIS}"><li><a target="main_right" href="${contextPath}/admin/statistics/price.html">价格分析</a></li></c:if>
- <c:if test="${!empty EFFICIENCY_ANALYSIS}"><li><a target="main_right" href="${contextPath}/admin/statistics/efficiency.html">效率分析</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 style="display:block;">
- <c:if test="${!empty RECIPE_TEMPLATE}"><li><a target="main_right" href="${contextPath}/admin/recipeplan/template.html">配方模板</a></li></c:if>
- <c:if test="${!empty LANSHE_RECIPE}"><li><a target="main_right" href="${contextPath}/admin/recipeplan/feedp.html?message=">栏舍配方</a></li></c:if>
- <c:if test="${!empty FALIAO_PLAN}"><li><a target="main_right" href="${contextPath}/admin/recipeplan/lpplan.html?cclass=">发料计划</a></li></c:if>
- <c:if test="${!empty DATE_EXE_PLAN}"><li><a target="main_right" 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="main_right" href="${contextPath}/admin/produce/milk.html">栏舍产奶量</a></li></c:if>
- <c:if test="${!empty LANSHE_SURPLUS_YIELD}"><li><a target="main_right" href="${contextPath}/admin/produce/surplus.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="main_right" href="${contextPath}/admin/basicdata/pilot.html">驾驶员</a></li></c:if>
- <c:if test="${!empty TMR_DEVICE}"><li><a target="main_right" href="${contextPath}/admin/basicdata/tmr.html">TMR设备</a></li></c:if>
- <c:if test="${!empty CATTLE_TYPE}"><li><a target="main_right" href="${contextPath}/admin/basicdata/cattle.html">牲畜类别</a></li></c:if>
- <c:if test="${!empty SCOTIA_GROUP_BAR}"><li><a target="main_right" href="${contextPath}/admin/basicdata/bar.html">舍组栏</a></li></c:if>
- <c:if test="${!empty FEED_CLASSIFY}"><li><a target="main_right" href="${contextPath}/admin/basicdata/feedclass.html">饲料分类</a></li></c:if>
- <c:if test="${!empty FEED_TABLE}"><li><a target="main_right" href="${contextPath}/admin/basicdata/feed.html">饲料表</a></li></c:if>
- <c:if test="${!empty DEFAULT_CONFIG}"><li><a target="main_right" href="${contextPath}/admin/basicdata/defaultconfig.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="main_right" href="${contextPath}/admin/adminuser/manage.html">用户管理</a></li></c:if>
- <c:if test="${!empty ROLE_MANAGE}"><li><a target="main_right" href="${contextPath}/admin/adminuser/role.html">权限管理</a></li></c:if>
- </ul>
- </div>
- </c:if>
-
- </div>
- </html>
|