예제 #1
0
	szczyglis83@gmail.com
	GitHUB: https://github.com/phpos/
	File version: 1.0.0, 2013.10.08
 
**********************************
*/
if (!defined('PHPOS')) {
    die;
}
$layout = new phpos_layout();
?>

<?php 
echo $layout->start();
echo $layout->menu();
echo $layout->end('menu');
echo $layout->main();
echo $layout->start();
echo $layout->toolbar();
echo $layout->end('toolbar');
echo $layout->set_style('padding:15px');
?>
	

<?php 
echo $layout->title($app_param['root_action']);
switch ($my_app->get_param('section')) {
    case 'users_list':
        echo $layout->main();
        echo $layout->title('Browse user accounts');
        $my_app->section('users_list');
예제 #2
0
		<?php 
$layout->set_fit('true');
echo $layout->main();
?>
		
				

						<?php 
$layout->set_fit('true');
echo $layout->main();
echo $html;
?>

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

						
				
				

				
				
				
				
				
				
				
예제 #3
0
					
					
					
					
			goooogle
 					<?php 
//echo $html_RenderIcons;
?>
					</div>
				</td>

				</tr>
			</table>	
				
		<?php 
echo $layout->end('custom');
?>
	
		
<?php 
include MY_APP_DIR . 'views/inc.explorer_footer.php';
?>
		
<?php 
echo $layout->end('layout');
?>
		


<?php 
//dbg::show('msg:'.msg::showMessages());
예제 #4
0
    echo $layout->tbl_end();
    echo $layout->subtitle(txt('cp_updater_changelog') . ' (' . $updater->get_name() . ')', ICONS . 'notes.png');
    echo $layout->txtdesc(txt('cp_updater_desc_changes'));
    echo $layout->tbl_start();
    $changes = $updater->get_changes();
    $changes_array = explode("\n", $changes);
    if (is_array($changes_array)) {
        foreach ($changes_array as $entry) {
            echo $layout->row(array($entry));
        }
    }
    echo $layout->tbl_end();
} else {
    echo $layout->div_error($updater->get_conn_error());
}
echo $layout->end('column');
echo $layout->column('50%');
if ($need_update == 1) {
    echo $layout->subtitle(txt('cp_updater_online_info'), MY_RESOURCES_URL . 'window_icon.png');
    echo $layout->txtdesc(txt('cp_updater_desc_info'));
    $type = $updater->get_type();
    switch ($type) {
        case 'critical':
            $type_style = 'font-weight:bold; color: #5e2426';
            break;
        case 'bugs':
            $type_style = 'font-weight:bold; color: #418b3f';
            break;
        case 'features':
            $type_style = 'font-weight:bold; color: #4861ac';
            break;
예제 #5
0
}
?>
		
			<?php 
include MY_APP_DIR . 'views/inc.explorer_left_tree.php';
?>
					
			<?php 
include MY_APP_DIR . 'views/inc.layout_icons_area.php';
?>
		
		
<?php 
if (!$explorerAPI) {
    include MY_APP_DIR . 'views/inc.explorer_footer.php';
} else {
    if ($my_app->get_param('api_dialog_type') != 'open_file') {
        include MY_APP_DIR . 'views/inc.explorer_api_footer.php';
    } else {
        include MY_APP_DIR . 'views/inc.explorer_footer.php';
    }
}
?>
		
<?php 
echo $layout->end('layout');
?>
		
<?php 
include MY_APP_DIR . 'views/inc.explorer_dropzone_js.php';
include MY_APP_DIR . 'views/jquery.php';