Esempio n. 1
0
            <th align="left"><?php 
echo jgettext('Copyright');
?>
 &copy;</th>
            <td>
                <input type="text" name="copyright" size="60" maxlength="150"
                       value="<?php 
echo $this->project->copyright;
?>
"/>
                <?php 
$formFieldNames[] = 'copyright';
?>
            </td>
        </tr>
    </table>

</div>

<script type="text/javascript">
    document.id('com_name').focus();
</script>

<div class="ecr_floatbox right" style="width: 40%;">
    <?php 
EcrHtmlWizard::displayResult($this->project, $formFieldNames);
?>
</div>

<div style="clear: both; height: 1em;"></div>
Esempio n. 2
0
    <?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>
    <?php 
}
?>

    <div class="btn" style="clear: both; display: block; margin-top: 1em; text-align: center;"
         onclick="submitbutton('starterstart');">
        <p style="padding-bottom: 1em;">
            <span id="wizard-loader" class="img32 icon32-wizard"></span>
        </p>

        <h1>
            <?php 
echo jgettext('Create it');
?>
        </h1>
    </div>
</div>
<div class="ecr_floatbox right" style="width: 40%;">
    <?php 
EcrHtmlWizard::displayResult($this->project);
?>
</div>

<div style="clear: both; height: 1em;"></div>