gpttemp
This commit is contained in:
27
code/app/home/view/videoGpt1/head/head_27.html
Normal file
27
code/app/home/view/videoGpt1/head/head_27.html
Normal file
@@ -0,0 +1,27 @@
|
||||
<header class="{$TpStyle.dom_prefix}-h27-wrap">
|
||||
|
||||
<div class="{$TpStyle.dom_prefix}-h27-row">
|
||||
<div class="{$TpStyle.dom_prefix}-h27-logo">
|
||||
{$DomainModel->d_name}
|
||||
</div>
|
||||
<form class="{$TpStyle.dom_prefix}-h27-search" action="{$strSearchListUrlTemp}">
|
||||
<input type="text" name="keyword" placeholder="搜电影 / 综艺 / 动漫…" />
|
||||
</form>
|
||||
</div>
|
||||
|
||||
<article class="{$TpStyle.dom_prefix}-h27-navBlk">
|
||||
<div class="{$TpStyle.dom_prefix}-h27-links">
|
||||
{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>
|
||||
</article>
|
||||
|
||||
</header>
|
||||
Reference in New Issue
Block a user