27 lines
No EOL
690 B
Go Template
27 lines
No EOL
690 B
Go Template
<br>
|
|
<form action="alliance.php?mode=admin&edit=requests&show={id}&sort=0" method="POST">
|
|
<tr>
|
|
<th colspan=2>{Request_from}</th>
|
|
</tr>
|
|
<tr>
|
|
<th colspan=2>{ally_request_text}</th>
|
|
</tr>
|
|
<tr>
|
|
<td class="c" colspan=2>{Request_responde}</td>
|
|
</tr>
|
|
<tr>
|
|
<th> </th>
|
|
<th><input type="submit" name="action" value="Accepter"></th>
|
|
</tr>
|
|
<tr>
|
|
<th>{Motive_optional} <span id="cntChars">0</span> / 500 {characters}</th>
|
|
<th><textarea name="text" cols=40 rows=10 onkeyup="javascript:cntchar(500)"></textarea></th>
|
|
</tr>
|
|
<tr>
|
|
<th> </th>
|
|
<th><input type="submit" name="action" value="Refuser"></th>
|
|
</tr>
|
|
<tr>
|
|
<td colspan=2> </td>
|
|
</tr>
|
|
</form> |