完成10%
This commit is contained in:
+15
-59
@@ -8,7 +8,7 @@
|
||||
<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-feature-status="pending" data-feature-message="字辈维护服务正在开发中,当前页面仅保留设计预览。">
|
||||
<body class="page-profile-module" data-generation-page>
|
||||
<header class="site-header">
|
||||
<div class="container nav">
|
||||
<a class="brand magnetic" href="profile.html"
|
||||
@@ -16,17 +16,11 @@
|
||||
>
|
||||
<nav class="nav-links">
|
||||
<a href="profile-families.html">我的家谱</a
|
||||
><a class="active" href="profile-family-admin.html">家族管理</a>
|
||||
><a class="active" href="profile-family-admin.html" data-genealogy-context-link>家族管理</a>
|
||||
</nav>
|
||||
<div class="nav-actions">
|
||||
<a href="profile-family-admin.html">返回管理</a
|
||||
><a
|
||||
class="btn primary magnetic"
|
||||
href="#"
|
||||
data-layer-confirm="进入字辈管理模式?"
|
||||
data-confirm-title="管理字辈"
|
||||
>管理</a
|
||||
>
|
||||
<a href="profile-family-admin.html" data-genealogy-context-link>返回管理</a
|
||||
><a class="btn primary magnetic" href="#generation-content">管理</a>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
@@ -50,31 +44,31 @@
|
||||
<section class="section">
|
||||
<div class="container module-layout">
|
||||
<aside class="module-nav">
|
||||
<a href="profile-tree.html">世系图</a
|
||||
><a class="active" href="profile-generation.html">字辈谱</a
|
||||
><a href="profile-family-admin.html">家族管理</a>
|
||||
<a href="profile-tree.html" data-genealogy-context-link>世系图</a
|
||||
><a class="active" href="profile-generation.html" data-genealogy-context-link>字辈谱</a
|
||||
><a href="profile-family-admin.html" data-genealogy-context-link>家族管理</a>
|
||||
</aside>
|
||||
<div class="module-main">
|
||||
<div id="generation-content" class="module-main">
|
||||
<section class="module-panel generation-batch-panel">
|
||||
<h2>批量字辈</h2>
|
||||
<!-- 批量字辈表单:字段对应 GenerationPoemBatchBody。 -->
|
||||
<!-- 批量字辈表单:字段对应 Apifox 的 GenerationPoemBatchBody。 -->
|
||||
<form class="editor-form generation-batch-form" data-generation-batch-form>
|
||||
<div class="editor-field">
|
||||
<label for="generationBatchContent">字辈内容</label>
|
||||
<textarea
|
||||
id="generationBatchContent"
|
||||
name="content"
|
||||
name="poemText"
|
||||
rows="4"
|
||||
placeholder="例如:德承家亦"
|
||||
placeholder="例如:德 承 家 亦(用空格或标点分隔)"
|
||||
></textarea>
|
||||
</div>
|
||||
<label class="check-row generation-batch-check" for="generationStopMissing">
|
||||
<input
|
||||
id="generationStopMissing"
|
||||
name="stopMissingOldGeneration"
|
||||
name="disableMissing"
|
||||
type="checkbox"
|
||||
/>
|
||||
<span>遇到缺失旧世代时停止导入</span>
|
||||
<span>保存时停用未出现在文本中的后续世代(不删除历史记录)</span>
|
||||
</label>
|
||||
<div class="bottom-actions generation-batch-actions">
|
||||
<button
|
||||
@@ -97,45 +91,7 @@
|
||||
<section class="module-panel">
|
||||
<h2>字辈列表</h2>
|
||||
<div class="module-list" data-generation-list>
|
||||
<div class="module-row">
|
||||
<div>
|
||||
<h3>第 1 代:代</h3>
|
||||
<p>1 人</p>
|
||||
</div>
|
||||
<a
|
||||
class="pill"
|
||||
href="#"
|
||||
data-layer-prompt="请输入新的字辈"
|
||||
data-prompt-title="编辑字辈"
|
||||
>编辑</a
|
||||
>
|
||||
</div>
|
||||
<div class="module-row">
|
||||
<div>
|
||||
<h3>第 2 代:顺</h3>
|
||||
<p>2 人</p>
|
||||
</div>
|
||||
<a
|
||||
class="pill"
|
||||
href="#"
|
||||
data-layer-prompt="请输入新的字辈"
|
||||
data-prompt-title="编辑字辈"
|
||||
>编辑</a
|
||||
>
|
||||
</div>
|
||||
<div class="module-row">
|
||||
<div>
|
||||
<h3>第 3 代:万</h3>
|
||||
<p>3 人</p>
|
||||
</div>
|
||||
<a
|
||||
class="pill"
|
||||
href="#"
|
||||
data-layer-prompt="请输入新的字辈"
|
||||
data-prompt-title="编辑字辈"
|
||||
>编辑</a
|
||||
>
|
||||
</div>
|
||||
<div class="api-empty">正在加载字辈记录…</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -151,7 +107,7 @@
|
||||
<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/generation-pages.js"></script>
|
||||
<script src="public/js/page-effects.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user