3 Star 8 Fork 1

卿哥的管理铺 / AnyRSS

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
RssAdd.asp 725 Bytes
Copy Edit Raw Blame History
卿哥的管理铺 authored 2014-11-10 15:17 . RssAdd增加RSS资源页
<!--#include file=rssconn.asp-->
<body>
<table width="100%"border="0" align="center" cellpadding="3" cellspacing="0">
<form method=post action='RssSave.asp?action=SaveAdd'>
<tr>
<td style="border-bottom:1pt solid #75A3DB " colspan='2'><font style="font-size:15px;color:#75A3DB"><strong>RSS资源添加</strong></font>
</td>
</tr>
<tr>
<td>RSS地址</td>
<td><input name="rssUrl" type="text" size="50">*</td>
</tr>
<tr>
<td>RSS名称</td>
<td><input name="rssName" type="text" size="50">*</td>
</tr>
<tr>
<td>&nbsp;</td>
<td><input name="add" type="submit" id="add" value="保存">
<input name="reset" type="reset" id="reset" value="重写"></td>
</tr>
</form>
</table>
<!--#include file=foot.asp-->
ASP
1
https://gitee.com/any/AnyRSS.git
git@gitee.com:any/AnyRSS.git
any
AnyRSS
AnyRSS
master

Search