mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
change files from phpgw to egw
This commit is contained in:
parent
2d3fdcbed2
commit
b01bf986dc
@ -1,7 +1,7 @@
|
||||
<?php
|
||||
/**************************************************************************\
|
||||
* phpGroupWare - eTemplates - Tutoria Example - a simple MediaDB *
|
||||
* http://www.phpgroupware.org *
|
||||
* eGroupWare - eTemplates - Tutoria Example - a simple MediaDB *
|
||||
* http://www.egroupware.org *
|
||||
* Written by Ralf Becker <RalfBecker@outdoor-training.de> *
|
||||
* -------------------------------------------- *
|
||||
* This program is free software; you can redistribute it and/or modify it *
|
||||
@ -133,7 +133,7 @@
|
||||
@function writeLangFile
|
||||
@abstract writes langfile with all templates and types here
|
||||
@discussion can be called via [write Langfile] in the eTemplate editor or
|
||||
@discussion http://domain/phpgroupware/index.php?et_media.et_media.writeLangFile
|
||||
@discussion http://domain/egroupware/index.php?et_media.et_media.writeLangFile
|
||||
*/
|
||||
function writeLangFile()
|
||||
{
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?php
|
||||
/**************************************************************************\
|
||||
* phpGroupWare - eTemplates - Example App et_media *
|
||||
* http://www.phpgroupware.org *
|
||||
* eGroupWare - eTemplates - Example App et_media *
|
||||
* http://www.egroupware.org *
|
||||
* Written by Ralf Becker <RalfBecker@outdoor-training.de> *
|
||||
* -------------------------------------------- *
|
||||
* This program is free software; you can redistribute it and/or modify it *
|
||||
|
@ -1,7 +1,7 @@
|
||||
to install et_media the example app from the eTemplate Tutorial you need to do the followin steps:
|
||||
|
||||
1) in a shell (on windows just copy the et_media dir into your phpgw-install dir)
|
||||
cd /www/phpgroupware # or whatever you phpgw-install-dir is
|
||||
1) in a shell (on windows just copy the et_media dir into your egw-install dir)
|
||||
cd /www/egroupware # or whatever you egw-install-dir is
|
||||
mv etemplate/doc/et_media .
|
||||
ln -s et_media etemplate/doc
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?php
|
||||
/**************************************************************************\
|
||||
* phpGroupWare - Editable Templates: Example App of the tutorial *
|
||||
* http://www.phpgroupware.org *
|
||||
* eGroupWare - Editable Templates: Example App of the tutorial *
|
||||
* http://www.egroupware.org *
|
||||
" Written by Ralf Becker <RalfBecker@outdoor-training.de> *
|
||||
* -------------------------------------------- *
|
||||
* This program is free software; you can redistribute it and/or modify it *
|
||||
@ -25,7 +25,7 @@
|
||||
);
|
||||
$setup_info['et_media']['license'] = 'GPL';
|
||||
$setup_info['et_media']['description'] =
|
||||
'<b>eTemplates</b> are a new widget-based template system for phpGroupWare.<br>
|
||||
'<b>eTemplates</b> are a new widget-based template system for eGroupWare.<br>
|
||||
<b>eT-Media</b> is the example application of the eTemplates tutorial.';
|
||||
$setup_info['et_media']['note'] =
|
||||
'For more information check out the <a href="etemplate/doc/etemplate.html" target="_blank">Tutorial</a>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?php
|
||||
/***************************************************************************\
|
||||
* phpGroupWare - Notes eTemplate Port *
|
||||
* http://www.phpgroupware.org *
|
||||
* eGroupWare - Notes eTemplate Port *
|
||||
* http://www.egroupware.org *
|
||||
* Written by : Andy Holman (LoCdOg) *
|
||||
* Bettina Gille [ceb@phpgroupware.org] *
|
||||
* Ported to eTemplate by Ralf Becker [ralfbecker@outdoor-training.de] *
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?php
|
||||
/***************************************************************************\
|
||||
* phpGroupWare - Notes eTemplate Port *
|
||||
* http://www.phpgroupware.org *
|
||||
* eGroupWare - Notes eTemplate Port *
|
||||
* http://www.egroupware.org *
|
||||
* Written by : Bettina Gille [ceb@phpgroupware.org] *
|
||||
* Ported to eTemplate by Ralf Becker [ralfbecker@outdoor-training.de] *
|
||||
* ------------------------------------------------- *
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?php
|
||||
/***************************************************************************\
|
||||
* phpGroupWare - Notes eTemplate Port *
|
||||
* http://www.phpgroupware.org *
|
||||
* eGroupWare - Notes eTemplate Port *
|
||||
* http://www.egroupware.org *
|
||||
* Written by : Bettina Gille [ceb@phpgroupware.org] *
|
||||
* Andy Holman (LoCdOg) *
|
||||
* Ported to eTemplate by Ralf Becker [ralfbecker@outdoor-training.de] *
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?php
|
||||
/***************************************************************************\
|
||||
* phpGroupWare - Notes *
|
||||
* http://www.phpgroupware.org *
|
||||
* eGroupWare - Notes *
|
||||
* http://www.egroupware.org *
|
||||
* ----------------------------------------------- *
|
||||
* 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 *
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?php
|
||||
/**************************************************************************\
|
||||
* phpGroupWare *
|
||||
* http://www.phpgroupware.org *
|
||||
* eGroupWare *
|
||||
* http://www.egroupware.org *
|
||||
* Written by Joseph Engo <jengo@phpgroupware.org> *
|
||||
* -------------------------------------------- *
|
||||
* This program is free software; you can redistribute it and/or modify it *
|
||||
@ -20,4 +20,4 @@
|
||||
|
||||
display_section($appname,$appname,$values);
|
||||
}
|
||||
?>
|
||||
?>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?php
|
||||
/**************************************************************************\
|
||||
* phpGroupWare *
|
||||
* http://www.phpgroupware.org *
|
||||
* eGroupWare *
|
||||
* http://www.egroupware.org *
|
||||
* Written by Mark Peters <skeeter@phpgroupware.org> *
|
||||
* -------------------------------------------- *
|
||||
* This program is free software; you can redistribute it and/or modify it *
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?php
|
||||
/**************************************************************************\
|
||||
* phpGroupWare - Notes eTemplate Port *
|
||||
* http://www.phpgroupware.org *
|
||||
* eGroupWare - Notes eTemplate Port *
|
||||
* http://www.egroupware.org *
|
||||
* Written by Bettina Gille [ceb@phpgroupware.org] *
|
||||
* Ported to eTemplate by Ralf Becker [ralfbecker@outdoor-training.de] *
|
||||
* ----------------------------------------------- *
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?php
|
||||
/**************************************************************************\
|
||||
* phpGroupWare - Notes eTemplates Port *
|
||||
* http://www.phpgroupware.org *
|
||||
* eGroupWare - Notes eTemplates Port *
|
||||
* http://www.egroupware.org *
|
||||
* Ported to eTemplate by Ralf Becker [ralfbecker@outdoor-training.de] *
|
||||
* -------------------------------------------- *
|
||||
* This program is free software; you can redistribute it and/or modify it *
|
||||
@ -25,7 +25,7 @@
|
||||
|
||||
$setup_info['et_notes']['author'] = 'Bettina Gille, Andy Holman (LoCdOg)';
|
||||
$setup_info['et_notes']['maintainer'] = 'Ralf Becker';
|
||||
$setup_info['et_notes']['maintainer_email'] = 'ralfbecker@phpgroupware.org';
|
||||
$setup_info['et_notes']['maintainer_email'] = 'ralfbecker@outdoor-training.de';
|
||||
|
||||
/* The hooks this app includes, needed for hooks registration */
|
||||
$setup_info['et_notes']['hooks'][] = 'deleteaccount';
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?php
|
||||
/**************************************************************************\
|
||||
* phpGroupWare - Notes eTemplate Port *
|
||||
* http://www.phpgroupware.org *
|
||||
* eGroupWare - Notes eTemplate Port *
|
||||
* http://www.egroupware.org *
|
||||
* -------------------------------------------- *
|
||||
* 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 *
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?php
|
||||
/**************************************************************************\
|
||||
* phpGroupWare - eTemplate Extension - Date Widget *
|
||||
* http://www.phpgroupware.org *
|
||||
* eGroupWare - eTemplate Extension - Date Widget *
|
||||
* http://www.egroupware.org *
|
||||
* Written by Ralf Becker <RalfBecker@outdoor-training.de> *
|
||||
* -------------------------------------------- *
|
||||
* This program is free software; you can redistribute it and/or modify it *
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?php
|
||||
/**************************************************************************\
|
||||
* phpGroupWare - eTemplates - DB-Tools *
|
||||
* http://www.phpgroupware.org *
|
||||
* eGroupWare - eTemplates - DB-Tools *
|
||||
* http://www.egroupware.org *
|
||||
* Written by Ralf Becker <RalfBecker@outdoor-training.de> *
|
||||
* -------------------------------------------- *
|
||||
* This program is free software; you can redistribute it and/or modify it *
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?php
|
||||
/**************************************************************************\
|
||||
* phpGroupWare - EditableTemplates *
|
||||
* http://www.phpgroupware.org *
|
||||
* eGroupWare - EditableTemplates *
|
||||
* http://www.egroupware.org *
|
||||
* Written by Ralf Becker <RalfBecker@outdoor-training.de> *
|
||||
* -------------------------------------------- *
|
||||
* This program is free software; you can redistribute it and/or modify it *
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?php
|
||||
/**************************************************************************\
|
||||
* phpGroupWare - eTemplate Extension - InfoLog LinkTo Widget *
|
||||
* http://www.phpgroupware.org *
|
||||
* eGroupWare - eTemplate Extension - InfoLog LinkTo Widget *
|
||||
* http://www.egroupware.org *
|
||||
* Written by Ralf Becker <RalfBecker@outdoor-training.de> *
|
||||
* -------------------------------------------- *
|
||||
* This program is free software; you can redistribute it and/or modify it *
|
||||
|
@ -1,12 +1,12 @@
|
||||
<?php
|
||||
/**************************************************************************\
|
||||
* phpGroupWare API - Select Box 2 *
|
||||
* eGroupWare API - Select Box 2 *
|
||||
* Written by Ralf Becker <RalfBecker@outdoor-training.de> *
|
||||
* Class for creating select boxes for addresse, projects, array items, ... *
|
||||
* Copyright (C) 2000, 2001 Dan Kuykendall *
|
||||
* -------------------------------------------------------------------------*
|
||||
* This library is part of the phpGroupWare API *
|
||||
* http://www.phpgroupware.org/api *
|
||||
* This library is part of the eGroupWare API *
|
||||
* http://www.egroupware.org/api *
|
||||
* ------------------------------------------------------------------------ *
|
||||
* This library is free software; you can redistribute it and/or modify it *
|
||||
* under the terms of the GNU Lesser General Public License as published by *
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?php
|
||||
/**************************************************************************\
|
||||
* phpGroupWare - eTemplate Extension - Select Widgets *
|
||||
* http://www.phpgroupware.org *
|
||||
* eGroupWare - eTemplate Extension - Select Widgets *
|
||||
* http://www.egroupware.org *
|
||||
* Written by Ralf Becker <RalfBecker@outdoor-training.de> *
|
||||
* -------------------------------------------- *
|
||||
* This program is free software; you can redistribute it and/or modify it *
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?php
|
||||
/**************************************************************************\
|
||||
* phpGroupWare - generalized SQL Storage Object *
|
||||
* http://www.phpgroupware.org *
|
||||
* eGroupWare - generalized SQL Storage Object *
|
||||
* http://www.egroupware.org *
|
||||
* Written by Ralf Becker <RalfBecker@outdoor-training.de> *
|
||||
* -------------------------------------------- *
|
||||
* This program is free software; you can redistribute it and/or modify it *
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?php
|
||||
/**************************************************************************\
|
||||
* phpGroupWare - EditableTemplates - Storage Objects *
|
||||
* http://www.phpgroupware.org *
|
||||
* eGroupWare - EditableTemplates - Storage Objects *
|
||||
* http://www.egroupware.org *
|
||||
* Written by Ralf Becker <RalfBecker@outdoor-training.de> *
|
||||
* -------------------------------------------- *
|
||||
* This program is free software; you can redistribute it and/or modify it *
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?php
|
||||
/**************************************************************************\
|
||||
* phpGroupWare - Translation Editor *
|
||||
* http://www.phpgroupware.org *
|
||||
* eGroupWare - Translation Editor *
|
||||
* http://www.egroupware.org *
|
||||
* -------------------------------------------- *
|
||||
* 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 *
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?php
|
||||
/**************************************************************************\
|
||||
* phpGroupWare - eTemplate Extension - Tab Widget *
|
||||
* http://www.phpgroupware.org *
|
||||
* eGroupWare - eTemplate Extension - Tab Widget *
|
||||
* http://www.egroupware.org *
|
||||
* Written by Ralf Becker <RalfBecker@outdoor-training.de> *
|
||||
* -------------------------------------------- *
|
||||
* This program is free software; you can redistribute it and/or modify it *
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?php
|
||||
/**************************************************************************\
|
||||
* phpGroupWare - EditableTemplates - HTML User Interface *
|
||||
* http://www.phpgroupware.org *
|
||||
* eGroupWare - EditableTemplates - HTML User Interface *
|
||||
* http://www.egroupware.org *
|
||||
* Written by Ralf Becker <RalfBecker@outdoor-training.de> *
|
||||
* -------------------------------------------- *
|
||||
* This program is free software; you can redistribute it and/or modify it *
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?php
|
||||
/**************************************************************************\
|
||||
* phpGroupWare - EditableTemplates - GTK User Interface *
|
||||
* http://www.phpgroupware.org *
|
||||
* eGroupWare - EditableTemplates - GTK User Interface *
|
||||
* http://www.egroupware.org *
|
||||
* Written by Ralf Becker <RalfBecker@outdoor-training.de> *
|
||||
* -------------------------------------------- *
|
||||
* This program is free software; you can redistribute it and/or modify it *
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?php
|
||||
/**************************************************************************\
|
||||
* phpGroupWare - eTemplate Extension - XSLT Widget *
|
||||
* http://www.phpgroupware.org *
|
||||
* eGroupWare - eTemplate Extension - XSLT Widget *
|
||||
* http://www.egroupware.org *
|
||||
* Written by Ralf Becker <RalfBecker@outdoor-training.de> *
|
||||
* -------------------------------------------- *
|
||||
* This program is free software; you can redistribute it and/or modify it *
|
||||
@ -102,4 +102,4 @@
|
||||
|
||||
$value = $value_in;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?php
|
||||
/**************************************************************************\
|
||||
* phpGroupWare - eTemplates - XUL/XML Import & Export *
|
||||
* http://www.phpgroupware.org *
|
||||
* eGroupWare - eTemplates - XUL/XML Import & Export *
|
||||
* http://www.egroupware.org *
|
||||
* Written by Ralf Becker <RalfBecker@outdoor-training.de> *
|
||||
* -------------------------------------------- *
|
||||
* This program is free software; you can redistribute it and/or modify it *
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?php
|
||||
/**************************************************************************\
|
||||
* phpGroupWare - eTemplates - Editor *
|
||||
* http://www.phpgroupware.org *
|
||||
* eGroupWare - eTemplates - Editor *
|
||||
* http://www.egroupware.org *
|
||||
* Written by Ralf Becker <RalfBecker@outdoor-training.de> *
|
||||
* -------------------------------------------- *
|
||||
* This program is free software; you can redistribute it and/or modify it *
|
||||
|
@ -1,6 +1,6 @@
|
||||
/**************************************************************************\
|
||||
* phpGroupWare - EditableTemplates - javascript support functions *
|
||||
* http://www.phpgroupware.org *
|
||||
* eGroupWare - EditableTemplates - javascript support functions *
|
||||
* http://www.egroupware.org *
|
||||
* Written by Ralf Becker <RalfBecker@outdoor-training.de> *
|
||||
* -------------------------------------------- *
|
||||
* This program is free software; you can redistribute it and/or modify it *
|
||||
|
@ -2,8 +2,8 @@
|
||||
|
||||
<?php
|
||||
/**************************************************************************\
|
||||
* phpGroupWare - EditableTemplates - GTK User Interface *
|
||||
* http://www.phpgroupware.org *
|
||||
* eGroupWare - EditableTemplates - GTK User Interface *
|
||||
* http://www.egroupware.org *
|
||||
* Written by Ralf Becker <RalfBecker@outdoor-training.de> *
|
||||
* -------------------------------------------- *
|
||||
* This program is free software; you can redistribute it and/or modify it *
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?php
|
||||
/**************************************************************************\
|
||||
* phpGroupWare - eTemplates - process_exec *
|
||||
* http://www.phpgroupware.org *
|
||||
* eGroupWare - eTemplates - process_exec *
|
||||
* http://www.egroupware.org *
|
||||
* Written by Ralf Becker <RalfBecker@outdoor-training.de> *
|
||||
* -------------------------------------------- *
|
||||
* This program is free software; you can redistribute it and/or modify it *
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?php
|
||||
/**************************************************************************\
|
||||
* phpGroupWare - Editable Templates *
|
||||
* http://www.phpgroupware.org *
|
||||
* eGroupWare - Editable Templates *
|
||||
* http://www.egroupware.org *
|
||||
" Written by Ralf Becker <RalfBecker@outdoor-training.de> *
|
||||
* -------------------------------------------- *
|
||||
* This program is free software; you can redistribute it and/or modify it *
|
||||
@ -25,7 +25,7 @@
|
||||
);
|
||||
$setup_info['etemplate']['license'] = 'GPL';
|
||||
$setup_info['etemplate']['description'] =
|
||||
'<b>eTemplates</b> are a new widget-based template system for phpGroupWare with an
|
||||
'<b>eTemplates</b> are a new widget-based template system for eGroupWare with an
|
||||
interactive editor and a database table-editor (creates tables_current.inc.php and
|
||||
updates automaticaly tables_update.inc.php).';
|
||||
$setup_info['etemplate']['note'] =
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?php
|
||||
/**************************************************************************\
|
||||
* phpGroupWare - Editable Templates *
|
||||
* http://www.phpgroupware.org *
|
||||
* eGroupWare - Editable Templates *
|
||||
* http://www.egroupware.org *
|
||||
" Written by Ralf Becker <RalfBecker@outdoor-training.de> *
|
||||
* -------------------------------------------- *
|
||||
* This program is free software; you can redistribute it and/or modify it *
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?php
|
||||
/**************************************************************************\
|
||||
* phpGroupWare - Editable Templates *
|
||||
* http://www.phpgroupware.org *
|
||||
* eGroupWare - Editable Templates *
|
||||
* http://www.egroupware.org *
|
||||
" Written by Ralf Becker <RalfBecker@outdoor-training.de> *
|
||||
* -------------------------------------------- *
|
||||
* This program is free software; you can redistribute it and/or modify it *
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?php
|
||||
/**************************************************************************\
|
||||
* phpGroupWare - Setup *
|
||||
* http://www.phpgroupware.org *
|
||||
* eGroupWare - Setup *
|
||||
* http://www.egroupware.org *
|
||||
* -------------------------------------------- *
|
||||
* 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 *
|
||||
|
Loading…
Reference in New Issue
Block a user