<?php if (!defined('NOVA_RUN')){echo "<h1>ACCESS DENIED</h1>You cannot access this file directly.";exit();} ?>
<?php if ($template_hook=='start'){ ?>
<?php }elseif ($template_hook=='1'){ ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title><?php echo $lang['warn_title']; ?></title>
<?php if ($theme!='novaboard_default'){ ?>
<link href="<?php echo "$nova_domain"; ?>/themes/novaboard_default/stylesheet.css" type="text/css" rel="StyleSheet" />
<?php } ?>
<link href="<?php echo "$nova_domain"; ?>/themes/<?php echo "$theme"; ?>/stylesheet.css" type="text/css" rel="StyleSheet" />
<!--[if lt IE 7]><script type="text/javascript" src="<?php echo "$nova_domain"; ?>/scripts/js/unitpngfix.js"></script><![endif]-->
<script type="text/javascript" src="<?php echo "$nova_domain"; ?>/scripts/js/nova_smilies.js"></script>
</head>
<body style="margin-top: 0px;">
<div style="padding: 10px;">
<table class="forum-board-forum-head" cellpadding="0" cellspacing="0">
<tr>
<td class="forum-topic-subject" style="width: 50%;"><?php echo $lang['warn_title_reason']; ?></td>
<td class="forum-topic-subject" style="width: 50%;"><?php echo $lang['warn_title_details']; ?></td>
</tr>
</table>
<table class="forum-board" cellpadding="0" cellspacing="0">
<?php }elseif($template_hook=='2'){ ?>
<tr>
<td class="forum-index-td-middle<?php echo "$alt_td_class"; ?>" style="width:50%; text-align: left;">
<?php if ($warn_action=='add'){ ?>
<span style="color:red;"><?php echo "$warn_notes"; ?></span>
<?php }else{ ?>
<span style="color:green;"><?php echo "$warn_notes"; ?></span>
<?php } ?>
</td>
<td class="forum-index-td-middle<?php echo "$alt_td_class"; ?>" style="width:50%; text-align: left;">
<?php if ($warn_action=='add'){ ?>
<?php echo $lang['topic_warn_add_details']; ?>
<?php }else{ ?>
<?php echo $lang['topic_warn_remove_details']; ?>
<?php } ?>
</td>
</tr>
<?php }elseif($template_hook=='3'){ ?>
</table>
<table class="forum-index-forum-footer" cellpadding="0" cellspacing="0">
<tr><td class="forum-index-forum-footer-contents"> </td></tr>
</table>
</div>
</body>
</html>
<?php }elseif ($template_hook=='end'){ ?>
<?php } ?>