tildes-parser/tests/samples/topic_text.html

55 lines
1.4 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title>Text topic sample for topic.rs</title>
</head>
<body>
<main>
<article id="topic-123" class="topic-full">
<header>
<div class="topic-voting">
<span class="topic-voting-votes">5</span>
<span class="topic-voting-label">votes</span>
</div>
<h1>Text Topic Title</h1>
<div class="topic-full-byline">
Posted
<time class="time-responsive" datetime="2022-12-16T17:26:03Z"
title="2022-12-16 17:26:03 UTC" data-abbreviated="Dec 16, 2022">
<span class="time-responsive-full">December 16, 2022</span>
</time>
by
<a href="/user/User" class="link-user">User</a>
</div>
<div class="topic-full-tags">
Tags:
<a href="/~group?tag=one">one</a>,
<a href="/~group?tag=two">two</a>,
<a href="/~group?tag=three">three</a>
</div>
</header>
<div class="topic-full-text">
<p>Topic Text</p>
</div>
<div class="toast toast-warning">
This topic is locked. New comments can not be posted.
</div>
<section class="topic-comments">
<div class="divider"></div>
<header class="topic-comments-header">
<h2>15 comments</h2>
</header>
</section>
</article>
</main>
</body>
</html>