gpttemp
This commit is contained in:
33
code/app/home/view/videoGpt1/head/head_37.html
Normal file
33
code/app/home/view/videoGpt1/head/head_37.html
Normal file
@@ -0,0 +1,33 @@
|
||||
<header class="{$TpStyle.dom_prefix}-0db-shell">
|
||||
<div class="{$TpStyle.dom_prefix}-0db-bar">
|
||||
<div class="{$TpStyle.dom_prefix}-0db-brand">
|
||||
<a href="/" class="{$TpStyle.dom_prefix}-0db-name">{$DomainModel->d_name}</a>
|
||||
<small class="{$TpStyle.dom_prefix}-0db-sub">正版片源 · 极速播放</small>
|
||||
</div>
|
||||
<button type="button"
|
||||
class="{$TpStyle.dom_prefix}-0db-toggle"
|
||||
onclick="document.body.classList.toggle('{$TpStyle.dom_prefix}-0db-nav-open')">☰</button>
|
||||
</div>
|
||||
|
||||
<form class="{$TpStyle.dom_prefix}-0db-search" action="{$strSearchListUrlTemp}">
|
||||
<input type="search" name="keyword" placeholder="支持片名 / 演员 / 类型搜索">
|
||||
<button type="submit" class="{$TpStyle.dom_prefix}-0db-go">搜</button>
|
||||
</form>
|
||||
|
||||
<nav class="{$TpStyle.dom_prefix}-0db-nav">
|
||||
<ul class="{$TpStyle.dom_prefix}-0db-navList">
|
||||
<li class="{$TpStyle.dom_prefix}-0db-navItem">
|
||||
{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}
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
||||
Reference in New Issue
Block a user