119 lines
5.2 KiB
HTML
119 lines
5.2 KiB
HTML
<!doctype html>
|
|
<html lang="zh-CN">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<title>家谱主页 - 个人中心 - 代代相传</title>
|
|
<link rel="stylesheet" href="public/css/public.css" />
|
|
<link rel="stylesheet" href="public/layui/css/layui.css" />
|
|
<link rel="stylesheet" href="public/css/profile-module.css" />
|
|
</head>
|
|
<body class="page-profile-module" data-family-home-page data-feature-status="pending" data-feature-message="家谱概览与管理服务正在开发中,当前页面仅保留设计预览。">
|
|
<header class="site-header">
|
|
<div class="container nav">
|
|
<a class="brand magnetic" href="profile.html"
|
|
><img class="brand-logo brand-logo-mark" src="public/images/logo-mark.png" alt="" /><span class="brand-text">个人中心</span></a
|
|
>
|
|
<nav class="nav-links">
|
|
<a class="active" href="profile-families.html">我的家谱</a
|
|
><a href="profile-family-admin.html">家族管理</a
|
|
><a href="profile-content.html">内容发布</a
|
|
><a href="profile-data.html">个人资料</a
|
|
><a href="profile-services.html">帮助与服务</a>
|
|
</nav>
|
|
<div class="nav-actions">
|
|
<a href="profile.html">返回中心</a
|
|
><a class="btn primary magnetic" href="profile-feed.html" data-feature-link="available">发布动态</a>
|
|
</div>
|
|
</div>
|
|
</header>
|
|
<main>
|
|
<section class="module-hero">
|
|
<div class="container">
|
|
<div class="module-kicker">Family Home</div>
|
|
<div class="module-title-row">
|
|
<div>
|
|
<h1 data-family-home-title>四川武胜汤氏族</h1>
|
|
<p>
|
|
后台家谱主页,用于进入世系、相册、家族圈、内容管理和成员协作。
|
|
</p>
|
|
</div>
|
|
<a class="btn ghost magnetic" href="profile-family-admin.html"
|
|
>管理家谱</a
|
|
>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
<section class="section">
|
|
<div class="container module-layout">
|
|
<aside class="module-nav">
|
|
<a class="active" href="profile-family-home.html">家谱主页</a
|
|
><a href="profile-tree.html">世系图</a
|
|
><a href="profile-album.html">相册</a
|
|
><a href="profile-content.html">内容发布</a
|
|
><a href="profile-family-admin.html">家族管理</a
|
|
><a href="profile-messages.html">消息中心</a>
|
|
</aside>
|
|
<div class="module-main">
|
|
<section class="module-panel">
|
|
<h2>家谱概览</h2>
|
|
<div class="module-grid">
|
|
<div class="module-card">
|
|
<span class="icon">谱</span>
|
|
<h3>家谱编号</h3>
|
|
<p data-family-home-summary>家谱信息加载中...</p>
|
|
</div>
|
|
<a class="module-card tilt-card" href="profile-tree.html"
|
|
><span class="icon">世</span>
|
|
<h3>世系图</h3>
|
|
<p>查看树谱模式和成员关系。</p></a
|
|
><a class="module-card tilt-card" href="profile-invite.html"
|
|
><span class="icon">邀</span>
|
|
<h3>邀请家人</h3>
|
|
<p>生成邀请入口,邀请亲人协作。</p></a
|
|
>
|
|
</div>
|
|
</section>
|
|
<section class="module-panel">
|
|
<h2>世系预览</h2>
|
|
<!-- 家谱主页只展示世系树预览,完整维护进入世系图页面 -->
|
|
<div class="lineage-tree-wrap is-compact" data-lineage-home-tree>
|
|
<div class="api-empty">世系树加载中...</div>
|
|
</div>
|
|
</section>
|
|
<section class="module-panel">
|
|
<h2>常用入口</h2>
|
|
<div class="module-grid">
|
|
<a class="module-card tilt-card" href="profile-article.html"
|
|
><span class="icon">文</span>
|
|
<h3>谱文</h3>
|
|
<p>管理谱文、谱序和族史。</p></a
|
|
><a class="module-card tilt-card" href="profile-video.html"
|
|
><span class="icon">影</span>
|
|
<h3>视频</h3>
|
|
<p>发布和编辑家族视频。</p></a
|
|
><a class="module-card tilt-card" href="profile-merit.html"
|
|
><span class="icon">德</span>
|
|
<h3>功德录</h3>
|
|
<p>记录功德人和事迹。</p></a
|
|
>
|
|
</div>
|
|
</section>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</main>
|
|
<script src="public/js/jquery360.js"></script>
|
|
<script src="public/layui/layui.js"></script>
|
|
<script src="public/js/lay-config.js"></script>
|
|
<script src="public/js/profile-common.js"></script>
|
|
<script src="config.js"></script>
|
|
<script src="utils/StorageUtil.js"></script>
|
|
<script src="utils/axios.js"></script>
|
|
<script src="utils/AxiosRequestUtil.js"></script>
|
|
<script src="utils/ApiClient.js"></script>
|
|
<script src="public/js/pending-pages.js"></script>
|
|
<script src="public/js/page-effects.js"></script>
|
|
</body>
|
|
</html>
|