Exemple #1
0
function html_page_top2a()
{
    global $g_error_send_page_header;
    html_head_end();
    html_body_begin();
    $g_error_send_page_header = false;
    html_header();
    html_top_banner();
}
Exemple #2
0
$t_link = '<a href="%s">%s %s</a>';
$t_show_all_mode_link = sprintf($t_link, mode_url(!$g_show_all, $g_show_errors), $g_show_all ? 'Hide' : 'Show', 'passed tests');
$t_show_errors_mode_link = sprintf($t_link, mode_url($g_show_all, !$g_show_errors), $g_show_errors ? 'Hide' : 'Show', 'verbose error messages');
http_content_headers();
html_begin();
html_head_begin();
html_css_link('admin.css');
html_content_type();
html_title('MantisBT Administration - Check Installation');
html_head_end();
?>

<body>

<?php 
html_top_banner();
?>

<p class="notice">Verbosity: <?php 
echo $t_show_all_mode_link;
?>
 | <?php 
echo $t_show_errors_mode_link;
?>
</p>
<table id="check-results">
	<thead>
		<tr>
			<th colspan="2" class="thead1">
				<strong>Checking your MantisBT installation...</strong>
			</th>