mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-06-28 00:24:23 +00:00
8 lines
340 B
Smarty
8 lines
340 B
Smarty
<table id="member" cellpadding="1" cellspacing="1">
|
|
<tr>
|
|
<td>
|
|
The account will be deleted in <span class="c2">79:56:11</span>
|
|
<a href="?action=StopDel&uid=<?php echo $user['id'];?>" onClick="return del('stopDel','<?php echo $user['username'];?>');"><img src="img/x.gif" class="del"></a>
|
|
</td>
|
|
</tr>
|
|
</table> |