家谱现有接口调试50%
This commit is contained in:
@@ -0,0 +1,37 @@
|
||||
<!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/css/join-genealogy.css" />
|
||||
</head>
|
||||
<body class="page-join-genealogy">
|
||||
<main class="auth-layout">
|
||||
<a class="brand auth-page-brand" href="index.html"
|
||||
><img class="brand-logo" src="public/images/logo.png" alt="我们的家谱,代代相传" /></a
|
||||
>
|
||||
<section
|
||||
class="card form-card auth-card join-card"
|
||||
aria-labelledby="join-title"
|
||||
>
|
||||
<div class="eyebrow">Join Family</div>
|
||||
<h1 id="join-title">加入家谱</h1>
|
||||
<p class="lead">输入亲人分享的家谱ID或从详情页带入的链接,提交后等待管理员审核。</p>
|
||||
<form class="form-grid" data-genealogy-form="join" data-success-url="profile-join-family.html">
|
||||
<div class="invite-box">
|
||||
<input class="input" name="genealogyId" inputmode="numeric" placeholder="请输入家谱ID或邀请码" />
|
||||
</div>
|
||||
<input class="input" name="applicantName" autocomplete="name" placeholder="你的姓名" />
|
||||
<input class="input" name="phone" autocomplete="tel" placeholder="手机号" />
|
||||
<input class="input" name="relationDesc" placeholder="与家族关系说明" />
|
||||
<textarea class="input" name="applyReason" rows="4" placeholder="申请说明(选填)"></textarea>
|
||||
<button class="btn primary" type="submit">提交申请</button>
|
||||
</form>
|
||||
</section>
|
||||
</main>
|
||||
<script src="public/js/api-client.js"></script>
|
||||
<script src="public/js/genealogy-pages.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user