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

📄 addarticle.aspx

📁 程序设计:Flyangel 用到了vb.net c# asp.net xml等 最大特别是核心功能组件化. 特色: 强大的后台管理功能 支持二级分类 支持匿名投稿 超强用户权限设置
💻 ASPX
字号:
<%@ Register TagPrefix="copyrightlocal" TagName="footer" Src="bottom.ascx"%>
<%@ Register TagPrefix="top_article" TagName="top_article" Src="article_head.ascx"%>
<%@ Register TagPrefix="cc1" Namespace="flyangel.editor" Assembly="flashhtmledit" %>
<%@ Page Language="vb" AutoEventWireup="false" Codebehind="addarticle.aspx.vb" Inherits="flyangel.news.addarticle" validateRequest=false%>
<top_article:top_article id="top_article" runat="server"></top_article:top_article>
<table class="tdborder1" cellSpacing="0" cellPadding="0" width="760" align="center" border="0">
	<tr>
		<td bgColor="#eef4fb" height="25">&nbsp;&nbsp;&nbsp; <IMG height="9" src="images/dot.gif">
			当前位置: <IMG height="9" src="images/more.gif" width="29">
			<asp:hyperlink id="return_index" runat="server" Text="首页" NavigateUrl="index.aspx"></asp:hyperlink>&nbsp;<IMG height="9" src="images/more.gif" width="29">
			新闻文章填加&nbsp;<IMG height="9" src="images/more.gif" width="29"></td>
	</tr>
</table>
<TABLE cellSpacing="0" cellPadding="0" width="760" align="center" border="0" class="tdborder1">
	<TR>
		<TD height="24" align="center"><B>新闻文章填加</B></TD>
	</TR>
	<TR>
		<TD align="center" height="24">
			<asp:Label id="readme_add" runat="server" ForeColor="Red"></asp:Label></TD>
	</TR>
</TABLE>
<TABLE class="tdborder6" cellSpacing="0" cellPadding="0" width="760" align="center" bgColor="#eef4fb"
	border="0">
	<FORM id="Form1" name="Form1" runat="server" onsubmit="return dosubmit(this)">
		<TBODY>
			<TR align="center">
				<TD width="100%">
					<TABLE style="BORDER-RIGHT: #c6cfde 1px solid; BORDER-LEFT: #c6cfde 1px solid; BORDER-BOTTOM: #c6cfde 3px solid"
						cellSpacing="0" cellPadding="0" width="100%" align="center" border="0">
						<TR>
							<TD align="center" width="70" height="24" noWrap>文章标题:</TD>
							<TD class="InputAreaCell" align="left" colSpan="3" height="24">
								<asp:textbox id="txttitle" runat="server" CssClass="inputstyle" Width="450px" Wrap="False"></asp:textbox><FONT face="宋体" color="#ff0000">*必填*</FONT></TD>
						</TR>
						<TR>
							<TD align="center" height="24" noWrap width="70">文章分类:</TD>
							<TD class="InputAreaCell" vAlign="middle" align="left" width="254" height="24">
								<asp:dropdownlist id="typeid" runat="server" CssClass="unnameda"></asp:dropdownlist><FONT face="宋体" color="#ff0000">*请选择二级类目*</FONT></TD>
							<TD vAlign="middle" align="right" width="94" height="24">所属专题:
							</TD>
							<TD class="InputAreaCell" vAlign="middle" align="left" width="200" height="24">
								<asp:dropdownlist id="zhuantiid" runat="server" CssClass="unnameda"></asp:dropdownlist></TD>
						</TR>
						<asp:Panel id="Panel_upload" runat="server" Visible="false">
							<TR>
								<TD vAlign="middle" noWrap align="center" width="70" height="24">首页图片:</TD>
								<TD class="InputAreaCell" vAlign="middle" align="left" colSpan="3" height="24">
									<asp:textbox id="picurl" runat="server" Wrap="False" Width="382px" CssClass="inputstyle" ReadOnly="True"></asp:textbox><INPUT class="unnamed5" onclick="openAdminWindow('htmledit/upload.aspx')" type="button"
										value="上传图片">
								</TD>
							</TR>
						</asp:Panel>
						<TR>
							<TD align="center" height="21" noWrap width="70">关 键 词:</TD>
							<TD class="InputAreaCell" colSpan="3" height="20">
								<asp:textbox id="about_word" runat="server" CssClass="inputstyle" Width="270px" Wrap="False"></asp:textbox><FONT face="宋体" color="#ff0000">*正确填写,可以方便相关主题文章的查找*</FONT></TD>
						</TR>
						<TR>
							<TD align="center" height="21" noWrap width="70">文章作者:</TD>
							<TD height="21" class="InputAreaCell">
								<asp:textbox id="article_author" runat="server" CssClass="inputstyle" Width="270px" Wrap="False"></asp:textbox></TD>
							<TD height="21" align="right">推荐:</TD>
							<TD class="InputAreaCell" height="21">&nbsp;
								<asp:checkbox id="article_tj" runat="server"></asp:checkbox></TD>
						</TR>
						<TR>
							<TD align="center" height="21" noWrap width="70">文章来源:
							</TD>
							<TD class="InputAreaCell" colSpan="3" height="21">
								<asp:TextBox id="article_comefrom" onfocus="" runat="server" CssClass="inputstyle" Width="270px"
									Wrap="False"></asp:TextBox></TD>
						</TR>
						<TR>
							<TD colspan="4" Align="center" valign="middle">
								<table style="BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; WIDTH: 100%; HEIGHT: 400px; BACKGROUND-COLOR: gainsboro; BORDER-RIGHT-WIDTH: 0px"
									cellSpacing="1" cellPadding="1" align="center" border="0">
									<tr>
										<td>
											<cc1:flashhtmledit id="Flashhtmledit1" runat="server" SetButtonStyle="xp"></cc1:flashhtmledit>
										</td>
									</tr>
								</table>
							</TD>
						</TR>
					</TABLE>
				</TD>
			</TR>
	</FORM>
	</TBODY>
</TABLE>
<copyrightlocal:footer id="globalbottom" runat="server"></copyrightlocal:footer>

⌨️ 快捷键说明

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