Файл: Website/rank_edit.php
Строк: 31
<?php
/*** Freedom City | Check RPGBUNNY.COM for more Full RPG Sources | www.rpgbunny.com ***/include "antet.php"; include "func.php";
?>
<html>
<?php echo "<link rel='stylesheet' type='text/css' href='".$imgs.$fimgs."default.css'>"; ?>
<head>
<title><?php echo $title; ?> - <?php echo $lang['editRanks'] ?></title>
</head>
<body class="q_body">
<link rel="stylesheet" type="text/css" href="layout/css/css/style.css"/>
<div align="left">
<table class="q_table">
<p align="center">
<form name='form1' method='post' action='rank_edit_.php'>
<p><?php echo $lang['playerName']; ?>:
<input class='textbox' type='text' name='name'></p>
<p><?php echo $lang['rank']; ?>:
<input class='textbox' type='text' name='rank'></p>
<p><input class='button' type='submit' name='button1' value='Edit rank'></p>
</form>
</p>
</td>
</tr>
</table>
</div>
</body>
</html>