Seminar
2009-10-31
Dirk Vollmar
(C) 2004 - 2009 Dirk Vollmar.
http://www.gnu.org/licenses/gpl.html
seminar@vollmar.ws
http://seminar.vollmar.ws
1.3.0
index.html
seminar.php
seminar.html.php
seminar.class.php
seminar.code.php
seminar.gmap.php
css/index.html
css/seminar.0.css
css/seminar.1.css
images/index.html
images/0000.png
images/0001.png
images/0002.png
images/0003.png
images/0004.png
images/0005.png
images/0006.png
images/0007.png
images/0008.png
images/0009.png
images/0012.png
images/0016.png
images/0032.png
images/1016.png
images/1032.png
images/1116.png
images/1132.png
images/1216.png
images/1232.png
images/1316.png
images/1332.png
images/1416.png
images/1432.png
images/1516.png
images/1532.png
images/1616.png
images/1632.png
images/1716.png
images/1732.png
images/1816.png
images/1832.png
images/1916.png
images/1932.png
images/2016.png
images/2032.png
images/2100.png
images/2110.png
images/2111.png
images/2112.png
images/2116.png
images/2120.png
images/2121.png
images/2122.png
images/2200.png
images/2201.png
images/2202.png
images/2300.png
images/2301.png
images/2302.png
images/2400.png
images/2401.png
images/2402.png
images/2403.png
images/2404.png
images/2405.png
images/2406.png
images/2500.png
images/2501.png
images/2502.png
images/2600.png
images/2601.png
images/2602.png
images/2603.png
images/2604.png
images/2606.png
images/2607.png
images/2700.png
images/2701.png
images/2800.png
images/2801.png
images/2900.png
images/3000.png
images/3001.png
images/3116.png
images/3132.png
images/3216.png
images/3232.png
images/3316.png
images/3332.png
images/certificate.png
images/donate.png
images/logo.png
images/logo-de.png
images/logo-fr.png
images/menulogo.png
images/pin.png
images/shadow.png
CREATE TABLE IF NOT EXISTS `#__seminar` (
`id` int(12) NOT NULL auto_increment,
`sid` int(11) NOT NULL default '0',
`semnum` varchar(100) NOT NULL default '',
`catid` int(11) NOT NULL default '1',
`title` varchar(255) NOT NULL default '',
`target` varchar(255) NOT NULL default '',
`shortdesc` mediumtext NOT NULL default '',
`description` mediumtext NOT NULL default '',
`place` text NOT NULL default '',
`teacher` varchar(120) NOT NULL default '',
`fees` varchar(10) NOT NULL default '0',
`maxpupil` int(5) NOT NULL default '0',
`bookedpupil` int(5) NOT NULL default '0',
`stopbooking` tinyint(1) NOT NULL default '0',
`cancelled` tinyint(1) NOT NULL default '0',
`begin` datetime NOT NULL default '0000-00-00 00:00:00',
`end` datetime NOT NULL default '0000-00-00 00:00:00',
`booked` datetime NOT NULL default '0000-00-00 00:00:00',
`showbegin` tinyint(1) NOT NULL default '1',
`showend` tinyint(1) NOT NULL default '1',
`showbooked` tinyint(1) NOT NULL default '1',
`checked_out` int(11) unsigned NOT NULL default '0',
`checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00',
`ordering` int(11) NOT NULL default '0',
`published` tinyint(1) NOT NULL default '0',
`updated` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP,
`publishdate` datetime NOT NULL default '0000-00-00 00:00:00',
`publisher` int(11) NOT NULL default '0',
`access` int(11) unsigned NOT NULL default '0',
`hits` int(11) NOT NULL default '0',
`grade` tinyint(1) NOT NULL default '0',
`certificated` int(5) NOT NULL default '0',
`paid` int(11) NOT NULL default '0',
`gmaploc` varchar(120) NOT NULL default '',
`nrbooked` int(5) NOT NULL default '1',
`pattern` varchar(100) NOT NULL default '',
`zusatz1` text NOT NULL default '',
`zusatz2` text NOT NULL default '',
`zusatz3` text NOT NULL default '',
`zusatz4` text NOT NULL default '',
`zusatz5` text NOT NULL default '',
`zusatz6` text NOT NULL default '',
`zusatz7` text NOT NULL default '',
`zusatz8` text NOT NULL default '',
`zusatz9` text NOT NULL default '',
`zusatz10` text NOT NULL default '',
`zusatz11` text NOT NULL default '',
`zusatz12` text NOT NULL default '',
`zusatz13` text NOT NULL default '',
`zusatz14` text NOT NULL default '',
`zusatz15` text NOT NULL default '',
`zusatz16` text NOT NULL default '',
`zusatz17` text NOT NULL default '',
`zusatz18` text NOT NULL default '',
`zusatz19` text NOT NULL default '',
`zusatz20` text NOT NULL default '',
`zusatz1hint` text NOT NULL default '',
`zusatz2hint` text NOT NULL default '',
`zusatz3hint` text NOT NULL default '',
`zusatz4hint` text NOT NULL default '',
`zusatz5hint` text NOT NULL default '',
`zusatz6hint` text NOT NULL default '',
`zusatz7hint` text NOT NULL default '',
`zusatz8hint` text NOT NULL default '',
`zusatz9hint` text NOT NULL default '',
`zusatz10hint` text NOT NULL default '',
`zusatz11hint` text NOT NULL default '',
`zusatz12hint` text NOT NULL default '',
`zusatz13hint` text NOT NULL default '',
`zusatz14hint` text NOT NULL default '',
`zusatz15hint` text NOT NULL default '',
`zusatz16hint` text NOT NULL default '',
`zusatz17hint` text NOT NULL default '',
`zusatz18hint` text NOT NULL default '',
`zusatz19hint` text NOT NULL default '',
`zusatz20hint` text NOT NULL default '',
`zusatz1show` tinyint(1) NOT NULL default '0',
`zusatz2show` tinyint(1) NOT NULL default '0',
`zusatz3show` tinyint(1) NOT NULL default '0',
`zusatz4show` tinyint(1) NOT NULL default '0',
`zusatz5show` tinyint(1) NOT NULL default '0',
`zusatz6show` tinyint(1) NOT NULL default '0',
`zusatz7show` tinyint(1) NOT NULL default '0',
`zusatz8show` tinyint(1) NOT NULL default '0',
`zusatz9show` tinyint(1) NOT NULL default '0',
`zusatz10show` tinyint(1) NOT NULL default '0',
`zusatz11show` tinyint(1) NOT NULL default '0',
`zusatz12show` tinyint(1) NOT NULL default '0',
`zusatz13show` tinyint(1) NOT NULL default '0',
`zusatz14show` tinyint(1) NOT NULL default '0',
`zusatz15show` tinyint(1) NOT NULL default '0',
`zusatz16show` tinyint(1) NOT NULL default '0',
`zusatz17show` tinyint(1) NOT NULL default '0',
`zusatz18show` tinyint(1) NOT NULL default '0',
`zusatz19show` tinyint(1) NOT NULL default '0',
`zusatz20show` tinyint(1) NOT NULL default '0',
`image` varchar(120) NOT NULL default '',
`file1` varchar(100) NOT NULL default '',
`file2` varchar(100) NOT NULL default '',
`file3` varchar(100) NOT NULL default '',
`file4` varchar(100) NOT NULL default '',
`file5` varchar(100) NOT NULL default '',
`file1desc` varchar(255) NOT NULL default '',
`file2desc` varchar(255) NOT NULL default '',
`file3desc` varchar(255) NOT NULL default '',
`file4desc` varchar(255) NOT NULL default '',
`file5desc` varchar(255) NOT NULL default '',
`file1down` tinyint(1) NOT NULL default '0',
`file2down` tinyint(1) NOT NULL default '0',
`file3down` tinyint(1) NOT NULL default '0',
`file4down` tinyint(1) NOT NULL default '0',
`file5down` tinyint(1) NOT NULL default '0',
`file1code` mediumtext NOT NULL default '',
`file2code` mediumtext NOT NULL default '',
`file3code` mediumtext NOT NULL default '',
`file4code` mediumtext NOT NULL default '',
`file5code` mediumtext NOT NULL default '',
PRIMARY KEY (`id`)
) COMMENT='Seminar Events';
CREATE TABLE IF NOT EXISTS `#__sembookings` (
`id` int(12) NOT NULL auto_increment,
`name` text NOT NULL default '',
`email` text NOT NULL default '',
`sid` int(11) NOT NULL default '0',
`semid` int(11) NOT NULL default '1',
`userid` int(11) NOT NULL default '1',
`certificated` tinyint(1) NOT NULL default '0',
`bookingdate` datetime NOT NULL default '0000-00-00 00:00:00',
`updated` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP,
`grade` tinyint(1) NOT NULL default '0',
`comment` varchar(200) NOT NULL default '',
`paid` tinyint(1) NOT NULL default '0',
`nrbooked` int(11) NOT NULL default '1',
`zusatz1` text NOT NULL default '',
`zusatz2` text NOT NULL default '',
`zusatz3` text NOT NULL default '',
`zusatz4` text NOT NULL default '',
`zusatz5` text NOT NULL default '',
`zusatz6` text NOT NULL default '',
`zusatz7` text NOT NULL default '',
`zusatz8` text NOT NULL default '',
`zusatz9` text NOT NULL default '',
`zusatz10` text NOT NULL default '',
`zusatz11` text NOT NULL default '',
`zusatz12` text NOT NULL default '',
`zusatz13` text NOT NULL default '',
`zusatz14` text NOT NULL default '',
`zusatz15` text NOT NULL default '',
`zusatz16` text NOT NULL default '',
`zusatz17` text NOT NULL default '',
`zusatz18` text NOT NULL default '',
`zusatz19` text NOT NULL default '',
`zusatz20` text NOT NULL default '',
PRIMARY KEY (`id`)
) COMMENT='Seminar Bookings';
CREATE TABLE IF NOT EXISTS `#__semnumber` (
`id` int(12) NOT NULL auto_increment,
`number` int(11) NOT NULL default '0',
`year` int(11) NOT NULL default '0',
PRIMARY KEY (`id`)
) COMMENT='Seminar Event Numbers';
DROP TABLE IF EXISTS `#__seminar`
DROP TABLE IF EXISTS `#__sembookings`
DROP TABLE IF EXISTS `#__semnumber`
DELETE FROM `#__categories` WHERE `section` LIKE 'com_seminar'
site/de-DE.com_seminar.ini
site/en-GB.com_seminar.ini
index.html
install.seminar.php
uninstall.seminar.php
admin.seminar.php
admin.seminar.html.php
seminar.xml
config.xml
css/index.html
css/icon.css
joomfish/index.html
joomfish/jf_seminar.xml
images/index.html
images/icon-48-sem_config.png
images/icon-48-sem_event.png
images/icon-48-sem_info.png
images/icon-48-sem_logo.png
images/icon-48-sem_pattern.png
images/icon-48-sem_payctrl.png
images/icon-48-sem_statistic.png
images/icon-16-sem_category.png
images/icon-16-sem_config.png
images/icon-16-sem_event.png
images/icon-16-sem_info.png
images/icon-16-sem_logo.png
images/icon-16-sem_pattern.png
images/icon-16-sem_payctrl.png
images/icon-16-sem_statistic.png
admin/de-DE.com_seminar.ini
admin/de-DE.com_seminar.menu.ini
admin/en-GB.com_seminar.ini
admin/en-GB.com_seminar.menu.ini
install.seminar.php
uninstall.seminar.php