Exemple #1
0
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
<title>RockMongo</title>
<?php 
if (php_sapi_name() === 'cli-server') {
    ?>
<base href="/"/>
<?php 
}
?>
<script language="javascript" src="js/jquery-1.4.2.min.js"></script>
<script language="javascript" src="js/jquery.textarea.js"></script>
<link rel="stylesheet" href="<?php 
render_theme_path();
?>
/css/global.css" type="text/css" media="all"/>
<?php 
render_page_header();
?>
<script language="javascript">
$(function () {
	$(document).click(window.parent.hideMenus);
	if ($("textarea").length > 0) {
		$("textarea").tabby();
	}
});
</script>
</head>
<body>
Exemple #2
0
<?php

include '../../library/html_head.php';
if ($_GET['header'] != 'no') {
    render_page_header("Weathermap");
}
?>
<!-- Start of main div -->
        <div id="main">

<!-- Start of main div -->

<?php 
include 'bcnet-totals.html';
?>
<!-- End of main div -->
</div>
<?php 
// close the database connection since
// we no longer need it
include '../../library/html_foot.php';
?>