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

📄 searchengine.aspx

📁 基于Windows平台的ASP.net框架
💻 ASPX
字号:
<%@ Page language="c#" Codebehind="searchengine.aspx.cs" AutoEventWireup="false" Inherits="Discuz.ForumPage.Admin.OptionsSet.searchengine" %>
<%@ Register TagPrefix="cc1" Namespace="Discuz.Admin.Controls" Assembly="Discuz.Controls" %>
<%@ Register TagPrefix="uc1" TagName="TextareaResize" Src="../UserControls/TextareaResize.ascx" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
  <HEAD>
		<title>registerandvisit</title>
		<LINK href="../styles/default.css" type="text/css" rel="stylesheet">
		<script type="text/javascript" src="../js/common.js"></script>
</head>

	<body MS_POSITIONING="GridLayout">
		<form id="Form1" method="post" runat="server">
			<table class="table1" cellspacing="0" cellpadding="4" width="100%" align="center">
				<tr>
					<td width="50%" class="td1"><b>启用 Archiver:</b><br>
						<span class="smalltxt">Discuz! Archiver 
							能够将论坛公开的内容模拟成静态页面, 以便搜索引擎获取其中的内容. 高级使用技巧请参考《用户使用说明书》</span></td>
					<td class="td1">
						<cc1:RadioButtonList id="archiverstatus" runat="server" RepeatColumns="1">
							<asp:ListItem Value="0" Selected="True">关闭</asp:ListItem>
							<asp:ListItem Value="1">完全启用</asp:ListItem>
							<asp:ListItem Value="2">启用, 但当用户从搜索引擎点击时自动转向动态页面</asp:ListItem>
							<asp:ListItem Value="3">启用, 但当用户使用浏览器访问时自动转向动态页面</asp:ListItem>
						</cc1:RadioButtonList><FONT face="宋体"></FONT>
					</td>
				</tr>
				<tr>
					<td class="td2"><b>标题附加字:</b><br>
						<span class="smalltxt">网页标题通常是搜索引擎关注的重点, 本附加字设置将出现在标题中论坛名称的前面, 如果有多个关键字, 建议用 
							"|"、","(不含引号) 等符号分隔</span></td>
					<td class="td2">
					<uc1:TextareaResize id="seotitle" runat="server" controlname="seotitle"></uc1:TextareaResize>
					
					</td>
				</tr>
				<tr>
					<td class="td1" ><b>Meta Keywords:</b><br>
						<span class="smalltxt">Keywords 项出现在页面头部的 Meta 标签中, 用于记录本页面的关键字, 多个关键字间请用半角逗号 "," 隔开</span></td>
					<td class="td1">
					<uc1:TextareaResize id="seokeywords" runat="server" controlname="seokeywords"></uc1:TextareaResize>
			
					</td>
				</tr>
				<tr>
					<td class="td2"><b>Meta Description:</b><br>
						<span class="smalltxt">Description 出现在页面头部的 Meta 标签中, 用于记录本页面的概要与描述</span></td>
					<td class="td2">
					<uc1:TextareaResize id="seodescription" runat="server" controlname="seodescription"></uc1:TextareaResize>
						
					</td>
				</tr>
				<tr>
					<td class="td1"><b>其他头部信息:</b><br>
						<span class="smalltxt">如需在 &lt;head&gt;&lt;/head&gt; 中添加其他的 html 代码, 可以使用本设置, 否则请留空</span></td>
					<td class="td1">
					<uc1:TextareaResize id="seohead" runat="server" controlname="seohead"></uc1:TextareaResize>
				</td>
				</tr>
				
				<tr>
					<td class="td1"></td>
					<td class="td1">
					<cc1:Button id="SaveInfo" runat="server" Text=" 提 交 "></cc1:Button>
				</td>
				</tr>
			</table>
			
		</form>
		
		<%=footer%>
	</body>
</HTML>

⌨️ 快捷键说明

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