Beispiel #1
0
			<div class="clear"></div>
		</div>

		<div class="clear"></div>
	</div>

	<div id="tab-eu-dialog" title="Profile Info"></div>

	<div id="tab-eu-table" class="yui-skin-sam"></div>
<?php 
include_once 'yml_conf.inc.php';
include_once 'server.cfg';
$game = $_GET['game'];
$obj = new HostgroupConfig($server_cfg, $game);
$row = array();
$mb_row = $obj->get_master_hostgroups(array('mb'));
$row = array_merge($row, $mb_row);
$mc_row = $obj->get_master_hostgroups(array('mc'));
$row = array_merge($row, $mc_row);
?>
<script>
(function() {
	var game = $('#GameList option:selected').val();
	var arrayid = $('#ArrayList option:selected').val();
	var gameParam = "game=" + game;
	var row = <?php 
echo json_encode($row);
?>
;
	var start = 2;
	var query_param = [];