-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathposting_topic_review.tpl
30 lines (29 loc) · 1.13 KB
/
posting_topic_review.tpl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<!-- BEGIN switch_inline_mode -->
<div class="h3">{L_TOPIC_REVIEW}</div>
<!-- END switch_inline_mode -->
<!-- BEGIN postrow -->
<!-- BEGIN displayed -->
<a name="{postrow.displayed.POST_ID}"></a>
<div class="panel {postrow.displayed.displayed.ROW_CLASS}">
<div class="inner"><span class="corners-top"><span></span></span>
<div class="postbody">
<h3>{postrow.displayed.POST_SUBJECT_NEW}</h3>
<p class="author"><img src="{postrow.displayed.MINI_POST_IMG}" alt="" /> {postrow.displayed.L_TOPIC_BY} {postrow.displayed.POSTER_NAME} {postrow.displayed.L_TOPIC_ON} {postrow.displayed.POST_DATE}</p>
<div class="content">{postrow.displayed.MESSAGE}</div>
</div>
<div class="clear"></div>
<span class="corners-bottom"><span></span></span></div>
</div>
<!-- END displayed -->
<!-- BEGIN hidden -->
<div class="post {postrow.hidden.ROW_CLASS}">
<div class="inner">
<span class="corners-top"><span></span></span>
<p style="text-align:center">{postrow.hidden.MESSAGE}</p>
<div class="clear"></div>
<span class="corners-bottom"><span></span></span>
</div>
</div>
<!-- END hidden -->
<!-- END postrow -->
<br />