<%@ page language="java" import="java.util.*" pageEncoding="utf-8"%> <%@ include file="header.jsp"%> <html> <head> <title></title> <jsp:include page="css.jsp"></jsp:include> <style type="text/css"> body { margin:0; padding:0; font: bold 12px/1.5em Verdana; } .navPoint {COLOR: #8f0315; CURSOR: hand; FONT-FAMILY: Marlett; FONT-SIZE: 9pt} </style> <script type="text/javascript"> function switchSysBar() { switchPointtitle.innerText="<fmt:message key="common.nav.showmenu" bundle="${p1}"/>"; } </script> </head> <body> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr style="background-image:url(<%=request.getContextPath() %>/image/img_vk/bg_menu.gif);color:#c0c0c0;" bgColor="#dddddd"> <!-- <td width="10%">导航:</td> <td width="8%" id="ls_state1" align="right">后台设置</td> <td width="6%">--</td> <td width="8%" id="ls_state2" align="left"> </td>--> <td width="100%" align="left" onclick="switchSysBar();" style="cursor:hand;" title="<fmt:message key="common.nav.title" bundle="${p1}"/>" > <span><fmt:message key="common.nav.daohang" bundle="${p1}"/> </span> <span id="ls_state1"><fmt:message key="common.nav.default" bundle="${p1}"/></span> <span>--</span> <span id="ls_state2"></span> </td> </tr> </table> </body> <script type="text/javascript"> document.getElementById("g_password").style.display=''; </script> </html>