-
Notifications
You must be signed in to change notification settings - Fork 5
/
report.tpl
28 lines (23 loc) · 904 Bytes
/
report.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
<!-- BEGIN TEMPLATE report.tpl -->
<div class="nav">
{IF URL->INDEX}<a class="icon icon-folder" href="{URL->INDEX}">{LANG->ForumList}</a>{/IF}
<a class="icon icon-list" href="{URL->LIST}">{LANG->MessageList}</a>
<a class="icon icon-comment-add" href="{URL->POST}">{LANG->NewTopic}</a>
</div>
{IF ReportPostMessage}<div class="attention">{ReportPostMessage}</div>{/IF}
<div class="generic">
<h4>{LANG->ConfirmReportMessage}</h4>
<p>{LANG->ReportPostExplanation}</p>
<form method="post" action="{ReportURL}">
<textarea name="explanation" rows="5" cols="60" wrap="virtual">{explanation}</textarea><br />
<br />
<input type="submit" name="report" value="{LANG->Report}" />
</form>
</div>
<p> </p>
<div class="generic">
<strong>{PostSubject}</strong>
<p>{LANG->Postedby}: {PostAuthor}</p>
<p>{PostBody}</p>
</div>
<!-- END TEMPLATE report.tpl -->