2015-08-18 21:23:42 +02:00
|
|
|
<?php echo $this->csrf ?>
|
|
|
|
|
|
|
|
<div id="library_content" class="lib-content tabs content-pane wide-panel">
|
|
|
|
<div>
|
2022-08-10 13:38:19 +02:00
|
|
|
<h2 id="library_title"><?php echo _("Dashboard") . " - " ?><span id="library_filter"></span></h2>
|
2015-08-18 21:23:42 +02:00
|
|
|
</div>
|
|
|
|
<div class="panel-header">
|
|
|
|
<div id="advanced-options" class="btn-group">
|
|
|
|
<button class="btn btn-small dropdown-toggle" data-toggle="dropdown">
|
2015-09-28 20:14:01 +02:00
|
|
|
<span id="lib-filter-message"></span>
|
2015-08-18 21:23:42 +02:00
|
|
|
<span class="caret"></span>
|
|
|
|
</button>
|
|
|
|
<div id="advanced_search" class="advanced_search form-horizontal dropdown-menu"></div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="outer-datatable-wrapper">
|
|
|
|
<table id="library_display" cellpadding="0" cellspacing="0" class="datatable"></table>
|
2015-09-15 00:26:28 +02:00
|
|
|
<table id="podcast_table" cellpadding="0" cellspacing="0" class="datatable"></table>
|
2015-08-18 21:23:42 +02:00
|
|
|
</div>
|
2012-03-29 15:34:58 +02:00
|
|
|
</div>
|
|
|
|
|
2015-08-18 21:23:42 +02:00
|
|
|
<div id="show_builder" class="sb-content content-pane wide-panel">
|
|
|
|
<div class="panel-header">
|
|
|
|
<ul class="nav nav-tabs">
|
2017-03-21 00:18:22 +01:00
|
|
|
<li id="schedule-tab" data-tab-id="0" role="presentation" class="active">
|
2015-11-02 17:04:30 +01:00
|
|
|
<a href="javascript:void(0)" class="tab-name" title="<?php echo _("Scheduled Shows") ?>">
|
|
|
|
<?php echo _("Scheduled Shows") ?>
|
2017-03-21 00:18:22 +01:00
|
|
|
<span href='#' class='lib_pl_close icon-remove'></span>
|
2015-11-02 17:04:30 +01:00
|
|
|
</a>
|
|
|
|
</li>
|
2015-08-18 21:23:42 +02:00
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
<div class="outer-datatable-wrapper active-tab">
|
|
|
|
<table id="show_builder_table" cellpadding="0" cellspacing="0" class="datatable"></table>
|
|
|
|
<div class="sb-timerange">
|
|
|
|
<?php echo $this->sb_form; ?>
|
|
|
|
</div>
|
2012-05-24 15:08:54 +02:00
|
|
|
</div>
|
2012-03-29 15:34:58 +02:00
|
|
|
</div>
|
|
|
|
|
2015-08-18 21:23:42 +02:00
|
|
|
<?php echo $this->dialog ?>
|
2015-09-29 15:19:33 +02:00
|
|
|
<?php echo $this->lang_tz_popup_form; ?>
|