sriracha/asset/template/post.gohtml

24 lines
1015 B
Plaintext

<table>
<tbody>
<tr>
<td class="doubledash">
¨
</td>
<td class="reply" id="post{{ .Post.ID }}"><a id="{{ .Post.ID }}"></a>
<label>
<input type="checkbox" name="delete[]" value="{{ .Post.ID }}"> <span class="filetitle">{{ .Post.Subject }}</span> <a href="mailto:{{ .Post.Email }}"><span class="postername">{{ .Post.Name }}</span></a> 22/08/21(Sun)21:32:33
</label>
<span class="reflink">
<a href="{{ .BaseURL }}imgboard?report={{ .Post.ID }}" title="Report">R</a> <a href="{{ .BaseURL }}res/{{ .Post.ThreadID }}.html#{{ .Post.ID }}">No.</a><a href="{{ .BaseURL }}res/{{ .Post.ThreadID }}.html#q{{ .Post.ID }}">{{ .Post.ID }}</a>
</span>
<small>
<span id="backlinks{{ .Post.ID }}" class="backlinks"></span>
</small>
<div class="message">
{{ .Post.Message }}
</div>
</td>
</tr>
</tbody>
</table>