|
|
|
@ -184,8 +184,35 @@ while ($row = mysql_fetch_array($clan2)) {
|
|
|
|
|
<td valign="top" height="25" width="195">
|
|
|
|
|
<p align="center"><b></b></td>
|
|
|
|
|
<td valign="top" height="25" width="191">
|
|
|
|
|
<input id="input" type=submit value='speichern'></td>
|
|
|
|
|
</tr>
|
|
|
|
|
<input id="input" type=submit value='speichern'>
|
|
|
|
|
</td></tr>
|
|
|
|
|
</table>
|
|
|
|
|
<?php
|
|
|
|
|
if ($clan[leader] == $user_ida[id]) {
|
|
|
|
|
?>
|
|
|
|
|
<hr style="width:500px; color:#333333; border-style:solid;">
|
|
|
|
|
|
|
|
|
|
<table>
|
|
|
|
|
<tr>
|
|
|
|
|
<td valign="top" height="25" width="195">
|
|
|
|
|
<p align="center"></td>
|
|
|
|
|
<td valign="top" height="25" width="191">
|
|
|
|
|
<p align="left">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<tr>
|
|
|
|
|
<td valign="top" height="25" width="195">
|
|
|
|
|
<p align="center"></td>
|
|
|
|
|
<td valign="top" height="25" width="191">
|
|
|
|
|
|
|
|
|
|
<p align="left"><a href="index.php?as=clan/del">Clan löschen<p></a>
|
|
|
|
|
|
|
|
|
|
<?php
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
?>
|
|
|
|
|
</td></tr>
|
|
|
|
|
|
|
|
|
|
</table>
|
|
|
|
|
</form>
|
|
|
|
|
</body>
|
|
|
|
|