Beispiel #1
0
<?php

//ini_set("display_errors" , 1 );
require_once 'class/global.config.php';
require_once 'class/database.inc.php';
require_once 'class/class.bugs.php';
$bugs = new Bugs();
?>
<div id="div_bugs"><?php 
if ($_REQUEST['submit'] == 'submit') {
    echo $bugs->bugTracking('server');
} else {
    echo $bugs->bugTracking('local', 'client');
}
?>
</div>
Beispiel #2
0
');
//*********************Page Style *******************************//
// used to set page styles.  This should be used sparingly.  External css should be used instead.
$page_style = '
form ul.holder {
    width: 99% !important;
	}
#lightbox { margin-top: 50px; !important }';
$page->setPageStyle($page_style);
$page->displayPageTop();
// **********************Start html for content column ****************************//
$notify->Notify();
$ajax->Run();
// Must be called inside the 'html' or 'body' tags
if ($_REQUEST['submit'] == 'submit') {
    echo $bugs->bugTracking('server');
}
?>
<div id="div_bugs"   class="" style="display:none;"></div>
<div id="prl" style="visibility:hidden;"><img  id="prl_image" src="images/spinner.gif"  /></div>

<div id="content_column_header">
	<?php 
echo $page->auth->WelcomeMessage();
?>
</div>

<?php 
echo $bugs->showBugProject();
?>