gpttemp
This commit is contained in:
29
code/app/home/view/videoGpt1/head/head_87.html
Normal file
29
code/app/home/view/videoGpt1/head/head_87.html
Normal file
@@ -0,0 +1,29 @@
|
||||
<section class="{$TpStyle.dom_prefix}-h87-cards">
|
||||
<div class="{$TpStyle.dom_prefix}-h87-cardA">
|
||||
<a href="/" class="{$TpStyle.dom_prefix}-h87-brand">{$DomainModel->d_name}</a>
|
||||
<button type="button" class="{$TpStyle.dom_prefix}-h87-btn"
|
||||
onclick="document.body.classList.toggle('{$TpStyle.dom_prefix}-h87-open')">搜索</button>
|
||||
</div>
|
||||
<div class="{$TpStyle.dom_prefix}-h87-cardB">
|
||||
<nav class="{$TpStyle.dom_prefix}-h87-nav">
|
||||
<ul class="{$TpStyle.dom_prefix}-h87-home">
|
||||
{if $DomainModel->info_id > 0}
|
||||
<li class="{if $strPageCode == 'info'}active{/if}"><a href="/">首页</a></li>
|
||||
<li class="{if $strPageCode == 'home'}active{/if}"><a href="/vindex">影视首页</a></li>
|
||||
{else}
|
||||
<li class="{if $strPageCode == 'home'}active{/if}"><a href="/">首页</a></li>
|
||||
{/if}
|
||||
</ul>
|
||||
<ul class="{$TpStyle.dom_prefix}-h87-cats">
|
||||
{video:categorytype category_type="ONE" d_key="key" d_val="val"}
|
||||
<li class="{if $val.v_category_en==$Request.route.strParentCategory}active{/if}">
|
||||
<a href="{site:vciurl parent_category='$val.v_category_en' /}">{$val.v_category}</a>
|
||||
</li>
|
||||
{/video:categorytype}
|
||||
</ul>
|
||||
</nav>
|
||||
<form class="{$TpStyle.dom_prefix}-h87-search" action="{$strSearchListUrlTemp}">
|
||||
<input type="text" name="keyword" placeholder="输入关键词">
|
||||
</form>
|
||||
</div>
|
||||
</section>
|
||||
Reference in New Issue
Block a user