shi/templates/oppost-noimage.template

17 lines
537 B
Plaintext
Raw Permalink Normal View History

2018-12-30 00:32:48 +00:00
<!--BEGIN OP POST {{{ POSTNUM }}}-->
<div class="opContainer">
<div class="postHeader">
2019-10-18 04:43:12 +00:00
<a class="postHeaderText" href="{{{ POSTURL }}}">Post #{{{ POSTNUM }}} by {{{ USER }}} {{{ DATE }}} (Click to expand)</a>
2018-12-30 00:32:48 +00:00
<p class="postTitle">{{{ POSTTITLE }}}</p>
</div>
<div class="opContent">
<p class="opText">
{{{ POSTTEXT }}}
</p>
<br>
<!--BEGIN REPLIES {{{ POSTNUM }}}-->
<!--END REPLIES {{{ POSTNUM }}}-->
</div>
</div>
<!--END OP POST {{{ POSTNUM }}}-->