diff --git a/content/messages.js.php b/content/messages.js.php new file mode 100644 index 000000000..48ac65d4d --- /dev/null +++ b/content/messages.js.php @@ -0,0 +1,32 @@ + + */ +require_once('../config/vilesci.config.inc.php'); +?> +// ********** FUNKTIONEN ********** // +var MessagePersonID=''; + +// **** +// * Laedt die Trees +// **** +function loadMessages(person_id) +{ + netscape.security.PrivilegeManager.enablePrivilege("UniversalXPConnect"); + MessagePersonID = person_id; +} diff --git a/content/messages.xul.php b/content/messages.xul.php new file mode 100644 index 000000000..667d07bda --- /dev/null +++ b/content/messages.xul.php @@ -0,0 +1,102 @@ + + */ +header("Cache-Control: no-cache"); +header("Cache-Control: post-check=0, pre-check=0",false); +header("Expires Mon, 26 Jul 1997 05:00:00 GMT"); +header("Pragma: no-cache"); +header("Content-type: application/vnd.mozilla.xul+xml"); + +require_once('../config/vilesci.config.inc.php'); +require_once('../include/functions.inc.php'); +require_once('../include/variable.class.php'); + +$user=get_uid(); +$variable = new variable(); +if(!$variable->loadVariables($user)) +{ + die('Fehler beim Laden der Variablen:'.$variable->errormsg); +} + +echo ''."\n"; + +echo ''; +echo ''; +echo ''; + +$person_id = filter_input(INPUT_GET,'person_id'); +echo ' +variable->locale.'/fas.dtd'); +echo ']> +'; +?> + +);" + > + +