29 lines
1.4 KiB
HTML
29 lines
1.4 KiB
HTML
<header class="{$TpStyle.dom_prefix}-t8k-head">
|
|
<div class="{$TpStyle.dom_prefix}-t8k-strip">
|
|
<small>提示:本站不存储视频文件,资源均来自互联网公开分享。</small>
|
|
</div>
|
|
<div class="{$TpStyle.dom_prefix}-t8k-main">
|
|
<div class="{$TpStyle.dom_prefix}-t8k-left">
|
|
<a href="/" class="{$TpStyle.dom_prefix}-t8k-logo">{$DomainModel->d_name}</a>
|
|
</div>
|
|
<div class="{$TpStyle.dom_prefix}-t8k-mid">
|
|
<nav>
|
|
{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}
|
|
</nav>
|
|
</div>
|
|
<div class="{$TpStyle.dom_prefix}-t8k-right">
|
|
<form action="{$strSearchListUrlTemp}">
|
|
<input type="text" name="wd" placeholder="搜索">
|
|
</form>
|
|
</div>
|
|
</div>
|
|
</header> |