Файл: styles/templates/overview/overview_renameplanet.tpl
Строк: 34
<br />
<div id="content">
    <form
action="game.php?page=overview&mode=renameplanet&pl={planet_id}"
method="POST">
    <table width=519>
    <tr>
 
      <td class="c" colspan=3>{ov_your_planet}</td>
   </tr><tr>
        <th>{ov_coords}</th>
       
<th>{ov_planet_name}</th>
       
<th>{ov_actions}</th>
    </tr><tr>
       
<th>{galaxy_galaxy}:{galaxy_system}:{galaxy_planet}</th>
     
  <th>{planet_name}</th>
        <th><input
type="submit" name="action"
value="{ov_abandon_planet}"></th>
   
</tr><tr>
        <th>{ov_planet_rename}</th>
   
    <th><input type="text" name="newname"
size=25 maxlength=20></th>
        <th><input
type="submit" name="action"
value="{ov_planet_rename_action}"></th>
   
</tr>
    </table>
    </form>
</div>