Main_Top.jsp~15~
上传用户:zghglow
上传日期:2022-08-09
资源大小:27227k
文件大小:4k
源码类别:

WEB源码(ASP,PHP,...)

开发平台:

JavaScript

  1. <%@ page language="java" contentType="text/html; charset=utf-8"%>
  2. <%@ taglib uri="http://java.sun.com/jstl/core_rt" prefix="c" %>
  3. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4. <html xmlns="http://www.w3.org/1999/xhtml" >
  5. <head>
  6.     <title>无标题页</title>
  7.     <link href="Css/skinv2.0.css" rel="stylesheet" type="text/css" />
  8.     <script type="text/javascript">
  9.     function lead_change(id,count){ //v2.0 2005-10-31
  10.     for(i = 1;i<=count;i++){
  11.     if(i == 1){
  12.     eval("document.all.lead_" + i).background="<%=request.getContextPath()%>/images/Top_Bottom1.jpg";
  13.     }else if(i == 2){
  14.     eval("document.all.lead_" + i).background="<%=request.getContextPath()%>/images/Top_Bottom2.jpg";
  15.     }else{
  16.     if(i<id){
  17.     eval("document.all.lead_" + i).background="<%=request.getContextPath()%>/images/Top_Bottom8.jpg";
  18.     }else if(i>id){
  19.     eval("document.all.lead_" + i).background="<%=request.getContextPath()%>/images/Top_Bottom3.jpg";
  20.     }
  21.     }
  22.     }
  23.     if(id != 1){
  24.     document.all.lead_1.background="<%=request.getContextPath()%>/images/Top_Bottom7.jpg";
  25.     eval("document.all.lead_"+id).background="<%=request.getContextPath()%>/images/Top_Bottom5.jpg";
  26.     if(id != 2 && count >= 2){
  27.     document.all.lead_2.background="<%=request.getContextPath()%>/images/Top_Bottom8.jpg";
  28.     }
  29.     if(id+1<=count){
  30.     eval("document.all.lead_"+(id+1)).background="<%=request.getContextPath()%>/images/Top_Bottom2.jpg";
  31.     }
  32.     }
  33.     if(id == count){
  34.     document.all.lead_end.background="<%=request.getContextPath()%>/images/Top_Bottom9.jpg";
  35.     }else{
  36.     document.all.lead_end.background="<%=request.getContextPath()%>/images/Top_Bottom4.jpg";
  37.     }
  38.     }
  39.     </script>
  40.     <script type="text/javascript">
  41.     function quit()
  42.     {
  43.     ht = parent.document.getElementsByTagName("html");
  44.     ht[0].style.filter = "progid:DXImageTransform.Microsoft.BasicImage(grayscale=1)";
  45.     if (!confirm("您确定要退出系统吗?"))
  46.     {
  47.     ht[0].style.filter = "";
  48.     return;
  49.     }
  50.       parent.location="javascript:window.close()";
  51.     }
  52.     </script>
  53. </head>
  54. <body>
  55.     <form id="form1" action="">
  56.     <table width="100%"  border="0" cellspacing="0" cellpadding="0">
  57.       <tr>
  58.         <td valign="middle" class="TopLeft">&nbsp;</td>
  59.         <td width="43%" align="right" class="TopBack">
  60.           <input name="Submit" type="button" class="Botton" value="  退出系统"  onclick="quit()"/>
  61.         </td>
  62.         <td width="5%" align="right" class="TopBack">&nbsp;</td>
  63.       </tr>
  64.       <tr>
  65.         <td height="28" colspan="3" background="<%=request.getContextPath()%>/images/TopTool.jpg">
  66.           <table width="100%"  border="0" cellspacing="0" cellpadding="0">
  67.             <tr>
  68.               <td width="22%" height="21"> &nbsp;
  69.                 <img src="images/Users.jpg" width="18" height="21" align="absmiddle" alt="" /> 欢迎 admin;
  70.               </td>
  71.               <td width="78%" align="right">
  72.                 <c:if test="${sessionScope.Language == 'CN'}">
  73.                   <strong><a href="<%=request.getContextPath()%>/Manage/Language.do?todo=OpenBackIndex&Language=CN">中文版</a></strong>&nbsp;&nbsp;|&nbsp;&nbsp;
  74.                 </c:if>
  75.                 <c:if test="${sessionScope.Language != 'CN'}">
  76.                   <a href="<%=request.getContextPath()%>/Manage/Language.do?todo=OpenBackIndex&Language=CN">中文版</a>&nbsp;&nbsp;|&nbsp;&nbsp;
  77.                 </c:if>
  78.                 <c:if test="${sessionScope.Language == 'EN'}">
  79.                   <strong><a href="<%=request.getContextPath()%>/Manage/Language.do?todo=OpenBackIndex&Language=EN">英文版</a></strong>&nbsp;&nbsp;&nbsp;&nbsp;
  80.                 </c:if>
  81.                 <c:if test="${sessionScope.Language != 'EN'}">
  82.                   <strong><a href="<%=request.getContextPath()%>/Manage/Language.do?todo=OpenBackIndex&Language=EN">英文版</a></strong>&nbsp;&nbsp;&nbsp;&nbsp;
  83.                 </c:if>
  84.               </td>
  85.             </tr>
  86.           </table>
  87.         </td>
  88.       </tr>
  89.     </table>
  90.     </form>
  91. </body>
  92. </html>