Update of old/ccs
Added Files:
Branch: MAIN
personnel.php
admin.php
index.php
departments.php
calendar.html
Log Message:
cvs clean up
====================================================
Index: personnel.php
<?php
/**************************************************************************\
* phpGroupWare *
* http://www.phpgroupware.org *
* Written by Darryl VanDorp (Maniac)
*
* -------------------------------------------- *
* 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. *
\**************************************************************************/
$phpgw_info["flags"] = array('currentapp' => 'ccs',
'enable_nextmatchs_class' => True);
include('../header.inc.php');
//include('inc/functions.inc.php');
$obj=CreateObject('ccs.boPersonnel');
$obj->showall();
?>
====================================================
Index: admin.php
<?php
/**************************************************************************\
* phpGroupWare *
* http://www.phpgroupware.org *
* Written by Darryl VanDorp (Maniac)
*
* -------------------------------------------- *
* 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. *
\**************************************************************************/
$phpgw_info["flags"] = array('currentapp' => 'ccs',
'enable_nextmatchs_class' => True);
include('../header.inc.php');
//include('inc/functions.inc.php');
$obj=CreateObject('ccs.boPersonnel');
$obj->showall();
?>
====================================================
Index: index.php
<?php
/**************************************************************************\
* phpGroupWare - Docrepository *
* http://www.phpgroupware.org *
* Written by: Darryl VanDorp (Maniac) *
* -------------------------------------------- *
* 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. *
\**************************************************************************/
/* $Id: index.php,v 1.1 2005/05/05 00:56:39 skwashd Exp $ */
$phpgw_info["flags"] = array('currentapp' => 'ccs',
'enable_nextmatchs_class' => True);
include('../header.inc.php');
// require("/inc/oohforms.inc");
if (!IsSet($menuAction))
{
$menuAction="ccs.boCCS.show";
}
list($path, $class, $method) = explode(".", $menuAction);
$obj = CreateObject($path.".".$class);
eval("\$obj->$method();");
$phpgw->common->phpgw_footer();
?>
====================================================
Index: departments.php
<?php
/**************************************************************************\
* phpGroupWare *
* http://www.phpgroupware.org *
* Written by Darryl VanDorp (Maniac)
*
* -------------------------------------------- *
* 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. *
\**************************************************************************/
$phpgw_info["flags"] = array('currentapp' => 'ccs',
'enable_nextmatchs_class' => True);
include('../header.inc.php');
//include('inc/functions.inc.php');
$obj=CreateObject('ccs.boDepartments');
$obj->showall();
?>
====================================================
Index: calendar.html
<HTML>
<HEAD>
<TITLE>Calendar </TITLE>
</HEAD>
<SCRIPT LANGUAGE="JavaScript">
//newWin = window;
// USE THE JAVASCRIPT-GENERATED DOCUMENTS (calDocTop, calDocBottom) IN THE
FRAMESET
calDocFrameset =
"<FRAMESET ROWS='80,*' BORDER='0' FRAMEBORDER='0'>\n" +
" <FRAME NAME='topCalFrame' SRC='javascript:parent.opener.calDocTop'
SCROLLING='no'>\n" +
" <FRAME NAME='bottomCalFrame'
SRC='javascript:parent.opener.calDocBottom' SCROLLING='no'>\n" +
"</FRAMESET>\n";
document.write(calDocFrameset);
</SCRIPT>
</HTML>
_______________________________________________
Phpgroupware-cvs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/phpgroupware-cvs