⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 _newinfolist.ascx

📁 热点社区论坛系统 v5.0.1 软件类别: .NET源码 / 论坛社区 软件语言: 简体中文 授权方式: 免费版 文件大小: 2.57M 系统平台: .NET+ACCESS
💻 ASCX
字号:
<div class="currentpositon">当前位置:论坛管理区 --&gt; <a href="HDLab_NewInfos.aspx">首页调用管理</a></div>
<br />
<div class="titlebar1">
	<div class="titlebar">
		<div class="titlebar_r"><img src="Images/right_pic.gif" alt="帮助" title="帮助" /></div>
		<div class="titlebar_l">温馨提示</div>
		<div style="float:left;"><img src="Images/right_bg_02.gif"  alt="" /></div>
	</div>
</div>
<div class="divbody1_b" style="text-indent:5px;">
	<strong>注意</strong>:
	<div>调用代码为 <span class="redfont">&lt;script type="text/javascript" src="论坛地址 + GetNewInfo.aspx?InfoID=调用ID"&gt;&lt;script&gt;</span>,如热点官方论坛的地址为:http://www.rdbbs.net/,我们准备调用InfoID=1的首页调用,则调用代码为:&lt;script type="text/javascript" src="http://www.rdbbs.net/GetNewInfo.aspx?InfoID=1"&gt;&lt;script&gt;。</div>
</div>
<br />
<table class="topbar2" cellpadding="0" cellspacing="0">
<tr>
<td height="25">
<table class="topbar1" id="htmb" cellspacing="0" cellpadding="0" width="100%" border="0" >
    <tbody>
        <tr>
            <td width="8" height="21"><img height="1" src="Images/spacer.gif" width="8"></td>
            <td height="21" class="buttonItem" title="添加首页调用" fileName="HDLab_NewInfos.aspx?ActionType=Add" action="add" objectID="InfoID" needParams="0" nowrap> <img alt="添加首页调用" hspace="1" src="Images/add.gif" align="absMiddle" border="0" /> 添加首页调用</td>
            <td><img alt="" hspace="1" src="Images/line.gif" align="absMiddle" border="0" /></td>
            <td height="21" class="buttonItem" title="编辑首页调用" fileName="HDLab_NewInfos.aspx?ActionType=Edit" action="edit" objectID="InfoID" nowrap> <img alt="编辑首页调用" hspace="1" src="Images/edit.gif" align="absMiddle" border="0" /> 编辑首页调用</td>
            <td><img alt="" hspace="1" src="Images/line.gif" align="absMiddle" border="0" /></td>
            <td height="21" class="buttonItem" title="预览首页调用" fileName="HDLab_NewInfos.aspx?ActionType=Orders&Direction=0" action="orders" objectID="Info" needParams="1" nowrap> <img alt="预览首页调用" hspace="1" src="Images/moveup.gif" align="absMiddle" border="0" /> 预览首页调用</td>
            <td height="21" class="buttonItem" title="预览所有调用" fileName="HDLab_NewInfos.aspx?ActionType=Orders&Direction=1" action="orders" objectID="Info" needParams="1" nowrap> <img alt="预览所有调用" hspace="1" src="Images/movedown.gif" align="absMiddle" border="0" /> 预览所有调用</td>
            <td><img alt="" hspace="1" src="Images/line.gif" align="absMiddle" border="0" /></td>
            <td height="21" class="buttonItem" title="删除首页调用" fileName="HDLab_NewInfos.aspx?ActionType=del" action="del" objectID="InfoID" nowrap> <img alt="删除首页调用" hspace="1" src="Images/delete.gif" align="absMiddle" border="0" /> 删除首页调用</td>
            <td width="100%"></td>
        </tr>
    </tbody>
</table>
</td>
</tr>
</table>
<table class="datalist" cellSpacing="0" cellPadding="2" multiSelected="False">
	<thead>
		<tr align=center >
			<td width="5%" height="20"><input type="checkbox" disabled="false" /></td>
			<td width="6%"><strong>调用ID</strong></td>
			<td width="12%"><strong>调用类型</strong></td>
			<td width="32%"><strong>调用描述</strong></td>
			<td width="30%"><strong>添加/编辑时间</strong></td>
			<td width="15%"><strong>添加者IP地址</strong></td>
		</tr>
	</thead>
	<tbody>
<asp:Repeater ID="NewInfoList" runat="server">
	<ItemTemplate>
	<tr class="listitem" align="center">
		<td><input type="checkbox" name="InfoID" value="<%# DataBinder.Eval(((DictionaryEntry)Container.DataItem).Value, "InfoID")%>" /></td>
		<td><%# DataBinder.Eval(((DictionaryEntry)Container.DataItem).Value, "InfoID")%></td>
		<td><%# DataBinder.Eval(((DictionaryEntry)Container.DataItem).Value, "InfoTypeName")%></td>
		<td align="left"><%# DataBinder.Eval(((DictionaryEntry)Container.DataItem).Value, "Description")%></td>
		<td><%# DataBinder.Eval(((DictionaryEntry)Container.DataItem).Value,"AddDate")%>/<%# DataBinder.Eval(((DictionaryEntry)Container.DataItem).Value,"LastDate")%></td>
		<td><%# DataBinder.Eval(((DictionaryEntry)Container.DataItem).Value,"IP")%></td>
	</tr>
	</ItemTemplate>
	<AlternatingItemTemplate>
	<tr class="listalternatingitem" align="center">
		<td><input type="checkbox" name="InfoID" value="<%# DataBinder.Eval(((DictionaryEntry)Container.DataItem).Value, "InfoID")%>" /></td>
		<td><%# DataBinder.Eval(((DictionaryEntry)Container.DataItem).Value, "InfoID")%></td>
		<td><%# DataBinder.Eval(((DictionaryEntry)Container.DataItem).Value, "InfoTypeName")%></td>
		<td align="left"><%# DataBinder.Eval(((DictionaryEntry)Container.DataItem).Value, "Description")%></td>
		<td><%# DataBinder.Eval(((DictionaryEntry)Container.DataItem).Value,"AddDate")%>/<%# DataBinder.Eval(((DictionaryEntry)Container.DataItem).Value,"LastDate")%></td>
		<td><%# DataBinder.Eval(((DictionaryEntry)Container.DataItem).Value,"IP")%></td>
	</tr>
	</AlternatingItemTemplate>
	</asp:Repeater>
	</tbody>
</table>
<br />

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -