gpttemp
This commit is contained in:
36
code/app/home/view/videoGpt1/head/head_72.html
Normal file
36
code/app/home/view/videoGpt1/head/head_72.html
Normal file
@@ -0,0 +1,36 @@
|
||||
<header class="{$TpStyle.dom_prefix}-h72-fragment">
|
||||
<div class="{$TpStyle.dom_prefix}-h72-top">
|
||||
<a href="/" class="{$TpStyle.dom_prefix}-h72-brand">{$DomainModel->d_name}</a>
|
||||
<button type="button"
|
||||
class="{$TpStyle.dom_prefix}-h72-toggle"
|
||||
onclick="document.body.classList.toggle('{$TpStyle.dom_prefix}-h72-open')">
|
||||
分类
|
||||
</button>
|
||||
</div>
|
||||
|
||||
<form class="{$TpStyle.dom_prefix}-h72-search" action="{$strSearchListUrlTemp}">
|
||||
<input type="text" name="keyword" placeholder="搜索影片 / 演员">
|
||||
</form>
|
||||
|
||||
<div class="{$TpStyle.dom_prefix}-h72-mask"
|
||||
onclick="document.body.classList.remove('{$TpStyle.dom_prefix}-h72-open')"></div>
|
||||
|
||||
<aside class="{$TpStyle.dom_prefix}-h72-panel">
|
||||
<div class="{$TpStyle.dom_prefix}-h72-home">
|
||||
{if $DomainModel->info_id > 0}
|
||||
<a href="/">首页</a>
|
||||
<a href="/vindex">影视首页</a>
|
||||
{else}
|
||||
<a href="/">首页</a>
|
||||
{/if}
|
||||
</div>
|
||||
<nav class="{$TpStyle.dom_prefix}-h72-cats">
|
||||
{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}
|
||||
</nav>
|
||||
</aside>
|
||||
</header>
|
||||
Reference in New Issue
Block a user