13 lines
459 B
PHTML
13 lines
459 B
PHTML
<div class="ui-widget ui-widget-content block-shadow simple-formblock embed-player-form clearfix padded-strong ">
|
|
|
|
<?php $baseUrl = Application_Common_OsPath::getBaseDir(); ?>
|
|
|
|
<form method="post" id="player_form" enctype="multipart/form-data">
|
|
<h2 style="float:left"><?php echo _("Embeddable Player") ?></h2>
|
|
<div style="clear:both"></div>
|
|
<?php echo $this->errorMsg; ?>
|
|
<?php echo $this->form; ?>
|
|
|
|
</form>
|
|
</div>
|