dokeos-online
[ class tree: dokeos-online ] [ index: dokeos-online ] [ all elements ]

Source for file online.php

Documentation is available at online.php

  1. <?php // $Id: online.php 9246 2006-09-25 13:24:53Z bmol $
  2. /*
  3. ==============================================================================
  4.     Dokeos - elearning and course management software
  5.  
  6.     Copyright (c) 2004 Dokeos S.A.
  7.     Copyright (c) 2003 Ghent University (UGent)
  8.     Copyright (c) 2001 Universite catholique de Louvain (UCL)
  9.     Copyright (c) Olivier Brouckaert
  10.  
  11.     For a full list of contributors, see "credits.txt".
  12.     The full license can be read in "license.txt".
  13.  
  14.     This program is free software; you can redistribute it and/or
  15.     modify it under the terms of the GNU General Public License
  16.     as published by the Free Software Foundation; either version 2
  17.     of the License, or (at your option) any later version.
  18.  
  19.     See the GNU General Public License for more details.
  20.  
  21.     Contact: Dokeos, 181 rue Royale, B-1000 Brussels, Belgium, info@dokeos.com
  22. ==============================================================================
  23. */
  24. /**
  25. ==============================================================================
  26. *    Frameset of the Online conference tool
  27. *
  28. *    @author Olivier Brouckaert
  29. *    @package dokeos.online
  30. ==============================================================================
  31. */
  32.  
  33. include('../inc/global.inc.php');
  34. /* ============================================================================== 
  35.               TRACKING
  36. ==============================================================================  */
  37. include('../inc/lib/events.lib.inc.php');
  38.  
  39. ?>
  40.  
  41. <!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN">
  42. <html>
  43. <head>
  44. <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
  45. <title>Online Conference</title>
  46. </head>
  47.  
  48. <frameset rows="115,*" border="1" frameborder="1" framespacing="1">
  49.     <frame src="online_banner.php" name="online_banner" scrolling="no">
  50.     <frameset cols="220,*,0" border="1" frameborder="1" framespacing="1">
  51.         <frameset rows="230,*" border="1" frameborder="1" framespacing="1">
  52.             <frame src="online_master.php?init=1" name="online_master" scrolling="auto">
  53.             <frame src="online_whoisonline.php" name="online_whoisonline" scrolling="auto">
  54.         </frameset>
  55.         <frameset rows="*,100,40" border="1" frameborder="1" framespacing="1">
  56.             <frame src="online_working_area.php" name="online_working_area" scrolling="auto">
  57.             <frame src="online_chat.php" name="online_chat" scrolling="auto">
  58.             <frame src="online_message.php" name="online_message" scrolling="no">
  59.         </frameset>
  60.         <frameset rows="0,0" border="0" frameborder="0" framespacing="0">
  61.             <frame src="online_hidden1.php" name="online_hidden1" scrolling="no">
  62.             <frame src="online_hidden2.php" name="online_hidden2" scrolling="no">
  63.         </frameset>
  64.     </frameset>
  65. </frameset><noframes></noframes>
  66.  
  67. </html>

Documentation generated on Thu, 12 Jun 2008 14:08:15 -0500 by phpDocumentor 1.4.1