gpttemp
This commit is contained in:
30
code/app/home/view/videoGpt1/head/head_34.html
Normal file
30
code/app/home/view/videoGpt1/head/head_34.html
Normal file
@@ -0,0 +1,30 @@
|
||||
<header class="{$TpStyle.dom_prefix}-eyz-header">
|
||||
<div class="{$TpStyle.dom_prefix}-eyz-meta">
|
||||
<span class="{$TpStyle.dom_prefix}-eyz-metaLeft">精选影视 · 极速秒播</span>
|
||||
<span class="{$TpStyle.dom_prefix}-eyz-metaRight">今日已更新多部影片</span>
|
||||
</div>
|
||||
<div class="{$TpStyle.dom_prefix}-eyz-main">
|
||||
<a href="/" class="{$TpStyle.dom_prefix}-eyz-logo">{$DomainModel->d_name}</a>
|
||||
<form class="{$TpStyle.dom_prefix}-eyz-search" action="{$strSearchListUrlTemp}">
|
||||
<input type="search" name="keyword" placeholder="搜片名、演员或导演">
|
||||
<button type="submit" class="{$TpStyle.dom_prefix}-eyz-btn">搜索</button>
|
||||
</form>
|
||||
<button type="button"
|
||||
class="{$TpStyle.dom_prefix}-eyz-menuBtn"
|
||||
onclick="document.body.classList.toggle('{$TpStyle.dom_prefix}-eyz-nav-open')">☰</button>
|
||||
</div>
|
||||
<nav class="{$TpStyle.dom_prefix}-eyz-nav">
|
||||
<div class="{$TpStyle.dom_prefix}-eyz-chips">
|
||||
{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>
|
||||
</nav>
|
||||
</header>
|
||||
Reference in New Issue
Block a user