?>
		<input type='hidden' id='hasMSSQL' value='true'/>
		<?php 
        if (!$_['hasSQLite'] and !$_['hasMySQL'] and !$_['hasPostgreSQL'] and !$_['hasOracle']) {
            ?>
		<p>MS SQL <?php 
            p($l->t('will be used'));
            ?>
.</p>
		<input type="hidden" id="dbtype" name="dbtype" value="mssql" />
		<?php 
        } else {
            ?>
		<label class="mssql" for="mssql">MS SQL</label>
		<input type="radio" name="dbtype" value='mssql' id="mssql" <?php 
            OC_Helper::init_radio('dbtype', 'mssql', 'sqlite');
            ?>
/>
		<?php 
        }
        ?>
		<?php 
    }
    ?>
		</div>

		<?php 
    if ($hasOtherDB) {
        ?>
		<div id="use_other_db">
			<p class="infield grouptop">
Example #2
0
if ($_['hasOracle']) {
    ?>
		<?php 
    if (!$_['hasSQLite'] and !$_['hasMySQL'] and !$_['hasPostgreSQL']) {
        ?>
		<p>Oracle <?php 
        echo $l->t('will be used');
        ?>
.</p>
		<input type="hidden" id="dbtype" name="dbtype" value="oci" />
		<?php 
    } else {
        ?>
		<label class="oci" for="oci">Oracle</label>
		<input type="radio" name="dbtype" value='oci' id="oci" <?php 
        OC_Helper::init_radio('dbtype', 'oci', 'sqlite');
        ?>
/>
		<?php 
    }
    ?>
		<?php 
}
?>
		</div>

		<?php 
if ($hasOtherDB) {
    ?>
		<div id="use_other_db">
			<p class="infield">