www.gusucode.com > 木犁IT产品管理系统 1.0 beta1码程序 > manage/addnews3.asp

    <!--#include file="conn.asp"-->
<%
if not session("check")="checked" then
response.Redirect "login.asp"
end if
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="images/private.css" rel="stylesheet" type="text/css" />
<script language='javascript' src='images/private.js'></SCRIPT>
<title>添加图片</title>
</head>
<SCRIPT>
function view1(url){ 
var url; window.open(url,'_blank','status=no,scrollbars=yes,top=50,left=300,width=460,height=220'); 
}
</SCRIPT>
<body leftmargin="0" topmargin="0">
	<table border=0 cellspacing=1 align=center class=navi>
	<tr>
	  <th>当前位置:图片管理 &gt;&gt; 添加图片</th>
	</tr>
	</table>
<br>
<table width="65%" border="0" align="center" cellpadding="1" cellspacing="1" class="list" bgcolor="#FF0000">
  <form id="AddPro"  name="addNEWS" method="post" action="addnews_save3.asp" >
      <tr bgcolor="#FFFFFF">
      <th height="25" bgcolor="#FF0000" width="99%" colspan="3"><div align="center" class="style1">
		图片添加</div>
		</th>
    </tr>
    <tr bgcolor="#FFFFFF"> 
      <td height="25" width="17%" align="right">
        广告类型:</td>
      <td height="25" width="162%" colspan="2">
        <select size="1" name="fl">
        <option selected value="0">幻灯图片(798x100)</option>
        <option value="1">顶部图片(798x120)</option>
        </select> 注:首页幻灯显示最新六张,其它各一张。</td>
    </tr>
    <tr bgcolor="#FFFFFF"> 
      <td height="25" width="17%" align="right">
        图片名称:</td>
      <td height="25" width="162%" colspan="2">
        <input name="title" type="text" class="input" size="30"></td>
    </tr>
      <tr>
      <td height="25" width="17%" align="right">
      图片链接:</td>
      <td height="25" valign="top" width="82%" colspan="2">
      <input name="link" type="text" class="input" size="30" value="http://">&nbsp; </td>
      </tr>
      <tr>
      <td height="25" width="17%" align="right">
      图片地址:</td>
      <td height="25" width="20%">
      <input name="pic1" id="pic1" class="input"  size="30"></td>
      <td height="25" width="61%">
		[<strong><a href="javascript:view1('up1.asp?FD=pic1')"><font color="#0000ff">上传图片</font></a></strong>]</td>
      </tr>
    <tr bgcolor="#FFFFFF"> 
      <td height="30" align="center" bgcolor="#FF0000" colspan="3"> 
        <input type="submit" name="Submit" value="提交" class="input">
          
        <input type="reset" name="Submit2" value="重置" class="input"> 
</td>
    </tr>
  </form> 
</table>
</body>
</html>