📄 background_gatherrule.aspx
字号:
<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>
<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">
<asp:Label id="myLabel" width="100%" Style="text-align:center" runat="server"/>
<ASP:DataGrid id="MyDataGrid" runat="server"
Width="100%"
Align="center"
ShowHeader="true"
ShowFooter="false"
CellPadding="0"
AutoGenerateColumns="false"
DataKeyField="GatherRuleENName"
OnItemDataBound="MyDataGrid_ItemBound"
HeaderStyle-CssClass="summary-title"
ItemStyle-CssClass="tdbg"
CellSpacing="0" >
<HeaderStyle HorizontalAlign="center" Height="25" />
<ItemStyle Height="23"/>
<Columns>
<asp:TemplateColumn
HeaderText="采集规则标识">
<ItemTemplate>
<%#DataBinder.Eval(Container.DataItem,"GatherRuleENName")%>
</ItemTemplate>
<ItemStyle Width="120" HorizontalAlign="center" />
</asp:TemplateColumn>
<asp:TemplateColumn
HeaderText="采集规则名称">
<ItemTemplate>
<%#DataBinder.Eval(Container.DataItem,"GatherRuleCNName")%>
</ItemTemplate>
<ItemStyle Width="120" HorizontalAlign="center" />
</asp:TemplateColumn>
<asp:TemplateColumn
HeaderText="采集内容数">
<ItemTemplate>
<%#((int)DataBinder.Eval(Container.DataItem,"GatherNum")) <= 0 ? "不限" : (DataBinder.Eval(Container.DataItem,"GatherNum")).ToString()%>
</ItemTemplate>
<ItemStyle Width="60" HorizontalAlign="center" />
</asp:TemplateColumn>
<asp:TemplateColumn
HeaderText="采集到栏目">
<ItemTemplate>
<%#GetNodeName((int)DataBinder.Eval(Container.DataItem,"NodeID"))%>
</ItemTemplate>
<ItemStyle Width="80" HorizontalAlign="center" />
</asp:TemplateColumn>
<asp:TemplateColumn
HeaderText="下载图片">
<ItemTemplate>
<%#GetTrueOrFalseImageHtml((string)DataBinder.Eval(Container.DataItem,"IsSaveImage"))%>
</ItemTemplate>
<ItemStyle Width="60" HorizontalAlign="center" />
</asp:TemplateColumn>
<asp:TemplateColumn
HeaderText="不经过审核">
<ItemTemplate>
<%#GetTrueOrFalseImageHtml((string)DataBinder.Eval(Container.DataItem,"IsChecked"))%>
</ItemTemplate>
<ItemStyle Width="60" HorizontalAlign="center" />
</asp:TemplateColumn>
<asp:TemplateColumn >
<ItemTemplate>
<a href="background_gatherRuleAdd.aspx?PublishmentSystemID=<%=Request.QueryString["PublishmentSystemID"]%>&ENName=<%# DataBinder.Eval(Container.DataItem,"GatherRuleENName")%>">编辑</a>
</ItemTemplate>
<ItemStyle Width="50" HorizontalAlign="center" />
</asp:TemplateColumn>
<asp:TemplateColumn >
<ItemTemplate>
<a href="background_gatherRule.aspx?PublishmentSystemID=<%=Request.QueryString["PublishmentSystemID"]%>&ENName=<%# DataBinder.Eval(Container.DataItem,"GatherRuleENName")%>&Delete=True" onClick="javascript:return confirm('此操作将删除采集规则“<%# DataBinder.Eval(Container.DataItem,"GatherRuleENName")%>”,确认吗?');">删除</a>
</ItemTemplate>
<ItemStyle Width="50" HorizontalAlign="center" />
</asp:TemplateColumn>
</Columns>
</ASP:DataGrid>
</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>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -