main.jsp 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177
  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. <title>${siteName }</title>
  7. <link rel="shortcut icon" type="image/x-icon" href="${contextPath}/favicon.ico" />
  8. <link href="${contextPath}/images/style.css" type="text/css" rel="stylesheet" />
  9. <link type="text/css" rel="stylesheet" href="${contextPath}/css/highslide.css" />
  10. <script type="text/javascript" language="javascript" src="${contextPath}/js/jquery.js"></script>
  11. <script type="text/javascript" language="javascript" src="${contextPath}/js/funt.js"></script>
  12. <script type="text/javascript" language="javascript" src="${contextPath}/js/cookie.js"></script>
  13. <script type="text/javascript" language="javascript" src="${contextPath}/js/highslide.js"></script>
  14. <script type="text/javascript" language="javascript" src="${contextPath}/js/common.js"></script>
  15. <script type="text/javascript" >
  16. hs.graphicsDir = '${contextPath }/images/highslide/';
  17. </script>
  18. </head>
  19. <script language="Javascript">
  20. $(function (){
  21. resizeWindow();
  22. window.onresize=function(){resizeWindow();};
  23. });
  24. function loginout() {
  25. delCookie("__adminuser");
  26. setCookie("__adminuser",null);
  27. window.location.href="${contextPath}/admin/index.html";
  28. return false;
  29. }
  30. function resizeWindow(){
  31. $('#contfrm').height(pageHeight()-107);
  32. }
  33. function pageHeight(){
  34. if($.browser.msie){
  35. return document.compatMode == "CSS1Compat"? document.documentElement.clientHeight :
  36. document.body.clientHeight;
  37. }else{
  38. return self.innerHeight;
  39. }
  40. }
  41. function hsClose(){
  42. closeBox();
  43. alert("保存成功");
  44. }
  45. hs.Expander.prototype.onAfterClose = function(htmlExpand) {
  46. //window.location.reload();
  47. };
  48. </script>
  49. <body scroll="no" style="overflow:hidden">
  50. <!--top bg-->
  51. <div class="topfrm">
  52. <%@ include file="/top.jsp" %>
  53. </div>
  54. <!--top ed-->
  55. <!--leftmenu bg-->
  56. <div class="leftfrm">
  57. <div class="lbut"></div>
  58. <div class="leftbody">
  59. <img src="${contextPath}/images/left_top.jpg" />
  60. <c:if test="${!empty STATISTICS_ANALYSIS_MANAGE}">
  61. <div>
  62. <p><img src="${contextPath}/images/ico1.gif" />统计分析</p>
  63. <ul>
  64. <c:if test="${!empty REAL_TIME_MONITORING}"><li><a target="contfrm" href="${contextPath}/admin/statistics/realtime.html">实时监控</a></li></c:if>
  65. <c:if test="${!empty PROCESS_ANALYSIS}"><li><a target="contfrm" href="${contextPath}/admin/statistics/process.html">过程分析</a></li></c:if>
  66. <c:if test="${!empty REEOR_ANALYSIS}"><li><a target="contfrm" href="${contextPath}/admin/statistics/reeor.html">误差分析</a></li></c:if>
  67. <c:if test="${!empty MATERIALS_ANALYSIS}"><li><a target="contfrm" href="${contextPath}/admin/statistics/materials.html">用料分析</a></li></c:if>
  68. <c:if test="${!empty PRICE_ANALYSIS}"><li><a target="contfrm" href="${contextPath}/admin/statistics/price.html">价格分析</a></li></c:if>
  69. <!-- <c:if test="${!empty EFFICIENCY_ANALYSIS}"><li><a target="contfrm" href="${contextPath}/admin/statistics/efficiency.html">效率分析</a></li></c:if> -->
  70. <c:if test="${!empty DRY_REPORT}"><li><a target="contfrm" href="${contextPath}/admin/statistics/dryreport.html">效率分析</a></li></c:if>
  71. <c:if test="${!empty DRY_CHART}"><li><a target="contfrm" href="${contextPath}/admin/statistics/drychart.html">效率统计</a></li></c:if>
  72. </ul>
  73. </div>
  74. </c:if>
  75. <c:if test="${!empty CHART_MANAGE}">
  76. <div>
  77. <p><img src="${contextPath}/images/ico1.gif" />统计图表</p>
  78. <ul>
  79. <c:if test="${!empty RECIPE_CHART}"><li><a target="contfrm" href="${contextPath}/admin/chart/recipechart.html">配方统计</a></li></c:if>
  80. <c:if test="${!empty FEEDP_CHART}"><li><a target="contfrm" href="${contextPath}/admin/chart/feedpchart.html">栏舍统计</a></li></c:if>
  81. <!-- <c:if test="${!empty FEEDP_CHART}"><li><a target="contfrm" href="${contextPath}/admin/chart/echarts.html">ECharts</a></li></c:if> -->
  82. </ul>
  83. </div>
  84. </c:if>
  85. <c:if test="${!empty RECIPE_PLAN_MANAGE}">
  86. <div>
  87. <p><img src="${contextPath}/images/ico1.gif" />配方计划</p>
  88. <ul style="display:block;">
  89. <c:if test="${!empty RECIPE_TEMPLATE}"><li><a target="contfrm" href="${contextPath}/admin/recipeplan/template.html">配方模板</a></li></c:if>
  90. <c:if test="${!empty LANSHE_RECIPE}"><li><a target="contfrm" href="${contextPath}/admin/recipeplan/feedp.html?message=">栏舍配方</a></li></c:if>
  91. <c:if test="${!empty FALIAO_PLAN}"><li><a target="contfrm" href="${contextPath}/admin/recipeplan/lpplan.html?cclass=">发料计划</a></li></c:if>
  92. <c:if test="${!empty DATE_EXE_PLAN}"><li><a target="contfrm" href="${contextPath}/admin/recipeplan/dateplan.html">日执行计划</a></li></c:if>
  93. <c:if test="${!empty FALIAO_PLAN_DATE}"><li><a target="contfrm" href="${contextPath}/admin/recipeplan/lpplandate.html?cclass=">发料时间</a></li></c:if>
  94. <!-- <c:if test="${!empty PRODUCE_LPPLAN}"><li><a target="contfrm" href="${contextPath}/admin/recipeplan/producelpplan.html?cclass=">生产计划</a></li></c:if> -->
  95. <c:if test="${!empty PLUS_PLAN}"><li><a target="contfrm" href="${contextPath}/admin/recipeplan/pluslpplan.html">补料计划</a></li></c:if>
  96. <c:if test="${!empty FEEDP_AMOUNT}"><li><a target="contfrm" href="${contextPath}/admin/recipeplan/feedpamount.html">栏舍加减量</a></li></c:if>
  97. </ul>
  98. </div>
  99. </c:if>
  100. <c:if test="${!empty LANSHE_PRODUCE_MANAGE}">
  101. <div>
  102. <p><img src="${contextPath}/images/ico1.gif" />栏舍生产</p>
  103. <ul>
  104. <c:if test="${!empty LANSHE_PRODUCE_YIELD}"><li><a target="contfrm" href="${contextPath}/admin/produce/milk.html">栏舍产奶量</a></li></c:if>
  105. <c:if test="${!empty LANSHE_SURPLUS_YIELD}"><li><a target="contfrm" href="${contextPath}/admin/produce/surplus.html">栏舍剩料量</a></li></c:if>
  106. <c:if test="${!empty LANSHE_PLUS}"><li><a target="contfrm" href="${contextPath}/admin/produce/plussurplus.html">栏舍补料量</a></li></c:if>
  107. <c:if test="${!empty CATTLE_STORAGE}"><li><a target="contfrm" href="${contextPath}/admin/produce/cattlestorage.html">牲畜出库量</a></li></c:if>
  108. <c:if test="${!empty TEMPLET_DRY}"><li><a target="contfrm" href="${contextPath}/admin/produce/templetdry.html">配方干物质</a></li></c:if>
  109. <!-- <c:if test="${!empty FEED_STORAGE}"><li><a target="contfrm" href="${contextPath}/admin/produce/feedstorage.html">库存量</a></li></c:if> -->
  110. <!-- <c:if test="${!empty FEED_STORAGE_CHART}"><li><a target="contfrm" href="${contextPath}/admin/produce/feedstoragechart.html">库存统计</a></li></c:if> -->
  111. </ul>
  112. </div>
  113. </c:if>
  114. <c:if test="${!empty FEED_STORAGE_MANAGE}">
  115. <div>
  116. <p><img src="${contextPath}/images/ico1.gif" />库存管理</p>
  117. <ul>
  118. <c:if test="${!empty FEED_STORAGE_IN}"><li><a target="contfrm" href="${contextPath}/admin/feedstorage/feedstoragein.html">入库</a></li></c:if>
  119. <c:if test="${!empty FEED_STORAGE_SYSTEM_OUT}"><li><a target="contfrm" href="${contextPath}/admin/feedstorage/feedstoragesystemout.html">系统用量</a></li></c:if>
  120. <c:if test="${!empty FEED_STORAGE_EMPLOYEE_OUT}"><li><a target="contfrm" href="${contextPath}/admin/feedstorage/feedstorageemployeeout.html">人工用量</a></li></c:if>
  121. <c:if test="${!empty FEED_STORAGE_INVENTORY}"><li><a target="contfrm" href="${contextPath}/admin/feedstorage/feedInventory.html">盘点单</a></li></c:if>
  122. <c:if test="${!empty FEED_STORAGE_WARN}"><li><a target="contfrm" href="${contextPath}/admin/feedstorage/feedstoragewarn.html">库存预警</a></li></c:if>
  123. <c:if test="${!empty FEED_STORAGE_REPORT}"><li><a target="contfrm" href="${contextPath}/admin/feedstorage/feedstoragereport.html">库存统计</a></li></c:if>
  124. <c:if test="${!empty FEED_STORAGE_INIT_INVENTORY}"><li><a target="contfrm" href="${contextPath}/admin/feedstorage/addInitFeedInventory.html">初始化库存</a></li></c:if>
  125. </ul>
  126. </div>
  127. </c:if>
  128. <c:if test="${!empty BASIC_DATA_MANAGE}">
  129. <div>
  130. <p><img src="${contextPath}/images/ico1.gif" />基础数据</p>
  131. <ul>
  132. <c:if test="${!empty PILOT}"><li><a target="contfrm" href="${contextPath}/admin/basicdata/pilot.html">驾驶员</a></li></c:if>
  133. <c:if test="${!empty TMR_DEVICE}"><li><a target="contfrm" href="${contextPath}/admin/basicdata/tmr.html">TMR设备</a></li></c:if>
  134. <c:if test="${!empty CATTLE_TYPE}"><li><a target="contfrm" href="${contextPath}/admin/basicdata/cattle.html">牲畜类别</a></li></c:if>
  135. <c:if test="${!empty SCOTIA_GROUP_BAR}"><li><a target="contfrm" href="${contextPath}/admin/basicdata/bar.html">舍组栏</a></li></c:if>
  136. <c:if test="${!empty FEED_CLASSIFY}"><li><a target="contfrm" href="${contextPath}/admin/basicdata/feedclass.html">饲料分类</a></li></c:if>
  137. <c:if test="${!empty FEED_TABLE}"><li><a target="contfrm" href="${contextPath}/admin/basicdata/feed.html">饲料表</a></li></c:if>
  138. <c:if test="${!empty FEED_PACKAGE}"><li><a target="contfrm" href="${contextPath}/admin/recipeplan/feedpackage.html">自配料</a></li></c:if>
  139. <c:if test="${!empty DEFAULT_CONFIG}"><li><a target="contfrm" href="${contextPath}/admin/basicdata/defaultconfig.html">默认参数配置</a></li></c:if>
  140. <c:if test="${!empty BACKUP_DATA}"><li><a target="contfrm" href="${contextPath}/admin/basicdata/backupdate.html">上传登记</a></li></c:if>
  141. <c:if test="${!empty SILO_MANAGE}"><li><a target="contfrm" href="${contextPath}/admin/silomanage/silo.html">精料仓管理</a></li></c:if>
  142. </ul>
  143. </div>
  144. </c:if>
  145. <c:if test="${!empty SYSTEM_MANAGE}">
  146. <div>
  147. <p><img src="${contextPath}/images/ico1.gif" /><a href="#">系统管理</a></p>
  148. <ul>
  149. <c:if test="${!empty ADMINUSER_MANAGE}"><li><a target="contfrm" href="${contextPath}/admin/adminuser/manage.html">用户管理</a></li></c:if>
  150. <c:if test="${!empty ROLE_MANAGE}"><li><a target="contfrm" href="${contextPath}/admin/adminuser/role.html">权限管理</a></li></c:if>
  151. </ul>
  152. </div>
  153. </c:if>
  154. </div>
  155. </div>
  156. <!--leftmenu ed-->
  157. <!--body bg-->
  158. <div class="contbodyfrm">
  159. <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>
  160. </div>
  161. <!--body ed-->
  162. <div class="cls"></div>
  163. <!--bottom bg-->
  164. <div class="bottomfrm">
  165. Copyright © 上海科湃腾信息科技有限公司. All Rights Reserved.
  166. </div>
  167. <!--bottom ed-->
  168. </body>
  169. </html>