Main_Top.jsp~16~
资源名称:shihua.rar [点击查看]
上传用户:zghglow
上传日期:2022-08-09
资源大小:27227k
文件大小:4k
源码类别:
WEB源码(ASP,PHP,...)
开发平台:
JavaScript
- <%@ page language="java" contentType="text/html; charset=utf-8"%>
- <%@ taglib uri="http://java.sun.com/jstl/core_rt" prefix="c" %>
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" >
- <head>
- <title>无标题页</title>
- <link href="Css/skinv2.0.css" rel="stylesheet" type="text/css" />
- <script type="text/javascript">
- function lead_change(id,count){ //v2.0 2005-10-31
- for(i = 1;i<=count;i++){
- if(i == 1){
- eval("document.all.lead_" + i).background="<%=request.getContextPath()%>/images/Top_Bottom1.jpg";
- }else if(i == 2){
- eval("document.all.lead_" + i).background="<%=request.getContextPath()%>/images/Top_Bottom2.jpg";
- }else{
- if(i<id){
- eval("document.all.lead_" + i).background="<%=request.getContextPath()%>/images/Top_Bottom8.jpg";
- }else if(i>id){
- eval("document.all.lead_" + i).background="<%=request.getContextPath()%>/images/Top_Bottom3.jpg";
- }
- }
- }
- if(id != 1){
- document.all.lead_1.background="<%=request.getContextPath()%>/images/Top_Bottom7.jpg";
- eval("document.all.lead_"+id).background="<%=request.getContextPath()%>/images/Top_Bottom5.jpg";
- if(id != 2 && count >= 2){
- document.all.lead_2.background="<%=request.getContextPath()%>/images/Top_Bottom8.jpg";
- }
- if(id+1<=count){
- eval("document.all.lead_"+(id+1)).background="<%=request.getContextPath()%>/images/Top_Bottom2.jpg";
- }
- }
- if(id == count){
- document.all.lead_end.background="<%=request.getContextPath()%>/images/Top_Bottom9.jpg";
- }else{
- document.all.lead_end.background="<%=request.getContextPath()%>/images/Top_Bottom4.jpg";
- }
- }
- </script>
- <script type="text/javascript">
- function quit()
- {
- ht = parent.document.getElementsByTagName("html");
- ht[0].style.filter = "progid:DXImageTransform.Microsoft.BasicImage(grayscale=1)";
- if (!confirm("您确定要退出系统吗?"))
- {
- ht[0].style.filter = "";
- return;
- }
- parent.location="javascript:window.close()";
- }
- </script>
- </head>
- <body>
- <form id="form1" action="">
- <table width="100%" border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td valign="middle" class="TopLeft"> </td>
- <td width="43%" align="right" class="TopBack">
- <input name="Submit" type="button" class="Botton" value=" 退出系统" onclick="quit()"/>
- </td>
- <td width="5%" align="right" class="TopBack"> </td>
- </tr>
- <tr>
- <td height="28" colspan="3" background="<%=request.getContextPath()%>/images/TopTool.jpg">
- <table width="100%" border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td width="22%" height="21">
- <img src="images/Users.jpg" width="18" height="21" align="absmiddle" alt="" /> 欢迎 admin;
- </td>
- <td width="78%" align="right">
- <c:if test="${sessionScope.Language == 'CN'}">
- <strong><a href="<%=request.getContextPath()%>/Manage/Language.do?todo=OpenBackIndex&Language=CN">中文版</a></strong> |
- </c:if>
- <c:if test="${sessionScope.Language != 'CN'}">
- <a href="<%=request.getContextPath()%>/Manage/Language.do?todo=OpenBackIndex&Language=CN">中文版</a> |
- </c:if>
- <c:if test="${sessionScope.Language == 'EN'}">
- <strong><a href="<%=request.getContextPath()%>/Manage/Language.do?todo=OpenBackIndex&Language=EN">英文版</a></strong>
- </c:if>
- <c:if test="${sessionScope.Language != 'EN'}">
- <a href="<%=request.getContextPath()%>/Manage/Language.do?todo=OpenBackIndex&Language=EN">英文版</a>
- </c:if>
- </td>
- </tr>
- </table>
- </td>
- </tr>
- </table>
- </form>
- </body>
- </html>