27 lines
909 B
HTML
Executable File
27 lines
909 B
HTML
Executable File
"""#{h_sideArrows}
|
|
<div id='p#{+postID}' class='#{h_postClass}'>
|
|
|
|
#{if isOP then h_file else ''}
|
|
|
|
<div class='postInfo desktop' id='pi#{+postID}'>
|
|
<input type='checkbox' name='#{+postID}' value='delete'>#{' '}
|
|
#{h_subject}
|
|
<span class='nameBlock#{h_capcodeClass}'>
|
|
#{h_emailStart}
|
|
<span class='name#{h_nameClass}'>#{E name}</span>
|
|
#{h_tripcode}#{h_capcodeStart}#{h_emailEnd} #{h_capcodeIcon}#{h_userID}#{h_flag}
|
|
</span>#{' '}
|
|
<span class='dateTime' data-utc='#{+dateUTC}'>#{E date}</span>#{' '}
|
|
<span class='postNum desktop'>
|
|
<a href='#{E postLink}' title='Link to this post'>No.</a>
|
|
<a href='#{E quoteLink}' title='Reply to this post'>#{+postID}</a>
|
|
#{h_pageIcon}#{h_sticky}#{h_closed}#{h_replyLink}
|
|
</span>
|
|
</div>
|
|
|
|
#{if isOP then '' else h_file}
|
|
|
|
<blockquote class='postMessage' id='m#{+postID}'>#{h_comment}</blockquote>
|
|
|
|
</div>"""
|