33 lines
1.5 KiB
HTML
33 lines
1.5 KiB
HTML
<header class="{$TpStyle.dom_prefix}-h56-frame">
|
|
<aside class="{$TpStyle.dom_prefix}-h56-rail">
|
|
<a href="/" class="{$TpStyle.dom_prefix}-h56-logo">{$DomainModel->d_name}</a>
|
|
|
|
<div class="{$TpStyle.dom_prefix}-h56-homeLinks">
|
|
{if $DomainModel->info_id > 0}
|
|
<a class="{if $strPageCode=='info'}active{/if}" href="/">首页</a>
|
|
<a class="{if $strPageCode=='home'}active{/if}" href="/vindex">影视首页</a>
|
|
{else}
|
|
<a class="{if $strPageCode=='home'}active{/if}" href="/">首页</a>
|
|
{/if}
|
|
</div>
|
|
</aside>
|
|
|
|
<section class="{$TpStyle.dom_prefix}-h56-main">
|
|
<form class="{$TpStyle.dom_prefix}-h56-search" action="{$strSearchListUrlTemp}">
|
|
<input type="text" name="keyword" placeholder="输入片名或演员,立即检索">
|
|
<button type="submit" class="{$TpStyle.dom_prefix}-h56-btn">查找</button>
|
|
</form>
|
|
|
|
<nav class="{$TpStyle.dom_prefix}-h56-nav">
|
|
<ul class="{$TpStyle.dom_prefix}-h56-grid">
|
|
{video:categorytype category_type="ONE" d_key="key" d_val="val"}
|
|
<li>
|
|
<a class="{if $val.v_category_en==$Request.route.strParentCategory}active{/if}"
|
|
href="{site:vciurl parent_category='$val.v_category_en' /}">{$val.v_category}</a>
|
|
</li>
|
|
{/video:categorytype}
|
|
</ul>
|
|
</nav>
|
|
</section>
|
|
</header>
|