Ejemplo n.º 1
0
    ?>
">Enter Application</a>
                        </div>
                    <?php 
}
?>
                    <label class="control-label" for="apptitle">Small caps, no spaces, no special chars.</label>
                    <p class="text-muted text-right">
                        <?php 
echo $locale->label->example->capitalize();
?>
 <span class="label label-info">myapplication</span>
                    </p>
                   
                    <?php 
echo htmltag::text(array('id' => 'apptitle', 'class' => 'form-control', 'name' => 'appTitle', 'placeholder' => 'Application Title', 'value' => request::get('appTitle'), 'maxlength' => 25, 'required' => 'required'));
?>
                </div>
                
                <?php 
echo htmltag::button(array('type' => 'submit', 'data-placement' => 'bottom', 'title' => $locale->label->create->capitalize() . ' ' . $locale->label->application->capitalize(), 'value' => '<i class="fa fa-floppy-o"></i> ' . $locale->label->create->capsAll(), 'class' => 'btn btn-primary btn-lg submit'));
?>
            </form>         
        </div>
        </div>
    </div>
    </div>
    <?php 
echo html::render('appfarm/tpl/footer.php');
?>