31 lines
1.3 KiB
HTML
31 lines
1.3 KiB
HTML
<header class="{$TpStyle.dom_prefix}-h23-wrap">
|
|
|
|
<div class="{$TpStyle.dom_prefix}-h23-top">
|
|
<h1 class="{$TpStyle.dom_prefix}-h23-logo">
|
|
{$DomainModel->d_name}
|
|
</h1>
|
|
<p class="{$TpStyle.dom_prefix}-h23-sub">
|
|
每天发现一点新片子
|
|
</p>
|
|
</div>
|
|
|
|
<form class="{$TpStyle.dom_prefix}-h23-search" action="{$strSearchListUrlTemp}">
|
|
<input type="text" name="keyword" placeholder="片名 / 演员 / 导演,随便搜…" />
|
|
<button type="submit" class="{$TpStyle.dom_prefix}-h23-btn">Go</button>
|
|
</form>
|
|
|
|
<div class="{$TpStyle.dom_prefix}-h23-cats">
|
|
{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}
|
|
{video:categorytype category_type="ONE" d_key="key" d_val="val"}
|
|
<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>
|
|
{/video:categorytype}
|
|
</div>
|
|
|
|
</header>
|