From 41f83b6fc0e5741590f271ae4de9a625d7664b29 Mon Sep 17 00:00:00 2001 From: jacob Date: Wed, 21 Mar 2012 20:46:03 +0000 Subject: [PATCH] Added a cross-client chat system to be used on the administrator dashboard --- admin/index.php | 3 +- chat.ajax.php | 26 +++++ chat.inc.php | 269 +++++++++++++++++++++++++++++++++++++++++++++ committee_main.php | 3 +- config/index.php | 3 +- 5 files changed, 301 insertions(+), 3 deletions(-) create mode 100644 chat.ajax.php create mode 100644 chat.inc.php diff --git a/admin/index.php b/admin/index.php index 98784d02..aa1da1c3 100644 --- a/admin/index.php +++ b/admin/index.php @@ -25,13 +25,14 @@ require_once("../common.inc.php"); require_once("../user.inc.php"); require_once("../committee.inc.php"); + require_once("../chat.inc.php"); user_auth_required('committee','admin'); send_header("Administration", array('Committee Main' => 'committee_main.php'), "administration"); - + draw_chatbox('general'); echo ""; echo " "; echo " "; diff --git a/chat.ajax.php b/chat.ajax.php new file mode 100644 index 00000000..d364958e --- /dev/null +++ b/chat.ajax.php @@ -0,0 +1,26 @@ + + Copyright (C) 2005-2008 James Grant + + This program is free software; you can redistribute it and/or + modify it under the terms of the GNU General Public + License as published by the Free Software Foundation, version 2. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; see the file COPYING. If not, write to + the Free Software Foundation, Inc., 59 Temple Place - Suite 330, + Boston, MA 02111-1307, USA. +*/ +?> + + + +
+
+
+ + +
+
+
+	
+%1",array($_SESSION['name'])); echo "
"; diff --git a/config/index.php b/config/index.php index 95fc9e54..daec6988 100644 --- a/config/index.php +++ b/config/index.php @@ -24,13 +24,14 @@ 'committee_main.php') ,"configuration" ); - +draw_chatbox('general'); echo "
".theme_icon("participant_registration")."
".i18n("Participant Registration")."
"; echo " ";