Skeleton player form/view/controller

This commit is contained in:
drigato 2015-02-12 14:08:06 -05:00
parent a1436bfebb
commit c261182c8f
6 changed files with 82 additions and 1 deletions

View file

@ -0,0 +1,15 @@
<div class="ui-widget ui-widget-content block-shadow simple-formblock clearfix padded-strong preferences">
<h2 style="float:left"><?php echo _("Embeddable Player") ?></h2>
<?php $baseUrl = Application_Common_OsPath::getBaseDir(); ?>
<form method="post" id="pref_form" enctype="multipart/form-data">
<?php echo $this->form->getElement('submit')->render() ?>
<div style="clear:both"></div>
<?php
echo $this->statusMsg;
echo $this->form;
?>
<br />
</form>
</div>

View file

@ -0,0 +1,6 @@
<fieldset class="padded">
<dl class="zend_form">
<?php echo $this->element->getElement('display_track_metadata'); ?>
</dl>
</fieldset>