shi/templates/oppost-noimage.template

17 lines
537 B
Plaintext
Executable File

<!--BEGIN OP POST {{{ POSTNUM }}}-->
<div class="opContainer">
<div class="postHeader">
<a class="postHeaderText" href="{{{ POSTURL }}}">Post #{{{ POSTNUM }}} by {{{ USER }}} {{{ DATE }}} (Click to expand)</a>
<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 }}}-->