Y_Index.jsp 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339
  1. <%@ page language="java" pageEncoding="UTF-8"%>
  2. <%@ taglib uri="http://struts.apache.org/tags-bean" prefix="bean" %>
  3. <%@ taglib uri="http://struts.apache.org/tags-html" prefix="html" %>
  4. <%@ taglib uri="http://struts.apache.org/tags-logic" prefix="logic" %>
  5. <%@ taglib uri="http://struts.apache.org/tags-tiles" prefix="tiles" %>
  6. <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
  7. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  8. <html:html lang="true">
  9. <head>
  10. <html:base />
  11. <title>物流管理系统</title>
  12. </head>
  13. <!-- 样式 -->
  14. <LINK href="/yuntong/css/maple.css" type=text/css rel=STYLESHEET>
  15. <SCRIPT language=javascript>
  16. function secBoard(n)
  17. {
  18. for(i=0;i<secTable.cells.length;i++)
  19. secTable.cells[i].className="sec1";
  20. secTable.cells[n].className="sec2";
  21. for(i=0;i<mainTable.tBodies.length;i++)
  22. mainTable.tBodies[i].style.display="none";
  23. mainTable.tBodies[n].style.display="block";
  24. }
  25. </SCRIPT>
  26. <body background="picture/bk3.jpg" topmargin="0" marginheight="0" leftmargin="0" rightmargin="0" marginwidth="0">
  27. <%@include file="Y_Top.jsp" %>
  28. <table width="984" BORDER=0 CELLSPACING=0 CELLPADDING=0>
  29. <tr>
  30. <td width="12%" valign="top" >
  31. <!-- 左菜单 -->
  32. <%@include file="Y_Left.jsp" %>
  33. </td>
  34. <td valign="top" align="left" width="88%">
  35. <!-- 中间内容 -->
  36. <table border="0" width="100%" topmargin="0" marginheight="0" leftmargin="0" rightmargin="0" marginwidth="0">
  37. <tr>
  38. <td colspan="3" class="tx">当前位置:>><a href="/yuntong/y_GoIndex.do">首页</a></td>
  39. </tr>
  40. <tr>
  41. <td colspan="3">
  42. <table width="100%" border="0" cellpadding="0" cellspacing="0">
  43. <tr><td>
  44. <!--================================================= 图形菜单 ============================-->
  45. <table width="100%" border="0" cellpadding="0" cellspacing="0" class="tx">
  46. <tr>
  47. <td>
  48. <TABLE align="center" id=secTable cellSpacing=0 cellPadding=0 width=100% border=0 class="css3">
  49. <TBODY>
  50. <TR align=middle height=20>
  51. <TD class=sec2 onMouseMove=secBoard(0) width="10%">南方业务</TD>
  52. <TD class=sec1 onMouseMove=secBoard(1) width="10%">北方业务</TD>
  53. <TD class=sec1 onMouseMove=secBoard(2) width="10%">统计查询</TD>
  54. <TD class=sec1 onMouseMove=secBoard(3) width="10%">资料维护</TD>
  55. </TR>
  56. </TBODY>
  57. </TABLE>
  58. <!--总表-->
  59. <TABLE align="center" class=main_tab id=mainTable height=300 cellSpacing=0
  60. cellPadding=0 width=100% border=0>
  61. <!--关于TBODY标记-->
  62. <TBODY style="DISPLAY: block">
  63. <TR>
  64. <TD vAlign=top align=middle><BR><BR>
  65. <TABLE cellSpacing=0 cellPadding=0 width=291 border=0>
  66. <TBODY>
  67. <TR>
  68. <TD>
  69. <img src="picture/tyyw.gif" width="552" height="248" border="0" usemap="#Map1" >
  70. <map name="Map1" id="Map1">
  71. <c:if test="${userLoginInfo.roleSHGL==1}">
  72. <area shape="rect" coords="16,23,101,109" onmousemove="myInfoXmlHttpDoRequest(this.id);" id="index1001" href="/yuntong/SHGL/y_GoSHGL.do" />
  73. </c:if>
  74. <c:if test="${userLoginInfo.roleSHGL==0}">
  75. <area shape="rect" coords="16,23,101,109" onmousemove="myInfoXmlHttpDoRequest(this.id);" id="index1001" style="cursor:hand" onclick="quanxian();" />
  76. </c:if>
  77. <c:if test="${userLoginInfo.rolePWGL==1}">
  78. <area shape="rect" coords="167,18,245,112" href="/yuntong/PWGL/J_FareMath.jsp" id="index1003" onmousemove="myInfoXmlHttpDoRequest(this.id);"/>
  79. </c:if>
  80. <c:if test="${userLoginInfo.rolePWGL==0}">
  81. <area shape="rect" coords="167,18,245,112" style="cursor:hand" onclick="quanxian();" id="index1003" onmousemove="myInfoXmlHttpDoRequest(this.id);"/>
  82. </c:if>
  83. <c:if test="${userLoginInfo.rolePSGL==1}">
  84. <area shape="rect" coords="309,22,384,112" href="/yuntong/PSGL/g_GoSJYS.do" id="index1004" onmousemove="myInfoXmlHttpDoRequest(this.id);" />
  85. <area shape="rect" coords="456,18,529,113" href="/yuntong/PSGL/g_GoSJYS.do" id="index1005" onmousemove="myInfoXmlHttpDoRequest(this.id);" />
  86. </c:if>
  87. <c:if test="${userLoginInfo.rolePSGL==0}">
  88. <area shape="rect" coords="309,22,384,112" style="cursor:hand" onclick="quanxian();" id="index1004" onmousemove="myInfoXmlHttpDoRequest(this.id);"/>
  89. <area shape="rect" coords="456,18,529,113" style="cursor:hand" onclick="quanxian();" id="index1005" onmousemove="myInfoXmlHttpDoRequest(this.id);"/>
  90. </c:if>
  91. <c:if test="${userLoginInfo.roleSHGL==1}">
  92. <area shape="rect" coords="123,126,202,222" onmousemove="myInfoXmlHttpDoRequest(this.id);" id="index1002" href="/yuntong/SHGL/y_GoWGHP.do" />
  93. </c:if>
  94. <c:if test="${userLoginInfo.roleSHGL==0}">
  95. <area shape="rect" coords="123,126,202,222" onmousemove="myInfoXmlHttpDoRequest(this.id);" id="index1002" style="cursor:hand" onclick="quanxian();"/>
  96. </c:if>
  97. <c:if test="${userLoginInfo.roleCWGL==1}">
  98. <area shape="rect" coords="313,126,386,222" href="/yuntong/Financial/x_Financial.do?test=per" id="index1006" onmousemove="myInfoXmlHttpDoRequest(this.id);"/>
  99. </c:if>
  100. <c:if test="${userLoginInfo.roleCWGL==0}">
  101. <area shape="rect" coords="313,126,386,222" style="cursor:hand" onclick="quanxian();" id="index1006" onmousemove="myInfoXmlHttpDoRequest(this.id);"/>
  102. </c:if>
  103. </map>
  104. </TD>
  105. </TR>
  106. </TBODY>
  107. </TABLE>
  108. </TD></TR></TBODY><!--关于cells集合-->
  109. <TBODY style="DISPLAY: none">
  110. <TR>
  111. <TD vAlign=top align=middle><BR><BR>
  112. <TABLE cellSpacing=0 cellPadding=0 width=291 border=0>
  113. <TBODY>
  114. <TR>
  115. <TD>
  116. <p><img src="picture/jstj.gif" width="551" height="239" border="0" usemap="#Map2" />
  117. <map name="Map2" id="Map2">
  118. <c:if test="${userLoginInfo.roleCWGL==1}">
  119. <area shape="rect" coords="31,12,120,105" href="/yuntong/Financial/x_Financial.do?test=pick" id="index2006" onmousemove="myInfoXmlHttpDoRequest(this.id);"/>
  120. </c:if>
  121. <c:if test="${userLoginInfo.roleCWGL==0}">
  122. <area shape="rect" coords="31,12,120,105" style="cursor:hand" onclick="quanxian();" id="index2006" onmousemove="myInfoXmlHttpDoRequest(this.id);"/>
  123. </c:if>
  124. <c:if test="${userLoginInfo.roleSHGL==1}">
  125. <area shape="rect" coords="232,17,323,104" id="index2001" onmousemove="myInfoXmlHttpDoRequest(this.id);" href="/yuntong/SHGL/y_GoDHQR.do" />
  126. </c:if>
  127. <c:if test="${userLoginInfo.roleSHGL==0}">
  128. <area shape="rect" coords="232,17,323,104" id="index2001" onmousemove="myInfoXmlHttpDoRequest(this.id);" style="cursor:hand" onclick="quanxian();"/>
  129. </c:if>
  130. <c:if test="${userLoginInfo.rolePSGL==1}">
  131. <area shape="rect" coords="428,13,512,103" href="/yuntong/PSGL/g_GoSNPS.do" id="index2004" onmousemove="myInfoXmlHttpDoRequest(this.id);" />
  132. </c:if>
  133. <c:if test="${userLoginInfo.rolePSGL==0}">
  134. <area shape="rect" coords="428,13,512,103" style="cursor:hand" onclick="quanxian();" id="index2004" onmousemove="myInfoXmlHttpDoRequest(this.id);"/>
  135. </c:if>
  136. <c:if test="${userLoginInfo.rolePWGL==1}">
  137. <area shape="rect" coords="137,114,213,204" href="/yuntong/PWGL/j_GetStateAction.do" id="index2004" onmousemove="myInfoXmlHttpDoRequest(this.id);" />
  138. </c:if>
  139. <c:if test="${userLoginInfo.rolePWGL==0}">
  140. <area shape="rect" coords="137,114,213,204" style="cursor:hand" onclick="quanxian();" id="index2004" onmousemove="myInfoXmlHttpDoRequest(this.id);"/>
  141. </c:if>
  142. <c:if test="${userLoginInfo.roleSCGL==1}">
  143. <area shape="rect" coords="343,115,426,204" href="/yuntong/SCGL/M_scgll_2.jsp" id="index2008" onmousemove="myInfoXmlHttpDoRequest(this.id);"/>
  144. </c:if>
  145. <c:if test="${userLoginInfo.roleSCGL==0}">
  146. <area shape="rect" coords="343,115,426,204" style="cursor:hand" onclick="quanxian();" id="index2008" onmousemove="myInfoXmlHttpDoRequest(this.id);" />
  147. </c:if>
  148. </map></p>
  149. </TD>
  150. </TR>
  151. </TBODY>
  152. </TABLE>
  153. </TD></TR></TBODY><!--关于tBodies集合-->
  154. <TBODY style="DISPLAY: none">
  155. <TR>
  156. <TD vAlign=top align=middle><BR><BR>
  157. <TABLE cellSpacing=0 cellPadding=0 width=291 border=0>
  158. <TBODY>
  159. <TR>
  160. <TD>
  161. <img src="picture/sjcs.gif" width="552" height="231" border="0" usemap="#Map3" >
  162. <map name="Map3" id="Map3">
  163. <c:if test="${userLoginInfo.roleTJCX==1}">
  164. <area shape="rect" coords="115,47,204,149" href="/yuntong/PWGL/j_RigHotLineAction.do" id="index3001" onmousemove="myInfoXmlHttpDoRequest(this.id);" />
  165. <area shape="rect" coords="323,49,405,152" href="/yuntong/CXTJ/G_cxtj.jsp" id="index3002" onmousemove="myInfoXmlHttpDoRequest(this.id);"/>
  166. </c:if>
  167. <c:if test="${userLoginInfo.roleTJCX==0}">
  168. <area shape="rect" coords="115,47,204,149" style="cursor:hand" onclick="quanxian();" id="index3001" onmousemove="myInfoXmlHttpDoRequest(this.id);" />
  169. <area shape="rect" coords="323,49,405,152" style="cursor:hand" onclick="quanxian();" id="index3002" onmousemove="myInfoXmlHttpDoRequest(this.id);" />
  170. </c:if>
  171. </map>
  172. </TD>
  173. </TR>
  174. </TBODY>
  175. </TABLE>
  176. </TD></TR></TBODY><!--关于display属性-->
  177. <TBODY style="DISPLAY: none">
  178. <TR>
  179. <TD vAlign=top align=middle><BR><BR>
  180. <table cellspacing=0 cellpadding=0 width=291 border=0>
  181. <tbody>
  182. <tr>
  183. <td><img src="picture/xtgl.gif" width="581" height="244" border="0" usemap="#Map4" >
  184. <map name="Map4" id="Map4">
  185. <area shape="rect" coords="18,8,90,97" href="#" />
  186. <c:if test="${userLoginInfo.roleJBZL==1}">
  187. <area shape="rect" coords="169,8,242,102" href="/yuntong/JBZL/y_GoYsyf.do" id="left7004" onmousemove="myInfoXmlHttpDoRequest(this.id);"/>
  188. <area shape="rect" id="index4001" onmousemove="myInfoXmlHttpDoRequest(this.id);" coords="323,8,402,104" href="/yuntong/JBZL/y_GoCZY.do" />
  189. </c:if>
  190. <c:if test="${userLoginInfo.roleJBZL==0}">
  191. <area shape="rect" coords="169,8,242,102" style="cursor:hand" onclick="quanxian();" />
  192. <area shape="rect" id="index4001" onmousemove="myInfoXmlHttpDoRequest(this.id);" coords="323,8,402,104" style="cursor:hand" onclick="quanxian();" />
  193. </c:if>
  194. <area shape="rect" href="/yuntong/JBZL/y_GoXGMM.do" coords="479,8,560,105" id="index4004" onmousemove="myInfoXmlHttpDoRequest(this.id);" />
  195. <area shape="rect" coords="96,113,168,208" />
  196. <c:if test="${userLoginInfo.rolePSGL==1}">
  197. <area shape="rect" coords="245,114,331,212" href="/yuntong/PSGL/g_GoPSGL.do" />
  198. </c:if>
  199. <c:if test="${userLoginInfo.rolePSGL==0}">
  200. <area shape="rect" coords="245,114,331,212" style="cursor:hand" onclick="quanxian();" />
  201. </c:if>
  202. <c:if test="${userLoginInfo.roleJBZL==1}">
  203. <area shape="rect" coords="411,114,500,210" href="/yuntong/JBZL/y_GoYHQX.do" id="index4010" onmousemove="myInfoXmlHttpDoRequest(this.id);" />
  204. </c:if>
  205. <c:if test="${userLoginInfo.roleJBZL==0}">
  206. <area shape="rect" coords="411,114,500,210" style="cursor:hand" onclick="quanxian();" id="index4010" onmousemove="myInfoXmlHttpDoRequest(this.id);"/>
  207. </c:if>
  208. </map>
  209. </td>
  210. </tr>
  211. </tbody>
  212. </table>
  213. </TD>
  214. </TR>
  215. </TBODY>
  216. </TABLE>
  217. </td>
  218. </tr>
  219. </table>
  220. <!--================================================= 图形菜单(结束) ============================-->
  221. </td>
  222. <!-- 站内公告 -->
  223. <td width="20%" valign="top">
  224. <!-- 系统公告 --><br>
  225. <table width="100%" border="0" cellpadding="0" cellspacing="0">
  226. <tr>
  227. <td background="/yuntong/picture/loginpage.gif" align="center"><br><b><font color="#804060">--系统公告--</font></b></td>
  228. </tr>
  229. <tr>
  230. <td background="/yuntong/picture/bg1.jpg" align="center" valign="top">
  231. <table width="75%" border="0" cellpadding="0" cellspacing="0">
  232. <tr>
  233. <td>标题:<font color="#804060">${Y_gonggao.afficheTitle}</font>
  234. <hr width="100%" size="1"></td>
  235. </tr>
  236. <tr>
  237. <td height="128" valign="top">内容:<br>
  238. <marquee scrollamount='1' scrolldelay='30' direction= "up" id='helpor_net' height='120' onmouseover='helpor_net.stop()' onmouseout='helpor_net.start()' Author:redriver; For more,visit_3Awww.helpor.net>
  239. <font color="#804060">
  240. ${Y_gonggao.afficheInfo}
  241. </font>
  242. </marquee>
  243. </td>
  244. </tr>
  245. <tr>
  246. <td><hr width="100%" size="1">
  247. 发布时间:<br><font color="#804060">${Y_gonggao.arricheFormatDate}</font>
  248. </td>
  249. </tr>
  250. <tr>
  251. <td><hr width="100%" size="1">
  252. 发布人:<font color="#804060">${Y_gonggao.afficheUserName}</font>
  253. </td>
  254. </tr>
  255. </table>
  256. </td>
  257. </tr>
  258. <tr>
  259. <td>
  260. <img src="/yuntong/picture/bottom.jpg">
  261. </td>
  262. </tr>
  263. </table>
  264. <!-- 系统公告 -->
  265. </td>
  266. </tr>
  267. </table>
  268. </td>
  269. </tr>
  270. <tr>
  271. <td class="tx" width="45%" height="93" onclick="" valign="top">
  272. <table border="0" cellpadding="0" cellspacing="0" width="100%">
  273. <tr>
  274. <td><font color="#804060">用户信息</font></td>
  275. </tr>
  276. <tr>
  277. <td>
  278. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="#804060">权&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;限:</font>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;${sessionScope.userLoginInfo.userRoleName}<br>
  279. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="#804060">所属公司:</font>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;${sessionScope.userLoginInfo.userFilialeName}<br>
  280. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="#804060">所属部门:</font>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;${sessionScope.userLoginInfo.userDepartmentName}<br>
  281. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="#804060">登陆次数:</font>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;${sessionScope.userLoginInfo.userLoginNum}
  282. </td>
  283. </tr>
  284. </table>
  285. </td>
  286. <td width="10%" align="center" valign="top"><img src="picture/tcp.bmp"></td>
  287. <td height="93" id="" width="45%" class="tx" valign="top">
  288. <table border="0" cellpadding="0" cellspacing="0" width="100%">
  289. <tr>
  290. <td><font color="#804060">即时帮助</font></td>
  291. </tr>
  292. <tr>
  293. <td class="" align="center">
  294. <table height="100%" width="88%" border="0" cellpadding="0" cellspacing="0">
  295. <tr>
  296. <td id="Y_tishi">
  297. 欢迎登陆运通物流管理系统,本系统包含七大功能模块,分别为:
  298. 收货管理,配送管理,财务管理,市场管理,票务管理,查询统计,
  299. 基本资料。详细使用步骤请查看帮助信息
  300. </td>
  301. </tr>
  302. </table>
  303. </td>
  304. </tr>
  305. </table>
  306. </td>
  307. </tr>
  308. <tr>
  309. <td align="center" colspan="3"><font color="#804060">
  310. CopyRight(C) 版权归上海宁都货运有限公司所有 <br>
  311. 上海公司:闵行区都庄路4226号<br>
  312. 电话:021-34070436 传真:021-34075436<br></font>
  313. </td>
  314. <tr>
  315. </table>
  316. </td>
  317. </tr>
  318. </table>
  319. </body>
  320. </html:html>