{php} $this->assign('system_loader', 'system_loader.tpl.html'); $this->assign('system_left_menu', 'system_left_menu.tpl.html'); $this->assign('system_left_help', 'system_left_help.tpl.html'); $this->assign('system_right_form', 'system_right_form.tpl.html'); $this->assign('system_footer_info', 'system_footer_info.tpl.html'); $this->assign('system_top_navi', 'system_top_navi.tpl.html'); //$this->assign('system_top_menu', 'system_top_menu.tpl.html'); $obj = Bizsystem::GetObject('menu.widget.MainLeftSystemMenu',1); $left_menu_content = $obj->render(); $this->assign('system_left_menu_content', $left_menu_content); $obj = Bizsystem::GetObject('menu.widget.MainTopMenu',1); $top_menu_content = $obj->render(); $this->assign('system_top_menu_content', $top_menu_content); $obj = Bizsystem::GetObject('menu.widget.MainTopBreadCrumb',1); $top_navi_content = $obj->render(); $this->assign('system_top_navi_content', $top_navi_content); $profile = BizSystem::getUserProfile(); $this->assign('profile', $profile); {/php} {$description} {$style_sheets} {$scripts}
{$profile.username} <{$profile.email}>
{include file=$system_loader}
{foreach key=formname item=form from=$formsxxxx} {if '/^menu\.widget\.MainLeft/si'|preg_match:$formname eq 1} {$form} {/if} {/foreach} {$system_left_menu_content}
{include file=$system_left_help}
{foreach key=formname item=form from=$forms} {if $formname !='help.form.HelpBlockForm' and '/^menu\.widget\./si'|preg_match:$formname eq 0}
{$form}
{/if} {/foreach}
{literal} {/literal}