Files
ningbo/动易的标签库/标签库/视频类/视频节点左侧.config
T
2026-08-31 16:22:00 +08:00

87 lines
3.3 KiB
Plaintext

<root>
<LabelType>视频类</LabelType>
<LabelImage>../../Admin/Images/LabelIco/GetArticleCustom.gif</LabelImage>
<LabelIntro>雅蓝图片节点左侧</LabelIntro>
<LabelDataType>static</LabelDataType>
<LabelTemplate>
<![CDATA[<div id="main_left"> {PE.Label id="CMS用户登录" /}
<div class="left_box">
<dl>
<dt>电影栏目分类</dt>
<dd>
<ul>
<p>{PE.Label id="视频栏目分类" nodeId="@RequestInt_id" /}</p>
</ul>
</dd>
</dl>
</div>
<div class="left_box">
<dl>
<dt>分类检索</dt>
<dd>
<h4>
地区</h4>
<p>
<a href="#" onclick="typeSearch('region', '大陆')" >大陆</a>
<a href="#" onclick="typeSearch('region', '美国')" >美国</a>
<a href="#" onclick="typeSearch('region', '香港')" >香港</a>
<a href="#" onclick="typeSearch('region', '台湾')" >台湾</a>
<a href="#" onclick="typeSearch('region', '韩国')" >韩国</a>
<a href="#" onclick="typeSearch('region', '日本')" >日本</a>
<a href="#" onclick="typeSearch('region', '法国')" >法国</a>
<a href="#" onclick="typeSearch('region', '英国')" >英国</a>
<a href="#" onclick="typeSearch('region', '意大利')" >意大利</a>
<a href="#" onclick="typeSearch('region', '西班牙')" >西班牙</a>
<a href="#" onclick="typeSearch('region', '加拿大')" >加拿大</a>
<a href="#" onclick="typeSearch('region', '德国')" >德国</a>
<a href="#" onclick="typeSearch('region', '泰国')" >泰国</a>
</p>
<h4>
语言</h4>
<p>
<a href="#" onclick="typeSearch('dub', '英语')" >英语</a>
<a href="#" onclick="typeSearch('dub', '国语')" >国语</a>
<a href="#" onclick="typeSearch('dub', '粤语')" >粤语</a>
<a href="#" onclick="typeSearch('dub', '韩语')" >韩语</a>
<a href="#" onclick="typeSearch('dub', '法语')" >法语</a>
<a href="#" onclick="typeSearch('dub', '日语')" >日语</a>
<a href="#" onclick="typeSearch('dub', '德语')" >德语</a>
<a href="#" onclick="typeSearch('dub', '西班牙语')" >西班牙语</a>
<a href="#" onclick="typeSearch('dub', '俄语')" >俄语</a>
<a href="#" onclick="typeSearch('dub', '希腊语')" >希腊语</a>
<a href="#" onclick="typeSearch('dub', '越南语')" >越南语</a>
<a href="#" onclick="typeSearch('dub', '葡萄牙语')" >葡萄牙语</a>
</p>
</dd>
<script language="javascript" type="text/javascript">
function typeSearch(fieldOption, keyword) {
window.location.href = "{PE.SiteConfig.applicationpath/}search.aspx?searchtype=1&ModelId=23&nodeId=93&Keyword=" + escape(keyword) + "&fieldOption=" + fieldOption;
}
</script>
</dl>
</div>
<div class="left_box">
<dl>
<dt>推荐电影</dt>
<dd>
<ul>
{PE.Label id="视频信息列表" outputQty="10" itemListOrderType="15" displayPropertyPrefix="3" bindStyle="视频普通列表" modelId="23" /}
</ul>
</dd>
</dl>
</div>
<div class="left_box">
<dl>
<dt>本周排名TOP10</dt>
<dd>
<ul>
{PE.Label id="视频信息列表" outputQty="10" itemListOrderType="11" displayPropertyPrefix="7" bindStyle="视频普通列表" modelId="23" /}
</ul>
</dd>
</dl>
</div>
</div>
<div class="clearbox"> </div>]]></LabelTemplate>
<OutType>txt</OutType>
<EnabelAjax>False</EnabelAjax>
</root>