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

📄 accepthead.jsp

📁 实现了基本的oa功能:个人日志。。。
💻 JSP
字号:
<%@ page language="java" pageEncoding="GBK"%>

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


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html:html lang="true">
  <head>
    <html:base />
    
    <title>accepthead.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">
	-->

  </head>
  
  <body>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td height="30" align="center" valign="bottom" class="td06"><table width="98%" border="0" cellspacing="3" cellpadding="0">
      <tr>
        <td valign="bottom" class="title">收文:
		<html:img width="9" height="9" src="../../images/index_32.gif"/> <html:link href="../accept/acceptdraft.jsp"> 收文拟稿&nbsp;&nbsp;</html:link>
		<html:img width="9" height="9" src="../../images/index_32.gif"/> <html:link action="acceptManager.do?method=draft_list&amp;draft_title=null&amp;pageno=1"> 拟稿记录&nbsp;&nbsp;</html:link>
		<html:img width="9" height="9" src="../../images/index_32.gif"/> <html:link action="acceptManager.do?method=wait_audit&amp;draft_title=null&amp;pageno=1"> 待审收文&nbsp;&nbsp;</html:link>
		<html:img width="9" height="9" src="../../images/index_32.gif"/> <html:link action="acceptManager.do?method=audit_list&amp;draft_title=null&amp;pageno=1"> 已审拟稿&nbsp;&nbsp;</html:link>
		<html:img width="9" height="9" src="../../images/index_32.gif"/> <html:link action="acceptManager.do?method=wait_write&amp;draft_title=null&amp;pageno=1"> 待签收文&nbsp;&nbsp;</html:link>
		<html:img width="9" height="9" src="../../images/index_32.gif"/> <html:link action="acceptManager.do?method=write_list&amp;draft_title=null&amp;pageno=1"> 已签收文&nbsp;&nbsp;</html:link>	
		<html:img width="9" height="9" src="../../images/index_32.gif"/> <html:link action="acceptManager.do?method=wait_tran&amp;draft_title=null&amp;pageno=1"> 待办收文&nbsp;&nbsp;</html:link>
		<html:img width="9" height="9" src="../../images/index_32.gif"/> <html:link action="acceptManager.do?method=tran_list&amp;draft_title=null&amp;pageno=1"> 已办收文&nbsp;&nbsp;</html:link>
		</td>
      </tr>
    </table></td>
  </tr>
  <tr></tr>
</table>
  </body>
</html:html>

⌨️ 快捷键说明

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