menu.jsp 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. <%@ page contentType="text/html; charset=utf-8" session="false" %>
  2. <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
  3. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
  4. <html xmlns="http://www.w3.org/1999/xhtml">
  5. <head>
  6. <link rel="shortcut icon" type="image/x-icon" href="${contextPath}/favicon.ico" />
  7. <link href="${contextPath}/images/style.css" type="text/css" rel="stylesheet" />
  8. <script type="text/javascript" language="javascript" src="${contextPath}/js/jquery.js"></script>
  9. <script type="text/javascript" language="javascript" src="${contextPath}/js/funt.js"></script>
  10. </head>
  11. <body>
  12. <div class="leftbody">
  13. <img src="${contextPath}/images/left_top.jpg" />
  14. <c:if test="${!empty STATISTICS_ANALYSIS_MANAGE}">
  15. <div>
  16. <p><img src="${contextPath}/images/ico1.gif" />统计分析</p>
  17. <ul>
  18. <c:if test="${!empty REAL_TIME_MONITORING}"><li><a target="main_right" href="${contextPath}/admin/statistics/realtime.html">实时监控</a></li></c:if>
  19. <c:if test="${!empty PROCESS_ANALYSIS}"><li><a target="main_right" href="${contextPath}/admin/statistics/process.html">过程分析</a></li></c:if>
  20. <c:if test="${!empty REEOR_ANALYSIS}"><li><a target="main_right" href="${contextPath}/admin/statistics/reeor.html">误差分析</a></li></c:if>
  21. <c:if test="${!empty MATERIALS_ANALYSIS}"><li><a target="main_right" href="${contextPath}/admin/statistics/materials.html">用料分析</a></li></c:if>
  22. <c:if test="${!empty PRICE_ANALYSIS}"><li><a target="main_right" href="${contextPath}/admin/statistics/price.html">价格分析</a></li></c:if>
  23. <c:if test="${!empty EFFICIENCY_ANALYSIS}"><li><a target="main_right" href="${contextPath}/admin/statistics/efficiency.html">效率分析</a></li></c:if>
  24. </ul>
  25. </div>
  26. </c:if>
  27. <c:if test="${!empty RECIPE_PLAN_MANAGE}">
  28. <div>
  29. <p><img src="${contextPath}/images/ico1.gif" />配方计划</p>
  30. <ul style="display:block;">
  31. <c:if test="${!empty RECIPE_TEMPLATE}"><li><a target="main_right" href="${contextPath}/admin/recipeplan/template.html">配方模板</a></li></c:if>
  32. <c:if test="${!empty LANSHE_RECIPE}"><li><a target="main_right" href="${contextPath}/admin/recipeplan/feedp.html?message=">栏舍配方</a></li></c:if>
  33. <c:if test="${!empty FALIAO_PLAN}"><li><a target="main_right" href="${contextPath}/admin/recipeplan/lpplan.html?cclass=">发料计划</a></li></c:if>
  34. <c:if test="${!empty DATE_EXE_PLAN}"><li><a target="main_right" href="${contextPath}/admin/recipeplan/dateplan.html">日执行计划</a></li></c:if>
  35. </ul>
  36. </div>
  37. </c:if>
  38. <c:if test="${!empty LANSHE_PRODUCE_MANAGE}">
  39. <div>
  40. <p><img src="${contextPath}/images/ico1.gif" />栏舍生产</p>
  41. <ul>
  42. <c:if test="${!empty LANSHE_PRODUCE_YIELD}"><li><a target="main_right" href="${contextPath}/admin/produce/milk.html">栏舍产奶量</a></li></c:if>
  43. <c:if test="${!empty LANSHE_SURPLUS_YIELD}"><li><a target="main_right" href="${contextPath}/admin/produce/surplus.html">栏舍剩料量</a></li></c:if>
  44. </ul>
  45. </div>
  46. </c:if>
  47. <c:if test="${!empty BASIC_DATA_MANAGE}">
  48. <div>
  49. <p><img src="${contextPath}/images/ico1.gif" />基础数据</p>
  50. <ul>
  51. <c:if test="${!empty PILOT}"><li><a target="main_right" href="${contextPath}/admin/basicdata/pilot.html">驾驶员</a></li></c:if>
  52. <c:if test="${!empty TMR_DEVICE}"><li><a target="main_right" href="${contextPath}/admin/basicdata/tmr.html">TMR设备</a></li></c:if>
  53. <c:if test="${!empty CATTLE_TYPE}"><li><a target="main_right" href="${contextPath}/admin/basicdata/cattle.html">牲畜类别</a></li></c:if>
  54. <c:if test="${!empty SCOTIA_GROUP_BAR}"><li><a target="main_right" href="${contextPath}/admin/basicdata/bar.html">舍组栏</a></li></c:if>
  55. <c:if test="${!empty FEED_CLASSIFY}"><li><a target="main_right" href="${contextPath}/admin/basicdata/feedclass.html">饲料分类</a></li></c:if>
  56. <c:if test="${!empty FEED_TABLE}"><li><a target="main_right" href="${contextPath}/admin/basicdata/feed.html">饲料表</a></li></c:if>
  57. <c:if test="${!empty DEFAULT_CONFIG}"><li><a target="main_right" href="${contextPath}/admin/basicdata/defaultconfig.html">默认参数配置</a></li></c:if>
  58. </ul>
  59. </div>
  60. </c:if>
  61. <c:if test="${!empty SYSTEM_MANAGE}">
  62. <div>
  63. <p><img src="${contextPath}/images/ico1.gif" /><a href="#">系统管理</a></p>
  64. <ul>
  65. <c:if test="${!empty ADMINUSER_MANAGE}"><li><a target="main_right" href="${contextPath}/admin/adminuser/manage.html">用户管理</a></li></c:if>
  66. <c:if test="${!empty ROLE_MANAGE}"><li><a target="main_right" href="${contextPath}/admin/adminuser/role.html">权限管理</a></li></c:if>
  67. </ul>
  68. </div>
  69. </c:if>
  70. </div>
  71. </html>