예제 #1
0
				
				
				
				
				

		<?php 
echo $layout->end('main');
?>
			



<?php 
if (APP_ACTION != 'index') {
    $layout->set_region('south');
    $layout->set_split('false');
    $layout->set_fit('true');
    $layout->set_style('width:100%;height:100px');
    echo $layout->custom();
    echo $next_button;
    echo $layout->end('custom');
} else {
    echo $layout->footer();
    echo $layout->end('footer');
}
?>
		
		

		
예제 #2
0
echo $layout->start();
?>
	

			<?php 
include MY_APP_DIR . 'views/inc.layout_header.php';
?>
		
			<?php 
include MY_APP_DIR . 'views/inc.explorer_left_tree.php';
?>
			
				
				
			<?php 
$layout->set_region('center');
$layout->set_classes('phpos_explorer_files_body');
$layout->set_id('phpos_explorer_div' . div(1));
$layout->set_style('background-image:url(' . $html['protocol_bg'] . '); background-repeat:no-repeat; background-position:top right');
?>
			
			<?php 
echo $layout->custom();
?>
			<?php 
if ($readonly) {
    echo '<div class="explorer_readonly_info">' . txt('folder_readonly_msg') . '</div>';
}
?>
			<table width="100%" id="phpos_explorer_files_table_main">
				<tr>