novel temp5

This commit is contained in:
make
2025-04-29 00:37:24 +08:00
parent a230c53f33
commit fa9faa8c49
39 changed files with 1746 additions and 2757 deletions

View File

@@ -9,9 +9,9 @@
<title>{block name="title"}{/block}</title>
<meta name="keywords" content='{block name="keywords"}{/block}'>
<meta name="description" content='{block name="description"}{/block}'>
<link rel="icon" href="/template/kuangyu/public/img/favicon.ico" type="image/x-icon" />
<link rel="stylesheet" href="/template/kuangyu/home/bai_web/css/style.css" type="text/css">
<link rel="icon" href="/template/xiongmao/public/img/favicon.ico" type="image/x-icon" />
<link rel="stylesheet" href="/public/layer/need/layer.css" type="text/css">
<link href="/template/xiongmao/style2_pc/css/style.css" rel="stylesheet" type="text/css"/>
{block name="head"}{/block}
{block name="head-css"}{/block}
@@ -30,56 +30,65 @@
<!--公共头部 开始-->
<div class="header">
<div class="headWrap">
{block name="logo-html"}{/block}
<ul class="nav">
<div class="nav">
<div class="wp">
{if $DomainModel->info_id > 0}
<li class=' {if $strPageCode == "info"}on{/if} '>
<a href="{$strPcPath}/" target="_self" title="首页">首页</a>
</li>
<li class=' {if $strPageCode == "home"}on{/if} '>
<a href="{$strPcPath}/nindex/" target="_self" title="首页">小说首页</a>
<li class="home">
<a href="{$strPcPath}/"> </a>
</li>
<li><a href="{$strPcPath}/nindex/">小说首页</a></li>
{else}
<li class=' {if $strPageCode == "home"}on{/if} '>
<a href="{$strPcPath}/" target="_self" title="首页">首页</a>
<li class="home">
<a href="{$strPcPath}/"> </a>
</li>
{/if}
<li class=' {if $strPageCode == "man"}on{/if} '>
<a href="{$strPcPath}{$strNanUrlTemp}" target="_self" title="男生">男生</a>
</li>
<li class=' {eq name="strPageCode" value="women"}on {/eq}'>
<a href="{$strPcPath}{$strNvUrlTemp}" target="_self" title="女生">女生</a>
</li>
<li class=' {eq name="strPageCode" value="library"}on {/eq}'>
<a href="{$strPcPath}{$strCategoryIndexUrlTemp}" target="_self" title="书库">书库</a>
</li>
<li class=' {eq name="strPageCode" value="rank"}on {/eq}'>
<a href="{$strPcPath}{$strRankUrlTemp}" target="_self" title="排行">排行</a>
</li>
<!-- <li class=' {eq name="strPageCode" value="article"}on {/eq}'>
<a href="{$strPcPath}/article/list" target="_self" title="文章">文章</a>
</li> -->
</ul>
<div class="headWrap_r">
<div class="search long" id="mod_top_search">
<div class="search_sel">
<input type="text" name="keyword" url="{$strPcPath}{$strSearchIndexUrlTemp}" class="search-val" value="" placeholder="我要搜.. "
maxlength="100" autocomplete="off">
</div>
<a href="" class="search_btn"><s></s></a>
</div>
<div class="login">
<span class="login_before"><a href="{$strPcPath}{$strUserUrlTemp}"><s></s><i>个人中心</i></a></span>
{novel:category d_key="strCategoryPinyin" d_val="strCategoryName"}
<li><a href='{$strPcPath}{site:nflurl category="$strCategoryPinyin" status="all" order="all" page="1"/}'>{$strCategoryName}</a></li>
{/novel:category}
<div class="nav-right" id="qs_login">
<a class="a1 y" href="{$strPcPath}{$strUserUrlTemp}">
<span class="ico ico-login"></span>
个人中心
</a>
</div>
</div>
</div>
<div class="wp">
<h1 class="title z">
<a href="{$strPcPath}/">{$DomainModel->d_name}</a>
</h1>
<div class="search z">
<form id="novel_search" class="search-form" method="get" action="{$strPcPath}{$strSearchIndexUrlTemp}">
<input type="text" class="input-text input-key" name="keyword" placeholder="输入书名/作者进行搜索,宁少字勿错字"/>
<button type="submit" class="btn-tosearch" form="novel_search" value="submit" data-toggle="tooltip" data-placement="right" title="点击进行搜索">
<span class="ico ico-so"></span>
</button>
</form>
</div>
<div class="header-bd">
<a href="{$strPcPath}{$strHistoryUrlTemp}" class="a1" data-toggle="tooltip" data-placement="bottom" title="查看小说历史阅读记录">
<span class="ico ico-liulanliang fs32"></span>
阅读记录
</a>
<a href="{$strPcPath}{$strBookShelfUrlTemp}" class="a1" data-toggle="tooltip" data-placement="bottom" title="查看已保存到云端的小说">
<span class="ico ico-bookshelf fs32"></span>
会员书架
</a>
</div>
</div>
</div>
<!--公共头部 结束-->
{block name="main"} {/block}
{block name="customize-footer-after"}{/block}
{include file="pc/public/footer" /}