forked from leftypol/leftypol
Reports/report queue
This commit is contained in:
parent
8e1ef6558b
commit
ce18d43bcd
6 changed files with 167 additions and 10 deletions
|
@ -85,15 +85,19 @@
|
|||
</form>
|
||||
<hr/>
|
||||
<form action="{post_url}" method="post">
|
||||
<input type="hidden" name="delete" value="1" />
|
||||
<input type="hidden" name="board" value="{board[uri]}" />
|
||||
{mod?<input type="hidden" name="mod" value="1" />}
|
||||
{body}
|
||||
<div class="delete">
|
||||
Delete Post [<input title="Delete file only" type="checkbox" name="file" id="delete_file"/>
|
||||
<label for="delete_file">File</label>] Password
|
||||
<input type="password" name="password" size="12" maxlength="18" />
|
||||
<input type="submit" value="Delete" />
|
||||
<label for="delete_file">File</label>] <label for="password">Password</label>
|
||||
<input id="password"type="password" name="password" size="12" maxlength="18" />
|
||||
<input type="submit" name="delete" value="Delete" />
|
||||
</div>
|
||||
<div class="delete" style="clear:both">
|
||||
<label for="reason">Reason</label>
|
||||
<input id="reason" type="text" name="reason" size="20" maxlength="30" />
|
||||
<input type="submit" name="report" value="Report" />
|
||||
</div>
|
||||
</form>
|
||||
<a href="{return}">[Return.]</a>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue