gpttemp
This commit is contained in:
28
code/app/home/view/videoGpt1/head/head_58.html
Normal file
28
code/app/home/view/videoGpt1/head/head_58.html
Normal file
@@ -0,0 +1,28 @@
|
||||
<header class="{$TpStyle.dom_prefix}-h58-dash">
|
||||
<div class="{$TpStyle.dom_prefix}-h58-line1">
|
||||
<a href="/" class="{$TpStyle.dom_prefix}-h58-brand">{$DomainModel->d_name}</a>
|
||||
|
||||
<form class="{$TpStyle.dom_prefix}-h58-search" action="{$strSearchListUrlTemp}">
|
||||
<input type="text" name="keyword" placeholder="搜索分类或影片">
|
||||
<button type="submit" class="{$TpStyle.dom_prefix}-h58-btn">搜索</button>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
<nav class="{$TpStyle.dom_prefix}-h58-nav">
|
||||
<ul class="{$TpStyle.dom_prefix}-h58-cards">
|
||||
{if $DomainModel->info_id > 0}
|
||||
<li><a class="{if $strPageCode=='info'}active{/if}" href="/">首页</a></li>
|
||||
<li><a class="{if $strPageCode=='home'}active{/if}" href="/vindex">影视首页</a></li>
|
||||
{else}
|
||||
<li><a class="{if $strPageCode=='home'}active{/if}" href="/">首页</a></li>
|
||||
{/if}
|
||||
|
||||
{video:categorytype category_type="ONE" d_key="key" d_val="val"}
|
||||
<li>
|
||||
<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>
|
||||
</li>
|
||||
{/video:categorytype}
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
||||
Reference in New Issue
Block a user