3 <table width="100%" cellspacing="0" cellpadding="0" border="0">
4 <tr bgcolor="{$second_menu_bg_color}" valign="middle">
9 <table cellspacing="0" cellpadding="4">
11 <td valign="middle" nowrap><a href="{$ingame_webpath}?page=show_ticket&id={$ticket_id}">Show Ticket</a></td>
12 <td valign="middle" nowrap><a href="{$ingame_webpath}?page=show_ticket_log&id={$ticket_id}">Show Ticket Log</a></td>
21 <td height="3" bgcolor="#000000"></td>
26 <table width="100%" bgcolor="{$title_bg_color}" cellspacing="2">
27 <tr><td height="7"></td><td></td></tr>
30 <td width="100%" height="12" valign="middle"><h1>Reply ID#{$reply_id} of Ticket <a href="{$ingame_webpath}?page=show_ticket&id={$ticket_id}">#{$ticket_id}</a></h1></td>
33 <td height="5"></td><td></td>
38 <table width="100%" cellspacing="0" cellpadding="0" border="0">
39 <tr bgcolor="#000000" valign="middle">
42 <tr><td height="8"></td></tr>
46 <tr><td height="2"></td></tr>
47 <tr><td height="1" bgcolor="#000000"></td></tr>
48 <tr><td height="10"></td></tr>
51 <table width="100%" height="100%" cellpadding="10">
53 <table width="100%" bgcolor="{$main_tbl_color}" border="2">
55 <table cellpadding="10">
57 <p><h3>Reply:</h3></p>
59 <table cellspacing="5">
63 <font color="{$info_color}"> {$reply_timestamp}</font>
64 {if $author_permission eq '1'}
65 <span class="label label-success"><strong><i class="icon-user icon-white"></i>{if isset($isMod) and $isMod eq "TRUE"} <a href="index.php?page=show_user&id={$author}"><font color="white"> {$authorName}</font>{else} {$authorName} {/if}</a></strong></span>
66 {else if $reply.permission gt '1'}
67 <span class="label label-warning"><strong><i class="icon-star icon-white"></i>{if isset($isMod) and $isMod eq "TRUE"} <a href="index.php?page=show_user&id={$author}"><font color="{$team_color}"> {$authorName}</font>{else} {$authorName} {/if}</a></strong></span>
69 <p><pre>{$reply_content}</pre></p>