templetDetail.jsp 637 B

12345678910111213141516171819202122
  1. <%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%>
  2. <style>
  3. <!--
  4. h1 { color: #000; font-family: "Microsoft Yahei","微软雅黑", "楷体"; font-size: 22px; font-weight: normal; height: 35px; line-height: 35px; overflow: hidden; text-align: center; }
  5. -->
  6. </style>
  7. <table class="mytable" style="width: 100%;">
  8. <tr>
  9. <td colspan="3"><h1 id="artTitle"><span id="title_detail"></span></h1></td>
  10. </tr>
  11. <tr>
  12. <td colspan="3"><h1 id="artTempletType"><span id="templetType_detail"></span></h1></td>
  13. </tr>
  14. <tr>
  15. <td colspan="3">
  16. <div id="artContent"><span id="content_detail"></span></div>
  17. </td>
  18. </tr>
  19. </table>