Added placeholders for player embed code and preview
This commit is contained in:
parent
cf11291877
commit
2272451e08
7 changed files with 35 additions and 34 deletions
|
@ -1,16 +1,13 @@
|
|||
<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="player_form" enctype="multipart/form-data">
|
||||
|
||||
|
||||
<div style="clear:both"></div>
|
||||
<?php
|
||||
<?php echo $this->form; ?>
|
||||
|
||||
echo $this->statusMsg;
|
||||
echo $this->form;
|
||||
?>
|
||||
<?php echo $this->form->getElement('submit')->render() ?>
|
||||
<br />
|
||||
</form>
|
||||
</div>
|
||||
|
|
|
@ -1,8 +0,0 @@
|
|||
<fieldset class="padded">
|
||||
<dl class="zend_form">
|
||||
<?php echo $this->element->getElement('display_track_metadata'); ?>
|
||||
|
||||
<?php echo $this->element->getElement('stream_url'); ?>
|
||||
|
||||
</dl>
|
||||
</fieldset>
|
|
@ -0,0 +1,13 @@
|
|||
<fieldset class="padded">
|
||||
<dl class="zend_form">
|
||||
|
||||
<?php echo $this->element->getElement('player_embed_src'); ?>
|
||||
|
||||
<?php echo $this->element->getElement('player_display_track_metadata'); ?>
|
||||
|
||||
<?php echo $this->element->getElement('player_stream_url'); ?>
|
||||
|
||||
<div style="clear:both"></div>
|
||||
<div id="embed_player_preview">player preview holder</div>
|
||||
</dl>
|
||||
</fieldset>
|
Loading…
Add table
Add a link
Reference in a new issue