wootook-reloaded/templates/OpenGame/alliance_applyform.tpl
Gregory PLANCHAT d7619777af Initial commit
2011-06-07 09:23:48 +02:00

25 lines
No EOL
647 B
Go Template

<br>
<h1>{Send_Apply}</h1>
<table width=519>
<form action="alliance.php?mode=apply&allyid={allyid}" method=POST>
<tr>
<td class=c colspan=2>{Write_to_alliance}</td>
</tr>
<tr>
<th>{Message} (<span id="cntChars">{chars_count}</span> / 6000 {characters})</th>
<th><textarea name="text" cols=40 rows=10 onkeyup="javascript:cntchar(6000)">{text_apply}</textarea></th>
</tr>
<tr>
<th>{Help}</th>
<th><input type=submit name="further" value="{Reload}"></th>
</tr>
<tr>
<th colspan=2><input type=submit name="further" value="{Send}"></th>
</tr>
</table>
</form>
<script language="JavaScript" src="js/wz_tooltip.js"></script>