mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +01:00
add new template setup files to store information and to make sure only template sets are choosable in preferences
This commit is contained in:
parent
c98ae36968
commit
a8959cc19b
BIN
phpgwapi/templates/default/images/logophpgw.gif
Normal file
BIN
phpgwapi/templates/default/images/logophpgw.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.8 KiB |
31
phpgwapi/templates/default/setup/setup.inc.php
Executable file
31
phpgwapi/templates/default/setup/setup.inc.php
Executable file
@ -0,0 +1,31 @@
|
||||
<?php
|
||||
/**************************************************************************\
|
||||
* eGroupWare - default *
|
||||
* 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 *
|
||||
* Free Software Foundation; either version 2 of the License, or (at your *
|
||||
* option) any later version. *
|
||||
\**************************************************************************/
|
||||
|
||||
/* Basic information about this template */
|
||||
$GLOBALS['egw_info']['template']['default']['name'] = 'default';
|
||||
$GLOBALS['egw_info']['template']['default']['title'] = 'Fallback';
|
||||
$GLOBALS['egw_info']['template']['default']['version'] = '1.0';
|
||||
|
||||
$GLOBALS['egw_info']['template']['default']['author'] = 'Joseph Engo <jengo@phpgroupware.org>';
|
||||
$GLOBALS['egw_info']['template']['default']['license'] = 'GPL';
|
||||
$GLOBALS['egw_info']['template']['default']['windowed'] = False;
|
||||
$GLOBALS['egw_info']['template']['default']['icon'] = "phpgwapi/templates/default/images/logophpgw.gif";
|
||||
$GLOBALS['egw_info']['template']['default']['maintainer'] = array(
|
||||
array('name' => 'unmaintained', 'email' => 'info@egroupware.org')
|
||||
);
|
||||
|
||||
$GLOBALS['egw_info']['template']['default']['description'] = "
|
||||
This was the default template set of phpGroupware. We now use the 'default' template set as general fallback template set. All applications aught to have their primairy templates created in this set.
|
||||
";
|
||||
$GLOBALS['egw_info']['template']['default']['note'] = "
|
||||
|
||||
";
|
||||
?>
|
26
phpgwapi/templates/edge-it/setup/setup.inc.php
Executable file
26
phpgwapi/templates/edge-it/setup/setup.inc.php
Executable file
@ -0,0 +1,26 @@
|
||||
<?php
|
||||
/**************************************************************************\
|
||||
* eGroupWare - Edge-It *
|
||||
* 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 *
|
||||
* Free Software Foundation; either version 2 of the License, or (at your *
|
||||
* option) any later version. *
|
||||
\**************************************************************************/
|
||||
|
||||
|
||||
/* Basic information about this template */
|
||||
$GLOBALS['egw_info']['template']['edge-it']['name'] = 'edge-it';
|
||||
$GLOBALS['egw_info']['template']['edge-it']['title'] = 'Edge-It';
|
||||
$GLOBALS['egw_info']['template']['edge-it']['version'] = '1.0';
|
||||
|
||||
$GLOBALS['egw_info']['template']['edge-it']['author'] = 'Pim Snel';
|
||||
$GLOBALS['egw_info']['template']['edge-it']['license'] = 'GPL';
|
||||
$GLOBALS['egw_info']['template']['edge-it']['windowed'] = False;
|
||||
$GLOBALS['egw_info']['template']['edge-it']['icon'] = "";
|
||||
$GLOBALS['egw_info']['template']['edge-it']['maintainer'] = array(
|
||||
array('name' => 'edge-it', 'email' => '')
|
||||
);
|
||||
$GLOBALS['egw_info']['template']['edge-it']['description'] = "Edge-It is a clone of the idots template set.";
|
||||
?>
|
BIN
phpgwapi/templates/idots/images/idots-logo.png
Normal file
BIN
phpgwapi/templates/idots/images/idots-logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 550 B |
26
phpgwapi/templates/idots/setup/setup.inc.php
Executable file
26
phpgwapi/templates/idots/setup/setup.inc.php
Executable file
@ -0,0 +1,26 @@
|
||||
<?php
|
||||
/**************************************************************************\
|
||||
* eGroupWare - idots *
|
||||
* 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 *
|
||||
* Free Software Foundation; either version 2 of the License, or (at your *
|
||||
* option) any later version. *
|
||||
\**************************************************************************/
|
||||
|
||||
|
||||
/* Basic information about this template */
|
||||
$GLOBALS['egw_info']['template']['idots']['name'] = 'idots';
|
||||
$GLOBALS['egw_info']['template']['idots']['title'] = 'Idots';
|
||||
$GLOBALS['egw_info']['template']['idots']['version'] = '1.0';
|
||||
|
||||
$GLOBALS['egw_info']['template']['idots']['author'] = 'Pim Snel';
|
||||
$GLOBALS['egw_info']['template']['idots']['license'] = 'GPL';
|
||||
$GLOBALS['egw_info']['template']['idots']['windowed'] = False;
|
||||
$GLOBALS['egw_info']['template']['idots']['icon'] = "phpgwapi/templates/idots/images/idots-logo.png";
|
||||
$GLOBALS['egw_info']['template']['idots']['maintainer'] = array(
|
||||
array('name' => 'Pim Snel', 'email' => 'pim@lingewoud.nl')
|
||||
);
|
||||
$GLOBALS['egw_info']['template']['idots']['description'] = "Idots is the default template set for eGroupware.";
|
||||
?>
|
49
phpgwapi/templates/idots2/setup/setup.inc.php
Executable file
49
phpgwapi/templates/idots2/setup/setup.inc.php
Executable file
@ -0,0 +1,49 @@
|
||||
<?php
|
||||
/**************************************************************************\
|
||||
* eGroupWare - Idots2 *
|
||||
* 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 *
|
||||
* Free Software Foundation; either version 2 of the License, or (at your *
|
||||
* option) any later version. *
|
||||
\**************************************************************************/
|
||||
|
||||
/* Basic information about this template */
|
||||
$GLOBALS['egw_info']['template']['idots2']['name'] = 'idots2';
|
||||
$GLOBALS['egw_info']['template']['idots2']['title'] = 'Idots 2';
|
||||
$GLOBALS['egw_info']['template']['idots2']['version'] = '0.3.0';
|
||||
|
||||
$GLOBALS['egw_info']['template']['idots2']['author'] = 'Edo van Bruggen and Rob van Kraanen';
|
||||
$GLOBALS['egw_info']['template']['idots2']['license'] = 'GPL';
|
||||
$GLOBALS['egw_info']['template']['idots2']['windowed'] = True;
|
||||
$GLOBALS['egw_info']['template']['idots2']['icon'] = "phpgwapi/templates/idots2/images/logo-idots.png";
|
||||
$GLOBALS['egw_info']['template']['idots2']['maintainer'] = array(
|
||||
array('name' => 'Edo van Bruggen', 'email' => 'edovanbruggen@raketnet.nl'),
|
||||
array('name' => 'Rob van Kraanen', 'email' => 'rvkraanen@gmail.com')
|
||||
);
|
||||
|
||||
$GLOBALS['egw_info']['template']['idots2']['description'] = "
|
||||
Based on <a href='http://www.x-desktop.org' target='_new'> x-Desktop </a>. <br/>
|
||||
The theme is based on the Retro skin for Windowsblind made by <a href='http://www.essorant.com' target='_new'>Tim Dagger</a>.";
|
||||
|
||||
$GLOBALS['egw_info']['template']['idots2']['note'] = "
|
||||
<br/>
|
||||
<br/>
|
||||
++ Special thanks to ++
|
||||
<br/>
|
||||
<br/>
|
||||
<ul>
|
||||
<li>Pim Snel <a href='http://www.lingewoud.nl' target='_new'>Lingewoud B.V.</a> for providing this oppurtunity and sponsoring.</li>
|
||||
<li><a href='http://www.avans.nl' target='_new'>Avans Hogeschool Den Bosch</a> (Netherlands)</li>
|
||||
<li>Tim Dagger for letting us use the Retro skin.</li>
|
||||
<li>Coffee ;)</li>
|
||||
</ul>
|
||||
";
|
||||
|
||||
/* Dependencies for this app to work */
|
||||
$GLOBALS['egw_info']['template']['idots2']['depends'][] = array(
|
||||
'appname' => 'phpgwapi',
|
||||
'versions' => Array('1.0.0')
|
||||
);
|
||||
?>
|
29
phpgwapi/templates/idsociety/setup/setup.inc.php
Executable file
29
phpgwapi/templates/idsociety/setup/setup.inc.php
Executable file
@ -0,0 +1,29 @@
|
||||
<?php
|
||||
/**************************************************************************\
|
||||
* eGroupWare - idsociety *
|
||||
* 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 *
|
||||
* Free Software Foundation; either version 2 of the License, or (at your *
|
||||
* option) any later version. *
|
||||
\**************************************************************************/
|
||||
|
||||
/* Basic information about this template */
|
||||
$GLOBALS['egw_info']['template']['idsociety']['name'] = 'idsociety';
|
||||
$GLOBALS['egw_info']['template']['idsociety']['title'] = 'idsociety';
|
||||
$GLOBALS['egw_info']['template']['idsociety']['version'] = '1.0';
|
||||
|
||||
$GLOBALS['egw_info']['template']['idsociety']['author'] = 'Joseph Engo <jengo@phpgroupware.org>';
|
||||
$GLOBALS['egw_info']['template']['idsociety']['license'] = 'GPL';
|
||||
$GLOBALS['egw_info']['template']['idsociety']['windowed'] = False;
|
||||
$GLOBALS['egw_info']['template']['idsociety']['icon'] = "phpgwapi/templates/idsociety/images/logophpgw.gif";
|
||||
$GLOBALS['egw_info']['template']['idsociety']['maintainer'] = array(
|
||||
array('name' => 'unmaintained', 'email' => 'info@egroupware.org')
|
||||
);
|
||||
|
||||
$GLOBALS['egw_info']['template']['idsociety']['description'] = "
|
||||
This was the idsociety template set created for phpGroupware.
|
||||
";
|
||||
$GLOBALS['egw_info']['template']['idsociety']['note'] = "";
|
||||
?>
|
25
phpgwapi/templates/jerryr/setup/setup.inc.php
Executable file
25
phpgwapi/templates/jerryr/setup/setup.inc.php
Executable file
@ -0,0 +1,25 @@
|
||||
<?php
|
||||
/**************************************************************************\
|
||||
* eGroupWare - jerryr *
|
||||
* 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 *
|
||||
* Free Software Foundation; either version 2 of the License, or (at your *
|
||||
* option) any later version. *
|
||||
\**************************************************************************/
|
||||
|
||||
|
||||
/* Basic information about this template */
|
||||
$GLOBALS['egw_info']['template']['jerryr']['name'] = 'jerryr';
|
||||
$GLOBALS['egw_info']['template']['jerryr']['title'] = 'jerryr';
|
||||
$GLOBALS['egw_info']['template']['jerryr']['version'] = '1.0';
|
||||
|
||||
$GLOBALS['egw_info']['template']['jerryr']['author'] = 'Pim Snel';
|
||||
$GLOBALS['egw_info']['template']['jerryr']['license'] = 'GPL';
|
||||
$GLOBALS['egw_info']['template']['jerryr']['windowed'] = False;
|
||||
$GLOBALS['egw_info']['template']['jerryr']['icon'] = "phpgwapi/templates/jerryr/images/jerryr-logo.png";
|
||||
$GLOBALS['egw_info']['template']['jerryr']['maintainer'] = array(
|
||||
);
|
||||
$GLOBALS['egw_info']['template']['jerryr']['description'] = "jerryr is a clone of the idots template set.";
|
||||
?>
|
26
phpgwapi/templates/literati/setup/setup.inc.php
Executable file
26
phpgwapi/templates/literati/setup/setup.inc.php
Executable file
@ -0,0 +1,26 @@
|
||||
<?php
|
||||
/**************************************************************************\
|
||||
* eGroupWare - literati *
|
||||
* 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 *
|
||||
* Free Software Foundation; either version 2 of the License, or (at your *
|
||||
* option) any later version. *
|
||||
\**************************************************************************/
|
||||
|
||||
|
||||
/* Basic information about this template */
|
||||
$GLOBALS['egw_info']['template']['literati']['name'] = 'literati';
|
||||
$GLOBALS['egw_info']['template']['literati']['title'] = 'literati';
|
||||
$GLOBALS['egw_info']['template']['literati']['version'] = '1.0';
|
||||
|
||||
$GLOBALS['egw_info']['template']['literati']['author'] = 'Pim Snel';
|
||||
$GLOBALS['egw_info']['template']['literati']['license'] = 'GPL';
|
||||
$GLOBALS['egw_info']['template']['literati']['windowed'] = False;
|
||||
$GLOBALS['egw_info']['template']['literati']['icon'] = "phpgwapi/templates/literati/images/literati-logo.png";
|
||||
$GLOBALS['egw_info']['template']['literati']['maintainer'] = array(
|
||||
array('name' => 'Pim Snel', 'email' => 'pim@lingewoud.nl')
|
||||
);
|
||||
$GLOBALS['egw_info']['template']['literati']['description'] = "literati is a yellow clone of the idots template set for eGroupware.";
|
||||
?>
|
25
phpgwapi/templates/prisma/setup/setup.inc.php
Executable file
25
phpgwapi/templates/prisma/setup/setup.inc.php
Executable file
@ -0,0 +1,25 @@
|
||||
<?php
|
||||
/**************************************************************************\
|
||||
* eGroupWare - prisma *
|
||||
* 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 *
|
||||
* Free Software Foundation; either version 2 of the License, or (at your *
|
||||
* option) any later version. *
|
||||
\**************************************************************************/
|
||||
|
||||
|
||||
/* Basic information about this template */
|
||||
$GLOBALS['egw_info']['template']['prisma']['name'] = 'prisma';
|
||||
$GLOBALS['egw_info']['template']['prisma']['title'] = 'prisma';
|
||||
$GLOBALS['egw_info']['template']['prisma']['version'] = '1.0';
|
||||
|
||||
$GLOBALS['egw_info']['template']['prisma']['author'] = 'Pim Snel';
|
||||
$GLOBALS['egw_info']['template']['prisma']['license'] = 'GPL';
|
||||
$GLOBALS['egw_info']['template']['prisma']['windowed'] = False;
|
||||
$GLOBALS['egw_info']['template']['prisma']['icon'] = "phpgwapi/templates/prisma/images/prisma-logo.png";
|
||||
$GLOBALS['egw_info']['template']['prisma']['maintainer'] = array(
|
||||
);
|
||||
$GLOBALS['egw_info']['template']['prisma']['description'] = "prisma is a clone of the idots template set for eGroupware.";
|
||||
?>
|
Loading…
Reference in New Issue
Block a user