Exemple #1
0
	</table>
    </form>
	<?php 
echo getBoxBottom();
?>
	
	<?php 
echo getBoxTop("Replace Player", "", false, null);
?>
	<form method="post" action="reportLeague.php" name="formReport">
    <table class="formtable">
    <tr>
	    <td>League</td>
	    <td width="150"><select class="width250" size="1" name="replaceInLeague">		
			<?php 
echo getOptionsActiveLeagues(null);
?>
	    </select>
    </tr>
    <tr>
	    <td width="150">Replace player</td>
	    <td><input type="text" name="oldName" maxlength="30" class="width200"></td>
	</tr>
	<tr>
	    <td width="150">with this player</td>
	    <td><input type="text" name="newName" maxlength="30" class="width200"></td>
    </tr>

  	<tr><td colspan="2" class="padding-button"><input type="Submit" class="width150" name="submit" value="Replace Player"></td></tr>
	</table>
    </form>
Exemple #2
0
	}
?>
 
	<?php 
echo getBoxTop("Setup League Players", "", false, null);
?>
	<form method="post" action="<?php 
echo $page;
?>
.php" name="formReport">
    <table class="formtable">
    <tr>
	    <td>League</td>
	    <td width="150"><select class="width250" size="1" name="league">		
			<?php 
echo getOptionsActiveLeagues($league);
?>
	    </select>
    </tr>
	<tr>
		<td>Player</td>
		<td>
		<select class="width250" name="player">
		<?php 
echo getPlayersOptionsApproved();
?>
		</select>
		</td>
	</tr>
	<tr>
		<td>Team</td>