Commit 99546a71db4df08e47ff31bb6d2763e0ce582ef5

Authored by Michael Joseph
1 parent 150b6c06

added copyright and gpl notice

removed owl prefix from table aliases


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2591 c91229c3-7414-0410-bfa2-8a42b809f60b
presentation/Html.inc
1 1 <?php
2 2 /**
3 3 * $Id$
4   - *
5   - * Generic html building functions.
6 4 *
7   - * Licensed under the GNU GPL. For full terms see the file DOCS/COPYING.
  5 + * Generic html building functions..
  6 + *
  7 + * Copyright (c) 2003 Jam Warehouse http://www.jamwarehouse.com
  8 + *
  9 + * This program is free software; you can redistribute it and/or modify
  10 + * it under the terms of the GNU General Public License as published by
  11 + * the Free Software Foundation; either version 2 of the License, or
  12 + * (at your option) any later version.
  13 + *
  14 + * This program is distributed in the hope that it will be useful,
  15 + * but WITHOUT ANY WARRANTY; without even the implied warranty of
  16 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  17 + * GNU General Public License for more details.
  18 + *
  19 + * You should have received a copy of the GNU General Public License
  20 + * along with this program; if not, write to the Free Software
  21 + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
8 22 *
9 23 * @version $Revision$
10 24 * @author Michael Joseph <michael@jamwarehouse.com>, Jam Warehouse (Pty) Ltd, South Africa
11   - * @package presentation
  25 + * @package administration.docfieldmanagement
12 26 */
13 27  
14 28 function renderHeading($sHeading, $sSectionName = "") {
... ...
presentation/login.php
... ... @@ -2,23 +2,32 @@
2 2  
3 3 // main library routines and defaults
4 4 require_once("../config/dmsDefaults.php");
5   -
6 5 /**
7 6 * $Id$
8 7 *
9 8 * This page handles logging a user into the dms.
10 9 * This page displays the login form, and performs the business logic login processing.
11 10 *
12   - * Licensed under the GNU GPL. For full terms see the file COPYING.
  11 + * Copyright (c) 2003 Jam Warehouse http://www.jamwarehouse.com
  12 + *
  13 + * This program is free software; you can redistribute it and/or modify
  14 + * it under the terms of the GNU General Public License as published by
  15 + * the Free Software Foundation; either version 2 of the License, or
  16 + * (at your option) any later version.
  17 + *
  18 + * This program is distributed in the hope that it will be useful,
  19 + * but WITHOUT ANY WARRANTY; without even the implied warranty of
  20 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  21 + * GNU General Public License for more details.
  22 + *
  23 + * You should have received a copy of the GNU General Public License
  24 + * along with this program; if not, write to the Free Software
  25 + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
13 26 *
14 27 * @version $Revision$
15 28 * @author Michael Joseph <michael@jamwarehouse.com>, Jam Warehouse (Pty) Ltd, South Africa
16   - * @package presentation
17 29 */
18 30  
19   -// -------------------------------
20   -// page start
21   -// -------------------------------
22 31 global $default;
23 32  
24 33 if ($loginAction == "loginForm") {
... ...
presentation/logout.php
1 1 <?php
2   -
3 2 /**
4 3 * $Id$
5   - *
  4 + *
6 5 * This page logs the current user out of the system.
7 6 *
8   - * Licensed under the GNU GPL. For full terms see the file COPYING.
  7 + * Copyright (c) 2003 Jam Warehouse http://www.jamwarehouse.com
  8 + *
  9 + * This program is free software; you can redistribute it and/or modify
  10 + * it under the terms of the GNU General Public License as published by
  11 + * the Free Software Foundation; either version 2 of the License, or
  12 + * (at your option) any later version.
  13 + *
  14 + * This program is distributed in the hope that it will be useful,
  15 + * but WITHOUT ANY WARRANTY; without even the implied warranty of
  16 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  17 + * GNU General Public License for more details.
  18 + *
  19 + * You should have received a copy of the GNU General Public License
  20 + * along with this program; if not, write to the Free Software
  21 + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
9 22 *
10 23 * @version $Revision$
11   - * @author Michael Joseph <michael@jamwarehouse.com>, Jam Warehouse (Pty) Ltd, South Africa
12   - * @package presentation
  24 + * @author Michael Joseph <michael@jamwarehouse.com>, Jam Warehouse (Pty) Ltd, South Africa
13 25 */
14 26  
15 27 // main library routines and defaults
... ...
presentation/webpageTemplate.inc
1 1 <?php
2 2 /**
3   -* webTemplate.inc
4   -*
5   -* Used in conjunction with the navbar to create the north, west and north west payloads
6   -* and in doing so creating the webtemplate
7   -*
8   -*
9   -* @author Mukhtar Dharsey
10   -* @date 20 January 2003
11   -* @package presentation.lookandfeel
12   -*/
  3 + * $Id$
  4 + *
  5 + * Used in conjunction with the navbar to create the north, west and north west payloads
  6 + * and in doing so creating the webpage template.
  7 + *
  8 + * Copyright (c) 2003 Jam Warehouse http://www.jamwarehouse.com
  9 + *
  10 + * This program is free software; you can redistribute it and/or modify
  11 + * it under the terms of the GNU General Public License as published by
  12 + * the Free Software Foundation; either version 2 of the License, or
  13 + * (at your option) any later version.
  14 + *
  15 + * This program is distributed in the hope that it will be useful,
  16 + * but WITHOUT ANY WARRANTY; without even the implied warranty of
  17 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  18 + * GNU General Public License for more details.
  19 + *
  20 + * You should have received a copy of the GNU General Public License
  21 + * along with this program; if not, write to the Free Software
  22 + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
  23 + *
  24 + * @version $Revision$
  25 + * @author Mukhtar Dharsey, Jam Warehouse (Pty) Ltd, South Africa
  26 + */
13 27  
14 28 require_once("$default->fileSystemRoot/lib/users/User.inc");
15 29 require_once("$default->fileSystemRoot/lib/visualpatterns/PatternMainPage.inc");
... ...