Example #1
0
    if (!rcms_delete_files($user_path . $_GET['delete'], true)) {
        $msg .= __('Error occurred') . ' ' . $_GET['delete'];
    } else {
        $msg .= __('Deleted') . ' ' . $_GET['delete'];
    }
}
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=<?php 
echo $system->config['encoding'];
?>
">
<?php 
rcms_show_element('meta');
?>
<link rel="stylesheet" href="admin/skins/default/style.css" type="text/css">
<style>
html,body{
min-height:100%;
height:100%;
}
</style>
</head>
<body>
<table border='0' cellspacing='1' cellpadding='1' width="100%">
<tr> 
    <td width="100%" colspan="5"> <?php 
echo $msg;
?>
Example #2
0
	<div id="sidebar">
		<?php 
rcms_show_element('menu_point', 'left@window');
?>
        <?php 
rcms_show_element('menu_point', 'right@window');
?>
 
	</div>
	<!-- end sidebar -->
	<div style="clear: both;">&nbsp;</div>
</div>
<!-- end page -->
<!-- start footer -->
<div id="footer">
	<p><?php 
rcms_show_element('copyright');
?>
 Design by <a href="http://www.freecsstemplates.org/">Free CSS Templates</a></p> 
	<?php 
// Page gentime end
$mtime = explode(' ', microtime());
$totaltime = $mtime[0] + $mtime[1] - $starttime;
print __('GT:') . round($totaltime, 2);
?>
 
</div>
<!-- end footer -->
</body>
</html>
Example #3
0
<table border="0" cellpadding="7" cellspacing="1" style="width: 100%;" class="grayborder">
<tr>
	<td width="30%" valign="top">
		<?php 
rcms_show_element('menu_point', 'index-menus@window');
?>
	</td>
	<td valign="top">
		<?php 
rcms_show_element('menu_point', 'index-main@window');
?>
	</td>
</tr>
</table>
Example #4
0
?>
                <?php 
echo rcms_show_element('main_point', $module . '@window');
?>
                <?php 
echo rcms_show_element('menu_point', 'down_center@window');
?>
                    <div style="clear: both;">&nbsp;</div>
                </div>
                <!-- end #content -->
                <div id="sidebar">
                    <?php 
rcms_show_element('menu_point', 'left@window');
?>
                    <?php 
rcms_show_element('menu_point', 'right@window');
?>
                </div>
                <!-- end #sidebar -->
                <div style="clear: both;">&nbsp;</div>
            </div>
        </div>
    </div>
    <!-- end #page -->
</div>
<div id="footer">
    <p>Copyright &copy; 2013 <a href="<?php 
echo RCMS_ROOT_PATH;
?>
"><?php 
echo $system->config['copyright'];
Example #5
0
  
  
<div class="right">
<div class="inr">


	<?php 
echo rcms_show_element('menu_point', 'right@block');
?>

	
</div><!--/right inr -->
</div><!--/right -->
<div class="footer">
<div class="text redtext"><div class="pbox red"></div>
&copy;<?php 
echo $system->config['title'];
?>
 | <?php 
echo !empty($system->config['copyryght']) ? $system->config['copyryght'] . ' | ' : '';
?>
 | 
<?php 
echo rcms_show_element('navigation', '<a href="{link}" >{title}</a> / ');
?>
</div>
</div><!--/footer -->
  
</div><!--/container -->
</body>
</html>
Example #6
0
    $mtime = explode(' ', microtime());
    $totaltime = $mtime[0] + $mtime[1] - $starttime;
    print __('GT:') . round($totaltime, 2);
    print ' QC: ' . $query_counter;
    ?>
</p>
		</footer>
	</aside><!-- end of sidebar -->
	
	<section id="main" class="column">
	 <article class="module width_full">
          	<?php 
    rcms_show_element('menu_point', 'up_center@window');
    ?>
                <?php 
    rcms_show_element('main_point', $module . '@window');
    ?>
         </article>
		<div class="spacer"></div>
	</section>
<?php 
} else {
    $ubLoginForm = new LoginForm();
    print $ubLoginForm->render();
}
?>
	
               

</body>