雅灰文章搜索.config

来自「动易SiteFactory网上商店系统正式版动易SiteFactory网上商店系」· CONFIG 代码 · 共 23 行

CONFIG
23
字号
<root>
    <LabelType>静态标签</LabelType>
    <LabelImage>../../Admin/Images/LabelIco/GetArticleCustom.gif</LabelImage>
    <LabelIntro>雅蓝文章搜索</LabelIntro>
    <LabelDataType>static</LabelDataType>
    <LabelTemplate>
        <![CDATA[<table id="main_search" cellspacing="0">
            <tr>
            <td><form name="search" action="{PE.SiteConfig.applicationpath/}search.aspx" method="get" />
            文章搜索:<select name='nodeid' size='1'>{PE.Label id="栏目分类下拉列表选项" nodeid="@Request_id" span="" class="" /}</select><select name='fieldoption' size='1'><option value='title' selected>文章标题</option><option value='content'>文章内容</option><option value='author'>文章作者</option><option value='inputer'>录 入 者</option><option value='keyword'>关键字</option></select>
            <input id="Keyword" class="Keyword" onMouseOver="this.select();" onClick="javascript:{if (this.value == '填写您想搜索的关键词')this.value=''; };" maxlength="100" value="填写您想搜索的关键词" name="Keyword" />
			<input name="searchtype" type="hidden" id="searchtype" value="1" />
            <input name="ModuleName" type="hidden" id="ModuleName" value="Article" />
			<input name="ModelId" type="hidden" id="ModelId" value="1" />
            <input id="Submit" type="submit" class="SubmitBt" value="" name="Submit" />
            <a href="{PE.SiteConfig.applicationpath/}search.aspx?searchtype=2&ModuleName=Article&ModelId=1">高级搜索</a>                 
            </form>
            </td>
            </tr>
            </table>]]>
    </LabelTemplate>
    <OutType>txt</OutType>
</root>

⌨️ 快捷键说明

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