|
|
@ -1,9 +1,16 @@ |
|
|
<h1><a href="index.php"><?php echo $lang['administration']; ?></a> » <a href="index.php?mode=comments"><?php echo $lang['comments']; ?></a> » <?php echo $lang['report_spam']; ?></h1> |
|
|
|
|
|
|
|
|
<ul class="breadcrumb"> |
|
|
|
|
|
<li><a href="index.php?mode=comments"><?php echo $lang['comments']; ?></a></li> |
|
|
|
|
|
<li class="active"><?php echo $lang['report_spam']; ?></li> |
|
|
|
|
|
</ul> |
|
|
|
|
|
|
|
|
|
|
|
<h1><?php echo $lang['report_spam']; ?></h1> |
|
|
|
|
|
|
|
|
<p><?php echo $lang['report_spam_confirm']; ?></p> |
|
|
<p><?php echo $lang['report_spam_confirm']; ?></p> |
|
|
|
|
|
|
|
|
<p><em><strong><?php echo $comment['name']; ?>,</strong> <?php echo strftime($lang['time_format'], $comment['time']); ?>:</em><p> |
|
|
|
|
|
<p><?php echo $comment['comment']; ?></p> |
|
|
|
|
|
|
|
|
<div class="panel panel-default"> |
|
|
|
|
|
<div class="panel-heading"><strong><?php echo $comment['name']; ?>,</strong> <?php echo strftime($lang['time_format'], $comment['time']); ?></div> |
|
|
|
|
|
<div class="panel-body"><?php echo $comment['comment']; ?></div> |
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
<form action="index.php" method="post"> |
|
|
<form action="index.php" method="post"> |
|
|
<div> |
|
|
<div> |
|
|
@ -12,7 +19,7 @@ |
|
|
<input type="hidden" name="id" value="<?php echo $comment['id']; ?>" /> |
|
|
<input type="hidden" name="id" value="<?php echo $comment['id']; ?>" /> |
|
|
<input type="hidden" name="comment_id" value="<?php echo $comment_id; ?>" /> |
|
|
<input type="hidden" name="comment_id" value="<?php echo $comment_id; ?>" /> |
|
|
<input type="hidden" name="page" value="<?php echo $page; ?>" /> |
|
|
<input type="hidden" name="page" value="<?php echo $page; ?>" /> |
|
|
<input type="submit" name="report_as_spam" value="<?php echo $lang['report_as_spam_submit']; ?>" /> <input type="submit" name="report_as_spam_and_delete" value="<?php echo $lang['report_as_spam_delete_submit']; ?>" /> |
|
|
|
|
|
|
|
|
<input class="btn btn-danger" type="submit" name="report_as_spam" value="<?php echo $lang['report_as_spam_submit']; ?>" /> <input class="btn btn-danger" type="submit" name="report_as_spam_and_delete" value="<?php echo $lang['report_as_spam_delete_submit']; ?>" /> |
|
|
</div> |
|
|
</div> |
|
|
</form> |
|
|
</form> |
|
|
|
|
|
|