15 lines
1.0 KiB
PHTML
15 lines
1.0 KiB
PHTML
<div class="wrapper">
|
|
<div id="library_content" class="lib-content tabs ui-widget ui-widget-content block-shadow alpha-block padded">
|
|
<div id="import_status" style="display:none"><?php echo _("File import in progress..."); ?></div>
|
|
<fieldset class="toggle closed" id="filter_options">
|
|
<legend style="cursor: pointer;"><span class="ui-icon ui-icon-triangle-2-n-s"></span><?php echo _("Advanced Search Options") ?></legend>
|
|
<div id="advanced_search" class="advanced_search form-horizontal"></div>
|
|
</fieldset>
|
|
<table id="library_display" cellpadding="0" cellspacing="0" class="datatable"></table>
|
|
</div>
|
|
<div id="show_builder" class="sb-content ui-widget ui-widget-content block-shadow omega-block padded">
|
|
<div id="builder-dialog-hint"><p><?php echo _("Drag files from the library on the left to add them to your show."); ?></p></div>
|
|
<table id="show_builder_table" cellpadding="0" cellspacing="0" class="datatable"></table>
|
|
</div>
|
|
</div>
|