?? adzoneguide.aspx
字號:
?<%@ Page Language="C#" MasterPageFile="~/Admin/Guide.master" AutoEventWireup="true"
Codebehind="ADZoneGuide.aspx.cs" Inherits="PowerEasy.WebSite.Admin.AD.ADZoneGuide"
Title="廣告版位管理" %>
<asp:Content ID="Content1" ContentPlaceHolderID="CphTitle" runat="server">
廣告版位管理
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="CphSubMenu" runat="server">
<div class="guideexpand" onclick="Switch(this)">
廣告版位管理</div>
<div class="guide">
<ul>
<li><a id="EahADZoneManage" href="ADZoneManage.aspx" target="main_right">廣告版位管理</a></li>
<li><a id="EahADZoneAdd" href="ADZone.aspx" target="main_right">添加廣告版位</a></li>
<li><a id="EahADZoneImport" href="ADZoneImport.aspx" target="main_right">廣告版位導入</a></li>
<li><a id="EahADZoneExport" href="ADZoneExport.aspx" target="main_right">廣告版位導出</a></li>
<li><a id="EahADJsManage" href="JSTemplate.aspx" target="main_right">廣告JS模板</a></li>
</ul>
</div>
<div class="guideexpand" onclick="Switch(this)">
廣告版位搜索</div>
<div class="guidesearch">
<ul>
<li>
<select id="SelField" style="width: 140px">
<option value="1" selected="selected">版位名稱</option>
<option value="2">版位簡介</option>
</select>
</li>
<li>
<input id="TxtKeyWord" style="width: 134px;" type="text" value="關鍵字" class="inputtext"
onfocus="select()" />
</li>
<li>
<input id="BtnSearch" type="button" class="inputbutton" value="查詢" onclick="return OpenMainRight()" />
</li>
</ul>
</div>
<script type="text/javascript">
function OpenMainRight()
{
var field=0;
var keyword = document.getElementById("TxtKeyWord").value;
var objSel = document.getElementById("SelField");
if (keyword =="")
{
alert("請輸入要查詢的條件!");
return false;
}
field = objSel.options[objSel.options.selectedIndex].value;
var url = "ADZoneManage.aspx?ListType="+ field +"&KeyWord="+escape(keyword);
JumpToMainRight(url);
}
</script>
</asp:Content>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -