コード例 #1
0
ファイル: _prodcontwizard.php プロジェクト: DBezemer/server
}
else
	prodWizLogic.preInit();

</script>

<div class="cont2 step1" id="_prodWizPageType" autoFocus="true">
	<div class="top2_hint">
		<div class="top2 step1">
			<h1>Choose the type of Kaltura to create</h1>
		</div>
	</div>
	<div class="container">
		<div class="radioGroup clearfix">			
			<?php 
$types = kshow::getTypes();
foreach ($types as $type => $type_text) {
    echo "<label><input name='prod_ShowType' type='radio' value='" . $type . "' />" . $type_text . "</label>";
}
?>
		</div>
	</div>
</div>

<div class="cont2 step1_1" id="_prodWizPageTitle" autoFocus="true">
	<div class="top2_hint">
		<div class="top2 step1_1">
			<h1>Describe your Kaltura</h1>
		</div>
	</div>
	<div class="container">