|
|
@ -20,14 +20,10 @@ function showAttDetails($at_id) {
|
|
|
|
<div align="center">
|
|
|
|
<div align="center">
|
|
|
|
<input type="button" value="Zurück" onClick="history.back()">
|
|
|
|
<input type="button" value="Zurück" onClick="history.back()">
|
|
|
|
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" height="25">
|
|
|
|
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" height="25">
|
|
|
|
<tr>
|
|
|
|
|
|
|
|
<td width="504" height="25" colspan="2">
|
|
|
|
|
|
|
|
<p align="center"><b><?php echo $at_info['name']; ?></b></td>
|
|
|
|
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
<tr>
|
|
|
|
<tr>
|
|
|
|
<td width="158" height="25">
|
|
|
|
<td width="158" height="25">
|
|
|
|
<p align="center"><b>Name</b></td>
|
|
|
|
<p align="center"><b>Name</b></td>
|
|
|
|
<td width="340" height="25"> <?php echo $at_info['name']; ?></td>
|
|
|
|
<td width="340" height="25"> <?php echo generateAttackNameByID($at_id); ?></td>
|
|
|
|
</tr>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<tr>
|
|
|
|
<td width="158" height="25">
|
|
|
|
<td width="158" height="25">
|
|
|
|