/**
 * @package    EasyCreator
 * @subpackage Views
 * @author     Nikolai Plath (elkuku)
 * @author		Created on 21-Mar-2010
 * @license    GNU/GPL, see JROOT/LICENSE.php
 */
//-- No direct access
defined('_JEXEC') || die('=;)');
/* @var EasyCreatorViewStuffer $this */
?>

<div class="ecr_floatbox">
    <div class="infoHeader img icon24-easycreator">AutoCode</div>
    <h4><?php 
echo jgettext('List postfix');
?>
</h4>
    <?php 
echo $this->project->listPostfix;
?>
    <h4><?php 
echo jgettext('File header template');
?>
</h4>

    <?php 
echo EcrHtmlOptions::header($this->project->headerType);
?>
</div>
示例#2
0
    <div class="ecr_table">
        <div class="ecr_table-row">
            <div class="ecr_table-cell">
                <input type="checkbox" name="create_changelog" id="create_changelog" checked="checked"/>
                <label class="inline" for="create_changelog"><?php 
echo jgettext('Create CHANGELOG.php');
?>
</label>

                <h3><?php 
echo jgettext('File header template');
?>
</h3>
                <?php 
echo EcrHtmlOptions::header();
?>
            </div>
            <div class="ecr_table-cell">
                <?php 
echo EcrHtmlOptions::logging();
?>
            </div>
        </div>
    </div>

    <?php 
if (ECR_DEV_MODE) {
    ?>
        <input type="checkbox" name="ecr_test_mode" id="ecr_test_mode" value="test"/>
        <label class="inline" for="ecr_test_mode">TEST only</label>