|
WWW.DBIT.CN 2007-10-25 19:51:52 热度: |
|
|
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=gb2312"> <title>新闻发布系统管理页</title> <meta name="GENERATOR" content="Microsoft FrontPage 3.0"> </head> <frameset framespacing="0" rows="*,14%"> <frame name="main" target="footnotes" src="webadmin.asp" scrolling="auto"> <frame name="footnotes" src="delete.asp" scrolling="auto"> <noframes> <body> <p>This page uses frames, but your browser doesn't support them.</p> </body> </noframes> </frameset> </html> 而面包含的文件是webadmin.asp这个文件。主要由它提供录入新闻的每天更新界面,代码如下。 <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=gb2312"> <style TYPE="text/css"> <!-- .lh22px {font-size:12px;line-height:22px;font-family:宋体} a { text-decoration: none} body {line-height:18px;font-size:9pt;font-family:宋体} td {line-height:18px;font-size:9pt;font-family:宋体} a:hover {color:#FF0000;text-decoration:none} --> </style> <base target="footnotes"> <title>新闻发布系统管理页</title> </head> <body topmargin="8" leftmargin="8"> <p align="center"><font face="楷体_GB2312" size="6" color="#FF0000"><strong>新闻发布系统WEB管理页</strong></font></p> <div align="center"><center> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td width="100%"><form method="POST" action="addnew.asp"> <table border="0" width="100%" height="126" cellpadding="0"> <tr> <td width="100%" height="9" colspan="2" bgcolor="#E7E7E7"><div align="center"><center><p><font size="3"><strong>添加每天新闻内容</strong></font></td> </tr> <tr align="center"> <td width="15%" height="8" bgcolor="#E7E7E7"><div align="left"><p>新闻标题:(必须)</td> <td width="85%" height="8" bgcolor="#F9F9F9"><div align="left"><p><input type="text" name="title" size="73"></td> </tr> <tr align="center"> <td width="15%" height="34" bgcolor="#E7E7E7" valign="top"><div align="left"><p>新闻内容:(必须)</td> <td width="85%" height="34" bgcolor="#F9F9F9"><div align="left"><p><textarea rows="13" name="comment" cols="72"></textarea></td> </tr> <tr align="center"> <td width="15%" height="17" bgcolor="#E7E7E7"><div align="left"><p>图片连接地址:</td> |
|
|
|
|
|
|
|
|
|