102 lines
4.4 KiB
HTML
102 lines
4.4 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">
|
|
<header class="site-header">
|
|
<div class="container nav">
|
|
<a class="brand magnetic" href="profile.html"
|
|
><img class="brand-logo" src="public/images/logo.png" alt="我们的家谱,代代相传" /></a
|
|
>
|
|
<nav class="nav-links">
|
|
<a href="profile.html">个人中心</a
|
|
><a class="active" href="profile-families.html">我的家谱</a
|
|
><a href="plaza.html">家谱广场</a
|
|
><a href="profile-content.html">家族文化</a
|
|
><a href="surname.html">姓氏百科</a><a href="app.html">应用下载</a
|
|
><a href="help.html">帮助中心</a><a href="about.html">关于我们</a>
|
|
</nav>
|
|
<div class="nav-actions">
|
|
<a href="profile-data.html">账户资料</a>
|
|
</div>
|
|
</div>
|
|
</header>
|
|
<main>
|
|
<section class="module-hero">
|
|
<div class="container">
|
|
<nav class="profile-path" aria-label="当前位置">
|
|
<a href="profile.html">个人中心</a><span aria-hidden="true">/</span><strong aria-current="page">我的家谱</strong>
|
|
</nav>
|
|
<div class="module-title-row">
|
|
<div>
|
|
<h1>我的家谱</h1>
|
|
<p>
|
|
从真实列表选择要进入的家谱,后续页面会持续使用同一个家谱上下文。
|
|
</p>
|
|
</div>
|
|
<a class="btn primary magnetic" href="profile-create-family.html"
|
|
>创建家谱</a
|
|
>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
<section class="section">
|
|
<div class="container module-layout">
|
|
<aside class="module-nav">
|
|
<a class="active" href="profile-families.html">我的家谱</a
|
|
><a href="profile-messages.html">消息中心</a
|
|
><a href="profile-family-admin.html" data-genealogy-context-link>家族管理</a
|
|
><a href="profile-content.html">内容发布</a
|
|
><a href="profile-data.html">个人资料</a
|
|
><a href="profile-services.html">帮助与服务</a>
|
|
</aside>
|
|
<div class="module-main">
|
|
<section class="module-panel">
|
|
<h2>家谱入口</h2>
|
|
<p>对应 PC 的“我的家谱”入口;进入具体业务前必须取得真实家谱编号。</p>
|
|
<p class="api-status" data-genealogy-entry-status>正在读取我的家谱…</p>
|
|
<div class="module-list" data-genealogy-list="mine">
|
|
<div class="api-empty">正在加载列表…</div>
|
|
</div>
|
|
</section>
|
|
<section class="module-panel">
|
|
<h2>快捷操作</h2>
|
|
<div class="module-grid two">
|
|
<a
|
|
class="module-card tilt-card"
|
|
href="profile-create-family.html"
|
|
><span class="icon">建</span>
|
|
<h3>立即创建我的家谱</h3>
|
|
<p>创建新家谱,设置姓氏、谱名、堂号和访问权限。</p></a
|
|
>
|
|
<a class="module-card tilt-card" href="profile-join-family.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="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/genealogy-entry-pages.js"></script>
|
|
<script src="public/js/profile-common.js?v=20260725-entry"></script>
|
|
<script src="public/js/page-effects.js"></script>
|
|
</body>
|
|
</html>
|