affair.jsp
上传用户:lm2018
上传日期:2015-12-12
资源大小:30449k
文件大小:1k
源码类别:

Jsp/Servlet

开发平台:

Java

  1. <%@ page language="java" pageEncoding="UTF-8"%>
  2. <%@ taglib uri="http://struts.apache.org/tags-bean" prefix="bean" %>
  3. <%@ taglib uri="http://struts.apache.org/tags-html" prefix="html" %>
  4. <%@ taglib uri="http://struts.apache.org/tags-logic" prefix="logic" %>
  5. <%@ taglib uri="http://struts.apache.org/tags-tiles" prefix="tiles" %>
  6. <link href="<%=request.getContextPath()%>/Css_file/oa.css" rel="stylesheet" type="text/css" />
  7. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  8. <html:html lang="true">
  9.   <head>
  10.     <html:base />
  11.     
  12.     <title>affair.jsp</title>
  13.     
  14.     <meta http-equiv="pragma" content="no-cache">
  15.     <meta http-equiv="cache-control" content="no-cache">
  16.     <meta http-equiv="expires" content="0">    
  17.     <meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
  18.     <meta http-equiv="description" content="This is my page">
  19.   </head>
  20.  
  21.   <body>
  22.    <br><br>
  23.    <a href="<%=request.getContextPath()%>/affairType.do?task=getlist">事务定制</a>  |
  24.     <a href="<%=request.getContextPath()%>/affairReq.do?task=init">事务发起</a>  |
  25.     <a href="<%=request.getContextPath()%>/affairReq.do?task=getReqList">未处理的事务</a>  |
  26.     <a href="<%=request.getContextPath()%>/affairReq.do?task=myaffair">我的事务</a>
  27.     <br><br>
  28.     <hr>
  29.     <!-- 
  30.     <input type="button" onclick="javascript:back();" value="<< 返回" >
  31.     -->
  32.   </body>
  33. </html:html>