phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] old/ccs personnel.php, 1.1 admin.php, 1.1 index.php,


From: skwashd
Subject: [Phpgroupware-cvs] old/ccs personnel.php, 1.1 admin.php, 1.1 index.php, 1.1 departments.php, 1.1 calendar.html, 1.1
Date: Thu, 5 May 2005 02:56:00 +0200

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&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</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>






reply via email to

[Prev in Thread] Current Thread [Next in Thread]