mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-31 02:21:28 +01:00
replace the crap
This commit is contained in:
parent
1e781c1033
commit
5587b0ba11
@ -1,7 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
/**************************************************************************\
|
/**************************************************************************\
|
||||||
* phpGroupWare - InfoLog *
|
* eGroupWare - InfoLog *
|
||||||
* http://www.phpgroupware.org *
|
* http://www.egroupware.org *
|
||||||
* Written by Ralf Becker <RalfBecker@outdoor-training.de> *
|
* Written by Ralf Becker <RalfBecker@outdoor-training.de> *
|
||||||
* originaly based on todo written by Joseph Engo <jengo@phpgroupware.org> *
|
* originaly based on todo written by Joseph Engo <jengo@phpgroupware.org> *
|
||||||
* -------------------------------------------- *
|
* -------------------------------------------- *
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
/**************************************************************************\
|
/**************************************************************************\
|
||||||
* phpGroupWare - InfoLog Links *
|
* eGroupWare - InfoLog Links *
|
||||||
* http://www.phpgroupware.org *
|
* http://www.egroupware.org *
|
||||||
* Written by Ralf Becker <RalfBecker@outdoor-training.de> *
|
* Written by Ralf Becker <RalfBecker@outdoor-training.de> *
|
||||||
* -------------------------------------------- *
|
* -------------------------------------------- *
|
||||||
* This program is free software; you can redistribute it and/or modify it *
|
* This program is free software; you can redistribute it and/or modify it *
|
||||||
@ -20,10 +20,10 @@
|
|||||||
@class bolink
|
@class bolink
|
||||||
@author ralfbecker
|
@author ralfbecker
|
||||||
@copyright GPL - GNU General Public License
|
@copyright GPL - GNU General Public License
|
||||||
@abstract generalized linking between entries of phpGroupware apps - BO layer
|
@abstract generalized linking between entries of eGroupware apps - BO layer
|
||||||
@discussion This class is the BO-layer of the links<br>
|
@discussion This class is the BO-layer of the links<br>
|
||||||
Links have two ends each pointing to an entry, each entry is a double:<br>
|
Links have two ends each pointing to an entry, each entry is a double:<br>
|
||||||
app app-name or directory-name of an phpgw application, eg. 'infolog'<br>
|
app app-name or directory-name of an egw application, eg. 'infolog'<br>
|
||||||
id this is the id, eg. an integer or a tupple like '0:INBOX:1234'<br>
|
id this is the id, eg. an integer or a tupple like '0:INBOX:1234'<br>
|
||||||
The BO-layer implementes 2 extra features on top of the so-layer:<br>
|
The BO-layer implementes 2 extra features on top of the so-layer:<br>
|
||||||
1) It handles links to not already existing entries. This is used by the eTemplate link-widget, which allows to
|
1) It handles links to not already existing entries. This is used by the eTemplate link-widget, which allows to
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
/**************************************************************************\
|
/**************************************************************************\
|
||||||
* phpGroupWare - InfoLog - eTemplate Widget to show the custom fields *
|
* eGroupWare - InfoLog - eTemplate Widget to show the custom fields *
|
||||||
* http://www.phpgroupware.org *
|
* http://www.egroupware.org *
|
||||||
* Written by Ralf Becker <RalfBecker@outdoor-training.de> *
|
* Written by Ralf Becker <RalfBecker@outdoor-training.de> *
|
||||||
* -------------------------------------------- *
|
* -------------------------------------------- *
|
||||||
* This program is free software; you can redistribute it and/or modify it *
|
* This program is free software; you can redistribute it and/or modify it *
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
/**************************************************************************\
|
/**************************************************************************\
|
||||||
* phpGroupWare - InfoLog Links *
|
* eGroupWare - InfoLog Links *
|
||||||
* http://www.phpgroupware.org *
|
* http://www.egroupware.org *
|
||||||
* Written by Ralf Becker <RalfBecker@outdoor-training.de> *
|
* Written by Ralf Becker <RalfBecker@outdoor-training.de> *
|
||||||
* -------------------------------------------- *
|
* -------------------------------------------- *
|
||||||
* This program is free software; you can redistribute it and/or modify it *
|
* This program is free software; you can redistribute it and/or modify it *
|
||||||
@ -17,10 +17,10 @@
|
|||||||
@class solink
|
@class solink
|
||||||
@author ralfbecker
|
@author ralfbecker
|
||||||
@copyright GPL - GNU General Public License
|
@copyright GPL - GNU General Public License
|
||||||
@abstract generalized linking between entries of phpGroupware apps - DB layer
|
@abstract generalized linking between entries of eGroupware apps - DB layer
|
||||||
@discussion This class is to access the links in the DB<br>
|
@discussion This class is to access the links in the DB<br>
|
||||||
Links have to ends each pointing two an entry, each entry is a double:<br>
|
Links have to ends each pointing two an entry, each entry is a double:<br>
|
||||||
app app-name or directory-name of an phpgw application, eg. 'infolog'<br>
|
app app-name or directory-name of an egw application, eg. 'infolog'<br>
|
||||||
id this is the id, eg. an integer or a tupple like '0:INBOX:1234'
|
id this is the id, eg. an integer or a tupple like '0:INBOX:1234'
|
||||||
@note All vars passed to this class are run either through addslashes or intval
|
@note All vars passed to this class are run either through addslashes or intval
|
||||||
to prevent query insertion and to get pgSql 7.3 compatibility.
|
to prevent query insertion and to get pgSql 7.3 compatibility.
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
/**************************************************************************\
|
/**************************************************************************\
|
||||||
* phpGroupWare - InfoLog: Custom fields, typ and status *
|
* eGroupWare - InfoLog: Custom fields, typ and status *
|
||||||
* http://www.phpgroupware.org *
|
* http://www.egroupware.org *
|
||||||
* Written by Ralf Becker <RalfBecker@outdoor-training.de> *
|
* Written by Ralf Becker <RalfBecker@outdoor-training.de> *
|
||||||
* -------------------------------------------- *
|
* -------------------------------------------- *
|
||||||
* This program is free software; you can redistribute it and/or modify it *
|
* This program is free software; you can redistribute it and/or modify it *
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
/**************************************************************************\
|
/**************************************************************************\
|
||||||
* phpGroupWare - InfoLog *
|
* eGroupWare - InfoLog *
|
||||||
* http://www.phpgroupware.org *
|
* http://www.egroupware.org *
|
||||||
* Written by Ralf Becker <RalfBecker@outdoor-training.de> *
|
* Written by Ralf Becker <RalfBecker@outdoor-training.de> *
|
||||||
* originaly based on todo written by Joseph Engo <jengo@phpgroupware.org> *
|
* originaly based on todo written by Joseph Engo <jengo@phpgroupware.org> *
|
||||||
* -------------------------------------------- *
|
* -------------------------------------------- *
|
||||||
@ -655,7 +655,7 @@
|
|||||||
/*!
|
/*!
|
||||||
@function writeLangFile
|
@function writeLangFile
|
||||||
@abstract writes langfile with all templates and messages registered here
|
@abstract writes langfile with all templates and messages registered here
|
||||||
@discussion called via [write Langfile] in the etemplate-editor or as http://domain/phpgroupware/index.php?menuaction=infolog.uiinfolog.writeLangFile
|
@discussion called via [write Langfile] in the etemplate-editor or as http://domain/egroupware/index.php?menuaction=infolog.uiinfolog.writeLangFile
|
||||||
*/
|
*/
|
||||||
function writeLangFile()
|
function writeLangFile()
|
||||||
{
|
{
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
/**************************************************************************\
|
/**************************************************************************\
|
||||||
* phpGroupWare - InfoLog Links *
|
* eGroupWare - InfoLog Links *
|
||||||
* http://www.phpgroupware.org *
|
* http://www.egroupware.org *
|
||||||
* Written by Ralf Becker <RalfBecker@outdoor-training.de> *
|
* Written by Ralf Becker <RalfBecker@outdoor-training.de> *
|
||||||
* -------------------------------------------- *
|
* -------------------------------------------- *
|
||||||
* This program is free software; you can redistribute it and/or modify it *
|
* This program is free software; you can redistribute it and/or modify it *
|
||||||
@ -17,7 +17,7 @@
|
|||||||
/*!
|
/*!
|
||||||
@class uilink
|
@class uilink
|
||||||
@author ralfbecker
|
@author ralfbecker
|
||||||
@abstract generalized linking between entries of phpGroupware apps - HTML UI layer
|
@abstract generalized linking between entries of eGroupware apps - HTML UI layer
|
||||||
@discussion This class is the UI to show/modify the links
|
@discussion This class is the UI to show/modify the links
|
||||||
@discussion Links have to ends each pointing to an entry, an entry is a double:
|
@discussion Links have to ends each pointing to an entry, an entry is a double:
|
||||||
@discussion app app-name or directory-name of an phpgw application, eg. 'infolog'
|
@discussion app app-name or directory-name of an phpgw application, eg. 'infolog'
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
/**************************************************************************\
|
/**************************************************************************\
|
||||||
* phpGroupWare - Info Log administration *
|
* eGroupWare - Info Log administration *
|
||||||
* http://www.phpgroupware.org *
|
* http://www.egroupware.org *
|
||||||
* -------------------------------------------- *
|
* -------------------------------------------- *
|
||||||
* This program is free software; you can redistribute it and/or modify it *
|
* 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 *
|
* under the terms of the GNU General Public License as published by the *
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
/**************************************************************************\
|
/**************************************************************************\
|
||||||
* phpGroupWare *
|
* eGroupWare *
|
||||||
* http://www.phpgroupware.org *
|
* http://www.egroupware.org *
|
||||||
* -------------------------------------------- *
|
* -------------------------------------------- *
|
||||||
* This program is free software; you can redistribute it and/or modify it *
|
* 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 *
|
* under the terms of the GNU General Public License as published by the *
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
/**************************************************************************\
|
/**************************************************************************\
|
||||||
* phpGroupWare - Info Log administration *
|
* eGroupWare - Info Log administration *
|
||||||
* http://www.phpgroupware.org *
|
* http://www.egroupware.org *
|
||||||
* -------------------------------------------- *
|
* -------------------------------------------- *
|
||||||
* This program is free software; you can redistribute it and/or modify it *
|
* 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 *
|
* under the terms of the GNU General Public License as published by the *
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
/**************************************************************************\
|
/**************************************************************************\
|
||||||
* phpGroupWare - InfoLog Preferences *
|
* eGroupWare - InfoLog Preferences *
|
||||||
* http://www.phpgroupware.org *
|
* http://www.egroupware.org *
|
||||||
* Written by Ralf Becker <RalfBecker@outdoor-training.de> *
|
* Written by Ralf Becker <RalfBecker@outdoor-training.de> *
|
||||||
* ------------------------------------------------------- *
|
* ------------------------------------------------------- *
|
||||||
* This program is free software; you can redistribute it and/or modify it *
|
* This program is free software; you can redistribute it and/or modify it *
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>phpGroupWare Info Log Icons</title>
|
<title>eGroupWare Info Log Icons</title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body bgcolor=Silver>
|
<body bgcolor=Silver>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>phpGroupWare Info Log Icons</title>
|
<title>eGroupWare Info Log Icons</title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body bgcolor=Silver>
|
<body bgcolor=Silver>
|
||||||
|
Loading…
Reference in New Issue
Block a user