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

📄 top.jsp

📁 实现网上订餐系统
💻 JSP
字号:
<%@ page language="java" pageEncoding="utf-8"%>

<%@ taglib uri="http://jakarta.apache.org/struts/tags-bean" prefix="bean" %>
<%@ taglib uri="http://jakarta.apache.org/struts/tags-html" prefix="html" %>
<%@ taglib uri="http://jakarta.apache.org/struts/tags-logic" prefix="logic" %>
<%@ taglib uri="http://jakarta.apache.org/struts/tags-tiles" prefix="tiles" %>
<%@ taglib uri="http://jakarta.apache.org/struts/tags-template" prefix="template" %>
<%@ taglib uri="http://jakarta.apache.org/struts/tags-nested" prefix="nested" %>

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html:html locale="true">
  <head>
    <html:base />
    
    <title>top.jsp</title>

	<meta http-equiv="pragma" content="no-cache">
	<meta http-equiv="cache-control" content="no-cache">
	<meta http-equiv="expires" content="0">    
	<meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
	<meta http-equiv="description" content="This is my page">
	<!--
	<link rel="stylesheet" type="text/css" href="styles.css">
	-->
	<style type="text/css">
<!--
body {
	background-color: #1B61A9;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
-->
</style>
  </head>
  
  <body>
    <table width="100%" height="80" border="0" cellpadding="0" cellspacing="0">
  <tr>
    <td width="200"><table style="border-collapse: collapse" height="100%" cellspacing="0" 
            cellpadding="0" width="200" border="0">

        <tr>
          <td height="69" align="center" valign="center"><span style="color: white;font-size: 14px;font-weight: bold;">后台管理</span></td>
        </tr>
        <tr>
          <td 
                background="image/header-01.jpg" 
                height="11"></td>
        </tr>

    </table></td>
    <td width="113"><table width="100%" height="80" border="0" cellpadding="0" cellspacing="0">
      <tr>
        <td height="36">&nbsp;</td>
        </tr>
      <tr>
        <td><img src="image/header-02.jpg" width="113" height="44" /></td>
      </tr>
    </table></td>
    <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td height="36">&nbsp;</td>
        </tr>
      <tr>
        <td height="44" background="image/header-03.jpg" align="right">
        	<table width="96%">
        		<tr>
        			<td></td>
        			<td align="right" style="color: white;font-size: 12px;">退出</td>
        		</tr>
        	</table>
        </td>
        </tr>
    </table></td>
  </tr>
</table>
  </body>
</html:html>

⌨️ 快捷键说明

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