115 lines
5.1 KiB
HTML
115 lines
5.1 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 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 class="active" href="profile-messages.html">消息中心</a>
|
|
<a class="btn primary magnetic" href="profile-create-family.html">创建家谱</a>
|
|
</div>
|
|
</div>
|
|
</header>
|
|
<main>
|
|
<section class="module-hero">
|
|
<div class="container">
|
|
<div class="module-kicker">消息中心</div>
|
|
<div class="module-title-row">
|
|
<div>
|
|
<h1>消息中心</h1>
|
|
<p>查看当前账号的通知详情,并管理未读状态。</p>
|
|
</div>
|
|
<a class="btn ghost magnetic" href="profile.html">返回个人中心</a>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
<section class="section">
|
|
<div class="container module-layout">
|
|
<aside class="module-nav">
|
|
<a href="profile-families.html">我的家谱</a>
|
|
<a class="active" href="profile-messages.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>
|
|
</aside>
|
|
<div class="module-main">
|
|
<section class="module-panel">
|
|
<div class="module-title-row">
|
|
<div>
|
|
<h2>通知列表</h2>
|
|
<p class="module-note">未读数量:<b data-notification-unread-count>0</b></p>
|
|
</div>
|
|
<label class="editor-field">
|
|
<span>阅读状态</span>
|
|
<select data-notification-filter>
|
|
<option value="">全部通知</option>
|
|
<option value="0">仅未读</option>
|
|
<option value="1">仅已读</option>
|
|
</select>
|
|
</label>
|
|
</div>
|
|
<div class="form-status" data-notification-status role="status" aria-live="polite"></div>
|
|
<div class="module-list" data-notification-list aria-live="polite">
|
|
<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 data-notification-detail aria-live="polite">
|
|
<div class="api-state api-state--empty" data-api-state="empty" role="status" aria-live="polite">请选择一条通知查看详情。</div>
|
|
</div>
|
|
</section>
|
|
<section class="module-panel">
|
|
<h2>阅读管理</h2>
|
|
<div class="module-grid two">
|
|
<button class="module-card module-action-card" type="button" data-notification-read-all>
|
|
<span class="icon">通</span>
|
|
<h3>全部标记已读</h3>
|
|
<p>将当前账号所有未读通知标记为已读。</p>
|
|
</button>
|
|
<button class="module-card module-action-card" type="button" data-notification-refresh>
|
|
<span class="icon">刷</span>
|
|
<h3>刷新消息</h3>
|
|
<p>重新读取通知列表、详情与未读数量。</p>
|
|
</button>
|
|
</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?v=20260725-entry"></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/notification-pages.js"></script>
|
|
<script src="public/js/page-effects.js"></script>
|
|
</body>
|
|
</html>
|