96 lines
4.5 KiB
HTML
96 lines
4.5 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" data-feed-detail-page>
|
|
<header class="site-header">
|
|
<div class="container nav">
|
|
<a class="brand magnetic" href="index.html"
|
|
><img class="brand-logo brand-logo-mark" src="public/images/logo-mark.png" alt="" /><span class="brand-text">个人中心</span></a
|
|
>
|
|
<nav class="nav-links">
|
|
<a href="profile-family-home.html">家谱主页</a
|
|
><a class="active" href="profile-feed.html" data-feed-list-link data-genealogy-context-link>家族圈</a>
|
|
</nav>
|
|
<div class="nav-actions">
|
|
<a href="profile-feed.html" data-feed-list-link data-genealogy-context-link>返回动态列表</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>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
<section class="section">
|
|
<div class="container module-layout">
|
|
<aside class="module-nav">
|
|
<a href="profile-content.html">内容发布</a
|
|
><a class="active" href="profile-feed.html" data-feed-list-link data-genealogy-context-link>家族圈</a
|
|
><a href="profile-album.html">相册</a
|
|
><a href="profile-video.html">视频</a>
|
|
</aside>
|
|
<div class="module-main">
|
|
<section class="module-panel" data-feed-detail>
|
|
<div class="api-state api-state--loading" data-api-state="loading" role="status" aria-live="polite" aria-busy="true">
|
|
正在加载动态详情…
|
|
</div>
|
|
</section>
|
|
<section class="module-panel">
|
|
<h2>发表评论</h2>
|
|
<form class="editor-form" data-feed-comment-form novalidate>
|
|
<input name="parentCommentId" type="hidden" />
|
|
<p class="module-meta" data-feed-comment-form-target>发表公开评论</p>
|
|
<div class="editor-field">
|
|
<label for="feedCommentContent">评论内容 <span class="field-required" aria-hidden="true">*</span></label>
|
|
<textarea id="feedCommentContent" name="commentContent" rows="3" maxlength="1000" required disabled placeholder="写下想说的话"></textarea>
|
|
</div>
|
|
<div class="form-status" role="status" aria-live="polite" data-feed-comment-form-status>
|
|
<div class="api-state api-state--loading" data-api-state="loading" role="status" aria-live="polite" aria-busy="true">正在读取动态评论权限…</div>
|
|
</div>
|
|
<div class="bottom-actions">
|
|
<button class="btn primary magnetic" type="submit" disabled>发表评论</button>
|
|
<button class="btn ghost" type="button" data-feed-comment-cancel disabled>取消回复</button>
|
|
</div>
|
|
</form>
|
|
</section>
|
|
<section class="module-panel">
|
|
<h2>评论与回复</h2>
|
|
<div data-feed-detail-comments>
|
|
<div class="api-state api-state--loading" data-api-state="loading" role="status" aria-live="polite" aria-busy="true">
|
|
正在加载评论…
|
|
</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="public/js/profile-common.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/media-display.js"></script>
|
|
<script src="public/js/feed-pages.js"></script>
|
|
<script src="public/js/page-effects.js"></script>
|
|
</body>
|
|
</html>
|