49 lines
725 B
Smarty
49 lines
725 B
Smarty
{*Smarty template*}
|
|
<div id="masterpanel">
|
|
|
|
{include file="statusbar.tpl"}
|
|
|
|
{if $showMenuTop}
|
|
{include file="menu_top.tpl"}
|
|
{/if}
|
|
|
|
{if $ScratchPad}
|
|
{include file="ScratchPad.tpl"}
|
|
{/if}
|
|
|
|
{if $structure}
|
|
{include file="fileBrowse/path.tpl"}
|
|
{/if}
|
|
|
|
{if $fileBrowse}
|
|
{include file="fileBrowse/fileBrowse.tpl"}
|
|
{/if}
|
|
|
|
{if ($showSearchForm || $showSearchRes)}
|
|
{include file="search.tpl"}
|
|
{/if}
|
|
|
|
{if $showSubjects}
|
|
{include file="subjects.tpl"}
|
|
{/if}
|
|
|
|
{if $showFile}
|
|
{include file="filedata.tpl"}
|
|
{/if}
|
|
|
|
{if $uploadform}
|
|
{include file="uploadform.tpl"}
|
|
{/if}
|
|
|
|
{if $editMetaData}
|
|
{include file="editMetaData.tpl"}
|
|
{/if}
|
|
|
|
{if $editSystemPrefs}
|
|
{include file="systemPrefs.tpl"}
|
|
{/if}
|
|
|
|
|
|
</div>
|
|
|