mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-22 02:57:14 +00:00
@@ -22,6 +22,12 @@ if($dur>43200) {
|
|||||||
if(isset($id))
|
if(isset($id))
|
||||||
{
|
{
|
||||||
?>
|
?>
|
||||||
|
<script LANGUAGE="JavaScript">
|
||||||
|
function go_url(url) {
|
||||||
|
location=url;
|
||||||
|
return(false);
|
||||||
|
}
|
||||||
|
</script>
|
||||||
<form action="../GameEngine/Admin/Mods/additional.php" method="POST">
|
<form action="../GameEngine/Admin/Mods/additional.php" method="POST">
|
||||||
<input type="hidden" name="admid" id="admid" value="<?php echo $_SESSION['id']; ?>">
|
<input type="hidden" name="admid" id="admid" value="<?php echo $_SESSION['id']; ?>">
|
||||||
<input type="hidden" name="id" value="<?php echo $id; ?>" />
|
<input type="hidden" name="id" value="<?php echo $id; ?>" />
|
||||||
@@ -130,9 +136,13 @@ if(isset($id))
|
|||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
</tbody>
|
</tbody>
|
||||||
|
<thead>
|
||||||
|
<tr>
|
||||||
|
<td style="border-right:none; text-align:left"><input name="back" type="image" id="btn_back" class="dynamic_img" src="img/x.gif" value="back" alt="back" onclick="return go_url('../Admin/admin.php?p=player&uid=<?php echo $_GET["uid"];?>')" /></td>
|
||||||
|
<td style="border-left:none; text-align:right" colspan="5"><input name="save" type="image" id="btn_save" class="dynamic_img" src="img/x.gif" value="save" alt="save" /></td>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
</table>
|
</table>
|
||||||
<br />
|
|
||||||
<center><input type="image" value="submit" src="../img/admin/b/ok1.gif"></center>
|
|
||||||
</form>
|
</form>
|
||||||
<?php
|
<?php
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user