<?php
/*
* Alliances Manager (Gestionador de Alianzas) - Travian
* Copyright (C) 2008-12 Viva Mayer, Francisco MesÃas <hide@address.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
cabecera("",self::$texto->get('HEAD10'));
?>
</head>
</head>
<body>
<div id="top"><?php include("libs/top.php") ?></div>
<div id="contenido">
<div id="left"><?php $top = 'panel'; include("libs/menu.php") ?></div>
<div id="cuerpo"><br>
<form action="?ctrl=Usuario&mod=changepass" method="post">
<table width="400" border="0" align="center" cellpadding="2" cellspacing="1" class="tabla">
<tr class="E1">
<td colspan="2"><?=self::$texto->get('cam.contra')?></td>
</tr>
<tr>
<td><?=self::$texto->get('cont.vieja')?></td>
<td><input name="old_pass" type="password" class="caja" id="old_pass" tabindex="2" size="30" maxlength="20"/></td>
</tr>
<tr>
<td><?=self::$texto->get('cont.nueva')?></td>
<td><input name="new_pass" type="password" class="caja" id="new_pass" tabindex="2" size="30" maxlength="20"/></td>
</tr>
<tr>
<td><?=self::$texto->get('cont.repet')?></td>
<td><input name="confirm_pass" type="password" class="caja" id="confirm_pass" tabindex="2" size="30" maxlength="20"/></td>
</tr>
<tr>
<td colspan="2"><input type="submit" class="boton" value="<?=self::$texto->get('ejecutar')?>" /></td>
</tr>
</table>
</form>
</div>
</body>
</html>