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

Jsp/Servlet

开发平台:

Java

  1. <%@ page language="java" pageEncoding="GBK"%>
  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. <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
  7. <html xmlns="http://www.w3.org/1999/xhtml">
  8. <head>
  9. <meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
  10. <title>无标题文档</title>
  11. </head>
  12. <body>
  13. <table width="70%" border="1" align="center">
  14.   <tr>
  15.     <td>共享文件夹</td>
  16.     <td>创建时间</td>
  17.   </tr>
  18.   <tr>
  19.     <td>&nbsp;</td>
  20.     <td>&nbsp;</td>
  21.   </tr>
  22. </table>
  23. </body>
  24. </html>