12345678910111213141516171819202122 |
- <%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%>
- <style>
- <!--
- h1 { color: #000; font-family: "Microsoft Yahei","微软雅黑", "楷体"; font-size: 22px; font-weight: normal; height: 35px; line-height: 35px; overflow: hidden; text-align: center; }
- -->
- </style>
- <table class="mytable" style="width: 100%;">
- <tr>
- <td colspan="3"><h1 id="artTitle"><span id="title_detail"></span></h1></td>
- </tr>
-
- <tr>
- <td colspan="3"><h1 id="artTempletType"><span id="templetType_detail"></span></h1></td>
- </tr>
-
- <tr>
- <td colspan="3">
- <div id="artContent"><span id="content_detail"></span></div>
- </td>
- </tr>
- </table>
|