mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-06-28 16:44:24 +00:00
2c1c2fb2d9
* Updating buttons * Update assignpos.tpl * Update changename.tpl * Update kick.tpl * Update kick.tpl * Update linkforum.tpl * Update search.tpl * Update 18_create.tpl * Update invite.tpl * Update option.tpl * Update newdorf.tpl
56 lines
1.7 KiB
Smarty
56 lines
1.7 KiB
Smarty
<?php if($session->access!=BANNED){ ?>
|
|
<table cellpadding="1" cellspacing="1" id="found">
|
|
<form method="post" action="build.php">
|
|
<input type="hidden" name="ft" value="ali1">
|
|
<thead><tr>
|
|
<th colspan="2"><?php echo FOUND_ALLIANCE; ?></th>
|
|
</tr></thead>
|
|
<tbody><tr>
|
|
<th><?php echo TAG; ?></th>
|
|
<td class="tag">
|
|
<input class="text" name="ally1" value="<?php echo $form->getValue("ally1"); ?>" maxlength="15">
|
|
<span class="error"><?php echo $form->getError("ally1"); ?></span>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<th><?php echo NAME; ?></th>
|
|
<td class="nam">
|
|
<input class="text" name="ally2" value="<?php echo $form->getValue("ally2"); ?>" maxlength="50">
|
|
<span class="error"><?php echo $form->getError("ally2"); ?></span>
|
|
</td>
|
|
|
|
</tr></tbody>
|
|
</table>
|
|
|
|
<p><button value="ok" name="s1" id="btn_ok" class="trav_buttons" alt="OK" /> Ok </button></form></p><table cellpadding="1" cellspacing="1" id="join">
|
|
|
|
<?php }else{ ?>
|
|
<table cellpadding="1" cellspacing="1" id="found">
|
|
<form method="post" action="build.php">
|
|
<input type="hidden" name="ft" value="ali1">
|
|
<thead><tr>
|
|
<th colspan="2"><?php echo FOUND_ALLIANCE; ?></th>
|
|
</tr></thead>
|
|
<tbody><tr>
|
|
<th><?php echo TAG; ?></th>
|
|
<td class="tag">
|
|
<input class="text" name="ally1" disabled="disabled" value="<?php echo $form->getValue("ally1"); ?>" maxlength="8">
|
|
<span class="error"><?php echo $form->getError("ally1"); ?></span>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<th><?php echo NAME; ?></th>
|
|
<td class="nam">
|
|
<input class="text" name="ally2" disabled="disabled" value="<?php echo $form->getValue("ally2"); ?>" maxlength="25">
|
|
<span class="error"><?php echo $form->getError("ally2"); ?></span>
|
|
</td>
|
|
|
|
</tr></tbody>
|
|
</table>
|
|
<?php
|
|
echo "".NO_CREATE_ALLIANCE."";
|
|
?></br><?php
|
|
}
|
|
?>
|
|
|