Exemplo n.º 1
0
	   <td width="9%" style="text-align:right;"><?php printf("%.2f", $percentage*100); ?></td>
	</tr>
<?
		}
    
		$cur++;
	}
?>
<?= getRankBoxBottom() ?>
</td></tr></table>
<?	
} // end position == 0
?>
</td>
</tr></table>
<?= getOuterBoxBottom() ?>
<?php

require ('../bottom.php');

function getOption($season, $ladder, $seasonLadder) {
	if (strcmp($season.":".$ladder, $seasonLadder) == 0) {
		$selected = 'selected="selected"';
	}
	$result .= '<option '.$selected.' value="'.$season.':'.$ladder.'">Season '.$season.'&nbsp;- '.$ladder.'</option>';
	return $result;
}
?>


Exemplo n.º 2
0
			<tr>
				<td colspan="4"><input type="hidden" name="gameId" value="<?php 
echo $editGame;
?>
" /></td>
			</tr>
			<tr>
				<td colspan="4" class="padding-button">
					<input type="Submit" name="submit" value="save changes">
				</td>
			</tr>
			</table>
			</form>
			<?php 
echo getBoxBottom();
?>
			</td></tr></table>
		<? 
		}
	}
echo $msg;
}

?>
<?php 
echo getOuterBoxBottom();
?>
<?
	require('./../bottom.php');
?>