noticeinfo.jsp 895 B

1234567891011121314151617181920212223
  1. <%@ page language="java" import="java.util.*" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
  2. <%@include file="/context/mytags.jsp"%>
  3. <!DOCTYPE html>
  4. <html>
  5. <head>
  6. <t:base type="jquery,tools"></t:base>
  7. </head>
  8. <!-- update--begin--author:zhangjiaqiang date:20170314 for:修订页面内容过多不可滚动 -->
  9. <body >
  10. <div style="width:95%;">
  11. <legend>${notice.noticeTitle}</legend>
  12. <div class="form">
  13. <label class="form"><fmt:formatDate value='${notice.createTime}' type='both'/></label>
  14. </div>
  15. <hr style="BORDER-RIGHT: #00686b 1px dotted; BORDER-TOP: #00686b 1px dotted; BORDER-LEFT: #00686b 1px dotted; BORDER-BOTTOM: #00686b 1px dotted" noShade SIZE=1/>
  16. <div class="form">
  17. ${notice.noticeContent}
  18. </div>
  19. </div>
  20. </div>
  21. <!-- update--end--author:zhangjiaqiang date:20170314 for:修订页面内容过多不可滚动 -->
  22. </body>
  23. </html>