overview_renameplanet.tpl

来自「Ogame (english) RPG OGame是战略性宇宙空间模拟游戏」· TPL 代码 · 共 28 行

TPL
28
字号
<br /><center>  <h1>{rename_and_abandon_planet}</h1>  <form action="overview.php?mode=renameplanet&pl={planet_id}" method="POST">    <table width=519>	  <tr>	    <td class="c" colspan=3>{your_planet}</td>	  </tr>	  <tr>	    <th>{coords}</th><th>{name}</th><th>{functions}</th>	  </tr>	  <tr>	    <th>{galaxy_galaxy}:{galaxy_system}:{galaxy_planet}</th>	    <th>{planet_name}</th>	    <th><input type="submit" name="action" value="{colony_abandon}" alt="{colony_abandon}"></th>	  </tr>	  <tr>	    <th>{namer}</th>	    <th><input type="text" name="newname" size=25 maxlength=20></th>	    <th><input type="submit" name="action" value="{namer}"></th>	  </tr>	</table>  </form></center></body></html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?