⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 newmenu.jsp

📁 WAP PUSH后台源码,WAP PUSH后台源码
💻 JSP
字号:
<html>
<head>
<title>管理软件</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="css.css" rel="stylesheet" type="text/css">
<%@ page contentType="text/html; charset=gb2312" %>
<%@ page import="java.util.*"%>
<%@ page import="com.sxit.operator.*" %>
<%
   Topmuser _topmuser = (Topmuser) request.getSession().getAttribute("_currentUser");
   if (_topmuser == null) {
       response.sendRedirect("../aadm/passivelogon.jsp");
	   return;
   }
   long _userid = _topmuser.getUserid();
%>
</head>
<body topmargin="0" leftmargin="0">
<table width="100%" border="0" cellspacing="0" cellpadding="0" >
  <tr>
    <td colspan="2" background="../imagesa/top-bg.gif"><img src="../imagesa/top.jpg" width="776" height="72"></td>
  </tr>
  <tr>
    <td width="15%"><img src="../imagesa/sort.gif" width="150" height="25"></td>
    <td width="85%" height="24">
      <table width="626" border="0" cellspacing="0" cellpadding="0">
        <tr>
          <td height="24" background="../imagesa/title-bg.jpg"><table width="336" border="0" cellspacing="0" cellpadding="0">
          <tr>
              <td><table width="100%"  border="0" cellspacing="0" cellpadding="0" class="table1">
                <tr>
                  <td width="14%"><div align="right"><img src="../imagesa/user1.jpg" width="23" height="20"></div></td>
                  <td width="81%" background="../imagesa/user2.jpg"><div align="center">当前用户<%= _topmuser.getLoginname() %></div></td>
                  <td width="5%"><div align="left"><img src="../imagesa/user3.jpg" width="9" height="20"></div></td>
                </tr>
              </table></td>
              <td width="81"><div align="center"><a href="../aadm/aadm101?userid=<%=_userid%>" target="mainFrame"><img src="../imagesa/password.jpg" name="Image155" width="76" height="20" border="0"></a></div></td>
            <td width="80"><a href="../aadm/aadm103" target="_top"><img src="../imagesa/out.jpg" name="Image156" width="76" height="20" border="0"></a></td>
          </tr>
          </table></td>
        </tr>
    </table></td></tr>
</table>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -