Files
SEONexus/code/app/home/view/xiongMao/pc/user/getBookShelf.html
2025-04-24 01:20:07 +08:00

74 lines
2.2 KiB
HTML

{extend name="basePcUser" /}
{block name="title"}我的书架{/block}
{block name="keywords"}我的书架{/block}
{block name="description"}我的书架{/block}
{block name="head"}
<!-- 社交媒体标签 -->
<meta property="og:title" content="我的书架" />
<meta property="og:description" content="我的书架" />
<meta property="og:url" content="https://{$DomainModel->d_domain}{$strBookShelfUrlTemp}" />
<meta property="og:type" content="article" />
<!-- 结构化数据 -->
<script type="application/ld+json">
{
"@context": "https://{$DomainModel->d_domain}{$strBookShelfUrlTemp}",
"@type": "article",
"headline": "我的书架",
"description": "我的书架",
"datePublished": "{:date('Y-m-d')}"
}
</script>
{block name="head-js"}{/block}
{block name="main"}
{site:grm page_code="pc_bookshekf" diff="0" num="10" g_key="arrGrm" /}
{$arrGrm[0]|raw}
<div class="i-right">
<!--我的书架 mod -->
<div class="i-title" style="padding-left:30px;">
我的书架
</div>
{$arrGrm[1]|raw}
<div class="bookshelfMod">
<table>
<tbody>
<tr class="head" id="bookshelfMod-head">
<td>封面</td>
<td class="t2">书名</td>
<td class="t3">最新章节</td>
<td class="t4">作者</td>
<td class="t5">更新时间</td>
<td class="t6">状态</td>
<td class="t7">操作</td>
</tr>
{$arrGrm[3]|raw}
</tbody>
</table>
{$arrGrm[4]|raw}
<div class="page-box">
<div class="page-content">
<div class="ui-pagination">
</div>
</div>
</div>
</div>
</div>
{$arrGrm[2]|raw}
<script>
const strNovelUrlTemp = `{site:replace code="NOVEL_INFO_URL"}`;
const strNovelChapterUrlTemp = `{site:replace code="CONTENT_INFO_URL"}`;
const strSearchUrlTemp = `{site:replace code="SEARCH_INFO_URL"}`;
document.addEventListener("DOMContentLoaded", function () {
displayBookshelf()
})
</script>
{/block}
{block name="customize"} {/block}