📄 background_gatherone.aspx
字号:
<DIV class="aspnet_s9 aspnet_s0" id=GatherMenun1ItemsUp
onmouseover=PopOut_Up(this) style="TEXT-ALIGN: center"
onmouseout=PopOut_Stop(this)><IMG alt="Scroll up"
src="WebResource(1).gif"> </DIV>
<DIV class="aspnet_s9 aspnet_s0" id=GatherMenun1ItemsDn
onmouseover=PopOut_Down(this) style="TEXT-ALIGN: center"
onmouseout=PopOut_Stop(this)><IMG alt="Scroll down"
src="WebResource(2).gif"> </DIV>
</DIV>
<DIV class="aspnet_s0 aspnet_s5" id=GatherMenun2Items>
<TABLE cellSpacing=0 cellPadding=0 border=0>
<TBODY>
<TR id=GatherMenun7 onkeyup=Menu_Key(this)
onmouseover=Menu_HoverDynamic(this)
onmouseout=Menu_Unhover(this)>
<TD class=aspnet_s9
style="WHITE-SPACE: nowrap"><TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR>
<TD style="WIDTH: 100%; WHITE-SPACE: nowrap"><A
class="aspnet_s1 aspnet_s8"
href="background_gatherRuleAdd.aspx?PublishmentSystemID=<%=Request.QueryString["PublishmentSystemID"]%>">新增采集规则</A></TD>
</TR>
</TBODY>
</TABLE></TD>
</TR>
<TR id=GatherMenun8 onkeyup=Menu_Key(this)
onmouseover=Menu_HoverDynamic(this)
onmouseout=Menu_Unhover(this)>
<TD class=aspnet_s9
style="WHITE-SPACE: nowrap"><TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR>
<TD style="WIDTH: 100%; WHITE-SPACE: nowrap"><A
class="aspnet_s1 aspnet_s8"
href="background_gatherRule.aspx?PublishmentSystemID=<%=Request.QueryString["PublishmentSystemID"]%>">管理采集规则</A></TD>
</TR>
</TBODY>
</TABLE></TD>
</TR>
</TBODY>
</TABLE>
<DIV class="aspnet_s9 aspnet_s0" id=GatherMenun2ItemsUp
onmouseover=PopOut_Up(this) style="TEXT-ALIGN: center"
onmouseout=PopOut_Stop(this)><IMG alt="Scroll up"
src="WebResource(1).gif"> </DIV>
<DIV class="aspnet_s9 aspnet_s0" id=GatherMenun2ItemsDn
onmouseover=PopOut_Down(this) style="TEXT-ALIGN: center"
onmouseout=PopOut_Stop(this)><IMG alt="Scroll down"
src="WebResource(2).gif"> </DIV>
</DIV>
<DIV class="aspnet_s0 aspnet_s5" id=GatherMenun3Items>
<TABLE cellSpacing=0 cellPadding=0 border=0>
<TBODY>
<TR id=GatherMenun9 onkeyup=Menu_Key(this)
onmouseover=Menu_HoverDynamic(this)
onmouseout=Menu_Unhover(this)>
<TD class=aspnet_s9
style="WHITE-SPACE: nowrap"><TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR>
<TD style="WIDTH: 100%; WHITE-SPACE: nowrap"><A
class="aspnet_s1 aspnet_s8"
href="background_gatherStart.aspx?PublishmentSystemID=<%=Request.QueryString["PublishmentSystemID"]%>">开始采集</A></TD>
</TR>
</TBODY>
</TABLE></TD>
</TR>
<TR id=GatherMenun10 onkeyup=Menu_Key(this)
onmouseover=Menu_HoverDynamic(this)
onmouseout=Menu_Unhover(this)>
<TD class=aspnet_s9
style="WHITE-SPACE: nowrap"><TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR>
<TD style="WIDTH: 100%; WHITE-SPACE: nowrap"><A
class="aspnet_s1 aspnet_s8"
href="background_gatherOne.aspx?PublishmentSystemID=<%=Request.QueryString["PublishmentSystemID"]%>">单篇采集</A></TD>
</TR>
</TBODY>
</TABLE></TD>
</TR>
</TBODY>
</TABLE>
<DIV class="aspnet_s9 aspnet_s0" id=GatherMenun3ItemsUp
onmouseover=PopOut_Up(this) style="TEXT-ALIGN: center"
onmouseout=PopOut_Stop(this)><IMG alt="Scroll up"
src="WebResource(1).gif"> </DIV>
<DIV class="aspnet_s9 aspnet_s0" id=GatherMenun3ItemsDn
onmouseover=PopOut_Down(this) style="TEXT-ALIGN: center"
onmouseout=PopOut_Stop(this)><IMG alt="Scroll down"
src="WebResource(2).gif"> </DIV>
</DIV>
<A id=GatherMenu_SkipLink></A></TD>
</TR>
</TBODY>
</TABLE></TD>
<TD class=mframe-m-right></TD>
</TR>
</TBODY>
</TABLE>
<TABLE cellSpacing=0 cellPadding=0 width="95%" align=center>
<TBODY>
<TR>
<TD class=mframe-b-left></TD>
<TD class=mframe-b-mid> </TD>
<TD class=mframe-b-right></TD>
</TR>
</TBODY>
</TABLE>
<div class="mframe">
<table width="95%" align="center" cellspacing="0" cellpadding="0">
<tr>
<td class="mframe-t-left"></td>
<td class="mframe-t-mid">
<span class="mframe-t-text">单篇采集</span>
</td>
<td class="mframe-t-right"></td>
</tr>
</table>
<table width="95%" align="center" cellspacing="0" cellpadding="0">
<tr>
<td class="mframe-m-left"></td>
<td class="mframe-m-mid">
<table cellpadding="3" width="95%" align="center" >
<tr align="left">
<td colspan="2"><asp:Label width="100%" id="myLabel" Style="text-align:center" runat="server"/></td>
</tr>
<tr><td width="120" align="right">
采集地址:
</td>
<td>
<asp:TextBox Columns="60" MaxLength="200" id="GatherUrl" runat="server"/>
<asp:RequiredFieldValidator
ControlToValidate="GatherUrl"
ErrorMessage="*"
Display="Dynamic"
runat="server"/>
<asp:RegularExpressionValidator
runat="server"
ControlToValidate="GatherUrl"
ValidationExpression="[^']+"
ErrorMessage="*"
Display="Dynamic" />
</td>
</tr>
<tr><td width="120" align="right">
信息采集规则:
</td>
<td>
<asp:DropDownList id="GatherRule" runat="server">
</asp:DropDownList>
</td></tr>
<tr><td height="30" align="center" colspan="2">
<asp:Button id="StartButton" text="开始采集" onclick="StartButton_OnClick" runat="server"/>
</td></tr>
</table>
</td>
<td class="mframe-m-right"></td>
</tr>
</table>
<table width="95%" align="center" cellspacing="0" cellpadding="0">
<tr>
<td class="mframe-b-left"></td>
<td class="mframe-b-mid"> </td>
<td class="mframe-b-right"></td>
</tr>
</table>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -