main.jsp

来自「移动彩信管理平台」· JSP 代码 · 共 72 行

JSP
72
字号
<%@ page contentType="text/html;charset=utf-8"  %>
<%@ include file="../common/taglibs.jsp" %>
<!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="${webctx}/css/style.css" rel="stylesheet" type="text/css" />
</head>

<body>
<table width="100%" border="0" cellpadding="0" cellspacing="0" background="${webctx}/images/ptop_line.jpg">
  <tr>
    <td width="150" align="left"><img src="${webctx}/images/ptop.jpg" width="150" height="75" /></td>
    <td>&nbsp;</td>
    <td width="468" align="right"><img src="${webctx}/images/ptop_right.jpg" width="468" height="75" /></td>
  </tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td height="5" align="left" bgcolor="#3569B5"><table width="174" border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td height="5" bgcolor="#C4FE09"></td>
      </tr>
    </table></td>
  </tr>
  <tr>
    <td height="1" align="left" bgcolor="#FFFFFF"></td></tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
  <tr>
    <td width="175" align="left"><img src="${webctx}/images/pleft1.jpg" width="175" height="33" /></td>
    <td align="right" background="${webctx}/images/ptop1.jpg">
    <img src="${webctx}/images/pal_04.gif" width="16" height="16" align="absmiddle" />&nbsp;<a href="javascript:document.location.href='${webctx}/logout.do'" class="ap1">退出</a>&nbsp;
      <table width="100%" border="0" cellspacing="0" cellpadding="0">
        <tr>
          <td height="6"></td>
        </tr>
      </table></td>
  </tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
  <tr>
    <td width="170" valign="top">  
    <iframe src="${webctx}/common/left.jsp" width="170" height="610" frameborder=0 name="mainleft" align="middle" scrolling=no></iframe> 
    </td>
    <td valign="top">
    <table width="100%" border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td><iframe src="${webctx }/jsp/welcome.jsp" width="100%" height="610" frameborder=0 name="right" align="left" scrolling=yes></iframe>&nbsp;</td>
      </tr>
    </table>
    </td>
  </tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td height="2" bgcolor="#FFFFFF"></td>
  </tr>
  <tr>
    <td height="1" bgcolor="#C2DCFE"></td>
  </tr>
  <tr>
    <td height="1" bgcolor="#FFFFFF"></td>
  </tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td height="26" align="center" bgcolor="#CEE3FE"><a href="#">浙ICP备05000809</a>|中国移动浙江公司版权所有</td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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