sintonia/livesupport/modules/htmlUI/var/html/templates/masterpanel.tpl

49 lines
725 B
Smarty
Raw Normal View History

2005-02-03 17:55:35 +01:00
{*Smarty template*}
<div id="masterpanel">
{include file="statusbar.tpl"}
{if $showMenuTop}
{include file="menu_top.tpl"}
{/if}
2005-02-16 23:47:55 +01:00
{if $ScratchPad}
{include file="ScratchPad.tpl"}
2005-02-10 15:03:50 +01:00
{/if}
2005-02-21 15:42:15 +01:00
{if $structure}
{include file="fileBrowse/path.tpl"}
2005-02-03 17:55:35 +01:00
{/if}
2005-02-21 15:42:15 +01:00
{if $fileBrowse}
{include file="fileBrowse/fileBrowse.tpl"}
2005-02-03 17:55:35 +01:00
{/if}
{if ($showSearchForm || $showSearchRes)}
{include file="search.tpl"}
{/if}
{if $showSubjects}
{include file="subjects.tpl"}
{/if}
{if $showFile}
{include file="filedata.tpl"}
{/if}
2005-02-21 15:42:15 +01:00
{if $uploadform}
{include file="uploadform.tpl"}
{/if}
2005-02-16 23:47:55 +01:00
{if $editMetaData}
{include file="editMetaData.tpl"}
2005-02-03 17:55:35 +01:00
{/if}
2005-02-17 20:23:48 +01:00
{if $editSystemPrefs}
2005-02-03 17:55:35 +01:00
{include file="systemPrefs.tpl"}
{/if}
</div>