Code Search for Developers
 
 
  

group.php from Group-Office groupware at Krugle


Show group.php syntax highlighted

<?php
/*
Copyright Intermesh 2003
Author: Merijn Schering <mschering@intermesh.nl>
Version: 1.0 Release date: 08 July 2003

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; either version 2 of the License, or (at your
option) any later version.
*/

require_once("../Group-Office.php");
$GO_SECURITY->authenticate();
require_once($GO_LANGUAGE->get_fallback_base_language_file('groups'));
load_basic_controls();

$count = $GO_GROUPS->get_users_in_group($group_id);
$page_title= $count.' '.$groups_users_in1.' '.$name;
require_once($GO_THEME->theme_path."header.inc");
echo '<table border="0" cellpadding="10"><tr><td>';
echo '<table border="0" cellpadding="0" cellspacing="1">';
echo '<tr><td><h1>'.$page_title.'</h1></td></tr>';

if ($count>0)
{
        while ($GO_GROUPS->next_record())
        {
		echo "<tr height=\"18\">\n";
		if ( $GO_GROUPS->f('name') ) {
			echo "<td>".show_profile($GO_GROUPS->f("id"),$GO_GROUPS->f("name"))."&nbsp;</a></td>\n";
		} else {
			require_once($GO_CONFIG->class_path.'profiles.class.inc');
			$profiles = new profiles();
			if ($profile = $profiles->get_profile($GO_GROUPS->f('user_id'))) {
				echo "<td>".show_profile($GO_GROUPS->f('user_id'),$profile["name"])."&nbsp;</a></td>\n";
			}
		}
		echo "</tr>\n";
	}
}else
{
        echo "<tr><td colspan=\"99\">".$groups_no_users."</td></tr>";
}
echo '<tr><td><br />';
$button = new button($cmdClose, 'javascript:window.close()');
echo $button->get_html();
echo '</td></tr>';
echo "</table></td></tr></table>";
require_once($GO_THEME->theme_path."footer.inc");




See more files for this project here

Group-Office groupware

Group-Office is a powerfull modular Internet/Intranet application framework. It features calendaring, project management, e-mail, tasks, addressbook, file management.

Project homepage: http://sourceforge.net/projects/group-office
Programming language(s): JavaScript,Pascal,PHP
License: other

  FCKeditor/
    editor/
      _source/
        classes/
          fckcontextmenu.js
          fckdocumentfragment_gecko.js
          fckdocumentfragment_ie.js
          fckdomrange.js
          fckdomrange_gecko.js
          fckdomrange_ie.js
          fckeditingarea.js
          fckelementpath.js
          fckenterkey.js
          fckevents.js
          fckicon.js
          fckiecleanup.js
          fckimagepreloader.js
          fckkeystrokehandler.js
          fckmenublock.js
          fckmenublockpanel.js
          fckmenuitem.js
          fckpanel.js
          fckplugin.js
          fckspecialcombo.js
          fckstyledef.js
          fckstyledef_gecko.js
          fckstyledef_ie.js
          fckstylesloader.js
          fcktoolbar.js
          fcktoolbarbreak_gecko.js
          fcktoolbarbreak_ie.js
          fcktoolbarbutton.js
          fcktoolbarbuttonui.js
          fcktoolbarfontformatcombo.js
          fcktoolbarfontscombo.js
          fcktoolbarfontsizecombo.js
          fcktoolbarpanelbutton.js
          fcktoolbarspecialcombo.js
          fcktoolbarstylecombo.js
          fckw3crange.js
          fckxml_gecko.js
          fckxml_ie.js
        commandclasses/
          fck_othercommands.js
          fckfitwindow.js
          fcknamedcommand.js
          fckpasteplaintextcommand.js
          fckpastewordcommand.js
          fckspellcheckcommand_gecko.js
          fckspellcheckcommand_ie.js
          fckstylecommand.js
        internals/
        fckconstants.js
        fckeditorapi.js
        fckjscoreextensions.js
        fckscriptloader.js
      css/
      dialog/
      filemanager/
      images/
      js/
      lang/
      plugins/
      skins/
      _packager.xml
      fckblank.html
      fckdebug.html
      fckdialog.html
      fckdocument.html
      fckeditor.html
      fckeditor.original.html
    _documentation.html
    _upgrade.html
    _whatsnew.html
    fckconfig.js
    fckeditor.afp
    fckeditor.asp
    fckeditor.cfc
    fckeditor.cfm
    fckeditor.js
    fckeditor.lasso
    fckeditor.php
    fckeditor.pl
    fckeditor.py
    fckeditor_php4.php
    fckeditor_php5.php
    fckstyles.xml
    fcktemplates.xml
    go_fckconfig.js
    htaccess.txt
    license.txt
  JUpload/
  htmlarea/
  jscalendar/
  overlib/
  overlibmws/
  phpthumb/
  select/
  acl.php
  backend_treeview.php
  color_selector.php
  fixpng.inc
  global_search_xml.php
  group.php
  reminder.php
  table_config.php
  user.php
  userlog.php