Файл: Website/ch_capital.php
Строк: 26
<?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['changeCap'] ?></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">
<form name="form1" method="post" action="ch_capital_.php">
<label>
<?php echo $lang['becomeCap'] ?>: <br>
<input class='textbox' type="text" name="name" class="textbos">
</label>
<label>
<br>
<?php echo $lang['yourPass'] ?><br>
<input type="password" name="pass" class="textbox">
<br>
<input type="submit" class="button" name="del" value="<?php echo $lang['change'] ?>">
</label>
</form>
</td>
</tr>
</table>
</div>
</body>
</html>