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=settings&id={$target_id}"><h7>Edit User</h7></a></td>
12 <td valign="middle" nowrap><a href="{$ingame_webpath}?page=createticket&user_id={$target_id}"><h7>Send Ticket</h7></a></td>
13 {if isset($isAdmin) and $isAdmin eq 'TRUE' and $target_id neq 1}
14 {if $userPermission eq 1}
15 <td valign="middle" nowrap><a href="{$ingame_webpath}?page=change_permission&user_id={$target_id}&value=2"><h7>Make Moderator</h7></a></td>
16 <td valign="middle" nowrap><a href="{$ingame_webpath}?page=change_permission&user_id={$target_id}&value=3"><h7>Make Admin</h7></a></td>
17 {else if $userPermission eq 2 }
18 <td valign="middle" nowrap><a href="{$ingame_webpath}?page=change_permission&user_id={$target_id}&value=1"><h7>Demote to User</h7></a></td>
19 <td valign="middle" nowrap><a href="{$ingame_webpath}?page=change_permission&user_id={$target_id}&value=3"><h7>Make Admin</h7></a></td>
20 {else if $userPermission eq 3 }
21 <td valign="middle" nowrap><a href="{$ingame_webpath}?page=change_permission&user_id={$target_id}&value=1"><h7>Demote to User</h7></a></td>
22 <td valign="middle" nowrap><a href="{$ingame_webpath}?page=change_permission&user_id={$target_id}&value=2"><h7>Demote to Moderator</h7></a></td>
33 <td height="3" bgcolor="#000000"></td>
39 <table width="100%" bgcolor="{$title_bg_color}" cellspacing="2">
40 <tr><td height="7"></td><td></td></tr>
43 <td width="100%" height="12" valign="middle"><h1>Profile of {$target_name}</h1></td>
46 <td height="5"></td><td></td>
51 <table width="100%" cellspacing="0" cellpadding="0" border="0">
52 <tr bgcolor="#000000" valign="middle">
55 <tr><td height="8"></td></tr>
59 <tr><td height="2"></td></tr>
60 <tr><td height="1" bgcolor="#000000"></td></tr>
61 <tr><td height="10"></td></tr>
64 <table width="100%" height="100%" cellpadding="10">
66 <table width="100%" bgcolor="{$main_tbl_color}" border="2">
68 <table cellpadding="10">
72 <table cellpadding="4">
75 <td><strong>Email:</strong></td>
80 <td><strong>Role:</strong></td>
82 {if $userPermission eq 1}<font color="{$user_color}">User</font>{/if}
83 {if $userPermission eq 2}<font color="{$mod_color}">Moderator</font>{/if}
84 {if $userPermission eq 3}<font color="{$admin_color}">Admin</font>{/if}
87 {if $firstName neq ""}
89 <td><strong>Firstname:</strong></td>
95 <td><strong>LastName:</strong></td>
101 <td><strong>Country:</strong></td>
107 <td><strong>Gender:</strong></td>
109 <td><strong>♂</strong></td>
110 {else if $gender eq 2}
111 <td><strong>♀</strong></td>
123 <table width="100%" bgcolor="{$main_tbl_color}" border="2">
125 <table cellpadding="10">
127 <p><h3>Tickets</h3></p>
128 <table cellpadding="3">
130 <tr bgcolor="{$table_header_tr_color}">
138 {foreach from=$ticketlist item=ticket}
140 <td>{$ticket.tId}</td>
141 <td><a href ="{$ingame_webpath}?page=show_ticket&id={$ticket.tId}">{$ticket.title}</a></td>
142 <td class="center">{$ticket.timestamp}</td>
143 <td class="center">{$ticket.category}</td>
145 <td class="center"><span class="label {if $ticket.status eq 0}label-success{else if $ticket.status eq 1}label-warning{else if $ticket.status eq 2}label-important{/if}">{if $ticket.status eq 0} <i class="icon-exclamation-sign icon-white"></i>{/if} {$ticket.statusText}</span></td>