adminArticle.jsp
资源名称:JSPonline.rar [点击查看]
上传用户:bjjsss
上传日期:2018-06-10
资源大小:4236k
文件大小:1k
源码类别:
SilverLight
开发平台:
Java
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
- <html>
- <head>
- <title>Blog鏂囩珷绠$悊</title>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
- <link rel="StyleSheet" type="text/css" href="images/mystyle.css">
- <script language="javascript" src="images/adminArticle.js" type="text/javascript"></script>
- <base target="contents">
- </head>
- <body text="#FCD447" onload="loadRequest()">
- <table border="1" width="550" height="73" bordercolor="#FCD447">
- <tr>
- <td width="74%" valign="top" height="14">
- <font color="#FF0000"><b>Blog鏂囩珷绠$悊</b></font>
- </td>
- </tr>
- <tr>
- <td width="74%" valign="top" height="14">
- <font color="#FF0000"><b>鏂囩珷鍒嗙被</b></font>
- <select id="sort" onchange="sortChange()">
- </select>
- </td>
- </tr>
- <tr>
- <td width="74%" valign="top" height="13">
- <font color="#FF0000">
- <table border="1" width="100%" bordercolor="#FF9900" align="center">
- <tr>
- <td width="25%" align="center">
- <b>鏂囩珷鍚嶇О</b>
- </td>
- <td width="25%" align="center">
- <b>鍙戣〃鏃堕棿</b>
- </td>
- <td width="50%" colspan="2" align="center">
- <b>鎿嶄綔</b>
- </td>
- </tr>
- <tbody id="articleList"></tbody>
- </table> <b></b></font>
- </td>
- </tr>
- </table>
- </body>
- </html>