| 3 |
// $Id$ |
// $Id$ |
| 4 |
// ------------------------------------------------------------------------- |
// ------------------------------------------------------------------------- |
| 5 |
// $Log$ |
// $Log$ |
| 6 |
|
// Revision 1.2 2002/11/17 07:23:13 jonen |
| 7 |
|
// + small bugfix: really _no_ error should occour when javascript scope is not switched |
| 8 |
|
// |
| 9 |
// Revision 1.1 2002/11/12 05:42:31 joko |
// Revision 1.1 2002/11/12 05:42:31 joko |
| 10 |
// + initial checkin |
// + initial checkin |
| 11 |
// |
// |
| 25 |
|
|
| 26 |
$width = 380; |
$width = 380; |
| 27 |
|
|
| 28 |
|
$debugbox_status['injs'] = 1; |
| 29 |
?> |
?> |
| 30 |
|
|
| 31 |
<div id="debugbox_control" align="right" style="position:absolute;top:0px;right:0px;border:1px solid black;padding:3px;font-family:Verdana,Helvetica,Arial;font-size:10px;z-index:99;"> |
<div id="debugbox_control" align="right" style="position:absolute;top:0px;right:0px;border:1px solid black;padding:3px;font-family:Verdana,Helvetica,Arial;font-size:10px;z-index:99;"> |
| 47 |
var debugbox_level_E_USER_NOTICE = <?= E_USER_NOTICE ?>; |
var debugbox_level_E_USER_NOTICE = <?= E_USER_NOTICE ?>; |
| 48 |
</script> |
</script> |
| 49 |
|
|
| 50 |
<script language="javascript" src="<?= $site->config[url][base] . 'inc/debugbox.js' ?>"> |
<script language="javascript" src="<?= $site->config['url']['base'] . 'inc/debugbox.js' ?>"></script> |
|
</script> |
|
| 51 |
|
|
| 52 |
<? |
<? |
| 53 |
|
$debugbox_status['injs'] = 0; |
| 54 |
} |
} |
| 55 |
|
|
| 56 |
function append($message, $level) { |
function append($message, $level) { |