Files
jiapu/dist/profile-families.html
T

116 lines
5.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="index.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>先选择要处理的家谱,再进入主页、成员、世系和内容管理。</p>
<div class="api-status" data-genealogy-entry-status role="status" aria-live="polite">正在读取家谱额度…</div>
<div class="module-list" data-genealogy-list="mine">
<div class="api-state api-state--loading" data-api-state="loading" role="status" aria-live="polite" aria-busy="true">
正在读取我的家谱…
</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 class="module-card">
<span class="icon"></span>
<h3>家谱排序</h3>
<p>选择家谱后上移或下移,保存个人的家谱展示顺序。</p>
<label for="genealogySortSelect">选择家谱</label>
<select id="genealogySortSelect" data-genealogy-sort-select disabled><option value="">家谱加载中</option></select>
<div class="row-actions">
<button class="btn outline" type="button" data-genealogy-sort-up disabled>上移</button>
<button class="btn outline" type="button" data-genealogy-sort-down disabled>下移</button>
<button class="btn primary" type="button" data-genealogy-sort-save disabled>保存顺序</button>
</div>
</div>
</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/profile-common.js?v=20260725-entry"></script>
<script src="public/js/genealogy-entry-pages.js"></script>
<script src="public/js/page-effects.js"></script>
</body>
</html>