📄 addxcmn.asp
字号:
<!--#include file="conn.asp"-->
<!--#include file="../ubb.asp"-->
<%if session("admin")="" then
response.Write "<script LANGUAGE='javascript'>alert('网络超时或者您还没有登录请登录');window.location.href='login.asp';</script>"
response.End
end if
%>
<link href="css/style.css" rel="stylesheet" type="text/css">
</head>
<body>
<div align="center">
<table class="tableBorder" width="100%" border="0" cellpadding="0" cellspacing="1" bgcolor="#FFFFFF">
<tr>
<th align="center" height="25"><b><font color="#ffffff">添加<span lang="zh-cn">香车美女</span></font></b></th>
</tr>
<tr>
<td class="forumRowHighlight" valign="top">
<div align="center">
<table width="652" style="border-collapse: collapse" border="1" bordercolor="#FFFFFF" id="table1">
<form name="myform" method="post" action="savexcmn.asp">
<input type=hidden name=byshop_hd1 value=1>
<input type=hidden name=byshop_hd2 value=1>
<input type=hidden name=byshop_hd3 value=1>
<input type=hidden name=byshop_hd4 value=1>
<input type=hidden name=byshop_hd5 value=1>
<tr>
<td width="60"> </td>
<td width="81"> </td>
<td width="501">
</td>
</tr>
<tr>
<td width="60"> </td>
<td width="81">信息名称</td>
<td width="501">
<input name="girlname" type="text" id="jyaddress" size="20" maxlength="20"><span lang="en-us">
</span>*(<span lang="zh-cn">如:赛拉图汽车宝贝</span>)</td>
</tr>
<tr>
<td height="18" width="60"></td>
<td height="18" width="81">信息类型 </td>
<td height="18" width="501">
<select name="type" selected>请选择品牌</option>
<option value="5">首页推荐</option>
<option value="4">焦点图片</option>
<option value="1">热点新闻</option>
<option value="2">每日推荐</option>
<option value="0">香车美女</option>
<option value="3">汽车宝贝</option>
</select></td>
</tr>
<tr>
<td height="18" width="60"></td>
<td height="18" width="81">信息作者</td>
<td height="18" width="501">
<input name="author" type="text" id="jyaddress0" size="20" maxlength="20"><span lang="en-us">
</span>
</td>
</tr>
<tr>
<td height="18" width="60"></td>
<td height="18" width="81">责任编辑</td>
<td height="18" width="501">
<input name="dutyeditor" type="text" id="jyaddress1" size="15"></td>
</tr>
<tr>
<td height="18" width="60"></td>
<td height="18" width="81">浏览次数</td>
<td height="18" width="501">
<input name="viewcount" type="text" id="jyaddress2" size="15"></td>
</tr>
<tr>
<td height="18" width="60"> </td>
<td height="18" width="81">信息图片</td>
<td height="18" width="501">
<input name="girlpic" type="text" id="girlpic" size="30">
<input type="button" name="Submit6" value="上传图片" onClick="window.open('../Up_byshopPic.asp?formname=myform&editname=girlpic&byshopuppath=girlpic&filelx=jpg','','status=no,scrollbars=no,top=20,left=110,width=420,height=165')">
</td>
</tr>
<tr>
<td height="32" width="60"><div align="center"> </div></td>
<td height="32" colspan="2"><div align="center"> <input type="submit" name="Submit" value="添 加" onClick="return check();">
</div>
</td>
</tr>
</form>
</table>
</div>
<div align="center">
<br>
<table border="1" width="652" id="table2" cellspacing="0" cellpadding="0" style="border-collapse: collapse" bordercolor="#FFFFFF">
<tr>
<td>使用说明<span lang="en-us">:<br>
1.</span>首页推荐: 在首页页面中,图片大小是150*110.默认的是,夏日阳光POLO宝贝,赛拉图汽车宝贝
二幅图<br>
2.焦点图片: 在香车美女页面中,默认的是:吉利美日之星成都上市等 三幅图<br>
3.热点新闻: 在香车美女页面中,默认的是:轿车级别划分等
七条信息<br>
4.每日宝贝: 在香车美女页面中,默认的是:超级清纯日本赛车宝贝图辑(四)等
</a>
四幅图片<br>
5.香车美女: 在香车美女页面中,默认的是:车模女王-相马茜激情美图集等
十六幅图片<br>
6.香车宝贝: 在香车美女页面中,默认的是:YinLing等
四幅图片</td>
</tr>
</table>
</div>
</td>
</tr>
</table>
</div>
</body>
</html>
<script>
function regInput(obj, reg, inputStr)
{
var docSel = document.selection.createRange()
if (docSel.parentElement().tagName != "INPUT") return false
oSel = docSel.duplicate()
oSel.text = ""
var srcRange = obj.createTextRange()
oSel.setEndPoint("StartToStart", srcRange)
var str = oSel.text + inputStr + srcRange.text.substr(oSel.text.length)
return reg.test(str)
}
</script>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -