manqod-server 1.257.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/doc/manqod.sql ADDED
@@ -0,0 +1,440 @@
1
+
2
+
3
+ DROP TABLE IF EXISTS `buttons`;
4
+ CREATE TABLE `buttons` (
5
+ `id` int(11) NOT NULL auto_increment,
6
+ `moditemid` int(11) NOT NULL default '0',
7
+ `target_moditemid` int(11) NOT NULL default '0',
8
+ `btfunct` varchar(10) NOT NULL default '',
9
+ `moditem_render_mode` varchar(10) NOT NULL default '',
10
+ `oid` char(1) NOT NULL default '',
11
+ `display` text NOT NULL,
12
+ `grp_id` mediumint(9) NOT NULL,
13
+ PRIMARY KEY (`id`),
14
+ KEY `moditemid` (`moditemid`),
15
+ KEY `target_moditemid` (`target_moditemid`),
16
+ KEY `btfunct` (`btfunct`),
17
+ KEY `moditem_render_mode` (`moditem_render_mode`),
18
+ KEY `oid` (`oid`),
19
+ KEY `grp_id` (`grp_id`)
20
+ ) ENGINE=MyISAM AUTO_INCREMENT=129 DEFAULT CHARSET=utf8;
21
+
22
+ LOCK TABLES `buttons` WRITE;
23
+ INSERT INTO `buttons` (`id`, `moditemid`, `target_moditemid`, `btfunct`, `moditem_render_mode`, `oid`, `display`, `grp_id`) VALUES (1,50,85,'add','newwindow','1','',0),(2,35,76,'add','newwindow','0','_add',0),(3,33,49,'add','newwindow','0','',0),(4,32,0,'remove','embedded','5','',0),(5,32,58,'add','newwindow','1','',0),(6,39,40,'add','newwindow','0','',0),(7,30,42,'add','newwindow','0','',0),(8,36,47,'add','newwindow','0','',0),(9,36,47,'modify','newwindow','3','',0),(10,30,0,'remove','','3','',0),(11,30,42,'modify','newwindow','1','',0),(12,30,0,'copy','','2','',0),(13,34,41,'add','newwindow','0','_add',0),(14,50,85,'copy','newwindow','3','',0),(15,50,0,'remove','embedded','6','',0),(16,34,41,'modify','newwindow','1','mo_dify',0),(17,34,41,'copy','newwindow','5','',0),(18,34,0,'remove','','6','',0),(20,35,76,'copy','newwindow','3','',0),(21,35,0,'remove','','4','',0),(22,33,49,'modify','newwindow','1','',0),(23,33,49,'copy','newwindow','2','',0),(24,33,0,'remove','embedded','3','',0),(25,32,58,'copy','newwindow','4','',0),(27,39,40,'modify','newwindow','1','',0),(28,39,40,'copy','newwindow','5','',0),(29,39,0,'remove','','6','',0),(30,36,0,'remove','','4','',0),(31,37,46,'add','newwindow','0','',0),(32,37,46,'modify','newwindow','1','',0),(33,37,0,'remove','','2','',0),(34,48,0,'add','','1','',0),(35,48,0,'remove','','2','',0),(108,52,53,'add','newwindow','1','',0),(40,52,0,'copy','newwindow','3','',0),(41,52,0,'remove','','4','',0),(42,52,53,'modify','newwindow','2','',0),(109,54,53,'add','newwindow','1','',0),(44,54,53,'modify','newwindow','2','',0),(46,54,0,'remove','','4','',0),(111,57,53,'add','newwindow','1','',0),(112,57,53,'copy','newwindow','3','',0),(50,57,0,'remove','','5','',0),(51,57,53,'modify','newwindow','2','',0),(52,32,58,'modify','newwindow','2','properties',0),(53,59,60,'add','newwindow','1','',0),(54,59,60,'modify','newwindow','2','',0),(55,59,0,'remove','','9','',0),(56,59,0,'pwysiwyg','','3','',0),(73,68,69,'modify','newwindow','2','overwrite',0),(62,68,69,'add','newwindow','1','upload',0),(63,68,0,'remove','','4','',0),(120,98,78,'add','newwindow','1','',-1),(76,39,0,'wysiwygf','','3','',0),(77,75,78,'add','newwindow','1','',0),(78,75,0,'remove','','3','',0),(80,35,76,'modify','newwindow','1','mo_dify',0),(81,77,78,'add','newwindow','1','',0),(82,77,0,'remove','newwindow','3','',0),(83,73,0,'remove','','1','',0),(84,75,78,'modify','newwindow','2','',0),(85,77,78,'modify','newwindow','2','',0),(86,79,78,'add','newwindow','1','',0),(87,79,78,'modify','newwindow','2','',0),(88,79,0,'remove','','3','',0),(89,80,78,'add','newwindow','1','',0),(90,80,78,'modify','newwindow','2','',0),(91,80,0,'remove','','3','',0),(92,36,83,'modify','newwindow','2','permissions',0),(94,50,85,'modify','newwindow','2','',0),(95,86,84,'modify','newwindow','2','',3),(96,86,84,'add','newwindow','1','',3),(98,88,89,'add','newwindow','1','new',3),(99,88,89,'modify','newwindow','2','',3),(100,90,89,'add','newwindow','1','new',3),(101,90,89,'modify','newwindow','2','',3),(102,91,89,'add','newwindow','1','new',3),(103,91,89,'modify','newwindow','2','',3),(104,92,89,'add','newwindow','1','new',3),(105,92,89,'modify','newwindow','2','',3),(106,93,0,'remove','embedded','1','',1),(107,86,0,'remove','embedded','3','',1),(113,94,78,'add','newwindow','0','',0),(114,94,78,'modify','newwindow','1','',0),(115,94,78,'copy','newwindow','3','',0),(116,94,0,'remove','embedded','4','',0),(128,100,-1,'remove','newwindow','3','',-1),(127,100,101,'modify','newwindow','2','',-1),(126,100,101,'add','newwindow','1','',-1),(121,98,78,'modify','newwindow','2','',-1),(122,98,-1,'remove','newwindow','3','',-1),(123,99,53,'add','newwindow','1','new',-1),(124,99,53,'modify','newwindow','2','',-1),(125,99,-1,'remove','newwindow','4','',-1);
24
+ UNLOCK TABLES;
25
+ DROP TABLE IF EXISTS `conf`;
26
+ CREATE TABLE `conf` (
27
+ `id` int(11) NOT NULL auto_increment,
28
+ `nick` varchar(10) NOT NULL default '',
29
+ `moditemid` int(11) NOT NULL default '0',
30
+ `itemid` int(11) NOT NULL default '0',
31
+ `Variable` varchar(20) NOT NULL,
32
+ `Value` text NOT NULL,
33
+ PRIMARY KEY (`id`),
34
+ UNIQUE KEY `nick` (`nick`,`moditemid`,`itemid`,`Variable`),
35
+ KEY `moditemid` (`moditemid`),
36
+ KEY `itemid` (`itemid`)
37
+ ) ENGINE=MyISAM AUTO_INCREMENT=14119 DEFAULT CHARSET=utf8;
38
+
39
+ LOCK TABLES `conf` WRITE;
40
+ INSERT INTO `conf` (`id`, `nick`, `moditemid`, `itemid`, `Variable`, `Value`) VALUES (1,'admin',0,0,'form-item-font','Verdana 10'),(2,'admin',0,0,'menu-type','buttons'),(13779,'admin',0,0,'x','0'),(13780,'admin',0,0,'y','18'),(5,'admin',0,0,'info-item-font','Verdana Bold 10'),(6,'admin',0,0,'menu-position','top'),(7,'admin',0,0,'form-frame-font','Verdana Bold 10'),(12309,'admin',0,0,'button-size','gtk-small-toolbar'),(13781,'admin',0,0,'height','982'),(10,'admin',0,0,'info-frame-font','Verdana 10'),(13752,'admin',0,0,'width','1280'),(2576,'admin',0,0,'grid','both'),(11330,'admin',34,0,'search','0'),(5252,'admin',34,0,'selection','48'),(14023,'admin',34,0,'page','0'),(14059,'admin',34,0,'position','270'),(7992,'admin',34,112,'width','572'),(4503,'admin',34,41,'width','168'),(11856,'admin',34,101,'width','761'),(4424,'admin',35,44,'width','67'),(4267,'admin',35,45,'width','60'),(4426,'admin',35,47,'width','55'),(4427,'admin',35,143,'width','76'),(11331,'admin',35,0,'search','0'),(5256,'admin',35,0,'selection','127'),(4429,'admin',35,166,'width','97'),(4430,'admin',35,167,'width','500'),(4431,'admin',35,102,'width','98'),(4432,'admin',35,103,'width','83'),(4433,'admin',35,43,'width','71'),(4506,'admin',36,48,'width','1172'),(2662,'admin',36,49,'width','1109'),(6030,'admin',36,0,'search','0'),(5271,'admin',36,0,'selection','2'),(4893,'admin',36,0,'page','0'),(11563,'admin',36,0,'position','566'),(4574,'admin',37,50,'width','957'),(6097,'admin',37,0,'search','0'),(5273,'admin',37,0,'selection','3'),(3661,'admin',37,52,'width','1124'),(503,'admin',48,127,'width','1191'),(1260,'admin',48,0,'search','0'),(5272,'admin',48,0,'selection','-1'),(4440,'admin',50,131,'width','61'),(4441,'admin',50,165,'width','899'),(4442,'admin',50,132,'width','47'),(11333,'admin',50,0,'search','0'),(4443,'admin',50,133,'width','43'),(4444,'admin',50,134,'width','86'),(4445,'admin',50,136,'width','52'),(13750,'admin',0,0,'maximized','true'),(14106,'admin',0,0,'lastmenu','51'),(54,'admin',0,0,'minimized','false'),(4247,'admin',52,138,'width','1145'),(11334,'admin',52,0,'search','0'),(4248,'admin',52,137,'width','43'),(4249,'admin',30,171,'width','60'),(4250,'admin',30,22,'width','105'),(4251,'admin',30,23,'width','70'),(4252,'admin',30,173,'width','688'),(4253,'admin',30,129,'width','100'),(4254,'admin',30,14,'width','126'),(4255,'admin',30,15,'width','65'),(12325,'admin',30,0,'search','0'),(5215,'admin',30,0,'selection','4'),(4256,'admin',30,98,'width','64'),(12837,'admin',68,172,'width','983'),(1393,'admin',68,0,'search','0'),(3620,'admin',68,0,'selection','42'),(3621,'admin',68,168,'width','271'),(13351,'admin',35,0,'sortcolumn','6'),(73,'admin',35,0,'sortorder','asc'),(13401,'admin',50,0,'sortcolumn','6'),(75,'admin',50,0,'sortorder','asc'),(4239,'admin',50,0,'selection','-1'),(13898,'admin',0,63,'path','/tmp'),(13492,'admin',34,0,'sortcolumn','1'),(79,'admin',34,0,'sortorder','asc'),(11339,'admin',57,0,'search','0'),(4422,'admin',57,145,'width','1126'),(4423,'admin',57,146,'width','60'),(10027,'admin',39,107,'width','746'),(4403,'admin',39,109,'width','59'),(13208,'admin',39,0,'search','0'),(5156,'admin',39,0,'selection','83'),(14114,'admin',39,0,'page','1'),(14117,'admin',39,0,'position','237'),(4449,'admin',39,113,'width','224'),(4312,'admin',54,139,'width','43'),(4457,'admin',54,140,'width','1145'),(11342,'admin',54,0,'search','0'),(93,'admin',32,160,'width','66'),(94,'admin',32,161,'width','72'),(95,'admin',32,118,'width','67'),(4458,'admin',32,130,'width','192'),(97,'admin',32,119,'width','36'),(3605,'admin',32,141,'width','76'),(4459,'admin',32,26,'width','118'),(100,'admin',32,121,'width','36'),(2567,'admin',32,27,'width','184'),(11343,'admin',32,0,'search','0'),(14073,'admin',32,0,'sortcolumn','6'),(104,'admin',32,0,'sortorder','asc'),(5160,'admin',32,0,'selection','89'),(14075,'admin',32,0,'page','1'),(12028,'admin',32,0,'position','865'),(108,'admin',32,122,'width','67'),(3610,'admin',32,144,'width','80'),(1191,'admin',32,135,'width','305'),(4461,'admin',32,169,'width','176'),(4356,'admin',32,114,'width','48'),(4462,'admin',32,115,'width','158'),(114,'balint',0,0,'form-item-font','Verdana 10'),(115,'balint',0,0,'menu-type','standard'),(116,'balint',0,0,'x','294'),(117,'balint',0,0,'maximized','false'),(118,'balint',0,0,'y','408'),(119,'balint',0,0,'info-item-font','Verdana Bold 10'),(120,'balint',0,0,'menu-position','top'),(121,'balint',0,0,'minimized','false'),(122,'balint',0,0,'form-frame-font','Verdana Bold 10'),(123,'balint',0,0,'button-size','gtk-small-toolbar'),(124,'balint',0,0,'height','400'),(125,'balint',0,0,'info-frame-font','Verdana 10'),(126,'balint',0,0,'width','600'),(127,'balint',0,0,'grid','true'),(4127,'admin',59,149,'width','924'),(4128,'admin',59,150,'width','34'),(8922,'admin',59,0,'search','0'),(5296,'admin',59,0,'selection','74'),(4130,'admin',59,148,'width','64'),(13419,'admin',39,0,'sortcolumn','1'),(9756,'admin',39,0,'advanced-filter','true'),(11489,'admin',39,0,'sortorder','asc'),(136,'admin',39,113,'filter',''),(248,'admin',34,0,'advanced-filter','true'),(2927,'admin',34,112,'filter',''),(5617,'admin',36,0,'sortcolumn','3'),(140,'admin',36,0,'sortorder','asc'),(8024,'admin',0,0,'list-filter','warning'),(142,'admin',0,0,'list-button','warning'),(12331,'admin',0,0,'list','warning'),(14039,'admin',0,0,'time','warning'),(145,'admin',0,0,'config','warning'),(5754,'admin',0,0,'sql','warning'),(147,'admin',0,0,'list-fieldcombo','warning'),(11444,'admin',0,0,'info','warning'),(149,'admin',0,0,'list-list','warning'),(11133,'admin',0,0,'main','warning'),(11791,'admin',0,0,'events','warning'),(152,'admin',0,0,'sql-prepare','warning'),(153,'admin',0,0,'gtk_button','warning'),(11692,'admin',0,0,'form','warning'),(12335,'admin',0,0,'image','warning'),(156,'admin',0,0,'touch','warning'),(157,'admin',0,0,'menu','warning'),(158,'admin',0,0,'list-filechooser','warning'),(13150,'admin',0,0,'form-combo','warning'),(160,'admin',0,0,'filter-toggle','warning'),(12256,'admin',0,0,'printing','warning'),(162,'admin',0,0,'eval','warning'),(12565,'admin',34,101,'filter',''),(4532,'admin',36,0,'advanced-filter','false'),(3721,'admin',81,0,'x','486'),(1263,'admin',73,0,'search','0'),(174,'admin',73,0,'advanced-filter','true'),(4836,'admin',73,0,'selection','4329'),(13180,'admin',73,178,'filter','page'),(2622,'admin',73,178,'width','138'),(2670,'admin',73,179,'width','869'),(2671,'admin',73,180,'width','162'),(201,'admin',48,0,'advanced-filter','false'),(4727,'admin',34,0,'sum-panel','false'),(206,'admin',57,0,'sum-panel','false'),(207,'admin',57,0,'advanced-filter','false'),(10697,'admin',35,0,'sum-panel','false'),(11962,'admin',35,0,'advanced-filter','true'),(214,'admin',39,0,'sum-panel','false'),(217,'admin',32,0,'sum-panel','false'),(11997,'admin',32,0,'advanced-filter','false'),(6310,'admin',54,0,'sortcolumn','4'),(228,'admin',54,0,'sortorder','asc'),(12852,'admin',33,37,'filter','-1'),(4079,'admin',33,37,'width','92'),(4080,'admin',33,38,'width','178'),(11363,'admin',33,0,'search','0'),(244,'admin',33,0,'advanced-filter','true'),(4081,'admin',33,0,'selection','46'),(4082,'admin',33,39,'width','189'),(4323,'admin',33,170,'width','801'),(275,'admin',74,182,'width','75'),(5148,'admin',57,0,'selection','27'),(14068,'admin',39,107,'filter',''),(5159,'admin',54,0,'selection','22'),(276,'admin',74,183,'width','56'),(1578,'admin',74,184,'width','908'),(1269,'admin',74,0,'search','0'),(279,'admin',74,0,'sortcolumn','1'),(280,'admin',74,0,'sortorder','desc'),(1580,'admin',74,0,'selection','-1'),(282,'admin',74,181,'width','152'),(13984,'admin',58,0,'x','191'),(13149,'admin',58,0,'y','372'),(13139,'admin',58,0,'height','622'),(13605,'admin',58,0,'width','850'),(10700,'admin',72,0,'x','246'),(8727,'admin',72,0,'y','272'),(2362,'admin',72,0,'height','723'),(4848,'admin',72,0,'width','1022'),(9774,'admin',51,0,'x','59'),(9775,'admin',51,0,'y','428'),(809,'admin',51,0,'height','567'),(2392,'admin',51,0,'width','1016'),(14109,'admin',40,0,'x','76'),(14100,'admin',40,0,'y','609'),(14110,'admin',40,0,'height','325'),(13578,'admin',40,0,'width','705'),(12699,'admin',41,0,'x','593'),(14054,'admin',41,0,'y','514'),(14056,'admin',41,0,'height','480'),(11995,'admin',41,0,'width','686'),(12726,'admin',42,0,'x','761'),(12727,'admin',42,0,'y','633'),(12674,'admin',42,0,'height','361'),(12675,'admin',42,0,'width','518'),(14115,'admin',53,0,'x','191'),(13365,'admin',53,0,'y','524'),(13319,'admin',53,0,'height','470'),(13320,'admin',53,0,'width','910'),(4535,'admin',36,0,'sum-panel','false'),(9767,'admin',56,0,'x','379'),(11806,'admin',49,0,'x','471'),(11664,'admin',49,0,'y','693'),(8083,'admin',49,0,'height','301'),(8084,'admin',49,0,'width','808'),(12321,'admin',46,0,'x','728'),(12322,'admin',46,0,'y','820'),(8293,'admin',46,0,'height','174'),(8294,'admin',46,0,'width','287'),(13938,'admin',69,0,'x','531'),(10071,'admin',69,0,'y','411'),(8226,'admin',69,0,'height','583'),(387,'admin',69,0,'width','724'),(13245,'admin',60,0,'x','254'),(12207,'admin',60,0,'y','526'),(9621,'admin',60,0,'height','468'),(391,'admin',60,0,'width','824'),(9732,'admin',56,0,'y','723'),(451,'admin',56,0,'height','272'),(452,'admin',56,0,'width','614'),(509,'adamantium',0,0,'form-item-font','Verdana 10'),(510,'adamantium',0,0,'menu-type','buttons'),(586,'adamantium',0,0,'x','3'),(744,'adamantium',0,0,'lastmenu','33'),(588,'adamantium',0,0,'y','49'),(514,'adamantium',0,0,'info-item-font','Verdana Bold 10'),(515,'adamantium',0,0,'menu-position','top'),(516,'adamantium',0,0,'form-frame-font','Verdana Bold 10'),(517,'adamantium',0,0,'button-size','gtk-small-toolbar'),(590,'adamantium',0,0,'height','929'),(519,'adamantium',0,0,'info-frame-font','Verdana 10'),(591,'adamantium',0,0,'width','1274'),(521,'adamantium',0,0,'grid','true'),(561,'adamantium',68,172,'width','1021'),(523,'adamantium',68,0,'search','-1'),(524,'adamantium',68,168,'width','251'),(587,'adamantium',0,0,'maximized','true'),(529,'adamantium',0,0,'minimized','false'),(786,'adamantium',34,0,'search','-1'),(542,'adamantium',34,0,'page','0'),(543,'adamantium',34,0,'position','245'),(677,'adamantium',34,62,'width','712'),(545,'adamantium',34,112,'width','160'),(546,'adamantium',34,41,'width','147'),(547,'adamantium',34,101,'width','253'),(548,'adamantium',57,0,'search','-1'),(549,'adamantium',57,145,'width','1122'),(550,'adamantium',57,146,'width','61'),(739,'adamantium',35,44,'width','193'),(552,'adamantium',35,45,'width','61'),(553,'adamantium',35,47,'width','56'),(554,'adamantium',35,143,'width','76'),(555,'adamantium',35,0,'search','-1'),(556,'adamantium',35,166,'width','98'),(557,'adamantium',35,167,'width','625'),(558,'adamantium',35,102,'width','54'),(559,'adamantium',35,103,'width','87'),(790,'adamantium',35,43,'width','145'),(562,'adamantium',47,0,'x','473'),(563,'adamantium',47,0,'y','440'),(564,'adamantium',47,0,'height','143'),(565,'adamantium',47,0,'width','334'),(566,'adamantium',36,48,'width','47'),(567,'adamantium',36,49,'width','1207'),(568,'adamantium',36,0,'search','-1'),(680,'adamantium',36,0,'selection','18'),(654,'adamantium',36,0,'page','2'),(571,'adamantium',36,0,'position','399'),(572,'adamantium',48,127,'width','1185'),(573,'adamantium',48,0,'search','-1'),(574,'adamantium',59,149,'width','1191'),(575,'adamantium',59,150,'width','34'),(576,'adamantium',59,0,'search','-1'),(577,'adamantium',59,0,'selection','45'),(578,'adamantium',59,148,'width','47'),(579,'adamantium',50,131,'width','62'),(580,'adamantium',50,165,'width','888'),(581,'adamantium',50,132,'width','48'),(582,'adamantium',50,0,'search','-1'),(583,'adamantium',50,133,'width','44'),(584,'adamantium',50,134,'width','89'),(585,'adamantium',50,136,'width','54'),(721,'adamantium',39,107,'width','334'),(593,'adamantium',39,109,'width','818'),(745,'adamantium',39,0,'search','-1'),(724,'adamantium',39,0,'selection','47'),(596,'adamantium',39,0,'page','0'),(597,'adamantium',39,0,'position','309'),(598,'adamantium',39,113,'width','148'),(655,'adamantium',73,0,'search','-1'),(647,'adamantium',73,178,'width','116'),(601,'adamantium',73,179,'width','1062'),(648,'adamantium',73,180,'width','236'),(649,'adamantium',74,182,'width','95'),(650,'adamantium',74,183,'width','147'),(605,'adamantium',74,184,'width','1055'),(606,'adamantium',74,0,'search','-1'),(652,'adamantium',74,181,'width','186'),(608,'adamantium',52,138,'width','1141'),(609,'adamantium',52,0,'search','-1'),(610,'adamantium',52,137,'width','44'),(611,'adamantium',54,139,'width','44'),(612,'adamantium',54,140,'width','1141'),(613,'adamantium',54,0,'search','-1'),(725,'adamantium',32,160,'width','76'),(726,'adamantium',32,161,'width','106'),(727,'adamantium',32,118,'width','73'),(728,'adamantium',32,130,'width','111'),(729,'adamantium',32,119,'width','50'),(619,'adamantium',32,141,'width','76'),(730,'adamantium',32,26,'width','134'),(731,'adamantium',32,121,'width','52'),(732,'adamantium',32,27,'width','200'),(623,'adamantium',32,0,'search','-1'),(733,'adamantium',32,0,'selection','153'),(625,'adamantium',32,0,'page','0'),(626,'adamantium',32,0,'position','268'),(627,'adamantium',32,122,'width','63'),(628,'adamantium',32,144,'width','81'),(629,'adamantium',32,135,'width','281'),(734,'adamantium',32,169,'width','115'),(735,'adamantium',32,114,'width','85'),(736,'adamantium',32,115,'width','184'),(633,'adamantium',33,37,'width','134'),(634,'adamantium',33,38,'width','255'),(635,'adamantium',33,0,'search','-1'),(636,'adamantium',33,39,'width','100'),(637,'adamantium',33,170,'width','765'),(642,'adamantium',73,0,'sortcolumn','1'),(643,'adamantium',73,0,'advanced-filter','true'),(644,'adamantium',73,0,'sortorder','asc'),(645,'adamantium',73,0,'selection','1507'),(646,'adamantium',73,178,'filter',''),(651,'adamantium',74,0,'selection','67'),(675,'adamantium',34,0,'advanced-filter','true'),(787,'adamantium',34,0,'selection','1'),(788,'adamantium',34,101,'filter','part'),(789,'adamantium',35,0,'selection','311'),(2575,'admin',0,0,'form-grid','vertical'),(1576,'admin',73,0,'position','0'),(13291,'admin',0,0,'confirm-exit','false'),(710,'adamantium',57,0,'selection','55'),(711,'adamantium',58,0,'x','203'),(712,'adamantium',58,0,'y','186'),(713,'adamantium',58,0,'height','652'),(714,'adamantium',58,0,'width','874'),(791,'adamantium',72,0,'x','27'),(792,'adamantium',72,0,'y','311'),(717,'adamantium',72,0,'height','551'),(743,'adamantium',72,0,'width','1140'),(720,'adamantium',39,107,'filter','megre'),(723,'adamantium',39,0,'advanced-filter','true'),(1581,'admin',74,0,'position','0'),(793,'adamantium',0,0,'form-grid','false'),(2574,'admin',0,0,'list-tooltip','none'),(4332,'admin',79,195,'width','1125'),(13275,'admin',30,0,'sortcolumn','6'),(986,'admin',30,0,'sortorder','asc'),(1164,'admin',30,14,'filter',''),(11212,'admin',30,0,'advanced-filter','true'),(1313,'admin',68,0,'advanced-filter','false'),(4425,'admin',35,185,'width','81'),(1323,'admin',57,186,'width','38'),(9618,'admin',36,50,'width','957'),(10173,'admin',68,107,'width','746'),(1342,'admin',68,14,'width','185'),(12838,'admin',68,0,'sortcolumn','3'),(1344,'admin',68,0,'sortorder','asc'),(1346,'admin',68,0,'page','0'),(11246,'admin',68,0,'position','428'),(5500,'admin',68,101,'width','252'),(10971,'admin',57,0,'position','0'),(12430,'admin',35,0,'position','963'),(1352,'admin',59,0,'sortcolumn','1'),(1353,'admin',59,0,'sortorder','asc'),(1354,'admin',59,168,'width','642'),(12435,'admin',50,0,'position','962'),(1386,'admin',68,0,'sum-panel','false'),(4814,'admin',39,101,'width','252'),(1362,'admin',39,168,'width','642'),(1363,'admin',39,148,'width','65'),(10940,'admin',52,0,'position','0'),(1366,'admin',30,0,'page','0'),(4860,'admin',30,101,'width','252'),(10979,'admin',54,0,'position','0'),(11160,'admin',0,0,'position','0'),(1387,'admin',59,0,'sum-panel','false'),(13985,'admin',59,0,'position','306'),(11293,'admin',30,0,'position','428'),(11329,'admin',77,0,'search','0'),(1406,'admin',39,112,'filter','-1'),(11335,'admin',75,0,'search','0'),(5263,'admin',75,0,'selection','83'),(1419,'admin',75,0,'position','0'),(11222,'admin',59,0,'advanced-filter','true'),(1423,'admin',75,0,'sum-panel','false'),(11837,'admin',75,0,'advanced-filter','true'),(4450,'admin',75,187,'width','127'),(4452,'admin',75,188,'width','1061'),(1447,'admin',52,0,'selection','-1'),(13297,'admin',0,0,'search','-1'),(1472,'admin',0,0,'sql-guesstable','warning'),(1474,'admin',0,0,'messenger','warning'),(1572,'admin',48,0,'position','0'),(1579,'admin',74,0,'advanced-filter','false'),(11565,'admin',37,0,'advanced-filter','true'),(11201,'admin',37,0,'position','280'),(11191,'admin',33,0,'position','428'),(13089,'admin',75,0,'sortcolumn','2'),(9006,'admin',75,0,'sortorder','asc'),(2790,'admin',0,0,'bar-menu-font','Verdana 10'),(1675,'admin',33,170,'filter',''),(12702,'admin',76,0,'x','507'),(12690,'admin',76,0,'y','528'),(12678,'admin',76,0,'height','466'),(12703,'admin',76,0,'width','772'),(2788,'admin',0,0,'list-cell-font','Verdana 10'),(2006,'admin',0,0,'last-viewed-message','0'),(4548,'admin',77,0,'selection','-1'),(2025,'admin',77,0,'position','0'),(2031,'admin',35,0,'page','0'),(4413,'admin',77,189,'width','80'),(4414,'admin',77,190,'width','1106'),(14058,'admin',78,0,'x','631'),(12970,'admin',78,0,'y','276'),(12876,'admin',78,0,'height','718'),(13589,'admin',78,0,'width','629'),(2531,'admin',0,0,'sortcolumn','1'),(2533,'admin',0,0,'sortorder','asc'),(4557,'admin',73,0,'sortcolumn','6'),(2619,'admin',73,0,'sortorder','asc'),(10017,'admin',0,0,'list-button-font','Verdana 9'),(4448,'admin',39,199,'width','33'),(4508,'admin',37,0,'sum-panel','false'),(4509,'admin',37,101,'width','252'),(4331,'admin',79,194,'width','63'),(11338,'admin',79,0,'search','0'),(3315,'admin',79,0,'selection','-1'),(3316,'admin',79,0,'position','0'),(4329,'admin',80,196,'width','63'),(4330,'admin',80,197,'width','1123'),(11337,'admin',80,0,'search','0'),(4991,'admin',80,0,'selection','-1'),(3321,'admin',80,0,'position','0'),(3722,'admin',81,0,'y','424'),(3723,'admin',81,0,'height','260'),(3724,'admin',81,0,'width','312'),(4507,'admin',48,0,'sum-panel','false'),(5108,'admin',82,1,'x','1085.0'),(5109,'admin',82,1,'y','118.0'),(6269,'admin',82,2,'x','36.0'),(6270,'admin',82,2,'y','243.0'),(6301,'admin',82,3,'x','720.0'),(6302,'admin',82,3,'y','335.0'),(6129,'admin',82,6,'x','1450.0'),(6130,'admin',82,6,'y','706.0'),(5116,'admin',82,4,'x','1500.0'),(5117,'admin',82,4,'y','38.0'),(5118,'admin',82,5,'x','1630.0'),(5119,'admin',82,5,'y','141.0'),(6107,'admin',82,7,'x','215.0'),(6108,'admin',82,7,'y','719.0'),(6109,'admin',82,8,'x','165.0'),(6110,'admin',82,8,'y','531.0'),(5106,'admin',82,9,'x','972.0'),(5107,'admin',82,9,'y','717.0'),(6116,'admin',82,10,'x','373.0'),(6115,'admin',82,10,'y','38.0'),(6295,'admin',82,11,'x','37.0'),(6296,'admin',82,11,'y','367.0'),(6297,'admin',82,12,'x','736.0'),(6298,'admin',82,12,'y','738.0'),(6299,'admin',82,13,'x','1089.0'),(6300,'admin',82,13,'y','432.0'),(4773,'admin',36,101,'width','252'),(6348,'admin',36,107,'width','912'),(10031,'admin',34,107,'width','746'),(13645,'admin',83,0,'x','602'),(13646,'admin',83,0,'y','276'),(4793,'admin',34,50,'width','957'),(7540,'admin',83,0,'height','632'),(5471,'admin',83,0,'width','336'),(11626,'admin',0,0,'disable-event-cache','true'),(5007,'admin',39,50,'width','957'),(10160,'admin',59,107,'width','746'),(5281,'admin',37,0,'sortcolumn','3'),(5058,'admin',37,0,'sortorder','asc'),(13642,'admin',47,0,'x','539'),(12455,'admin',47,0,'y','770'),(12456,'admin',47,0,'height','224'),(13644,'admin',47,0,'width','471'),(5222,'admin',30,50,'width','957'),(11144,'admin',36,0,'cursor','1'),(13177,'admin',48,0,'cursor','-1'),(11200,'admin',37,0,'cursor','2'),(13990,'admin',30,0,'cursor','1'),(13981,'admin',59,0,'cursor','74'),(5327,'admin',33,50,'width','957'),(13958,'admin',33,0,'cursor','-1'),(14004,'admin',80,0,'cursor','-1'),(13936,'admin',79,0,'cursor','-1'),(14063,'admin',57,0,'cursor','-1'),(14113,'admin',39,0,'cursor','71'),(14118,'admin',54,0,'cursor','-1'),(14074,'admin',32,0,'cursor','-1'),(5401,'admin',74,0,'print_settings','[\0'),(13488,'admin',77,0,'cursor','-1'),(14060,'admin',34,0,'cursor','-1'),(14037,'admin',35,0,'cursor','-1'),(13939,'admin',50,0,'cursor','-1'),(13887,'admin',52,0,'cursor','-1'),(13570,'admin',75,0,'cursor','-1'),(13937,'admin',68,0,'cursor','26'),(5443,'admin',59,50,'width','957'),(5573,'admin',37,107,'width','1048'),(10042,'admin',33,107,'width','746'),(5632,'admin',34,41,'filter',''),(6125,'admin',82,14,'x','10.0'),(6126,'admin',82,14,'y','10.0'),(6127,'admin',82,15,'x','424.0'),(6128,'admin',82,15,'y','179.0'),(6139,'admin',82,16,'x','360.0'),(6140,'admin',82,16,'y','45.0'),(6144,'admin',82,17,'x','549.0'),(6145,'admin',82,17,'y','46.0'),(6148,'admin',82,18,'x','373.0'),(6149,'admin',82,18,'y','116.0'),(6165,'admin',35,43,'filter',''),(10585,'admin',50,0,'advanced-filter','false'),(6167,'admin',50,134,'filter','-1'),(6266,'admin',82,19,'x','443.0'),(6267,'admin',82,19,'y','138.0'),(6271,'admin',82,20,'x','757.0'),(6272,'admin',82,20,'y','242.0'),(6273,'admin',82,22,'x','1178.0'),(6274,'admin',82,22,'y','376.0'),(6275,'admin',82,21,'x','505.0'),(6276,'admin',82,21,'y','159.0'),(6277,'admin',82,23,'x','561.0'),(6278,'admin',82,23,'y','407.0'),(6279,'admin',82,24,'x','814.0'),(6280,'admin',82,24,'y','63.0'),(6281,'admin',82,25,'x','704.0'),(6282,'admin',82,25,'y','119.0'),(6283,'admin',82,26,'x','323.0'),(6284,'admin',82,26,'y','155.0'),(6285,'admin',82,27,'x','359.0'),(6286,'admin',82,27,'y','538.0'),(6287,'admin',82,28,'x','538'),(6288,'admin',82,28,'y','274'),(6289,'admin',82,29,'x','1146'),(6290,'admin',82,29,'y','308'),(6291,'admin',82,30,'x','466.0'),(6292,'admin',82,30,'y','179.0'),(6386,'admin',0,0,'sub-list','warning'),(6741,'admin',0,0,'relaion-builder','debug'),(14038,'admin',0,0,'relation-builder','warning'),(6394,'admin',33,101,'width','252'),(13988,'admin',84,0,'x','1'),(13763,'admin',84,0,'y','18'),(13989,'admin',84,0,'height','976'),(13765,'admin',84,0,'width','1278'),(10570,'admin',30,107,'width','746'),(12747,'admin',85,0,'x','696'),(7710,'admin',39,41,'width','168'),(7711,'admin',39,112,'width','840'),(7946,'admin',0,0,'disable-attribute-ca','false'),(12748,'admin',85,0,'y','694'),(12664,'admin',85,0,'height','300'),(12665,'admin',85,0,'width','583'),(7867,'admin',59,101,'width','252'),(11624,'admin',0,0,'disable-attr-cache','true'),(7993,'admin',34,203,'width','174'),(8035,'admin',77,0,'sortcolumn','4'),(8036,'admin',77,0,'sortorder','asc'),(11797,'admin',33,39,'filter',''),(8650,'admin',86,0,'search','0'),(13249,'admin',87,0,'cursor','-1'),(8464,'admin',34,198,'filter',''),(10838,'admin',86,0,'advanced-filter','true'),(14082,'admin',86,0,'cursor','6'),(13961,'admin',86,0,'page','0'),(14102,'admin',86,0,'position','207'),(8656,'admin',87,0,'search','0'),(8657,'admin',87,0,'position','0'),(11328,'admin',88,0,'search','0'),(9044,'admin',86,50,'width','957'),(9171,'admin',88,0,'position','0'),(9174,'admin',90,0,'search','0'),(9175,'admin',90,0,'position','0'),(11336,'admin',91,0,'search','0'),(9180,'admin',91,0,'position','0'),(9187,'admin',59,0,'page','0'),(13529,'admin',89,0,'x','767'),(13530,'admin',89,0,'y','666'),(13531,'admin',89,0,'height','143'),(9250,'admin',89,0,'width','414'),(9251,'admin',92,107,'width','912'),(9252,'admin',92,0,'search','0'),(9253,'admin',92,0,'advanced-filter','false'),(13534,'admin',92,0,'cursor','-1'),(11247,'admin',92,0,'position','428'),(11368,'admin',88,0,'cursor','-1'),(9340,'admin',93,0,'search','0'),(13666,'admin',93,0,'cursor','-1'),(9342,'admin',93,0,'position','0'),(11902,'admin',86,0,'sortcolumn','4'),(9445,'admin',75,187,'filter',''),(13619,'admin',94,0,'cursor','-1'),(9535,'admin',79,0,'sortcolumn','3'),(9536,'admin',79,0,'sortorder','asc'),(9617,'admin',92,50,'width','957'),(9801,'admin',77,0,'sum-panel','false'),(10034,'admin',94,0,'sum-panel','false'),(9802,'admin',77,0,'advanced-filter','false'),(10278,'admin',86,107,'width','746'),(11332,'admin',94,0,'search','0'),(9900,'admin',50,0,'page','0'),(12966,'admin',88,0,'searselech','0'),(11513,'admin',87,0,'advanced-filter','true'),(10315,'admin',35,102,'filter','-1'),(10601,'admin',35,166,'filter','-1'),(10591,'admin',88,0,'advanced-filter','true'),(12550,'admin',33,38,'filter',''),(10687,'admin',0,0,'drb','warning'),(10843,'admin',93,0,'advanced-filter','true'),(10938,'admin',94,0,'position','0'),(10957,'admin',94,0,'advanced-filter','false'),(11020,'admin',95,0,'search','0'),(11021,'admin',95,0,'advanced-filter','true'),(11052,'admin',95,0,'cursor','4'),(11205,'admin',95,0,'position','428'),(11024,'admin',95,233,'filter',''),(11054,'admin',96,0,'x','360'),(11055,'admin',96,0,'y','525'),(11027,'admin',96,0,'height','180'),(11028,'admin',96,0,'width','550'),(13398,'admin',80,0,'advanced-filter','false'),(11583,'admin',-1,0,'y','488'),(11382,'admin',91,0,'cursor','-1'),(11404,'admin',33,0,'sortorder','asc'),(13944,'admin',33,0,'sortcolumn','5'),(11582,'admin',-1,0,'x','545'),(11584,'admin',-1,0,'height','47'),(11585,'admin',-1,0,'width','190'),(14108,'admin',80,0,'page','0'),(11904,'admin',86,0,'sortorder','asc'),(12801,'admin',98,0,'search','0'),(12213,'admin',116,0,'print_settings','[\0'),(12442,'admin',54,0,'advanced-filter','false'),(14061,'admin',80,0,'sortcolumn','1'),(13277,'admin',42,0,'page','0'),(12967,'admin',77,0,'searselech','0'),(12560,'admin',97,0,'search','0'),(12561,'admin',97,0,'sortcolumn','2'),(13991,'admin',97,0,'cursor','66'),(12563,'admin',97,0,'sortorder','asc'),(14071,'admin',98,0,'cursor','-1'),(12776,'admin',88,211,'width','58'),(12777,'admin',88,212,'width','56'),(12792,'admin',91,217,'width','58'),(12793,'admin',91,218,'width','56'),(12794,'admin',91,219,'width','1132'),(12782,'admin',94,229,'width','83'),(12873,'admin',94,230,'width','826'),(12799,'admin',39,234,'width','80'),(12805,'admin',98,248,'width','162'),(12807,'admin',98,246,'width','165'),(12872,'admin',98,247,'width','927'),(12810,'admin',97,240,'width','25'),(12811,'admin',97,241,'width','170'),(12812,'admin',97,242,'width','1020'),(12813,'admin',97,243,'width','60'),(12814,'admin',97,244,'width','71'),(12815,'admin',97,245,'width','345'),(12817,'admin',98,0,'advanced-filter','false'),(12971,'admin',34,0,'searselech','0'),(12973,'admin',91,0,'searselech','0'),(12974,'admin',80,0,'searselech','0'),(12976,'admin',79,0,'searselech','0'),(12978,'admin',57,0,'searselech','0'),(12980,'admin',35,0,'searselech','0'),(12982,'admin',94,0,'searselech','0'),(12984,'admin',50,0,'searselech','0'),(12987,'admin',39,0,'searselech','0'),(12989,'admin',52,0,'searselech','0'),(12992,'admin',75,0,'searselech','0'),(12994,'admin',98,0,'searselech','0'),(12995,'admin',54,0,'searselech','0'),(12997,'admin',32,0,'searselech','0'),(13016,'admin',90,0,'cursor','-1'),(13090,'admin',98,0,'sortcolumn','1'),(13092,'admin',98,0,'sortorder','asc'),(13142,'admin',39,199,'filter',''),(13168,'admin',34,235,'filter',''),(13179,'admin',73,0,'cursor','-1'),(13182,'admin',73,180,'filter','szle'),(13184,'admin',49,0,'page','0'),(13198,'admin',99,0,'search','0'),(13190,'admin',53,0,'page','0'),(13191,'admin',65,0,'page','0'),(13199,'admin',99,0,'cursor','-1'),(13200,'admin',66,0,'page','0'),(13202,'admin',78,0,'page','0'),(13949,'admin',58,0,'page','0'),(13209,'admin',85,0,'page','0'),(14055,'admin',41,0,'page','0'),(13215,'admin',76,0,'page','0'),(13219,'admin',99,0,'sum-panel','false'),(13220,'admin',99,0,'advanced-filter','false'),(13224,'admin',60,0,'page','0'),(13872,'admin',84,0,'page','0'),(13433,'admin',40,0,'page','0'),(13340,'admin',54,0,'page','0'),(13766,'admin',86,205,'filter',''),(13467,'admin',89,0,'page','0'),(13397,'admin',129,0,'page','0'),(13593,'admin',71,0,'page','0'),(13885,'admin',101,0,'x','524'),(13643,'admin',47,0,'page','0'),(13647,'admin',83,0,'page','0'),(13786,'admin',101,0,'page','0'),(14016,'admin',100,0,'cursor','-1'),(13797,'admin',100,0,'search','0'),(13886,'admin',101,0,'y','805'),(13803,'admin',101,0,'height','189'),(13804,'admin',101,0,'width','281'),(13896,'admin',69,0,'page','0'),(13987,'admin',0,0,'list-image-size','gtk-large-toolbar'),(14062,'admin',80,0,'sortorder','asc');
41
+ UNLOCK TABLES;
42
+ DROP TABLE IF EXISTS `cronjobs`;
43
+ CREATE TABLE `cronjobs` (
44
+ `id` int(11) NOT NULL auto_increment,
45
+ `moditems_id` int(11) NOT NULL,
46
+ `cron` varchar(32) NOT NULL,
47
+ `command` text NOT NULL,
48
+ PRIMARY KEY (`id`)
49
+ ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
50
+
51
+ LOCK TABLES `cronjobs` WRITE;
52
+ UNLOCK TABLES;
53
+ DROP TABLE IF EXISTS `db_version`;
54
+ CREATE TABLE `db_version` (
55
+ `version` float default NULL,
56
+ `utime` timestamp NOT NULL default CURRENT_TIMESTAMP
57
+ ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
58
+
59
+ LOCK TABLES `db_version` WRITE;
60
+ INSERT INTO `db_version` (`version`, `utime`) VALUES (1,'2009-07-23 08:55:01'),(2,'2009-12-17 11:18:48'),(3,'2010-01-31 09:05:48'),(4,'2010-03-11 09:13:27'),(5,'2010-06-15 17:56:57'),(6,'2010-07-13 10:30:04'),(7,'2010-08-10 18:59:54'),(8,'2010-08-11 07:06:12'),(9,'2010-08-11 07:06:12'),(12,'2010-09-07 16:49:20'),(10,'2010-08-11 18:45:44'),(11,'2010-09-07 16:49:20'),(14,'2011-01-17 07:38:10');
61
+ UNLOCK TABLES;
62
+ DROP TABLE IF EXISTS `events`;
63
+ CREATE TABLE `events` (
64
+ `id` int(11) NOT NULL auto_increment,
65
+ `gtkobjectid` int(11) NOT NULL default '0',
66
+ `event` text NOT NULL,
67
+ `command` text NOT NULL,
68
+ PRIMARY KEY (`id`),
69
+ KEY `gtkobjectid` (`gtkobjectid`)
70
+ ) ENGINE=MyISAM AUTO_INCREMENT=78 DEFAULT CHARSET=utf8;
71
+
72
+ LOCK TABLES `events` WRITE;
73
+ INSERT INTO `events` (`id`, `gtkobjectid`, `event`, `command`) VALUES (1,69,'form-OnApply-afterSQL','case runmode\n when \"add\"\n query(\"update images set filedata=\'\"+escape_string(findItem(\'filename\').renderer.loadPixbuf)+\"\' order by id desc limit 1\")\n when \"modify\"\r\n query(\"update images set filedata=\'\"+escape_string(findItem(\'filename\').renderer.loadPixbuf)+\"\' where id=\'#{parentselected}\'\")\nend\nclient.client.images.load_all\nmanqod_db.reload_client_images\n'),(7,50,'form_item-BeforeUpdate','item[\'default\']=parentM.parentM.parentselected if parentM.runmode == \"add\"'),(6,77,'form_item-BeforeUpdate','item[\'default\']=parentM.parentM.parentselected if parentM.runmode == \"add\"'),(8,81,'form_item-BeforeUpdate','item[\'default\']=\"-1\" if parentM.runmode==\"add\"'),(9,80,'form_item-BeforeUpdate','item[\'default\']=\"-1\" if parentM.runmode==\"add\"'),(17,82,'form_item-Action','#warn(\"#{parentM.parentM.list_id} #{text} #{parentM.tmp[:gtk_object_type]}\")\nparentM.dsc.set_default(\"\")\nif r=admin.qrow(\"select * from gtkattributes_schema where attribute=\'#{text}\' and gtkobjecttype like \'#{parentM.tmp[:gtk_object_type]}\'\")\n parentM.data.item[\'querysql\']=\"\"\n parentM.data.item[\'type_def\']=\"\"\n parentM.data.item[\'gtktype\']=case r[\"attributetype\"]\n when \"int\",\"float\":\"gtk_spinbutton\"\n when \"text\": \"gtk_text\"\n when \"multi\": \"gtk_multiline\"\n when \"bool\": \"gtk_toggle\"\n when \"font\": \"gtk_font_button\"\n when \"combo\"\n c=0\n r[\'valid_values\'].each{|v|\n u=\" union \" if c!=0\n parentM.data.item[\'querysql\']+=\"#{u} select \'#{v.strip}\' as id, \'#{v.strip}\' as display\"\n c+=1\n }\n parentM.data.item[\'type_def\']=\"[display:text]\"\n \"gtk_combo\"\n when \"field\": \"gtk_field_combo\"\n when \"table\"\n parentM.data.item[\'querysql\']=\"select name as cdata, name as cdisplay from tables order by name\"\n \"gtk_combo\"\n when \"sqlid\"\n parentM.data.item[\'querysql\']=\"select id as cdata, name as cdisplay from queries order by name\"\n \"gtk_combo\"\n when \"rel\"\n rr=parentM.qrow(\"select data from gtkformitems where id=\'#{parentM.parentM.parentselected}\'\")\n rtable=rr[\"data\"].split(\".\")[0]\n rfield=rr[\"data\"].split(\".\")[1]\n parentM.data.item[\'querysql\']=\"select id, dst_table as t,dst_field as f from relations where src_table=\'#{rtable}\' and src_field=\'#{rfield}\' union select id, src_table as t,src_field as f from relations where dst_table=\'#{rtable}\' and dst_field=\'#{rfield}\' order by t,f\"\n parentM.data.item[\'type_def\']=\"[t:text:Table][f:text:Field]\"\n \"gtk_combo\"\n else \"gtk_hidden\"\n end\n parentM.dsc.update(self,r[\"description\"])\n parentM.additional_on_insert=\"gtkobjecttype=\'#{r[\"gtkobjecttype\"]}\'\"\n parentM.additional_on_update=\"gtkobjecttype=\'#{r[\"gtkobjecttype\"]}\'\"\nelse\n parentM.data.item[\'gtktype\']=\"gtk_hidden\"\n parentM.dsc.update(self,\"\")\nend\nparentM.data.repack_renderer.update(self)\nparentM.data.show_all\n#warn(\"#{parentM.data.item.inspect}\\n---\\n#{parentM.data.renderer.model.type_def.inspect if parentM.data.renderer.model}\")\n'),(16,82,'form_item-BeforeUpdate','item[\'admin\']=\'true\''),(18,76,'form-OnUpdate','if runmode == \'add\'\n align.set_default(\"0\")\n findItem(\"type\").set_default(\"gtk_text\")\nend\nfindItem(\"querySQL\").set_expanded(findItem(\"querySQL\").text.length!=0)'),(19,8,'form_item-Action','parentM.target.set_target(case text\n when \'2\': \'40\'\n when \'1\': \'41\'\n when \'14\': \'81\'\nend)'),(23,89,'form_item-Action','ugid=list.model.cell_value(\'usergroupid\',text).to_i\ngid=list.model.cell_value(\'groupid\',text).to_i\nif ugid==0\n sql=\"insert into usergroups set userid=\'#{parentM.parentselected}\', groupid=\'#{gid}\'\"\nelse\n sql=\"delete from usergroups where id=\'#{ugid}\' limit 1\"\nend\n#p sql\nparentM.query(sql)\nparentM.set_gtk_attribute(\"scroll_pos\",scroller.vadjustment.value)\nupdate(self)\n'),(26,83,'form-OnUpdate','findItem(\'name\').set_default(\'-2\')'),(27,89,'form_item-AfterUpdate','list.expand_all\nscroller.vadjustment.set_value(parentM.gtk_attribute(\"scroll_pos\")) if parentM.gtk_attribute(\"scroll_pos\")\n'),(28,41,'form-OnApply-afterSQL','client.client.reload_moditem(new_parentselected)'),(39,78,'form-OnApply-afterSQL','manqod_db.reload_client_attributes\n@tmp[:reload_moditem_id]=case parentM.list_id.to_i\n when 80 then\n if mi=qrow(\"select formid from gtkformitems where id=\'#{parentM.parentselected}\'\")\n client.client.reload_moditem(mi[\"formid\"].to_i)\n end\n when 79 then client.client.reload_moditem(parentM.parentselected.to_i)\n when 75 then client.client.reload_moditem(parentM.parentselected.to_i)\n when 77 then \n if mi=qrow(\"select listing from gtkheaders where id=\'#{parentM.parentselected}\'\")\n client.client.reload_moditem(mi[\"listing\"].to_i)\n end\n when 94 then\n if mi=qrow(\"select moditemid from buttons where id=\'#{parentM.parentselected}\'\")\n client.client.moditem(mi[\"moditemid\"].to_i).reset_buttons\n end\nend\n'),(30,76,'form-OnApply-afterSQL','client.client.reload_moditem(parentM.parentselected)'),(31,58,'form-OnUpdate','if runmode==\'add\'\n gtktype.set_default(\'gtk_text\')\n editable.set_default(\'true\')\nend\nx.renderer.set_digits(0)\ny.renderer.set_digits(0)\nxspan.renderer.set_digits(0)\nyspan.renderer.set_digits(0)\nwrequest.renderer.set_digits(0)\nhrequest.renderer.set_digits(0)'),(32,85,'form-OnApply-afterSQL','client.client.moditem(parentM.parentselected).reset_buttons'),(38,105,'form_item-Action','parentM.passwd.set_editable(text==\'true\')'),(35,47,'form-OnApply-afterSQL','client.client.reload_users'),(36,94,'form_item-Action','parentM.moditem_render_mode.set_editable([\"add\",\"modify\",\"copy\",\"info\",\"remove\"].include?(text)).update(self)'),(37,85,'form-OnUpdate','moditem_render_mode.set_default(\'newwindow\') if runmode == \"add\"'),(42,35,'list-OnRemove-AfterSQL','ManqodDB.instance.manqod_db.client.reload_moditem(parentselected)'),(41,50,'list-OnRemove-AfterSQL','ManqodDB.instance.manqod_db.client.moditem(parentselected).reset_buttons'),(43,71,'form_item-Action','parentM.header.update(self,text) if parentM.header.text.length == 0 || parentM.header.text == parentM.tmp[\"oldtext\"] \nparentM.tmp[\"oldtext\"]=text'),(47,16,'form_item-AfterUpdate','pc.set_expanded(text.length!=0)'),(46,5,'form_item-AfterUpdate','pc.set_expanded(text.length!=0)'),(45,34,'form_item-AfterUpdate','pc.set_expanded(text.length!=0)'),(48,29,'form_item-AfterUpdate','pc.set_expanded(text.length!=0)'),(49,28,'form_item-AfterUpdate','pc.set_expanded(text.length!=0)'),(50,4,'form_item-AfterUpdate','pc.set_expanded(text.length!=0)'),(51,17,'form_item-AfterUpdate','pc.set_expanded(text.length!=0)'),(73,99,'list-OnRemove-AfterSQL','manqod_db.reload_client_events(parentselected)'),(72,53,'form-OnUpdate','t=case parentM.list_id.to_i\n when 57: \'form_item-\'\n when 54: \'form-\'\n when 52: \'list-\'\n when 99: \'print-\'\n else nil \nend\n#warn(t.inspect)\nevent_object=findItem(\"event\")\nevent_object.item[\'querysql\']=\"select cdata,cdisplay,description from scv where combo=\'#{event_object.item[\'data\']}\' and cdata like \'#{t}%\' order by cdata\" if t\n'),(55,39,'form_item-Action','parentM.description.update(self,text) if parentM.description.text.length == 0 || parentM.description.text == parentM.tmp[\"oldtext\"] \nparentM.tmp[\"oldtext\"]=text'),(56,52,'form_item-AfterUpdate','pc.set_expanded(text.length!=0)'),(57,100,'form_item-AfterUpdate','pc.set_expanded(text.length!=0)'),(58,53,'form-OnApply-afterSQL','manqod_db.reload_client_events(parentM.parentselected)'),(61,57,'list-OnRemove-AfterSQL','manqod_db.reload_client_events(parentselected)'),(59,54,'list-OnRemove-AfterSQL','manqod_db.reload_client_events(parentselected)'),(62,52,'list-OnRemove-AfterSQL','manqod_db.reload_client_events(parentselected)'),(65,78,'form-OnUpdate','@tmp[:gtk_object_type]=case parentM.list_id.to_i\n when 80: \'form-item\'\n when 79: \'form\'\n when 75: \'list\'\n when 77: \'list_column\'\n when 94: \'list-button\'\n else \'%\'\nend\n#i=parentM.moditem[\'additional_on_insert\'].split(\'\\\'\')\n\n@additional_on_insert=\"\" if @tmp[:gtk_object_type]==\"%\"\n#warn(@additional_on_insert)\n@tmp[:query_filter]=if @tmp[:gtk_object_type] == \"%\" then \"where can_default=\'1\'\"\n else \"where gtkobjecttype like \'#{@tmp[:gtk_object_type]}\'\"\nend\n\ndsc.renderer.set_justify(Gtk::Justification::LEFT).set_ellipsize(Pango::Layout::EllipsizeMode::END)'),(63,40,'form-OnApply-afterSQL','client.client.reload_moditem(new_parentselected)'),(64,58,'form-OnApply-afterSQL','client.client.reload_moditem(parentM.parentselected)'),(66,79,'list-OnRemove-AfterSQL','manqod_db.reload_client_attributes\nclient.reload_moditem(parentselected)'),(67,80,'list-OnRemove-AfterSQL','manqod_db.reload_client_attributes'),(68,75,'list-OnRemove-AfterSQL','manqod_db.reload_client_attributes\nclient.reload_moditem(parentselected)'),(71,98,'list-OnRemove-AfterSQL','manqod_db.reload_client_attributes'),(69,94,'list-OnRemove-AfterSQL','manqod_db.reload_client_attributes\nManqodDB.instance.manqod_db.client.moditem(parentM.parentselected).reset_buttons'),(70,77,'list-OnRemove-AfterSQL','manqod_db.reload_client_attributes\nclient.reload_moditem(parentM.parentselected)'),(75,107,'form_item-AfterUpdate','pc.set_expanded(text.length!=0)'),(76,100,'list-OnRemove-AfterSQL','ManqodDB.instance.manqod_db.client.remove_cron(get_cursor_id)'),(77,101,'form-OnApply-afterSQL','ManqodDB.instance.manqod_db.client.reset_cron(@new_parentselected)');
74
+ UNLOCK TABLES;
75
+ DROP TABLE IF EXISTS `groups`;
76
+ CREATE TABLE `groups` (
77
+ `id` int(11) NOT NULL auto_increment,
78
+ `parent_id` int(11) NOT NULL,
79
+ `name` varchar(200) NOT NULL default '',
80
+ PRIMARY KEY (`id`)
81
+ ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8;
82
+
83
+ LOCK TABLES `groups` WRITE;
84
+ INSERT INTO `groups` (`id`, `parent_id`, `name`) VALUES (1,-1,'Program Administrator'),(2,-1,'Data Administrator'),(3,-1,'Guest');
85
+ UNLOCK TABLES;
86
+ DROP TABLE IF EXISTS `gtkattributes`;
87
+ CREATE TABLE `gtkattributes` (
88
+ `id` bigint(20) NOT NULL auto_increment,
89
+ `gtkobjectid` bigint(20) NOT NULL,
90
+ `gtkobjecttype` char(16) NOT NULL,
91
+ `attribute` char(32) NOT NULL,
92
+ `data` text NOT NULL,
93
+ PRIMARY KEY (`id`),
94
+ UNIQUE KEY `gtkobjectid` (`gtkobjectid`,`gtkobjecttype`,`attribute`)
95
+ ) ENGINE=MyISAM AUTO_INCREMENT=229 DEFAULT CHARSET=utf8;
96
+
97
+ LOCK TABLES `gtkattributes` WRITE;
98
+ INSERT INTO `gtkattributes` (`id`, `gtkobjectid`, `gtkobjecttype`, `attribute`, `data`) VALUES (1,75,'list','child_key','gtkattributes.gtkobjectid'),(2,50,'list','child_key','buttons.moditemid'),(4,34,'list','tree_key','moditems.parent'),(15,54,'list','child_key','events.gtkobjectid'),(9,35,'list','child_key','gtkheaders.listing'),(10,52,'list','child_key','events.gtkobjectid'),(11,30,'list','tree_key','gtkmenu.parent'),(12,73,'list','child_key','users.id'),(13,48,'list','child_key','usergroups.userid'),(16,32,'list','child_key','gtkformitems.formid'),(17,57,'list','child_key','events.gtkobjectid'),(18,77,'list','child_key','gtkattributes.gtkobjectid'),(26,173,'list_column','resizable','false'),(22,77,'list','columns_resizable','false'),(21,75,'list','columns_resizable','false'),(23,143,'list_column','resizable','false'),(24,185,'list_column','resizable','false'),(25,103,'list_column','resizable','false'),(27,171,'list_column','resizable','false'),(28,52,'list','columns_resizable','false'),(29,50,'list','columns_resizable','false'),(34,35,'list','columns_resizable','false'),(35,34,'list','columns_resizable','false'),(36,30,'list','columns_resizable','false'),(111,88,'list','child_key','todo.moditems_id'),(38,36,'list','columns_resizable','false'),(40,48,'list','columns_resizable','false'),(42,37,'list','columns_resizable','false'),(43,57,'list','columns_resizable','false'),(73,113,'list_column','resizable','false'),(45,54,'list','columns_resizable','false'),(46,169,'list_column','resizable','false'),(47,33,'list','columns_resizable','false'),(48,26,'list_column','resizable','false'),(49,141,'list_column','resizable','false'),(50,144,'list_column','resizable','false'),(51,130,'list_column','resizable','false'),(52,114,'list_column','resizable','false'),(53,115,'list_column','resizable','false'),(54,79,'list','child_key','gtkattributes.gtkobjectid'),(55,79,'list','columns_resizable','false'),(57,80,'list','columns_resizable','false'),(58,80,'list','child_key','gtkattributes.gtkobjectid'),(59,36,'form-item','language','ruby'),(60,45,'form-item','language','sql'),(62,28,'form-item','language','sql'),(63,17,'form-item','language','sql'),(64,4,'form-item','language','sql'),(65,78,'form-item','language','sql'),(66,29,'form-item','language','sql'),(67,16,'form-item','language','sql'),(68,34,'form-item','language','ruby'),(69,5,'form-item','language','sql'),(71,52,'form-item','language','sql'),(72,107,'list_column','resizable','true'),(74,109,'list_column','resizable','false'),(75,199,'list_column','resizable','false'),(76,198,'list_column','resizable','false'),(77,50,'list_column','resizable','true'),(112,89,'form','table','todo'),(113,90,'list','child_key','todo.moditems_id'),(81,37,'list','tree_key','groups.parent_id'),(82,48,'list','tree_key','usergroups.groupid'),(83,48,'list','tree_parent_key','groups.parent_id'),(84,89,'form-item','tree_key','parent_id'),(87,84,'form','table','queries'),(88,85,'form','table','buttons'),(89,78,'form','table','gtkattributes'),(92,49,'form','table','scv'),(93,53,'form','table','events'),(95,58,'form','table','gtkformitems'),(96,65,'form','table','moditems'),(97,40,'form','table','moditems'),(98,46,'form','table','groups'),(99,69,'form','table','images'),(100,76,'form','table','gtkheaders'),(101,66,'form','table','moditems'),(102,41,'form','table','moditems'),(103,42,'form','table','gtkmenu'),(177,59,'list','fetch_filter_key','modules.modname'),(105,60,'form','table','moditems'),(107,83,'form','table','users'),(108,47,'form','table','users'),(109,87,'list','child_key','moditems.query_sql_id'),(114,91,'list','child_key','todo.moditems_id'),(115,9,'form-item','tree_key','parent'),(202,106,'form-item','border-shadow','none'),(117,22,'form-item','tree_key','parent_id'),(130,113,'list-button','show-mode','icon only'),(120,98,'form-item','tree_key','parent_id'),(150,37,'list_column','key','cdata'),(122,87,'form-item','tree_key','parent_id'),(123,93,'list','child_key','qobjects.query_id'),(124,64,'form-item','language','ruby'),(125,94,'list','child_key','gtkattributes.gtkobjectid'),(126,50,'list','child_placement','right'),(127,35,'list','child_placement','right'),(128,32,'list','child_placement','right'),(131,114,'list-button','show-mode','icon only'),(132,115,'list-button','show-mode','icon only'),(133,116,'list-button','show-mode','icon only'),(134,81,'list-button','show-mode','icon only'),(135,85,'list-button','show-mode','icon only'),(136,82,'list-button','show-mode','icon only'),(137,89,'list-button','show-mode','icon only'),(138,90,'list-button','show-mode','icon only'),(139,91,'list-button','show-mode','icon only'),(140,111,'list-button','show-mode','icon only'),(141,51,'list-button','show-mode','icon only'),(142,112,'list-button','show-mode','icon only'),(143,50,'list-button','show-mode','icon only'),(145,7,'form-item','tree_key','parent'),(146,132,'list_column','key','cdata'),(147,132,'list_column','display','cdisplay'),(148,213,'list_column','width','30'),(149,213,'list_column','resizable','false'),(151,37,'list_column','display','cdisplay'),(208,45,'form-item','tab','SQL'),(167,12,'form-item','tree_key','parent'),(168,4,'form-item','expander','true'),(166,3,'form-item','tree_key','parent'),(165,130,'list_column','key','moditems.id'),(164,130,'list_column','display','moditems.display'),(170,17,'form-item','expander','true'),(171,28,'form-item','expander','true'),(225,107,'form-item','expander','true'),(173,39,'list','fetch_filter_key','modules.modname'),(174,39,'list','fetch_filter_value','\'form\''),(175,34,'list','fetch_filter_key','modules.modname'),(176,34,'list','fetch_filter_value','\'listing\''),(178,59,'list','fetch_filter_value','\'print\''),(179,105,'form-item','include-in-query-building','false'),(180,105,'form-item','border-shadow','none'),(181,101,'list_column','resizable','true'),(182,36,'list','child_placement','right'),(183,78,'form-item','expander','true'),(184,5,'form-item','expander','true'),(185,34,'form-item','expander','true'),(186,16,'form-item','expander','true'),(187,29,'form-item','expander','true'),(189,64,'form-item','tab','Column Description'),(190,43,'form-item','tab','Tooltip'),(191,52,'form-item','expander','true'),(192,100,'form-item','expander','true'),(193,44,'form-item','tree_key','parent'),(200,122,'list-button','show-mode','icon only'),(199,18,'list-button','show-mode','icon only'),(203,168,'list_column','sortable','true'),(204,0,'list','columns_reorderable','false'),(205,0,'list','columns_sortable','true'),(206,68,'list','columns_sortable','false'),(207,0,'list','columns_resizable','false'),(209,0,'form','tab-position','TOP'),(210,39,'form-item','tab','Data'),(211,38,'form-item','tab','Data'),(212,41,'form-item','tab','Data'),(213,80,'form-item','tab','Position'),(214,50,'form-item','tab','Data'),(215,42,'form-item','tab','Data'),(216,44,'form-item','tab','Data'),(217,40,'form-item','tab','Data'),(218,81,'form-item','tab','Position'),(219,46,'form-item','tab','Position'),(220,47,'form-item','tab','Position'),(221,48,'form-item','tab','Position'),(222,49,'form-item','tab','Position'),(223,99,'list','child_key','events.gtkobjectid'),(224,99,'list','columns_resizable','false'),(226,100,'list','child_key','cronjobs.moditems_id'),(227,101,'form','table','cronjobs'),(228,109,'form-item','language','ruby');
99
+ UNLOCK TABLES;
100
+ DROP TABLE IF EXISTS `gtkattributes_schema`;
101
+ CREATE TABLE `gtkattributes_schema` (
102
+ `id` int(11) NOT NULL auto_increment,
103
+ `gtkobjecttype` char(16) NOT NULL,
104
+ `attribute` char(32) NOT NULL,
105
+ `attributetype` char(5) NOT NULL,
106
+ `valid_values` text NOT NULL,
107
+ `description` text NOT NULL,
108
+ `can_default` tinyint(4) NOT NULL default '0',
109
+ PRIMARY KEY (`id`)
110
+ ) ENGINE=MyISAM AUTO_INCREMENT=104 DEFAULT CHARSET=utf8;
111
+
112
+ LOCK TABLES `gtkattributes_schema` WRITE;
113
+ INSERT INTO `gtkattributes_schema` (`id`, `gtkobjecttype`, `attribute`, `attributetype`, `valid_values`, `description`, `can_default`) VALUES (1,'list_column','width','int','','specifies the fixed width of the List Column',0),(2,'list_column','resizable','bool','','if set true than this Columns will be resizable by the user',0),(3,'list_column','reorderable','bool','','this Column of the List can be reordered\r\nif yes than user can drag the header widget of this Column and change the order of the Columns',0),(4,'list_column','sortable','bool','','this Columns can sort the data of the List',0),(5,'list','columns_resizable','bool','','if set true than List\'s Columns will be resizable by the user',1),(6,'list','columns_reorderable','bool','','Columns of the List can be reordered\r\nif yes than user can drag the header widget of a Column and change the order of the Columns',1),(7,'list','columns_sortable','bool','','Columns of the List can sort the data',1),(8,'list','child_columns_header_font','font','','List printing child list column header font.\r\n\"verdana bold 5\" if not set',1),(9,'list','sum_font','font','','List printing sum font.\r\n\"verdana bold 5\" if not set',1),(10,'list','print_sums','bool','','Print the sum of every integer and float Column in List printing',1),(11,'list','columns_header_font','font','','List printing column header font.\r\n\"verdana bold 6\" if not set',1),(12,'list','header_font','font','','List printing column header font.\r\n\"verdana bold 10\" if not set',1),(13,'list','footer_font','font','','List printing footer font.\r\n\"verdana 6\" if not set',1),(14,'list','date_font','font','','List printing date font.\r\n\"verdana 5\" if not set',1),(15,'list','cell_font','font','','List printing cell font\r\n\"verdana 6\" if not set',1),(16,'list','column_spacing','int','','sets the spacing of Columns in the List:\r\nwhich is the number of pixels to place between cell renderers packed into it.\r\n\r\nsets the spacing of Columns in List\'s printing.',1),(17,'list','child_indent','int','','the indentation of the child rows in pixels when a List is print with it\'s Child, mixed',1),(18,'list','draw_footer_line','bool','','Draw the footer line in List printing mode?',1),(19,'list','draw_header_line','bool','','Draw the header line in List printing mode?',1),(20,'list','draw_header_cell_borders','bool','','Draw header cell borders?\r\nhas to be set to be able to fill the header cell background.',1),(21,'list','fill_header_background','bool','','Fill the Column header cell background in List printing?',1),(22,'list','line_above_parent','bool','','if set draws a line above every parent line when in List print rows are mixed with Child rows.',1),(23,'list','paper_size','combo','A4\r\nA3','the paper size on List print.',1),(24,'list','page_orientation','combo','portrait\r\nlandscape','the page orientation on List print.',1),(25,'list','print_date','bool','','if set prints the date of printing at the right upper corner of the page.',1),(26,'list','print_sub_sums','bool','','if set, for every line the sum of child rows, integer and float columns, will be printed.\r\nin List print.\r\n',1),(27,'list','parent_key','text','','',0),(28,'list','child_key','field','','',0),(29,'list','print_with_child','int','','',0),(30,'list','child_cell_font','font','','List printing child list\'s cell font.\r\n\"verdana 5\" if not set',1),(31,'list','row_spacing','int','','the space in pixels between rows in List printing.',1),(32,'list','child_sum_font','font','','List printing child list\'s sum font.\r\n\"verdana bold 5\" if not set',1),(33,'form','undefined','text','','this is an example attribute, you can set any attribute here and use that later in the Form\'s events.',0),(34,'form-item','language','combo','sql\r\nruby','the markup language for this SourceView',0),(35,'list','tree_key','field','','sets the data field which has the tree information.\r\nusually integer type, and holds the ID of the parent element for every row.\r\n-1,0 in this data field makes the row a root element',0),(36,'list','tree_parent_key','field','','sets the data field of the parent row.\r\nif ThisRow[tree_key] == ParentRow[tree_parent_key] then ParentRow is the parent iterator of this ThisRow',0),(37,'form-item','tree_key','text','','',0),(38,'list','background_key','field','','sets the data field which holds color data for this Column\'s background color.\r\nexample of color: \"#DFCC0B\"\r\n',0),(39,'list','foreground_key','field','','sets the data field which holds color data for this Column\'s Font color.\r\nexample of color: \"#DFCC0B\"',0),(40,'form','table','table','','sets the Form\'s base table;\r\noverrides the Form\'s query sql with the following: select * from #{table}\r\n',0),(41,'list','fetch_filter_key','field','','sets the data field which will be tested against fetch_filter_value while the list loads it\'s data.\r\nyou can have a server model of 100 rows, but load only 10 of them into this list by specifying this filter.',0),(42,'list','fetch_filter_value','text','','if ThisRow[fetch_filter_key] == fetch_filter_value than load the row.\r\nfetch_filter_value is evaulated before the comparision, so you can have a ruby code there.\r\nexample: \r\n\"true\"\r\n#{nick} - will sort out the rows which has the current user\'s nick in it\'s fetch_filter_key',0),(43,'list','cell_line_width','int','','sets the width of the line between cells in List printing.\r\n',1),(44,'list','header_line_width','int','','sets the width of the line between Column header cells in List printing.',1),(45,'list','sum_line_width','float','','sets the width of the sum line in List printing.',1),(46,'list','child_placement','combo','bottom\r\nright','sets the placement of the child Lists of this List.',1),(47,'list','button_placement','combo','bottom\r\nright','sets the location of the Buttons of this List.',1),(48,'list-button','column-of-sensitivity','text','','sets the data field which should hold only \'true\' and \'false\' values.\r\nif SelectedRow[column-of-sensitivity] == \'true\' \r\nthen this Button is sensitive, \r\nelse it\'s insensitive(grayed out and can\'t be pressed)\r\n',0),(49,'list-button','show-mode','combo','icon only\r\nicon and text\r\ntext only','set the List\'s Button show mode.\r\na Button usually has a text and an icon.',1),(50,'list','list_key','field','','the list key. defaults to table.id\r\nhas to be unique or rows get overwritten in the list.\r\nhas to be integer.\r\nchange this only if you really know what you\'re doing.',0),(51,'list','second_child_key','field','','',0),(52,'list','second_parent_key','text','','',0),(53,'list_column','query','sqlid','','the query for this Column,\r\nif set, overrides the querySQL set in the Column properties\r\n',0),(54,'form-item','query','sqlid','','the query for this Form item.\r\nshould return an id',0),(55,'list_column','key','text','','',0),(56,'list_column','display','text','','',0),(57,'form-item','horizontal-expand','bool','','',0),(58,'form-item','horizontal-fill','bool','','',0),(59,'form-item','horizontal-shrink','bool','','',0),(60,'form-item','vertical-expand','bool','','',0),(61,'form-item','vertical-fill','bool','','',0),(62,'form-item','vertical-shrink','bool','','',0),(63,'form-item','border-shadow','combo','none\r\nin\r\nout\r\netched-in\r\netched-out\r\n','sets the border shadow for this Form item',1),(64,'form-item','expander','bool','','',0),(65,'form-item','include-in-query-building','bool','','if set, even if the Form item is editable it\'s data will not be saved ',0),(66,'list_column','decimals','int','','how many decimals to show for this Float Column?',1),(67,'list','gantt_start','field','','if this is set to a data field of TimeStamp type, a GanttChart will be presented besides the List.',0),(68,'list','gantt_duration','field','','if this is set to a data field of TimeStamp type, a GanttChart will be presented besides the List.',0),(69,'list','gantt_successors','field','','if this is set to a data field, of type text, Gantt will store IDs of predecessors there.\r\nif this is set editable, the predecessors are editable in the GanttChart by dragging a line from one Rectangle to another.',0),(70,'list','gantt_day0','bool','','if set, the Gantt will enter into day0 mode instead of working with real times.\r\nwill start the time from 0.',0),(71,'list','gantt_group','field','','',0),(72,'list','gantt_group_color','field','','',0),(73,'list','gantt_partial','field','','',0),(74,'list','gantt_percentage','field','','',0),(75,'list','archive_key','field','','if this is set to a data field, the list will present an \'A\' button on the left side and will filter the rows according to that button\'s state.\r\nthis allows the user to switch viewing the archive and the actual rows.',0),(76,'form','ok_button','bool','','this Form has an \"ok\" button.\r\nif it does not, user will not save the data.\r\ndefault is true of course\r\n',1),(77,'list_column','csv_column_number','int','','set the csv column number for this column, starting with 1\r\ncurrently the CSV has ho have a header(a first row), which is skipped by the import.\r\nthe CSV should not have any \" characters or commas other the column separators.\r\nthe import is called by the Import List Button.\r\n',0),(78,'form-item','ftp-access','text','','sets the FTP access for this widget\r\nif the directory parameter is set then\r\n the widget will create the directory if can\'t chdir into it on upload\r\n and raise error of can\'t chdir into it on download\r\n\r\nformat: [\"host\",\"username\",\"password\",\"directory\"]\r\nexamples: \r\n[\"127.0.0.1\",\"ftp\",\"ftp\"]\r\n[\"127.0.0.1\",\"ftp\",\"ftp\",\"attachments\"]\r\n',1),(79,'list','footer_line_width','float','','the line width of the footer line in List printing.',1),(80,'list','print_title','bool','','if set, the List\'s title will be print.',1),(81,'list','row_underline','text','','the line width of the row underline\r\ndefaults to 0.0\r\n',1),(82,'list','fetch_filter_negate','bool','','if set, the fetch filter will be negated',0),(84,'form-item','relation','rel','','sets the Relation which will be used by this Form item,\r\nsets the query sql and uses the relation to filter the data.\r\n',0),(85,'form','apply_button','bool','','if set, this Form will present an \'apply\' button.',1),(86,'list_column','header_angle','int','','sets the angle in degrees of this Column\'s header text.\r\n0 is horizontal, default\r\n90 is vertical\r\n',1),(87,'list_column','header-font','font','','this Column\'s header font.',0),(88,'list','list-header-font','font','','List Column header font.\r\n',1),(89,'list','column_min_width','int','','sets the minimum width of a Column in pixels',1),(90,'list','gantt_res_idx','int','','GanttChart resolution index:\r\n1 - 17 min/inch\r\n2 - 95 min/inch\r\n3 - 16 hours/inch\r\n4 - 2 days/inch\r\n5 - 4 days/inch\r\n6 - 8 days/inch\r\n7 - 16 days/inch\r\n8 - 24 days/inch\r\n9 - 32 days/inch\r\n10 - 48 days/inch\r\n11 - 96 days/inch',1),(91,'list','gantt_header_format','multi','','the time display format of the GanttChart header.\r\n%S - Second of the minute (00..60)\r\n%M - Minute of the hour (00..59)\r\n%H - Hour of the day, 24-hour clock (00..23)\r\n%d - Day of the month (01..31)\r\n%a - The abbreviated weekday name (``Sun\'\')\r\n%W - Week number of the current year, starting with the first Monday as the first day of the first week (00..53\r\n%b - The abbreviated month name (``Jan\'\')\r\n%m - Month of the year (01..12)\r\n%y - Year without a century (00..99)\r\n%Y - Year with century\r\n\r\nexample: \"Printed on %m/%d/%Y\" - \"Printed on 06/09/2002\"',1),(92,'list','gantt_day0_header_format','multi','','the time display format of the GanttChart header.\r\n%S - Second of the minute (00..60)\r\n%M - Minute of the hour (00..59)\r\n%H - Hour of the day, 24-hour clock (00..23)\r\n%d - Day of the month (01..31)\r\n%a - The abbreviated weekday name (``Sun\'\')\r\n%W - Week number of the current year, starting with the first Monday as the first day of the first week (00..53\r\n%b - The abbreviated month name (``Jan\'\')\r\n%m - Month of the year (01..12)\r\n%y - Year without a century (00..99)\r\n%Y - Year with century\r\n\r\nexample: \"Printed on %m/%d/%Y\" - \"Printed on 06/09/2002\"',1),(93,'list','gantt_time_format','multi','','the time display format of the GanttChart header.\r\n%S - Second of the minute (00..60)\r\n%M - Minute of the hour (00..59)\r\n%H - Hour of the day, 24-hour clock (00..23)\r\n%d - Day of the month (01..31)\r\n%a - The abbreviated weekday name (``Sun\'\')\r\n%W - Week number of the current year, starting with the first Monday as the first day of the first week (00..53\r\n%b - The abbreviated month name (``Jan\'\')\r\n%m - Month of the year (01..12)\r\n%y - Year without a century (00..99)\r\n%Y - Year with century\r\n\r\nexample: \"Printed on %m/%d/%Y\" - \"Printed on 06/09/2002\"',1),(94,'list_column','column-duration-format','multi','','the time display format of the List Column Duration cell.\r\n%S - Second of the minute (00..60)\r\n%M - Minute of the hour (00..59)\r\n%H - Hour of the day, 24-hour clock (00..23)\r\n%d - Day of the month (01..31)\r\n%a - The abbreviated weekday name (``Sun\'\')\r\n%W - Week number of the current year, starting with the first Monday as the first day of the first week (00..53\r\n%b - The abbreviated month name (``Jan\'\')\r\n%m - Month of the year (01..12)\r\n%y - Year without a century (00..99)\r\n%Y - Year with century\r\n\r\nexample: \"Printed on %m/%d/%Y\" - \"Printed on 06/09/2002\"',1),(95,'list_column','column-timestamp-format','multi','','the time display format of the List Column Timestamp cell.\r\n%S - Second of the minute (00..60)\r\n%M - Minute of the hour (00..59)\r\n%H - Hour of the day, 24-hour clock (00..23)\r\n%d - Day of the month (01..31)\r\n%a - The abbreviated weekday name (``Sun\'\')\r\n%W - Week number of the current year, starting with the first Monday as the first day of the first week (00..53\r\n%b - The abbreviated month name (``Jan\'\')\r\n%m - Month of the year (01..12)\r\n%y - Year without a century (00..99)\r\n%Y - Year with century\r\n\r\nexample: \"Printed on %m/%d/%Y\" - \"Printed on 06/09/2002\"',1),(96,'form-item','timestamp-format','multi','','the time display format of the List Column Duration cell.\r\n%S - Second of the minute (00..60)\r\n%M - Minute of the hour (00..59)\r\n%H - Hour of the day, 24-hour clock (00..23)\r\n%d - Day of the month (01..31)\r\n%a - The abbreviated weekday name (``Sun\'\')\r\n%W - Week number of the current year, starting with the first Monday as the first day of the first week (00..53\r\n%b - The abbreviated month name (``Jan\'\')\r\n%m - Month of the year (01..12)\r\n%y - Year without a century (00..99)\r\n%Y - Year with century\r\n\r\nexample: \"Printed on %m/%d/%Y\" - \"Printed on 06/09/2002\"',1),(97,'list','ordering','field','','this field must be double in the database and to be added to the List as float.\r\nthe iterator\'s path will get displayed in the List in this format: 1.1.1\r\n',0),(98,'form-item','tab','text','','on which Tab of the Form this widget will appear\r\n\r\nForm Tabs will be ordered by the minimum X position of items on the Tab\r\nif Tab1 has an item at X=2 and Tab2 has an item at X=1 than Tab1 will come after Tab2\r\n',0),(99,'form','tab-position','combo','TOP\r\nBOTTOM\r\nLEFT\r\nRIGHT\r\n','the position of the Tab on the Form',1),(100,'form-item','batch','bool','','if an Item has batch set than the Form can handle batch editing in modify mode.\r\nif a user selects more rows and calls the Form in modify mode and the Form supports batch then \r\n- List will lock/unlock it\'s multiselection \r\n- on the Form batch Items will be editable and non-batch Items will be disabled\r\n- Form will update only the batch Items\' fields of all rows that were selected\r\n',0),(101,'form-item','multiselector','bool','','Available on List widget, if set List will show an additional column where user can select the rows to be added my the Form.\r\nThis will cause the Form to add multiple rows at once. Values of other widgets of the Form will also be added.\r\nUse it only in add runmode (Form called by Add button).',0),(102,'list-button','group','text','','List Buttons with the sane group will be added to the same popup window.\r\nThe group name will be the Group Button\'s label.\r\n',0),(103,'form-item','form-image-max-height','int','','Sets the maximum height of the FormImage.\r\nIf the uploaded Image is larger, it\'ll be rescaled keeping the aspect ration to the specified value.\r\n',1);
114
+ UNLOCK TABLES;
115
+ DROP TABLE IF EXISTS `gtkformitems`;
116
+ CREATE TABLE `gtkformitems` (
117
+ `id` int(11) NOT NULL auto_increment,
118
+ `data` varchar(50) NOT NULL,
119
+ `updatedata` varchar(30) NOT NULL default '',
120
+ `formid` int(11) NOT NULL default '0',
121
+ `gtktype` varchar(20) NOT NULL default 'gtk_text',
122
+ `editable` varchar(5) NOT NULL default '0',
123
+ `required` varchar(5) NOT NULL default '',
124
+ `description` varchar(30) NOT NULL default '',
125
+ `x` char(2) NOT NULL default '0',
126
+ `xspan` char(2) NOT NULL default '1',
127
+ `y` char(2) NOT NULL default '0',
128
+ `yspan` char(2) NOT NULL default '1',
129
+ `querysql` text NOT NULL,
130
+ `to_call` int(11) NOT NULL default '0',
131
+ `hint` text NOT NULL,
132
+ `hrequest` int(11) NOT NULL default '-1',
133
+ `wrequest` int(11) NOT NULL default '-1',
134
+ `type_def` text NOT NULL,
135
+ PRIMARY KEY (`id`),
136
+ KEY `formid` (`formid`),
137
+ KEY `to_call` (`to_call`)
138
+ ) ENGINE=MyISAM AUTO_INCREMENT=110 DEFAULT CHARSET=utf8;
139
+
140
+ LOCK TABLES `gtkformitems` WRITE;
141
+ INSERT INTO `gtkformitems` (`id`, `data`, `updatedata`, `formid`, `gtktype`, `editable`, `required`, `description`, `x`, `xspan`, `y`, `yspan`, `querysql`, `to_call`, `hint`, `hrequest`, `wrequest`, `type_def`) VALUES (1,'moditems.display','',40,'gtk_text','true','false','The form\'s visible name','00','1','0','1','',0,'will get displayed in window title or in notebook pager',-1,-1,''),(2,'moditems.oid','',40,'gtk_spinbutton','true','false','order','02','1','00','1','',0,'valid if the Form get\'s displayed in a notebook\n',-1,-1,''),(3,'moditems.parent','',40,'gtk_combo_wn','true','false','parent','01','1','00','1','select moditems.*,\ngtkmenu.display as menu,\ngtkmenu.imageid\nfrom moditems \nleft join modules on moditems.modid = modules.id\nleft join gtkmenu on moditems.id = gtkmenu.target\nwhere modname =\'listing\'\norder by parent,display\n',41,'if this is selected \nthe Form gets built into the main window \ndisplayed in a notebook \nwhen the list appears\n',-1,-1,'[display:text]\n[menu:text]\n[imageid:pixbuf]\n'),(4,'moditems.querysql','',40,'gtk_source','true','false','query SQL','00','03','01','03','',0,'the form gets it\'s data by this query, \nqueried only in modify mode\n',150,600,''),(5,'moditems.querysql','',41,'gtk_source','true','false','query SQL','00','03','03','01','',0,'the List gets it\'s data by executing this query',150,600,''),(6,'gtkmenu.display','',42,'gtk_multiline','true','true','Menu text','0','02','0','1','',0,'the text that will appear in the menu',-1,10,''),(7,'gtkmenu.parent','',42,'gtk_combo_wn','true','false','Parent menu','0','02','1','1','select gtkmenu.*,\nmodules.modname,\nmoditems.display as moddisplay\n\nfrom gtkmenu\nleft join modules on gtkmenu.module = modules.id\nleft join moditems on gtkmenu.target = moditems.id\n\norder by gtkmenu.parent,gtkmenu.display\n',42,'the parent menu of this one',-1,-1,'[display:text]\n[modname:text]\n[moddisplay:text]\n[imageid:pixbuf]'),(8,'gtkmenu.module','',42,'gtk_combo','true','false','Module','0','1','2','1','select \r\nid as cdata,\r\nmodname as cdisplay \r\nfrom modules\r\norder by modname\r\n',0,'the name of the module which will be called by this menu',-1,-1,''),(9,'gtkmenu.target','',42,'gtk_combo_wn','true','false','Target','01','01','02','1','select \n moditems.id,\n moditems.parent,\n moditems.display\nfrom moditems \nleft join modules on modules.id=modid\nwhere modid = \'#{parentM.itemValue(\'module\')}\'\norder by parent,display',41,'the module this menu will call',-1,-1,'[display:text]\n'),(10,'moditems.display','',41,'gtk_text','true','true','The name of the List','0','1','0','1','',0,'will appear in the window title or in the notebook\'s pager in case of sublist',-1,-1,''),(12,'moditems.parent','',41,'gtk_combo_wn','true','false','Parent','01','1','00','1','select moditems.*,\ngtkmenu.display as menu,\ngtkmenu.imageid as icon\nfrom moditems \nleft join modules on moditems.modid = modules.id\nleft join gtkmenu on moditems.id = gtkmenu.target\nwhere modname =\'listing\'\norder by display\n',41,'if seleced the List becomes a sublist and gets displayed in a notebook.\n{parentselected} has to appear in it\'s query\n',-1,-1,'[display:text]\n[menu:text]\n[icon:pixbuf]\n'),(13,'moditems.oid','',41,'gtk_spinbutton','true','false','Order','02','1','00','1','',0,'the order of the notebook\'s pagers',-1,-1,''),(16,'moditems.additional_on_update','',41,'gtk_source','true','false','UPDATE SQL affix','00','03','05','01','',0,'not used',-1,-1,''),(17,'moditems.additional_on_update','',40,'gtk_source','true','false','update SQL affix','00','03','05','1','',0,'will be appended to the auto-generated SQL in case of UPDATE\n',60,-1,''),(18,'groups.name','',46,'gtk_text','true','true','Name','0','1','0','1','',0,'the name of the group',-1,-1,''),(19,'users.name','',47,'gtk_text','true','false','Name','0','04','0','1','',0,'Full name of the user',-1,-1,''),(20,'users.nick','',47,'gtk_text','true','true','Nick','0','1','1','1','',0,'the user will authenticate itself with this nick',-1,-1,''),(21,'passwd','',47,'gtk_password','false','true','Password','02','1','01','1','',0,'this is the user\'s password',-1,-1,''),(22,'gtkmenu.groupid','',42,'gtk_combo_wn','true','true','Permission','0','02','04','1.','select *\nfrom groups\norder by parent_id,name',46,'the group to which this menu will be visible',-1,-1,'[name:text]'),(87,'groups.parent_id','',46,'gtk_combo_wn','true','false','parent','','01','01','01','select *\nfrom groups \norder by parent_id,name',46,'the parent group',-1,-1,'[name:text]'),(24,'gtkmenu.oid','',42,'gtk_spinbutton','true','false','Order','0','1','05','1','',0,'the order of this menu related to it\'s neighbours',-1,10,''),(25,'scv.cdisplay','',49,'gtk_text','true','false','Display','0','1','2','1','',0,'the text that will appear in the ConstComboes and it\'s descendants\n',-1,-1,''),(26,'scv.cdata','',49,'gtk_text','true','true','Data','0','1','1','1','',0,'the data field, \nhow the ConstCombo and it\'s descendants\n',-1,-1,''),(27,'scv.combo','',49,'gtk_combo','true','true','combo','0','1','0','1','select \n `data` as cdata, \n description as cdisplay,\n moditems.display as modname\nfrom gtkformitems \nleft join moditems on formid=moditems.id\nwhere gtktype like \'%const%\' \n\nunion \nselect \n `data` as cdata, \n header as cdisplay,\n moditems.display as modname\nfrom gtkheaders \nleft join moditems on listing=moditems.id\nwhere type like \'%const%\'\n\n',0,'the ConstCombo to add values for',-1,-1,'[cdata:text]\n[cdisplay:text]\n[modname:text]\n'),(28,'moditems.additional_on_insert','',40,'gtk_source','true','false','insert SQL affix','00','03','04','1','',0,'it will be appended to the auto-generated SQL in case of INSERT\n',60,-1,''),(29,'moditems.additional_on_insert','',41,'gtk_source','true','false','insert SQL affix','00','03','04','01','',0,'if the List uses it\'s built-in add_row function to insert data, then this gets appended to the generated query\n',-1,-1,''),(34,'moditems.on_embed','',41,'gtk_source','true','false','Embedding statement','00','03','06','01','',0,'this ruby code has to return true or false.\nregarding to that this will will be show or not.\nonly valid if this is a sublist\n',60,-1,''),(36,'events.command','',53,'gtk_source','true','true','Event command','00','1','01','1','',0,'type the ruby code of the event here\n',300,900,''),(38,'gtkformitems.description','',58,'gtk_multiline','true','false','Description','2','4.','0.','1.','',0,'this will appear on the frame of this object\nsometimes we identify the object with this in the debugs\n',-1,-1,''),(39,'gtkformitems.data','',58,'gtk_field_list','true','false','Data','0.','1.','0.','11','',-1,'this defines the data to display from the Form\'s query result\nhas to match a field from the Form\'s query result\n',-1,300,''),(40,'gtkformitems.gtktype','',58,'gtk_const_radio','true','false','Type','01','1','00','11','',0,'the type of this object',-1,200,''),(41,'gtkformitems.editable','',58,'gtk_toggle','true','false','Editable','03','1','04','1','',0,'if checked the user will be allowed to edit this value\n',-1,10,''),(42,'gtkformitems.required','',58,'gtk_toggle','true','false','Required','02','01','04','1','',0,'if checked then the user will only be allowed to submit the form if this object has data in it\n',-1,10,''),(43,'gtkformitems.hint','',58,'gtk_multiline','true','false','Tooltip','05','06','13','1','',0,'tooltip, hint\nthis appears if the user hover the mouse on this object\n',-1,300,''),(44,'gtkformitems.to_call','',58,'gtk_combo_wn','true','false','Target','2.','2.','05','1.','select moditems.id,\nmoditems.display,\nmoditems.parent,\nmodules.modname\nfrom moditems \nleft join modules on moditems.modid = modules.id\nwhere modname =\'listing\'\nunion select distinct moditems.id,\nmoditems.display,\nifnull(buttons.moditemid,\'-1\') as parent,\nmodules.modname\nfrom moditems\nleft join modules on moditems.modid = modules.id\nleft join buttons on buttons.target_moditemid = moditems.id\nwhere modname =\'form\'\norder by parent\n',40,'the target Form this object can call',-1,-1,'[display:text]\n[modname:text]'),(45,'gtkformitems.querysql','',58,'gtk_source','true','false','SQL','06','06','12','1','',0,'query SQL\nhas to return a field named id, which should not be displayed\n',150,300,''),(46,'gtkformitems.x','',58,'gtk_spinbutton','true','false','X','02','1','01','1.','',0,'horizontal position',-1,10,''),(47,'gtkformitems.xspan','',58,'gtk_spinbutton','true','false','Xspan','03','01','01','1','',0,'number horizontal cells to allocate to',-1,10,''),(48,'gtkformitems.y','',58,'gtk_spinbutton','true','false','Y','02','1.','02','1','',0,'vertical position',-1,10,''),(49,'gtkformitems.yspan','',58,'gtk_spinbutton','true','false','Yspan','3.','1.','2.','1.','',0,'number of vertical cells to allocate',-1,10,''),(50,'gtkformitems.formid','',58,'gtk_combo_wn','true','false','parent Form','2','2','7','1','select moditems.*\nfrom moditems \nleft join modules on moditems.modid = modules.id\nwhere modname =\'form\'\norder by display\n',40,'the Form to which this object is attached to\n',-1,-1,'[display:text]\n'),(51,'moditems.display','',60,'gtk_text','true','false','Printing name','00','1','0','1','',0,'',-1,-1,''),(52,'moditems.querysql','',60,'gtk_source','true','false','SQL','0','1','02','1','',0,'',300,600,''),(60,'moditems.comment','',65,'gtk_multiline','true','false','','0','1','0','1','',0,'',200,300,''),(61,'moditems.comment','',66,'gtk_multiline','true','false','','0','1','0','1','',0,'',200,300,''),(63,'images.filename','',69,'fileload','true','true','The name of the image','0','1','0','1','',0,'',500,700,''),(64,'gtkformitems.type_def','',58,'gtk_source','true','false','Column Description','4','6','11','1','',0,'column description for objects with multiple columns\nid and cdata fields do not have to be included here\nid and cdata fields will go to the first column and do not get displayed in the object\nthe Query results multiple columns. those field names have to get types associated to\nif Column Description is empty [cdisplay:text] is defaulted\nthe resulting column not defined here will not get displayed in the object\ntypes: text,pixbuf,toggle,hidden\nthe format:[sql result:type:header]\nexample:[description:text:Description][module:text:Name]\n',-1,300,''),(65,'scv.description','',49,'gtk_multiline','true','false','Description','0','1','3','1','',0,'the description of the data value',40,-1,''),(66,'gtkmenu.imageid','',42,'gtk_combo','true','false','Image','01','1','05','1','select id, filename\nfrom images\n',0,'the menu\'s image',-1,-1,'[id:pixbuf]\n[filename:text]\n'),(82,'gtkattributes.attribute','',78,'gtk_list','true','true','Attribute','1','1','00','1','select attribute as cdata, attribute, attributetype, gtkobjecttype\nfrom gtkattributes_schema\n#{parentM.tmp[:query_filter]}\norder by `attribute`\n',-1,'',300,-1,'[attribute:text:Attribute]\n[attributetype:text:Type]\n[gtkobjecttype:text:Object]\n'),(68,'gtkheaders.header','',76,'gtk_multiline','true','true','header','2.','1.','0.','03','',0,'the text that will be displayed as the column header on the list',-1,-1,''),(69,'gtkheaders.oid','',76,'gtk_spinbutton','true','true','order','03','1','00','1','',0,'',-1,-1,''),(70,'gtkheaders.printable','',76,'gtk_toggle','true','false','printable','03','1','01','1','',0,'should this column be included in the list\'s built-in print',-1,-1,''),(71,'gtkheaders.data','',76,'gtk_field_list','true','true','data','0.','1.','0.','7.','',-1,'mysql field',-1,300,''),(72,'gtkheaders.align','',76,'gtk_const_radio','true','false','align','02','02','03','1','',0,'',-1,-1,''),(73,'gtkheaders.type','',76,'gtk_const_radio','true','true','type','01','1','00','07','',0,'the Renderer type of the column',-1,200,''),(74,'gtkheaders.editable','',76,'gtk_toggle','true','false','editable','03','1','02','1','',0,'',-1,-1,''),(75,'gtkheaders.rgrp_id','',76,'gtk_combo','true','false','read group','02','02','04','1','select * \r\nfrom groups \r\norder by name\r\n',0,'the group that can see this column',-1,-1,'[name:text]'),(76,'gtkheaders.wgrp_id','',76,'gtk_combo','true','false','write group','02','02','05','1','select * \r\nfrom groups \r\norder by name\r\n',0,'the group that can edit this column',-1,-1,'[name:text]'),(77,'gtkheaders.listing','',76,'gtk_combo','true','true','column of','02','02','06','1','select moditems.*\nfrom moditems\nleft join modules on moditems.modid=modules.id \nwhere modules.modname = \'listing\'\n',41,'the parent List of this column\nchange it, only if you want to move the column to another List',-1,-1,'[display:text]\n'),(78,'gtkheaders.querySQL','',76,'gtk_source','true','false','sql query','00','05','07','03','',0,'sql script, Combo/List Renderers will read it\'s data by it',150,300,''),(80,'gtkformitems.hrequest','',58,'gtk_spinbutton','true','false','height','03','01','03','1','',-1,'',-1,-1,''),(81,'gtkformitems.wrequest','',58,'gtk_spinbutton','true','false','width','02','01','03','01','',-1,'',-1,-1,''),(83,'gtkattributes.data','',78,'gtk_text','true','true','Value','01','01','02','01','',-1,'',-1,-1,''),(88,'users.nick','',83,'gtk_text','true','true','nick','','','','','',-1,'',-1,-1,''),(89,'users.name','',83,'gtk_list','true','false','permissions','','01','01','01','select groups.*,parent_id,\nifnull(a_true,\'false\') as checked,\ngroups.id as groupid,\nucnt.id as usergroupid\n\nfrom groups\nleft join (select groupid, id, \'true\' as a_true \n from usergroups\n where userid=\'#{parentselected}\'\n group by groupid) as ucnt \n on groups.id = ucnt.groupid \n\norder by parent_id',-1,'',500,300,'[name:text]\n[usergroupid:text]\n[groupid:text]\n[parent_id:text]\n[checked:toggle]'),(91,'moditems.query_sql_id','',41,'gtk_combo_wn','true','false','query sql','00','03','01','01','select id,name\nfrom queries\n',84,'',-1,-1,'[name:text]\n'),(92,'queries.id','',84,'qbuilder','true','false','','','','','','',-1,'',-1,-1,''),(93,'buttons.target_moditemid','',85,'gtk_combo_wn','true','false','Target','1.','02','05','1.','select \n moditems.id,\n modules.modname,\n moditems.display,\n moditems.parent\nfrom moditems\nleft join modules on moditems.modid = modules.id\nwhere modules.modname != \'listing\'\norder by modules.modname, moditems.display\n',40,'',-1,-1,'[modname:text]\n[display:text]\n'),(94,'buttons.btfunct','',85,'gtk_const_radio','true','true','Function','00','01','00','06','',-1,'',-1,200,''),(95,'buttons.moditem_render_mode','',85,'gtk_const_radio','true','true','Render mode','02','1','01','02','',-1,'',-1,-1,''),(96,'buttons.oid','',85,'gtk_spinbutton','true','true','Order','02','01','00','01','',-1,'',-1,-1,''),(97,'buttons.display','',85,'gtk_multiline','true','false','Button text','1','1','0','04','',-1,'',-1,-1,''),(98,'buttons.grp_id','',85,'gtk_combo_wn','true','false','Permission','1.','02','04','1.','select *\nfrom groups \norder by name\n',0,'',-1,-1,'[name:text]\n'),(99,'moditems.query_sql_id','',60,'gtk_combo_wn','true','false','Query','00','01','01','01','select id,name\nfrom queries\n',84,'',-1,-1,'[name:text]'),(100,'todo.todo','',89,'gtk_multiline','true','false','Todo','0','0','0','0','',-1,'',0,400,''),(101,'todo.done','',89,'gtk_toggle','true','false','Done','0','1','2','1','',-1,'',-1,-1,''),(102,'events.event','',53,'gtk_const_radio','true','true','Event','0','1','2','1','',-1,'',-1,-1,''),(108,'cronjobs.cron','',101,'gtk_text','true','true','Cron','0','0','0','0','',-1,'\'0 22 * * 1-5\' - every day of the week at 22:00 (10pm)\n13 0 22 * * 1-5 - every day of the week at 22:00:13\n0 22 * * 1-5 Europe/Paris - every day of the week when it\'s 22:00 in Paris\n0 22 * * 1-5 Etc/GMT+2 - every day of the week when it\'s 22:00 in GMT+2\n\nsec min hour day month weekday\nor\nmin hour day month weekday',-1,-1,''),(107,'todo.comment','',89,'gtk_multiline','true','false','Comment','0','1','1','1','',-1,'',0,400,''),(105,'chpassword','',47,'gtk_toggle','true','false','change password','3.','1.','1.','1.','',-1,'',-1,-1,''),(106,'dsc','',78,'gtk_label','false','false','Description','01','1','03','1','',-1,'',-1,-1,''),(109,'cronjobs.command','',101,'gtk_source','true','true','Command','0','1','01','1','',-1,'',-1,-1,'');
142
+ UNLOCK TABLES;
143
+ DROP TABLE IF EXISTS `gtkheaders`;
144
+ CREATE TABLE `gtkheaders` (
145
+ `listing` varchar(10) NOT NULL default '',
146
+ `oid` float NOT NULL default '0',
147
+ `header` varchar(40) NOT NULL,
148
+ `printable` char(5) NOT NULL default 'true',
149
+ `data` varchar(50) NOT NULL default '',
150
+ `id` int(11) NOT NULL auto_increment,
151
+ `align` varchar(10) NOT NULL default '',
152
+ `type` varchar(20) NOT NULL default '',
153
+ `editable` varchar(5) NOT NULL default '',
154
+ `querySQL` text NOT NULL,
155
+ `rgrp_id` smallint(6) NOT NULL,
156
+ `wgrp_id` smallint(6) NOT NULL,
157
+ PRIMARY KEY (`id`),
158
+ KEY `oid` (`oid`),
159
+ KEY `listing` (`listing`),
160
+ KEY `rgrp_id` (`rgrp_id`),
161
+ KEY `wgrp_id` (`wgrp_id`)
162
+ ) ENGINE=MyISAM AUTO_INCREMENT=253 DEFAULT CHARSET=utf8;
163
+
164
+ LOCK TABLES `gtkheaders` WRITE;
165
+ INSERT INTO `gtkheaders` (`listing`, `oid`, `header`, `printable`, `data`, `id`, `align`, `type`, `editable`, `querySQL`, `rgrp_id`, `wgrp_id`) VALUES ('30',1,'Menu text','true','gtkmenu.display',14,'0','gtk_text','true','',0,0),('52',1,'Event','true','events.event',137,'0','gtk_const_combo','false','',0,0),('30',2,'Tooltip','true','gtkmenu.hint',15,'0','gtk_text','true','',0,0),('30',4,'Module','true','modules.modname',23,'0.5','gtk_text','false','',0,0),('32',9,'SQL','true','.has_sql',114,'0.5','gtk_toggle','false','',0,0),('32',3,'ItemType','true','gtkformitems.gtktype',26,'0','gtk_const_combo','true','',0,0),('32',1,'Description','true','gtkformitems.description',27,'0','gtk_text','true','',0,0),('33',1,'Combo','true','scv.combo',37,'0','gtk_combo','true','select `data` as cdata, \n description as cdisplay \nfrom gtkformitems \nwhere gtktype=\'gtk_const_combo\' \n\nunion select `data` as cdata, \n header as cdisplay \nfrom gtkheaders \nwhere type=\'gtk_const_combo\'\n',3,1),('33',2,'Visible','true','scv.cdisplay',38,'0','gtk_text','true','',3,1),('33',3,'Value','true','scv.cdata',39,'0','gtk_text','true','',3,1),('34',2,'Menu','true','gtkmenu.display',41,'0','gtk_text','false','',0,0),('35',2.1,'Header','true','gtkheaders.header',43,'0','gtk_text','true','',0,0),('35',2,'Data','true','gtkheaders.data',44,'0','gtk_text','false','',0,0),('35',3,'Order','true','gtkheaders.oid',45,'1','gtk_float','true','',0,0),('35',2.3,'ColumnType','true','gtkheaders.type',102,'0','gtk_const_combo','true','',0,0),('35',4,'Align','true','gtkheaders.align',47,'0.5','gtk_const_combo','true','',0,0),('36',2,'Name','true','users.name',48,'0.5','gtk_text','true','',0,0),('36',1,'Nick','true','users.nick',49,'0.5','gtk_text','true','',0,0),('37',1,'Name','true','groups.name',50,'0','gtk_text','true','',0,0),('32',5,'Required','true','gtkformitems.required',144,'0.5','gtk_toggle','true','',0,0),('37',2,'Users','true','ucnt.cnt',52,'1','gtk_int','false','',0,0),('62',5,'Headers','true','parent_id',62,'1','gtk_int','true','',0,0),('30',5,'Target','true','moditems.display',98,'0','gtk_text','false','',0,0),('41',1,'display','true','display',99,'','gtk_text','','',0,0),('41',2,'Modul','true','modname',100,'','gtk_text','','',0,0),('34',1,'Name','true','moditems.display',101,'0','gtk_text','true','',0,0),('35',6.3,'query\nSQL','true','.has_sql',103,'0.5','gtk_toggle','false','',0,0),('50',5,'Display','true','buttons.display',136,'0','gtk_text','true','',0,0),('48',1,'Group','false','usergroups.groupid',127,'0','gtk_combo','true','select id as cdata,\nname as cdisplay\nfrom groups\n',0,0),('39',1,'Name','true','moditems.display',107,'0','gtk_text','true','',0,0),('39',4,'Items','true','form_item_count.cnt',109,'1','gtk_int','false','',0,0),('34',4,'Parent','true','parent_moditem.display',112,'0','gtk_text','false','',0,0),('80',2,'Value','false','gtkattributes.data',197,'0','gtk_text','true','',-1,-1),('79',1,'Attribute','false','gtkattributes.attribute',194,'0','gtk_text','true','',-1,-1),('39',3,'Parent','true','parent_moditem.display',113,'0','gtk_text','false','',0,0),('32',2,'Data','true','gtkformitems.data',115,'0','gtk_text','true','',0,0),('30',6,'Permissions','true','gtkmenu.groupid',129,'0.5','gtk_combo','true','select id as cdata, \nname as cdisplay \nfrom groups \norder by cdisplay\n',0,0),('32',6,'Target','true','gtkformitems.to_call',130,'0','gtk_combo','true','select \n moditems.id,moditems.display \nfrom moditems\nleft join modules on modules.id = moditems.modid\nwhere modules.modname = \'form\' \norder by display\n',0,0),('50',2,'Function','true','buttons.btfunct',131,'0.5','gtk_const_combo','true','',0,0),('50',6,'Target','true','target_moditem.cdisplay',132,'0','gtk_text','false','',0,0),('33',0,'Data','false','scv.cdata',231,'0','gtk_text','false','',-1,-1),('50',1,'Order','true','buttons.oid',133,'1','gtk_text','true','',0,0),('50',7,'Target mode','true','buttons.moditem_render_mode',134,'0','gtk_const_combo','true','',0,0),('52',2,'Command','true','events.command',138,'0','gtk_text','false','',0,0),('54',1,'Event','true','events.event',139,'0','gtk_const_combo','false','',0,0),('54',2,'Command','true','events.command',140,'0','gtk_text','false','',0,0),('32',4,'Editable','true','gtkformitems.editable',141,'0.5','gtk_toggle','true','',0,0),('35',6,'Editable','true','gtkheaders.editable',143,'0.5','gtk_toggle','true','',0,0),('57',1,'Event','true','events.event',146,'0','gtk_const_combo','false','',0,0),('57',2,'Command','true','events.command',145,'0','gtk_text','false','',0,0),('59',1,'Name','true','moditems.display',148,'0.5','gtk_text','false','',0,0),('59',3,'Items','true','print_item_count.cnt',149,'1','gtk_int','false','',0,0),('88',1,'Date','false','todo.cdate',211,'0','gtk_text','false','',-1,-1),('32',7,'Width','true','gtkformitems.wrequest',160,'1','gtk_text','true','',0,0),('32',8,'Height','true','gtkformitems.hrequest',161,'1','gtk_text','true','',0,0),('50',9,'Group','true','buttons.grp_id',165,'0.5','gtk_combo','true','select \n id as cdata, \n name as cdisplay \nfrom groups \norder by cdisplay\n',0,0),('35',8.1,'Read\ngroup','true','gtkheaders.rgrp_id',166,'0.5','gtk_combo','true','select \r\n id as cdata, \r\n name as cdisplay \r\nfrom groups \r\norder by cdisplay\r\n',0,0),('35',8.2,'Write\ngroup','true','gtkheaders.wgrp_id',167,'0.5','gtk_combo','true','select \r\n id as cdata, \r\n name as cdisplay \r\nfrom groups \r\norder by cdisplay\r\n',0,0),('68',1,'File','true','images.filename',168,'0.5','gtk_text','true','',0,0),('32',9.1,'Columns','true','.has_type_def',169,'0.5','gtk_toggle','false','',0,0),('33',4,'Description','true','scv.description',170,'0','gtk_text','true','',3,1),('30',7,'Order','true','gtkmenu.oid',171,'0.5','gtk_text','true','',0,0),('68',2,'Image','true','images.image_id',172,'0.5','gtk_pixbuf','false','',0,0),('30',8,'Image','true','gtkmenu.imageid',173,'0.5','gtk_pixbuf','false','',0,0),('73',4,'Variable','true','conf.Variable',178,'0.5','gtk_text','true','',0,0),('73',5,'Value','true','conf.Value',179,'0.5','gtk_text','true','',0,0),('73',2,'Moditem','true','moditems.moditem_display',180,'0.5','gtk_text','false','',0,0),('79',2,'Value','false','gtkattributes.data',195,'0','gtk_text','true','',-1,-1),('80',1,'Attribute','false','gtkattributes.attribute',196,'0','gtk_text','true','',-1,-1),('35',6.2,'Printable','true','gtkheaders.printable',185,'0.5','gtk_toggle','true','',0,0),('75',1,'Attribute','false','gtkattributes.attribute',187,'0','gtk_text','true','',0,0),('75',2,'Value','false','gtkattributes.data',188,'0','gtk_text','true','',0,0),('77',1,'Attribute','false','gtkattributes.attribute',189,'0','gtk_text','true','',-1,-1),('77',2,'Value','false','gtkattributes.data',190,'0','gtk_text','true','',-1,-1),('34',9,'id','false','moditems.display_id',198,'1','gtk_int','false','',-1,-1),('39',9,'id','false','moditems.display_id',199,'1','gtk_int','false','',-1,-1),('73',0,'p','false','conf.moditemid',200,'1','gtk_int','false','',-1,-1),('73',3,'Item','false','items.item',201,'0','gtk_text','false','',-1,-1),('97',0,'id','false','events.id',240,'1','gtk_int','false','',-1,-1),('34',5,'Query','false','queries.name',203,'0','gtk_text','false','',-1,-1),('86',2,'Base','false','tables.name',204,'0','gtk_text','false','',-1,-1),('86',1,'Name','false','queries.name',205,'0','gtk_text','false','',-1,-1),('86',3,'Comment','false','queries.comment',206,'0','gtk_text','false','',-1,-1),('87',1,'Name','false','moditems.display',207,'0','gtk_text','false','',-1,-1),('87',2,'Parent','false','parent_moditem.display',208,'0','gtk_text','false','',-1,-1),('86',4,'Modules','false','moditems.cnt',209,'1','gtk_int','false','',-1,-1),('87',3,'Menu','false','gtkmenu.display',210,'0','gtk_text','false','',-1,-1),('88',2,'Todo','false','todo.todo',212,'0','gtk_text','false','',-1,-1),('88',3,'Done','false','todo.done',213,'0.5','gtk_toggle','true','',-1,-1),('90',1,'Date','false','todo.cdate',214,'0','gtk_text','false','',-1,-1),('90',2,'Todo','false','todo.todo',215,'0','gtk_text','false','',-1,-1),('90',3,'Done','false','todo.done',216,'0.5','gtk_toggle','true','',-1,-1),('91',1,'Date','false','todo.cdate',217,'0','gtk_text','false','',-1,-1),('91',2,'Todo','false','todo.todo',218,'0','gtk_text','false','',-1,-1),('91',3,'Done','false','todo.done',219,'0.5','gtk_toggle','true','',-1,-1),('92',1,'Date','false','todo.cdate',220,'0','gtk_text','false','',-1,-1),('92',5,'Todo','false','todo.todo',221,'0','gtk_text','false','',-1,-1),('92',3,'Moditem','false','moditems.display',222,'0','gtk_text','false','',-1,-1),('92',2,'Module','false','modules.modname',223,'0','gtk_text','false','',-1,-1),('92',6,'Done','false','todo.done',224,'0.5','gtk_toggle','true','',-1,-1),('93',2,'type','false','qobjects.obj_type',225,'0','gtk_text','false','',-1,-1),('93',3,'field','false','qobjects.field',226,'0','gtk_text','false','',-1,-1),('93',1,'custom','false','qobjects.custom',227,'0.5','gtk_toggle','false','',-1,-1),('87',0.5,'Module','false','modules.modname',228,'0','gtk_text','false','',-1,-1),('94',1,'Attribute','false','gtkattributes.attribute',229,'0','gtk_text','false','',-1,-1),('94',2,'Value','false','gtkattributes.data',230,'0','gtk_text','false','',-1,-1),('100',2,'command','false','cronjobs.command',252,'0','gtk_text','false','',-1,-1),('100',1,'Cron','false','cronjobs.cron',251,'0','gtk_text','false','',-1,-1),('39',5,'References','false','.refs',234,'1','gtk_int','false','',-1,-1),('34',7,'Items','false','list_item_count.cnt',235,'1','gtk_int','false','',-1,-1),('59',2,'Query','false','queries.name',236,'0','gtk_text','false','',-1,-1),('59',5,'References','false','.refs',237,'1','gtk_int','false','',-1,-1),('34',6,'Order','false','moditems.oid',238,'1','gtk_float','false','',-1,-1),('37',0,'treekey','false','groups.parent_id',239,'0','gtk_invisible_int','false','',-1,-1),('97',1,'Event','false','events.event',241,'0','gtk_text','false','',-1,-1),('97',2,'Command','false','events.command',242,'0','gtk_text','false','',-1,-1),('97',0.2,'objectid','false','events.gtkobjectid',243,'1','gtk_int','false','',-1,-1),('97',0.3,'type','false','.gtkobject_type',244,'0','gtk_text','false','',-1,-1),('97',0.4,'object','false','.gtkobject',245,'0','gtk_text','false','',-1,-1),('98',2,'Attribute','false','gtkattributes.attribute',246,'0','gtk_text','false','',-1,-1),('98',3,'Value','false','gtkattributes.data',247,'0','gtk_text','false','',-1,-1),('98',1,'Object','false','gtkattributes.gtkobjecttype',248,'0','gtk_text','false','',-1,-1),('99',1,'Event','true','events.event',249,'0','gtk_const_combo','false','',0,0),('99',2,'Command','true','events.command',250,'0','gtk_text','false','',0,0);
166
+ UNLOCK TABLES;
167
+ DROP TABLE IF EXISTS `gtkmenu`;
168
+ CREATE TABLE `gtkmenu` (
169
+ `id` int(11) NOT NULL auto_increment,
170
+ `oid` varchar(11) NOT NULL default '0',
171
+ `hint` varchar(100) NOT NULL default '',
172
+ `display` varchar(50) NOT NULL default '',
173
+ `parent` int(11) NOT NULL default '0',
174
+ `module` tinyint(4) NOT NULL default '0',
175
+ `groupid` tinyint(4) NOT NULL default '0',
176
+ `target` int(11) default NULL,
177
+ `imageid` int(11) NOT NULL,
178
+ PRIMARY KEY (`id`),
179
+ KEY `oid` (`oid`),
180
+ KEY `parent` (`parent`),
181
+ KEY `module` (`module`),
182
+ KEY `groupid` (`groupid`),
183
+ KEY `target` (`target`),
184
+ KEY `imageid` (`imageid`)
185
+ ) ENGINE=MyISAM AUTO_INCREMENT=67 DEFAULT CHARSET=utf8;
186
+
187
+ LOCK TABLES `gtkmenu` WRITE;
188
+ INSERT INTO `gtkmenu` (`id`, `oid`, `hint`, `display`, `parent`, `module`, `groupid`, `target`, `imageid`) VALUES (1,'0.0','main menu - not displayed','Main Menu',-1,-1,3,0,24),(40,'8.00','Manage users here','_Users',1,1,3,36,38),(13,'1.40','Manage menus here','_Menus',1,1,3,30,33),(46,'8.10','Manage groups here','_Groups',1,1,3,37,44),(29,'7.00','Manage constants for comboes here','_Constants',1,1,3,33,34),(33,'2.00','Manage listings here','_Lists',1,1,3,34,37),(51,'3.00','Manage forms here','_Forms',1,1,3,39,35),(55,'5.00','Manage printings here','_Printings',1,1,3,59,25),(57,'1.20','Manage images here','_Images',1,1,3,68,27),(58,'9.90','Quit','E_xit',1,12,3,0,41),(59,'9.00','About screen','A_bout',1,5,3,0,30),(60,'9.10','Settings for this user, does not work yet','_Settings',1,13,3,0,29),(61,'1.00','','_Relations',1,14,3,82,42),(62,'1.10','','_Queries',1,1,3,86,37),(63,'8.50','','_Todo',1,1,3,92,43),(64,'8.90','','_Help',1,17,3,-1,31),(65,'6.00','','Events',1,1,3,97,46),(66,'6.50','','Attr',1,1,1,98,47);
189
+ UNLOCK TABLES;
190
+ DROP TABLE IF EXISTS `gtkprintitems`;
191
+ CREATE TABLE `gtkprintitems` (
192
+ `id` int(11) NOT NULL auto_increment,
193
+ `printid` int(11) NOT NULL default '0',
194
+ `gtktype` varchar(20) NOT NULL default '',
195
+ `page_number` tinyint(4) NOT NULL,
196
+ `x` int(11) NOT NULL default '0',
197
+ `y` int(11) NOT NULL default '0',
198
+ `txt` text NOT NULL,
199
+ `font` varchar(64) NOT NULL,
200
+ `width` int(100) NOT NULL,
201
+ `height` int(100) NOT NULL,
202
+ `text_alignment` varchar(6) NOT NULL default 'left',
203
+ PRIMARY KEY (`id`),
204
+ KEY `printid` (`printid`)
205
+ ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
206
+
207
+ LOCK TABLES `gtkprintitems` WRITE;
208
+ UNLOCK TABLES;
209
+ DROP TABLE IF EXISTS `gtkprintpages`;
210
+ CREATE TABLE `gtkprintpages` (
211
+ `moditem_id` int(11) NOT NULL,
212
+ `paper_size_name` varchar(16) NOT NULL,
213
+ `orientation` varchar(32) NOT NULL,
214
+ `bottom_margin` float NOT NULL,
215
+ `top_margin` float NOT NULL,
216
+ `left_margin` float NOT NULL,
217
+ `right_margin` float NOT NULL,
218
+ UNIQUE KEY `moditem_id` (`moditem_id`)
219
+ ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
220
+
221
+ LOCK TABLES `gtkprintpages` WRITE;
222
+ UNLOCK TABLES;
223
+ DROP TABLE IF EXISTS `help_formats`;
224
+ CREATE TABLE `help_formats` (
225
+ `name` varchar(100) NOT NULL,
226
+ `format_dump` text NOT NULL,
227
+ PRIMARY KEY (`name`)
228
+ ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
229
+
230
+ LOCK TABLES `help_formats` WRITE;
231
+ INSERT INTO `help_formats` (`name`, `format_dump`) VALUES ('_header','{\"name\"=>\"_header\", \"strikethrough\"=>false, \"underline\"=>0, \"code\"=>\"\\\\\\[h\\\\\\]\", \"background\"=>[0, 0, 0], \"foreground_set\"=>true, \"justification\"=>2, \"foreground\"=>[9959, 25303, 25683], \"font\"=>\"Verdana Bold 16\", \"background_set\"=>false}'),('_warning','{\"name\"=>\"_warning\", \"strikethrough\"=>false, \"underline\"=>0, \"code\"=>\"\\\\\\[w\\\\\\]\", \"background\"=>[46274, 17147, 17147], \"foreground_set\"=>true, \"justification\"=>3, \"foreground\"=>[65535, 65535, 65535], \"font\"=>\"Verdana Bold Italic 12\", \"background_set\"=>true}'),('_normal','{\"name\"=>\"_normal\", \"strikethrough\"=>false, \"underline\"=>0, \"code\"=>\"\\\\\\[n\\\\\\]\", \"background\"=>[0, 0, 0], \"foreground_set\"=>true, \"justification\"=>0, \"foreground\"=>[0, 0, 0], \"font\"=>\"Verdana 12\", \"background_set\"=>false}');
232
+ UNLOCK TABLES;
233
+ DROP TABLE IF EXISTS `help_items`;
234
+ CREATE TABLE `help_items` (
235
+ `index` varchar(100) NOT NULL,
236
+ `description` text NOT NULL,
237
+ PRIMARY KEY (`index`)
238
+ ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
239
+
240
+ LOCK TABLES `help_items` WRITE;
241
+ INSERT INTO `help_items` (`index`, `description`) VALUES ('Help','[h]Help[h]\n\nThis is the help system.\nYou can get more help on the Manqod website: http://manqod.sourceforge.net or by sending mail to dpblnt@gmail.com.\n'),('Manqod Help','[h]ManqodHelp[h]\n\nThis is the manqod help module.\nYou can view and edit your application\'s help from manqod client.\n\n[w]Be warned: if you edit help from your admin, that is not your application help![w]\n\n[w]Double clicking on the empty area between the clear and the close buttons toggles the edit buttons![w]\n'),('Manqod','[h]Manqod[h]\n[n]\nManqod is a desktop application for small companies to organize their data\non an interface customised for them by themselves.\n[n]'),('List Editor','[h]List Editor[h]\n\nManqod module where you can add/edit/remove Lists.\nA List has Columns, Buttons, Attributes, Events.\n'),('Relation Builder','[h]Relation Builder[h]\n\nIn this Manqod module you can manage your database, add relations between tables.\n\nDrag the screen by middle-button dragging.\nMove any object by middle-button dragging.\n\nAdd or create table by right clicking on the background.\n\nRemove or truncate a table by right clicking on it.\n\nEdit the table fields by right clicking on a field of the table.\n\nAdd a relation by right clicking on a field and select \'add relation here\', then right click on the destination field and select \'finish relation here\'.\nEdit the relation parameters by right clicking on a relation.\n'),('Table','[h]Table[h]\n\nA mysql table contains fields, stores data.\n'),('Field','[h]Field[h]\n\nA mysql field is like the column of a mysql table.\n'),('MySQL','[h]MySQL[h]\n\nMySQL is a free SQL server.\n'),('SQL','[h]SQL[h]\n\nSQL stands for Structured Query Language. It is a language to help manage data in a database server.\n');
242
+ UNLOCK TABLES;
243
+ DROP TABLE IF EXISTS `history`;
244
+ CREATE TABLE `history` (
245
+ `id` bigint(20) NOT NULL auto_increment,
246
+ `ctime` datetime NOT NULL,
247
+ `nick` varchar(10) NOT NULL,
248
+ `base` varchar(100) NOT NULL,
249
+ `row_id` bigint(20) NOT NULL,
250
+ `operation` char(1) NOT NULL,
251
+ `header_id` int(11) NOT NULL,
252
+ `data` text NOT NULL,
253
+ PRIMARY KEY (`id`)
254
+ ) ENGINE=MyISAM AUTO_INCREMENT=1846 DEFAULT CHARSET=utf8;
255
+
256
+ LOCK TABLES `history` WRITE;
257
+ INSERT INTO `history` (`id`, `ctime`, `nick`, `base`, `row_id`, `operation`, `header_id`, `data`) VALUES (1,'2008-10-25 16:34:40','admin','33',118,'i',0,''),(2,'2008-10-25 16:35:31','admin','50',28,'u',133,'4'),(3,'2008-10-25 16:35:31','admin','50',28,'u',134,''),(4,'2008-10-25 16:35:37','admin','50',27,'u',133,'3'),(5,'2008-10-25 16:35:40','admin','50',27,'u',165,'0'),(6,'2008-10-25 16:35:52','admin','50',27,'u',165,'2'),(7,'2008-10-25 16:39:30','admin','57',36,'i',0,''),(8,'2008-10-25 16:40:15','admin','57',36,'u',145,'moditem_render_mode.set_editable([\"add\",\"modify\",\"copy\"].include?(text)).update(self)'),(9,'2008-10-25 16:41:46','admin','57',36,'u',145,'parentM.moditem_render_mode.set_editable([\"add\",\"modify\",\"copy\"].include?(text)).update(self)'),(10,'2008-10-25 16:42:06','admin','54',37,'i',0,''),(11,'2008-10-25 16:42:55','admin','54',37,'u',140,'mod'),(12,'2008-10-25 16:43:23','admin','54',37,'u',140,'moditem_render_mode.set_default() if runmode == \"add\"'),(13,'2008-10-25 16:44:21','admin','50',79,'i',0,''),(14,'2008-10-25 16:44:26','admin','50',27,'u',133,'4'),(15,'2008-10-25 17:02:31','admin','94',177,'i',0,''),(16,'2008-11-05 09:58:09','admin','34',98,'i',0,''),(17,'2008-11-05 09:58:59','admin','35',311,'i',0,''),(18,'2008-11-05 10:01:30','admin','75',178,'i',0,''),(19,'2008-11-05 10:01:58','admin','35',312,'i',0,''),(20,'2008-11-05 10:02:11','admin','35',313,'i',0,''),(21,'2008-11-05 10:02:43','admin','35',314,'i',0,''),(22,'2008-11-05 10:02:57','admin','35',315,'i',0,''),(23,'2008-11-05 10:03:27','admin','34',63,'u',112,'pénz'),(24,'2008-11-05 10:03:37','admin','34',62,'u',112,'pénz'),(25,'2008-11-05 10:04:12','admin','30',57,'u',98,'61'),(26,'2008-11-05 10:04:12','admin','30',57,'u',171,'1'),(27,'2008-11-05 10:04:40','admin','75',179,'i',0,''),(28,'2008-11-05 10:16:47','admin','34',98,'u',41,''),(29,'2008-11-05 10:32:54','admin','75',180,'i',0,''),(30,'2008-11-05 10:33:04','admin','75',181,'i',0,''),(31,'2008-11-05 10:46:08','admin','34',98,'u',203,'kontok2'),(32,'2008-11-05 10:46:35','admin','35',316,'i',0,''),(33,'2008-11-05 10:46:46','admin','35',317,'i',0,''),(34,'2008-11-05 10:49:47','admin','34',63,'u',112,'penz2'),(35,'2008-11-05 10:50:03','admin','34',62,'u',112,'penz2'),(36,'2008-11-05 10:50:25','admin','30',57,'u',98,'98'),(37,'2008-11-05 10:51:29','admin','75',180,'d',0,''),(38,'2008-11-05 10:51:29','admin','75',179,'d',0,''),(39,'2008-11-05 10:51:29','admin','75',181,'d',0,''),(40,'2008-11-05 10:51:29','admin','75',178,'d',0,''),(41,'2008-11-05 10:51:37','admin','35',311,'d',0,''),(42,'2008-11-05 10:51:37','admin','35',312,'d',0,''),(43,'2008-11-05 10:51:37','admin','35',313,'d',0,''),(44,'2008-11-05 10:51:37','admin','35',314,'d',0,''),(45,'2008-11-05 10:51:37','admin','35',317,'d',0,''),(46,'2008-11-05 10:51:37','admin','35',315,'d',0,''),(47,'2008-11-05 10:51:37','admin','35',316,'d',0,''),(48,'2008-11-05 10:51:43','admin','34',98,'d',0,''),(49,'2008-11-05 10:51:54','admin','93',198,'d',0,''),(50,'2008-11-05 10:51:54','admin','93',199,'d',0,''),(51,'2008-11-05 10:51:54','admin','93',200,'d',0,''),(52,'2008-11-05 10:51:54','admin','93',201,'d',0,''),(53,'2008-11-05 10:51:54','admin','93',196,'d',0,''),(54,'2008-11-05 10:51:54','admin','93',197,'d',0,''),(55,'2008-11-05 10:52:01','admin','86',11,'d',0,''),(56,'2008-11-05 11:57:32','admin','75',182,'i',0,''),(57,'2008-11-05 11:58:31','admin','75',172,'d',0,''),(58,'2008-11-05 11:58:31','admin','75',8,'d',0,''),(59,'2008-11-05 11:58:31','admin','75',37,'d',0,''),(60,'2008-11-05 11:58:36','admin','94',160,'d',0,''),(61,'2008-11-05 11:58:39','admin','94',161,'d',0,''),(62,'2008-11-05 11:58:42','admin','94',162,'d',0,''),(63,'2008-11-05 11:58:45','admin','94',163,'d',0,''),(64,'2008-11-05 11:58:48','admin','50',20,'d',0,''),(65,'2008-11-05 11:58:48','admin','50',78,'d',0,''),(66,'2008-11-05 11:58:48','admin','50',21,'d',0,''),(67,'2008-11-05 11:58:48','admin','50',22,'d',0,''),(68,'2008-11-05 11:58:54','admin','77',169,'d',0,''),(69,'2008-11-05 11:58:58','admin','35',200,'d',0,''),(70,'2008-11-05 11:58:58','admin','35',195,'d',0,''),(71,'2008-11-05 11:58:58','admin','35',196,'d',0,''),(72,'2008-11-05 11:58:58','admin','35',308,'d',0,''),(73,'2008-11-05 11:58:58','admin','35',197,'d',0,''),(74,'2008-11-05 11:59:03','admin','34',62,'d',0,''),(75,'2008-11-05 11:59:47','admin','34',63,'u',101,'bevétel'),(76,'2008-11-05 12:00:35','admin','35',318,'i',0,''),(77,'2008-11-05 12:01:01','admin','75',153,'u',188,'right'),(78,'2008-11-05 12:01:19','admin','75',153,'u',188,'bottom'),(79,'2008-11-05 12:01:47','admin','77',183,'i',0,''),(80,'2008-11-05 12:01:51','admin','77',184,'i',0,''),(81,'2008-11-05 12:02:22','admin','77',185,'i',0,''),(82,'2008-11-05 12:14:25','admin','75',182,'d',0,''),(83,'2008-11-05 12:15:48','admin','75',186,'i',0,''),(84,'2008-11-05 12:19:36','admin','75',187,'i',0,''),(85,'2008-11-07 09:44:07','admin','33',119,'i',0,''),(86,'2008-11-07 09:44:22','admin','33',120,'i',0,''),(87,'2008-11-07 09:44:41','admin','33',120,'u',170,''),(88,'2008-11-07 09:44:50','admin','33',119,'u',170,''),(89,'2008-11-11 08:46:56','admin','57',17,'u',145,'gtk_object_type=case parentM.parentM.list_id.to_i\n when 80: \'form-item\'\n when 79: \'form\'\n when 75: \'list\'\n when 77: \'list_column\'\n when 94: \'list-button\'\n else \'list\'\nend\n#tell_exception(\"#{parentM.parentM.list_id} #{text} #{gtk_object_type}\")\nif r=admin.qrow(\"select * from gtkattributes_schema where attribute=\'#{text}\' and gtkobjecttype=\'#{gtk_object_type}\'\")\n parentM.data.item[\'querysql\']=\"\"\n parentM.data.item[\'gtktype\']=case r[\"attributetype\"]\n when \"int\",\"text\": \"gtk_text\"\n when \"bool\": \"gtk_toggle\"\n when \"font\": \"gtk_font_button\"\n when \"combo\"\n c=0\n r[\'valid_values\'].each{|v|\n u=\" union \" if c!=0\n parentM.data.item[\'querysql\']+=\"#{u} select \'#{v.strip}\' as cdata, \'#{v.strip}\' as cdisplay\"\n c+=1\n }\n \"gtk_combo\"\n when \"field\": \"gtk_field_combo\"\n when \"table\"\n parentM.data.item[\'querysql\']=\"select name as cdata, name as cdisplay from tables order by name\"\n \"gtk_combo\"\n else \"gtk_hidden\"\n end\n else\n parentM.data.item[\'gtktype\']=\"gtk_hidden\"\nend\nparentM.data.repack_renderer.update(self)\nparentM.data.show_all\n'),(90,'2008-11-11 08:51:44','admin','80',188,'i',0,''),(91,'2008-11-11 08:53:01','admin','32',28,'u',114,'true'),(92,'2008-11-11 09:51:59','admin','35',143,'u',44,'projects.name'),(93,'2008-11-11 09:51:59','admin','35',143,'u',102,'gtk_text'),(94,'2008-11-11 09:51:59','admin','35',143,'u',45,'0.0'),(95,'2008-11-11 10:59:30','admin','77',189,'i',0,''),(96,'2008-11-11 10:59:54','admin','77',190,'i',0,''),(97,'2008-11-11 11:00:02','admin','77',191,'i',0,''),(98,'2008-11-11 11:00:39','admin','35',303,'u',45,'0.00'),(99,'2008-11-11 12:41:24','admin','80',145,'i',0,''),(100,'2008-11-11 12:44:01','admin','80',145,'u',197,'parent_id'),(101,'2008-11-11 15:03:50','admin','35',136,'u',45,'5.0'),(102,'2008-11-11 15:05:49','admin','77',146,'i',0,''),(103,'2008-11-11 15:06:20','admin','77',147,'i',0,''),(104,'2008-11-11 15:06:31','admin','77',146,'u',190,'moditems.id'),(105,'2008-11-11 15:10:33','admin','50',15,'u',134,''),(106,'2008-11-11 15:16:23','admin','77',148,'i',0,''),(107,'2008-11-11 15:18:26','admin','77',149,'i',0,''),(108,'2008-11-11 15:24:47','admin','35',132,'u',44,'buttons.target_moditemid'),(109,'2008-11-11 15:24:47','admin','35',132,'u',102,'gtk_combo'),(110,'2008-11-11 15:24:47','admin','35',132,'u',45,'6.0'),(111,'2008-11-11 15:24:47','admin','35',132,'u',103,'true'),(112,'2008-11-11 17:27:38','admin','80',121,'u',197,'parent'),(113,'2008-11-11 17:28:40','admin','80',121,'u',197,'moditems.parent'),(114,'2008-11-11 17:29:14','admin','80',121,'d',0,''),(115,'2008-11-11 17:32:10','admin','35',132,'u',143,'true'),(116,'2008-11-11 17:37:14','admin','35',37,'u',45,'1.0'),(117,'2008-11-11 17:37:21','admin','77',150,'i',0,''),(118,'2008-11-11 17:37:29','admin','77',151,'i',0,''),(119,'2008-11-11 17:41:14','admin','32',46,'u',26,'gtk_text'),(120,'2008-11-11 17:41:29','admin','32',47,'u',26,'gtk_text'),(121,'2008-11-11 17:41:37','admin','32',48,'u',26,'gtk_text'),(122,'2008-11-11 17:41:42','admin','32',49,'u',26,'gtk_text'),(123,'2008-11-11 17:48:43','admin','35',37,'u',166,'0'),(124,'2008-11-11 17:48:43','admin','35',37,'u',167,'0'),(125,'2008-11-11 17:48:48','admin','35',38,'u',45,'2.0'),(126,'2008-11-11 17:48:48','admin','35',38,'u',166,'0'),(127,'2008-11-11 17:48:48','admin','35',38,'u',167,'0'),(128,'2008-11-11 17:48:53','admin','35',39,'u',45,'3.0'),(129,'2008-11-11 17:48:53','admin','35',39,'u',166,'0'),(130,'2008-11-11 17:48:53','admin','35',39,'u',167,'0'),(131,'2008-11-11 17:48:58','admin','35',170,'u',45,'4.0'),(132,'2008-11-11 17:48:58','admin','35',170,'u',166,'0'),(133,'2008-11-11 17:48:58','admin','35',170,'u',167,'0'),(134,'2008-11-11 17:49:33','admin','50',24,'u',134,''),(135,'2008-11-11 17:49:49','admin','32',98,'u',26,'gtk_combo'),(136,'2008-11-11 17:49:49','admin','32',98,'u',130,'-1'),(137,'2008-11-11 18:25:43','admin','80',152,'i',0,''),(138,'2008-11-11 18:25:57','admin','80',153,'i',0,''),(139,'2008-11-11 18:26:33','admin','80',154,'i',0,''),(140,'2008-11-11 18:26:57','admin','80',152,'d',0,''),(141,'2008-11-11 18:26:57','admin','80',153,'d',0,''),(142,'2008-11-11 18:26:57','admin','80',154,'d',0,''),(143,'2008-11-11 18:27:10','admin','80',155,'i',0,''),(144,'2008-11-11 18:27:24','admin','80',156,'i',0,''),(145,'2008-11-11 18:29:28','admin','80',157,'i',0,''),(146,'2008-11-11 18:29:35','admin','80',157,'u',197,'false'),(147,'2008-11-11 18:32:36','admin','80',157,'u',197,'true'),(148,'2008-11-11 18:32:52','admin','80',157,'u',197,'false'),(149,'2008-11-11 18:59:46','admin','80',156,'u',197,'false'),(150,'2008-11-11 19:07:01','admin','80',156,'u',197,'true'),(151,'2008-11-11 19:07:12','admin','80',156,'u',197,'false'),(152,'2008-11-11 19:07:46','admin','80',156,'u',197,'true'),(153,'2008-11-11 19:08:29','admin','80',155,'d',0,''),(154,'2008-11-11 19:08:29','admin','80',156,'d',0,''),(155,'2008-11-11 19:08:29','admin','80',157,'d',0,''),(156,'2008-11-11 19:10:30','admin','80',158,'i',0,''),(157,'2008-11-11 19:10:34','admin','80',159,'i',0,''),(158,'2008-11-11 19:10:38','admin','80',160,'i',0,''),(159,'2008-11-11 19:10:44','admin','80',161,'i',0,''),(160,'2008-11-11 19:10:49','admin','80',162,'i',0,''),(161,'2008-11-11 19:10:52','admin','80',163,'i',0,''),(162,'2008-11-11 19:11:18','admin','80',161,'u',197,'false'),(163,'2008-11-11 19:11:32','admin','80',161,'u',197,'true'),(164,'2008-11-11 19:11:52','admin','80',163,'u',197,'false'),(165,'2008-11-11 19:12:03','admin','80',158,'d',0,''),(166,'2008-11-11 19:12:03','admin','80',159,'d',0,''),(167,'2008-11-11 19:12:03','admin','80',160,'d',0,''),(168,'2008-11-11 19:12:03','admin','80',161,'d',0,''),(169,'2008-11-11 19:12:03','admin','80',162,'d',0,''),(170,'2008-11-11 19:12:03','admin','80',163,'d',0,''),(171,'2008-11-11 19:14:56','admin','32',121,'u',115,'-1'),(172,'2008-11-11 19:15:35','admin','80',192,'i',0,''),(173,'2008-11-11 19:15:58','admin','80',193,'i',0,''),(174,'2008-11-11 19:16:02','admin','80',194,'i',0,''),(175,'2008-11-11 19:28:05','admin','80',195,'i',0,''),(176,'2008-11-11 19:30:00','admin','80',195,'u',197,'none'),(177,'2008-11-11 19:31:08','admin','80',196,'i',0,''),(178,'2008-11-11 19:38:49','admin','80',197,'i',0,''),(179,'2008-11-11 19:38:59','admin','80',197,'u',197,'in'),(180,'2008-11-11 19:39:07','admin','80',197,'u',197,'out'),(181,'2008-11-11 19:39:18','admin','80',198,'i',0,''),(182,'2008-11-11 19:39:22','admin','80',199,'i',0,''),(183,'2008-11-11 19:39:35','admin','80',200,'i',0,''),(184,'2008-11-11 19:39:40','admin','80',195,'u',197,'in'),(185,'2008-11-11 19:40:00','admin','80',195,'u',197,'none'),(186,'2008-11-11 19:42:46','admin','80',201,'i',0,''),(187,'2008-11-11 19:43:06','admin','80',202,'i',0,''),(188,'2008-11-11 19:43:16','admin','80',203,'i',0,''),(189,'2008-11-12 10:09:09','admin','35',130,'u',45,'6.0'),(190,'2008-11-12 10:09:21','admin','77',164,'i',0,''),(191,'2008-11-12 10:12:22','admin','77',165,'i',0,''),(192,'2008-11-12 10:12:58','admin','77',165,'u',190,'id'),(193,'2008-11-12 10:13:03','admin','77',164,'u',190,'display'),(194,'2008-11-12 10:13:25','admin','77',165,'u',190,'moditams.id'),(195,'2008-11-12 10:13:54','admin','35',130,'u',47,'0.5'),(196,'2008-11-12 10:18:56','admin','35',26,'u',45,'3.0'),(197,'2008-11-12 10:18:56','admin','35',26,'u',47,'0.5'),(198,'2008-11-12 10:21:11','admin','33',53,'u',38,'Combo with new'),(199,'2008-11-12 11:07:38','admin','35',102,'u',45,'2.3'),(200,'2008-11-12 11:07:38','admin','35',102,'u',47,'0.5'),(201,'2008-11-12 11:09:06','admin','35',26,'u',43,'Type'),(202,'2008-11-12 11:21:47','admin','80',166,'i',0,''),(203,'2008-11-12 11:22:39','admin','80',167,'i',0,''),(204,'2008-11-12 14:21:19','admin','80',168,'i',0,''),(205,'2008-11-12 14:21:26','admin','80',169,'i',0,''),(206,'2008-11-12 14:25:56','admin','80',170,'i',0,''),(207,'2008-11-12 14:26:01','admin','80',171,'i',0,''),(208,'2008-11-17 08:15:09','admin','35',319,'i',0,''),(209,'2008-11-17 18:29:53','admin','35',157,'u',44,'workcnt.workcount'),(210,'2008-11-17 18:29:53','admin','35',157,'u',45,'6.0'),(211,'2008-11-17 18:30:23','admin','35',320,'i',0,''),(212,'2008-11-17 18:47:44','admin','39',72,'u',107,'Hiba javitas adatai'),(213,'2008-11-17 18:48:31','admin','80',204,'i',0,''),(214,'2008-11-17 18:48:36','admin','32',121,'u',141,'false'),(215,'2008-11-17 18:48:54','admin','57',37,'u',145,'item[\"default\"]=\"most\"\npc.set_sensitive(true)'),(216,'2008-11-17 18:49:49','admin','35',115,'u',143,'false'),(217,'2008-11-17 18:51:12','admin','32',121,'u',115,''),(218,'2008-11-17 18:52:39','admin','57',36,'u',145,'item[\"default\"]=\"most\"\npc.set_sensitive(true)'),(219,'2008-11-17 18:52:45','admin','32',120,'u',141,'false'),(220,'2008-11-17 18:53:00','admin','32',120,'u',115,'-1'),(221,'2008-11-17 18:53:06','admin','32',121,'u',115,'-1'),(222,'2008-11-17 18:53:16','admin','57',37,'u',145,'item[\"default\"]=\"most\"\n#pc.set_sensitive(true)'),(223,'2008-11-17 18:53:23','admin','57',36,'u',145,'item[\"default\"]=\"most1\"\n#pc.set_sensitive(true)'),(224,'2008-11-17 18:53:55','admin','80',205,'i',0,''),(225,'2008-11-17 18:57:01','admin','80',205,'u',197,'false'),(226,'2008-11-17 18:57:15','admin','80',205,'u',197,'true'),(227,'2008-11-17 19:00:53','admin','80',192,'d',0,''),(228,'2008-11-17 19:00:53','admin','80',193,'d',0,''),(229,'2008-11-17 19:00:53','admin','80',194,'d',0,''),(230,'2008-11-17 19:01:15','admin','80',202,'d',0,''),(231,'2008-11-17 19:01:15','admin','80',203,'d',0,''),(232,'2008-11-17 19:07:34','admin','35',321,'i',0,''),(233,'2008-11-17 19:08:07','admin','77',206,'i',0,''),(234,'2008-11-17 19:11:01','admin','39',71,'u',107,'utalás'),(235,'2008-11-17 19:11:16','admin','80',207,'i',0,''),(236,'2008-11-17 19:11:27','admin','80',207,'u',197,'none'),(237,'2008-11-17 19:11:37','admin','80',208,'i',0,''),(238,'2008-11-17 19:11:44','admin','80',209,'i',0,''),(239,'2008-11-17 19:11:56','admin','80',210,'i',0,''),(240,'2008-11-17 19:12:02','admin','80',211,'i',0,''),(241,'2008-11-17 19:12:15','admin','80',210,'u',197,'none'),(242,'2008-11-17 19:12:20','admin','80',209,'u',197,'none'),(243,'2008-11-17 19:12:30','admin','80',212,'i',0,''),(244,'2008-11-17 19:12:42','admin','80',207,'u',197,'out'),(245,'2008-11-17 21:48:10','admin','93',202,'d',0,''),(246,'2008-11-26 16:14:35','admin','54',30,'u',140,'client.client.reload_moditem(parentM.parentselected)'),(247,'2008-11-26 16:14:43','admin','54',28,'u',140,'client.client.reload_moditem(parentselected)'),(248,'2008-11-26 16:23:41','admin','54',30,'u',140,'client.reload_moditem(parentM.parentselected)'),(249,'2008-11-26 16:27:39','admin','54',30,'u',140,'tell_exception(parentM.parentselected.to_s)\ntell_exception(client.inspect)\nclient.reload_moditem(parentM.parentselected)'),(250,'2008-11-26 16:31:18','admin','54',30,'u',140,'tell_exception(parentM.parentselected.to_s)\ntell_exception(client.inspect)\nclient.client.reload_moditem(parentM.parentselected)'),(251,'2008-11-26 16:44:23','admin','54',30,'u',140,'tell_exception(parentM.parentselected.to_s)\ntell_exception(client.inspect)\ntell_exception(client.client.inspect)\n\nclient.reload_moditem(parentM.parentselected)'),(252,'2008-11-26 16:56:23','admin','54',30,'u',140,'tell_exception(ManqodDB.instance.client.inspect)\nManqodDB.instance.client.reload_moditem(parentM.parentselected)'),(253,'2008-11-26 16:56:35','admin','54',28,'u',140,'client.reload_moditem(parentselected)'),(254,'2008-11-26 16:57:00','admin','54',32,'u',140,'client.client.reload_moditem(parentM.parentselected)'),(255,'2008-11-26 16:57:55','admin','54',29,'u',140,'client.client.reload_moditem(parentselected) if parentM.moditem[\"display\"] == \"List editor\"'),(256,'2008-11-26 16:58:17','admin','54',35,'u',140,'client.client.reload_users'),(257,'2008-11-28 11:25:11','admin','77',213,'i',0,''),(258,'2008-11-28 11:26:17','admin','77',213,'d',0,''),(259,'2008-11-28 11:26:55','admin','35',297,'u',185,'false'),(260,'2008-11-28 11:27:00','admin','35',297,'u',102,'gtk_int'),(261,'2008-11-28 11:27:00','admin','35',297,'u',45,'3.0'),(262,'2008-11-28 11:27:06','admin','77',214,'i',0,''),(263,'2008-11-28 11:28:17','admin','35',286,'u',44,'workcnt.workcount'),(264,'2008-11-28 11:28:17','admin','35',286,'u',102,'gtk_int'),(265,'2008-11-28 11:28:17','admin','35',286,'u',45,'9.0'),(266,'2008-11-28 11:28:23','admin','77',215,'i',0,''),(267,'2008-11-28 11:32:06','admin','77',215,'d',0,''),(268,'2008-11-28 11:32:18','admin','35',286,'u',102,'gtk_float'),(269,'2008-11-28 11:32:26','admin','77',214,'d',0,''),(270,'2008-11-28 11:32:29','admin','35',297,'u',102,'gtk_float'),(271,'2008-11-28 11:39:00','admin','35',286,'u',102,'gtk_int'),(272,'2008-11-28 11:39:05','admin','77',216,'i',0,''),(273,'2008-11-28 11:39:28','admin','77',216,'d',0,''),(274,'2008-11-28 11:39:32','admin','35',286,'u',102,'gtk_float'),(275,'2008-11-30 18:43:35','admin','30',54,'u',14,'projectek'),(276,'2008-11-30 18:43:35','admin','30',54,'u',171,'1'),(277,'2008-11-30 19:09:22','admin','34',99,'i',0,''),(278,'2008-11-30 19:21:02','admin','75',217,'i',0,''),(279,'2008-11-30 19:59:22','admin','75',218,'i',0,''),(280,'2008-11-30 19:59:29','admin','75',219,'i',0,''),(281,'2008-11-30 20:27:38','admin','75',220,'i',0,''),(282,'2008-12-01 13:24:30','admin','35',322,'i',0,''),(283,'2008-12-01 13:24:45','admin','75',218,'u',188,'work.sdate'),(284,'2008-12-08 09:50:12','admin','34',100,'i',0,''),(285,'2008-12-08 09:50:33','admin','35',323,'i',0,''),(286,'2008-12-08 09:51:00','admin','35',324,'i',0,''),(287,'2008-12-08 09:51:14','admin','35',325,'i',0,''),(288,'2008-12-08 09:52:15','admin','30',75,'i',0,''),(289,'2008-12-08 09:53:36','admin','75',221,'i',0,''),(290,'2008-12-08 09:53:52','admin','75',222,'i',0,''),(291,'2008-12-08 09:55:02','admin','39',101,'i',0,''),(292,'2008-12-08 09:55:08','admin','79',223,'i',0,''),(293,'2008-12-08 09:55:32','admin','32',142,'i',0,''),(294,'2008-12-08 09:55:52','admin','32',143,'i',0,''),(295,'2008-12-08 09:56:07','admin','32',144,'i',0,''),(296,'2008-12-08 09:56:41','admin','50',80,'i',0,''),(297,'2008-12-08 09:56:54','admin','50',81,'i',0,''),(298,'2008-12-08 09:56:58','admin','50',81,'u',133,'0'),(299,'2008-12-08 10:04:12','admin','35',324,'u',102,'gtk_duration'),(300,'2008-12-08 10:24:22','admin','94',225,'i',0,''),(301,'2008-12-08 10:26:27','admin','35',324,'u',44,'workorder.start'),(302,'2008-12-08 10:28:28','admin','35',326,'i',0,''),(303,'2008-12-08 10:28:34','admin','35',324,'u',45,'2.00'),(304,'2008-12-08 10:28:48','admin','75',221,'u',188,'workorder.start'),(305,'2008-12-08 11:15:57','admin','33',121,'i',0,''),(306,'2008-12-08 11:16:23','admin','32',144,'u',26,'gtk_calendar'),(307,'2008-12-08 11:25:51','admin','75',221,'u',188,'.u_start'),(308,'2008-12-08 11:26:29','admin','35',324,'d',0,''),(309,'2008-12-08 11:27:32','admin','35',326,'u',102,'gtk_text'),(310,'2008-12-08 11:32:48','admin','33',122,'i',0,''),(311,'2008-12-08 11:33:01','admin','35',326,'u',102,'gtk_duration'),(312,'2008-12-09 17:28:27','admin','35',327,'i',0,''),(313,'2008-12-09 17:30:12','admin','75',226,'i',0,''),(314,'2008-12-09 17:30:37','admin','35',328,'i',0,''),(315,'2008-12-10 09:04:05','admin','32',145,'i',0,''),(316,'2008-12-12 08:43:30','admin','35',231,'i',0,''),(317,'2008-12-12 08:43:41','admin','35',231,'u',43,'data'),(318,'2008-12-12 09:42:48','admin','35',231,'u',44,'scv.combo'),(319,'2008-12-12 10:00:02','admin','75',227,'i',0,''),(320,'2008-12-12 10:13:29','admin','35',326,'u',102,'gtk_timestamp'),(321,'2008-12-12 10:14:01','admin','32',144,'u',26,'gtk_timestamp'),(322,'2008-12-12 19:32:20','admin','34',102,'i',0,''),(323,'2008-12-12 19:32:29','admin','34',100,'u',112,''),(324,'2008-12-12 19:32:47','admin','35',329,'i',0,''),(325,'2008-12-12 19:33:32','admin','75',228,'i',0,''),(326,'2008-12-12 19:36:05','admin','32',146,'i',0,''),(327,'2008-12-12 19:56:15','admin','30',75,'u',98,'100'),(328,'2008-12-12 19:57:36','admin','35',329,'u',143,'false'),(329,'2008-12-12 19:57:55','admin','50',82,'i',0,''),(330,'2008-12-12 19:58:21','admin','75',229,'i',0,''),(331,'2008-12-12 20:00:25','admin','32',146,'d',0,''),(332,'2008-12-12 20:02:59','admin','32',147,'i',0,''),(333,'2008-12-12 20:03:56','admin','32',147,'u',27,'csoport'),(334,'2008-12-12 20:04:14','admin','75',229,'d',0,''),(335,'2008-12-12 20:04:16','admin','50',82,'d',0,''),(336,'2008-12-12 20:04:19','admin','35',329,'d',0,''),(337,'2008-12-12 20:04:25','admin','34',100,'u',112,'works'),(338,'2008-12-12 20:04:29','admin','34',102,'d',0,''),(339,'2008-12-12 20:04:41','admin','30',75,'u',98,'102'),(340,'2008-12-12 20:05:18','admin','75',228,'d',0,''),(341,'2008-12-12 20:06:15','admin','35',330,'i',0,''),(342,'2008-12-12 20:17:05','admin','75',230,'i',0,''),(343,'2008-12-12 20:17:10','admin','75',230,'u',187,'tree_parent_key'),(344,'2008-12-12 20:17:33','admin','75',230,'u',187,'parent_key'),(345,'2008-12-12 20:18:00','admin','75',230,'u',188,'works.id'),(346,'2008-12-12 20:18:12','admin','75',231,'i',0,''),(347,'2008-12-12 21:25:03','admin','75',231,'d',0,''),(348,'2008-12-12 21:27:03','admin','34',103,'i',0,''),(349,'2008-12-12 21:27:21','admin','35',331,'i',0,''),(350,'2008-12-12 21:27:31','admin','34',100,'u',112,''),(351,'2008-12-12 21:27:51','admin','75',232,'i',0,''),(352,'2008-12-12 21:28:08','admin','30',75,'u',98,'100'),(353,'2008-12-12 21:28:51','admin','75',233,'i',0,''),(354,'2008-12-12 21:29:31','admin','75',230,'d',0,''),(355,'2008-12-12 22:18:40','admin','34',95,'i',0,''),(356,'2008-12-12 22:18:58','admin','35',232,'i',0,''),(357,'2008-12-12 22:19:11','admin','35',233,'i',0,''),(358,'2008-12-12 22:19:23','admin','39',96,'i',0,''),(359,'2008-12-12 22:19:31','admin','79',172,'i',0,''),(360,'2008-12-12 22:19:42','admin','32',103,'i',0,''),(361,'2008-12-12 22:20:00','admin','32',104,'i',0,''),(362,'2008-12-12 22:20:02','admin','32',103,'u',141,'false'),(363,'2008-12-12 22:20:02','admin','32',103,'u',144,'false'),(364,'2008-12-12 22:20:14','admin','34',95,'u',101,'help'),(365,'2008-12-12 22:20:30','admin','50',117,'i',0,''),(366,'2008-12-12 22:20:40','admin','50',118,'i',0,''),(367,'2008-12-12 22:20:51','admin','50',119,'i',0,''),(368,'2008-12-12 22:20:56','admin','50',119,'u',133,'0'),(369,'2008-12-12 22:21:27','admin','30',63,'u',171,'8.9'),(370,'2008-12-12 22:21:55','admin','30',64,'i',0,''),(371,'2008-12-12 22:23:03','admin','95',1,'i',0,''),(372,'2008-12-12 22:26:18','admin','95',2,'i',0,''),(373,'2008-12-12 22:27:19','admin','95',3,'i',0,''),(374,'2008-12-13 16:55:50','admin','75',234,'i',0,''),(375,'2008-12-14 10:29:35','admin','35',322,'u',102,'gtk_invisible_int'),(376,'2008-12-14 10:29:45','admin','35',322,'u',102,'gtk_timestamp'),(377,'2008-12-14 11:06:43','admin','35',326,'u',143,'false'),(378,'2008-12-14 11:10:47','admin','35',328,'u',143,'false'),(379,'2008-12-14 11:12:39','admin','35',328,'u',143,'true'),(380,'2008-12-14 11:12:49','admin','35',328,'u',143,'false'),(381,'2008-12-15 08:20:07','admin','39',104,'i',0,''),(382,'2008-12-15 08:20:14','admin','79',235,'i',0,''),(383,'2008-12-15 08:20:42','admin','32',148,'i',0,''),(384,'2008-12-15 08:21:55','admin','33',123,'i',0,''),(385,'2008-12-15 08:38:11','admin','32',149,'i',0,''),(386,'2008-12-15 08:38:49','admin','32',147,'u',130,'-1'),(387,'2008-12-15 09:26:09','admin','32',147,'u',141,'true'),(388,'2008-12-15 09:26:17','admin','32',147,'u',141,'false'),(389,'2008-12-15 09:26:22','admin','32',149,'u',141,'true'),(390,'2008-12-15 09:26:44','admin','32',149,'u',141,'false'),(391,'2008-12-15 09:27:56','admin','75',236,'i',0,''),(392,'2008-12-15 09:28:21','admin','35',332,'i',0,''),(393,'2008-12-15 10:04:11','admin','95',4,'i',0,''),(394,'2008-12-15 10:06:05','admin','95',5,'i',0,''),(395,'2008-12-15 10:07:36','admin','95',4,'u',233,'field data, representing the color of the rectangles of a specified group\nshould be saved by Color Button'),(396,'2008-12-15 10:07:48','admin','95',4,'u',233,'field data, representing the color of the rectangles of a specified group in the Gantt Chart\nshould be saved by Color Button'),(397,'2008-12-18 08:08:48','admin','32',150,'i',0,''),(398,'2008-12-18 08:09:52','admin','75',237,'i',0,''),(399,'2008-12-18 08:10:12','admin','35',333,'i',0,''),(400,'2008-12-18 10:26:59','admin','75',232,'d',0,''),(401,'2008-12-18 10:27:08','admin','34',100,'u',112,'works'),(402,'2008-12-18 10:28:33','admin','35',334,'i',0,''),(403,'2008-12-18 10:29:30','admin','35',334,'d',0,''),(404,'2008-12-18 10:29:56','admin','75',238,'i',0,''),(405,'2008-12-18 10:30:15','admin','34',100,'u',112,''),(406,'2008-12-18 10:31:07','admin','34',105,'i',0,''),(407,'2008-12-18 10:31:36','admin','35',335,'i',0,''),(408,'2008-12-18 10:32:17','admin','30',76,'i',0,''),(409,'2008-12-18 10:33:13','admin','35',336,'i',0,''),(410,'2008-12-18 10:33:31','admin','35',337,'i',0,''),(411,'2008-12-18 10:33:35','admin','35',335,'u',45,'1.00'),(412,'2008-12-18 10:34:20','admin','35',338,'i',0,''),(413,'2008-12-18 10:34:28','admin','35',338,'u',44,'p.parent_name'),(414,'2008-12-18 10:34:55','admin','35',337,'u',43,'work'),(415,'2008-12-18 10:34:55','admin','35',337,'u',45,'1.00'),(416,'2008-12-18 10:35:15','admin','35',339,'i',0,''),(417,'2008-12-18 10:35:30','admin','35',338,'u',43,'parent'),(418,'2008-12-18 10:35:59','admin','35',340,'i',0,''),(419,'2008-12-18 10:36:04','admin','35',335,'u',143,'false'),(420,'2008-12-18 10:36:24','admin','75',239,'i',0,''),(421,'2008-12-18 10:36:42','admin','75',240,'i',0,''),(422,'2008-12-18 10:36:54','admin','75',241,'i',0,''),(423,'2008-12-18 10:37:06','admin','35',341,'i',0,''),(424,'2008-12-18 10:37:24','admin','75',242,'i',0,''),(425,'2008-12-18 10:37:38','admin','75',243,'i',0,''),(426,'2008-12-18 10:37:54','admin','75',244,'i',0,''),(427,'2008-12-18 10:38:05','admin','75',245,'i',0,''),(428,'2008-12-18 10:38:53','admin','35',335,'u',102,'gtk_timestamp'),(429,'2008-12-18 10:39:15','admin','35',342,'i',0,''),(430,'2008-12-18 10:39:51','admin','35',343,'i',0,''),(431,'2008-12-18 10:41:07','admin','50',83,'i',0,''),(432,'2008-12-18 10:41:14','admin','50',84,'i',0,''),(433,'2009-01-08 12:49:35','admin','30',61,'u',14,'Relations'),(434,'2009-01-08 12:49:35','admin','30',61,'u',171,'1.0'),(435,'2009-01-08 12:49:44','admin','30',62,'u',14,'Queries'),(436,'2009-01-08 12:49:44','admin','30',62,'u',171,'1.1'),(437,'2009-01-08 12:49:53','admin','30',57,'u',14,'Images'),(438,'2009-01-08 12:49:53','admin','30',57,'u',171,'1.2'),(439,'2009-01-08 12:50:01','admin','30',13,'u',14,'Menus'),(440,'2009-01-08 12:50:01','admin','30',13,'u',171,'1.4'),(441,'2009-01-08 12:50:09','admin','30',33,'u',14,'Lists'),(442,'2009-01-08 12:50:09','admin','30',33,'u',171,'2.0'),(443,'2009-01-08 12:50:17','admin','30',51,'u',14,'Forms'),(444,'2009-01-08 12:50:17','admin','30',51,'u',171,'3.0'),(445,'2009-01-08 12:50:24','admin','30',55,'u',14,'Printings'),(446,'2009-01-08 12:50:24','admin','30',55,'u',171,'5.0'),(447,'2009-01-08 12:50:32','admin','30',29,'u',14,'Constants'),(448,'2009-01-08 12:50:32','admin','30',29,'u',171,'7.0'),(449,'2009-01-08 12:50:39','admin','30',40,'u',14,'Users'),(450,'2009-01-08 12:50:39','admin','30',40,'u',171,'8.0'),(451,'2009-01-08 12:50:46','admin','30',46,'u',14,'Groups'),(452,'2009-01-08 12:50:46','admin','30',46,'u',171,'8.1'),(453,'2009-01-08 12:50:54','admin','30',63,'u',14,'Todo'),(454,'2009-01-08 12:51:00','admin','30',64,'u',14,'Help'),(455,'2009-01-08 12:51:09','admin','30',59,'u',14,'About'),(456,'2009-01-08 12:51:09','admin','30',59,'u',171,'9.0'),(457,'2009-01-08 12:51:16','admin','30',60,'u',14,'Settings'),(458,'2009-01-08 12:51:16','admin','30',60,'u',171,'9.1'),(459,'2009-01-08 12:51:23','admin','30',58,'u',14,'Quit'),(460,'2009-01-08 12:51:23','admin','30',58,'u',171,'9.9'),(461,'2009-01-08 12:52:41','admin','50',13,'u',136,''),(462,'2009-01-08 12:53:18','admin','30',59,'u',14,'_About'),(463,'2009-01-08 12:55:25','admin','50',16,'u',136,''),(464,'2009-01-08 12:56:11','admin','50',2,'u',136,''),(465,'2009-01-08 12:56:21','admin','50',80,'u',136,''),(466,'2009-01-08 12:57:42','admin','30',58,'u',14,'_Quit'),(467,'2009-01-08 22:22:40','admin','48',6,'d',0,''),(468,'2009-01-08 22:23:01','admin','50',1,'u',165,'0'),(469,'2009-01-08 22:23:04','admin','50',2,'u',165,'0'),(470,'2009-01-08 22:23:08','admin','50',17,'u',165,'0'),(471,'2009-01-08 22:24:07','admin','48',51,'i',0,''),(472,'2009-01-08 22:24:11','admin','48',51,'u',127,'0'),(473,'2009-01-08 22:25:08','admin','48',12,'d',0,''),(474,'2009-01-08 22:25:11','admin','36',6,'d',0,''),(475,'2009-01-08 22:25:19','admin','48',50,'d',0,''),(476,'2009-01-08 22:25:21','admin','36',7,'d',0,''),(477,'2009-01-08 22:25:24','admin','48',24,'d',0,''),(478,'2009-01-08 22:25:26','admin','36',8,'d',0,''),(479,'2009-01-08 22:25:30','admin','48',7,'d',0,''),(480,'2009-01-08 22:25:30','admin','48',26,'d',0,''),(481,'2009-01-08 22:25:32','admin','36',2,'d',0,''),(482,'2009-01-08 22:25:50','admin','48',13,'d',0,''),(483,'2009-01-08 22:25:54','admin','48',9,'d',0,''),(484,'2009-01-08 22:25:57','admin','48',10,'d',0,''),(485,'2009-01-08 22:26:03','admin','48',16,'d',0,''),(486,'2009-01-08 22:26:24','admin','50',32,'u',165,'0'),(487,'2009-01-08 22:31:29','admin','50',17,'u',134,''),(488,'2009-01-08 22:31:29','admin','50',17,'u',165,'3'),(489,'2009-01-08 22:31:37','admin','50',32,'u',165,'7'),(490,'2009-01-08 22:32:01','admin','50',2,'u',165,'2'),(491,'2009-01-08 22:32:06','admin','50',1,'u',165,'2'),(492,'2009-01-23 00:17:36','admin','35',203,'u',43,'érték'),(493,'2009-01-26 14:10:10','admin','75',246,'i',0,''),(494,'2009-01-26 15:24:43','admin','35',344,'i',0,''),(495,'2009-01-26 15:24:58','admin','35',344,'u',102,'gtk_text'),(496,'2009-01-26 15:25:18','admin','35',344,'u',102,'gtk_toggle'),(497,'2009-01-26 20:40:31','admin','35',344,'u',102,'gtk_text'),(498,'2009-01-26 20:41:18','admin','35',344,'d',0,''),(499,'2009-01-30 20:38:52','admin','34',39,'u',203,''),(500,'2009-01-30 20:39:55','admin','75',173,'i',0,''),(501,'2009-01-30 20:40:06','admin','75',174,'i',0,''),(502,'2009-01-30 20:40:29','admin','35',113,'u',44,'pmoditem.pdisplay'),(503,'2009-01-30 20:40:29','admin','35',113,'u',45,'3.0'),(504,'2009-01-30 20:40:47','admin','35',113,'u',44,'parent_moditem.parent_display'),(505,'2009-01-30 20:41:46','admin','35',109,'u',44,'.itemcount'),(506,'2009-01-30 20:41:46','admin','35',109,'u',102,'gtk_text'),(507,'2009-01-30 20:41:46','admin','35',109,'u',45,'4.0'),(508,'2009-01-30 20:42:00','admin','35',199,'u',45,'9.0'),(509,'2009-01-30 20:42:56','admin','35',199,'u',44,'moditems.id'),(510,'2009-01-30 20:49:28','admin','34',34,'u',203,''),(511,'2009-01-30 20:49:47','admin','35',41,'u',44,'gtkmenu.cmenu'),(512,'2009-01-30 20:49:47','admin','35',41,'u',45,'2.0'),(513,'2009-01-30 20:49:57','admin','35',112,'u',44,'parentmoditem.pname'),(514,'2009-01-30 20:49:57','admin','35',112,'u',45,'4.0'),(515,'2009-01-30 20:50:10','admin','35',203,'u',44,'queries.qname'),(516,'2009-01-30 20:50:10','admin','35',203,'u',45,'5.0'),(517,'2009-01-30 20:50:24','admin','35',198,'u',44,'moditems.list_id'),(518,'2009-01-30 20:50:24','admin','35',198,'u',45,'9.0'),(519,'2009-01-30 20:50:52','admin','35',235,'i',0,''),(520,'2009-01-30 20:51:23','admin','75',4,'u',188,'moditems.parent_id'),(521,'2009-01-30 21:45:57','admin','48',45,'d',0,''),(522,'2009-01-30 21:46:01','admin','36',2,'d',0,''),(523,'2009-01-30 21:48:15','admin','75',175,'i',0,''),(524,'2009-01-30 21:48:27','admin','75',176,'i',0,''),(525,'2009-01-30 21:48:53','admin','50',75,'d',0,''),(526,'2009-01-30 21:49:07','admin','50',74,'d',0,''),(527,'2009-01-30 21:49:28','admin','79',104,'d',0,''),(528,'2009-01-30 21:49:33','admin','54',29,'d',0,''),(529,'2009-01-30 21:49:38','admin','80',70,'d',0,''),(530,'2009-01-30 21:49:45','admin','32',67,'d',0,''),(531,'2009-01-30 21:49:48','admin','39',72,'d',0,''),(532,'2009-01-30 21:51:27','admin','34',73,'u',112,''),(533,'2009-01-30 21:53:24','admin','75',12,'u',188,'users.userid'),(534,'2009-01-30 21:56:11','admin','34',33,'u',203,''),(535,'2009-01-30 21:56:31','admin','35',231,'u',44,'scv.data'),(536,'2009-01-30 21:59:00','admin','34',37,'u',203,''),(537,'2009-01-30 21:59:12','admin','35',52,'u',102,'gtk_text'),(538,'2009-01-30 21:59:12','admin','35',52,'u',45,'2.0'),(539,'2009-01-30 21:59:16','admin','35',50,'u',45,'1.0'),(540,'2009-01-30 22:00:30','admin','34',36,'u',203,''),(541,'2009-01-30 22:00:37','admin','35',49,'u',45,'0.0'),(542,'2009-01-30 22:00:41','admin','35',48,'u',45,'1.0'),(543,'2009-01-30 22:00:47','admin','35',202,'u',45,'2.0'),(544,'2009-01-30 22:02:16','admin','34',48,'u',203,''),(545,'2009-01-30 22:02:46','admin','75',83,'u',188,'usergroups.parent_key'),(546,'2009-01-30 22:03:02','admin','35',127,'u',45,'1.0'),(547,'2009-01-30 22:04:03','admin','75',82,'u',188,'groups.parent_id'),(548,'2009-01-30 22:07:11','admin','34',59,'u',203,''),(549,'2009-01-30 22:07:17','admin','35',148,'u',45,'1.0'),(550,'2009-01-30 22:07:29','admin','35',149,'u',44,'.itemcount'),(551,'2009-01-30 22:07:29','admin','35',149,'u',102,'gtk_text'),(552,'2009-01-30 22:07:29','admin','35',149,'u',45,'3.0'),(553,'2009-01-30 22:07:29','admin','35',149,'u',47,'0.5'),(554,'2009-01-30 22:08:08','admin','35',236,'i',0,''),(555,'2009-01-30 22:08:36','admin','35',237,'i',0,''),(556,'2009-01-30 22:09:06','admin','75',177,'i',0,''),(557,'2009-01-30 22:09:19','admin','75',178,'i',0,''),(558,'2009-01-30 22:12:23','admin','35',22,'d',0,''),(559,'2009-01-30 22:13:04','admin','35',23,'u',44,'gtkmenu.module'),(560,'2009-01-30 22:13:04','admin','35',23,'u',102,'gtk_combo'),(561,'2009-01-30 22:13:04','admin','35',23,'u',45,'4.0'),(562,'2009-01-30 22:13:04','admin','35',23,'u',143,'true'),(563,'2009-01-30 22:13:04','admin','35',23,'u',103,'true'),(564,'2009-01-30 22:13:57','admin','75',11,'u',188,'gtkmenu.parent_id'),(565,'2009-01-30 22:15:06','admin','35',98,'u',102,'gtk_combo'),(566,'2009-01-30 22:15:06','admin','35',98,'u',45,'5.0'),(567,'2009-01-30 22:15:06','admin','35',98,'u',143,'true'),(568,'2009-01-30 22:15:06','admin','35',98,'u',103,'true'),(569,'2009-01-30 22:15:22','admin','35',98,'u',44,'gtkmenu.target'),(570,'2009-01-30 22:15:51','admin','35',98,'u',44,'moditems.name'),(571,'2009-03-10 11:52:24','admin','32',133,'u',26,'gtk_text'),(572,'2009-03-10 11:52:58','admin','32',133,'u',26,'gtk_timestamp'),(573,'2009-03-12 09:41:43','admin','34',106,'i',0,''),(574,'2009-03-12 09:42:31','admin','30',77,'i',0,''),(575,'2009-03-12 09:42:55','admin','35',345,'i',0,''),(576,'2009-03-12 09:43:06','admin','35',346,'i',0,''),(577,'2009-03-12 09:43:18','admin','35',347,'i',0,''),(578,'2009-03-12 09:43:33','admin','35',348,'i',0,''),(579,'2009-03-12 09:43:51','admin','35',349,'i',0,''),(580,'2009-03-12 09:44:27','admin','75',247,'i',0,''),(581,'2009-03-12 09:44:49','admin','35',350,'i',0,''),(582,'2009-03-12 09:45:07','admin','35',351,'i',0,''),(583,'2009-03-12 09:46:20','admin','35',352,'i',0,''),(584,'2009-03-12 09:46:49','admin','35',353,'i',0,''),(585,'2009-03-12 09:47:21','admin','35',352,'u',102,'gtk_text'),(586,'2009-03-12 09:47:42','admin','35',345,'u',102,'gtk_text'),(587,'2009-03-12 09:48:31','admin','35',354,'i',0,''),(588,'2009-03-12 09:48:55','admin','35',355,'i',0,''),(589,'2009-03-12 09:49:27','admin','35',356,'i',0,''),(590,'2009-03-12 09:50:12','admin','35',357,'i',0,''),(591,'2009-03-12 09:50:33','admin','35',358,'i',0,''),(592,'2009-03-12 09:52:13','admin','35',359,'i',0,''),(593,'2009-03-12 09:52:36','admin','35',353,'u',45,'1.00'),(594,'2009-03-12 09:54:00','admin','35',358,'u',45,'1.00'),(595,'2009-03-12 09:54:38','admin','35',360,'i',0,''),(596,'2009-03-12 11:37:36','admin','39',107,'i',0,''),(597,'2009-03-12 11:40:48','admin','79',248,'i',0,''),(598,'2009-03-12 11:42:14','admin','32',151,'i',0,''),(599,'2009-03-12 11:43:02','admin','32',151,'u',130,'-1'),(600,'2009-03-12 11:45:01','admin','50',85,'i',0,''),(601,'2009-03-12 13:38:56','admin','35',359,'u',45,'1.00'),(602,'2009-03-12 13:40:19','admin','35',360,'u',45,'0.00'),(603,'2009-03-12 13:47:10','admin','35',361,'i',0,''),(604,'2009-03-12 13:47:43','admin','35',361,'d',0,''),(605,'2009-03-12 13:48:14','admin','35',362,'i',0,''),(606,'2009-03-12 13:48:44','admin','35',362,'u',102,'gtk_int'),(607,'2009-03-12 13:51:20','admin','35',362,'d',0,''),(608,'2009-03-12 13:51:52','admin','35',363,'i',0,''),(609,'2009-03-12 13:57:11','admin','35',363,'d',0,''),(610,'2009-03-12 16:07:10','admin','75',249,'i',0,''),(611,'2009-03-17 09:59:40','admin','75',219,'u',188,'.duration'),(612,'2009-03-17 09:59:47','admin','75',218,'u',188,'.gantt_start'),(613,'2009-03-17 10:00:50','admin','75',219,'d',0,''),(614,'2009-03-17 10:00:54','admin','75',218,'d',0,''),(615,'2009-03-19 19:30:16','admin','39',108,'i',0,''),(616,'2009-03-19 19:32:20','admin','79',250,'i',0,''),(617,'2009-03-19 19:32:48','admin','32',152,'i',0,''),(618,'2009-03-19 19:33:25','admin','32',153,'i',0,''),(619,'2009-03-19 19:34:10','admin','50',3,'u',132,'<built-in function>'),(620,'2009-03-19 19:34:10','admin','50',3,'u',134,''),(621,'2009-03-19 19:34:17','admin','50',4,'u',133,'1'),(622,'2009-03-19 19:34:17','admin','50',4,'u',134,''),(623,'2009-03-19 19:34:27','admin','50',86,'i',0,''),(624,'2009-03-19 19:35:09','admin','50',3,'u',134,'embedded'),(625,'2009-03-19 20:03:26','admin','35',140,'d',0,''),(626,'2009-03-19 20:13:32','admin','35',211,'u',102,'gtk_const_text'),(627,'2009-03-19 20:17:07','admin','54',43,'u',140,'#set source\nif runmode == \'add\' && [62,63].include?(parentM.list_id)\n src_conts_id.set_default(parentM.parentselected.to_s)\nend'),(628,'2009-03-20 11:16:16','admin','57',36,'u',145,'item[\"default\"]=\"most\"'),(629,'2009-03-20 11:19:00','admin','57',36,'u',145,'#item[\"default\"]=\"most\"'),(630,'2009-03-20 11:20:23','admin','57',36,'u',145,'item[\"default\"]=\"most\"\nset_image(Gtk::Image.new(Gnome::Stock::TIMER,Gtk::IconSize::MENU))\n'),(631,'2009-03-20 11:20:40','admin','57',36,'u',145,'item[\"default\"]=\"most\"\nset_image(Gtk::Image.new(Gtk::Stock::GO_FORWARD,Gtk::IconSize::MENU))\n'),(632,'2009-03-20 11:20:46','admin','57',37,'u',145,'item[\"default\"]=\"most\"'),(633,'2009-03-20 11:22:32','admin','80',251,'i',0,''),(634,'2009-03-20 11:23:04','admin','80',252,'i',0,''),(635,'2009-03-31 10:41:25','admin','80',253,'i',0,''),(636,'2009-03-31 10:55:19','admin','32',61,'u',141,'true'),(637,'2009-03-31 10:55:24','admin','80',253,'u',197,'false'),(638,'2009-03-31 10:56:06','admin','57',44,'i',0,''),(639,'2009-03-31 11:04:01','admin','57',44,'u',145,'parentM.subject.update(parentM.subject.text.succ)'),(640,'2009-03-31 11:04:31','admin','57',44,'u',145,'parentM.findItem(\"subject\").update(parentM.findItem(\"subject\").text.succ)'),(641,'2009-03-31 11:05:07','admin','57',44,'u',145,'warn(parentM.subject.text)\nparentM.findItem(\"subject\").update(parentM.findItem(\"subject\").text.succ)'),(642,'2009-03-31 11:05:24','admin','57',44,'u',145,'parentM.subject.update(\"#{parentM.subject.text}.\")'),(643,'2009-03-31 11:05:43','admin','57',44,'u',145,'parentM.subject.update(self,\"#{parentM.subject.text}.\")'),(644,'2009-03-31 11:06:24','admin','32',61,'u',141,'false'),(645,'2009-03-31 11:06:29','admin','80',253,'u',197,'true'),(646,'2009-03-31 11:06:41','admin','57',44,'d',0,''),(647,'2009-03-31 11:07:16','admin','80',253,'d',0,''),(648,'2009-03-31 11:08:44','admin','80',254,'i',0,''),(649,'2009-03-31 11:08:54','admin','80',254,'d',0,''),(650,'2009-03-31 11:29:49','admin','80',255,'i',0,''),(651,'2009-03-31 11:30:00','admin','80',255,'d',0,''),(652,'2009-03-31 13:09:45','admin','54',43,'u',140,'#set source\nif runmode == \'add\' && [62,63].include?(parentM.list_id)\n src_conts_id.set_default(parentM.parentselected.to_s)\n dst_conts_id.set_default(parentM.parentselected.to_s)\nend'),(653,'2009-03-31 13:10:36','admin','54',43,'u',140,'#set source\nif runmode == \'add\' && [62,63].include?(parentM.list_id)\n src_conts_id.set_default(parentM.parentselected.to_s)\n dst_conts_id.set_default(parentM.parentselected.to_s)\nend\nsrc_conts_id.set_default(-1)\n'),(654,'2009-03-31 13:10:58','admin','54',43,'u',140,'#set source\nif runmode == \'add\' && [62,63].include?(parentM.list_id)\n src_conts_id.set_default(parentM.parentselected.to_s)\n dst_conts_id.set_default(parentM.parentselected.to_s)\nend\nertek.set_default(-1)\n'),(655,'2009-03-31 13:11:18','admin','54',43,'u',140,'#set source\nif runmode == \'add\' && [62,63].include?(parentM.list_id)\n src_conts_id.set_default(parentM.parentselected.to_s)\n dst_conts_id.set_default(parentM.parentselected.to_s)\nend\nvalue.set_default(-1)\n'),(656,'2009-03-31 13:11:40','admin','54',43,'u',140,'#set source\nif runmode == \'add\' && [62,63].include?(parentM.list_id)\n src_conts_id.set_default(parentM.parentselected.to_s)\n dst_conts_id.set_default(parentM.parentselected.to_s)\nend\nvalue.set_default(-1)\nwarn(value.text)'),(657,'2009-03-31 13:11:45','admin','54',43,'u',140,'#set source\nif runmode == \'add\' && [62,63].include?(parentM.list_id)\n src_conts_id.set_default(parentM.parentselected.to_s)\n dst_conts_id.set_default(parentM.parentselected.to_s)\nend\nvid.set_default(false)\nwarn(valid.text)'),(658,'2009-03-31 13:11:54','admin','54',43,'u',140,'#set source\nif runmode == \'add\' && [62,63].include?(parentM.list_id)\n src_conts_id.set_default(parentM.parentselected.to_s)\n dst_conts_id.set_default(parentM.parentselected.to_s)\nend\nvalid.set_default(false)\nwarn(valid.text)'),(659,'2009-03-31 13:17:14','admin','54',43,'u',140,'#set source\nif runmode == \'add\' && [62,63].include?(parentM.list_id)\n src_conts_id.set_default(parentM.parentselected.to_s)\n dst_conts_id.set_default(parentM.parentselected.to_s)\nend\nvalid.set_default(true)\nwarn(valid.text)'),(660,'2009-03-31 13:17:25','admin','54',43,'u',140,'#set source\nif runmode == \'add\' && [62,63].include?(parentM.list_id)\n src_conts_id.set_default(parentM.parentselected.to_s)\n dst_conts_id.set_default(parentM.parentselected.to_s)\nend\nsrc_conts.set_default(-1)\n'),(661,'2009-03-31 13:17:52','admin','54',43,'u',140,'#set source\nif runmode == \'add\' && [62,63].include?(parentM.list_id)\n src_conts_id.set_default(parentM.parentselected.to_s)\n dst_conts_id.set_default(parentM.parentselected.to_s)\nend\nsrc_conts_id.set_default(-1)\n'),(662,'2009-03-31 13:18:09','admin','54',43,'u',140,'#set source\nif runmode == \'add\' && [62,63].include?(parentM.list_id)\n src_conts_id.set_default(parentM.parentselected.to_s)\n dst_conts_id.set_default(parentM.parentselected.to_s)\nend\nsrc_conts_id.set_default(-1)\nwarn(src_conts_id)'),(663,'2009-03-31 13:18:27','admin','54',43,'u',140,'#set source\nif runmode == \'add\' && [62,63].include?(parentM.list_id)\n src_conts_id.set_default(parentM.parentselected.to_s)\n dst_conts_id.set_default(parentM.parentselected.to_s)\nend\nsrc_conts_id.set_default(-1)\nwarn(src_conts_id.text)'),(664,'2009-03-31 13:18:51','admin','54',43,'u',140,'#set source\nif runmode == \'add\' && [62,63].include?(parentM.list_id)\n src_conts_id.set_default(parentM.parentselected.to_s)\n dst_conts_id.set_default(parentM.parentselected.to_s)\nend\nsrc_conts_id.set_text(-1)\nwarn(src_conts_id.text)'),(665,'2009-03-31 13:25:12','admin','54',43,'u',140,'#set source\nif runmode == \'add\' && [62,63].include?(parentM.list_id)\n src_conts_id.set_default(parentM.parentselected.to_s)\n dst_conts_id.set_default(parentM.parentselected.to_s)\nend\nsrc_conts_id.set_default(1)\nwarn(src_conts_id.text)'),(666,'2009-03-31 13:28:08','admin','54',43,'u',140,'#set source\nif runmode == \'add\' && [62,63].include?(parentM.list_id)\n src_conts_id.set_default(parentM.parentselected.to_s)\n dst_conts_id.set_default(parentM.parentselected.to_s)\nend\nvalue.set_default(-1)\n'),(667,'2009-03-31 13:38:42','admin','32',105,'i',0,''),(668,'2009-03-31 13:38:53','admin','32',105,'u',115,'users.passwd'),(669,'2009-03-31 13:40:27','admin','57',38,'i',0,''),(670,'2009-03-31 13:40:35','admin','80',179,'i',0,''),(671,'2009-03-31 13:43:20','admin','80',180,'i',0,''),(672,'2009-03-31 13:43:56','admin','32',21,'u',141,'true'),(673,'2009-04-08 10:47:05','admin','32',154,'i',0,''),(674,'2009-04-08 10:47:11','admin','32',154,'u',115,'work.sdate'),(675,'2009-04-08 10:47:56','admin','80',256,'i',0,''),(676,'2009-04-08 10:48:23','admin','32',154,'u',27,'tartam'),(677,'2009-04-08 10:57:57','admin','57',45,'i',0,''),(678,'2009-04-08 10:58:38','admin','57',45,'u',145,'#parentM.tartam.update(self,parentM.edate.text .to_i - parentM.sdate.text)\nwarn(ParseDate::parsedate(parentM.edate.text).inspect)'),(679,'2009-04-08 11:13:51','admin','57',45,'u',145,'require \'parsedate\'\n#parentM.tartam.update(self,parentM.edate.text .to_i - parentM.sdate.text)\nwarn(ParseDate::parsedate(parentM.edate.text).inspect)'),(680,'2009-04-08 11:14:29','admin','57',45,'u',145,'require \'parsedate\'\nyear, mon, mday, hour, min, sec,\ns=ParseDate::parsedate(parentM.sdate.text)\ne=ParseDate::parsedate(parentM.edate.text)\nst=Time.mktime(s)\nwarn(st.inspect)\nparentM.tartam.update(self,parentM.edate.text .to_i - parentM.sdate.text)\n'),(681,'2009-04-08 11:14:43','admin','57',45,'u',145,'require \'parsedate\'\n#year, mon, mday, hour, min, sec,\ns=ParseDate::parsedate(parentM.sdate.text)\ne=ParseDate::parsedate(parentM.edate.text)\nst=Time.mktime(s)#[0],s[1],s[2],s[3],s[4])\nwarn(st.inspect)\nparentM.tartam.update(self,parentM.edate.text .to_i - parentM.sdate.text)\n'),(682,'2009-04-08 11:15:08','admin','57',45,'u',145,'require \'parsedate\'\n#year, mon, mday, hour, min, sec,\ns=ParseDate::parsedate(parentM.sdate.text)\ne=ParseDate::parsedate(parentM.edate.text)\nst=Time.mktime(*s)#[0],s[1],s[2],s[3],s[4])\nwarn(st.inspect)\nparentM.tartam.update(self,parentM.edate.text .to_i - parentM.sdate.text)\n'),(683,'2009-04-08 11:15:58','admin','57',45,'u',145,'require \'parsedate\'\n#year, mon, mday, hour, min, sec,\ns=ParseDate::parsedate(parentM.sdate.text)\ne=ParseDate::parsedate(parentM.edate.text)\nst=Time.mktime(s[0],s[1],s[2],s[3],s[4],s[5])\nwarn(st.inspect)\nparentM.tartam.update(self,parentM.edate.text .to_i - parentM.sdate.text)\n'),(684,'2009-04-08 11:16:25','admin','57',45,'u',145,'require \'parsedate\'\n#year, mon, mday, hour, min, sec,\ns=ParseDate::parsedate(parentM.sdate.text)\ne=ParseDate::parsedate(parentM.edate.text)\nst=Time.mktime(s[0],s[1],s[2],s[3],s[4],s[5],nil)\nwarn(st.inspect)\nparentM.tartam.update(self,parentM.edate.text .to_i - parentM.sdate.text)\n'),(685,'2009-04-08 11:17:07','admin','57',45,'u',145,'require \'parsedate\'\n#year, mon, mday, hour, min, sec,\ns=ParseDate::parsedate(parentM.sdate.text)\ne=ParseDate::parsedate(parentM.edate.text)\nwarn(s.inspect)\nst=Time.mktime(s[0],s[1],s[2],s[3],s[4],s[5],nil)\nwarn(st.inspect)\nparentM.tartam.update(self,parentM.edate.text .to_i - parentM.sdate.text)\n'),(686,'2009-04-08 11:17:54','admin','57',45,'u',145,'require \'parsedate\'\n#year, mon, mday, hour, min, sec,\ns=ParseDate::parsedate(parentM.sdate.text)\ne=ParseDate::parsedate(parentM.edate.text)\nwarn(e.inspect)\nst=Time.mktime(s[0],s[1],s[2],s[3],s[4],s[5],nil)\nwarn(st.inspect)\nparentM.tartam.update(self,parentM.edate.text .to_i - parentM.sdate.text)\n'),(687,'2009-04-08 11:18:45','admin','57',46,'i',0,''),(688,'2009-04-08 11:19:03','admin','57',47,'i',0,''),(689,'2009-04-08 11:20:20','admin','57',46,'u',145,'begin\nrequire \'parsedate\'\n#year, mon, mday, hour, min, sec,\ns=ParseDate::parsedate(parentM.sdate.text)\ne=ParseDate::parsedate(parentM.edate.text)\nwarn(e.inspect)\nst=Time.mktime(s[0],s[1],s[2],s[3],s[4],s[5],nil)\nwarn(st.inspect)\nparentM.tartam.update(self,parentM.edate.text .to_i - parentM.sdate.text)\nrescue =>err\nwarn(err)\nend'),(690,'2009-04-08 11:20:49','admin','57',46,'u',145,'begin\nrequire \'parsedate\'\n#year, mon, mday, hour, min, sec,\ns=ParseDate::parsedate(parentM.sdate.text)\ne=ParseDate::parsedate(parentM.edate.text)\nst=Time.mktime(s[0],s[1],s[2],s[3],s[4],s[5],nil)\net=Time.mktime(e)\nset_default(et.to_i-st.to_i)\nrescue =>err\nwarn(err)\nend'),(691,'2009-04-08 11:21:02','admin','57',46,'u',145,'begin\nrequire \'parsedate\'\n#year, mon, mday, hour, min, sec,\ns=ParseDate::parsedate(parentM.sdate.text)\nst=Time.mktime(s[0],s[1],s[2],s[3],s[4],s[5],nil)\ns=ParseDate::parsedate(parentM.edate.text)\net=Time.mktime(s[0],s[1],s[2],s[3],s[4],s[5],nil)\nset_default(et.to_i-st.to_i)\nrescue =>err\nwarn(err)\nend'),(692,'2009-04-08 11:27:22','admin','57',46,'u',145,'begin\nrequire \'parsedate\'\n#year, mon, mday, hour, min, sec,\ns=ParseDate::parsedate(parentM.sdate.text)\nst=Time.mktime(s[0],s[1],s[2],s[3],s[4],s[5],nil)\ns=ParseDate::parsedate(parentM.edate.text)\net=Time.mktime(s[0],s[1],s[2],s[3],s[4],s[5],nil)\npc.set_default(et.to_i-st.to_i)\nrescue =>err\nwarn(err)\nend'),(693,'2009-04-08 11:27:56','admin','57',46,'u',145,'begin\nrequire \'parsedate\'\n#year, mon, mday, hour, min, sec,\ns=ParseDate::parsedate(parentM.sdate.text)\nst=Time.mktime(s[0],s[1],s[2],s[3],s[4],s[5],nil)\ne=ParseDate::parsedate(parentM.edate.text)\net=Time.mktime(e[0],e[1],e[2],e[3],e[4],e[5],nil)\npc.set_default(et.to_i-st.to_i)\nrescue =>err\nwarn(err)\nend'),(694,'2009-04-08 11:28:42','admin','57',46,'u',146,'form_item-AfterUpdate'),(695,'2009-04-08 11:28:57','admin','57',46,'u',145,'begin\nrequire \'parsedate\'\n#year, mon, mday, hour, min, sec,\ns=ParseDate::parsedate(parentM.sdate.text)\nst=Time.mktime(s[0],s[1],s[2],s[3],s[4],s[5],nil)\ne=ParseDate::parsedate(parentM.edate.text)\net=Time.mktime(e[0],e[1],e[2],e[3],e[4],e[5],nil)\nwarn(\"#{st},#{et}\")\npc.set_default(et.to_i-st.to_i)\nrescue =>err\nwarn(err)\nend'),(696,'2009-04-08 11:40:06','admin','32',120,'u',160,'-1'),(697,'2009-04-08 11:40:46','admin','32',120,'u',160,'30'),(698,'2009-04-08 11:41:21','admin','57',36,'u',145,'item[\"default\"]=\"most\"\nset_image(Gtk::Image.new(Gtk::Stock::GO_FORWARD,Gtk::IconSize::MENU))'),(699,'2009-04-08 11:41:28','admin','57',37,'u',145,'item[\"default\"]=\"most\"\nset_image(Gtk::Image.new(Gtk::Stock::GO_FORWARD,Gtk::IconSize::MENU))'),(700,'2009-04-08 11:45:09','admin','57',37,'u',145,'set_image(Gtk::Image.new(Gtk::Stock::GO_FORWARD,Gtk::IconSize::MENU))'),(701,'2009-04-08 11:45:18','admin','57',36,'u',145,'set_image(Gtk::Image.new(Gtk::Stock::GO_FORWARD,Gtk::IconSize::MENU))'),(702,'2009-04-08 11:45:35','admin','57',36,'u',145,'set_image(Gtk::Image.new(Gtk::Stock::MEDIA_PLAY,Gtk::IconSize::MENU))'),(703,'2009-04-08 11:45:48','admin','57',37,'u',145,'set_image(Gtk::Image.new(Gtk::Stock::MEDIA_STOP,Gtk::IconSize::MENU))'),(704,'2009-04-29 12:57:29','admin','32',71,'u',26,'gtk_text'),(705,'2009-05-03 20:00:20','admin','93',214,'d',0,''),(706,'2009-05-03 20:00:20','admin','93',215,'d',0,''),(707,'2009-05-03 20:00:20','admin','93',216,'d',0,''),(708,'2009-05-03 20:00:20','admin','93',217,'d',0,''),(709,'2009-05-03 20:00:20','admin','93',218,'d',0,''),(710,'2009-05-03 20:00:22','admin','86',15,'d',0,''),(711,'2009-05-05 08:20:41','admin','34',109,'i',0,''),(712,'2009-05-05 08:20:55','admin','35',364,'i',0,''),(713,'2009-05-05 08:21:11','admin','35',365,'i',0,''),(714,'2009-05-05 08:21:38','admin','35',365,'u',143,'false'),(715,'2009-05-05 08:21:51','admin','39',110,'i',0,''),(716,'2009-05-05 08:21:58','admin','79',257,'i',0,''),(717,'2009-05-05 08:22:13','admin','32',155,'i',0,''),(718,'2009-05-05 08:22:33','admin','32',156,'i',0,''),(719,'2009-05-05 08:22:46','admin','32',155,'u',161,'-1'),(720,'2009-05-05 08:23:08','admin','50',87,'i',0,''),(721,'2009-05-05 08:23:17','admin','50',88,'i',0,''),(722,'2009-05-05 08:23:26','admin','50',89,'i',0,''),(723,'2009-05-05 08:24:03','admin','75',258,'i',0,''),(724,'2009-05-05 08:25:11','admin','32',155,'u',26,'gtk_text'),(725,'2009-05-05 08:26:49','admin','50',90,'i',0,''),(726,'2009-05-05 08:27:11','admin','94',259,'i',0,''),(727,'2009-05-05 08:28:16','admin','94',260,'i',0,''),(728,'2009-05-05 08:28:21','admin','94',261,'i',0,''),(729,'2009-05-05 08:28:26','admin','94',262,'i',0,''),(730,'2009-05-05 08:30:11','admin','77',263,'i',0,''),(731,'2009-05-05 08:31:57','admin','77',264,'i',0,''),(732,'2009-05-05 08:34:54','admin','35',364,'u',45,'1'),(733,'2009-05-05 08:35:15','admin','35',366,'i',0,''),(734,'2009-05-05 08:37:25','admin','35',45,'u',102,'gtk_text'),(735,'2009-05-05 08:59:31','admin','35',294,'d',0,''),(736,'2009-05-05 08:59:33','admin','35',295,'d',0,''),(737,'2009-05-05 09:09:37','admin','75',258,'u',188,'todo.projects_id'),(738,'2009-05-05 09:11:11','admin','35',367,'i',0,''),(739,'2009-05-05 09:11:23','admin','35',367,'u',45,'2.04'),(740,'2009-05-05 09:11:35','admin','35',296,'u',44,'workcnt.percent_done'),(741,'2009-05-05 09:13:30','admin','35',368,'i',0,''),(742,'2009-05-05 09:16:22','admin','35',368,'d',0,''),(743,'2009-05-05 09:16:22','admin','35',367,'d',0,''),(744,'2009-05-05 09:24:56','admin','80',196,'d',0,''),(745,'2009-05-05 09:24:59','admin','32',135,'d',0,''),(746,'2009-05-05 09:25:04','admin','80',198,'d',0,''),(747,'2009-05-05 09:25:07','admin','32',136,'d',0,''),(748,'2009-05-08 12:04:47','admin','35',369,'i',0,''),(749,'2009-05-08 12:05:39','admin','35',144,'u',45,'4.0'),(750,'2009-05-08 12:08:07','admin','77',265,'i',0,''),(751,'2009-05-08 12:08:21','admin','77',265,'u',190,'200'),(752,'2009-05-08 12:41:18','admin','77',181,'i',0,''),(753,'2009-05-08 12:41:56','admin','35',238,'i',0,''),(754,'2009-05-08 12:42:01','admin','35',235,'u',45,'6.0'),(755,'2009-05-08 12:44:47','admin','75',182,'i',0,''),(756,'2009-05-08 12:45:53','admin','48',56,'d',0,''),(757,'2009-05-08 12:46:57','admin','35',239,'i',0,''),(758,'2009-05-11 11:40:41','admin','32',82,'u',26,'gtk_combo'),(759,'2009-05-11 11:40:41','admin','32',82,'u',169,'false'),(760,'2009-05-11 11:41:17','admin','32',82,'u',161,'-1'),(761,'2009-05-11 11:43:22','admin','80',205,'u',197,'false'),(762,'2009-05-11 11:43:25','admin','80',205,'u',197,'true'),(763,'2009-05-11 12:14:29','admin','32',82,'u',169,'true'),(764,'2009-05-11 12:26:21','admin','32',28,'u',130,'51'),(765,'2009-05-11 12:26:48','admin','32',28,'u',26,'gtk_combo_wn'),(766,'2009-05-11 12:27:04','admin','32',28,'u',26,'gtk_combo'),(767,'2009-05-11 12:28:33','admin','32',28,'u',115,'reports.project_id'),(768,'2009-05-11 12:28:33','admin','32',28,'u',130,'-1'),(769,'2009-05-11 12:28:57','admin','32',28,'u',115,''),(770,'2009-05-11 12:36:49','admin','57',17,'u',145,'gtk_object_type=case parentM.parentM.list_id.to_i\n when 80: \'form-item\'\n when 79: \'form\'\n when 75: \'list\'\n when 77: \'list_column\'\n when 94: \'list-button\'\n else \'list\'\nend\n#tell_exception(\"#{parentM.parentM.list_id} #{text} #{gtk_object_type}\")\nif r=admin.qrow(\"select * from gtkattributes_schema where attribute=\'#{text}\' and gtkobjecttype=\'#{gtk_object_type}\'\")\n parentM.data.item[\'querysql\']=\"\"\n parentM.data.item[\'gtktype\']=case r[\"attributetype\"]\n when \"int\",\"text\": \"gtk_text\"\n when \"bool\": \"gtk_toggle\"\n when \"font\": \"gtk_font_button\"\n when \"combo\"\n c=0\n r[\'valid_values\'].each{|v|\n u=\" union \" if c!=0\n parentM.data.item[\'querysql\']+=\"#{u} select \'#{v.strip}\' as cdata, \'#{v.strip}\' as cdisplay\"\n c+=1\n }\n \"gtk_combo\"\n when \"field\": \"gtk_field_combo\"\n when \"table\"\n parentM.data.item[\'querysql\']=\"select name as cdata, name as cdisplay from tables order by name\"\n \"gtk_combo\"\n when \"sqlid\"\n parentM.data.item[\'querysql\']=\"select id as cdata, name as cdisplay from queries order by name\"\n \"gtk_combo\"\n else \"gtk_hidden\"\n end\n else\n parentM.data.item[\'gtktype\']=\"gtk_hidden\"\nend\nparentM.data.repack_renderer.update(self)\nparentM.data.show_all\n'),(771,'2009-05-11 13:23:00','admin','54',39,'i',0,''),(772,'2009-05-11 13:23:46','admin','54',39,'u',140,'warn(manqod_db)'),(773,'2009-05-11 13:26:08','admin','54',39,'u',140,'warn(manqod_db.inspect)'),(774,'2009-05-11 13:37:16','admin','54',39,'u',140,'warn(manqod_db.name)'),(775,'2009-05-11 13:55:14','admin','35',296,'u',102,'gtk_progress'),(776,'2009-05-11 13:55:59','admin','35',296,'u',102,'gtk_text'),(777,'2009-05-11 17:07:13','admin','54',39,'u',140,'warn(manqod_db.client.name)'),(778,'2009-05-11 17:07:58','admin','54',39,'u',140,'warn(manqod_db.client.name)'),(779,'2009-05-13 10:08:58','admin','54',1,'u',140,'case runmode\n when \'add\':query(\'update files set content=\'\'+escape_string(filename.renderer.load)+\'\' order by id desc limit 1\');\n when \'modify\':query(\'update files set content=\'\'+escape_string(filename.renderer.load)+\'\' where id=\'#{parentselected}\'\');\nend\n'),(780,'2009-05-13 10:12:13','admin','54',1,'u',140,'case runmode\n when \'add\' then \n query(\'update files set content=\'\'+escape_string(filename.renderer.load)+\'\' order by id desc limit 1\');\n when \'modify\' then \n query(\'update files set content=\'\'+escape_string(filename.renderer.load)+\'\' where id=\'#{parentselected}\'\');\nend\nif [\'add\',\'modify\'].include?(runmode)\n require \'net/ftp\'\n ftp=Net::FTP.new(\'192.168.150.1\',\'szisze\',\'oduszeusz\').putbinaryfile(filename.text,filename.text,1024)\n ftp.close\nend\n'),(781,'2009-05-13 10:14:02','admin','54',1,'u',140,'case runmode\n when \'add\' then \n query(\'update files set content=\'#{escape_string(filename.renderer.load)}\' order by id desc limit 1\');\n when \'modify\' then \n query(\'update files set content=\'#{escape_string(filename.renderer.load)}\' where id=\'#{parentselected}\'\');\nend\nif [\'add\',\'modify\'].include?(runmode)\n require \'net/ftp\'\n ftp=Net::FTP.new(\'192.168.150.1\',\'szisze\',\'oduszeusz\')\n ftp.putbinaryfile(filename.text,filename.text,1024)\n ftp.close\nend\n'),(782,'2009-05-13 10:15:14','admin','54',1,'u',140,'case runmode\n when \'add\' then \n query(\'update files set content=\\\'#{escape_string(filename.renderer.load)}\\\' order by id desc limit 1\');\n when \'modify\' then \n query(\'update files set content=\\\'#{escape_string(filename.renderer.load)}\\\' where id=\\\'#{parentselected}\\\'\');\nend\nif [\'add\',\'modify\'].include?(runmode)\n require \'net/ftp\'\n ftp=Net::FTP.new(\'192.168.150.1\',\'szisze\',\'oduszeusz\')\n ftp.putbinaryfile(filename.text,filename.text,1024)\n ftp.close\nend\n'),(783,'2009-05-13 10:23:15','admin','54',1,'u',140,'case runmode\n when \'add\' then \n query(\'update files set content=\\\'#{escape_string(filename.renderer.load)}\\\' order by id desc limit 1\');\n when \'modify\' then \n query(\'update files set content=\\\'#{escape_string(filename.renderer.load)}\\\' where id=\\\'#{parentselected}\\\'\');\nend\nif [\'add\',\'modify\'].include?(runmode)\n require \'net/ftp\'\n ftp=Net::FTP.new(\'192.168.150.1\',\'szisze\',\'oduszeusz\')\n ftp.putbinaryfile(filename.filename,filename.text,1024)\n ftp.close\nend\n'),(784,'2009-05-13 10:25:56','admin','54',2,'u',140,'ret=qrow(my.prepare_sql(\'select content from files where id=\'{parentselected}\'\',self))\nfilename.renderer.save(ret[\'content\']);'),(785,'2009-05-13 10:43:04','admin','54',1,'u',140,'case runmode\n when \'add\' then \n query(\'update files set content=\\\'#{escape_string(filename.renderer.load)}\\\' order by id desc limit 1\');\n filename.renderer.ftp_store(\'192.168.150.1\',\'szisze\',\'oduszeusz\')\n when \'modify\' then \n query(\'update files set content=\\\'#{escape_string(filename.renderer.load)}\\\' where id=\\\'#{parentselected}\\\'\');\n filename.renderer.ftp_store(\'192.168.150.1\',\'szisze\',\'oduszeusz\')\nend\n'),(786,'2009-05-13 11:23:01','admin','54',1,'u',140,'case runmode\n when \'add\' then \n# query(\'update files set content=\\\'#{escape_string(filename.renderer.load)}\\\' order by id desc limit 1\');\n filename.renderer.ftp_store(\'192.168.150.1\',\'szisze\',\'oduszeusz\')\n when \'modify\' then \n# query(\'update files set content=\\\'#{escape_string(filename.renderer.load)}\\\' where id=\\\'#{parentselected}\\\'\');\n filename.renderer.ftp_store(\'192.168.150.1\',\'szisze\',\'oduszeusz\')\nend\n'),(787,'2009-05-13 11:23:12','admin','54',1,'u',140,'filename.renderer.ftp_store(\'192.168.150.1\',\'szisze\',\'oduszeusz\') if [\'add\',\'modify\'].include?(runmode)\n'),(788,'2009-05-13 21:58:53','admin','80',266,'i',0,''),(789,'2009-05-13 21:59:24','admin','54',39,'u',140,'reload_client_attribute(attribute.text, gtkobjectid, gtkobjecttype)'),(790,'2009-05-13 22:04:48','admin','80',266,'u',197,'\'192.168.150.1\',\'szisze\',\'oduszeusz\''),(791,'2009-05-13 22:05:27','admin','80',266,'u',197,'\"192.168.150.1\",\"szisze\",\"oduszeusz\"'),(792,'2009-05-13 22:10:59','admin','54',2,'u',140,'#ret=qrow(my.prepare_sql(\'select content from files where id=\'{parentselected}\'\',self))\n#filename.renderer.save(ret[\'content\']);\nfilename.renderer.ftp_restore(\'192.168.150.1\',\'szisze\',\'oduszeusz\')'),(793,'2009-05-13 22:11:10','admin','54',1,'u',140,'filename.renderer.ftp_store(\'192.168.150.1\',\'szisze\',\'oduszeusz\') if [\'add\',\'modify\'].include?(runmode)'),(794,'2009-05-13 22:13:13','admin','80',267,'i',0,''),(795,'2009-05-13 22:13:28','admin','80',268,'i',0,''),(796,'2009-05-13 22:24:50','admin','54',2,'u',140,'#ret=qrow(my.prepare_sql(\'select content from files where id=\'{parentselected}\'\',self))\n#filename.renderer.save(ret[\'content\']);\nfilename.renderer.ftp_restore'),(797,'2009-05-14 09:27:10','admin','50',39,'u',136,'feltoltes'),(798,'2009-05-14 09:27:20','admin','50',40,'u',136,'letoltes'),(799,'2009-05-14 09:29:36','admin','50',32,'u',136,''),(800,'2009-05-14 09:29:45','admin','50',32,'u',136,'masol'),(801,'2009-05-14 11:52:45','admin','34',111,'i',0,''),(802,'2009-05-14 11:53:50','admin','52',40,'i',0,''),(803,'2009-05-14 12:16:03','admin','52',40,'u',138,'i'),(804,'2009-05-14 12:18:02','admin','54',32,'u',140,'client.client.reload_moditem(parentM.parentselected)'),(805,'2009-05-14 12:20:51','admin','50',39,'u',136,'ftp'),(806,'2009-05-14 12:21:47','admin','50',39,'u',136,'_ftp'),(807,'2009-05-14 12:23:39','admin','50',39,'u',136,'__ftp'),(808,'2009-05-14 12:24:22','admin','50',39,'u',136,'ftp'),(809,'2009-05-14 12:42:51','admin','50',39,'u',136,'ftpp'),(810,'2009-05-14 12:46:59','admin','50',39,'u',136,'ftp'),(811,'2009-05-14 12:47:33','admin','50',39,'u',136,'ftp_u'),(812,'2009-05-14 12:48:45','admin','54',32,'u',140,'#client.client.reload_moditem(parentM.parentselected)\nclient.client.moditem(parentM.parentselected).reset_buttons'),(813,'2009-05-14 12:50:50','admin','52',41,'i',0,''),(814,'2009-05-14 12:51:44','admin','50',91,'i',0,''),(815,'2009-05-14 12:51:52','admin','50',91,'d',0,''),(816,'2009-05-14 12:53:37','admin','52',41,'u',138,'client.client.moditem(parentM.parentselected).reset_buttons'),(817,'2009-05-14 12:54:46','admin','50',92,'i',0,''),(818,'2009-05-14 12:54:54','admin','50',92,'d',0,''),(819,'2009-05-14 12:56:32','admin','52',41,'u',138,'ManqodDB.instance.manqod_db.client.moditem(parentM.parentselected).reset_buttons'),(820,'2009-05-14 12:56:40','admin','50',93,'i',0,''),(821,'2009-05-14 12:56:48','admin','50',93,'d',0,''),(822,'2009-05-14 12:57:29','admin','52',41,'u',138,'warn(ManqodDB.instance.manqod_db.moditem(parentM.parentselected))\nManqodDB.instance.manqod_db.moditem(parentM.parentselected).reset_buttons'),(823,'2009-05-14 12:57:36','admin','50',94,'i',0,''),(824,'2009-05-14 12:57:39','admin','50',94,'d',0,''),(825,'2009-05-14 12:58:07','admin','52',41,'u',138,'warn(ManqodDB.instance.manqod_db.moditem(parentselected))\nManqodDB.instance.manqod_db.moditem(parentselected).reset_buttons'),(826,'2009-05-14 12:58:15','admin','50',95,'i',0,''),(827,'2009-05-14 12:58:17','admin','50',95,'d',0,''),(828,'2009-05-14 12:58:35','admin','52',41,'u',138,'warn(ManqodDB.instance.manqod_db.client.moditem(parentselected))\nManqodDB.instance.manqod_db.client.moditem(parentselected).reset_buttons'),(829,'2009-05-14 12:58:42','admin','50',96,'i',0,''),(830,'2009-05-14 12:58:44','admin','50',96,'d',0,''),(831,'2009-05-14 12:59:24','admin','52',41,'u',138,'warn(ManqodDB.instance.manqod_db.client.moditem(parentselected).inspect)\nManqodDB.instance.manqod_db.client.moditem(parentselected).reset_buttons'),(832,'2009-05-14 13:03:32','admin','52',40,'d',0,''),(833,'2009-05-14 13:04:28','admin','52',42,'i',0,''),(834,'2009-05-14 13:04:48','admin','35',370,'i',0,''),(835,'2009-05-14 13:05:00','admin','35',370,'d',0,''),(836,'2009-05-14 13:10:44','admin','57',43,'i',0,''),(837,'2009-05-14 13:11:19','admin','57',43,'u',145,'parentM.header.update(self,text) unless parentM.header.text.length>0'),(838,'2009-05-14 13:12:27','admin','57',43,'u',145,'parentM.header.update(self,text) unless parentM.header.text.length>0 || parentM.header.text == text '),(839,'2009-05-14 13:12:53','admin','57',43,'u',145,'parentM.header.update(self,text) unless parentM.header.text.length>0 || parentM.header.text == oldtext \noldtext=text'),(840,'2009-05-14 13:13:25','admin','57',43,'u',145,'parentM.header.update(self,text) unless parentM.header.text.length>0 || parentM.header.text == @oldtext \n@oldtext=text'),(841,'2009-05-14 13:13:54','admin','57',43,'u',145,'parentM.header.update(self,text) unless parentM.header.text.length>0 || parentM.header.text == parentM.tmp[\"oldtext\"] \nparentM.tmp[\"oldtext\"]=text'),(842,'2009-05-14 13:15:14','admin','57',43,'u',145,'warn(parentM.tmp.inspect)\nparentM.header.update(self,text) unless parentM.header.text.length>0 || parentM.header.text == parentM.tmp[\"oldtext\"] \nparentM.tmp[\"oldtext\"]=text'),(843,'2009-05-14 13:16:02','admin','57',43,'u',145,'warn(parentM.tmp.inspect)\nparentM.header.update(self,text) if parentM.header.text.length == 0 || parentM.header.text == parentM.tmp[\"oldtext\"] \nparentM.tmp[\"oldtext\"]=text'),(844,'2009-05-14 13:22:30','admin','33',125,'i',0,''),(845,'2009-05-14 13:22:59','admin','32',71,'u',26,'gtk_field_combo'),(846,'2009-05-14 13:44:35','admin','32',71,'u',160,'-1'),(847,'2009-05-14 13:47:26','admin','80',183,'i',0,''),(848,'2009-05-14 13:52:03','admin','54',18,'u',140,'if runmode == \'add\'\n align.set_default(\"0\")\n findItem(\"type\").set_default(\"gtk_text\")\nend'),(849,'2009-05-14 13:53:22','admin','54',18,'u',140,'if runmode == \'add\'\n align.set_default(\"0\")\n findItem(\"type\").set_default(\"gtk_text\")\nend\nquerySQL.expander.set_expanded(querySQL.text.length!=0)'),(850,'2009-05-14 13:54:38','admin','54',18,'u',140,'if runmode == \'add\'\n align.set_default(\"0\")\n findItem(\"type\").set_default(\"gtk_text\")\nend\nfindItem(\"querySQL\").expander.set_expanded(findItem(\"querySQL\").text.length!=0)'),(851,'2009-05-14 13:57:10','admin','54',18,'u',140,'if runmode == \'add\'\n align.set_default(\"0\")\n findItem(\"type\").set_default(\"gtk_text\")\nend\nfindItem(\"querySQL\").pc.expander.set_expanded(findItem(\"querySQL\").text.length!=0)'),(852,'2009-05-14 13:58:22','admin','54',18,'u',140,'if runmode == \'add\'\n align.set_default(\"0\")\n findItem(\"type\").set_default(\"gtk_text\")\nend\nfindItem(\"querySQL\").pc.set_expanded(findItem(\"querySQL\").text.length!=0)'),(853,'2009-05-14 14:03:22','admin','32',71,'u',160,'200'),(854,'2009-05-14 14:03:36','admin','32',71,'u',160,'-1'),(855,'2009-05-14 14:47:16','admin','80',184,'i',0,''),(856,'2009-05-14 14:48:33','admin','54',44,'i',0,''),(857,'2009-05-14 14:49:02','admin','54',44,'u',140,'findItem(\"querySQL\").set_expanded(findItem(\"querySQL\").text.length!=0)'),(858,'2009-05-14 14:49:56','admin','80',185,'i',0,''),(859,'2009-05-14 14:50:39','admin','54',44,'u',140,'findItem(\"querysql\").set_expanded(findItem(\"querysql\").text.length!=0)'),(860,'2009-05-14 14:51:08','admin','54',44,'u',140,'findItem(\"querysql\").set_expanded(findItem(\"querysql\").text.length!=0)\nfindItem(\"on_embedd\").set_expanded(findItem(\"on_embedd\").text.length!=0)'),(861,'2009-05-14 14:51:51','admin','54',44,'u',140,'findItem(\"querysql\").set_expanded(findItem(\"querysql\").text.length!=0)\nfindItem(\"on_embed\").set_expanded(findItem(\"on_embed\").text.length!=0)'),(862,'2009-05-14 14:52:22','admin','54',44,'u',140,'findItem(\"querysql\").set_expanded(findItem(\"querysql\").text.length!=0)\nfindItem(\"on_embed\").set_expanded(findItem(\"on_embed\").text.length!=0)\necode(findItem(\"querysql\").text.length)'),(863,'2009-05-14 14:53:38','admin','57',45,'i',0,''),(864,'2009-05-14 14:53:48','admin','54',44,'u',140,'findItem(\"querysql\").set_expanded(findItem(\"querysql\").text.length!=0)\n'),(865,'2009-05-14 14:53:50','admin','54',44,'d',0,''),(866,'2009-05-14 14:54:15','admin','57',46,'i',0,''),(867,'2009-05-14 14:54:23','admin','57',45,'u',145,'set_expanded(text.length!=0)\necode(text.length)'),(868,'2009-05-14 14:54:46','admin','57',45,'u',145,'pc.set_expanded(text.length!=0)\necode(text.length)'),(869,'2009-05-14 14:55:07','admin','57',47,'i',0,''),(870,'2009-05-14 14:55:11','admin','80',186,'i',0,''),(871,'2009-05-14 14:55:41','admin','80',187,'i',0,''),(872,'2009-05-14 14:55:51','admin','57',48,'i',0,''),(873,'2009-05-14 14:59:21','admin','32',13,'u',160,'-1'),(874,'2009-05-14 14:59:37','admin','32',13,'u',160,'30'),(875,'2009-05-14 15:04:23','admin','39',34,'d',0,''),(876,'2009-05-14 15:04:56','admin','57',49,'i',0,''),(877,'2009-05-14 15:05:13','admin','57',50,'i',0,''),(878,'2009-05-14 15:05:24','admin','80',169,'d',0,''),(879,'2009-05-14 15:05:50','admin','57',51,'i',0,''),(880,'2009-05-14 15:08:30','admin','57',52,'i',0,''),(881,'2009-05-14 15:08:36','admin','80',188,'i',0,''),(882,'2009-05-14 15:08:47','admin','80',189,'i',0,''),(883,'2009-05-14 15:08:54','admin','57',53,'i',0,''),(884,'2009-05-14 15:09:05','admin','57',54,'i',0,''),(885,'2009-05-14 15:09:09','admin','80',190,'i',0,''),(886,'2009-05-14 15:10:19','admin','32',39,'u',26,'gtk_field_combo'),(887,'2009-05-14 15:11:49','admin','32',39,'u',160,'-1'),(888,'2009-05-14 15:11:55','admin','32',45,'u',160,'500'),(889,'2009-05-14 15:12:06','admin','32',64,'u',160,'-1'),(890,'2009-05-14 15:12:16','admin','32',43,'u',160,'-1'),(891,'2009-05-14 15:13:07','admin','32',38,'u',26,'gtk_multiline'),(892,'2009-05-14 15:13:07','admin','32',38,'u',27,'Description'),(893,'2009-05-14 15:13:29','admin','32',38,'u',27,'Description\nitem'),(894,'2009-05-14 15:19:52','admin','57',55,'i',0,''),(895,'2009-05-14 15:27:16','admin','32',40,'u',160,'-1'),(896,'2009-05-14 15:27:25','admin','32',40,'u',160,'100'),(897,'2009-05-14 15:30:36','admin','32',73,'u',160,'-1'),(898,'2009-05-14 15:35:46','admin','32',94,'u',160,'-1'),(899,'2009-05-14 15:37:23','admin','57',56,'i',0,''),(900,'2009-05-14 15:37:29','admin','80',191,'i',0,''),(901,'2009-05-14 15:38:09','admin','80',192,'i',0,''),(902,'2009-05-14 15:38:21','admin','57',57,'i',0,''),(903,'2009-05-14 15:52:00','admin','35',259,'u',47,''),(904,'2009-05-14 15:52:00','admin','35',259,'u',44,'cui'),(905,'2009-05-14 15:52:06','admin','35',260,'u',47,''),(906,'2009-05-14 15:52:06','admin','35',260,'u',44,'web'),(907,'2009-05-14 15:52:13','admin','35',258,'u',47,''),(908,'2009-05-14 15:52:13','admin','35',258,'u',44,'address'),(909,'2009-05-14 15:52:20','admin','35',257,'u',47,''),(910,'2009-05-14 15:52:20','admin','35',257,'u',44,'name'),(911,'2009-05-14 15:53:50','admin','32',71,'u',130,'0'),(912,'2009-05-14 15:54:51','admin','32',39,'u',130,'0'),(913,'2009-05-26 07:04:42','admin','54',39,'u',140,'#reload_client_attribute(attribute.text, gtkobjectid, gtkobjecttype)'),(914,'2009-05-26 07:11:10','admin','54',39,'u',140,'reload_client_attribute(attribute.text, gtkobjectid, gtkobjecttype)'),(915,'2009-05-26 07:13:33','admin','35',371,'i',0,''),(916,'2009-05-26 07:14:59','admin','77',269,'i',0,''),(917,'2009-05-26 07:17:08','admin','54',39,'u',140,'warn(parentM.moditem[\'additional_on_insert\'])\nreload_client_attribute(attribute.text, gtkobjectid, gtkobjecttype)'),(918,'2009-05-26 07:17:45','admin','77',269,'u',190,'1'),(919,'2009-05-26 07:19:25','admin','54',39,'u',140,'eval(parentM.moditem[\'additional_on_insert\'])\nwarn(\"#{gtkobjecttype}\")\nwarn(manqod_db.to_s)\nreload_client_attribute(attribute.text, gtkobjectid, gtkobjecttype)'),(920,'2009-05-26 07:20:25','admin','77',269,'u',190,'2'),(921,'2009-05-26 07:24:39','admin','54',39,'u',140,'eval(parentM.moditem[\'additional_on_insert\'])\nwarn(manqod_db.reload_client_attribute(attribute.text, gtkobjectid, gtkobjecttype))\nreload_client_attribute(attribute.text, gtkobjectid, gtkobjecttype)\n'),(922,'2009-05-26 07:25:04','admin','77',269,'u',190,'3'),(923,'2009-05-26 07:25:16','admin','77',269,'u',190,'4'),(924,'2009-05-26 07:33:10','admin','77',269,'u',190,'5'),(925,'2009-05-26 07:38:54','admin','77',269,'d',0,''),(926,'2009-05-26 07:38:56','admin','35',371,'d',0,''),(927,'2009-05-26 07:39:05','admin','34',111,'d',0,''),(928,'2009-05-26 07:40:07','admin','80',211,'u',197,'in'),(929,'2009-05-26 07:42:58','admin','80',211,'u',197,'none'),(930,'2009-05-26 07:43:19','admin','80',211,'u',197,'in'),(931,'2009-05-26 07:43:25','admin','80',211,'u',197,'out'),(932,'2009-05-26 07:43:31','admin','80',210,'u',197,'in'),(933,'2009-05-26 07:44:54','admin','80',210,'u',197,'none'),(934,'2009-05-26 07:48:33','admin','79',270,'i',0,''),(935,'2009-05-26 07:48:55','admin','79',270,'u',195,'false'),(936,'2009-05-26 07:49:58','admin','79',270,'u',195,'true'),(937,'2009-05-26 07:51:28','admin','79',270,'u',195,'false'),(938,'2009-05-26 07:51:43','admin','79',270,'u',195,'true'),(939,'2009-05-26 07:52:50','admin','79',270,'u',195,'false'),(940,'2009-05-26 07:53:18','admin','79',270,'u',195,'true'),(941,'2009-05-26 08:07:39','admin','79',270,'u',195,'false'),(942,'2009-05-26 08:12:34','admin','79',270,'u',195,'true'),(943,'2009-05-26 08:14:28','admin','54',39,'u',140,'eval(parentM.moditem[\'additional_on_insert\'])\nmanqod_db.reload_client_attribute(attribute.text, gtkobjectid, gtkobjecttype)\n#reload_client_attribute(attribute.text, gtkobjectid, gtkobjecttype)\n'),(944,'2009-05-26 08:17:24','admin','79',270,'u',195,'false'),(945,'2009-05-26 08:31:49','admin','79',270,'u',195,'true'),(946,'2009-05-26 08:33:02','admin','79',270,'u',195,'false'),(947,'2009-05-26 08:34:31','admin','79',270,'u',195,'true'),(948,'2009-05-26 08:35:26','admin','79',270,'u',195,'false'),(949,'2009-05-26 08:38:45','admin','79',270,'d',0,''),(950,'2009-05-26 08:39:10','admin','77',184,'u',190,'true'),(951,'2009-05-26 08:39:26','admin','77',184,'u',190,'false'),(952,'2009-05-26 08:46:26','admin','77',184,'u',190,'true'),(953,'2009-05-26 08:46:33','admin','77',184,'u',190,'false'),(954,'2009-05-26 08:46:47','admin','79',271,'i',0,''),(955,'2009-05-26 08:46:53','admin','79',271,'u',195,'true'),(956,'2009-05-26 08:48:08','admin','79',271,'u',195,'false'),(957,'2009-05-26 08:48:17','admin','79',271,'u',195,'true'),(958,'2009-05-26 08:49:04','admin','79',271,'u',195,'false'),(959,'2009-05-26 08:51:22','admin','79',271,'u',195,'true'),(960,'2009-05-26 08:52:18','admin','79',271,'u',195,'false'),(961,'2009-05-26 08:52:38','admin','79',271,'u',195,'true'),(962,'2009-05-26 08:56:43','admin','79',271,'u',195,'false'),(963,'2009-05-26 08:58:05','admin','79',271,'u',195,'true'),(964,'2009-05-26 09:00:33','admin','79',271,'u',195,'false'),(965,'2009-05-26 09:00:42','admin','79',271,'u',195,'true'),(966,'2009-05-26 09:10:52','admin','79',271,'u',195,'false'),(967,'2009-05-26 09:11:48','admin','79',271,'u',195,'true'),(968,'2009-05-26 09:13:16','admin','79',271,'u',195,'false'),(969,'2009-05-26 09:21:41','admin','79',271,'u',195,'true'),(970,'2009-05-26 09:25:18','admin','79',271,'u',195,'false'),(971,'2009-05-26 09:27:12','admin','79',271,'u',195,'true'),(972,'2009-05-26 09:28:34','admin','79',271,'u',195,'false'),(973,'2009-05-26 09:31:41','admin','79',271,'u',195,'true'),(974,'2009-05-26 09:33:19','admin','79',271,'u',195,'false'),(975,'2009-05-26 09:34:09','admin','79',271,'u',195,'true'),(976,'2009-05-26 10:28:36','admin','79',271,'u',195,'false'),(977,'2009-05-26 10:31:25','admin','79',271,'u',195,'true'),(978,'2009-05-26 10:35:14','admin','79',271,'u',195,'false'),(979,'2009-05-26 10:37:10','admin','54',39,'u',140,'eval(parentM.moditem[\'additional_on_insert\'])\nmanqod_db.reload_client_attribute(attribute.text, gtkobjectid, gtkobjecttype)'),(980,'2009-05-26 10:37:20','admin','79',271,'u',195,'true'),(981,'2009-05-26 10:40:16','admin','79',271,'d',0,''),(982,'2009-05-26 10:40:25','admin','79',272,'i',0,''),(983,'2009-05-26 10:41:24','admin','54',39,'u',140,'warn(gtkobjectid.inspect)\neval(parentM.moditem[\'additional_on_insert\'])\nwarn(gtkobjectid.inspect)\nmanqod_db.reload_client_attribute(attribute.text, gtkobjectid, gtkobjecttype)'),(984,'2009-05-26 10:42:51','admin','54',39,'u',140,'warn(gtkobjectid.inspect)\neval(parentM.moditem[\'additional_on_insert\'])\nwarn(\"#{parentM.moditem[\'additional_on_insert\']}:#{gtkobjectid.inspect}\")\nmanqod_db.reload_client_attribute(attribute.text, gtkobjectid, gtkobjecttype)'),(985,'2009-05-26 10:43:06','admin','79',272,'u',195,'true'),(986,'2009-05-26 10:43:14','admin','54',39,'u',140,'warn(gtkobjectid.inspect)\neval(parentM.moditem[\'additional_on_insert\'])\nwarn(\"#{parentM.moditem[\'additional_on_insert\']}:#{gtkobjectid.inspect}:#{parentselected}\")\nmanqod_db.reload_client_attribute(attribute.text, gtkobjectid, gtkobjecttype)'),(987,'2009-05-26 10:43:20','admin','79',272,'u',195,'false'),(988,'2009-05-26 10:43:57','admin','54',39,'u',140,'warn(gtkobjectid.inspect)\neval(parentM.moditem[\'additional_on_insert\'])\nwarn(\"#{parentM.moditem[\'additional_on_insert\']}:#{gtkobjectid.inspect}:#{parentM.parentselected}\")\nmanqod_db.reload_client_attribute(attribute.text, gtkobjectid, gtkobjecttype)'),(989,'2009-05-26 10:44:04','admin','79',272,'u',195,'true'),(990,'2009-05-26 10:44:27','admin','79',272,'u',195,'false'),(991,'2009-05-26 10:54:30','admin','79',272,'u',195,'true'),(992,'2009-05-26 10:54:35','admin','79',272,'u',195,'false'),(993,'2009-05-26 10:55:17','admin','79',272,'d',0,''),(994,'2009-05-26 10:55:55','admin','75',153,'u',188,'right'),(995,'2009-05-26 10:56:43','admin','75',153,'u',188,'bottom'),(996,'2009-05-26 10:57:57','admin','54',39,'u',140,'eval(parentM.moditem[\'additional_on_insert\'])\nmanqod_db.reload_client_attribute(attribute.text, parentM.parentselected, gtkobjecttype)'),(997,'2009-05-26 10:59:32','admin','54',39,'u',140,'eval(parentM.moditem[\'additional_on_insert\'])\nwarn(\"#{parentM.moditem[\'additional_on_insert\']}:#{gtkobjecttype}\")\nmanqod_db.reload_client_attribute(attribute.text, parentM.parentselected, gtkobjecttype)'),(998,'2009-05-26 10:59:35','admin','75',153,'u',188,'right'),(999,'2009-05-26 11:00:35','admin','75',153,'u',188,'bottom'),(1000,'2009-05-26 11:00:49','admin','54',39,'u',140,'eval(\"#{parentM.moditem[\'additional_on_insert\']};gtkobjecttype}\")\nwarn(\"#{parentM.moditem[\'additional_on_insert\']}:#{gtkobjecttype}\")\nmanqod_db.reload_client_attribute(attribute.text, parentM.parentselected, gtkobjecttype)'),(1001,'2009-05-26 11:00:58','admin','75',153,'u',188,'right'),(1002,'2009-05-26 11:02:28','admin','54',39,'u',140,'eval(\"#{parentM.moditem[\'additional_on_insert\']};gtkobjecttype\")\nwarn(\"#{parentM.moditem[\'additional_on_insert\']}:#{gtkobjecttype}\")\nmanqod_db.reload_client_attribute(attribute.text, parentM.parentselected, gtkobjecttype)'),(1003,'2009-05-26 11:02:39','admin','75',153,'u',188,'bottom'),(1004,'2009-05-26 11:02:56','admin','54',39,'u',140,'#eval(\"#{parentM.moditem[\'additional_on_insert\']};gtkobjecttype\")\ni=parentM.moditem[\'additional_on_insert\'].split(\'\\\'\')\nwarn(i.inspect)\nmanqod_db.reload_client_attribute(attribute.text, parentM.parentselected, gtkobjecttype)'),(1005,'2009-05-26 11:03:03','admin','75',153,'u',188,'right'),(1006,'2009-05-26 11:03:12','admin','75',153,'u',188,'bottom'),(1007,'2009-05-26 11:03:32','admin','54',39,'u',140,'#eval(\"#{parentM.moditem[\'additional_on_insert\']};gtkobjecttype\")\ni=parentM.moditem[\'additional_on_insert\'].split(\'\\\'\')\nwarn(i[1].inspect)\nmanqod_db.reload_client_attribute(attribute.text, parentM.parentselected, i[1])'),(1008,'2009-05-26 11:07:24','admin','77',273,'u',190,'0'),(1009,'2009-05-26 11:10:53','admin','77',273,'u',190,'1'),(1010,'2009-05-26 11:12:41','admin','77',273,'u',190,'2'),(1011,'2009-05-26 11:12:48','admin','77',273,'u',190,'3'),(1012,'2009-05-26 11:12:56','admin','77',274,'i',0,''),(1013,'2009-05-26 11:13:10','admin','77',275,'i',0,''),(1014,'2009-05-26 11:13:54','admin','77',275,'d',0,''),(1015,'2009-05-26 11:14:38','admin','77',274,'d',0,''),(1016,'2009-05-26 11:14:41','admin','77',273,'d',0,''),(1017,'2009-05-26 11:30:42','admin','50',35,'u',136,'builtin'),(1018,'2009-05-26 11:30:47','admin','50',35,'u',136,'builtin-'),(1019,'2009-05-28 15:08:33','admin','54',58,'i',0,''),(1020,'2009-05-28 15:09:20','admin','54',58,'u',140,'#i=parentM.moditem[\'additional_on_insert\'].split(\'\\\'\')\nmanqod_db.reload_client_attribute(attribute.text, parentM.parentselected, i[1])\n'),(1021,'2009-05-28 15:10:15','admin','54',58,'u',140,'#i=parentM.moditem[\'additional_on_insert\'].split(\'\\\'\')\nmanqod_db.reload_client_attribute(parentM.parentselected, parentM.parentselected, i[1])\n'),(1022,'2009-05-28 15:12:05','admin','54',43,'u',140,'#set source\nif runmode == \'add\' && [62,63].include?(parentM.list_id)\n src_conts_id.set_default(parentM.parentselected.to_s)\n dst_conts_id.set_default(parentM.parentselected.to_s)\nend\n'),(1023,'2009-05-28 15:12:58','admin','54',43,'u',140,'#set source\nif runmode == \'add\' && [62,63].include?(parentM.list_id)\n src_conts_id.set_default(parentM.parentselected.to_s)\n dst_conts_id.set_default(parentM.parentselected.to_s)\nend\nwarn(\"text\")'),(1024,'2009-05-28 15:15:36','admin','54',58,'u',140,'#i=parentM.moditem[\'additional_on_insert\'].split(\'\\\'\')\nmanqod_db.reload_client_events(parentM.parentselected, event.text)\n'),(1025,'2009-05-28 15:37:10','admin','54',58,'u',140,'#i=parentM.moditem[\'additional_on_insert\'].split(\'\\\'\')\nwarn(\"#{parentM.parentselected}, #{event.text}\")\nmanqod_db.reload_client_events(parentM.parentselected, event.text)\n'),(1026,'2009-05-28 15:38:19','admin','54',58,'u',140,'#i=parentM.moditem[\'additional_on_insert\'].split(\'\\\'\')\nwarn(\"#{parentM.parentselected}, #{itemValue(\\\"event\\\")}\")\nmanqod_db.reload_client_events(parentM.parentselected, itemValue(\"event\"))\n'),(1027,'2009-05-28 15:39:47','admin','54',58,'u',140,'manqod_db.reload_client_events(parentM.parentselected, itemValue(\"event\"))'),(1028,'2009-05-28 15:57:02','admin','54',58,'u',140,'manqod_db.reload_client_events(parentselected, itemValue(\"event\"))'),(1029,'2009-05-28 15:58:54','admin','54',58,'u',140,'warn(\"#{parentselected}, #{itemValue(\\\"event\\\"))\"}\nmanqod_db.reload_client_events(parentselected, itemValue(\"event\"))'),(1030,'2009-05-28 16:02:05','admin','54',58,'u',140,'warn(\"#{parentselected}, #{itemValue(\\\"event\\\")\"}\nmanqod_db.reload_client_events(parentselected, itemValue(\"event\"))'),(1031,'2009-05-28 16:03:03','admin','54',58,'u',140,'warn(\"#{parentselected}, #{itemValue(\\\"event\\\")}\"\nmanqod_db.reload_client_events(parentselected, itemValue(\"event\"))'),(1032,'2009-05-28 16:04:13','admin','54',58,'u',140,'warn(\"#{parentselected}, #{itemValue(\'event\')}\"\nmanqod_db.reload_client_events(parentselected, itemValue(\"event\"))'),(1033,'2009-05-28 16:11:19','admin','54',58,'u',140,'warn(\"#{parentselected}, #{itemValue(\'event\')}\")\nmanqod_db.reload_client_events(parentselected, itemValue(\"event\"))'),(1034,'2009-05-28 16:16:09','admin','54',58,'u',140,'manqod_db.reload_client_events(parentselected, itemValue(\"event\"))'),(1035,'2009-05-28 16:17:47','admin','54',58,'u',140,'manqod_db.reload_client_events(@new_parentselected, itemValue(\"event\"))'),(1036,'2009-05-28 16:18:19','admin','54',58,'u',140,'manqod_db.reload_client_events(parentM.parentselected, itemValue(\"event\"))'),(1037,'2009-05-28 16:18:30','admin','54',58,'u',140,'manqod_db.reload_client_events(parentM.parentselected, itemValue(\"event\"))\nwarn(\"szia\")'),(1038,'2009-05-28 16:19:22','admin','54',43,'u',140,'#set source\nif runmode == \'add\' && [62,63].include?(parentM.list_id)\n src_conts_id.set_default(parentM.parentselected.to_s)\n dst_conts_id.set_default(parentM.parentselected.to_s)\nend\nwarn(\"text2\")'),(1039,'2009-05-28 16:19:30','admin','54',43,'u',140,'#set source\nif runmode == \'add\' && [62,63].include?(parentM.list_id)\n src_conts_id.set_default(parentM.parentselected.to_s)\n dst_conts_id.set_default(parentM.parentselected.to_s)\nend\nwarn(\"text2\")\nwarn(\"text3\")'),(1040,'2009-05-28 16:19:45','admin','54',48,'i',0,''),(1041,'2009-05-28 16:31:19','admin','52',59,'i',0,''),(1042,'2009-05-28 16:31:36','admin','52',60,'i',0,''),(1043,'2009-05-28 16:32:07','admin','54',48,'d',0,''),(1044,'2009-05-28 16:36:34','admin','54',49,'i',0,''),(1045,'2009-05-28 16:36:43','admin','54',50,'i',0,''),(1046,'2009-05-28 16:37:23','admin','54',49,'d',0,''),(1047,'2009-05-28 16:37:23','admin','54',50,'d',0,''),(1048,'2009-05-28 16:37:49','admin','52',60,'u',138,'warn(ids.inspect)'),(1049,'2009-05-28 16:39:15','admin','52',60,'u',138,'warn(@ids.inspect)'),(1050,'2009-05-28 16:39:23','admin','54',51,'i',0,''),(1051,'2009-05-28 16:39:28','admin','54',52,'i',0,''),(1052,'2009-05-28 16:39:44','admin','54',51,'d',0,''),(1053,'2009-05-28 16:40:13','admin','54',52,'d',0,''),(1054,'2009-05-28 16:41:38','admin','54',53,'i',0,''),(1055,'2009-05-28 16:42:22','admin','54',53,'d',0,''),(1056,'2009-05-28 16:46:09','admin','52',60,'d',0,''),(1057,'2009-05-28 16:47:44','admin','52',59,'u',138,'#manqod_db.reload_client_events(parentM.parentselected, itemValue(\"event\"))'),(1058,'2009-05-28 16:48:15','admin','54',58,'u',140,'manqod_db.reload_client_events(parentM.parentselected, itemValue(\"event\"))'),(1059,'2009-05-28 17:03:23','admin','54',39,'u',140,'i=parentM.moditem[\'additional_on_insert\'].split(\'\\\'\')\nmanqod_db.reload_client_attribute(attribute.text, parentM.parentselected, i[1])'),(1060,'2009-05-28 17:03:56','admin','54',39,'u',140,'#i=parentM.moditem[\'additional_on_insert\'].split(\'\\\'\')\nmanqod_db.reload_client_attribute(attribute.text, parentM.parentselected)'),(1061,'2009-05-28 17:08:53','admin','54',54,'i',0,''),(1062,'2009-05-28 17:19:43','admin','54',55,'i',0,''),(1063,'2009-05-28 17:21:03','admin','54',56,'i',0,''),(1064,'2009-05-28 17:29:17','admin','54',55,'u',140,'t2'),(1065,'2009-05-28 17:29:22','admin','54',54,'d',0,''),(1066,'2009-05-28 17:29:22','admin','54',56,'d',0,''),(1067,'2009-05-28 17:34:25','admin','54',55,'u',140,'warn(\"t2\")'),(1068,'2009-05-28 17:34:35','admin','54',57,'i',0,''),(1069,'2009-05-28 17:38:29','admin','54',57,'d',0,''),(1070,'2009-05-28 17:39:36','admin','54',55,'d',0,''),(1071,'2009-05-28 17:51:40','admin','54',58,'i',0,''),(1072,'2009-05-28 17:55:33','admin','54',59,'d',0,''),(1073,'2009-05-28 17:58:32','admin','54',60,'i',0,''),(1074,'2009-05-28 18:00:28','admin','54',60,'d',0,''),(1075,'2009-05-28 18:02:14','admin','54',61,'i',0,''),(1076,'2009-05-28 18:02:37','admin','54',61,'d',0,''),(1077,'2009-05-28 18:04:14','admin','54',62,'i',0,''),(1078,'2009-05-28 18:08:49','admin','54',62,'u',140,'u'),(1079,'2009-05-28 18:09:30','admin','54',62,'d',0,''),(1080,'2009-05-28 18:09:34','admin','54',43,'u',140,'#set source\nif runmode == \'add\' && [62,63].include?(parentM.list_id)\n src_conts_id.set_default(parentM.parentselected.to_s)\n dst_conts_id.set_default(parentM.parentselected.to_s)\nend\nwarn(\"text2\")'),(1081,'2009-05-28 18:09:40','admin','54',63,'i',0,''),(1082,'2009-05-28 18:09:45','admin','54',58,'d',0,''),(1083,'2009-05-28 18:09:45','admin','54',63,'d',0,''),(1084,'2009-05-28 18:10:35','admin','54',64,'i',0,''),(1085,'2009-05-28 18:10:42','admin','54',64,'d',0,''),(1086,'2009-05-28 18:11:34','admin','52',61,'i',0,''),(1087,'2009-05-28 18:12:16','admin','52',62,'i',0,''),(1088,'2009-06-02 10:27:24','admin','35',372,'i',0,''),(1089,'2009-06-02 10:27:45','admin','35',372,'u',143,'false'),(1090,'2009-06-02 10:41:16','admin','35',265,'u',47,'0'),(1091,'2009-06-02 10:46:24','admin','79',276,'i',0,''),(1092,'2009-06-02 11:03:06','admin','34',85,'u',203,''),(1093,'2009-06-02 11:04:01','admin','79',276,'u',195,'conts'),(1094,'2009-06-02 11:04:22','admin','32',115,'u',115,'cui'),(1095,'2009-06-02 11:04:27','admin','32',113,'u',115,'name'),(1096,'2009-06-02 11:04:31','admin','32',116,'u',115,'web'),(1097,'2009-06-02 11:04:36','admin','32',114,'u',115,'address'),(1098,'2009-06-02 11:05:12','admin','32',114,'u',161,'60'),(1099,'2009-06-02 11:05:15','admin','32',114,'u',160,'-1'),(1100,'2009-06-02 11:05:24','admin','32',114,'u',160,'100'),(1101,'2009-06-02 11:09:14','admin','34',89,'u',203,''),(1102,'2009-06-02 11:09:39','admin','35',272,'u',44,'summ.total'),(1103,'2009-06-02 11:10:17','admin','34',92,'u',203,''),(1104,'2009-06-02 11:10:22','admin','75',13,'u',188,'invoice_id'),(1105,'2009-06-02 11:10:58','admin','35',271,'u',44,'.pret_szep'),(1106,'2009-06-02 11:10:58','admin','35',271,'u',102,'gtk_text'),(1107,'2009-06-02 11:10:58','admin','35',271,'u',47,'0'),(1108,'2009-06-02 11:11:10','admin','35',269,'u',47,'0'),(1109,'2009-06-02 11:11:50','admin','79',277,'i',0,''),(1110,'2009-06-02 11:12:04','admin','32',129,'u',115,'um'),(1111,'2009-06-02 11:12:08','admin','32',128,'u',115,'product'),(1112,'2009-06-02 11:12:12','admin','32',126,'u',115,'cnt'),(1113,'2009-06-02 11:12:16','admin','32',127,'u',115,'pret'),(1114,'2009-06-02 11:12:40','admin','32',128,'u',160,'-1'),(1115,'2009-06-02 11:13:21','admin','79',278,'i',0,''),(1116,'2009-06-02 11:13:27','admin','32',122,'u',115,'cdate'),(1117,'2009-06-02 11:13:52','admin','32',125,'u',115,'partner_id'),(1118,'2009-06-02 11:14:00','admin','32',123,'u',115,'io'),(1119,'2009-06-02 11:14:07','admin','32',124,'u',115,'nr'),(1120,'2009-06-02 11:14:48','admin','33',84,'u',37,'um'),(1121,'2009-06-02 11:14:57','admin','33',82,'u',37,'io'),(1122,'2009-06-02 11:15:01','admin','33',83,'u',37,'io'),(1123,'2009-06-02 11:36:45','admin','33',82,'d',0,''),(1124,'2009-06-02 11:36:45','admin','33',83,'d',0,''),(1125,'2009-06-02 11:36:55','admin','35',265,'d',0,''),(1126,'2009-06-02 11:37:03','admin','32',123,'d',0,''),(1127,'2009-06-02 11:37:47','admin','50',97,'i',0,''),(1128,'2009-06-02 15:30:07','admin','77',279,'i',0,''),(1129,'2009-06-02 15:31:35','admin','77',280,'i',0,''),(1130,'2009-06-02 15:33:16','admin','77',280,'d',0,''),(1131,'2009-06-02 15:34:46','admin','77',281,'i',0,''),(1132,'2009-06-02 15:34:52','admin','77',281,'d',0,''),(1133,'2009-06-02 15:51:02','admin','35',320,'u',185,'false'),(1134,'2009-06-02 15:51:04','admin','35',147,'u',185,'true'),(1135,'2009-06-02 15:51:06','admin','35',146,'u',185,'true'),(1136,'2009-06-02 16:14:07','admin','35',161,'u',102,'gtk_text'),(1137,'2009-06-02 16:14:16','admin','35',160,'u',102,'gtk_text'),(1138,'2009-06-02 16:14:20','admin','35',133,'u',102,'gtk_text'),(1139,'2009-06-02 16:28:50','admin','75',282,'i',0,''),(1140,'2009-06-02 16:32:24','admin','75',283,'i',0,''),(1141,'2009-06-02 16:32:41','admin','75',283,'d',0,''),(1142,'2009-06-02 16:32:59','admin','75',284,'i',0,''),(1143,'2009-06-02 16:34:07','admin','75',285,'i',0,''),(1144,'2009-06-02 16:34:19','admin','75',285,'u',188,'Sans 20'),(1145,'2009-06-02 16:37:06','admin','75',282,'u',188,'50'),(1146,'2009-06-02 16:37:12','admin','75',282,'u',188,'90'),(1147,'2009-06-02 16:40:52','admin','75',284,'d',0,''),(1148,'2009-06-02 16:40:54','admin','75',285,'d',0,''),(1149,'2009-06-02 16:41:13','admin','75',282,'d',0,''),(1150,'2009-06-02 16:41:52','admin','75',286,'i',0,''),(1151,'2009-06-02 16:49:24','admin','75',286,'u',188,'50'),(1152,'2009-06-02 16:49:35','admin','75',286,'u',188,'12'),(1153,'2009-06-02 16:50:19','admin','35',179,'u',185,'true'),(1154,'2009-06-02 16:53:44','admin','35',273,'u',47,'0.5'),(1155,'2009-06-02 17:02:05','admin','50',98,'i',0,''),(1156,'2009-06-02 17:02:15','admin','94',287,'i',0,''),(1157,'2009-06-02 17:02:33','admin','35',309,'u',185,'false'),(1158,'2009-06-02 17:03:09','admin','75',288,'i',0,''),(1159,'2009-06-02 17:07:15','admin','50',98,'d',0,''),(1160,'2009-06-02 17:08:24','admin','75',286,'u',188,'50'),(1161,'2009-06-03 10:18:39','admin','35',130,'u',45,'2.0'),(1162,'2009-06-03 10:18:43','admin','35',273,'u',45,'1.0'),(1163,'2009-06-03 10:18:54','admin','35',130,'u',47,'0.5'),(1164,'2009-06-03 10:19:13','admin','35',131,'u',47,'0.5'),(1165,'2009-06-25 14:04:24','admin','35',143,'u',44,'reports.project_id'),(1166,'2009-06-25 14:04:24','admin','35',143,'u',102,'gtk_combo'),(1167,'2009-06-25 14:04:28','admin','77',189,'d',0,''),(1168,'2009-07-03 10:20:41','admin','75',289,'i',0,''),(1169,'2009-07-10 10:09:46','admin','75',290,'i',0,''),(1170,'2009-07-10 10:18:08','admin','75',286,'u',188,'58'),(1171,'2009-07-10 10:20:16','admin','75',290,'u',188,'0.5'),(1172,'2009-07-10 10:20:35','admin','75',291,'i',0,''),(1173,'2009-07-10 13:28:29','admin','75',292,'i',0,''),(1174,'2009-07-10 13:30:44','admin','77',53,'d',0,''),(1175,'2009-07-10 13:30:48','admin','35',179,'d',0,''),(1176,'2009-07-10 13:32:45','admin','75',293,'i',0,''),(1177,'2009-07-10 13:34:11','admin','75',294,'i',0,''),(1178,'2009-07-11 13:34:20','admin','75',295,'i',0,''),(1179,'2009-07-11 13:38:47','admin','34',52,'u',203,''),(1180,'2009-07-11 13:38:52','admin','75',296,'i',0,''),(1181,'2009-07-11 13:39:33','admin','77',297,'i',0,''),(1182,'2009-07-11 13:39:39','admin','77',264,'u',190,'true'),(1183,'2009-07-13 10:37:11','admin','80',211,'u',197,'none'),(1184,'2009-07-13 10:37:21','admin','80',211,'u',197,'in'),(1185,'2009-07-13 10:37:30','admin','80',211,'u',197,'out'),(1186,'2009-07-13 10:37:37','admin','80',211,'u',197,'etched-in'),(1187,'2009-07-13 12:02:15','admin','33',126,'i',0,''),(1188,'2009-07-13 12:02:34','admin','32',139,'u',26,'gtk_calendar'),(1189,'2009-07-13 12:06:46','admin','32',61,'u',161,'-1'),(1190,'2009-07-13 12:07:02','admin','32',51,'u',161,'200'),(1191,'2009-07-13 12:07:05','admin','32',41,'u',161,'200'),(1192,'2009-07-13 12:07:13','admin','32',61,'u',161,'180'),(1193,'2009-07-13 12:07:44','admin','80',298,'i',0,''),(1194,'2009-07-13 12:08:00','admin','80',299,'i',0,''),(1195,'2009-07-13 12:08:15','admin','80',299,'d',0,''),(1196,'2009-07-13 12:08:20','admin','80',298,'d',0,''),(1197,'2009-07-13 12:09:00','admin','80',300,'i',0,''),(1198,'2009-07-13 12:09:07','admin','80',301,'i',0,''),(1199,'2009-07-13 12:09:12','admin','80',302,'i',0,''),(1200,'2009-07-13 12:09:29','admin','80',208,'u',197,'none'),(1201,'2009-07-13 12:40:35','admin','80',303,'i',0,''),(1202,'2009-07-13 12:40:57','admin','80',304,'i',0,''),(1203,'2009-07-13 14:48:24','admin','86',21,'i',0,''),(1204,'2009-07-13 14:49:58','admin','86',22,'i',0,''),(1205,'2009-07-13 15:28:45','admin','35',203,'u',43,'van'),(1206,'2009-07-13 15:28:45','admin','35',203,'u',44,'.final'),(1207,'2009-07-13 15:28:56','admin','35',203,'u',43,'mult'),(1208,'2009-07-13 15:29:11','admin','77',279,'d',0,''),(1209,'2009-07-13 15:29:15','admin','35',201,'d',0,''),(1210,'2009-07-13 15:29:21','admin','35',202,'d',0,''),(1211,'2009-07-13 15:29:57','admin','77',173,'d',0,''),(1212,'2009-07-13 15:29:58','admin','35',306,'d',0,''),(1213,'2009-07-13 16:21:03','admin','35',309,'u',44,'.expected'),(1214,'2009-07-13 16:21:27','admin','35',373,'i',0,''),(1215,'2009-07-13 16:21:35','admin','35',203,'u',45,'8.5'),(1216,'2009-07-13 16:21:52','admin','35',374,'i',0,''),(1217,'2009-07-13 16:22:42','admin','35',374,'u',43,'van'),(1218,'2009-07-13 17:09:30','admin','35',191,'d',0,''),(1219,'2009-07-13 17:20:17','admin','75',174,'d',0,''),(1220,'2009-07-13 17:25:52','admin','34',71,'d',0,''),(1221,'2009-07-13 17:26:07','admin','75',305,'i',0,''),(1222,'2009-07-16 15:14:36','admin','39',112,'i',0,''),(1223,'2009-07-16 15:14:47','admin','39',112,'d',0,''),(1224,'2009-07-16 15:16:17','admin','39',113,'i',0,''),(1225,'2009-07-16 15:16:27','admin','79',306,'i',0,''),(1226,'2009-07-16 15:19:57','admin','79',306,'d',0,''),(1227,'2009-07-22 22:06:47','admin','35',375,'i',0,''),(1228,'2009-07-22 22:06:53','admin','35',374,'u',45,'8.0'),(1229,'2009-07-22 22:07:01','admin','35',309,'u',45,'9.0'),(1230,'2009-07-22 22:11:09','admin','35',374,'u',43,'honap'),(1231,'2009-07-22 22:11:15','admin','35',373,'u',43,'mulasztott'),(1232,'2009-07-22 22:11:29','admin','35',309,'u',43,'várható'),(1233,'2009-07-22 22:32:19','admin','35',376,'i',0,''),(1234,'2009-07-27 13:31:48','admin','54',43,'u',140,'#set source\nif runmode == \'add\' && [62,63].include?(parentM.list_id)\n src_conts_id.set_default(parentM.parentselected.to_s)\n dst_conts_id.set_default(parentM.parentselected.to_s)\nend\n'),(1235,'2009-07-27 14:17:04','admin','54',43,'u',140,'#set source\nerr\nif runmode == \'add\' && [62,63].include?(parentM.list_id)\n src_conts_id.set_default(parentM.parentselected.to_s)\n dst_conts_id.set_default(parentM.parentselected.to_s)\nend\n'),(1236,'2009-08-11 16:45:10','admin','75',307,'i',0,''),(1237,'2009-08-18 11:19:10','admin','35',343,'d',0,''),(1238,'2009-08-18 11:19:15','admin','35',338,'d',0,''),(1239,'2009-08-18 11:19:33','admin','75',243,'u',187,'gantt_parent'),(1240,'2009-08-18 11:19:33','admin','75',243,'u',188,'workorder.parent'),(1241,'2009-08-18 13:29:14','admin','35',377,'i',0,''),(1242,'2009-08-20 08:40:50','admin','75',243,'u',187,'gantt_predecessors'),(1243,'2009-08-20 08:41:23','admin','75',243,'u',188,'workorder.predecessors'),(1244,'2009-08-20 08:41:36','admin','35',377,'u',44,'workorder.predecessors'),(1245,'2009-08-20 08:41:36','admin','35',377,'u',43,'workorder.predecesso'),(1246,'2009-08-20 08:44:45','admin','35',341,'u',102,'gtk_invisible_int'),(1247,'2009-08-20 08:45:07','admin','35',337,'d',0,''),(1248,'2009-08-20 08:47:45','admin','32',145,'d',0,''),(1249,'2009-08-21 06:05:18','admin','75',308,'i',0,''),(1250,'2009-08-21 06:07:33','admin','32',157,'i',0,''),(1251,'2009-08-21 06:08:13','admin','80',309,'i',0,''),(1252,'2009-08-21 06:08:37','admin','80',310,'i',0,''),(1253,'2009-08-21 06:11:15','admin','35',377,'u',45,'0.0'),(1254,'2009-08-21 06:11:32','admin','35',341,'u',45,'0.0'),(1255,'2009-08-21 06:23:12','admin','35',378,'i',0,''),(1256,'2009-08-21 06:26:03','admin','32',157,'u',26,'gtk_combo'),(1257,'2009-08-21 06:28:59','admin','35',378,'d',0,''),(1258,'2009-08-21 07:49:25','admin','32',147,'u',144,'true'),(1259,'2009-09-29 09:34:49','admin','35',379,'i',0,''),(1260,'2009-09-29 10:31:01','admin','75',308,'d',0,''),(1261,'2009-09-29 10:31:44','admin','75',311,'i',0,''),(1262,'2009-09-29 14:35:38','admin','35',380,'i',0,''),(1263,'2009-09-29 14:36:33','admin','75',307,'u',188,'workorder.partial'),(1264,'2009-09-29 14:37:06','admin','35',380,'u',102,'gtk_progress'),(1265,'2009-09-29 14:37:33','admin','32',158,'i',0,''),(1266,'2009-09-29 14:39:18','admin','35',380,'u',102,'gtk_float'),(1267,'2009-09-29 15:13:42','admin','75',307,'d',0,''),(1268,'2009-09-29 15:29:57','admin','75',312,'i',0,''),(1269,'2009-11-09 08:06:15','admin','32',159,'i',0,''),(1270,'2009-11-09 08:08:09','admin','32',160,'i',0,''),(1271,'2009-11-09 08:08:52','admin','80',313,'i',0,''),(1272,'2009-11-09 08:09:11','admin','32',160,'u',169,'false'),(1273,'2009-11-09 08:10:03','admin','80',313,'d',0,''),(1274,'2009-11-09 08:10:06','admin','32',160,'d',0,''),(1275,'2009-11-09 08:11:46','admin','80',314,'i',0,''),(1276,'2009-11-09 08:17:23','admin','80',314,'d',0,''),(1277,'2009-11-09 08:17:26','admin','32',159,'d',0,''),(1278,'2009-11-12 21:26:21','admin','35',381,'i',0,''),(1279,'2009-11-12 21:27:03','admin','77',315,'i',0,''),(1280,'2009-11-12 21:27:18','admin','35',381,'u',43,'work.getting_off'),(1281,'2009-11-12 21:27:38','admin','35',153,'u',143,'true'),(1282,'2009-11-12 21:27:39','admin','35',155,'u',143,'true'),(1283,'2009-11-12 21:27:39','admin','35',154,'u',143,'true'),(1284,'2009-11-12 21:28:18','admin','32',161,'i',0,''),(1285,'2009-11-12 22:05:21','admin','77',316,'i',0,''),(1286,'2009-11-15 19:02:01','admin','32',130,'u',141,'true'),(1287,'2009-11-15 19:02:26','admin','32',162,'i',0,''),(1288,'2009-11-15 19:13:33','admin','80',193,'i',0,''),(1289,'2009-11-15 19:23:51','admin','80',193,'u',197,'parentid'),(1290,'2009-11-15 19:27:07','admin','32',44,'u',26,'gtk_combo_wn'),(1291,'2009-11-15 19:27:22','admin','32',44,'u',26,'gtk_list'),(1292,'2009-11-15 19:32:00','admin','80',193,'u',197,'moditems.parentid'),(1293,'2009-11-15 19:33:32','admin','32',162,'u',130,'-1'),(1294,'2009-11-15 21:25:30','admin','39',85,'d',0,''),(1295,'2009-11-15 21:25:58','admin','32',162,'u',130,'85'),(1296,'2009-11-15 21:28:30','admin','34',114,'i',0,''),(1297,'2009-11-15 22:09:04','admin','32',162,'u',130,'86'),(1298,'2009-11-16 09:59:36','admin','57',17,'u',145,'gtk_object_type=case parentM.parentM.list_id.to_i\n when 80: \'form-item\'\n when 79: \'form\'\n when 75: \'list\'\n when 77: \'list_column\'\n when 94: \'list-button\'\n else \'list\'\nend\n#warn(\"#{parentM.parentM.list_id} #{text} #{gtk_object_type}\")\nif r=admin.qrow(\"select * from gtkattributes_schema where attribute=\'#{text}\' and gtkobjecttype=\'#{gtk_object_type}\'\")\n parentM.data.item[\'querysql\']=\"\"\n parentM.data.item[\'gtktype\']=case r[\"attributetype\"]\n when \"int\",\"text\": \"gtk_text\"\n when \"bool\": \"gtk_toggle\"\n when \"font\": \"gtk_font_button\"\n when \"combo\"\n c=0\n r[\'valid_values\'].each{|v|\n u=\" union \" if c!=0\n parentM.data.item[\'querysql\']+=\"#{u} select \'#{v.strip}\' as cdata, \'#{v.strip}\' as cdisplay\"\n c+=1\n }\n \"gtk_combo\"\n when \"field\": \"gtk_field_combo\"\n when \"table\"\n parentM.data.item[\'querysql\']=\"select name as cdata, name as cdisplay from tables order by name\"\n \"gtk_combo\"\n when \"sqlid\"\n parentM.data.item[\'querysql\']=\"select id as cdata, name as cdisplay from queries order by name\"\n \"gtk_combo\"\n else \"gtk_hidden\"\n end\n else\n parentM.data.item[\'gtktype\']=\"gtk_hidden\"\nend\nparentM.data.repack_renderer.update(self)\nparentM.data.show_all\n'),(1299,'2009-11-16 10:05:32','admin','57',17,'u',145,'gtk_object_type=case parentM.parentM.list_id.to_i\n when 80: \'form-item\'\n when 79: \'form\'\n when 75: \'list\'\n when 77: \'list_column\'\n when 94: \'list-button\'\n else \'list\'\nend\n#warn(\"#{parentM.parentM.list_id} #{text} #{gtk_object_type}\")\nif r=admin.qrow(\"select * from gtkattributes_schema where attribute=\'#{text}\' and gtkobjecttype=\'#{gtk_object_type}\'\")\n parentM.data.item[\'querysql\']=\"\"\n parentM.data.item[\'gtktype\']=case r[\"attributetype\"]\n when \"int\",\"text\": \"gtk_text\"\n when \"bool\": \"gtk_toggle\"\n when \"font\": \"gtk_font_button\"\n when \"combo\"\n c=0\n r[\'valid_values\'].each{|v|\n u=\" union \" if c!=0\n parentM.data.item[\'querysql\']+=\"#{u} select \'#{v.strip}\' as cdata, \'#{v.strip}\' as cdisplay\"\n c+=1\n }\n \"gtk_combo\"\n when \"field\": \"gtk_field_combo\"\n when \"table\"\n parentM.data.item[\'querysql\']=\"select name as cdata, name as cdisplay from tables order by name\"\n \"gtk_combo\"\n when \"sqlid\"\n parentM.data.item[\'querysql\']=\"select id as cdata, name as cdisplay from queries order by name\"\n \"gtk_combo\"\n when \"relation\"\n warn(\"parentM.parantM.parentselected\")\n parentM.data.item[\'querysql\']=\"select id as cdata, dst_table as cdisplay from relations\n where src_table=\'\' \n order by dst_table\"\n \"gtk_combo\"\n else \"gtk_hidden\"\n end\n else\n parentM.data.item[\'gtktype\']=\"gtk_hidden\"\nend\nparentM.data.repack_renderer.update(self)\nparentM.data.show_all\n'),(1300,'2009-11-16 10:05:57','admin','57',17,'u',145,'gtk_object_type=case parentM.parentM.list_id.to_i\n when 80: \'form-item\'\n when 79: \'form\'\n when 75: \'list\'\n when 77: \'list_column\'\n when 94: \'list-button\'\n else \'list\'\nend\n#warn(\"#{parentM.parentM.list_id} #{text} #{gtk_object_type}\")\nif r=admin.qrow(\"select * from gtkattributes_schema where attribute=\'#{text}\' and gtkobjecttype=\'#{gtk_object_type}\'\")\n parentM.data.item[\'querysql\']=\"\"\n parentM.data.item[\'gtktype\']=case r[\"attributetype\"]\n when \"int\",\"text\": \"gtk_text\"\n when \"bool\": \"gtk_toggle\"\n when \"font\": \"gtk_font_button\"\n when \"combo\"\n c=0\n r[\'valid_values\'].each{|v|\n u=\" union \" if c!=0\n parentM.data.item[\'querysql\']+=\"#{u} select \'#{v.strip}\' as cdata, \'#{v.strip}\' as cdisplay\"\n c+=1\n }\n \"gtk_combo\"\n when \"field\": \"gtk_field_combo\"\n when \"table\"\n parentM.data.item[\'querysql\']=\"select name as cdata, name as cdisplay from tables order by name\"\n \"gtk_combo\"\n when \"sqlid\"\n parentM.data.item[\'querysql\']=\"select id as cdata, name as cdisplay from queries order by name\"\n \"gtk_combo\"\n when \"rel\"\n warn(\"parentM.parantM.parentselected\")\n parentM.data.item[\'querysql\']=\"select id as cdata, dst_table as cdisplay from relations\n where src_table=\'\' \n order by dst_table\"\n \"gtk_combo\"\n else \"gtk_hidden\"\n end\n else\n parentM.data.item[\'gtktype\']=\"gtk_hidden\"\nend\nparentM.data.repack_renderer.update(self)\nparentM.data.show_all\n'),(1301,'2009-11-16 10:06:21','admin','57',17,'u',145,'gtk_object_type=case parentM.parentM.list_id.to_i\n when 80: \'form-item\'\n when 79: \'form\'\n when 75: \'list\'\n when 77: \'list_column\'\n when 94: \'list-button\'\n else \'list\'\nend\n#warn(\"#{parentM.parentM.list_id} #{text} #{gtk_object_type}\")\nif r=admin.qrow(\"select * from gtkattributes_schema where attribute=\'#{text}\' and gtkobjecttype=\'#{gtk_object_type}\'\")\n parentM.data.item[\'querysql\']=\"\"\n parentM.data.item[\'gtktype\']=case r[\"attributetype\"]\n when \"int\",\"text\": \"gtk_text\"\n when \"bool\": \"gtk_toggle\"\n when \"font\": \"gtk_font_button\"\n when \"combo\"\n c=0\n r[\'valid_values\'].each{|v|\n u=\" union \" if c!=0\n parentM.data.item[\'querysql\']+=\"#{u} select \'#{v.strip}\' as cdata, \'#{v.strip}\' as cdisplay\"\n c+=1\n }\n \"gtk_combo\"\n when \"field\": \"gtk_field_combo\"\n when \"table\"\n parentM.data.item[\'querysql\']=\"select name as cdata, name as cdisplay from tables order by name\"\n \"gtk_combo\"\n when \"sqlid\"\n parentM.data.item[\'querysql\']=\"select id as cdata, name as cdisplay from queries order by name\"\n \"gtk_combo\"\n when \"rel\"\n warn(\"#{parentM.parantM.parentselected}\")\n parentM.data.item[\'querysql\']=\"select id as cdata, dst_table as cdisplay from relations\n where src_table=\'\' \n order by dst_table\"\n \"gtk_combo\"\n else \"gtk_hidden\"\n end\n else\n parentM.data.item[\'gtktype\']=\"gtk_hidden\"\nend\nparentM.data.repack_renderer.update(self)\nparentM.data.show_all\n'),(1302,'2009-11-16 10:10:43','admin','57',17,'u',145,'gtk_object_type=case parentM.parentM.list_id.to_i\n when 80: \'form-item\'\n when 79: \'form\'\n when 75: \'list\'\n when 77: \'list_column\'\n when 94: \'list-button\'\n else \'list\'\nend\n#warn(\"#{parentM.parentM.list_id} #{text} #{gtk_object_type}\")\nif r=admin.qrow(\"select * from gtkattributes_schema where attribute=\'#{text}\' and gtkobjecttype=\'#{gtk_object_type}\'\")\n parentM.data.item[\'querysql\']=\"\"\n parentM.data.item[\'gtktype\']=case r[\"attributetype\"]\n when \"int\",\"text\": \"gtk_text\"\n when \"bool\": \"gtk_toggle\"\n when \"font\": \"gtk_font_button\"\n when \"combo\"\n c=0\n r[\'valid_values\'].each{|v|\n u=\" union \" if c!=0\n parentM.data.item[\'querysql\']+=\"#{u} select \'#{v.strip}\' as cdata, \'#{v.strip}\' as cdisplay\"\n c+=1\n }\n \"gtk_combo\"\n when \"field\": \"gtk_field_combo\"\n when \"table\"\n parentM.data.item[\'querysql\']=\"select name as cdata, name as cdisplay from tables order by name\"\n \"gtk_combo\"\n when \"sqlid\"\n parentM.data.item[\'querysql\']=\"select id as cdata, name as cdisplay from queries order by name\"\n \"gtk_combo\"\n when \"rel\"\n warn(\"#{parentM.parentM.parentselected}\")\n parentM.data.item[\'querysql\']=\"select id as cdata, dst_table as cdisplay from relations\n where src_table=\'\' \n order by dst_table\"\n \"gtk_combo\"\n else \"gtk_hidden\"\n end\n else\n parentM.data.item[\'gtktype\']=\"gtk_hidden\"\nend\nparentM.data.repack_renderer.update(self)\nparentM.data.show_all\n'),(1303,'2009-11-16 10:11:36','admin','57',17,'u',145,'gtk_object_type=case parentM.parentM.list_id.to_i\n when 80: \'form-item\'\n when 79: \'form\'\n when 75: \'list\'\n when 77: \'list_column\'\n when 94: \'list-button\'\n else \'list\'\nend\n#warn(\"#{parentM.parentM.list_id} #{text} #{gtk_object_type}\")\nif r=admin.qrow(\"select * from gtkattributes_schema where attribute=\'#{text}\' and gtkobjecttype=\'#{gtk_object_type}\'\")\n parentM.data.item[\'querysql\']=\"\"\n parentM.data.item[\'gtktype\']=case r[\"attributetype\"]\n when \"int\",\"text\": \"gtk_text\"\n when \"bool\": \"gtk_toggle\"\n when \"font\": \"gtk_font_button\"\n when \"combo\"\n c=0\n r[\'valid_values\'].each{|v|\n u=\" union \" if c!=0\n parentM.data.item[\'querysql\']+=\"#{u} select \'#{v.strip}\' as cdata, \'#{v.strip}\' as cdisplay\"\n c+=1\n }\n \"gtk_combo\"\n when \"field\": \"gtk_field_combo\"\n when \"table\"\n parentM.data.item[\'querysql\']=\"select name as cdata, name as cdisplay from tables order by name\"\n \"gtk_combo\"\n when \"sqlid\"\n parentM.data.item[\'querysql\']=\"select id as cdata, name as cdisplay from queries order by name\"\n \"gtk_combo\"\n when \"rel\"\n r=qrow(\"select * from gtkheaders where id=\'#{parentM.parentM.parentselected}\'\") \n warn(\"#{r}\")\n parentM.data.item[\'querysql\']=\"select id as cdata, dst_table as cdisplay from relations\n where src_table=\'\' \n order by dst_table\"\n \"gtk_combo\"\n else \"gtk_hidden\"\n end\n else\n parentM.data.item[\'gtktype\']=\"gtk_hidden\"\nend\nparentM.data.repack_renderer.update(self)\nparentM.data.show_all\n'),(1304,'2009-11-16 10:12:16','admin','57',17,'u',145,'gtk_object_type=case parentM.parentM.list_id.to_i\n when 80: \'form-item\'\n when 79: \'form\'\n when 75: \'list\'\n when 77: \'list_column\'\n when 94: \'list-button\'\n else \'list\'\nend\n#warn(\"#{parentM.parentM.list_id} #{text} #{gtk_object_type}\")\nif r=admin.qrow(\"select * from gtkattributes_schema where attribute=\'#{text}\' and gtkobjecttype=\'#{gtk_object_type}\'\")\n parentM.data.item[\'querysql\']=\"\"\n parentM.data.item[\'gtktype\']=case r[\"attributetype\"]\n when \"int\",\"text\": \"gtk_text\"\n when \"bool\": \"gtk_toggle\"\n when \"font\": \"gtk_font_button\"\n when \"combo\"\n c=0\n r[\'valid_values\'].each{|v|\n u=\" union \" if c!=0\n parentM.data.item[\'querysql\']+=\"#{u} select \'#{v.strip}\' as cdata, \'#{v.strip}\' as cdisplay\"\n c+=1\n }\n \"gtk_combo\"\n when \"field\": \"gtk_field_combo\"\n when \"table\"\n parentM.data.item[\'querysql\']=\"select name as cdata, name as cdisplay from tables order by name\"\n \"gtk_combo\"\n when \"sqlid\"\n parentM.data.item[\'querysql\']=\"select id as cdata, name as cdisplay from queries order by name\"\n \"gtk_combo\"\n when \"rel\"\n r=admin.qrow(\"select * from gtkheaders where id=\'#{parentM.parentM.parentselected}\'\") \n warn(\"#{r}\")\n parentM.data.item[\'querysql\']=\"select id as cdata, dst_table as cdisplay from relations\n where src_table=\'\' \n order by dst_table\"\n \"gtk_combo\"\n else \"gtk_hidden\"\n end\n else\n parentM.data.item[\'gtktype\']=\"gtk_hidden\"\nend\nparentM.data.repack_renderer.update(self)\nparentM.data.show_all\n'),(1305,'2009-11-16 10:13:21','admin','57',17,'u',145,'gtk_object_type=case parentM.parentM.list_id.to_i\n when 80: \'form-item\'\n when 79: \'form\'\n when 75: \'list\'\n when 77: \'list_column\'\n when 94: \'list-button\'\n else \'list\'\nend\n#warn(\"#{parentM.parentM.list_id} #{text} #{gtk_object_type}\")\nif r=admin.qrow(\"select * from gtkattributes_schema where attribute=\'#{text}\' and gtkobjecttype=\'#{gtk_object_type}\'\")\n parentM.data.item[\'querysql\']=\"\"\n parentM.data.item[\'gtktype\']=case r[\"attributetype\"]\n when \"int\",\"text\": \"gtk_text\"\n when \"bool\": \"gtk_toggle\"\n when \"font\": \"gtk_font_button\"\n when \"combo\"\n c=0\n r[\'valid_values\'].each{|v|\n u=\" union \" if c!=0\n parentM.data.item[\'querysql\']+=\"#{u} select \'#{v.strip}\' as cdata, \'#{v.strip}\' as cdisplay\"\n c+=1\n }\n \"gtk_combo\"\n when \"field\": \"gtk_field_combo\"\n when \"table\"\n parentM.data.item[\'querysql\']=\"select name as cdata, name as cdisplay from tables order by name\"\n \"gtk_combo\"\n when \"sqlid\"\n parentM.data.item[\'querysql\']=\"select id as cdata, name as cdisplay from queries order by name\"\n \"gtk_combo\"\n when \"rel\"\n r=parentM.qrow(\"select * from gtkheaders where id=\'#{parentM.parentM.parentselected}\'\") \n warn(\"#{r}\")\n parentM.data.item[\'querysql\']=\"select id as cdata, dst_table as cdisplay from relations\n where src_table=\'\' \n order by dst_table\"\n \"gtk_combo\"\n else \"gtk_hidden\"\n end\n else\n parentM.data.item[\'gtktype\']=\"gtk_hidden\"\nend\nparentM.data.repack_renderer.update(self)\nparentM.data.show_all\n'),(1306,'2009-11-16 10:14:20','admin','57',17,'u',145,'gtk_object_type=case parentM.parentM.list_id.to_i\n when 80: \'form-item\'\n when 79: \'form\'\n when 75: \'list\'\n when 77: \'list_column\'\n when 94: \'list-button\'\n else \'list\'\nend\n#warn(\"#{parentM.parentM.list_id} #{text} #{gtk_object_type}\")\nif r=admin.qrow(\"select * from gtkattributes_schema where attribute=\'#{text}\' and gtkobjecttype=\'#{gtk_object_type}\'\")\n parentM.data.item[\'querysql\']=\"\"\n parentM.data.item[\'gtktype\']=case r[\"attributetype\"]\n when \"int\",\"text\": \"gtk_text\"\n when \"bool\": \"gtk_toggle\"\n when \"font\": \"gtk_font_button\"\n when \"combo\"\n c=0\n r[\'valid_values\'].each{|v|\n u=\" union \" if c!=0\n parentM.data.item[\'querysql\']+=\"#{u} select \'#{v.strip}\' as cdata, \'#{v.strip}\' as cdisplay\"\n c+=1\n }\n \"gtk_combo\"\n when \"field\": \"gtk_field_combo\"\n when \"table\"\n parentM.data.item[\'querysql\']=\"select name as cdata, name as cdisplay from tables order by name\"\n \"gtk_combo\"\n when \"sqlid\"\n parentM.data.item[\'querysql\']=\"select id as cdata, name as cdisplay from queries order by name\"\n \"gtk_combo\"\n when \"rel\"\n r=parentM.qrow(\"select * from gtkheaders where id=\'#{parentM.parentM.parentselected}\'\") \n warn(\"#{r.inspect}\")\n parentM.data.item[\'querysql\']=\"select id as cdata, dst_table as cdisplay from relations\n where src_table=\'\' \n order by dst_table\"\n \"gtk_combo\"\n else \"gtk_hidden\"\n end\n else\n parentM.data.item[\'gtktype\']=\"gtk_hidden\"\nend\nparentM.data.repack_renderer.update(self)\nparentM.data.show_all\n'),(1307,'2009-11-16 10:14:44','admin','57',17,'u',145,'gtk_object_type=case parentM.parentM.list_id.to_i\n when 80: \'form-item\'\n when 79: \'form\'\n when 75: \'list\'\n when 77: \'list_column\'\n when 94: \'list-button\'\n else \'list\'\nend\n#warn(\"#{parentM.parentM.list_id} #{text} #{gtk_object_type}\")\nif r=admin.qrow(\"select * from gtkattributes_schema where attribute=\'#{text}\' and gtkobjecttype=\'#{gtk_object_type}\'\")\n parentM.data.item[\'querysql\']=\"\"\n parentM.data.item[\'gtktype\']=case r[\"attributetype\"]\n when \"int\",\"text\": \"gtk_text\"\n when \"bool\": \"gtk_toggle\"\n when \"font\": \"gtk_font_button\"\n when \"combo\"\n c=0\n r[\'valid_values\'].each{|v|\n u=\" union \" if c!=0\n parentM.data.item[\'querysql\']+=\"#{u} select \'#{v.strip}\' as cdata, \'#{v.strip}\' as cdisplay\"\n c+=1\n }\n \"gtk_combo\"\n when \"field\": \"gtk_field_combo\"\n when \"table\"\n parentM.data.item[\'querysql\']=\"select name as cdata, name as cdisplay from tables order by name\"\n \"gtk_combo\"\n when \"sqlid\"\n parentM.data.item[\'querysql\']=\"select id as cdata, name as cdisplay from queries order by name\"\n \"gtk_combo\"\n when \"rel\"\n r=parentM.qrow(\"select * from gtkheaders where id=\'#{parentM.parentselected}\'\") \n warn(\"#{r.inspect}\")\n parentM.data.item[\'querysql\']=\"select id as cdata, dst_table as cdisplay from relations\n where src_table=\'\' \n order by dst_table\"\n \"gtk_combo\"\n else \"gtk_hidden\"\n end\n else\n parentM.data.item[\'gtktype\']=\"gtk_hidden\"\nend\nparentM.data.repack_renderer.update(self)\nparentM.data.show_all\n'),(1308,'2009-11-16 10:22:04','admin','57',17,'u',145,'gtk_object_type=case parentM.parentM.list_id.to_i\n when 80: \'form-item\'\n when 79: \'form\'\n when 75: \'list\'\n when 77: \'list_column\'\n when 94: \'list-button\'\n else \'list\'\nend\n#warn(\"#{parentM.parentM.list_id} #{text} #{gtk_object_type}\")\nif r=admin.qrow(\"select * from gtkattributes_schema where attribute=\'#{text}\' and gtkobjecttype=\'#{gtk_object_type}\'\")\n parentM.data.item[\'querysql\']=\"\"\n parentM.data.item[\'gtktype\']=case r[\"attributetype\"]\n when \"int\",\"text\": \"gtk_text\"\n when \"bool\": \"gtk_toggle\"\n when \"font\": \"gtk_font_button\"\n when \"combo\"\n c=0\n r[\'valid_values\'].each{|v|\n u=\" union \" if c!=0\n parentM.data.item[\'querysql\']+=\"#{u} select \'#{v.strip}\' as cdata, \'#{v.strip}\' as cdisplay\"\n c+=1\n }\n \"gtk_combo\"\n when \"field\": \"gtk_field_combo\"\n when \"table\"\n parentM.data.item[\'querysql\']=\"select name as cdata, name as cdisplay from tables order by name\"\n \"gtk_combo\"\n when \"sqlid\"\n parentM.data.item[\'querysql\']=\"select id as cdata, name as cdisplay from queries order by name\"\n \"gtk_combo\"\n when \"rel\"\n warn(\"#{parentM.parentM}\")\n r=parentM.qrow(\"select * from gtkheaders where id=\'#{parentM.parentselected}\'\") \n warn(\"#{r.inspect}\")\n parentM.data.item[\'querysql\']=\"select id as cdata, dst_table as cdisplay from relations\n where src_table=\'\' \n order by dst_table\"\n \"gtk_combo\"\n else \"gtk_hidden\"\n end\n else\n parentM.data.item[\'gtktype\']=\"gtk_hidden\"\nend\nparentM.data.repack_renderer.update(self)\nparentM.data.show_all\n'),(1309,'2009-11-16 10:23:40','admin','57',17,'u',145,'gtk_object_type=case parentM.parentM.list_id.to_i\n when 80: \'form-item\'\n when 79: \'form\'\n when 75: \'list\'\n when 77: \'list_column\'\n when 94: \'list-button\'\n else \'list\'\nend\n#warn(\"#{parentM.parentM.list_id} #{text} #{gtk_object_type}\")\nif r=admin.qrow(\"select * from gtkattributes_schema where attribute=\'#{text}\' and gtkobjecttype=\'#{gtk_object_type}\'\")\n parentM.data.item[\'querysql\']=\"\"\n parentM.data.item[\'gtktype\']=case r[\"attributetype\"]\n when \"int\",\"text\": \"gtk_text\"\n when \"bool\": \"gtk_toggle\"\n when \"font\": \"gtk_font_button\"\n when \"combo\"\n c=0\n r[\'valid_values\'].each{|v|\n u=\" union \" if c!=0\n parentM.data.item[\'querysql\']+=\"#{u} select \'#{v.strip}\' as cdata, \'#{v.strip}\' as cdisplay\"\n c+=1\n }\n \"gtk_combo\"\n when \"field\": \"gtk_field_combo\"\n when \"table\"\n parentM.data.item[\'querysql\']=\"select name as cdata, name as cdisplay from tables order by name\"\n \"gtk_combo\"\n when \"sqlid\"\n parentM.data.item[\'querysql\']=\"select id as cdata, name as cdisplay from queries order by name\"\n \"gtk_combo\"\n when \"rel\"\n warn(\"#{parentM.parentM.parentselected}\")\n r=parentM.qrow(\"select * from gtkheaders where id=\'#{parentM.parentselected}\'\") \n warn(\"#{r.inspect}\")\n parentM.data.item[\'querysql\']=\"select id as cdata, dst_table as cdisplay from relations\n where src_table=\'\' \n order by dst_table\"\n \"gtk_combo\"\n else \"gtk_hidden\"\n end\n else\n parentM.data.item[\'gtktype\']=\"gtk_hidden\"\nend\nparentM.data.repack_renderer.update(self)\nparentM.data.show_all\n'),(1310,'2009-11-16 10:25:02','admin','57',17,'u',145,'gtk_object_type=case parentM.parentM.list_id.to_i\n when 80: \'form-item\'\n when 79: \'form\'\n when 75: \'list\'\n when 77: \'list_column\'\n when 94: \'list-button\'\n else \'list\'\nend\n#warn(\"#{parentM.parentM.list_id} #{text} #{gtk_object_type}\")\nif r=admin.qrow(\"select * from gtkattributes_schema where attribute=\'#{text}\' and gtkobjecttype=\'#{gtk_object_type}\'\")\n parentM.data.item[\'querysql\']=\"\"\n parentM.data.item[\'gtktype\']=case r[\"attributetype\"]\n when \"int\",\"text\": \"gtk_text\"\n when \"bool\": \"gtk_toggle\"\n when \"font\": \"gtk_font_button\"\n when \"combo\"\n c=0\n r[\'valid_values\'].each{|v|\n u=\" union \" if c!=0\n parentM.data.item[\'querysql\']+=\"#{u} select \'#{v.strip}\' as cdata, \'#{v.strip}\' as cdisplay\"\n c+=1\n }\n \"gtk_combo\"\n when \"field\": \"gtk_field_combo\"\n when \"table\"\n parentM.data.item[\'querysql\']=\"select name as cdata, name as cdisplay from tables order by name\"\n \"gtk_combo\"\n when \"sqlid\"\n parentM.data.item[\'querysql\']=\"select id as cdata, name as cdisplay from queries order by name\"\n \"gtk_combo\"\n when \"rel\"\n warn(\"#{parentM.parentM.parentM.parentselected}\")\n r=parentM.qrow(\"select * from moditems where id=\'#{parentM.parentM.parentselected}\'\") \n warn(\"#{r.inspect}\")\n parentM.data.item[\'querysql\']=\"select id as cdata, dst_table as cdisplay from relations\n where src_table=\'\' \n order by dst_table\"\n \"gtk_combo\"\n else \"gtk_hidden\"\n end\n else\n parentM.data.item[\'gtktype\']=\"gtk_hidden\"\nend\nparentM.data.repack_renderer.update(self)\nparentM.data.show_all\n'),(1311,'2009-11-16 10:27:23','admin','57',17,'u',145,'gtk_object_type=case parentM.parentM.list_id.to_i\n when 80: \'form-item\'\n when 79: \'form\'\n when 75: \'list\'\n when 77: \'list_column\'\n when 94: \'list-button\'\n else \'list\'\nend\n#warn(\"#{parentM.parentM.list_id} #{text} #{gtk_object_type}\")\nif r=admin.qrow(\"select * from gtkattributes_schema where attribute=\'#{text}\' and gtkobjecttype=\'#{gtk_object_type}\'\")\n parentM.data.item[\'querysql\']=\"\"\n parentM.data.item[\'gtktype\']=case r[\"attributetype\"]\n when \"int\",\"text\": \"gtk_text\"\n when \"bool\": \"gtk_toggle\"\n when \"font\": \"gtk_font_button\"\n when \"combo\"\n c=0\n r[\'valid_values\'].each{|v|\n u=\" union \" if c!=0\n parentM.data.item[\'querysql\']+=\"#{u} select \'#{v.strip}\' as cdata, \'#{v.strip}\' as cdisplay\"\n c+=1\n }\n \"gtk_combo\"\n when \"field\": \"gtk_field_combo\"\n when \"table\"\n parentM.data.item[\'querysql\']=\"select name as cdata, name as cdisplay from tables order by name\"\n \"gtk_combo\"\n when \"sqlid\"\n parentM.data.item[\'querysql\']=\"select id as cdata, name as cdisplay from queries order by name\"\n \"gtk_combo\"\n when \"rel\"\n warn(\"#{parentM.parentM.parentM.parentselected}\")\n r=parentM.qrow(\"select * from moditems where id=\'#{parentM.parentM.parentM.parentselected}\'\") \n warn(\"#{r.inspect}\")\n parentM.data.item[\'querysql\']=\"select id as cdata, dst_table as cdisplay from relations\n where src_table=\'\' \n order by dst_table\"\n \"gtk_combo\"\n else \"gtk_hidden\"\n end\n else\n parentM.data.item[\'gtktype\']=\"gtk_hidden\"\nend\nparentM.data.repack_renderer.update(self)\nparentM.data.show_all\n'),(1312,'2009-11-16 10:28:52','admin','57',17,'u',145,'gtk_object_type=case parentM.parentM.list_id.to_i\n when 80: \'form-item\'\n when 79: \'form\'\n when 75: \'list\'\n when 77: \'list_column\'\n when 94: \'list-button\'\n else \'list\'\nend\n#warn(\"#{parentM.parentM.list_id} #{text} #{gtk_object_type}\")\nif r=admin.qrow(\"select * from gtkattributes_schema where attribute=\'#{text}\' and gtkobjecttype=\'#{gtk_object_type}\'\")\n parentM.data.item[\'querysql\']=\"\"\n parentM.data.item[\'gtktype\']=case r[\"attributetype\"]\n when \"int\",\"text\": \"gtk_text\"\n when \"bool\": \"gtk_toggle\"\n when \"font\": \"gtk_font_button\"\n when \"combo\"\n c=0\n r[\'valid_values\'].each{|v|\n u=\" union \" if c!=0\n parentM.data.item[\'querysql\']+=\"#{u} select \'#{v.strip}\' as cdata, \'#{v.strip}\' as cdisplay\"\n c+=1\n }\n \"gtk_combo\"\n when \"field\": \"gtk_field_combo\"\n when \"table\"\n parentM.data.item[\'querysql\']=\"select name as cdata, name as cdisplay from tables order by name\"\n \"gtk_combo\"\n when \"sqlid\"\n parentM.data.item[\'querysql\']=\"select id as cdata, name as cdisplay from queries order by name\"\n \"gtk_combo\"\n when \"rel\"\n warn(\"#{parentM.parentM.parentselected}\")\n r=parentM.qrow(\"select * from gtkformitems where id=\'#{parentM.parentM.parentselected}\'\") \n warn(\"#{r.inspect}\")\n parentM.data.item[\'querysql\']=\"select id as cdata, dst_table as cdisplay from relations\n where src_table=\'\' \n order by dst_table\"\n \"gtk_combo\"\n else \"gtk_hidden\"\n end\n else\n parentM.data.item[\'gtktype\']=\"gtk_hidden\"\nend\nparentM.data.repack_renderer.update(self)\nparentM.data.show_all\n'),(1313,'2009-11-16 10:30:50','admin','57',17,'u',145,'gtk_object_type=case parentM.parentM.list_id.to_i\n when 80: \'form-item\'\n when 79: \'form\'\n when 75: \'list\'\n when 77: \'list_column\'\n when 94: \'list-button\'\n else \'list\'\nend\n#warn(\"#{parentM.parentM.list_id} #{text} #{gtk_object_type}\")\nif r=admin.qrow(\"select * from gtkattributes_schema where attribute=\'#{text}\' and gtkobjecttype=\'#{gtk_object_type}\'\")\n parentM.data.item[\'querysql\']=\"\"\n parentM.data.item[\'gtktype\']=case r[\"attributetype\"]\n when \"int\",\"text\": \"gtk_text\"\n when \"bool\": \"gtk_toggle\"\n when \"font\": \"gtk_font_button\"\n when \"combo\"\n c=0\n r[\'valid_values\'].each{|v|\n u=\" union \" if c!=0\n parentM.data.item[\'querysql\']+=\"#{u} select \'#{v.strip}\' as cdata, \'#{v.strip}\' as cdisplay\"\n c+=1\n }\n \"gtk_combo\"\n when \"field\": \"gtk_field_combo\"\n when \"table\"\n parentM.data.item[\'querysql\']=\"select name as cdata, name as cdisplay from tables order by name\"\n \"gtk_combo\"\n when \"sqlid\"\n parentM.data.item[\'querysql\']=\"select id as cdata, name as cdisplay from queries order by name\"\n \"gtk_combo\"\n when \"rel\"\n warn(\"#{parentM.parentM.parentselected}\")\n r=parentM.qrow(\"select data from gtkformitems where id=\'#{parentM.parentM.parentselected}\'\")[\"data\"].split(\".\") \n warn(\"#{r.inspect}\")\n parentM.data.item[\'querysql\']=\"select id as cdata, dst_table as cdisplay from relations\n where src_table=\'\' \n order by dst_table\"\n \"gtk_combo\"\n else \"gtk_hidden\"\n end\n else\n parentM.data.item[\'gtktype\']=\"gtk_hidden\"\nend\nparentM.data.repack_renderer.update(self)\nparentM.data.show_all\n'),(1314,'2009-11-16 10:32:35','admin','57',17,'u',145,'gtk_object_type=case parentM.parentM.list_id.to_i\n when 80: \'form-item\'\n when 79: \'form\'\n when 75: \'list\'\n when 77: \'list_column\'\n when 94: \'list-button\'\n else \'list\'\nend\n#warn(\"#{parentM.parentM.list_id} #{text} #{gtk_object_type}\")\nif r=admin.qrow(\"select * from gtkattributes_schema where attribute=\'#{text}\' and gtkobjecttype=\'#{gtk_object_type}\'\")\n parentM.data.item[\'querysql\']=\"\"\n parentM.data.item[\'gtktype\']=case r[\"attributetype\"]\n when \"int\",\"text\": \"gtk_text\"\n when \"bool\": \"gtk_toggle\"\n when \"font\": \"gtk_font_button\"\n when \"combo\"\n c=0\n r[\'valid_values\'].each{|v|\n u=\" union \" if c!=0\n parentM.data.item[\'querysql\']+=\"#{u} select \'#{v.strip}\' as cdata, \'#{v.strip}\' as cdisplay\"\n c+=1\n }\n \"gtk_combo\"\n when \"field\": \"gtk_field_combo\"\n when \"table\"\n parentM.data.item[\'querysql\']=\"select name as cdata, name as cdisplay from tables order by name\"\n \"gtk_combo\"\n when \"sqlid\"\n parentM.data.item[\'querysql\']=\"select id as cdata, name as cdisplay from queries order by name\"\n \"gtk_combo\"\n when \"rel\"\n r=parentM.qrow(\"select data from gtkformitems where id=\'#{parentM.parentM.parentselected}\'\")[\"data\"].split(\".\") \n warn(\"#{r.inspect}\")\n parentM.data.item[\'querysql\']=\"select id as cdata, dst_table as cdisplay from relations\n where src_table=\'#{r[0]}\' and src_field=\'#{r[1]}\' \n order by dst_table\"\n \"gtk_combo\"\n else \"gtk_hidden\"\n end\n else\n parentM.data.item[\'gtktype\']=\"gtk_hidden\"\nend\nparentM.data.repack_renderer.update(self)\nparentM.data.show_all\n'),(1315,'2009-11-16 10:45:16','admin','57',17,'u',145,'gtk_object_type=case parentM.parentM.list_id.to_i\n when 80: \'form-item\'\n when 79: \'form\'\n when 75: \'list\'\n when 77: \'list_column\'\n when 94: \'list-button\'\n else \'list\'\nend\n#warn(\"#{parentM.parentM.list_id} #{text} #{gtk_object_type}\")\nif r=admin.qrow(\"select * from gtkattributes_schema where attribute=\'#{text}\' and gtkobjecttype=\'#{gtk_object_type}\'\")\n parentM.data.item[\'querysql\']=\"\"\n parentM.data.item[\'gtktype\']=case r[\"attributetype\"]\n when \"int\",\"text\": \"gtk_text\"\n when \"bool\": \"gtk_toggle\"\n when \"font\": \"gtk_font_button\"\n when \"combo\"\n c=0\n r[\'valid_values\'].each{|v|\n u=\" union \" if c!=0\n parentM.data.item[\'querysql\']+=\"#{u} select \'#{v.strip}\' as cdata, \'#{v.strip}\' as cdisplay\"\n c+=1\n }\n \"gtk_combo\"\n when \"field\": \"gtk_field_combo\"\n when \"table\"\n parentM.data.item[\'querysql\']=\"select name as cdata, name as cdisplay from tables order by name\"\n \"gtk_combo\"\n when \"sqlid\"\n parentM.data.item[\'querysql\']=\"select id as cdata, name as cdisplay from queries order by name\"\n \"gtk_combo\"\n when \"rel\"\n r=parentM.qrow(\"select data from gtkformitems where id=\'#{parentM.parentM.parentselected}\'\")[\"data\"].split(\".\") \n warn(\"#{r.inspect}\")\n parentM.data.item[\'querysql\']=\"select id as cdata, dst_table as cdisplay from relations where src_table=\'#{r[0]}\' and src_field=\'#{r[1]}\' \n union select id as cdata, src_table as cdisplay from relations where dst_table=\'#{r[0]}\' and dst_field=\'#{r[1]}\'\n order by cdisplay\"\n \"gtk_combo\"\n else \"gtk_hidden\"\n end\n else\n parentM.data.item[\'gtktype\']=\"gtk_hidden\"\nend\nparentM.data.repack_renderer.update(self)\nparentM.data.show_all\n'),(1316,'2009-11-16 10:45:36','admin','57',17,'u',145,'gtk_object_type=case parentM.parentM.list_id.to_i\n when 80: \'form-item\'\n when 79: \'form\'\n when 75: \'list\'\n when 77: \'list_column\'\n when 94: \'list-button\'\n else \'list\'\nend\n#warn(\"#{parentM.parentM.list_id} #{text} #{gtk_object_type}\")\nif r=admin.qrow(\"select * from gtkattributes_schema where attribute=\'#{text}\' and gtkobjecttype=\'#{gtk_object_type}\'\")\n parentM.data.item[\'querysql\']=\"\"\n parentM.data.item[\'type_def\']=\"\"\n parentM.data.item[\'gtktype\']=case r[\"attributetype\"]\n when \"int\",\"text\": \"gtk_text\"\n when \"bool\": \"gtk_toggle\"\n when \"font\": \"gtk_font_button\"\n when \"combo\"\n c=0\n r[\'valid_values\'].each{|v|\n u=\" union \" if c!=0\n parentM.data.item[\'querysql\']+=\"#{u} select \'#{v.strip}\' as cdata, \'#{v.strip}\' as cdisplay\"\n c+=1\n }\n \"gtk_combo\"\n when \"field\": \"gtk_field_combo\"\n when \"table\"\n parentM.data.item[\'querysql\']=\"select name as cdata, name as cdisplay from tables order by name\"\n \"gtk_combo\"\n when \"sqlid\"\n parentM.data.item[\'querysql\']=\"select id as cdata, name as cdisplay from queries order by name\"\n \"gtk_combo\"\n when \"rel\"\n r=parentM.qrow(\"select data from gtkformitems where id=\'#{parentM.parentM.parentselected}\'\")[\"data\"].split(\".\") \n warn(\"#{r.inspect}\")\n parentM.data.item[\'querysql\']=\"select id, dst_table as t,dst_field as f from relations where src_table=\'#{r[0]}\' and src_field=\'#{r[1]}\' \n union select id, src_table as t,src_field as f from relations where dst_table=\'#{r[0]}\' and dst_field=\'#{r[1]}\'\n order by t,f\"\n parentM.data.item[\'type_def\']=\"[t:text:Table][f:text:Field]\"\n \"gtk_combo\"\n else \"gtk_hidden\"\n end\n else\n parentM.data.item[\'gtktype\']=\"gtk_hidden\"\nend\nparentM.data.repack_renderer.update(self)\nparentM.data.show_all\n'),(1317,'2009-11-16 10:46:36','admin','80',317,'i',0,''),(1318,'2009-11-16 10:51:15','admin','32',120,'u',130,'0'),(1319,'2009-11-16 13:41:18','admin','32',162,'u',169,'false'),(1320,'2009-11-16 15:25:35','admin','32',162,'u',130,'85'),(1321,'2009-11-16 15:26:11','admin','32',162,'u',27,'projects.partner_id'),(1322,'2009-11-16 15:26:25','admin','32',130,'d',0,''),(1323,'2009-11-16 16:17:39','admin','57',24,'d',0,''),(1324,'2009-11-16 16:17:42','admin','80',197,'d',0,''),(1325,'2009-11-16 16:17:46','admin','32',93,'d',0,''),(1326,'2009-11-16 16:17:52','admin','32',154,'d',0,''),(1327,'2009-11-16 16:18:53','admin','57',47,'u',145,'parentM.tartam.update(self)'),(1328,'2009-11-16 16:19:04','admin','57',45,'u',145,'parentM.tartam.update(self)'),(1329,'2009-11-16 16:19:39','admin','80',318,'i',0,''),(1330,'2009-11-16 16:20:23','admin','80',319,'i',0,''),(1331,'2009-11-16 16:20:35','admin','80',320,'i',0,''),(1332,'2009-11-16 16:20:47','admin','80',321,'i',0,''),(1333,'2009-11-16 16:20:50','admin','80',322,'i',0,''),(1334,'2009-11-16 16:21:05','admin','80',319,'d',0,''),(1335,'2009-11-16 16:21:05','admin','80',320,'d',0,''),(1336,'2009-11-16 16:21:05','admin','80',321,'d',0,''),(1337,'2009-11-16 16:21:05','admin','80',322,'d',0,''),(1338,'2009-11-16 16:22:40','admin','32',161,'u',160,'-1'),(1339,'2009-11-16 16:22:45','admin','32',161,'u',160,'200'),(1340,'2009-11-16 16:22:50','admin','32',94,'u',160,'-1'),(1341,'2009-11-16 16:23:09','admin','32',94,'u',160,'200'),(1342,'2009-11-16 17:01:53','admin','32',162,'u',130,'86'),(1343,'2009-11-18 12:31:58','admin','39',54,'u',113,''),(1344,'2009-12-02 13:47:44','admin','35',174,'d',0,''),(1345,'2009-12-02 13:49:56','admin','77',206,'d',0,''),(1346,'2009-12-02 13:50:18','admin','35',173,'u',143,'true'),(1347,'2009-12-02 13:50:19','admin','35',171,'u',143,'true'),(1348,'2009-12-02 14:05:47','admin','35',178,'u',143,'true'),(1349,'2009-12-02 14:05:47','admin','35',372,'u',143,'true'),(1350,'2009-12-02 14:05:47','admin','35',177,'u',143,'true'),(1351,'2009-12-02 14:35:23','admin','35',170,'u',185,'true'),(1352,'2009-12-02 14:35:34','admin','35',163,'u',185,'true'),(1353,'2009-12-02 14:35:35','admin','35',166,'u',185,'true'),(1354,'2009-12-02 14:35:39','admin','35',176,'u',185,'true'),(1355,'2009-12-03 12:35:05','admin','32',166,'u',27,'reports.id'),(1356,'2009-12-03 12:35:25','admin','32',166,'u',27,'rattachments'),(1357,'2009-12-03 12:35:30','admin','32',166,'u',115,'reports.id'),(1358,'2009-12-16 09:38:45','admin','32',114,'u',27,'cím'),(1359,'2009-12-16 09:38:49','admin','32',113,'u',27,'név'),(1360,'2010-01-06 07:52:39','admin','35',345,'d',0,''),(1361,'2010-01-06 07:52:39','admin','35',346,'d',0,''),(1362,'2010-01-06 07:52:39','admin','35',347,'d',0,''),(1363,'2010-01-06 07:52:39','admin','35',348,'d',0,''),(1364,'2010-01-06 07:52:39','admin','35',349,'d',0,''),(1365,'2010-01-06 07:52:39','admin','35',350,'d',0,''),(1366,'2010-01-06 07:52:39','admin','35',351,'d',0,''),(1367,'2010-01-06 07:52:39','admin','35',352,'d',0,''),(1368,'2010-01-06 07:52:39','admin','35',353,'d',0,''),(1369,'2010-01-06 07:52:39','admin','35',354,'d',0,''),(1370,'2010-01-06 07:52:39','admin','35',355,'d',0,''),(1371,'2010-01-06 07:52:39','admin','35',356,'d',0,''),(1372,'2010-01-06 07:52:39','admin','35',357,'d',0,''),(1373,'2010-01-06 07:52:39','admin','35',358,'d',0,''),(1374,'2010-01-06 07:52:39','admin','35',359,'d',0,''),(1375,'2010-01-06 07:52:39','admin','35',360,'d',0,''),(1376,'2010-01-06 08:53:20','admin','75',247,'d',0,''),(1377,'2010-01-06 20:54:05','admin','32',151,'d',0,''),(1378,'2010-01-06 20:57:23','admin','79',248,'d',0,''),(1379,'2010-01-06 20:59:36','admin','79',348,'d',0,''),(1380,'2010-01-07 17:24:58','admin','75',350,'d',0,''),(1381,'2010-01-07 17:25:01','admin','75',349,'d',0,''),(1382,'2010-01-14 21:41:42','admin','32',182,'d',0,''),(1383,'2010-01-31 09:31:35','admin','79',194,'d',0,''),(1384,'2010-01-31 10:08:23','admin','79',195,'d',0,''),(1385,'2010-01-31 10:08:46','admin','79',196,'d',0,''),(1386,'2010-01-31 10:09:20','admin','79',197,'d',0,''),(1387,'2010-01-31 10:13:15','admin','80',198,'d',0,''),(1388,'2010-01-31 12:36:06','admin','35',202,'d',0,''),(1389,'2010-01-31 12:36:47','admin','32',90,'d',0,''),(1390,'2010-02-16 15:06:50','admin','35',400,'d',0,''),(1391,'2010-02-16 15:19:44','admin','34',120,'d',0,''),(1392,'2010-02-16 15:23:14','admin','34',121,'d',0,''),(1393,'2010-02-16 15:46:34','admin','50',105,'d',0,''),(1394,'2010-02-16 15:46:51','admin','34',122,'d',0,''),(1395,'2010-02-16 15:49:26','admin','34',123,'d',0,''),(1396,'2010-02-16 15:58:35','admin','50',106,'d',0,''),(1397,'2010-02-16 15:59:00','admin','50',107,'d',0,''),(1398,'2010-02-16 15:59:30','admin','34',124,'d',0,''),(1399,'2010-02-16 16:07:26','admin','34',125,'d',0,''),(1400,'2010-02-16 16:15:13','admin','34',126,'d',0,''),(1401,'2010-02-16 16:15:16','admin','34',127,'d',0,''),(1402,'2010-02-16 16:16:09','admin','50',108,'d',0,''),(1403,'2010-03-01 10:46:22','admin','34',128,'d',0,''),(1404,'2010-03-13 22:14:43','admin','54',72,'d',0,''),(1405,'2010-03-13 22:14:54','admin','54',71,'d',0,''),(1406,'2010-03-13 22:15:27','admin','79',355,'d',0,''),(1407,'2010-03-13 22:21:38','admin','79',356,'d',0,''),(1408,'2010-03-13 22:24:50','admin','79',357,'d',0,''),(1409,'2010-03-13 22:26:23','admin','79',358,'d',0,''),(1410,'2010-03-13 22:38:46','admin','94',148,'d',0,''),(1411,'2010-03-13 22:42:47','admin','94',359,'d',0,''),(1412,'2010-03-13 22:43:32','admin','94',360,'d',0,''),(1413,'2010-03-13 22:44:28','admin','79',362,'d',0,''),(1414,'2010-03-13 22:45:13','admin','80',363,'d',0,''),(1415,'2010-03-13 22:45:55','admin','77',265,'d',0,''),(1416,'2010-04-28 21:16:42','admin','57',47,'d',0,''),(1417,'2010-04-28 21:59:20','admin','32',183,'d',0,''),(1418,'2010-04-29 10:02:38','admin','77',201,'d',0,''),(1419,'2010-04-29 10:08:29','admin','98',31,'d',0,''),(1420,'2010-04-29 10:10:17','admin','32',106,'u',115,'gtkattributes.data'),(1421,'2010-04-29 10:46:51','admin','98',129,'d',0,''),(1422,'2010-04-29 10:53:43','admin','68',47,'u',168,'gnome-control-centre.svg'),(1423,'2010-04-29 10:53:54','admin','68',46,'u',168,'gnome-networktool.svg'),(1424,'2010-04-29 10:54:04','admin','68',44,'u',168,'amsn.svg'),(1425,'2010-04-29 11:00:39','admin','98',267,'d',0,''),(1426,'2010-04-29 11:00:42','admin','98',142,'d',0,''),(1427,'2010-04-29 11:28:36','admin','98',370,'d',0,''),(1428,'2010-04-29 11:31:45','admin','75',369,'d',0,''),(1429,'2010-04-29 11:32:35','admin','75',372,'d',0,''),(1430,'2010-04-29 11:34:03','admin','75',41,'d',0,''),(1431,'2010-04-29 12:11:08','admin','98',373,'d',0,''),(1432,'2010-04-29 12:15:13','admin','77',376,'d',0,''),(1433,'2010-04-29 12:15:17','admin','75',375,'d',0,''),(1434,'2010-04-29 12:24:13','admin','32',106,'u',26,'gtk_multiline'),(1435,'2010-04-29 13:31:24','admin','75',382,'d',0,''),(1436,'2010-04-29 15:05:31','admin','77',387,'d',0,''),(1437,'2010-05-06 09:47:35','admin','77',396,'d',0,''),(1438,'2010-05-10 09:45:05','admin','33',129,'d',0,''),(1439,'2010-05-12 20:54:19','admin','77',386,'d',0,''),(1440,'2010-06-07 09:04:31','admin','75',18,'u',187,'print_with_child'),(1441,'2010-06-07 09:07:01','admin','75',18,'u',187,'_print_with_child'),(1442,'2010-06-07 09:15:50','admin','75',97,'d',0,''),(1443,'2010-06-10 20:06:20','admin','57',74,'d',0,''),(1444,'2010-06-15 18:03:40','admin','80',188,'d',0,''),(1445,'2010-06-15 18:09:52','admin','57',54,'d',0,''),(1446,'2010-06-15 18:09:55','admin','57',52,'d',0,''),(1447,'2010-06-15 18:10:04','admin','57',53,'d',0,''),(1448,'2010-06-15 19:55:37','admin','80',423,'d',0,''),(1449,'2010-06-15 19:55:42','admin','80',422,'d',0,''),(1450,'2010-06-15 19:55:45','admin','80',421,'d',0,''),(1451,'2010-06-15 20:00:24','admin','77',402,'d',0,''),(1452,'2010-06-15 20:00:53','admin','77',315,'d',0,''),(1453,'2010-06-24 08:05:37','admin','scv',130,'i',0,''),(1454,'2010-06-24 08:07:00','admin','events',72,'i',0,''),(1455,'2010-06-24 08:19:24','admin','events',72,'u',140,'case parentM.list_id.to_i\n when 80: \'form-item\'\n when 79: \'form\'\n when 75: \'list\'\n when 77: \'list_column\'\n when 94: \'list-button\'\n else \'%\'\nend'),(1456,'2010-06-24 08:20:39','admin','events',72,'u',140,'t=nil\ncase parentM.list_id.to_i\n when 80: \'form_item-\'\n when 79: \'form-\'\n when 75: \'list-\'\n when 94: \'print-\' \nend\nevent.item[\'querysql\']=\"select cdata,cdisplay,description from scv where combo=\'#{item[\'data\']}\' and cdata like \'#{t}%\' order by cdata\" if t'),(1457,'2010-06-24 08:21:13','admin','events',72,'u',140,'t=nil\ncase parentM.list_id.to_i\n when 80: \'form_item-\'\n when 79: \'form-\'\n when 75: \'list-\'\n when 59: \'print-\' \nend\nevent.item[\'querysql\']=\"select cdata,cdisplay,description from scv where combo=\'#{item[\'data\']}\' and cdata like \'#{t}%\' order by cdata\" if t'),(1458,'2010-06-24 08:23:19','admin','events',72,'u',140,'t=nil\ncase parentM.list_id.to_i\n when 80: \'form_item-\'\n when 79: \'form-\'\n when 75: \'list-\'\n when 59: \'print-\' \nend\nwarn(t.inspect)\nevent.item[\'querysql\']=\"select cdata,cdisplay,description from scv where combo=\'#{item[\'data\']}\' and cdata like \'#{t}%\' order by cdata\" if t'),(1459,'2010-06-24 08:23:46','admin','events',72,'u',140,'t=nil\ncase parentM.list_id.to_i\n when 57: \'form_item-\'\n when 79: \'form-\'\n when 75: \'list-\'\n when 59: \'print-\' \nend\nwarn(t.inspect)\nevent.item[\'querysql\']=\"select cdata,cdisplay,description from scv where combo=\'#{item[\'data\']}\' and cdata like \'#{t}%\' order by cdata\" if t'),(1460,'2010-06-24 08:24:17','admin','events',72,'u',140,'t=nil\ncase parentM.list_id.to_i\n when 57: \'form_item-\'\n when 54: \'form-\'\n when 75: \'list-\'\n when 59: \'print-\' \nend\nwarn(t.inspect)\nevent.item[\'querysql\']=\"select cdata,cdisplay,description from scv where combo=\'#{item[\'data\']}\' and cdata like \'#{t}%\' order by cdata\" if t'),(1461,'2010-06-24 08:24:34','admin','events',72,'u',140,'t=nil\ncase parentM.list_id.to_i\n when 57: \'form_item-\'\n when 54: \'form-\'\n when 52: \'list-\'\n when 59: \'print-\' \nend\nwarn(t.inspect)\nevent.item[\'querysql\']=\"select cdata,cdisplay,description from scv where combo=\'#{item[\'data\']}\' and cdata like \'#{t}%\' order by cdata\" if t'),(1462,'2010-06-24 08:25:30','admin','events',72,'u',140,'t=case parentM.list_id.to_i\n when 57: \'form_item-\'\n when 54: \'form-\'\n when 52: \'list-\'\n when 59: \'print-\'\n else nil \nend\nwarn(t.inspect)\nevent.item[\'querysql\']=\"select cdata,cdisplay,description from scv where combo=\'#{item[\'data\']}\' and cdata like \'#{t}%\' order by cdata\" if t'),(1463,'2010-06-24 08:26:03','admin','events',72,'u',140,'t=case parentM.list_id.to_i\n when 57: \'form_item-\'\n when 54: \'form-\'\n when 52: \'list-\'\n when 59: \'print-\'\n else nil \nend\nwarn(t.inspect)\nfindItem(\"event\").item[\'querysql\']=\"select cdata,cdisplay,description from scv where combo=\'#{item[\'data\']}\' and cdata like \'#{t}%\' order by cdata\" if t'),(1464,'2010-06-24 08:26:32','admin','events',72,'u',140,'t=case parentM.list_id.to_i\n when 57: \'form_item-\'\n when 54: \'form-\'\n when 52: \'list-\'\n when 59: \'print-\'\n else nil \nend\nwarn(t.inspect)\ni=findItem(\"event\")\nwarn(i.inspect)\n#.item[\'querysql\']=\"select cdata,cdisplay,description from scv where combo=\'#{item[\'data\']}\' and cdata like \'#{t}%\' order by cdata\" if t\n'),(1465,'2010-06-24 08:28:17','admin','events',72,'u',140,'t=case parentM.list_id.to_i\n when 57: \'form_item-\'\n when 54: \'form-\'\n when 52: \'list-\'\n when 59: \'print-\'\n else nil \nend\nwarn(t.inspect)\nevent_object=findItem(\"event\")\nevent_object.item[\'querysql\']=\"select cdata,cdisplay,description from scv where combo=\'#{item[\'data\']}\' and cdata like \'#{t}%\' order by cdata\" if t\n'),(1466,'2010-06-24 08:29:20','admin','events',72,'u',140,'t=case parentM.list_id.to_i\n when 57: \'form_item-\'\n when 54: \'form-\'\n when 52: \'list-\'\n when 59: \'print-\'\n else nil \nend\nwarn(t.inspect)\nevent_object=findItem(\"event\")\nevent_object.pc.item[\'querysql\']=\"select cdata,cdisplay,description from scv where combo=\'#{item[\'data\']}\' and cdata like \'#{t}%\' order by cdata\" if t\n'),(1467,'2010-06-24 08:30:21','admin','gtkformitems',102,'u',26,'gtk_const_combo'),(1468,'2010-06-24 08:30:55','admin','events',72,'u',140,'t=case parentM.list_id.to_i\n when 57: \'form_item-\'\n when 54: \'form-\'\n when 52: \'list-\'\n when 59: \'print-\'\n else nil \nend\nwarn(t.inspect)\nevent_object=findItem(\"event\")\nevent_object.item[\'querysql\']=\"select cdata,cdisplay,description from scv where combo=\'#{event_object.item[\'data\']}\' and cdata like \'#{t}%\' order by cdata\" if t\n'),(1469,'2010-06-24 08:33:47','admin','moditems',99,'i',0,''),(1470,'2010-06-24 08:34:13','admin','gtkheaders',249,'i',0,''),(1471,'2010-06-24 08:34:20','admin','gtkheaders',250,'i',0,''),(1472,'2010-06-24 08:35:31','admin','events',73,'d',0,''),(1473,'2010-06-24 08:36:03','admin','gtkattributes',223,'d',0,''),(1474,'2010-06-24 08:36:16','admin','gtkattributes',224,'d',0,''),(1475,'2010-06-24 08:36:54','admin','buttons',123,'i',0,''),(1476,'2010-06-24 08:37:04','admin','buttons',124,'i',0,''),(1477,'2010-06-24 08:37:15','admin','buttons',125,'i',0,''),(1478,'2010-06-24 08:37:34','admin','buttons',110,'d',0,''),(1479,'2010-06-24 08:38:48','admin','buttons',123,'u',136,''),(1480,'2010-06-24 08:39:25','admin','events',72,'u',140,'t=case parentM.list_id.to_i\n when 57: \'form_item-\'\n when 54: \'form-\'\n when 52: \'list-\'\n when 59: \'print-\'\n else nil \nend\n#warn(t.inspect)\nevent_object=findItem(\"event\")\nevent_object.item[\'querysql\']=\"select cdata,cdisplay,description from scv where combo=\'#{event_object.item[\'data\']}\' and cdata like \'#{t}%\' order by cdata\" if t\n'),(1481,'2010-06-24 08:43:58','admin','events',76,'d',0,''),(1482,'2010-06-24 09:13:30','admin','scv',130,'u',39,'print-action'),(1483,'2010-06-24 09:13:45','admin','events',76,'d',0,''),(1484,'2010-06-24 09:18:25','admin','events',76,'d',0,''),(1485,'2010-06-24 09:20:44','admin','events',76,'d',0,''),(1486,'2010-06-24 09:21:04','admin','events',76,'d',0,''),(1487,'2010-06-24 09:21:17','admin','events',76,'d',0,''),(1488,'2010-06-24 09:22:04','admin','events',76,'d',0,''),(1489,'2010-06-24 09:22:21','admin','events',76,'d',0,''),(1490,'2010-06-24 09:22:43','admin','events',76,'d',0,''),(1491,'2010-06-24 09:26:10','admin','events',76,'d',0,''),(1492,'2010-06-24 09:29:21','admin','events',76,'d',0,''),(1493,'2010-06-24 09:29:45','admin','events',76,'d',0,''),(1494,'2010-06-24 09:30:05','admin','events',76,'d',0,''),(1495,'2010-06-24 09:30:13','admin','events',76,'d',0,''),(1496,'2010-06-24 09:30:58','admin','events',76,'d',0,''),(1497,'2010-06-24 09:31:46','admin','events',76,'d',0,''),(1498,'2010-07-05 11:47:17','admin','gtkformitems',171,'u',114,'true'),(1499,'2010-07-05 11:47:24','admin','gtkattributes',424,'d',0,''),(1500,'2010-07-28 08:55:35','admin','gtkheaders',402,'d',0,''),(1501,'2010-07-28 08:57:12','admin','gtkattributes',425,'d',0,''),(1502,'2010-07-28 09:12:02','admin','gtkattributes',426,'d',0,''),(1503,'2010-07-28 09:12:15','admin','gtkattributes',427,'d',0,''),(1504,'2010-07-28 09:12:40','admin','gtkattributes',428,'d',0,''),(1505,'2010-07-28 09:12:51','admin','gtkattributes',429,'d',0,''),(1506,'2010-07-28 09:12:58','admin','gtkattributes',430,'d',0,''),(1507,'2010-07-28 09:13:08','admin','gtkattributes',431,'d',0,''),(1508,'2010-07-28 09:13:35','admin','gtkattributes',432,'d',0,''),(1509,'2010-08-10 22:02:23','admin','gtkmenu',64,'u',98,'Help'),(1510,'2010-08-10 22:02:23','admin','gtkmenu',64,'u',23,'listing'),(1511,'2010-08-11 10:17:20','admin','qobjects',27,'d',0,''),(1512,'2010-08-11 10:17:20','admin','qobjects',28,'d',0,''),(1513,'2010-08-11 10:17:26','admin','queries',7,'d',0,''),(1514,'2010-08-11 10:17:48','admin','gtkformitems',104,'d',0,''),(1515,'2010-08-11 10:17:48','admin','gtkformitems',103,'d',0,''),(1516,'2010-08-11 10:17:53','admin','gtkattributes',172,'d',0,''),(1517,'2010-08-11 10:17:58','admin','moditems',96,'d',0,''),(1518,'2010-08-11 10:18:27','admin','gtkheaders',232,'d',0,''),(1519,'2010-08-11 10:18:27','admin','gtkheaders',233,'d',0,''),(1520,'2010-08-11 10:18:42','admin','buttons',117,'d',0,''),(1521,'2010-08-11 10:18:42','admin','buttons',118,'d',0,''),(1522,'2010-08-11 10:18:42','admin','buttons',119,'d',0,''),(1523,'2010-08-11 10:18:51','admin','moditems',95,'d',0,''),(1524,'2010-09-01 18:22:23','admin','gtkattributes',153,'d',0,''),(1525,'2010-09-01 18:24:08','admin','gtkattributes',184,'d',0,''),(1526,'2010-09-01 18:24:22','admin','gtkattributes',36,'d',0,''),(1527,'2010-09-01 18:24:29','admin','gtkattributes',183,'d',0,''),(1528,'2010-09-01 18:24:33','admin','gtkattributes',168,'d',0,''),(1529,'2010-09-01 18:50:30','admin','gtkheaders',307,'u',43,'érvényes'),(1530,'2010-09-01 18:50:40','admin','gtkheaders',307,'u',43,'rendezve'),(1531,'2010-09-01 18:50:52','admin','gtkheaders',199,'u',43,'idő'),(1532,'2010-09-01 18:51:00','admin','gtkheaders',192,'u',43,'forrás'),(1533,'2010-09-01 18:51:06','admin','gtkheaders',318,'u',43,'cél'),(1534,'2010-09-01 18:51:19','admin','gtkheaders',193,'u',43,'téma'),(1535,'2010-09-01 18:51:27','admin','gtkheaders',194,'u',43,'érték'),(1536,'2010-09-01 18:51:36','admin','gtkheaders',190,'u',43,'név'),(1537,'2010-09-01 18:51:53','admin','gtkheaders',211,'u',43,'típus'),(1538,'2010-09-01 18:52:05','admin','gtkheaders',203,'u',43,'múlt'),(1539,'2010-09-01 18:52:11','admin','gtkheaders',373,'u',43,'elmulasztott'),(1540,'2010-09-01 18:52:18','admin','gtkheaders',374,'u',43,'e honap'),(1541,'2010-09-01 18:52:35','admin','gtkheaders',309,'u',43,'e h. várható'),(1542,'2010-09-01 18:53:01','admin','gtkheaders',309,'u',43,'H hónap\nvárható'),(1543,'2010-09-01 18:53:07','admin','gtkheaders',375,'u',43,'van'),(1544,'2010-09-01 18:53:12','admin','gtkheaders',376,'u',43,'várható'),(1545,'2010-09-01 18:53:32','admin','gtkheaders',211,'u',102,'gtk_const_combo'),(1546,'2010-09-02 13:10:53','admin','gtkheaders',376,'u',45,'10.0'),(1547,'2010-09-07 17:30:20','admin','events',77,'i',0,''),(1548,'2010-09-07 17:32:18','admin','events',77,'u',140,'warn(nick)\nsend_message(\"balint\",\"dolgoztal?\",\"latom meloztal megint\",nick)'),(1549,'2010-09-07 17:32:50','admin','events',77,'u',140,'send_message(\"balint\",\"dolgoztal?\",\"latom meloztal megint\n\",nick)'),(1550,'2010-09-07 17:51:52','admin','events',77,'u',140,'send_message(\"balint\",\"dolgoztal?\",\"Latom meloztal megint\n#{sdate.text} es #{edate.text} kozott\n\",nick)'),(1551,'2010-09-07 17:54:08','admin','events',77,'u',140,'send_message(\"balint\",\"dolgoztal?\",\"Latom meloztal megint\n#{sdate.text} es #{edate.text} kozott\",\nnick,false)'),(1552,'2010-09-07 19:53:33','admin','events',77,'u',140,'send_message(\"balint\",\"dolgoztal?\",\"Latom meloztal megint\n#{sdate.text} es #{edate.text} kozott\",\nnick)'),(1553,'2010-09-07 20:00:04','admin','events',77,'u',140,'send_message(\"balint\",\"dolgoztal?\",\"Latom meloztal megint\n#{sdate.text} es #{edate.text} kozott\",\nnick,true)'),(1554,'2010-09-13 17:26:26','admin','moditems',129,'i',0,''),(1555,'2010-09-13 17:30:14','admin','gtkheaders',404,'i',0,''),(1556,'2010-09-13 17:31:21','admin','gtkattributes',433,'d',0,''),(1557,'2010-09-13 17:32:53','admin','gtkattributes',434,'d',0,''),(1558,'2010-09-13 18:04:49','admin','gtkattributes',435,'d',0,''),(1559,'2010-09-13 18:05:49','admin','buttons',112,'i',0,''),(1560,'2010-09-13 18:06:25','admin','gtkattributes',436,'d',0,''),(1561,'2010-09-13 18:08:00','admin','gtkformitems',186,'i',0,''),(1562,'2010-09-13 18:08:27','admin','gtkattributes',437,'d',0,''),(1563,'2010-09-13 18:08:41','admin','gtkattributes',438,'d',0,''),(1564,'2010-09-13 18:08:44','admin','gtkattributes',437,'d',0,''),(1565,'2010-09-13 18:08:54','admin','gtkformitems',186,'u',169,'false'),(1566,'2010-09-13 18:10:11','admin','gtkformitems',187,'i',0,''),(1567,'2010-09-13 18:10:20','admin','gtkformitems',186,'u',27,'Contract'),(1568,'2010-09-13 18:11:51','admin','gtkformitems',186,'u',161,'-1'),(1569,'2010-09-13 18:11:51','admin','gtkformitems',186,'u',160,'-1'),(1570,'2010-09-13 18:27:26','admin','gtkattributes',438,'d',0,''),(1571,'2010-09-13 18:27:56','admin','gtkformitems',186,'u',114,'false'),(1572,'2010-09-13 18:37:36','admin','gtkattributes',439,'d',0,''),(1573,'2010-09-13 18:54:07','admin','gtkattributes',440,'d',0,''),(1574,'2010-09-13 18:54:32','admin','gtkattributes',440,'d',0,''),(1575,'2010-09-13 19:00:42','admin','gtkattributes',440,'d',0,''),(1576,'2010-09-13 19:00:50','admin','gtkattributes',440,'d',0,''),(1577,'2010-09-13 22:43:20','admin','gtkattributes',439,'d',0,''),(1578,'2010-09-13 22:43:25','admin','gtkformitems',187,'d',0,''),(1579,'2010-09-13 22:43:25','admin','gtkformitems',186,'d',0,''),(1580,'2010-09-13 22:43:30','admin','moditems',129,'d',0,''),(1581,'2010-09-13 22:43:41','admin','buttons',112,'d',0,''),(1582,'2010-09-14 09:25:11','admin','moditems',107,'d',0,''),(1583,'2010-09-15 10:15:39','admin','moditems',130,'i',0,''),(1584,'2010-09-15 10:16:17','admin','gtkattributes',441,'d',0,''),(1585,'2010-09-15 10:16:38','admin','gtkheaders',405,'i',0,''),(1586,'2010-09-15 10:17:24','admin','gtkattributes',442,'d',0,''),(1587,'2010-09-15 10:17:29','admin','gtkattributes',442,'d',0,''),(1588,'2010-09-15 10:18:21','admin','buttons',113,'i',0,''),(1589,'2010-09-15 10:21:03','admin','gtkheaders',406,'i',0,''),(1590,'2010-09-15 10:32:31','admin','gtkheaders',405,'d',0,''),(1591,'2010-09-15 10:32:31','admin','gtkheaders',406,'d',0,''),(1592,'2010-09-15 10:32:35','admin','buttons',113,'d',0,''),(1593,'2010-09-15 10:32:37','admin','gtkattributes',441,'d',0,''),(1594,'2010-09-15 10:32:50','admin','moditems',130,'d',0,''),(1595,'2010-09-15 11:34:02','admin','gtkformitems',107,'i',0,''),(1596,'2010-09-15 11:34:38','admin','events',74,'d',0,''),(1597,'2010-09-15 11:36:06','admin','gtkformitems',100,'u',161,'300'),(1598,'2010-09-15 11:36:19','admin','gtkattributes',225,'d',0,''),(1599,'2010-09-15 11:36:49','admin','events',74,'d',0,''),(1600,'2010-09-15 11:36:57','admin','events',75,'d',0,''),(1601,'2010-09-15 11:42:49','admin','todo',1,'u',221,'szinezes\nde ez manqod-engine'),(1602,'2010-09-15 11:56:53','admin','gtkattributes',378,'d',0,''),(1603,'2010-09-15 11:56:59','admin','gtkattributes',443,'d',0,''),(1604,'2010-09-16 09:41:19','admin','gtkattributes',434,'d',0,''),(1605,'2010-09-16 09:41:19','admin','gtkattributes',435,'d',0,''),(1606,'2010-09-16 09:41:19','admin','gtkattributes',433,'d',0,''),(1607,'2010-09-16 09:41:23','admin','gtkheaders',404,'d',0,''),(1608,'2010-10-07 08:14:10','admin','gtkformitems',184,'d',0,''),(1609,'2010-10-19 08:39:06','admin','gtkattributes',444,'d',0,''),(1610,'2010-10-19 08:39:20','admin','gtkattributes',444,'d',0,''),(1611,'2010-10-19 08:41:42','admin','gtkattributes',445,'d',0,''),(1612,'2010-10-19 09:46:54','admin','buttons',110,'u',136,''),(1613,'2010-10-19 09:47:06','admin','gtkattributes',446,'d',0,''),(1614,'2010-10-19 09:47:24','admin','gtkattributes',405,'d',0,''),(1615,'2010-10-19 09:48:32','admin','gtkattributes',405,'d',0,''),(1616,'2010-10-19 09:48:59','admin','gtkattributes',405,'d',0,''),(1617,'2010-10-19 09:49:06','admin','gtkattributes',405,'d',0,''),(1618,'2010-10-19 09:50:17','admin','gtkattributes',446,'d',0,''),(1619,'2010-10-19 09:50:26','admin','gtkattributes',446,'d',0,''),(1620,'2010-10-19 09:50:35','admin','gtkattributes',447,'d',0,''),(1621,'2010-10-19 09:54:09','admin','gtkattributes',448,'d',0,''),(1622,'2010-10-19 09:55:23','admin','gtkattributes',449,'d',0,''),(1623,'2010-10-19 10:09:53','admin','gtkattributes',449,'d',0,''),(1624,'2010-10-19 10:09:57','admin','gtkattributes',448,'d',0,''),(1625,'2010-10-19 10:10:07','admin','gtkattributes',447,'d',0,''),(1626,'2010-10-19 10:10:11','admin','gtkattributes',446,'d',0,''),(1627,'2010-10-19 10:10:16','admin','gtkattributes',445,'d',0,''),(1628,'2010-10-19 10:24:48','admin','gtkformitems',101,'u',160,'-1'),(1629,'2010-10-19 10:24:57','admin','gtkformitems',101,'u',160,'400'),(1630,'2010-10-19 10:25:03','admin','gtkformitems',107,'u',160,'-1'),(1631,'2010-10-19 10:25:11','admin','gtkformitems',107,'u',161,'-1'),(1632,'2010-10-30 13:33:03','admin','gtkheaders',407,'i',0,''),(1633,'2010-10-30 13:33:20','admin','gtkattributes',450,'d',0,''),(1634,'2010-10-30 14:09:45','admin','gtkattributes',451,'d',0,''),(1635,'2010-10-30 14:10:03','admin','gtkattributes',304,'d',0,''),(1636,'2010-10-30 14:10:09','admin','gtkattributes',304,'d',0,''),(1637,'2010-10-30 14:10:21','admin','gtkattributes',452,'d',0,''),(1638,'2010-10-30 14:10:26','admin','gtkattributes',452,'d',0,''),(1639,'2010-10-30 14:10:34','admin','gtkattributes',451,'d',0,''),(1640,'2010-10-30 14:10:43','admin','gtkattributes',300,'d',0,''),(1641,'2010-10-30 14:10:48','admin','gtkattributes',300,'d',0,''),(1642,'2010-10-30 14:10:51','admin','gtkattributes',451,'d',0,''),(1643,'2010-10-30 17:18:29','admin','gtkattributes',209,'d',0,''),(1644,'2010-10-30 17:18:38','admin','gtkattributes',209,'d',0,''),(1645,'2010-10-30 17:18:46','admin','gtkattributes',209,'d',0,''),(1646,'2010-10-30 17:23:52','admin','gtkattributes',304,'d',0,''),(1647,'2010-10-30 17:24:02','admin','gtkattributes',304,'d',0,''),(1648,'2010-10-30 17:24:06','admin','gtkattributes',303,'d',0,''),(1649,'2010-10-30 17:24:18','admin','gtkattributes',303,'d',0,''),(1650,'2010-10-30 17:24:21','admin','gtkattributes',304,'d',0,''),(1651,'2010-10-30 17:24:37','admin','gtkattributes',453,'d',0,''),(1652,'2010-10-30 17:24:47','admin','gtkattributes',454,'d',0,''),(1653,'2010-10-30 17:30:35','admin','gtkformitems',141,'u',161,'-1'),(1654,'2010-10-30 17:30:53','admin','gtkformitems',141,'u',161,'20'),(1655,'2010-10-30 17:31:06','admin','gtkformitems',61,'u',161,'100'),(1656,'2010-10-30 17:31:56','admin','gtkattributes',455,'d',0,''),(1657,'2010-10-30 17:35:47','admin','gtkattributes',301,'d',0,''),(1658,'2010-10-30 17:35:54','admin','gtkattributes',456,'d',0,''),(1659,'2010-10-30 17:36:08','admin','gtkattributes',457,'d',0,''),(1660,'2010-10-30 17:36:21','admin','gtkattributes',457,'d',0,''),(1661,'2010-10-30 17:36:27','admin','gtkattributes',457,'d',0,''),(1662,'2010-10-30 17:36:33','admin','gtkattributes',456,'d',0,''),(1663,'2010-10-30 17:36:46','admin','gtkattributes',456,'d',0,''),(1664,'2010-10-30 17:36:51','admin','gtkattributes',457,'d',0,''),(1665,'2010-10-30 17:37:00','admin','gtkattributes',455,'d',0,''),(1666,'2010-10-30 17:37:12','admin','gtkattributes',454,'d',0,''),(1667,'2010-10-30 17:37:16','admin','gtkattributes',453,'d',0,''),(1668,'2010-10-30 17:37:20','admin','gtkattributes',302,'d',0,''),(1669,'2010-10-30 17:37:35','admin','gtkformitems',141,'u',161,'10'),(1670,'2010-10-31 16:38:23','admin','gtkattributes',456,'d',0,''),(1671,'2010-10-31 16:38:29','admin','gtkattributes',456,'d',0,''),(1672,'2010-10-31 16:46:04','admin','gtkattributes',456,'d',0,''),(1673,'2010-10-31 16:46:04','admin','gtkattributes',457,'d',0,''),(1674,'2010-10-31 16:46:42','admin','gtkattributes',453,'d',0,''),(1675,'2010-10-31 16:46:42','admin','gtkattributes',454,'d',0,''),(1676,'2010-10-31 16:46:50','admin','gtkattributes',455,'d',0,''),(1677,'2010-10-31 16:47:09','admin','gtkattributes',303,'d',0,''),(1678,'2010-10-31 16:47:09','admin','gtkattributes',304,'d',0,''),(1679,'2010-10-31 16:47:21','admin','gtkattributes',207,'d',0,''),(1680,'2010-11-01 07:53:44','admin','gtkheaders',407,'u',102,'gtk_invisible_string'),(1681,'2010-11-01 07:53:57','admin','gtkheaders',407,'u',102,'gtk_text'),(1682,'2010-11-01 10:57:18','admin','gtkheaders',407,'u',102,'gtk_invisible_string'),(1683,'2010-11-01 11:01:41','admin','events',43,'u',140,'#set source\nif runmode == \'add\' && [62,63].include?(parentM.list_id)\n src_conts_id.set_default(parentM.parentselected.to_s)\n dst_conts_id.set_default(parentM.parentselected.to_s)\nend\n'),(1684,'2010-11-01 11:02:01','admin','events',43,'u',140,'#set source\nif runmode == \'add\' && [62,63].include?(parentM.list_id)\n src_conts_id.set_default(parentM.parentselected.to_s)\n dst_conts_id.set_default(parentM.parentselected.to_s)\n valid.set_default(\'true)\nend\n'),(1685,'2010-11-01 11:03:31','admin','gtkformitems',188,'i',0,''),(1686,'2010-11-01 11:05:29','admin','gtkattributes',458,'d',0,''),(1687,'2010-11-01 11:06:05','admin','gtkheaders',407,'d',0,''),(1688,'2010-11-06 14:09:36','admin','queries',28,'i',0,''),(1689,'2010-11-06 14:09:38','admin','moditems',131,'i',0,''),(1690,'2010-11-06 14:09:51','admin','gtkheaders',408,'i',0,''),(1691,'2010-11-06 14:10:04','admin','gtkheaders',409,'i',0,''),(1692,'2010-11-06 14:10:18','admin','buttons',114,'i',0,''),(1693,'2010-11-06 14:10:26','admin','buttons',115,'i',0,''),(1694,'2010-11-06 14:10:38','admin','gtkattributes',459,'d',0,''),(1695,'2010-11-06 14:11:29','admin','gtkformitems',189,'i',0,''),(1696,'2010-11-06 14:11:34','admin','gtkformitems',189,'u',115,'conts.id'),(1697,'2010-11-06 14:11:43','admin','gtkattributes',460,'d',0,''),(1698,'2010-11-06 14:11:52','admin','gtkattributes',461,'d',0,''),(1699,'2010-11-06 14:12:00','admin','gtkattributes',462,'d',0,''),(1700,'2010-11-06 14:12:06','admin','gtkattributes',463,'d',0,''),(1701,'2010-11-06 14:12:12','admin','gtkattributes',464,'d',0,''),(1702,'2010-11-06 14:12:47','admin','gtkattributes',465,'d',0,''),(1703,'2010-11-06 14:12:52','admin','gtkattributes',466,'d',0,''),(1704,'2010-11-06 14:13:17','admin','gtkheaders',408,'u',143,'false'),(1705,'2010-11-06 14:13:22','admin','gtkheaders',409,'u',143,'false'),(1706,'2010-11-06 16:04:30','admin','queries',29,'i',0,''),(1707,'2010-11-06 21:02:18','admin','qobjects',286,'d',0,''),(1708,'2010-11-06 21:02:18','admin','qobjects',287,'d',0,''),(1709,'2010-11-06 21:02:23','admin','qobjects',288,'d',0,''),(1710,'2010-11-06 21:02:23','admin','qobjects',289,'d',0,''),(1711,'2010-11-06 21:02:23','admin','qobjects',290,'d',0,''),(1712,'2010-11-06 21:02:28','admin','queries',28,'d',0,''),(1713,'2010-11-06 21:02:28','admin','queries',29,'d',0,''),(1714,'2010-11-06 21:02:41','admin','gtkattributes',465,'d',0,''),(1715,'2010-11-06 21:02:44','admin','gtkattributes',466,'d',0,''),(1716,'2010-11-06 21:02:47','admin','buttons',114,'d',0,''),(1717,'2010-11-06 21:02:47','admin','buttons',115,'d',0,''),(1718,'2010-11-06 21:02:50','admin','gtkattributes',459,'d',0,''),(1719,'2010-11-06 21:02:57','admin','gtkheaders',408,'d',0,''),(1720,'2010-11-06 21:02:57','admin','gtkheaders',409,'d',0,''),(1721,'2010-11-06 21:03:02','admin','moditems',131,'d',0,''),(1722,'2010-11-06 21:03:11','admin','gtkattributes',461,'d',0,''),(1723,'2010-11-06 21:03:15','admin','gtkattributes',462,'d',0,''),(1724,'2010-11-06 21:03:19','admin','gtkattributes',463,'d',0,''),(1725,'2010-11-06 21:03:22','admin','gtkattributes',464,'d',0,''),(1726,'2010-11-06 21:03:26','admin','gtkattributes',460,'d',0,''),(1727,'2010-11-06 21:03:30','admin','gtkformitems',189,'d',0,''),(1728,'2010-11-06 21:08:27','admin','gtkformitems',51,'u',160,'300'),(1729,'2010-11-06 21:08:43','admin','gtkformitems',51,'u',160,'-1'),(1730,'2010-11-06 21:08:52','admin','gtkformitems',41,'u',160,'300'),(1731,'2010-11-06 21:09:16','admin','gtkformitems',41,'u',160,'100'),(1732,'2010-11-06 21:09:22','admin','gtkformitems',51,'u',160,'100'),(1733,'2010-11-06 21:09:54','admin','gtkformitems',51,'u',160,'160'),(1734,'2010-11-06 21:10:05','admin','gtkformitems',51,'u',160,'300'),(1735,'2010-11-06 21:10:10','admin','gtkformitems',41,'u',160,'160'),(1736,'2010-11-06 21:12:14','admin','events',43,'u',140,'#set source\nif runmode == \'add\' && [62,63].include?(parentM.list_id)\n src_conts_id.set_default(parentM.parentselected.to_s)\n dst_conts_id.set_default(parentM.parentselected.to_s)\n valid.set_default(\"true\")\nend\n'),(1737,'2010-11-06 21:12:34','admin','events',43,'u',140,'#set source\nif runmode == \'add\' && [62,63].include?(parentM.list_id)\n src_conts_id.set_default(parentM.parentselected.to_s)\n dst_conts_id.set_default(parentM.parentselected.to_s)\n valid.set_default(\"true\")\nend\nvalue.renderer.set_digits(0)'),(1738,'2010-12-15 11:39:18','admin','qobjects',305,'d',0,''),(1739,'2010-12-15 11:39:18','admin','qobjects',306,'d',0,''),(1740,'2010-12-15 11:39:18','admin','qobjects',307,'d',0,''),(1741,'2010-12-15 11:39:21','admin','queries',30,'d',0,''),(1742,'2011-01-17 09:43:27','admin','queries',15,'i',0,''),(1743,'2011-01-17 09:43:31','admin','moditems',100,'i',0,''),(1744,'2011-01-17 09:43:51','admin','gtkattributes',226,'d',0,''),(1745,'2011-01-17 09:44:07','admin','gtkheaders',251,'i',0,''),(1746,'2011-01-17 09:44:17','admin','gtkheaders',252,'i',0,''),(1747,'2011-01-17 09:44:37','admin','moditems',101,'i',0,''),(1748,'2011-01-17 09:44:46','admin','gtkattributes',227,'d',0,''),(1749,'2011-01-17 09:45:01','admin','gtkformitems',108,'i',0,''),(1750,'2011-01-17 09:45:25','admin','gtkformitems',109,'i',0,''),(1751,'2011-01-17 09:45:34','admin','gtkattributes',228,'d',0,''),(1752,'2011-01-17 09:46:02','admin','buttons',126,'i',0,''),(1753,'2011-01-17 09:46:11','admin','buttons',127,'i',0,''),(1754,'2011-01-17 09:46:22','admin','buttons',128,'i',0,''),(1755,'2011-01-17 09:47:31','admin','events',76,'d',0,''),(1756,'2011-01-17 09:48:32','admin','events',77,'i',0,''),(1757,'2011-01-17 09:51:03','admin','cronjobs',1,'i',0,''),(1758,'2011-01-17 09:53:58','admin','events',77,'u',140,'ManqodDB.instance.manqod_db.client.reset_cron(parentselected)'),(1759,'2011-01-17 17:46:23','admin','cronjobs',1,'u',251,'*/1 * * * *'),(1760,'2011-01-17 17:48:12','admin','cronjobs',1,'u',252,'ecode(Time.inspect)'),(1761,'2011-01-17 18:07:32','admin','cronjobs',1,'u',252,'p Time.inspect '),(1762,'2011-01-17 18:15:43','admin','cronjobs',1,'u',252,'p Time.new.inspect '),(1763,'2011-01-17 18:15:57','admin','cronjobs',1,'u',252,'p Time.new.inspect \nerror'),(1764,'2011-01-18 21:05:33','admin','cronjobs',1,'d',0,''),(1765,'2011-01-18 21:08:34','admin','events',76,'d',0,''),(1766,'2011-01-18 21:09:55','admin','cronjobs',2,'i',0,''),(1767,'2011-01-18 21:11:35','admin','cronjobs',2,'u',252,'p Time.new'),(1768,'2011-01-18 21:12:20','admin','cronjobs',2,'u',252,'reset_buttons'),(1769,'2011-01-18 21:12:58','admin','cronjobs',2,'u',252,'update'),(1770,'2011-01-18 21:14:26','admin','cronjobs',2,'u',252,'update(self)'),(1771,'2011-01-18 21:14:52','admin','cronjobs',2,'u',252,'drbdb.reload_moditem(get_id)'),(1772,'2011-01-18 21:15:56','admin','cronjobs',2,'u',251,'*/10 * * * * *'),(1773,'2011-01-18 21:16:25','admin','cronjobs',3,'i',0,''),(1774,'2011-01-18 21:16:36','admin','cronjobs',3,'d',0,''),(1775,'2011-01-24 10:01:57','admin','events',77,'u',140,'send_message(\"balint\",\"dolgoztal?\",\"Latom meloztal megint\n#{sdate.text} es #{edate.text} kozott\")'),(1776,'2011-01-24 10:02:10','admin','events',77,'u',140,'r=row(\"select * from reports where id=\'#{parentM.parentselected}\'\")\nwarn (r.inspect)\nsend_message(\"balint\",\"dolgoztal?\",\"Latom meloztal megint\n#{sdate.text} es #{edate.text} kozott\")'),(1777,'2011-01-24 10:03:10','admin','events',77,'u',140,'r=qrow(\"select * from reports where id=\'#{parentM.parentselected}\'\")\nwarn (r.inspect)\nsend_message(\"balint\",\"dolgoztal?\",\"Latom meloztal megint\n#{sdate.text} es #{edate.text} kozott\")'),(1778,'2011-01-24 10:03:53','admin','events',77,'u',140,'r=qrow(\"select * from reports where id=\'#{parentM.parentselected}\'\")\nwarn (r.inspect)\nsend_message(\"balint\",\"dolgoztal?\",\"Latom meloztal megint a #{r[\'title\']}-n\n#{sdate.text} es #{edate.text} kozott\")'),(1779,'2011-01-25 08:39:46','admin','images',33,'i',0,''),(1780,'2011-01-25 08:58:46','admin','images',33,'u',168,'ADEV_ medic.png'),(1781,'2011-01-25 09:02:48','admin','images',33,'u',168,'ADEV_medic.jpg'),(1782,'2011-01-25 09:03:49','admin','images',33,'d',0,''),(1783,'2011-01-25 09:04:11','admin','images',34,'i',0,''),(1784,'2011-01-25 09:15:19','admin','images',34,'d',0,''),(1785,'2011-01-25 09:17:15','admin','images',35,'i',0,''),(1786,'2011-01-25 09:21:14','admin','images',35,'d',0,''),(1787,'2011-01-29 13:45:16','admin','gtkformitems',190,'i',0,''),(1788,'2011-01-29 13:45:50','admin','scv',131,'i',0,''),(1789,'2011-01-29 13:52:52','admin','gtkformitems',190,'u',26,'gtk_text'),(1790,'2011-01-29 14:23:40','admin','gtkheaders',403,'d',0,''),(1791,'2011-01-29 14:38:47','admin','gtkformitems',190,'u',141,'true'),(1792,'2011-01-29 14:39:40','admin','gtkformitems',190,'u',141,'false'),(1793,'2011-01-29 14:40:31','admin','gtkformitems',190,'u',27,'logo'),(1794,'2011-01-29 14:40:36','admin','gtkformitems',114,'u',27,'adresa'),(1795,'2011-01-29 14:40:43','admin','gtkformitems',113,'u',27,'nume'),(1796,'2011-02-05 11:28:19','admin','gtkattributes',467,'d',0,''),(1797,'2011-02-05 11:35:18','admin','gtkattributes',467,'d',0,''),(1798,'2011-02-05 11:36:36','admin','gtkattributes',467,'d',0,''),(1799,'2011-02-16 08:29:57','admin','events',66,'u',140,'chratio.renderer.set_digits(4)\nif runmode == \"add\"\n if inv=qrow(\"select cdate from invoices where id=\'#{parentM.parentselected}\'\")\n if prev=qrow(\"select chratio from invoice_items left join invoices on invoices.id = invoice_items.invoice_id where invoices.cdate=\'#{inv[\'cdate\']}\'\")\n chratio.set_default(prev[\"chratio\"])\n end\n end\nend\n'),(1800,'2011-02-16 08:32:52','admin','events',66,'u',140,'chratio.renderer.set_digits(4)\nif runmode == \"add\"\n url=Time.new.strftime(\"\"http://www.infovalutar.ro/%Y/%m/%d/eur.bnr\")\n warn(url)\n if inv=qrow(\"select cdate from invoices where id=\'#{parentM.parentselected}\'\")\n if prev=qrow(\"select chratio from invoice_items left join invoices on invoices.id = invoice_items.invoice_id where invoices.cdate=\'#{inv[\'cdate\']}\'\")\n chratio.set_default(prev[\"chratio\"])\n end\n end\nend\n'),(1801,'2011-02-16 08:47:14','admin','events',66,'u',140,'chratio.renderer.set_digits(4)\nif runmode == \"add\"\n url=Time.new.strftime(\"http://www.infovalutar.ro/%Y/%m/%d/eur.bnr\")\n warn(url)\n if inv=qrow(\"select cdate from invoices where id=\'#{parentM.parentselected}\'\")\n if prev=qrow(\"select chratio from invoice_items left join invoices on invoices.id = invoice_items.invoice_id where invoices.cdate=\'#{inv[\'cdate\']}\'\")\n chratio.set_default(prev[\"chratio\"])\n end\n end\nend\n'),(1802,'2011-02-16 08:49:31','admin','events',66,'u',140,'chratio.renderer.set_digits(4)\nif runmode == \"add\"\n require \'open-uri\'\n open(Time.new.strftime(\"http://www.infovalutar.ro/%Y/%m/%d/eur.bnr\")){|f|\n f.each{|l| warn(l.inspect)}\n }\n warn(url)\n if inv=qrow(\"select cdate from invoices where id=\'#{parentM.parentselected}\'\")\n if prev=qrow(\"select chratio from invoice_items left join invoices on invoices.id = invoice_items.invoice_id where invoices.cdate=\'#{inv[\'cdate\']}\'\")\n chratio.set_default(prev[\"chratio\"])\n end\n end\nend\n'),(1803,'2011-02-16 08:50:31','admin','events',66,'u',140,'chratio.renderer.set_digits(4)\nif runmode == \"add\"\n inv=qrow(\"select cdate from invoices where id=\'#{parentM.parentselected}\'\")\n if prev=qrow(\"select chratio from invoice_items left join invoices on invoices.id = invoice_items.invoice_id where invoices.cdate=\'#{inv[\'cdate\']}\'\")\n chratio.set_default(prev[\"chratio\"])\n else\n require \'open-uri\'\n open(Time.new.strftime(\"http://www.infovalutar.ro/%Y/%m/%d/eur.bnr\")){|f| f.each{|l| chratio.set_default(l)}}\n end\nend\n'),(1804,'2011-02-16 08:50:53','admin','events',66,'u',140,'chratio.renderer.set_digits(4)\nif runmode == \"add\"\n inv=qrow(\"select cdate from invoices where id=\'#{parentM.parentselected}\'\")\n if prev=qrow(\"select chratio from invoice_items left join invoices on invoices.id = invoice_items.invoice_id where invoices.cdate=\'l#{inv[\'cdate\']}\'\")\n chratio.set_default(prev[\"chratio\"])\n else\n require \'open-uri\'\n open(Time.new.strftime(\"http://www.infovalutar.ro/%Y/%m/%d/eur.bnr\")){|f| f.each{|l| chratio.set_default(l)}}\n end\nend\n'),(1805,'2011-02-16 08:51:16','admin','events',66,'u',140,'chratio.renderer.set_digits(4)\nif runmode == \"add\"\n inv=qrow(\"select cdate from invoices where id=\'#{parentM.parentselected}\'\")\n if prev=qrow(\"select chratio from invoice_items left join invoices on invoices.id = invoice_items.invoice_id where invoices.cdate=\'l#{inv[\'cdate\']}\'\")\n chratio.set_default(prev[\"chratio\"])\n else\n ecode(\"downloading ratio\")\n require \'open-uri\'\n open(Time.new.strftime(\"http://www.infovalutar.ro/%Y/%m/%d/eur.bnr\")){|f| f.each{|l| chratio.set_default(l)}}\n end\nend\n'),(1806,'2011-02-16 08:52:30','admin','events',70,'d',0,''),(1807,'2011-02-16 08:54:34','admin','events',70,'d',0,''),(1808,'2011-02-16 08:54:48','admin','events',70,'d',0,''),(1809,'2011-02-16 08:55:18','admin','events',70,'d',0,''),(1810,'2011-02-16 08:56:33','admin','events',70,'d',0,''),(1811,'2011-02-16 08:57:22','admin','events',70,'d',0,''),(1812,'2011-02-16 08:57:36','admin','events',70,'d',0,''),(1813,'2011-02-16 08:59:18','admin','events',70,'d',0,''),(1814,'2011-02-16 09:00:29','admin','events',70,'d',0,''),(1815,'2011-02-16 09:01:19','admin','events',70,'d',0,''),(1816,'2011-02-16 09:01:32','admin','events',70,'d',0,''),(1817,'2011-02-16 09:20:18','admin','events',70,'d',0,''),(1818,'2011-02-16 09:20:36','admin','events',70,'d',0,''),(1819,'2011-02-16 09:20:40','admin','events',70,'d',0,''),(1820,'2011-02-16 09:20:59','admin','events',70,'d',0,''),(1821,'2011-02-16 09:21:03','admin','events',70,'d',0,''),(1822,'2011-02-16 09:21:26','admin','events',70,'d',0,''),(1823,'2011-02-16 09:28:24','admin','events',70,'d',0,''),(1824,'2011-02-16 09:29:21','admin','events',70,'d',0,''),(1825,'2011-02-16 09:29:33','admin','events',70,'d',0,''),(1826,'2011-02-16 09:29:49','admin','events',70,'d',0,''),(1827,'2011-02-16 09:30:26','admin','events',70,'d',0,''),(1828,'2011-02-16 09:30:58','admin','events',70,'d',0,''),(1829,'2011-02-16 09:31:02','admin','events',70,'d',0,''),(1830,'2011-02-16 09:32:00','admin','events',70,'d',0,''),(1831,'2011-02-16 09:32:29','admin','events',70,'d',0,''),(1832,'2011-02-16 09:33:37','admin','events',70,'d',0,''),(1833,'2011-02-16 09:37:00','admin','events',70,'d',0,''),(1834,'2011-02-16 09:41:33','admin','events',70,'d',0,''),(1835,'2011-02-16 09:42:47','admin','events',70,'d',0,''),(1836,'2011-02-16 09:43:21','admin','events',70,'d',0,''),(1837,'2011-02-16 09:43:43','admin','events',70,'d',0,''),(1838,'2011-02-16 09:45:32','admin','events',70,'d',0,''),(1839,'2011-02-16 09:51:36','admin','gtkheaders',410,'i',0,''),(1840,'2011-02-16 09:52:06','admin','gtkheaders',259,'d',0,''),(1841,'2011-02-17 16:53:58','admin','gtkattributes',62,'d',0,''),(1842,'2011-02-17 16:54:30','admin','gtkattributes',64,'d',0,''),(1843,'2011-02-17 16:54:37','admin','gtkattributes',63,'d',0,''),(1844,'2011-02-18 16:35:09','admin','events',43,'u',140,'#set source\nif runmode == \'add\' && [62,63].include?(parentM.list_id)\n src_conts_id.set_default(parentM.parentselected.to_s)\n dst_conts_id.set_default(parentM.parentselected.to_s)\n valid.set_default(\"true\")\nend\nvalue.renderer.set_digits(0)\n'),(1845,'2011-02-18 19:29:27','admin','events',43,'u',140,'err\n#set source\nif runmode == \'add\' && [62,63].include?(parentM.list_id)\n src_conts_id.set_default(parentM.parentselected.to_s)\n dst_conts_id.set_default(parentM.parentselected.to_s)\n valid.set_default(\"true\")\nend\nvalue.renderer.set_digits(0)\n');
258
+ UNLOCK TABLES;
259
+ DROP TABLE IF EXISTS `images`;
260
+ CREATE TABLE `images` (
261
+ `id` int(11) NOT NULL auto_increment,
262
+ `filename` text NOT NULL,
263
+ `filedata` longblob NOT NULL,
264
+ PRIMARY KEY (`id`)
265
+ ) ENGINE=MyISAM AUTO_INCREMENT=48 DEFAULT CHARSET=utf8;
266
+
267
+ LOCK TABLES `images` WRITE;
268
+ INSERT INTO `images` (`id`, `filename`, `filedata`) VALUES (24,'manqod.svg','GdkP\0\0�\0\0\0�\0\0\0x\0\0\0x�\0\0\0\0�\0\0\0\0�\0\0\0\0�\0\0\0\0U\0\0M3\0\nZ-\0U5\0X1\0\Z[7\0�X5\0[7\0U9\0X1\0\ZU5\0Y3\0b;\0\rU+\0�\0\0\0\0].\0 \\3\0U4\0\'Y3\0<W2\0RX5\0eW3\0mW3\0rY6\0vW4\0uV5\0sW5\0oW3\0mX5\0fW5\0[Y2\0HU5\00^9\0U3\0�\0\0�\0\0\0\0U+\0[7\0V3\0AW5\0jX5\0�Y6\0�X5\0�Y5\0�Y5\0�X4\0�Y5\0�X5\0�Y5\0�X5\0�Y5\0�X5\0�X5\0�W3\0�X5\0�Y4\0pV5\0MU9\0$[7\0�\0\0\0\0 ].\0 S9\01W5\0oZ6\0�Y5\0�Z5\0�Y6\0�X6\0�X6\0�Y6\0�Y6\0�Y6\0�\rY6\0�X6\0�Y6\0�X6\0�Y6\0�Y6\0�Z6\0�Y5\0�Y5\0�Z5\0}W1\0IU/\0I$\0�\0\0\0\0b;\0\rV3\0AX5\0�Y5\0�X5\0�Y6\0�Y6\0�X6\0�Y6\0�Y6\0�X6\0�Y6\0�X5\0�Y6\0�Y6\0�Y6\0�X6\0�Y6\0�X6\0�X5\0�Y5\0�X3\0�X4\0kW8\02[7\0�\0\0\0\0M3\0\nY2\0HZ6\0�Y5\0�Y6\0�Y6\0�Y6\0�X5\0�Y5\0�Y5\0�Y4\0�W5\0��X5\0�X4\0�X5\0�Y4\0�Y5\0�X5\0�Z6\0�Y6\0�Y6\0�Y6\0�X6\0�Y5\0�Y5\0�V4\0JY7\0U\0\0�\0\0\0\0U\0\0X0\0:X4\0�X5\0�X6\0�Y6\0�X6\0�X6\0�Y5\0�Y6\0�X5\0|W5\0iU4\0cY3\0_�W5\0[ X4\0]W5\0aT3\0dW5\0jW5\0xX6\0�Y5\0�Y5\0�Y6\0�Y6\0�Y6\0�Y5\0�X5\0�U4\0cW3\0#I$\0�\0\0\0\0Z1\0X6\0�X6\0�Y6\0� Y7\0�X5\0�X4\0�X5\0nV3\0AS5\0\"\\3\0Y7\0U1\0�Y3\0U1\0]:\0Y7\0\\3\0R1\0W2\08V4\0bY5\0�X5\0�X5\0�X7\0�Y6\0�X6\0�X6\0�Y5\0�Y5\0yW8\02].\0 �\0\0\0\0I$\0W4\0gZ6\0�Y7\0�Y6\0�X5\0�Y6\0�Z2\0GR7\0].\0 \0\0\0�\0\0\0\0U\0 ]:\0W5\05W3\0mX5\0�X6\0�X6\0��Y6\0�Y6\0�Y5\0�X5\0�U2\0BX5\0�\0\0\0\0S9\0(X5\0�Y6\0�Y6\0�Y6\0�Y5\0�X2\0=b;\0\r�\0\0\0\0I$\0U/\0X4\0NY7\0�X5\0�Y6\0�Y6\0�X6\0�Y5\0�Y5\0�W4\0uf3\0�\0\0\0\0@@\0X5\0nY6\0�Y6\0�Y5\0�Y6\0PF.\0 �\0\0\0\0U3\0W5\05X6\0wY5\0�Y6\0�Y6\0�X6\0�X5\0�X5\0�Y7\0�\0\0\0\0^3\0X5\0��Y6\0�X6\0�Y5\0�U9\0�\0\0\0\0@ \0S5\0\"T3\0dW5\0�Y6\0�Y6\0�Y6\0�Y6\0�S7\0%�\0\0\0\0Z4\0]X5\0�Y6\0�Y5\0�X2\0=\0\0\0�\0\0\0\0 \0\0\0U5\0Y3\0PX5\0�X6\0�Y6\0�Y6\0�Y5\0�U9\0�\0\0\0\0I$\0Y5\0�X6\0�Y6\0�X6\0�Y6\0�U+\0 �\0\0\0\0`0\0V1\0>X6\0wX5\0�Y6\0�X4\0b@ \0�\0\0\0\0U2\0$Z5\0ރY6\0�X6\0�X3\0K�\0\0\0\0F.\0 X0\0 X0\0:X3\07Y7\0�\0\0\0\0Y2\0VY6\0�Y6\0�Y5\0�^(\0�\0\0\0\0\0\0\0U9\0 ` \0�\0\0\0\0Y5\0��Y6\0�Y5\0�\0\0\0�\0\0\0\0Y5\0��Y6\0�V4\0b�\0\0\0\0Y5\0��Y6\0�U2\0H�\0\0\0\0X5\0„Y6\0�X1\0C�\0\0\0\0W5\0��Y6\0�X4\0N�\0\0\0\0Y5\0��Y6\0�X6\0h�\0\0\0\0V6\0v�Y6\0�Z7\0��\0\0\0\0W3\0FX6\0��Y6\0�Y6\0�F.\0 �\0\0\0\0R.\0X5\0ރY6\0�X5\0�S4\01�\0\0\0\033\0X4\0��Y6\0�Y6\0�W5\0x@\0\0�\0\0\0\0X4\0kX6\0��Y6\0�X5\0�^3\0�\0\0\0\0S5\0+Y5\0׃Y6\0�X6\0�W5\0a@\0\0�\0\0\0\0U\0 X7\0�Y6\0�Y6\0�X6\0�X5\0�U3\0�\0\0\0\0W4\0IZ6\0ۃY6\0�X5\0�X2\0`33\0�\0\0\0\0U+\0Y5\0�Y6\0�Y6\0�X6\0�Y4\0�Q6\0&�\0\0\0\0\0\0\0X3\0KX6\0ۃY6\0�X5\0�U3\0rM3\0\n�\0\0\0\0U+\0W6\0�Y6\0�Y6\0�X6\0�X5\0�W2\08\0\0\0�\0\0\0\0\0\0\0U4\0EX5\0̓Y6\0�Y6\0�Y6\0�U9\0�\0\0\0\0I7\0W5\0�Y6\0�Y6\0�Y6\0�W4\0O@@\0�\0\0\0\0U5\00X5\0�Y6\0�Y6\0�X6\0�Y4\0�S5\0\"�\0\0\0\0@ \0W6\0dY6\0߃Y6\0�X5\0�W3\0mM3\0\n�\0\0\0\0U3\0W4\0�Y6\0�Y6\0�X6\0�X5\0�W2\08�\0\0\0\0U\0\0W1\0IY6\0σY6\0�X6\0�X5\0�b\'\0\r�\0\0\0\0U3\0X7\0�X5\0�Y6\0�Y5\0�Y2\0B\0\0\0�\0\0\0\0S4\01Y4\0�X7\0�Y6\0�Y6\0�X6\0�K-\0�\0\0\0\0@ \0W3\0mX6\0�Y6\0�Y5\0�V4\0J�\0\0\0\0N2\0$X5\0�X6\0�Y6\0�X6\0�Y6\0�U+\0 �\0\0\0\033\0W3\0dX5\0�Y6\0�Z6\0�U1\09�\0\0\0\0Z1\0W5\0��Y6\0�Y6\0�W6\0�U\0\0�\0\0\0\0@\0\0W4\0lY6\0�Y6\0�Y5\0�U1\0�\0\0\0\0U4\0\'Y6\0كY6\0�X6\0�Z/\0A�\0\0\0\0I$\0X5\0��Y6\0�X7\0�Y6\0{�\0\0\0\0W3\0m�Y6\0�Y6\0��\0\0\0\0Y1\09�Y6\0�Y6\0�\0\0\0�\0\0\0\0U5\0�Y6\0�X5\0�3\0\0�\0\0\0\0I$\0�Y6\0�Y6\0�M\Z\0\n�\0\0\0\0@\0\0�Y6\0�U+\0 �\0\0\0\0U\0 �Y6\0�].\0 �\0\0\0\0[7\0�Y6\0�Y6\0�U+\0�\0\0\0\0U5\0�Y6\0�Y6\0�\0\0\0�\0\0\0\0U;\0\'�Y6\0�Y6\0��\0\0\0\0W2\08�Y6\0�X5\0��\0\0\0\0Z4\0J�Y6\0�X5\0��\0\0\0\0X3\0Z�Y6\0�W4\0��\0\0\0\0W4\0g�Y6\0�X5\0��\0\0\0\0W6\0r�Y6\0�X5\0��\0\0\0\0X4\0z�Y6\0�W5\0��\0\0\0\0X4\0z�Y6\0�W5\0��\0\0\0\0V5\0s�Y6\0�X6\0��\0\0\0\0W4\0g�Y6\0�X5\0��\0\0\0\0Y4\0Y�Y6\0�Y5\0��\0\0\0\0V2\0G�Y6\0�Z6\0��\0\0\0\0X4\01�Y6\0�Y5\0��\0\0\0\0[7\0X6\0�Y6\0�X6\0�@\0\0�\0\0\0\0F.\0 X6\0�Y6\0�Y6\0�U3\0�\0\0\0\0\0\0\0Y6\0��Y6\0�Y7\0�S5\0\"�\0\0\0\0Z5\0̈́Y6\0�W2\08�\0\0\0\0Y6\0��Y6\0�U4\0N�\0\0\0\0Y6\0��Y6\0�Z4\0^�\0\0\0\0Y6\0��Y6\0�X4\0k�\0\0\0\0X7\0��Y6\0�W4\0u�\0\0\0\0Y6\0��Y6\0�Y6\0{�\0\0\0\0W6\0��Y6\0�X5\0|�\0\0\0\0W5\0��Y6\0�W5\0x�\0\0\0\0Y7\0��Y6\0�Y4\0p�\0\0\0\0X6\0��Y6\0�W5\0i�\0\0\0\0X5\0��Y6\0�W5\0a�\0\0\0\0Y5\0��Y6\0�[4\0T�\0\0\0\0Y6\0„Y6\0�Y4\0E�\0\0\0\0Y6\0ӄY6\0�R5\05�\0\0\0\0\0\0\0X6\0�Y6\0�S5\0\"�\0\0\0\0U\0 X6\0�Y6\0�Y6\0�P0\0�\0\0\0\0Y7\0X6\0�Y6\0�Y6\0�3\0\0�\0\0\0\0Q8\0)�Y6\0�Y6\0��\0\0\0\0U1\09�Y6\0�Y6\0��\0\0\0\0U4\0E�Y6\0�X5\0��\0\0\0\0U4\0N�Y6\0�X5\0��\0\0\0\0W5\0R�Y6\0�Y5\0��\0\0\0\0Y2\0M�Y6\0�Y5\0��\0\0\0\0X0\0@�Y6\0�Y5\0��\0\0\0\0W3\02�Y6\0�Y5\0��\0\0\0\0U6\0!�Y6\0�X5\0�\0\0\0�\0\0\0\0U9\0Y6\0�Y6\0�Y6\0�@\0\0�\0\0\0\0++\0Y6\0߃Y6\0�X5\0�U+\0�\0\0\0\0\0\0\0W3\0�Y6\0�X6\0�X6\0�X5\0�@\0\0�\0\0\0\0X1\0NY6\0�X4\0�X5\0�X6\0Z\0\0\0�\0\0\0\0`0\0Y5\0?X4\0TV1\0DU1\0�\0\0\0\0].\0 Z<\0U+\0 �\0\0\0\0�\0\0\0\0�\0\0\0\0�\0\0\0\0�\0\0\0\0�\0\0\0\0�\0\0\0\0�\0\0\0\0�\0\0\0\0�\0\0\0\0�\0\0\0\0�\0\0\0\0�\0\0\0\0'),(25,'gtk-print.svg','GdkP\0\0�\0\0\0\0�\0\0\0<\0\0\0<�\0\0\0\0�����������\0\0\0\0�����������������@@J�\0\0\0\0�����������������77AS�\0\0\0\0������������� ��������������������������������������������66?U�\0\0\0\0�����������������������������������������������������������������66?U�\0\0\0\0���������������������������������������������������������������������66<U�\0\0\0\0�������������������������������������������������������������������������33<U�\0\0\0\0�����������������������������������������������������������������������������33<U�\0\0\0\0���������������������������������������������������������������������������������009U�\0\0\0\0�������������������������������������������������������������������������������������009U�\0\0\0\0�����������������������������������������������������������������������������������������006U�\0\0\0\0���������������������������������������������������������������������������������������������--6U�\0\0\0\0}}�����������������������������������������������������������������������������������������������--3U�\0\0\0\0\Zyy��������������������������������������������������������������������������������������������������**3U�\0\0\0\0\Zvv��������������������������������������������������������������������������������������������������**0U�\0\0\0\0\Zrr��������������������������������������������������������������������������������������������������**0U�\0\0\0\0\Zoo��������������������������������������������������������������������������������������������������\'\'0U�\0\0\0\0KKK\"III�ii{�������������������������������������������������������������������������������������������������DDG�IIIB�\0\0\0\0UUUIII�fff�mm|�������������������������������������������������������������������������������������������������ttw�JJJ�222L�\0\0\0\0*FFFKKKUIII�HHH�III�JJJ�JJJ�����kkz�����������������������������������������������������������������������������������������������������iii�JJJ�HHH�GGG�HHH�JJJhKKK,����\0\0\0\00III1JJJ�JJJ�KKK�WWX�������������������������ccs�������������������������������������������������������������������������������������������������������������������������eeg�KKK�JJJ�GGG�KKKKUUU�\0\0\0\0DDDLLL�LLL��������������������������aap�������������������������������������������������������������������������������������������������rrt����������������������QQQ�III�CCC.�\0\0\0\0UUULLL�ooq������������������^^m�������������������������������������������������������������������������������������������������iik������������������KKK�,,,#�\0\0\0\0KKK\\UUV��������������rrr�2`��`���d���c���f���j����r���w����|���q����q��� m���f���`���`���a���=n��dkt������������������������������������||~�AAA�\0\0\0�\0\0\0\0MMMԻ������������kot����������l��������������������������������MMM�9�\0\0\0\0OOO*OOO��������������g�������\n����������������������������p�����������������������������[[\\�999�\0\0\0�\0\0\0\0OOOqsst������������������o���������������������������������c���������������������ɩ�?����������������EEE�\0\0\0�\0\0\0\0NNN������������������s��������������������r����l���W��������������������]���P����������������NNN�\0\0\0�\0\0\0\0NNN����������������������x������������e���P����L���K���gw���������������QQQ�<�\0\0\0\0QQQ��������������������������q��|�����������d���>����+���G{���������������RRR�&&&^�\0\0\0\0MMM\nSSS���������������������������T����n���Z��� ����\r���%�����������TTT�111~�\0\0\0\0UUUSSS���������������������������E����f���a���)�������\0��� ���������������ggg�666�\0\0\0�\0\0\0\0SSS(TTT�������������������������������E���f���Y�������\0���������������������������qqr�;;;�\0\0\0�\0\0\0\0UUU-UUU����������������������������������N���O�������\0��\0�������������������������������``b�<<<�\0\0\0 �\0\0\0\0 UUU-UUU������������������������������������������R���x���\0t��Q������������������������������������``b�;;;�\0\0\0 �\0\0\0\0WWW#VVV����������������������������������~���v���\0m��I}����������������������������aac�999�\0\0\0 �\0\0\0\0\\\\\\WWW���������� ������������������������r���S���:���$y��p��o���\0m�� n�� p��w��5���N���h��������������������������������``c�888�\0\0\0�\0\0\0\0UUUWWW���������������������������������������������������������������������������������������������������������������������������ZZ[�333�\0\0\0�\0\0\0\0XXX�����������������������������������������������������XXX�+++r\0\0\0�\0\0\0\0WWW䙙�����������������������������YYY�U�\0\0\0\0VVVǓ�������������888��������������XXX�\0\0\07�\0\0\0\0VVV���������������BBB��������������TTT�\0\0\0,�\0\0\0\0WWW�uux�����������KKK�OOO����������```��KKK��������������OOO�\0\0\0!�\0\0\0\0VVVPbbc�����������UUU���������������UUU��������������~~��DDD�\0\0\0�\0\0\0\0aaa\\\\\\���������������^^^����������������������������������������������������������������������������������������������ddd��^^^������������������ffg�777�\0\0\0\n�\0\0\0\0ZZZե��������������������������������������������������������������������������������������������������������������������������������������������������������������������������\\\\\\�O\0\0\0�\0\0\0\0WWW����������\Z������������������������������������������������������������������������������������������������������������������������������������������QQQ�\0\0\0*�\0\0\0\0UUU^^^��������������������������������������������������������������������������������������������������������������������������������������������������������nno�666�\0\0\0�\0\0\0\0TTT�vvx������������������������������������������������������������������������������������������������������������������������������������������������������������������������RRR�\0\0\08\0\0\0�\0\0\0\0<<<ZNNN�^^_�xxz��������������������������������������������������������������������������������������������������������������������������������������������������nn�������������yy|�bbc�PPP�<<<�@\0\0\0 �\0\0\0\0\0\0\0\0\0\0:111b???�JJK������������������������������������������������������������������������������������������������������������������������������������������OOW�:::�...nK\0\0\01\0\0\0 \0\0\0\r\0\0\0�\0\0\0\0���`���������������������������������������������������������������������������������������������\r��������������������������������������������TTb�\0\0\0�\0\0\0\0���������������������������������������������������������������������������������������������������������������������������������������������oo}�,,3F�\0\0\0\0���(�������������������������������������������������������������������������������������������������������������������������������������FFR�\0\0\0�\0\0\0\0�����������������WWf�\0\0\0\Z�\0\0\0\0������������������������������������������������������������������������������������������������������������������������������jjy� \'O�\0\0\0\0zz�2jjz��hhw�ffu�eet�ccr�aap�``o�^^k�\\\\k�[[h�YYf�WWe�VVc�TTa�RR`�QQ^�OO\\�MM[�KKY�JJW�HHV�FFT�EEQ�CCO�CCM�@@K�@@J�<<H�<<F��;;F�44=�\0\0\01�\0\0\0\0\0\0\0�\0\0\0\0\0\0�\0\0\0\0'),(26,'gtk-dialog-info.svg','GdkP\0\08\0\0\0\0�\0\0\0<\0\0\0<�\0\0\0\0�\0\0\0\0\0f�\n\0i�\"\0f�-\0d�3\0e�+\0h� \0q� �\0\0\0\0\0f�\n\0f�F\0ë\0g̽\0f��\0f��\0f��\0f��\0e̺\0fˀ\0e�?\0m��\0\0\0\0\0��\0g�J\0g̤\0f���\0f�� s��@���[���f���`���`���S���I���7}��$u��g���\0f��\0f��\0f̛\0g�>�\0\0\0\0 \0��\0f�_\0f��\0f��g��1~��n���������������������������������\n����~���f���;{��f��\0e��\0f��h��\0e�Q\0\0��\0\0\0\0 \0f�A\0f��\0f�� k��N�������������������������������������������������~���T���d��\0c��\0f��h��k�7�\0\0\0\0\n\0j� \0g̟\0f��i��B�����������������������������������������������������������������O��\nZ��\0e��g��oơM��\n�\0\0\0\0 \0h�,\0f��\0f��!u��t�������������������������������������������������������������������s���$a��\0\\��\0f��\rk��G}�=�\0\0\0\0 \0g�C\0f��h��;�������������������������������������������������������������������������������=o��S��\0e��g��N��b����\0\0\0\0\0g�T\0f��j��L������������������������������������������������������������������������������������������Mz��K��\0d��g��K��z����\0\0\0\0\0d�B\0f��\nk��O�����������������������������������������������������������������������������������O{��H��\0d��g��]��s����\0\0\0\0\0e�0\0f��j��L����������������{����{����{���{����������������{���{����{����{���{����{����{���{���:k��\0H��\0d��h��o��l����\0\0\0\0\0b�\r\0f��g��G���y������������v����v����v����������������v����v���v����v����v���v����v����v���#X��\0J��\0f��k�ِ��W����\0\0\0\0\0fˣ\0f��1��g�����������r����p����p����p����p����������������p����p����p���p����p���p����p����p���f���\nD��\0T��\0f��%r�����O����\0\0\0\0\0e�D\0f��q��\\�����������s����k����k����k����k����k���k����������������k����k����k���k����k����k���k����k���k���Ep��\0=��\0_��f��b��x���=�\0\0\0\0\0U�\0f��g��M���n�������|����e����e����e���e����e���e���x����������������o����e���e����e���e����e����e���e����e����e���N��\0F��\0f��k�ؘ��\\���!�\0\0\0\0\0g�c\0f��(z��\\�����������a���_����_����_���_����_����_���_����_��������������������|���_����_���_����_���_����_����_���_����_��� _���_���Gq��\0;��\0X��\0f��J�����S����\0\0\0\0\0��\0f��g��S���j�������m����Z����Z����Z����Z���Z����Z���Z����Z���Z���a���������������^����Z����Z���Z����Z���Z����Z����Z���Z����Z����Z��Z~��J��\0C��\0f��k�ؘ��\\���2�\0\0\0\0\0g�O\0f��$w��\\���x���~���U����T����T����T����T���T����T���T����T����T���T����T���T����T����T���T����T���T����T���T~��T}���T|���T{��Tz��5b��\0:��\0Z��\0f��Z��|���X����\0\0\0\0\0f˭\0f��G���`���}���g����O���O����O����O����O���O����O����O���O����O���O����O���O~��O}���O|��O{���Oz���Oy��Ox���Ow��Ov���Ou��Ls��=��\0H��\0f��!q�����\\���/�\0\0\0\0\0f�\0f�� k��\\���h���x���P����J����J����J����J����J����J����J���J���J~���J}��J|���J{��Jz���Jy���Jx��Jw���Jv���Ju��Jt���Js��Jr���Jq��Jp��K��\0:��\0c��h�񗚜]���R\0\0\0�\0\0\0\0\0e�N\0f��&x��\\���k���i����D|���D}���D~���D}��y���������������������������g���Du���Dt���Ds��Dr���Dq��Dp���Do���Dn��Dm���Dl��Dk��)W��\08��\0X��\0f��[��{���\\����\0\0\0\0\0g̐\0f��>���\\���l���U���?w���?x���?y���?z���?y��?x��r��������������������?q���?p��?o���?n���?m��?l���?k���?j��?i���?h��?g��4^��\08��\0L��\0f��.u�����\\���6�\0\0\0\0\0g��\0f��R���\\���b���>v���9r���9s���9t���9s���9r��P���������������9l��9k���9j���9i��9h���9g���9f��9e���9d���9c��8a��,X��9��\0A��\0f��m�ɘ��\\���N�\0\0\0\0\n\0f��g��\\���\\���Z���[��]��c��\'i��2n���4o���4n���4m�����������|����4g���4f���4e��4d���4c��4b���4a��\n4`��/]�� S��G��=��\09��\08��\0:��\0f�� j�ₘ��\\��� �\0\0\0\0\0a�\0f��m��\\���\\���K���\0X��\0Y���\0Z��[��^��a��\Zd��$f��,i��.j���.i���.h�����������x����.b��.a���.`���._��.^��)[�� U��N��I��C��\0>��\0<��\0;��\0:��\09��\07��\06��\0b��g������\\���\Z�\0\0\0\0\0e�+\0f��o��\\���\\���>��\0W��\0X���\0Y���\0Z���\0[��Z��\\��\r\\��^��^��\Z^��_��{��������\Zm���X��W��U��R��O�� L��I��E��\0C��\0B��\0A��\0@��\0>��\0=��\0<��\0;��\0:��\08��\07��\06��\0_��\0f�����f���\\���\'�\0\0\0\0\0d�8\0f��r��\\���\\���2v��\0V���\0W��\0X���\0Y���\0X��\0W���\0V��i��������\ZZ���\0L��\0K��\0J��\0I��\0G��\0F��\0E��\0D��\0C��\0B��\0@��\0?��\0>��\0=��\0<��\0:��\09��\08��\07��\06��\0]��\0f��s��m���\\���4�\0\0\0\0\0d�=\0f��q���\\���+q��\0U���\0V���\0W���\0X���\0W��\0V���\0U��i��������\ZZ���\0K��\0J��\0I��\0H��\0G��\0F��\0E��\0C��\0B��\0A��\0@��\0?��\0>��\0<��\0;��\0:��\09��\08��\07��\05��\0\\��\0f��k��r���\\���8�\0\0\0\0\0f�7\0f��p��\\���\\���&m��\0T���\0U���\0V���\0W���\0V��\0U���\0T��i��������\ZZ���\0K��\0J��\0H��\0G��\0F��\0E��\0D��\0C��\0B��\0A��\0@��\0>��\0=��\0<��\0;��\0:��\09��\07��\06��\05��\0_��\0f��s��m���\\���=�\0\0\0\0\0e�+\0f��m��\\���\\���%k��\0S���\0T���\0U���\0V���\0U���\0T���\0S��i��������\ZZ���\0J��\0I��\0H��\0G��\0F��\0E��\0D��\0B��\0A��\0@��\0?��\0>��\0=��\0<��\0:��\09��\08��\07��\06��\05��\0a��\0f�����e���\\���=�\0\0\0\0\0f�\0f��i��\\���\\���(l���\0R���\0S���\0T���\0S���\0R��i��������Z���\0I��\0H��\0G��\0F��\0E��\0D��\0C��\0B��\0A��\0@��\0?��\0=��\0<��\0;��\0:��\09��\08��\07��\05��\07��\0f��f������\\���9�\0\0\0\0\0f��\0f��V���\\���.p���\0Q���\0R���\0S���\0R���\0Q��i��������Z���\0H��\0G��\0F��\0E��\0D��\0C��\0B��\0A��\0@��\0?��\0>��\0=��\0<��\0;��\09��\08��\07��\06��\05��\0>��\0f�� j�ₘ��\\���4�\0\0\0\0\0f��\0f��B���\\���4s���\0P���\0Q���\0R���\0Q���\0P��\0O��i��������Z���\0H��\0G��\0F��\0E��\0D��\0C��\0B��\0A��\0?��\0>��\0=��\0<��\0;��\0:��\09��\08��\07��\06��\04��\0G��\0f��m�ɂ���\\���(�\0\0\0\0\0fˏ\0f��,v��\\���<x���\0O���\0P���\0Q���\0P���\0O��\0N��i��������Z���\0G��\0F��\0E��\0D��\0C��\0B��\0A��\0@��\0?��\0>��\0=��\0<��\0;��\09��\08��\07��\06��\05��\04��\0T��\0f��.u������\\����\0\0\0\0\0g�M\0f��l��\\���N���\0M���\0N���\0O���\0N��\0M��i��������Z���\0F��\0E��\0D��\0C��\0B��\0A��\0@��\0?��\0>��\0=��\0<��\0;��\0:��\09��\08��\07��\06���\04��\0a��\0f��]��{����\\���\n�\0\0\0\0\0f�\0f��\0f��N���[���O���\0M���\0N���\0M��\0L��i��������Z���\0E��\0D��\0C��\0B��\0A��\0@��\0?��\0>��\0=��\0<��\0;��\0:��\09��\08��\07��\06��\05��\04��\0A��\0f��g�𗚜]���\\���P�\0\0\0\0\0f̪\0f��*t��\\���Z���\0L���\0M���\0L���\0K��i��������Z���\0D��\0C��\0B���\0A��\0@��\0?��\0>��\0=��\0<��\0;��\0:��\09��\08��\07��\05��\04��\03��\0T��\0f��!q������\\���8�\0\0\0\0\0g�M\0f��h��X���.k��\0J���\0K���\0L���\0K���\0J��i��������Z���\0C��\0B���\0A��\0@��\0?��\0>��\0=��\0<��\0;��\0:��\09��\08��\07��\06��\05��\04��\09��\0e��\0f��]��{����\\����\0\0\0\0\0U�\0f��\0f��1v��K��\0I���\0J���\0I��i��������Z���\0B���\0A��\0@��\0?��\0>��\0=��\0<��\0;��\0:��\09��\08��\07��\06��\05��\04��\03��\0P��\0f��k�ւ���\\���T����\0\0\0\0\0g�a\0f��g��U���\rQ��\0H���\0I���\0H��\0G��i��������Z���\0A���\0@��\0?��\0>��\0=��\0<��\0;��\0:��\09��\08��\07��\06��\05��\04��\03��\0;��\0d��\0f��L������\\���2�\0\0\0\0\0f�\0f��\0f��\"p��.h���\0G���\0H���\0G��\0F��i��������Z����\0@��\0?��\0>��\0=��\0<��\0;���\0:��\n\09��\08��\07��\06��\05��\04��\03��\0X��\0f��l�Ղ���\\���Y��� �\0\0\0\0\0f�A\0f��\0f��9w��I���\0F���\0G���\0F���\0E��i��������Z����\0?��\0>��\0=��\0<��\0;���\0:�� \09��\08��\07��\06��\05��\04��\03��\0I��\0f��f��c��v����\\���6�\0\0\0\0\0g̟\0f��h��\\���\0E���\0D��}��������o����\0>��\0=��\0<��\0;���\0:�� \09��\08��\07��\06��\05��\04��\03��\0=��\0d��\0f��\'s������\\���V����\0\0\0\0\0]� \0f��\0f��c��\0G���\0D���\0C����������������\0=��\0<��\0;��\0:���\09�� \08��\07��\06��\05��\04��\03��\09��\0a��\0f��k�ؒ��^����\\���%�\0\0\0\0\0e�+\0f��\0f��\0^��\0E���\0C���\0B��P}���������������An��\0<��\0;��\0:��\09���\08��\n\07��\06��\05��\04��\03��\08��\0_��\0f��h��s��m����\\���B�\0\0\0\0\0d�B\0f��\0f��\0_��\0E���\0B���\0A��m����������������T{��\09���\08��\n\07��\06��\05��\04��\03��\0:��\0_��\0f��g��_��y����\\���R����\0\0\0\0\0g�M\0f��\0f��\0a��\0H���\0@��T���3e���3e���3d���3c���3b��3a��3a��I��\08���\07�� \06��\05��\04��\03��\0A��\0a��\0f��g��R�������\\���W����\0\0\0\0\0e�?g��\0f��\0e��\0P��\0@���\0?���\0>���\0=���\0<���\0;���\0:��\09���\08��\07���\06��\05���\04��\0M��\0e��\0f��g��_��y����\\���Z����\0\0\0\0\0f�(g�؂\0f��\0^��\0F���\0>���\0=���\0<���\0;���\0:���\09��\08���\07��\06���\05��\04��\0@��\0^���\0f��k��r��n����\\���W����\0\0\0\0\0f�\niɢ\0f���\0f��\0Z��\0F���\0<���\0;���\0:���\09��\08���\07���\06��\05��\04��\0A��\0Z���\0f��f��%r�����_����\\���R����\0\0\0\0n�Ci�݃\0f��\0^��\0N��\0A��\0;���\0:���\09���\08���\07���\06��\05��\0=��\0M��\0_���\0f��k��_��y����\\���C����\0\0\0\0@��#q�s\ni��\0f��\r\0`��\0U��\0N��\0F��\0B��\0@��\0>��\0?��\0A��\0F��\0L��\0T��\0a���\0f��l��H�����]����\\���V���\'\0\0\0�\0\0\0\0��� <{�n\Zo��g���\0f��h��p��V�������\\���Z���8��� �\0\0\0\0��� ���<M���(t��l��h��\0e���\0f��f�� j��m��*s��V������_����\\���V���5��� �\0\0\0\0 ������ ���=���T���as��mg��tZ��}i��rw��k���`����\\���T���<�������\0\0\0\0���������-���9���=����C���=���9���-�������\0\0\0\0�\0\0\0\0'),(27,'gnome-mime-image.svg','GdkP\0\0�\0\0\0\0�\0\0\0<\0\0\0<�\0\0\0\0\0\0\0GGG=HHHg�GGGhHHHXMMM�\0\0\0\0===DDD�UUU�ttt��xxx�ttt�UUU�FFF�FFF[�\0\0\0\0\0\0\0BBB™�������������������������FFF�;;;=�\0\0\0\0666Bfff����������������������������������������������������������������������������������������������fff�<<<�\0\0\0�\0\0\0\0555n����������������������������������������������������������������������������������������������������������===�\0\0\0�\0\0\0\0444q���������������������������������������������������������������������������������������������������������<<<�\0\0\0�\0\0\0\0444q���������������������������������������������������������������������������������������������������������<<<�\0\0\0�\0\0\0\0222q���������������������������������������������������������������������������������������������������������:::�\0\0\0�\0\0\0\0222q���������������������������������������������������������������������������������������������������������999�\0\0\0�\0\0\0\0222q����������������������������������������������������������������������������������������������������������777�\0\0\0�\0\0\0\0///q���������������������������������������������������������������������������������������������������������������������������������������666�\0\0\0�\0\0\0\0---q��������������������������}}}������������������������������������������������������������\\\\\\�������������������������������555�\0\0\0�\0\0\0\0---q�����������������������������������������������������������������������������������������������������������������������|||�kkk���������������������������444�\0\0\0�\0\0\0\0+++q�����������������������������������������������������������������������������������������������������������������|||�jjj���������������������������222�\0\0\0�\0\0\0\0+++q��������������������������������������������~~��������������|||�jjj����������������������������111�\0\0\0�\0\0\0\0+++q����������������������!����������������UXd�+f��1n��6t��:z��<~��>���?���>���>��;|��7w��2q��.j��\'a��!X��\ZN��C��\n8��,��\0*��\0(��ddi���������|||�jjj���������������������������111�\0\0\0�\0\0\0\0)))q������������������!��������������������V[g�A���I���O���U���[���^���`���_���]���W���R���L���E���=���4}��*p�� b��S��\nD��\05��\02��eej���������|||�jjj���������������������������///�\0\0\0�\0\0\0\0)))q����������������������!����������������X]g�M���U���_���g���m���q���s���r���o���j���c���Z���P���H���>���4}��)n��_��O��>��\02��ffk���������|||�jjj���������������������������---�\0\0\0�\0\0\0\0&&&q������������������!��������������������Z^g�X���d���o���x���~�������������������{���t���j���^���R���H���=���2z��&i��\ZY��H��4��ggl���������|||�jjj���������������������������,,,�\0\0\0�\0\0\0\0&&&q����������������������� ����������������[`h�f���s���~�����������������������������������y���l���^���Q���E���9���-s��!b��Q��;��hhl���������|||�jjj����������������������������+++�\0\0\0�\0\0\0\0$$$q���������������������� ����������������]bi�r�������������������������������������������y���j���Z���M���@���3|��\'j��X�� B��iim���������|||�iii���������������������������***�\0\0\0�\0\0\0\0$$$q������������������!��������������������^ci�|���������������������������������������������������t���d���S���F���9���+q��_��H��jjn���������|||�iii���������������������������)))�\0\0\0�\0\0\0\0\"\"\"q����������������������!����������������_cj�����������������������������������������������������|���k���Y���K���=���/w��!c��L��kko���������|||�iii���������������������������\'\'\'�\0\0\0�\0\0\0\0\"\"\"q������������������ ����������������`dk�����������������������������������������������������Z���<d��[���N���@���2z��$g��O��llp���������|||�iii���������������������������\'\'\'�\0\0\0�\0\0\0\0 q������������������!��������������������aek�����������������������������������������Mew�k�������6LY�@< �[���P���B���4}��&i��Q��mmp���������|||�iii����������������������������&&&�\0\0\0�\0\0\0\0 q����������������������!����������������ael�������������`w��������������������������\0\0\0�@Xi�����5KY�85 �\\���P���B���0s��9��;��nnq���������|||�iii���������������������������###�\0\0\0�\0\0\0\0q���������������!��������������������cgm���������^~��85 �[ci�������������fkl�38(�@< �@Wi�����4KY�85 � � �3p��*f��85 � !]�ppr���������|||�iii������������������������\"\"\"�\0\0\0�\0\0\0\0q��������������������!����������������^bg�7=%�\"�(7B�85 �CWd�������������ARZ�/0�\0\0\0�?Vi�����3KY�85 �\0\0\0� �0l��(d��\0\0\0� ]�ppr���������|||�iii������������������������!!!�\0\0\0�\0\0\0\0q~~~�����������������������������������^bh�53 �\0\0\0�,5�\0\0\0�%�0- �w�������@QY�.,�85 �� \r� \Z��\0\0\0� �.h�� �85 �\0�qqs���������|||�hhh�����������������������~~~� �\0\0\0�\0\0\0\0q}}}�����������������������������������^ch��\0\0\0�+5�85 �%�/-\n�\"-5� +3�%\'�(\'�\0\0\0�0- �\0\0\0�\n��\0\0\0�+c�� ��\0\0\0�rrt���������|||�hhh������������������������}}}��\0\0\0�\0\0\0\0q|||�����������������������������������68<��\0\0\0��\0\0\0�\0���\0\0\0���\0\0\0���\0\0\0���\0\0\0�JJK���������|||�hhh�����������������������|||��\0\0\0�\0\0\0\0q{{{�����������������������������������%\'*��\0\0\0�777���������|||�hhh�����������������������{{{��\0\0\0�\0\0\0\0q{{{������������������������������������)+.��\0\0\0�777���������|||�hhh�����������������������{{{��\0\0\0�\0\0\0\0qzzz���������������������������������������hhi��(((�ttu���������|||�hhh�����������������������zzz��\0\0\0�\0\0\0\0qyyy�������������������������������������������������������������������������������������������|||�hhh������������������������yyy��\0\0\0�\0\0\0\0qxxx�����������������������������������������������������������������������������������������������������������|||�hhh�����������������������xxx��\0\0\0�\0\0\0\0qxxx�����������������������������������������������������������������������������������������������������������|||�hhh�����������������������xxx��\0\0\0�\0\0\0\0qwww�����������������������������������������������������������������������������������������������������������|||�hhh�����������������������www��\0\0\0�\0\0\0\0qvvv�����������������������������������������������������������������������������������������������������������|||�ggg�����������������������vvv��\0\0\0�\0\0\0\0quuu������������������������������������������������������������������������������������������������������������|||�ggg������������������������uuu��\0\0\0�\0\0\0\0qttt�����������������������������������������������������������������������������������������������������������|||�ggg�����������������������ttt��\0\0\0�\0\0\0\0qttt�����������������������������������������������������������������������������������������������������������|||�ggg�����������������������ttt��\0\0\0�\0\0\0\0qsss�������������������������������������������������������{{{�ggg�����������������������sss��\0\0\0�\0\0\0\0 qrrr�������������������fff�ttt��sss�rrr�qqq�ppp�ooo��nnn��mmm�lll�kkk�jjj�iii�hhh�ggg��fff�eee�ddd�ccc�bbb�aaa��```�JJJ�sss�����������������������rrr�\r\r\r�\0\0\0�\0\0\0\0 qqqq������������������������vvv��uuu��ttt��sss��rrr��ppp��ooo�nnn��mmm��lll�uuu����������������������������qqq�\r\r\r�\0\0\0�\0\0\0\0 qqqq�����������������������������������������������������������������������������������������������������������qqq� �\0\0\0�\0\0\0\0 qooo��������������������������������������������������������������������������������������������������ooo�\n\n\n�\0\0\0�\0\0\0\0 qooo���������������������������������������������������������������������������������������������������ooo� �\0\0\0�\0\0\0\0qnnn��������������������������������������������������������������������������������������������������nnn��\0\0\0�\0\0\0\0qmmm��������������������������������������������������������������������������������������������������mmm��\0\0\0�\0\0\0\0qmmm��������������������������������������������������������������������������������������������������mmm��\0\0\0�\0\0\0\0phhh��������������������������������������������������������������������������������������������������hhh��\0\0\0�\0\0\0\0M///���������������������������������������������������������������������������������������������������������///��\0\0\0�\0\0\0\0\0\0\0\n�ttt�������������������ttt��\0\0\0y\0\0\0�\0\0\0\0\0\0\0:��@@@��EEE�@@@���\0\0\0�\0\0\03\0\0\0�\0\0\0\0\0\0\0#\0\0\0�\0\0\0��\0\0\0�\0\0\0�\0\0\0e\0\0\03\0\0\0\n�\0\0\0\0\0\0\0\0\0\0�\0\0\0\0\0\0\0\0\0�\0\0\0\0'),(28,'gnome-mime-application-postscript.svg','GdkP\0\0x\0\0\0\0�\0\0\0<\0\0\0<�\0\0\0\0\0\0\0GGG=HHHg�GGGhHHHXMMM�\0\0\0\0===DDD�UUU�ttt��xxx�ttt�UUU�FFF�FFF[�\0\0\0\0\0\0\0BBB™�������������������������FFF�;;;=�\0\0\0\0666Bfff����������������������������������������������������������������������������������������������fff�<<<�\0\0\0�\0\0\0\0555n����������������������������������������������������������������������������������������������������������===�\0\0\0�\0\0\0\0444q���������������������������������������������������������������������������������������������������������<<<�\0\0\0�\0\0\0\0444q���������������������������������������������������������������������������������������������������������<<<�\0\0\0�\0\0\0\0222q���������������������������������������������������������������������������������������������������������:::�\0\0\0�\0\0\0\0222q���������������������������������������������������������������������������������������������������������999�\0\0\0�\0\0\0\0222q����������������������������������������������������������������������������������������������������������777�\0\0\0�\0\0\0\0///q���������������������������������������������������������������������������������������������������������666�\0\0\0�\0\0\0\0---q���������������������������������������������������������������������������������������������������������555�\0\0\0�\0\0\0\0---q������������������������������������������������������������������������������������������������444�\0\0\0�\0\0\0\0+++q�������������������������������������������������� �������������������������������������������������������������������������222�\0\0\0�\0\0\0\0+++q��������������������������������������������������� ��������������������������������������������������������������������������111�\0\0\0�\0\0\0\0+++q�������������������������������������������������� �����������������������������������������������������������������������������111�\0\0\0�\0\0\0\0)))q�������������������������������������������������� ���������������������������������������������������������������������������������///�\0\0\0�\0\0\0\0)))q�������������������������������������������������� ��������������������������������������������������������������������������������������---�\0\0\0�\0\0\0\0&&&q����������������������������������������������������������������������������������������������������������������������������������������������,,,�\0\0\0�\0\0\0\0&&&q��������������������������������������������������������������������������������������������������������������������������������������������+++�\0\0\0�\0\0\0\0$$$q������������������������������������������������������������������������������������������������������������������������������������������***�\0\0\0�\0\0\0\0$$$q�������������������������������������ss|���������������������������������������������������������qqr������������������������������������������)))�\0\0\0�\0\0\0\0\"\"\"q���������������������������\Z������������www�ssu�����������������������������������������������������������������ggh�ttt�����������������������������������������\'\'\'�\0\0\0�\0\0\0\0\"\"\"q������������������ ��������sst���������������������~~����������������������������������������������������������������������������������~~~�������������������������������\'\'\'�\0\0\0�\0\0\0\0 q�������������������������������������������~kt�ܯ��ӣ��Μ��̗��ʖ��ȏ��ɒ��Ȑ��Ĉ��Ď����������Λ����������������������������lll����������������������������&&&�\0\0\0�\0\0\0\0 q���������������������������������������Θ������������������������������������������������������������������������������###�\0\0\0�\0\0\0\0q��������������������������������皚���������������������������������������ff�������������o��������������������������������������\"\"\"�\0\0\0�\0\0\0\0q����������������������������������������������������������ii��YY���XX��GG��������������������������iii��������������������!!!�\0\0\0�\0\0\0\0q~~~���������������������������������������������||���yy��ss��II��$$���������������nnp�����������������������~~~� �\0\0\0�\0\0\0\0q}}}���������������������������������������������SS��ff��EE��\n\n���\0\0��������������������������������������}}}��\0\0\0�\0\0\0\0q|||������������������������������������������������HH��33���\0\0������������������nns�������������������|||��\0\0\0�\0\0\0\0q{{{��������������� ���������������������������������++���\0\0�\n�\\\\�������������������������jjn����������������������{{{��\0\0\0�\0\0\0\0q{{{����������������������������������������״��՗���zz��WW��==��11��**��!!������%%��--��55��DD��gg�ц��֣�������������������kkn�������������������{{{��\0\0\0�\0\0\0\0qzzz�������������������������������� ����������������������������������������������������������jjk�����������������������zzz��\0\0\0�\0\0\0\0qyyy�������������������������������������ddi��������������lll�����������������������yyy��\0\0\0�\0\0\0\0qxxx�����������������������||���������EEE�HHH��ZZZ�UUU��EEE��������������vvv�������������������xxx��\0\0\0�\0\0\0\0qxxx�������������������yyz����������VVV�����������������������������YYY�VVV������������������������������������xxx��\0\0\0�\0\0\0\0qwww�������������������������������������������������������������������������������������������������������������������������������������������������������www��\0\0\0�\0\0\0\0qvvv�������������������������������������������������������������������������������������������������������������������������vvw�����������������������vvv��\0\0\0�\0\0\0\0quuu����������������������������������������������������������������������������������������������������������������������������������������������������������������uuu��\0\0\0�\0\0\0\0qttt���������������������������������������������������������������������������������������������������������������������������������������������������������������ttt��\0\0\0�\0\0\0\0qttt�������������������������������������������������������������������������������������������������������������������������������������������������ttt��\0\0\0�\0\0\0\0qsss�������������������������������������������������������������������������������������������������������������������������������������sss��\0\0\0�\0\0\0\0 qrrr����������������������������������������������������������������������������������������������������������������������������������������������rrr�\r\r\r�\0\0\0�\0\0\0\0 qqqq��������������������������������������������������������������������������������������������������������qqq�\r\r\r�\0\0\0�\0\0\0\0 qqqq��������������������������������������������������������������������������������������������������qqq� �\0\0\0�\0\0\0\0 qooo��������������������������������������������������������������������������������������������������ooo�\n\n\n�\0\0\0�\0\0\0\0 qooo���������������������������������������������������������������������������������������������������ooo� �\0\0\0�\0\0\0\0qnnn��������������������������������������������������������������������������������������������������nnn��\0\0\0�\0\0\0\0qmmm��������������������������������������������������������������������������������������������������mmm��\0\0\0�\0\0\0\0qmmm��������������������������������������������������������������������������������������������������mmm��\0\0\0�\0\0\0\0phhh��������������������������������������������������������������������������������������������������hhh��\0\0\0�\0\0\0\0M///���������������������������������������������������������������������������������������������������������///��\0\0\0�\0\0\0\0\0\0\0\n�ttt�������������������ttt��\0\0\0y\0\0\0�\0\0\0\0\0\0\0:��@@@��EEE�@@@���\0\0\0�\0\0\03\0\0\0�\0\0\0\0\0\0\0#\0\0\0�\0\0\0��\0\0\0�\0\0\0�\0\0\0e\0\0\03\0\0\0\n�\0\0\0\0\0\0\0\0\0\0�\0\0\0\0\0\0\0\0\0�\0\0\0\0'),(29,'gnome-devel.svg','GdkP\0\0 V\0\0\0\0�\0\0\0<\0\0\0<�\0\0\0\0+++:::B;;;}>>>�???�@@@�AAA�BBB�DDD�FFF�HHH�KKK�KKKmKKK=UUU�\0\0\0\0\n\0\0\0666G999�999�555�<<=�RSU�efj�sty���������� xy�mns�__c�RRS�MMM�PPP�QQQ�SSSSfff�\0\0\0\0@@@EEE`7773�\0\0\0\0@@@666c777�222�ABC�lnq�����������������������������������������������������~~��bbe�VVV�VVV�YYYv����\0\0\0\0UUUJJJ]GGG�uuu�666�9�\0\0\0\0444I555�000�LMO������������������������������������������������������������������������������```�\\\\\\�aaa�\0\0\0\0 ���HHHYJJJ��������������� 8�\0\0\0\0777444�///�@AC���������������������������������������������������������������������������������������������rrr�```�mmm�\0\0\0\0\nHHHQIII����������������������$$)�\0\0\0]�\0\0\0\0333-222�/00�nps�������������������\"����������������������������������������������������������������������������```�aaa�fff\0\0\0\0JJJ�ppp�������������������������cdw��\0\0\0�\0\0\0\0111I111�567����������������������� ��������{{{��������������������������������������������������������������������������```�\\\\\\dVVV�����������������������������\Z\Z�\0\0\0\\\0\0\0�\0\0\0\0222a000�DFG������������������$����������������|||���������������������������������������������������������������������������������YYY�����������������������������]_q�\0\0\0�\0\0\0�\0\0\0\0333Z000�KMN��������������������������������{{|�}}}�������������������������[[[�VVV�WWW�XXX�ZZZ�\\\\\\�]]]�___�```�bbb��aaa� UUU������������������������������\0\0\0Y\0\0\0�\0\0\0\0222Q111�IKL������������������������� ��������}}}�������������kkk�QQQ�TTT�UUU]XXX1UUU �\0\0\0\0ZZZbbb\'bbb<bbbQJJJ�������������������������\\]o�\0\0\0�\0\0\0�\0\0\0\0333�=??������������������������ ������������zzz���������aaa�SSS�UUU�\0\0\0\0 FFF_WWW���������������������y{���\0\0\0T\0\0\0�\0\0\0\0555�\\^_����������������������������������������������������RRR�[[[�\0\0\0\0 FFF_WWW�������������HIU�;<G� &��\0\0\0w\0\0\0�\0\0\0\05555222���������������������������������������������}}}�����TTT�MMM\n�\0\0\0\0 FFF_WWW��������������\0\0\0�\0\0\0{\0\0\0V\0\0\0!\0\0\0�\0\0\0\0333777�LLL������������������������������������������������������XXX�WWW[�\0\0\0\0FFF_WWW��������������\0\0\0^\0\0\0 �\0\0\0\0777�444����������������������������������������������������������www�XXX�UUU�\0\0\0\0FFF_WWW��������������\0\0\0^\0\0\0 �\0\0\0\0 \0\0\0666u333���������������������������������������������������������������pU�iNM�bFF�\0\0\0�\0\0\0\0FFF_WWW��������������\0\0\0^\0\0\0 �\0\0\0\0\0\0\0555C555a777�222�}}}���������������������������������������������������������rgW�ԅ\Z��h�g31�cGG��\0\0\0\0FFF_WWW��������������\0\0\0^\0\0\0 �\0\0\0\0333\n444�---�,,,�^^^����������������������������������������������������������\n������������|jR�����{���9��J�f44�dVVs�\0\0\0\0FFF_WWW��������������\0\0\0^\0\0\0 �\0\0\0\0777444�@@A������������������������������������������������������������������� ��������{|~��mI��\r���h��Ө��џ���l8%�f22��\0\0\0\0FFF_WWW��������������\0\0\0^\0\0\0 �\0\0\0\0\"666444�IIJ�������������������������������������������������yzz�zzz�{{|���������������������stt��o?��� ���_��ɔ��С��֭���s��e�g43�e22`�\0\0\0\0FFF_WWW��������������\0\0\0^\0\0\0 �\0\0\0\0,@@@444�RRT�������������������������������������������������Z[[�JJJ�MMM�NNN�WWW�������������nmk��p5�����U������ƍ��̙��ҥ��֮���/��H�e33�b11\ZFFF_WWW��������������\0\0\0^\0\0\0 �\0\0\0\0+555>,,,�������������������������������������������������^__�JJJ�KKKG\0\0\0\0LLLRRR�VUU�����khc��o)�����I���l���y��…��ȑ��Ξ��Ԫ��ќ�݀�k7%�X;;�WWW��������������\0\0\0^\0\0\0 �\0\0\0\0999 777陙������������������������������������������opp�KKK�NNN>�\0\0\0\0```YNN�f90��_��x\0���9���X���d���q���}��Ċ��ʖ��ѣ��ׯ���m��W�WWW��������������\0\0\0^\0\0\0 �\0\0\0\0999k444�����������������������������������������JJJ�MMMt�\0\0\0\0Y@@d::�j5\'��d�����K���]���i���v������Ǐ��͛��ӧ�����XWV��������������\0\0\0^\0\0\0 �\0\0\0\0UUU<<<�kkm���������������������������������WWW�MMM�\0\0\0�\0\0\0\0Y@@(f66�k7\"��c��}��|@���a���n���z��Ç��ɓ���~�XWW��������������\0\0\0^\0\0\0 �\0\0\0\0 <<</===��������������������������������LLL�LLL%�\0\0\0\0]..!i//�k)$�p\'\"�k%%��F0���e���s������r�XWW�������������\Z�@ �\\..Y�\0\0\0\0\nBBBe???�������������������������OOO�NNNr�\0\0\0\0nJm!!����70�� �u#\"��F0���i���e�XWW���������������`�xB�e33�c99�\0\0\0\0 CCCyCCC�����������������XXY�OOO�UUU�\0\0\0\0p m!!�������秤��\n�s$#�zA3�XVV����������������n��Ǐ��z�i7)�f44��\0\0\0\0GGGZGGG�OOO�qrs�QQQ�PPP�UUU�\0\0\0\0�\0\0m!!�� ���������懅�� �r&%��[]������������a��ˠ��ٳ���S��]�f33�g22M�\0\0\0\0GGGLLLlNNN�NNNrMMM\n�\0\0\0\0o 7m!!��(��������������hf��\r �r\'&�oFL�\Z��zT������ϟ��ի��׮���{C�e33�f33�\0\0\0\0n��\Z��rl������������������GF�� �p(\'�r=1��x��ŋ��˗��Ѥ��װ��Ɋ��u\0�i5*�e33��\0\0\0\0\0\0\0p�q��3*������������������hh��QQ��(&�� �o((��Q@������ǐ��͜��Ө��ڴ���>��Z�f33�f33F�\0\0\0\0in�u��/\'������������������hh��QQ��99��\"\"���� �o**��SB������ɔ��С��֭��֪���yB�f33�j55�\0\0\0\0p\Z\Z2p߀��I@������������������hh��QQ��99��\"\"��\n ��\0��\0�� \n�f11�Əc��ƍ��̙��Ҧ��ز���q��v\0�k7%�f33�f33�\0\0\0\0pdp����pi������������������hh��QQ��65����������\0���r:.��m��…��Ȓ��Ξ��Ԫ��۵���L��w�n;%�f33�i55\"�\0\0\0\0 m$$r�t��$�훕������������������hh��QQ��0/��\r�� ����\n��\r��\r �r\'\'��F��Q���}��Ċ��ʖ��ѣ��ׯ��ܻ���`��}�sB+�f33�f33(�\0\0\0\0\"tq�|��:-����������������������hh��QQ��53����\n���q\'&�i++�g,,�f..�g00�q:\r�ހ���u������Ǐ��͛��Ө��ٴ��޿���s�ۇ�vF+�f22�d66!�\0\0\0\0$q-s����\\P����������������������hh��QQ��88�� �� ���j((�V##�-9\0\0\0\n\nW**�`0+��a��C���{��Ç��ɓ��Ϡ��լ��ܹ������Ȃ���-�xF-�f33�b11\Z�\0\0\0\0uFs���}����������������������hh��QQ��99������ �l\'\'�Nv\0\0\0�\0\0\0\0m$$f33�q;��v���l�����Ō��˘��ҥ��ر��޾������ˋ�ݘ=�vE2�f33�f33�\0\0\0\0t\\t��������������������������hh��QQ��99�������r#\"�\\!!�\0\0\0�\0\0\0\0f33Af33��M��.���x������ȑ��Ν��Ԫ��ڶ����������ϓ�לK�tD5�e33�f33�\0\0\0\0v\r\ruw��\'��������������������������hh��QQ��99��������e##�\0\0\"�\0\0\0\0f22�k6$��l���\\���}��ĉ��ʕ��Т��֮��ݻ����������җ�ӚR�q@5�g33�U++�\0\0\0\0u �x\r��0\"��������������������������hh��QQ��99��!������\Z�i##�*\r\r=\0\0\0�\0\0\0\0f33(f33��J�����u������Ǝ��̚��ӧ��ٳ��������������ԝ�ϝ[�n91�g33�\0\0\0�\0\0\0\0w �|\r ��7%��������������������������hh��QQ��99��\"\"�������l!!�Da\0\0\0�\0\0\0\0f44�k6!��d\0��G���z��†��ɓ��ϟ��ի��۸��������������٪�̜b�k85�f33��\0\0\0\0w �{ \n��=+��������������������������hh��QQ��99��\"\"������\n�q! �X�\0\0\0�\0\0\0\0f33-f33��G��r ���m�����ŋ��˗��Ѥ��װ��޽��������������ܵ���h�f33�f33i�\0\0\0\0w|{\n ��<*��������������������������hh��QQ��99��\"\"�� �����w�b�\0\0\0�\0\0\0\0f33�n5 ��Z\0��1���w������ǐ��͜��ԩ��ڵ�����������������������c�f44�f33A�\0\0\0\0x[{��7$��������������������������hh��QQ��99��\"\"�� �������h�&�\0\0\0\0e66&f33��A��c���]���|��È��ʕ��С��֭��ܺ����������������������sT�f33�d77�\0\0\0\0y;z��+��������������������������hh��QQ��99��\"\"��\n�������k�(\r\r:\0\0\0�\0\0\0\0f33�i4&��U��z���t������ƍ��̙��Ҧ��ز��߿����������������������^G�e33�U++�\0\0\0\0{\0\0z� ��������������������������hh��QQ��99��\"\"��\r �������m�7J\0\0\0�\0\0\0\0j55f33��?\n��\\��F���y��…��Ȓ��Ξ��ի��۷��������������ߺ������n�p@7�f33��\0\0\0\0\0\0\0y����������������������������hh��QQ��99��\"\"��\r ����\Z���o�C\\\0\0\0�\0\0\0\0g33�g3+��S��f ���k���~��Ċ��˗��ѣ��ׯ��ݻ��ҥ��9��i��i��j��g\Z�f33�d77�\0\0\0\0{\0\0[���[E����������������������hh��QQ��99��\"\"��\r\n��\Z�����q�Mp\0\0\0 �\0\0\0\0b;;\rf22�x<��Y�ۅ0���v������Ǐ��͛��ɗ��4��e ��e ��e ��f��g��X�f33�f332�\0\0\0\0�\0\0z�\r����������������������hh��QQ��99��\"\"��\n������\r�r�Rz\0\0\0�\0\0\0\0f33Zg33��J��\\��Z���{��Ç���y��u��`��a��b\r��c ��c ��d\n��G �f33�].. �\0\0\0\0|\0\0J���lW������������������hh��QQ��99��\"\"��\n������\Z�s�Tz\0\0\0�\0\0\0\0g33�k6!��V��q\Z���s���l��o��]��^��^��_��`��a��a\r�k3#�g33��\0\0\0\0}\0\0�������������������hh��QQ��99��\"\"��\n��! �� ��\r�r�U{\0\0\0�\0\0\0\0i55\"f44��? ��X��B��v��Z��Z��[��\\��]��]��^��?�g33�e555�\0\0\0\0y\0\0����bM����������hh��QQ��99��\"\"��\n��#\n��\" ��\r�r�Su\0\0\0�\0\0\0\0e33th41��M��Y��W��W��X\Z��X��Y��Z��[��E�f21�e33��\0\0\0\0y\0\0i���- ��VE��hh��QQ��99��#��!\n��%\n��\" ���q�C [\0\0\0 �\0\0\0\0UUUf22�j5$��T��S��T��U��V��V��W�{?�e32�f33�UUU�\0\0\0\0�\0\0\nwؘ\r��, ��:&��3&��\'��( ��&\n�� ���p�5C\0\0\0�\0\0\0\0 d77f22�j4��L��Q\"��R!��S ��M�b4�f33�f22�UUU�\0\0\0\0 j\0\0vޘ��) ��+ ��) ��$ �� �x\r�g�*\0\0\0�\0\0\0\0 e66&g33�[1(�c;�d;�\\2 �d20�g33�f33Z�\0\0\0\0 f\0\0uׂ ���� �w\n\n�o �H\\\0\0\0�\0\0\0\0i44\'f33�f33�f33�f33�f33xj++ �\0\0\0\0M\0\0\nalf�`�CL\0\0\0\0\0\0�\0\0\0\0`@@�\0\0\0\0'),(30,'gtk-about.svg','GdkP\0\0!\0\0\0\0�\0\0\0<\0\0\0<�\0\0\0\0��\0\r��\0*��\0�\0\0\0\0��\0 ��\0�\0\0\0\0��\0T�����������\0(�\0\0\0\0��\0��\0���������\0���\0�\0\0\0\0��\0�����i�������N���\0��\0\0\0\0��\0_��#������~������\0K�\0\0\0\0��\0)�������������w���\0ߘ\0\0\0\0��\0���E�����������6���\0v�\0\0\0\0��\09��\0���\0���\0-�\0\0\0\0��\0-�������������w���\0�\0\0\0\0��\0P��\0���\0���\0�\0\0\0\0��\0��\0r��\0���\0|��\0�\0\0\0\0��\0���G��������6���\0x�\0\0\0\0��\0\r��\0���\0���\0h��\0�\0\0\0\0��\0,��\n���O���J������\0E�\0\0\0\0��\0-�������������w���\0�\0\0\0\0��\0|�����V���?������\0 �\0\0\0\0��\0���$���[���+���\0���\0\r�\0\0\0\0��\0���G��������6���\0x�\0\0\0\0��\0��\0���2���Z������\0|�\0\0\0\0��\0��;�����������a������\0E\0\0\0\0��\0-�������������w���\0�\0\0\0\0��\0|�����u�������������\0?�\0\0\0\0\n�����w�����������6���\0���\0\r\0\0\0\0��\0���G������\n��6���\0x\0\0\0\0��\0��\0���?�����������n���\0Ո\0\0\0\0��\0j��*���������������a������\0E��\0-�������������w���\0�\0\0\0\0��\0|�����u��������}������\0\'�\0\0\0\0\n��\0���a���������������6���\0���\0\r��\0���G������\n��6���\0x��\0��\0���?���������������V���\0��\0\0\0\0��\0��\0���?���������������a������\0r�������������w���\0���\0|�����u�����������\"���\0��\0\0\0\0\n��\0F�� ���h���������������6���\0���\0���G������\n��6���\0���\0���?���������������a������\08�\0\0\0\0��\0��\0���?���������������a�����������������w���\0������u�����������\"���\0���\0�\0\0\0\0 ��\0T�� ���h���������������6���\0���G������ ��6���\0���?���������������a������\0E�\0\0\0\0\r��\0��\0���?���������������a��� �����������w������u�����������\"���\0���\0�\0\0\0\0��\0T�� ���h���������������6���G��������6���?���������������a������\0E�\0\0\0\0 ��\0��\0���?���������������k�����������z���u�����������\"���\0���\0�\0\0\0\0��\0T�� ���h���������������e��������`���������������a������\0E�\0\0\0\0��\0��\0M���\0U ��\0j��\0���?�����������������������������������\"���\0���\0X���\0U��\0E��\0 �\0\0\0\0��\0��\02���\0U��\0��� ���h��������������������������������a������\0����\0U��\0T��\0-�\0\0\0\0��\0T�� ���&���)���)����)���)���)���)���[����������������H���)���)����)� ��)���)���)���\"������\0%��\0��\0�������)���)���)���)����)���5���r����������������n���1���)���)���)���)����)���(������\0��\0\0\0\0�����i�������������������������������������������������������������I���\0���\0P������������������������������������������������������������~������\0:��\0�����}������������_���\0���\0f��/���������������&���\0P\0\0\0\0��\0���)���`���e���e���e���e���e���e���e���m����������������}���j���e����e���e���e���e���e���X������\0a��\0�����I���d���e���e���e���e���e���e���e���v����������������s���e���e���e���e����e� ��e���e���C������\0\0\0\0\0��\0��\0y��\0����\0���\0������u����������������������������a������\0���\0���\0���\0Y�\0\0\0\0��\0,��\0����\0���\0���\0���?��������������������������������6���\0���\0ȅ��\0���\0���\0!�\0\0\0\0��\0|�����u������\n��������������}���������������a������\0E�\0\0\0\0��\0��\0���?���������������r��������r��������������6���\0���\0\r�\0\0\0\0��\0|�����u������ ������:�����������w���?���������������a������\0E�\0\0\0\0��\0��\0���?���������������a���O��������B���h��������������6���\0���\0\r�\0\0\0\0��\0|�����u������������\"��������������w���\0���?���������������a������\0E�\0\0\0\0 ��\0��\0���?���������������a������G������ ��6��� ���h��������������6���\0���\0\r�\0\0\0\0��\0{�����u������������\"���\0��������������w���\0���\0���?���������������a������\0C�\0\0\0\0\n��\0��\0���?���������������a������\0���G������\n��6���\0��� ���h��������������6���\0���\0 �\0\0\0\0��\0?�����u������������\"���\0���\00�������������w���\0���\0��\0���?���������������a������\0�\0\0\0\0\n��\0���;���������������a������\0E��\0���G������\n��6���\0x��\0T�� ���h��������������1���\0��\0\0\0\0��\0���>���������������\"���\0���\0��\0-�������������w���\0�\0\0\0\0��\0��\0���?��������������!���\0B�\0\0\0\0\n�����{�����������a������\0E\0\0\0\0��\0���G������\n��6���\0x\0\0\0\0��\0T�� ���h�����������q���\0؈\0\0\0\0��\0[�����|���z���\"���\0���\0\0\0\0\0��\0-�������������w���\0�\0\0\0\0��\0��\0���=������p��� ���\0�\0\0\0\0��\0���R�������_������\0E�\0\0\0\0��\0���G��������6���\0x�\0\0\0\0��\0T�� ���f������G���\0��\0\0\0\0��\0��\0��� ��� ���\0���\0�\0\0\0\0��\0-�������������w���\0�\0\0\0\0��\0��\0���������\0e�\0\0\0\0��\0,�����������\0?�\0\0\0\0��\0���G��������6���\0x�\0\0\0\0��\0N��������\0���\0 �\0\0\0\0��\0��\0 �\0\0\0\0��\0-�������������w���\0�\0\0\0\0��\0��\0�\0\0\0\0��\0��\0��\0�\0\0\0\0��\0���G��������6���\0x�\0\0\0\0��\0��\0�\0\0\0\0��\0��\r����������i���\0Ϙ\0\0\0\0��\0|��9�����������-���\0f�\0\0\0\0��\0���\'���J������\0i�\0\0\0\0��\0\"�����>���<������\0�\0\0\0\0��\0��\0k��\0���\0M�\0\0\0\0��\0%��\0���\0���\0�\0\0\0\0��\0��\0$��\0�\0\0\0\0��\0��\0;��\0&�\0\0\0\0��\0���\r������\0���\0\n�\0\0\0\0��\0\Z�����������\0��\0\0\0\0��\06�����z������-���\0u�\0\0\0\0��\0���=�������{������\0\'�\0\0\0\0��\0f��/�����������U���\0��\0\0\0\0��\0���c�����������$���\0K�\0\0\0\0��\0\\��\0���\0���\0�\0\0\0\0��\0i��0�����������V���\0��\0\0\0\0��\0��\0r��\0���\0|��\0 �\0\0\0\0��\0��\0���\0���\0}��\0�\0\0\0\0��\0���d�����������$���\0K�\0\0\0\0��\0\'��\0���\0���\0e�\0\0\0\0��\0f�����W���9������\0�\0\0\0\0��\0i��0�����������V���\0��\0\0\0\0��\0��\0���&���[���*���\0��\0\0\0\0��\0���=���f���\'���\0���\0�\0\0\0\0��\0���d�����������$���\0K�\0\0\0\0��\05�����J���b������\0]�\0\0\0\0��\0���a�����������H������\0\0\0\0\0��\0i��0�����������V���\0�\0\0\0\0��\0��\0���,����������}������\0�\0\0\0\0��\0�����������������,���\0���\0\0\0\0\0��\0���d�����������$���\0K\0\0\0\0��\05�����Z�����������Y���\0��\0\0\0\0��\0���J���������������H������\0��\0i��0�����������V���\0���\0��\0���,���������������j����\0\0\0\0��\0�����l���������������,���\0���\0��\0���d�����������$���\0K��\05�����Z���������������8���\0��\0\0\0\0��\0\'�����Z���������������H������\0���0�����������V���\0���\0���,��������������p������\0X�\0\0\0\0��\0\\�����p���������������,���\0���\0���d�����������$���\0������Z���������������H������\0�\0\0\0\0��\05�����Z���������������H������0�����������V���\0���,��������������p������\0f�\0\0\0\0��\0f�����p���������������,���\0���d�����������$������Z���������������H������\0�\0\0\0\0��\05�����Z���������������H���1�����������V���,��������������p������\0f�\0\0\0\0��\0f�����p���������������,���d�����������*���Z���������������H������\0�\0\0\0\0��\05�����Z���������������c�����������i��������������p������\0f�\0\0\0\0��\0f�����p���������������p�����������i���������������H������\0�\0\0\0\0��\0(��\0R���\0U��\0������Z�����������������������������������p������\0����\0U��\08��\0�\0\0\0\0��\0 ��\0Q���\0f��\0������p�����������������������������������H������\0����\0f��\0c��\06�\0\0\0\0��\0������(���)���)����)���)���)���.���j����������������v���:���)���)���)���)����)� ��)���\Z���\0���\0��\0�����%���0���0���0���0���0����0���@���v����������������c���1���0���0���0���0����0���.������\0�\0\0\0\0��\0%�����{���������������������������������������������������������(���\0e��\0���7����������������������������������������z��� ���\0��\0=������������������8���\0{��\0���C���������� ��������\0$��\0�����=���c���e���e����e���e���e���e���q����������������w���f���e���e���e����e�\n��e���e���L���\n���\0)��\00��\n���E���U���U����U���U���U���U���Y���u����������������h���U���U����U� ��U���U���U���T���-���\0���\0\0\0\0\0��\0��\0���\0����\0���\0���\0���,�����������������������������������H������\0Ӆ��\0���\0���\07�\0\0\0\0��\01��\0����\0���\0������Z�������������������������������,���\0���\0����\0���\0���\0u��\0\n�\0\0\0\0��\0��\0���,���������������v�����������v���������������H������\0�\0\0\0\0��\05�����Z���������������u�����������v��������������,���\0���\0�\0\0\0\0��\0��\0���,���������������p���A�����������[���Z���������������H������\0�\0\0\0\0��\05�����Z���������������H���e�����������5���p��������������,���\0���\0�\0\0\0\0��\0��\0���,���������������p������0�����������V������Z���������������H������\0�\0\0\0\0��\05�����Z���������������H������d�����������$������p���������������,���\0���\0�\0\0\0\0��\0��\0���,���������������p������\0���0�����������V���\0������Z���������������H������\0�\0\0\0\0��\04�����Z���������������H������\0���d�����������$���\0������p���������������,���\0���\0�\0\0\0\0��\0{��(���������������p������\0f��\0i��0�����������V���\0���\05�����Z���������������F���\0��\0\0\0\0��\0�����Y���������������H������\0��\0���d�����������$���\0K��\0f�����p��������������&���\0s�\0\0\0\0��\0���f�����������p������\0f\0\0\0\0��\0i��0�����������V���\0�\0\0\0\0��\05�����Z�����������������\0�\0\0\0\0��\0�����������������H������\0\0\0\0\0��\0���d�����������$���\0K\0\0\0\0��\0f�����p�����������Z���\0��\0\0\0\0��\0���;�������l������\0f�\0\0\0\0��\0i��0�����������V���\0��\0\0\0\0��\05�����W������[���ه\0\0\0\0��\0�����[������F������\0�\0\0\0\0��\0���d�����������$���\0K�\0\0\0\0��\0f�����j���}���+���\0}�\0\0\0\0��\0��\0���������\0]�\0\0\0\0��\0i��0�����������V���\0��\0\0\0\0��\02�����������\09�\0\0\0\0��\08��������\0���\0�\0\0\0\0��\0���d�����������$���\0K�\0\0\0\0��\0Y��������\0���\0�\0\0\0\0��\0��\0�\0\0\0\0��\0i��0�����������V���\0��\0\0\0\0��\0��\0�\0\0\0\0��\0�\0\0\0\0��\0���d�����������$���\0K�\0\0\0\0��\0�\0\0\0\0��\0Q��&�����������E���\0��\0\0\0\0��\0���M�����������\Z���\07�\0\0\0\0��\0\r�����7���B���\n���\01�\0\0\0\0��\06��\n���8���\'���\0���\0�\0\0\0\0��\0��\0���\0���\00�\0\0\0\0��\0)��\0{��\0d��\0�\0\0\0\0'),(31,'gnome-help.svg','GdkP\0\0�\0\0\0\0�\0\0\0<\0\0\0<�\0\0\0\0f33g22Rf42�q3)�w3!�{3�|3�}3�}3�{3�y3 �t2%�l3.�f44lf332�\0\0�\0\0\0\0g00%i20�w3#݂2��2\n��2���1\0��2��2�|3�o2(�g22Rm$$�\0\0\0\0�\0\0f33Ut3%Ӆ2��2��1\0��3��O0��td�㟗��������������������������곮�ى}��`I��>���1\0��2 �|3�k3.�d77�\0\0\0\0 \0\0\0e44Xv3#�2 ��1\0��5��cM�誥��������������؅x��D ��1\0��2��3�l4.�f33�\0\0\0\0g11*q4)ɍ2 ��1\0��<�ݐ��������������������_F��1\0��2�}4�f42q�@@�\0\0\0\0\0\0\0g53t�3��1��0�ޓ����������������R6��1\0��2 �r3&�d66!�\0\0\0\0i--n3+��2 ��1\0��\0��\0�������������,,��\0��+\0��1�|4�g44O�\0\0\0\0 h//s3%ݖ2��/\0��\0��\0\0��\0\0��66���������������\0\0��\0��#\0��1\0��3�i42p�\0\0\0\0\ng00%w3\"�2��)\0��\0��\0\0����GG��~~����������\n����쉉��kk����\0\0��\0\0��\0��1\0��3�l2/��\0\0\0\0d77w3!�1��&\0��\0��\0\0����ff��쀀����������� ����퀀�쀀��}}��99����\0\0��\0��0\0��2\r�i1/|�\0\0\0\0\rf33u3%ݗ2��&\0��\0��\0\0����vv�쀀�퀀���hh��xx������\r�����KK��}}�퀀�쀀�뀀��OO����\0\0��\0��1\0��3�i30d�\0\0\0\0\0\0\0n2*��2��)\0��\0��\0\0��$$��zz�쀀�퀀��ww��55���������������FF��\0\0����]]�퀀��쀀��YY����\0\0��\0��1\0��2�c446�\0\0\0\0k20u�2 ��/\0��\0��\0\0����{{�쀀�퀀��__����\0\0��\0\0��\0\0��88���������������\0\0��\0\0��\0\0����55��{{�퀀�쀀��RR����\0\0��\0��1\0�u2\"�`00�\0\0\0\0d22)�3��1\0��\0��\0\0����uu�쀀�퀀��EE����\0\0��\0\0��\0\0��\0\0��\0\0���������������%%��\0\0��\0\0��\0\0��\0\0��\0\0����qq�퀀�뀀��HH��\0\0��\0��(\0��2�j2+��\0\0\0\0\0\0\0q4)ɘ1��\0��\0\0����ff�쀀��~~��33��\0\0��\0\0��\0\0��\0\0��\0\0��\0\0��\0\0������������������������������������������������������\0\0��\0\0��\0\0��\0\0��\0\0��\0\0��\0\0�� ��gg�쀀����((��\0\0��\0��0\0��2�^//A�\0\0\0\0e44X�2 ��0��\0��\0\0��GG�쀀����11��\0\0��\0\0��\0\0��\0\0��\0\0��\0\0��\0\0��\0\0��\0\0��{{���������������������������������������������\0\0��\0\0��\0\0��\0\0��\0\0��\0\0��\0\0��\0\0��\n\n��ii�쀀��ww����\0\0����1\0�r3$�\0\0�\0\0\0\0�\0\0v3#�1\0�ޒ�����77��~~�쀀��99��\0\0��\0\0��\0\0��\0\0��\0\0��\0\0��\0\0��\0\0��\0\0��\0\0�������������������������������������������������������������dd��\0\0��\0\0��\0\0��\0\0��\0\0��\0\0��\0\0��\0\0��\0\0��\0\0�� ��oo�쀀��UU��bb������:��2 �[.._�\0\0\0\02g44T�2 ��<������������������XX��\0\0��\0\0��\0\0��\0\0��\0\0��\0\0��\0\0��\0\0��\0\0��\0\0��\0\0�� ��WW����������������������{y��uq��xu���������������������ά�������\0\0��\0\0��\0\0��\0\0��\0\0��\0\0��\0\0��\0\0��\0\0��\0\0��������������܎���1\0�q2#�\0\0\0�\0\0\0\0s3%ә1\0�ݑ������������^^����\0\0��\0\0��\0\0��\0\0��\0\0��\0\0��\0\0��\0\0�� ����!!����������G<�����\0��\0��&��lf������KK��������\0\0��\0\0��\0\0��\0\0��\0\0��\0\0��\0\0��\0\0�����������������;��2�W,,L�\0\0\0\0g00%�2��4����������&�����88��\0\0��\0\0��\0\0��\0\0��\0\0��\0\0������$$��,)��\r��\0����\"�s(#�f)\'�V**�],*�k)%�~&�������\"��,,������\0\0��\0\0��\0\0��\0\0��\0\0��\0\0�� ������������Ԁr��1�f/(��\0\0\0\0i20��2��cM������#�����������\0\0��\0\0��\0\0��\0\0����$$��&!�����%�S((�!=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0 P**Im,(ʓ��\0��\Z��+*����\n\n��\0\0��\0\0��\0\0����YY���������������1\0�}3�<�\0\0\0\0w4#ݙ1\0�誥������\r�����{{�� ��\0\0�� ��!!��\'\"��\0��\n�h*(�\Z\r\r;\0\0\0\0\0\0�\0\0\0\0\n`00P�%����\r��*)������\0\0��44�����������E\"��3 �T))^\0\0\0\0k66�2��3���������� �����QQ����(&����\Z �]*(�\0\0\0+\0\0\0�\0\0\0\0i44\'~& �\0����##����������������Ճt��2�_-*�\0\0\0\0e44S�2\n��O1����������Ú������g*(�\0\0\0+\0\0\0�\0\0\0\0f337�\"��\0��WU����������걬��1\0�t1!�\0\0\0f42��2��tc����������Ƒ���\0�%�\Z\r\r:\0\0\0�\0\0\0\0i1/����:/���������������1\0�2\Z�\r\rq3)��1\0�㟗�����������G=���T))�\0\0\0�\0\0\0\0].. �%�\0�͡��������=��3�A##;x3!ݙ1\0��������������\"�!=\0\0\0�\0\0\0\0m/-����jd�����������T7��2 �M\'\'cz3�1\0����������襣��\0�t(#�\0\0\0�\0\0\0\0f33F�\r��@3�������`H��2�P((y|3��1\0����������臃��\0�e)\'�\0\0\0�\0\0\0\0h00 ���\n�����������lZ��2�R((�}3��1\0�����������|v��\0�W**�\0\0\0�\0\0\0\0m$$�\"��\0�����������wh��2�T**�}3��1\0�����������}��\0�_,*�\0\0\0�\0\0\0\0f33� �������������rb��2�S))�|3�1\0�������������\0�l)%�\0\0\0�\0\0\0\0f33-���(�����������fT��2�P\'\'�y3 �1\0�׳������������\0�~&�\0\0 �\0\0\0\0h33n���RH�����������\\E��2 �K\'\'wu4&˙1\0�͠������������#���P**I�\0\0\0\0w+&ʧ\0������������M.��2�@[l3.��1\0���w�����������qj���m+\'ɑ\0\0\0\0e55:������������������5��3�\"4g33m�2��_L������������������^00O�\0\0\0\0U++v,\'ӧ\0��le������\n����ǩ���1\0�z3�\0\0\0f332�2��@\Z�������������������>>�� \0��\0��$�g00%�\0\0\0\0o.,����\0�� ��������������\n����Œ���1\0�j0&�\0\0\0�\0\0|3��1\0�Ʈ����������� ���������LL��\0\0��\0\0��\0���~& �e555�\0\0\0\0 f33l0.�� ��\0��\0��\0\0��\Z\Z��||����������\n�����dQ��2�P))�\0\0\0 \0\0\0\0o2)��1\0��{r����������\r�����������??��ff��))��\0\0��\0��\0��\0�� �j20�j++ �\0\0\0\0 d228u+&՞��\0��\0��\0\0����XX��ff��\n\n��AA��������������Ļ���4��2�3\Z\ZP�\0\0\0\0g22R�2 ��G&��������������$�����$$��\0\0��\0\0����ee��ee�� ��\0\0��\0��\0��\0����&�l.-�e22Gh00 m$$a11d22.g33mv+&ː��\0��\0��\0��\0\0����NN��ff��CC��\0\0��\0\0����jj�������������������1\0�q0\"�\0\0\0!�\0\0\0\0U++{3��1\0��������������(�����HH��\0\0��\0\0��\0\0��\0\0��\0\0��@@��ff��dd��!!��\0\0��\0\0��TP��7)��\0����\r����\"�� ������\0��\Z��le��\r��\0\0����KK��ff��dd����\0\0��\0\0��\0\0��\0\0�����������������������ZB��3�S))�\0\0\0�\0\0\0\09l3.��2��_K������������������mm����\0\0��\0\0��\0\0��\0\0��\0\0��\0\0�� ��^^��ff��ff��;;����������������mf��;.��\Z��\0��\0��(��SI�����������������ZZ��ff��ff��44��\0\0��\0\0��\0\0��\0\0��\0\0��\0\0��\0\0��**����������������������1\0�~2� @\0\0\0�\0\0\0\0d77�3��1\0���������ꓓ����\0\0��\0\0��\0\0��\0\0��\0\0��\0\0��\0\0��\0\0��\0\0����dd���ff������������������������zz��ff��ff��GG����\0\0��\0\0��\0\0��\0\0��\0\0��\0\0��\0\0��\0\0��\0\0��PP����������]H��2�^,(�\0\0\0�\0\0\0\0m4.��2��T=��??������\0\0��\0\0��\0\0��\0\0��\0\0��\0\0��\0\0��\0\0��\0\0��\0\0��$$��dd�������������������ff��OO����\0\0��\0\0��\0\0��\0\0��\0\0��\0\0��\0\0��\0\0��\0\0��\0\0�� ��\"\"��b]��1\0��2�+H\0\0\0�\0\0\0\0b11\Z}4��1\0��+!������\0\0��\0\0��\0\0��\0\0��\0\0��\0\0��\0\0��\0\0��\0\0��\0\0��\0\0�������������rr����\0\0��\0\0��\0\0��\0\0��\0\0��\0\0��\0\0��\0\0��\0\0��\0\0������\'&��.\n��2�Z,(�\0\0\0�\0\0\0\0g31r�2 ��/��*(������\0\0��\0\0��\0\0��\0\0��\0\0��\0\0��\0\0��\0\0��\0\0��\0\0��ZZ�������������\0\0��\0\0��\0\0��\0\0��\0\0��\0\0��\0\0��\0\0��\0\0������##��+\Z��1\0�v2 � 8\0\0\0�\0\0\0\0�@@q3&ԗ1��-��((����\r\r��\0\0��\0\0��\0\0��\0\0��\0\0��\0\0��\0\0��\0\0��\n\n�����������jj��\0\0��\0\0��\0\0��\0\0��\0\0��\0\0��\0\0��\0\0������ ��,%��0\0��3�E\"\"o\0\0\0�\0\0\0\0h00 |3��1\0��,\Z��&&������\0\0��\0\0��\0\0��\0\0��\0\0��\0\0��\0\0���������������\0\0��\0\0��\0\0��\0\0��\0\0��\0\0����\Z\Z����,)��.��2�],(�\0\0\0$�\0\0\0\0f33P�2��1\0��,��%%��������\0\0��\0\0��\0\0��\0\0���������������\0\0��\0\0��\0\0��\0\0��\0\0�� ������,*��. ��2�l0&�\n2\0\0\0�\0\0\0\0 h31n�2��0\0��-!��\'\'��������\0\0��\0\0��\0\0���������������++��\0\0��\0\0�������� ��.,��- ��1�s2#�B\0\0\0 �\0\0\0\0\nj2/��3\r��1\0��,��))����������==������ �����\0\0�� ��\Z\Z����##��-*��- ��1�t2!�&I\0\0\0�\0\0\0\0\ng3/~�2��1\0��,��.-��!!�����߾����������� �����RR������((��.\'��/��2�r2#�)K\0\0\0�\0\0\0\0 i52f�3��1\0��.\n��/*��((��cc��������������������������\r����������������˵���\'\'��.-��,��0\0��2�m0&� @\0\0\0�\0\0\0\0e005u2\"�2��2��-\Z�������������������������������������������������������������������� ���������c_��.\n��1\0��2�],\'�\n1\0\0\0 �\0\0\0\0 `00j2+��3��1\0��=��y������������������ ����������������������������������������� �����������������[H��1\0��2�v2 �D##m\0\0\0$\0\0\0�\0\0\0\0 ^//Ar3$�3 ��1\0��>��wk��������������������������\r�������������������������ZC��1\0��2��2�Z,(� 7\0\0\0�\0\0\0\0�\0\0\\..^q3$�2��1��1\0��G(��{o����������������������������������������������������������dQ��4��1\0��2�~2�^,(�\'H\0\0\0\0\0\0�\0\0\0\0\0\0\0X..Nf0)�}3��2 ��2���1\0�\n�?��W>��aN��k\\��sf��pb��eT��ZE��N.��5���1\0��2��3�s1\"�S))� @\0\0\0\0\0\0�\0\0\0\0<T))^^.+�t1!�2\Z��3��2 ��2��2��2��2��2��2��2��2�z2�i0&�Q))�3\Z\ZP\0\0\0!\0\0\0\0\0\0�\0\0\0\0\0\0\0\r\rB:M\'\'cO((zR((�T**�Q))�P\'\'�L%%v>Z\"4\0\0\0\0\0\0\0\0\0 �\0\0\0\0'),(32,'gnome-home.svg','GdkP\0\0e\0\0\0\0�\0\0\0<\0\0\0<�\0\0\0\0�\0\0\0\0�\0\0\0\0�\0\0\0\0�\0\0\n�\0\0�\0\0\0\0�\0\0��\0\0��\0\0��\0\0��\0\0��\0\0��\0\0��\0\0��\0\0��\0\0��\0\0��\0\0��\0\0��\0\0�\0\0���\0\0��\0\0�\0\0�\0\0�\0\0��\0\0��\0\0��\0\0��\0\0��\0\0��\0\0�\0\0�\0\0�\0\0ם\0\0V�\0\0\0\0#�\0\0P���0)���������|{��zy��sq��lj��jh��fd��db��a_��^\\��\\Z��YW��WU��TR��NL��KH��HF��FD��CA��A>��?<��<9��97��74��64��20��0-��.+��>=��\0\0�n\0\0A�\0\0\0\0%�\0\0 �\0\0������b]������������������������{{��xx��tt��pp��mm��ii��ff��bb��^^��[[��WW��TT��PP��LL��II��EE��BB��>>��::��77��33��00��,,��==��\0\0�R\0\0�\0\0\0\0\'�\0\0�\0\0��\r\r�����������������������������{{��xx��tt��pp��mm��ii��ff��bb��^^��[[��WW��TT��PP��LL��II��EE��BB��>>��::��77��33��00��,,��))��,,��\0\0�\0\0\0�\0\0\0\0\'�\0\0������������,#��������������������{{��xx��tt��pp��mm��ii��ff��bb��^^��[[��WW��TT��PP��LL��II��EE��BB��>>��::��77��33��00��,,��))��))����\0\0��\0\0\0\0)�\0\0O�����\Z\Z��\n\n����B$�� ��QK����������������{{��xx��tt��pp��mm��ii��ff��bb��^^��[[��WW��TT��PP��LL��II��EE��BB��>>��::��77��33��00��,,��))��%%��0/���j\0\0W�\0\0\0\0+�\0\0 �\0\0����������1���O��R+����rp������������{{��xx��tt��pp��mm��ii��ff��bb��^^��[[��WW��TT��PP��LL��II��EE��BB��>>��::��77��33��00��,,��))��%%��!!��98��\0\0�W\0\0&�\0\0\0\0-�\0\0�\0\0ɾ �����������^���g��{C��@ ��\"������������{{��xx��tt��pp��mm��ii��ff��bb��^^��[[��WW��TT��PP��LL��II��EE��BB��>>��::��77��33��00��,,��))��%%��!!����21��\0\0�9\0\0 �\0\0\0\0�\0\0������������S����k�%��f��j9��\'��C<��������{{��xx��tt��pp��mm��ii��ff��bb��^^��[[��WW��TT��PP��LL��II��EE��BB��>>��::��77��33��00��,,��))��%%��!!�������|\0\0�\0\0\0�\0\0\0\0�\0\0N�\0\0�� ��������j?����o�$��\\��^2����da����{{��xx��tt��pp��mm��ii��ff��bb��^^��[[��WW��TT��PP��LL��II��EE��BB��>>��::��77��33��00��,,��))��%%��!!����\Z\Z��! ���l\0\0h�\0\0\0\0�\0\0�\0\0�� ����\n\n����@\'���s����s�$�M��M(��\Z��xw��{{��xx��tt��pp��mm��ii��ff��bb��^^��[[��WW��TT��PP��LL��II��EE��BB��>>��::��77��33��00��,,��))��%%��!!����\Z\Z����-+��\0\0�]\0\04�\0\0\0\0�\0\0�\0\0ɿ��\r\r�� �������p����w�%��r��uA��1��5-��{{��xx��tt��pp��mm��ii��ff��bb��^^��[[��WW��TT��PP��LL��II��EE��BB��>>��::��77��33��00��,,��))��%%��!!����\Z\Z������21��\0\0�@\0\0�\0\0\0\0�\0\0���� �� ����\n���e����{�%��h��l:����UQ��xx��tt��pp��mm��ii��ff��bb��^^��[[��WW��TT��PP��LL��II��EE��BB��>>��::��77��33��00��,,��))��%%��!!����\Z\Z��������$#��\0\0�\0\0\0�\0\0\0\0�\0\0N�\0\0����\n\n������|P�����$��W��[0�� ��lk��tt��pp��mm��ii��ff��bb��^^��[[��WW��TT��PP��LL��II��EE��BB��>>��::��77��33��00��,,��))��%%��!!����\Z\Z����������\r\r�r\0\0}�\0\0\0\0�\0\0�\0\0������������t���Ʉ�%�Ā��I��>��) ��tt��pp��mm��ii��ff��bb��^^��[[��WW��TT��PP��LL��II��EE��BB��>>��::��77��33��00��,,��))��%%��!!����\Z\Z�������� ����\0\0�b\0\0F�\0\0\0\0�\0\0�\0\0��\0\0������������x���̈�%��u��{B�� ��GB��pp��mm��ii��ff��bb��^^��[[��WW��TT��PP��LL��II��EE��BB��>>��::��77��33��00��,,��))��%%��!!����\Z\Z�������� ����)\'��\0\0�N\0\0\Z�\0\0\0\0 �\0\0L�\0\0���������� ��\r\r���~���Ό�%��b��m9����`^��mm��ii��ff��bb��^^��[[��WW��TT��PP��LL��II��EE��BB��>>��::��77��33��00��,,��))��%%��!!����\Z\Z�������� ������&%��\0\0�\0\0\0�\0\0\0\0�\0\0�\0\0Α\0\0�\0\0�\0\0��ˍ���ё�%�Ύ���R��M&�� ��kk��ii��ff��bb��^^��[[��WW��TT��PP��LL��II��EE��BB��>>��::��77��33��00��,,��))��%%��!!����\Z\Z�������� �� ������\0\0�A\0\0R�\0\0\0\0\0\0\0 \0\0\02\0\0\0;\0\0\0?\0\0O.\0\0^�H\0��ѓ���ӕ�%�‚���J��)��;5��ii��ff��bb��^^��[[��WW��TT��PP��LL��II��EE��BB��>>��::��77��10��*(��$!������ ��$��-��:��D��&����\r���\0\0�|\0\0�\n\0\0M\0\0\0�\0\0\0\0�`\0��ԗ���ՙ�#��n��A����UR��ff��bb��^^��XW��LJ��C@��:6��2,��/\'��.\"��0 ��8\"��B#��Q)��b/��q6��;���@���?���<���:���8���6���.��?\0�+\0\0_\0\0K\0\0\0B\0\0\09\0\0\01\0\0\0�\0\0\0\0�_\0��ל���؝��֚���Z��F#��$��7$��=$��G&��X.��h8��{D��N���W���V���T���Q���O���M���Q���V���Z���]���b���d���f���i���j���j���W��M\0�\0\0\0 \0\0\0�\0\0\0\0�_\0��ٟ���ۡ��͏���q���k���i���f���d���i���p���x���}��Ƀ��͈��Ԏ��א��ܖ����������ޑ��܌��ڇ��؃���~���y���y���p���k���`��M\0�\0\0\0�\0\0\0\0�_��ܤ���ݥ�������������������������������������������������������ޑ�����m���M���9���.���k�����p���k���_��J�\0\0\0�\0\0\0\0�_��ާ���ߩ���������������������������������f���B������������������������ޑ�<�������������������o�����p���k���e��I�\0\0\0�\0\0\0\0�^��������~�V���b��ń��ܦ�������������������������6���w�����������~���|��������������������ޑ�B����������������r�����p���k���k��I�\0\0\0�\0\0\0\0�^�������� \'�#����v\r�\'��Z�A���c��dž����������������������������`�������� z�����������������������ޑ�G��������}���m�����p���k���q��H�\0\0\0�\0\0\0\0�\\��������� ���3��2��*��\"�y����������������������������\\��������q������������������������ޑ�H���t���k���n���y���l�����p���k���w��H�\0\0\0�\0\0\0\0�[���������$�� �3������������������������������T����q���e���x��������������������ޑ�N�������������������p�����p���k���{��F�\0\0\0�\0\0\0\0�Z ���������\Z�%�� �3������������������������������U���y���l���k���c���{��������������������ޑ�U�������������������t�����p���k�����D�\0\0\0�\0\0\0\0�Z\n�����������%���3��������������������������������_���������������o���~��������������������ޑ�^�������������������s�����p���k��ʆ�B�\0\0\0�\0\0\0\0�X�����������$���3����������������������������h���������������|������������������������ޑ�`���������������n���x�����p���k��̋�|@ �\0\0\0�\0\0\0\0�V�����������&���3�� ��������������������������r����������������������������������������ޑ�h������������Ř��΃���u���p���l��ΐ�y? �\0\0\0�\0\0\0\0�V�����������(���3� �#��������������������������|���������������g������������������������ޑ��܌��ڇ��؃���~���y���u����p��ϑ�t?�\0\0\0�\0\0\0\0�S��������������\n�%���3��+��������������������������V���s������������߸���������������������ޑ��܌��ڇ��؃���~���y���u���p���t��Á�q=�\0\0\0�\0\0\0\0�R\Z��Ӽ���������� �\'�� �3��-���������������������������������������������������������������ޑ��܌��ڇ��؃���~���y���u���l���P�ؘ4�j<�\0\0\0�\0\0\0\0�Q���j���o��ۛ����� �)��#�3��/���������������������������������������������������������������ޑ��܌��ڇ������d���F���(��������\"�`8�\0\0\0�\0\0\0\0�M ��{E��r���g���^� �*��&�3�\Z�6�����������������������������������������������������������ޒ���y���\\���=���#������������&�Ў(��a$�W3�\0\0\0�\0\0\0\0 \0\0\0@\'[f>��T)�ǟe���b�@�9��/�(�2��)�3�!�<��������������������������������������������������ۋ���o���R���8���0���+���/��8�̓6��j,�zK#�h?�M/�!^\0\0\0B\0\0\0�\0\0\0\0 \0\0\0 ,R2�rF!ОpC���o�j�N��2�\'�2�-�3�\"�>�����������������������������������������Ճ���g���M���E���@���D��J�ΘC��l3�{J#�i?�N1�# `\0\0\0D\0\0\0/\0\0\0\Z\0\0\0\r\0\0\0�\0\0\0\0 \0\0\0\0\0\02\rLb<�~M\'봖`���d�/�<� �9���������������������������������ܗ���|���c���Z���U���X��\\�ΝP��p8�{J#�i@�O0�\" a\0\0\0D\0\0\0/\0\0\0\Z\0\0\0\0\0\0�\0\0\0\0\0\0\0\0!M.tmC Ƒf9���q��������������������������֑���w���o���i���k��m�΢^��s>�{K$�i@�O0�\" a\0\0\0D\0\0\00\0\0\0\0\0\0\0\0\0�\0\0\0\0\0\0\0 % >\\7�yJ#ᯋY��Ւ������������՚��̀����ͦj��xE�|J$�jA�P1�$\nc\0\0\0D\0\0\00\0\0\0\0\0\0\0\0\0�\0\0\0\0\0\0\0\0\0\0\ZB)di?��X0�̰w�������W�|K$�j@ �R1�&\ne\0\0\0D\0\0\00\0\0\0\0\0\0\0\0\0�\0\0\0\0\n\0\0\00T3\Z�S3�(\rf\0\0\0D\0\0\01\0\0\0\0\0\0\0\0\0�\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0�\0\0\0\0�\0\0\0\0�\0\0\0\0�\0\0\0\0'),(33,'emblem-documents.svg','GdkP\0\0�\0\0\0\0�\0\0\0<\0\0\0<�\0\0\0\0�\0\0\0\0�\0\0\0\0������.���3����3���3����3���3����3���3����3���3����3���3����3����\0\0\0\0���\'������������ ��������������������������������������������������������������������������������������\0\0\0�\0\0\0\0�����������������������������������������������������������/33<\0\0\0�\0\0\0\0���������������������������\n��������������������������������QSSb\0\0\0�\0\0\0\0��������������������������� ������������������������������������PRRc\0\0\0�\0\0\0\0��������������������������� ����������������������������������������PRRc\0\0\0�\0\0\0\0���������������������������\r��������������������������������������������PRRc\0\0\0�\0\0\0\0���������������������������������������������������������������������������PRRc\0\0\0�\0\0\0\0��������������������������� �������������������������������������������������PRRc\0\0\0�\0\0\0\0��������������������������� ����������������������������������������� ������������eij�mooe���U���U���U���U���U���U���3�\0\0\0\0����������������������������������������������������������������������������������������������������������������������������\0\0\0�\0\0\0\0��������������������������������������������������������������������������������������������������������������������������������HKKU\0\0\0�\0\0\0\0���������������������������������������������������������������������������������������������������������������������������������������Z\\^o\0\0\0�\0\0\0\0�������������������������������������������������������������������������������������������������������������������������������������������Z\\^o\0\0\0�\0\0\0\0�����������������������������������������������������������������������������������������������������������������������������������������������Z\\^o\0\0\0�\0\0\0\0��������������������������� ������������������������������������������������������������������������������������������������������������������������Z\\^o\0\0\0�\0\0\0\0��������������������������!����������������������������������������������������������������������������������������������������������������������������Z\\^o\0\0\0�\0\0\0\0���������������������������������������������������������������������������������������������������������������������������������������������������bdf�LQQ9����\"���\"����\"����\"���\r�\0\0\0\0������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������UUU�\0\0\0\0�����������������%����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������_aan\0\0\0�\0\0\0\0�������������*��������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������lpp�\0\0\0�\0\0\0\0-������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������moq�\0\0\0$�\0\0\0\0,������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������moq�\0\0\0$�\0\0\0\0+������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������moq�\0\0\0$�\0\0\0\0*���ʿ�������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������moq�\0\0\0$�\0\0\0\0)���ʾ�������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������moq�\0\0\0$�\0\0\0\0*���ʾ������������������������������������������������������������������������������������������������������������������������������������������������������������������������ ����������������������������moq�\0\0\0$�\0\0\0\0)���ʽ��������������������������������������������������������������������������������������������������������������������������������������������������������������������\n��������������������������������moq�\0\0\0$�\0\0\0\05���ʼ�������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������moq�\0\0\0$�\0\0\0\05���ʼ�������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������moq�\0\0\0$�\0\0\0\05���Ⱥ�������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������moq�\0\0\0$�\0\0\0\0 ��������������������������������������������������������������$����������������������������������������������������������������������������������������������������������������������������������������moq�\0\0\0$�\0\0\0\05������Ƞ���������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������moq�\0\0\0$�\0\0\0\0666!1119�--->�)--> ���ƒ������������������������������������ ������������������������������������������������������������������������������������������������������������������������moq�\0\0\0$�\0\0\0\0+��������������������������������������������������������������������������������������������������������������������������������������������������������������������moq�\0\0\0$�\0\0\0\0+��������������������������������������������������������������������������������������������������������������������������������������������������������������������moq�\0\0\0$�\0\0\0\0+��������������������������������������������������������������������������������������������������������������������������������������������������������������������moq�\0\0\0$�\0\0\0\0+��������������������������������������������������������������������������������������������������������������������������������������������������������������������moq�\0\0\0$�\0\0\0\0+��������������������������������������������������������������������������������������������������������������������������������������������������������������������moq�\0\0\0$�\0\0\0\0+��������������������������������������������������������������������������������������������������������������������������������������������������������������������moq�\0\0\0$�\0\0\0\0���{����������������� ��������������������������������������������������������������������������������������������������������������������������������������moq�\0\0\0$�\0\0\0\0+��� ����������������������������������������������������������������������������������������������������������������������������������������������������������������moq�\0\0\0$�\0\0\0\0\0\0\0\0\0\0%�\0\0\0) {~~��������������������������������������������������������������������������������������������������������������moq�\0\0\0$�\0\0\0\0��������������������������������������������������������������������������������������������������������������������moq�\0\0\0$�\0\0\0\0��������������������������������������������������������������������������������������������������������������������moq�\0\0\0$�\0\0\0\0��������������������������������������������������������������������������������������������������������������������moq�\0\0\0$�\0\0\0\0��������������������������������������������������������������������������������������������������������������������moq�\0\0\0$�\0\0\0\0��������������������������������������������������������������������������������������������������������������������moq�\0\0\0$�\0\0\0\0���]��������������������� ������������������������������������������������� ������������������������������������_aav\0\0\0$�\0\0\0\0���������������������������������������������������������������������������������������������������������������{���\n\n\n5\0\0\0\Z�\0\0\0\0mmr/``cX�Y[[\\YY[\\�VYY\\VVY\\�SVV\\SSV\\�PSS\\PPS\\�NPP\\NNP\\�KNN\\477J\0\0\01\0\0\0\"\0\0\0�\0\0\0\0�\0\0\0\0'),(34,'gtk-edit.svg','GdkP\0\0\0\0\0\0�\0\0\0<\0\0\0<�\0\0\0\0�\0\0\0\0\07d�\02d3\03f�\0\0\0\0\01a\02f�\03f� ?s��\n?t� >r�\03f�\04f�\00`�\0\0\0\0\0UU\03f�0j��y��������w���)d��\01b�\0\0\0�\0\0\0\0\04eNG}������������������������������������������������������������������� ?u�\0\"C[\0\0\0�\0\0\0\0\03gw1k�����������������������������������������������������������������(a��\0(O�\0\0\0�\0\0\0\0\03fx3o������������������������������ݝ~��f3�؎i�������������������������������+e��\0(O�\0\0\01�\0\0\0\0\03fx3o�����������������������������������h6���f3�؎i��������������������������+e��\0(O�\0\0\03\0\0\0�\0\0\0\0\03fx3o������������o����������������������������ܜ}���f3��YIP���f3�\n׏k���������������������+e��\0(O�\0\0\03\0\0\0�\0\0\0\0\03fx3o������������?o�������������������������������h6���f3�� 6c���f3�\n�k:���������������������+e��\0(O�\0\0\03\0\0\0�\0\0\0\0\03fx3o������������?o������������������������������ܜ}���f3�� 6c���f3�ݧ�������������������+e��\0(O�\0\0\03\0\0\0�\0\0\0\0\03fx3o������������?o�����������������������������������h5���f3�� 6c��f3��k:����������������������+e��\0(O�\0\0\03\0\0\0�\0\0\0\0\03fx3o�������������������� <m�\r=n����������������������������������ܛ{���f3�\n6c� 5d��Y@��������������������������+e��\0(O�\0\0\03\0\0\0�\0\0\0\0\03fx3o����������������\03f�8j���������������������������������������g5���f3�4e��\03f�����������������+e��\0(O�\0\0\03\0\0\0�\0\0\0\0\03fx3o����������������Uw��@f��t����������������������������������������ܛ{���f3�]JO�3@Z�JZt��Qu�� Pu������������������+e��\0(O�\0\0\03\0\0\0�\0\0\0\0\03fx3o������������������������������������������������g5���f3��l;���������������������������+e��\0(O�\0\0\03\0\0\0�\0\0\0\0\03fx3o��������������������������������������������ۚy���f3�ݩ����������� ����������������q���W��\0(O�\0\0\03\0\0\0�\0\0\0\0\03fx3o�������������������������������������������������g5���f3��m<����������\n��������������������R���Q��\0(O�\0\0\03\0\0\0�\0\0\0\0\03fx3o������������������������������������������������ڙy���f3�ު����������������������������������R���Q��\0(O�\0\0\03\0\0\0�\0\0\0\0\03fx3o�����������������������������������������������������g5���f3��m=�������������������������������������Q���Q��\0(O�\0\0\03\0\0\0�\0\0\0\0\03fx3o�������������������������������������������������ژx���f3�ڨ��������������������������������������Q���Q��\0(O�\0\0\03\0\0\0�\0\0\0\0\03fx3o������������������������������������������������������g5���f3� �l=��������������������������������������Q���Q��\0(O�\0\0\03\0\0\0�\0\0\0\0\03fx3o�����������������������������������������������������ږv���f3�٨���������������������������������������Q���Q��\0(O�\0\0\03\0\0\0�\0\0\0\0\03fx3o����������������������������������������������������������g5���f3��m=���������������������������������������Q���Q��\0(O�\0\0\03\0\0\0�\0\0\0\0\03fx3o���������������������������������������������������������ږv���f3�ة����������������������������������������Q���Q��\0(O�\0\0\03\0\0\0�\0\0\0\0\03fx3o��������������������������������������������������������������g4���f3��m=����������������������������������������P���Q��\0(O�\0\0\03\0\0\0�\0\0\0\0\03fx3o����������������������������������������������������������ٕt���f3�ة�����������������������������������������P���Q��\0(O�\0\0\03\0\0\0�\0\0\0\0\03fx3o���������������������������������������������������������������g4���f3��m>�����������������������������������������P���Q��\0(O�\0\0\03\0\0\0�\0\0\0\0\03fx3o�������������������������������������������������������������ٕt���f3�ة������������������������������������������P���Q��\0(O�\0\0\03\0\0\0�\0\0\0\0\03fx3o�����������������������������������������������������������g4���f3��m>���������������������������������������������P���Q��\0(O�\0\0\03\0\0\0�\0\0\0\0\03fx3o���������������������������������������������������������דr���f3�ש����������������������������������������������P���Q��\0(O�\0\0\03\0\0\0�\0\0\0\0\03fx3o���������������������������������������������������������֔v�ן��ԏn��l;���f3��n?��������������������������������� ����������������O���Q��\0(O�\0\0\03\0\0\0�\0\0\0\0\03fx3o��������������������������������������������� ��������������������������������֞����f3�׫������������������������������\n��������������������O���Q��\0(O�\0\0\03\0\0\0�\0\0\0\0\03fx3o���������������������������������������������������������������������������������������՜���o@����������������������������� ������������������������O���Q��\0(O�\0\0\03\0\0\0�\0\0\0\0\03fx3o�������������������������������������������������������������������������������������������ر�������������������������� ����������������������������O���Q��\0(O�\0\0\03\0\0\0�\0\0\0\0\03fx3o����������������������������������������������������������������������������������������������������������������������\r��������������������������������O���Q��\0(O�\0\0\03\0\0\0�\0\0\0\0\03fx3o���������������������������������������������������������������������������������������������������������������������������������������������������������O���Q��\0(O�\0\0\03\0\0\0�\0\0\0\0\03fx&e���������������������������������������������������������������������������������������������������������������������������������������������������������������N���Q��\0(O�\0\0\03\0\0\0�\0\0\0\0\03fxW��a������������������������������������������������������������������������������������������������������������������������������������������������������������N���Q��\0(O�\0\0\03\0\0\0�\0\0\0\0\03fxW��a���������������������������������������������������������������������������������������������������������������������������������������������������������������N���Q��\0(O�\0\0\03\0\0\0�\0\0\0\0\03fxW��a���������������������������������������������������������������������������������������������������������������������������������������������������������������N���Q��\0(O�\0\0\03\0\0\0�\0\0\0\0\03fxW��`����������������Pt���Ot��\r;d��k���������������������������������������������������������������������������������������`���4`��Fo���Eo��������������N���Q��\0(O�\0\0\03\0\0\0�\0\0\0\0\03fxW��`����������������\03f� 8j�������������������������������������������������������������������������������������7j��\03f�������������M���Q��\0(O�\0\0\03\0\0\0�\0\0\0\0\03fxW��`�������������������������������\n;m� =n�������������������������������������������������������������������������������������\n<n� ;m�����������������������������M���Q��\0(O�\0\0\03\0\0\0�\0\0\0\0\n\03fxW��`��������������������������������>o�������������������������������������������������������������������������������������� >o� ����������������������������M���Q��\0(O�\0\0\03\0\0\0�\0\0\0\0\n\03fxW��_��������������������������������>o������������������������������������������������� ������������������������������������� >o��������������������������M���Q��\0(O�\0\0\03\0\0\0�\0\0\0\0\n\03fxW��_��������������������������������>o���������������������������������������������\n����������������������������������������� >o��������������������������M���Q��\0(O�\0\0\03\0\0\0�\0\0\0\0\n\03fxW��_��������������������������������d������������������������������������������� ���������������������������������������������Y�������������������������M���Q��\0(O�\0\0\03\0\0\0�\0\0\0\0\03fxW��_���������������������������������������������������������������������������������������������������������������������������������������������������������M���Q��\0(O�\0\0\03\0\0\0�\0\0\0\0\03fxW��_������������������������������������������������������������������������������������������������������������������������������������������������������L���Q��\0(O�\0\0\03\0\0\0�\0\0\0\0\02fuS��W������������������������������������������������������������������������������������������������������������������������������������������������������F���\rM��\0\'M�\0\0\03\0\0\0�\0\0\0\0\r\01gC<s�1���������������������������������������������������������������������������� �������������������������������������������������������������������{���.���8m�\0:]\0\0\03\0\0\0�\0\0\0\0\02f� K��(����0���/���\'���\nH��\0.[�\0\0\03\0\0\01�\0\0\0\0\09q \0/_�\03f��\03f�\02d�\0*V�\0 8\0\0\03\0\0\0�\0\0\0\0\0\0\0\0&�\0 A\0\05�\0\0\03\0\0\0)\0\0\0�\0\0\0\0\0\0\0\0\0\0�\0\0\0\"\0\0\0 \0\0\0\0\0\0�\0\0\0\0'),(35,'gtk-copy.svg','GdkP\0\0\"s\0\0\0\0�\0\0\0<\0\0\0<�\0\0\0\0�\0\0\0\0\0\0\0\05e:\02fk�\03gw\03ej\04h6�\0\0\0\0\0;b\r\03e�J��6q���:v��4p��I�\03e�\09q �\0\0\0\0\03f�1l�����������������������������������������+f��\0-X�\0\0\0�\0\0\0\0\03f�u����������������������������������������������������������p���\02c�\0\0\03\0\0\0�\0\0\0\0\07m\03f�������������������������������������������������������������~���\03f�\0\0\03\0\0\0$�\0\0\0\0\03f\03f�����������������������������������������������������������������~���\03f�\0\0\03\0\0\0,�\0\0\0\0\03f\03f���������������������������������������������������������������������~���\03f�\0\0\03\0\0\0-�\0\0\0\0\03f\03f�������������������������������������������������������������������������~���\03f�\0\0\03\0\0\0-�\0\0\0\0\03f\03f��������������������������������������������������������� ��������������������~���\03f�\0\0\03\0\0\0-�\0\0\0\0\03f\03f������������������������������������������������������������������������������~���\03f�\0\0\03\0\0\0-�\0\0\0\0\03f\03f����������������������������������������������������������������������������������~���\03f�\0\0\03\0\0\0-�\0\0\0\0\03f\03f�����������������������������������������������������������������������������������~���\03f�\0\0\03\0\0\0-�\0\0\0\0\03f\03f���������������������������������������������������������������������������������������~���\03f�\0\0\03\0\0\0-�\0\0\0\0\03f\03f�������������������������������������������������������������������������������������������~���\03f�\0\0\03\0\0\0-�\0\0\0\0\03f\03f�����������������������������������������������������������������������������������������������C���\03f�\0\0\03\0\0\0-�\0\0\0\0\03f\03f�������������������������������������������������������������������������� ����������������������������0���\03f�\0\0\03\0\0\0-�\0\0\0\0\01g/\04f��\04f�\03e�\03f�5m��c����f����e����d���i������������������������������������������ ��������������������������������0���\03f�\0\0\03\0\0\0-�\0\0\0\0\04gEX��b����n���i���A}��Qr�����������������������������������������������������������������������0���\03f�\0\0\03\0\0\0-�\0\0\0\0\04h������������������������������������������������������������)d��������������������������������������������������������������������������0���\03f�\0\0\03\0\0\0-�\0\0\0\0\n?t��������������������������������������������������������C���������������������������������������������������������������������������0���\03f�\0\0\03\0\0\0-�\0\0\0\0\n?t������������������������������������������������������������C���������������������������������������������������������������������������0���\03f�\0\0\03\0\0\0-�\0\0\0\0\n?t����������������������������������������������������\Z������������C���������������������������������������������������������������������������0���\03f�\0\0\03\0\0\0-�\0\0\0\0\n?t��������������������������������������������������������������������C���������������������������������������������������������������������������0���\03f�\0\0\03\0\0\0-�\0\0\0\0\n?t���������������������������������������������������������������������C���������������������������������������������������������������������������0���\03f�\0\0\03\0\0\0-�\0\0\0\0\n?t�������������������������������������������������������������������������C���������������������������������������������������������������������������0���\03f�\0\0\03\0\0\0-�\0\0\0\0\n?t�����������������������������������������������������������������\Z������������C���������������������������������������������������������������������������0���\03f�\0\0\03\0\0\0-�\0\0\0\0\n?t���������������������������������������������������������������������������������C���������������������������������������������������������������������������0���\03f�\0\0\03\0\0\0-�\0\0\0\0\n?t�������������������������������������������������������������������������������������c��������������������������������������������������������������������������0���\03f�\0\0\03\0\0\0-�\0\0\0\0\n?t�����������������������������������������������������������������������������������������c��������������������������������������������������������������������������0���\03f�\0\0\03\0\0\0-�\0\0\0\0\n?t������������������������������������������������������������������������������������������������c�����������������������������������������������������������������������0���\03f�\0\0\03\0\0\0-�\0\0\0\0\n?t����������������������������������������������������������������������������������������������������c�����������������������������������������������������������������������0���\03f�\0\0\03\0\0\0-�\0\0\0\0\n?t��������������������������������������������������������������������������������������������������������c��������������������������������������������������������������������0���\03f�\0\0\03\0\0\0-�\0\0\0\0\n?t������������������������������������������������������������������������������������������������������������c��������������������������������������������������������������������0���\03f�\0\0\03\0\0\0-�\0\0\0\0\n?t����������������������������������������������������������������������������������������������������������������c����������������������������������������������������������������0���\03f�\0\0\03\0\0\0-�\0\0\0\0\n?t��������������������������������������������������������������������������������������������������������������������c��~��������������������������������������������������������������0���\03f�\0\0\03\0\0\0-�\0\0\0\0\n?t�����������������������������������������������������������������������������������������������������������������������c��~��������������������������������������������������������������0���\03f�\0\0\03\0\0\0-�\0\0\0\0\n?t�����������������������������������������������������������������������������������������������������������������������c��~��������������������������������������������������������������0���\03f�\0\0\03\0\0\0-�\0\0\0\0\n\n?t��������������������������������������������������������������������������������������������������������������������������c��}������������������������������������������ ��������������������0���\03f�\0\0\03\0\0\0-�\0\0\0\0 \n?t��������������������������������������������������������������������������������������������������������������������������c��|�����������������������������������������������������������0���\03f�\0\0\03\0\0\0-�\0\0\0\0\n?t�����������������������������������������������������������������������������������������������������������������������������c��|�����������������������������������������������������������0���\03f�\0\0\03\0\0\0-�\0\0\0\0\n?t�����������������������������������������������������������������������������������������������������������������������������c��{��������������������������������������������������������0���\03f�\0\0\03\0\0\0-�\0\0\0\0%\n?t��������������������������������������������������������������������������������������������������������������������������������c��{��������������������������������������������������������0���\03f�\0\0\03\0\0\0-�\0\0\0\0$<s��������������������������������������������������������������������������������������������������������������������������������c��z��������������������������������������������������������0���\03f�\0\0\03\0\0\0-�\0\0\0\0%9p�a�������������������������������������������������������������������������������������������������������������������������������c��y�����������������������������������������������������������0���\03f�\0\0\03\0\0\0-�\0\0\0\0$9p�a�������������������������������������������������������������������������������������������������������������������������������c��x��������������������������������������� ��������������������0���\03f�\0\0\03\0\0\0-�\0\0\0\0%9p�`�������������������������������������������������������������������������������������������������������������������������������c��x��������������������������������������\n������������������������0���\03f�\0\0\03\0\0\0-�\0\0\0\0$9p�`�������������������������������������������������������������������������������������������������������������������������������c��w���������������������������������� ����������������������������,���\02e�\0\0\03\0\0\0-�\0\0\0\0%9p�`�������������������������������������������������������������������������������������������������������������������������������c��N}��t����������������������������������� ������������}���F���b��\0.[�\0\0\03\0\0\0+�\0\0\0\0$9p�_�������������������������������������������������������������������������������������������������������������������������������c��O��`���p��m��R��\01c�\0$G\0\0\03\0\0\0!�\0\0\0\0$9p�_�������������������������������������������������������������������������������������������������������������������������������c��\0(P�\0&KŎ\0.]�\0.\\�\0)Q�\0 <\0\0\03\0\0\00\0\0\0�\0\0\0\0$9p�_�������������������������������������������������������������������������������������������������������������������������������c��\07�\0\0\0M�\0\0\00\0\0\0,\0\0\0!\0\0\0�\0\0\0\0$:o�^�������������������������������������������������������������������������������������������������������������������������������b��\0!Bl\0\0\0$�\0\0\0\0\n\04f�4���������������������������������������������������������������������������������������������������������������������Y��� J��\0#H\0\0\0$�\0\0\0\0\02d3A{�n���\"w��!t��T��\0*V�\0\0\03\0\0\0�\0\0\0\0\01b\Z\0+Ux�\0*T�\0)S�\0<a\0\0\03\0\0\0,\0\0\0�\0\0\0\0\0\0\0\r\0\0\0�\0\0\0\0\0\0\0\0\0�\0\0\0\0'),(36,'gtk-attachment.svg','GdkP\0\0v\0\0\0\0�\0\0\0<\0\0\0<�\0\0\0\0�\0\0\0\0�\0\0\0\0�\0\0\0\0\0\0��\0\0\0\0\0\0��\0\0��\0\0��\0\0\0\0\0\0�\0��\0��\0 �m\0\0��\0\0\0\0\0\0��(��)S��\0��\0\0��\0\0\0\0\0 � ��!M��1o��;��\0 ��\0\0� �\0\0\0\0\0\0��(��V���n���*W��\0��\0\0�\0 � ��+b��t�������[���F��\0 ��\0\0� �\0\0\0\0\0\0��(��V�����������d���$M��\0�� ��+b��u�������g�������V���E��\0��\0� �\0\0\0\0\0\0��(��V�������|���a���F���\n\Z�� ��+b��t�������[���L���^�������S���C��\0��\0� �\0\0\0\0\0\0��(��V�������}���`���E���\n\Z�� ��+b��t�������]���D���5��D���\\�������O���C��\0��\0� �\0\0\0\0\0\0��(��V����������a���E���\n\Z�� ��+b��t�������_���D���\"W����(h��B���Z�������J���A��\0��\0� �\0\0\0\0\Z\0\0��(��V�����������b���E���\n\Z�� ��+b��t�������a���E���\"W��\0��\0�C��%e��=���X�������G���@��\0��\0� �\0\0\0\0\0\0��(��V�����������d���E���\n\Z�� ��+b��s�������c���E���\"W��\0��\0 �\0\0\0\0\0�.��\"a��:���U�������B���?��\0\Z��\0� �\0\0\0\0\0\0��(��U�����������d���E���\n\Z�� ��+b��r�������e���F���\"W��\0��\0 ��\0\0\0\0\n\0�.��_��7���R�������?���>��\0�\0q �\0\0\0\0\0\0��(��U�����������e���E���\n\Z�� ��+b��r�������e���F���\"W��\0��\0 ��\0\0\0\0\n\0�.\Z��[��3~��P�������;�� =��\0}�\0q �\0\0\0\0\0\0��(��U�����������f���E���\n\Z�� ��+b��q�������g���F���\"W��\0��\0 ��\0\0\0\0\n\0�.��X��/z��O�������6{��\n<��\0 }�\0q �\0\0\0\0\0\0��(��U�����������h���E���\n\Z�� ��+b��q�������i���G���\"W��\0��\0 ��\0\0\0\0 \0� \0��\0�=��U��,v��M�������3w��<��\0\"|�\0q �\0\0\0\0\0\0��(��V�����������i���E���\n\Z�� ��+b��p�������k���G���\"W��\0��\0 ��\0\0\0\0\0� \0��/��\0��\0}=!��R��(s��K�������/t��;��\0$|�\0q �\0\0\0\0\0\0��(��V�����������j���E���\n\Z�� ��+b��q�������m���G���\"W��\0��\0 ��\0\0\0\0\0� \0��C�� n��E��\0��\0}=\"��O��%o��I�������+n��8��\0&{��\0\0\0\0\0\0��(��V�����������k���E���\n\Z�� ��+b��p�������o���H���\"W��\0��\0 ��\0\0\0\0\0� \0��C��G�������H��� B��\0~�\0!}=$�� L��\"k��G�������W��\0*��\0q �\0\0\0\0\0\0��(��V�����������l���E���\n\Z�� ��+b��o�������p���H���\"W��\0��\0 ��\0\0\0\0\0� \0��C��F�������W���P���N��\0#�\0 }`%�� K��h���H���@���V��\0-��\03�\n�\0\0\0\0\0\0��(��V�����������m���F���\n\Z�� ��+b��p�������r���H���\"W��\0��\0 ��\0\0\0\0\0� \0��C��E�������W���*u��N��\0!��\0!}l\'�� M��y�������=��� U��8��\0)z��\0\0\0\0\0\0��(��V�����������n���F���\n\Z�� ��+b��o�������t���I���\"W��\0��\0 ��\0\0\0\0\0� \0��C��E�������Y���+u��N��\0!��\0!|u(�� O����������=��� T��8��\0)z�\03�\n�\0\0\0\0\0\0��(��V�����������o���F���\n\Z�� ��+b��n�������u���I���\"W��\0��\0 ��\0\0\0\0\0� \0��C��E�������[���,v��N��\0!��\0 |)�� P������{���<��� R��7��\0(z�\0$m�\0\0\0\0\0\0��(��V�����������q���F���\n\Z�� ��+b��m�������w���J���\"W��\0��\0 ��\0\0\0\0\0� \0��C��D�������\\���,v��N��\0!��\0\"}�)��\rS������u���=���\nR��5��\0)z�\03f�\0\0\0\0\0\0��(��V�����������r���F���\n\Z�� ��+b��n�������y���J���\"W��\0��\0 ��\0\0\0\0\0� \0��C��C�������^���-w��N��\0!��\0!}�,��T������q���<��� P��4��\0)z�\0\0U�\0\0\0\0\0\0��(��U�����������r���F���\n\Z�� ��+b��m�������{���J���\"W��\0��\0 ��\0\0\0\0\0� \0��C��C�������`���-w��N��\0!��\0\"}�,��W������m���:���P��2��\0*y�\0\0\0�\0\0\0\0\0\0�J#��U�����������s���F���\n\Z�� ��+b��m�������|���K���\"W��\0��\0 ��\0\0\0\0\0� \0��C��C�������a���.x��N��\0!��\0!}�.��Z������i���9���L��1��\0*{��\0\0\0\0\0\0��;v����������u���F���\n\Z�� ��+b��l�������~���K���\"W��\0��\0 ��\0\0\0\0\0� \0��C��B�������c���.x��N��\0!��\0\"}�0��\\������f���7~��L��0��\0)z{�\0\0\0\0\0\0��?�����������J���\n\Z�� ��+b��m�����������L���\"W��\0��\0 ��\0\0\0\0\0� \0��C��A�������e���/x��N��\0!��\0!}�2��_������e���5{��K��/��\0){p�\0\0\0\0\0��B�����������A���\0��+a��l�����������L���\"W��\0��\0 ��\0\0\0\0\0� \0��C��A�������g���0y��N��\0!��\0!~�4��d������d���3z��K��\0/��\0({f�\0\0\0\0\r\0��A�����������>���%��X�����������L���\"W��\0��\0 ��\0\0\0\0\0� \0��C��A�������h���0y��N��\0!��\0\"}�7��\"g������b���0w��H��\0-��\0*{[�\0\0\0\0 \0��B�����������:���2��`�������Z���$[��\0��\0 ��\0\0\0\0\0� \0��C��@�������j���1z��N��\0!��\0!}�9��\'k������b���.t��G��\0,��\0){Q�\0\0\0\0 \0��A�����������7}��:��X�������V���:��\0\r�L�\0\0\0\0\0� \0��C��@�������k���1z��N��\0!��\0!}�<��+q������b���*q��F��\0,��\0*zI�\0\0\0\0 \0��A����������2s��;��Z�������Q���9��\0�F�\0\0\0\0\0� \0��C��?�������m���2{��N��\0!��\0!}�>��1u������a���(o��F��\0,��\0(|@�\0\0\0\0 \0��B�������|���1s��:��W�������O���2��\0�<�\0\0\0\0\0� \0��C��?�������o���3{��N��\0!��\0!}� A��7y������a���&m��D��\0+��\0){8�\0\0\0\0 \0��@�������y���+i��B��X�������M���3��\0�<�\0\0\0\0\0� \0��C��>�������q���3|��N��\0!��\0!~� C��=������a���#j��B��\0+~�\0*x1�\0\0\0\0 \0 ��B�������x���*h��A��[�������G���2��\0�S�\0�\"\0\Z�2\0��C��=�������r���4|��N��\0!��\0\"�\nF��D�������b��� g��B��\0*}�\0,|)�\0\0\0\0\0\n��@�������s���&a��A��X�������E���=�� )��)��*��*��,��F��=�������t���4}��N��\0!��\0\"�� H��I�������a���e��@��\0*}�\0&x\"�\0\0\0\0��?�������r���$]��G��Y�������T���M���O���M���L���I���H���Q�������v���5}��N��\0!��#�� J��Q�������b���b��>��\0+{�\0,{�\0\0\0\0��D�������l���!Y��E��[���������������������������������������x���5}��N��\0!��$�� L��U�������a���a��<��\0){�\0,z�\0\0\0\0\0\0���?�������k���T�� +��5���Z���U���T���R���P���N���L���G���A���,u��M��\0!��$�� N��Z�������a���_��;��\0)z�\0+��\0\0\0\0\r\0���F�������g���R��\0�� -��H��I��E��B��B���@��\r ?�� ?��5��\0!~�&��\rP��`�������`���\\��9��\0)z�\0$��\0\0\0\0\0���@�������d���\"c��D��C��E��I��G��G��G��F��E��I��\rG�� G�� E��\rR��e������_���[��7��\0)z�\03�\n�\0\0\0\0 \0� $��D����������v���u���t���s���r���w����w���\ru���u���t���x���z���y���~���~���^���X��5��\0(z�\0$m�\0\0\0\0\0 �\"��<�������������������������������������������������������}���{���w���Y���W��5��\0)z�\03f�\0\0\0\0\0��\"a��8���?���=���:���8���4~��-x��+u��)r��&q��$n��\"l��\Zc��a��^��\\��Y��N��2��\0)z�\0\0U�\0\0\0\0\0�0\0��(��*���*��+��,��+��(��\'��(��)��)��)��)��(��)��\0(��\0({�\0)zw\0\0\0�\0\0\0\0\0\0�\0�#\0�&�\0�\"�\0�\"\0�\Z�\0x\0\"w�\0\0\0\0�\0\0\0\0�\0\0\0\0�\0\0\0\0'),(37,'gnome-mime-application-msword.svg','GdkP\0\0$z\0\0\0\0�\0\0\0<\0\0\0<�\0\0\0\0\0\0\0GGG=HHHg�GGGhHHHXMMM�\0\0\0\0===DDD�UUU�ttt��xxx�ttt�UUU�FFF�FFF[�\0\0\0\0\0\0\0BBB™�������������������������FFF�;;;=�\0\0\0\0666Bfff����������������������������������������������������������������������������������������������fff�<<<�\0\0\0�\0\0\0\0555n����������������������������������������������������������������������������������������������������������===�\0\0\0�\0\0\0\0444q���������������������������������������������������������������������������������������������������������<<<�\0\0\0�\0\0\0\0444q���������������������������������������������������������������������������������������������������������<<<�\0\0\0�\0\0\0\0222q�����������������\'�������������������������������������������������������������������������������������������������������������������������������������������������������������������������:::�\0\0\0�\0\0\0\0222q�������������&����t���s���r���p���o���n���l���k���i���h���g���e���c���b���`���_���^���\\���[���Z���X���W���U���T���S���Q��P~��O}��M{��Lz��Jy��Iw��Hv��Fu��Es��Dr�����������������������999�\0\0\0�\0\0\0\0222q�������������(��������t���s���r���p���o���n���l���k���i���h���g���e���c���b���`���_���^���\\���[���Z���X���W���U���T���S���Q��P~��O}��M{��Lz��Jy��Iw��Hv��Fu��Es��Dr�����������������������777�\0\0\0�\0\0\0\0///q�����������������&����t���s�����������s���n���l���k���i���h���g���e���c���b���`���_���^���\\���o���a���X���W���U���T���S���Q��P~��O}��M{��Lz��Jy��Iw��Hv��Fu��Es��Dr�������������������666�\0\0\0�\0\0\0\0---q�������������\'��������t���s���������������������������������������������������������������������������X���W���U���T���S���Q��P~��O}��M{��Lz��Jy��Iw��Hv��Fu��Es��Dr�����������������������555�\0\0\0�\0\0\0\0---q�����������������\'����t���s���������������������������������������������������������������������������X���W���U���T���S���Q��P~��O}��M{��Lz��Jy��Iw��Hv��Fu��Es��Dr�����������������������444�\0\0\0�\0\0\0\0+++q�������������&����t���s���r���p���o���n���l���k���i���h���g���e���c���b���`���_���^���\\���[���Z���X���W���U���T���S���Q��P~��O}��M{��Lz��Jy��Iw��Hv��Fu��Es��Dr�����������������������222�\0\0\0�\0\0\0\0+++q�������������(��������t���s���r���p���o���n���l���k���i���h���g���e���c���b���`���_���^���\\���[���Z���X���W���U���T���S���Q��P~��O}��M{��Lz��Jy��Iw��Hv��Fu��Es��Dr�����������������������111�\0\0\0�\0\0\0\0+++q�����������������&����}���|���z���y���x���w���u���t���r���q���p���n���l���k���j���i���h���f���e���d���b���a���_���^���]���\\���[���Z���X���W���U���T��S~��Q}��P{��Oz�������������������111�\0\0\0�\0\0\0\0)))q���������������������������������������������������������������������������������������������������������///�\0\0\0�\0\0\0\0)))q���������������������������������������������������������������������������������������������������������---�\0\0\0�\0\0\0\0&&&q���������������������������������������������������������������������������������������������������������,,,�\0\0\0�\0\0\0\0&&&q����������������������������������������������������������������������������������������������������������+++�\0\0\0�\0\0\0\0$$$q���������������������������������������������������������������������������������������������������������***�\0\0\0�\0\0\0\0$$$q���������������������������������������������������������������������������������������������������������)))�\0\0\0�\0\0\0\0\"\"\"q���������������������������������������������������������������������������������������������������������\'\'\'�\0\0\0�\0\0\0\0\"\"\"q�������������&��������������������������������������������������������������������������������������������~���|���z���y���v���u���r���q���o���m���j���h���f���d������������������������\'\'\'�\0\0\0�\0\0\0\0 q�������������(���������������������������������������������������}���{���x���v���t���q���o���l���j���g���e���c���`���^���\\���Y���W���T���R���P~��M{��Ky��Hw��Fu��Dr�����������������������&&&�\0\0\0�\0\0\0\0 q�����������������&�����������������������������������������������}���{�������{���t���q���o���n���~���g���e���c���`���^���\\���Y���W���T���j���P~��M{��Ky��Hw��Fu��Dr�������������������###�\0\0\0�\0\0\0\0q����������&�����������������������������������������������������������������������r�������������������s�������������������������������P~��M{��Ky��Hw��Fu��Dr��������������������\"\"\"�\0\0\0�\0\0\0\0q����������(����������������������������������������������������������������������������o�������������������k���������������~�������z�������P~��M{��Ky��Hw��Fu��Dr��������������������!!!�\0\0\0�\0\0\0\0q~~~��������������&�����������������������������������������������}���{���x���v���t���q���o���l���j���g���e���c���q���h���\\���Y���W���T���R���P~��M{��Ky��Hw��Fu��Dr�������������������~~~� �\0\0\0�\0\0\0\0q}}}����������(�������������������������������������������������������{���x���v���t���q���o���l���j���y���e���c���`���^���\\���Y���W���_���_���P~��M{��Ky��Hw��Fu��Dr�������������������}}}��\0\0\0�\0\0\0\0q|||��������������&������������������������������������������������������������x�����������������������������������s�������������������|�����������M{��Ky��Hw��Fu��Dr���������������|||��\0\0\0�\0\0\0\0q{{{����������&������������������������������������������������������������v���������������x�����������~�������g����������p���u���d���t���u���M{��Ky��Hw��Fu��Dr�������������������{{{��\0\0\0�\0\0\0\0q{{{����������(���������������������������������������������������}���{���x���v���t���q���o���l���j���g���e���c���`���^���\\���Y���W���T���R���P~��M{��Ky��Hw��Fu��Dr�������������������{{{��\0\0\0�\0\0\0\0qzzz��������������&����������������������������������������������������������������~���q���v�������}���u���z�������j���r�����������l���~�������U���f���Ky��Hw��Fu��Dr�������������������zzz��\0\0\0�\0\0\0\0qyyy����������(������������������������������������������������������������������������q�������������������������������������������s�������������������Ky��Hw��Fu��Dr�������������������yyy��\0\0\0�\0\0\0\0qxxx��������������&������������������������������������������������������������~�������q���t���z���r���o���o���j���g���k���e���b���X���b���^���U���a���Ky��Hw��Fu��Dr���������������xxx��\0\0\0�\0\0\0\0qxxx����������\'����������������������������������������������������}���{���x���v���t���q���t���l���j���g���e���c���`���^���\\���Y���W���T���R���P~��M{��Ky��Hw��Fu��Dr�������������������xxx��\0\0\0�\0\0\0\0qwww��������������\'��������������������������������������������������������������������q�����������r���g���e���c���`���^���\\���Y���W���T���R���P~��M{��Ky��Hw��Fu��Dr�������������������www��\0\0\0�\0\0\0\0qvvv����������&��������������������������������������������������������������������q���������������g���e���c���`���^���\\���Y���W���T���R���P~��M{��Ky��Hw��Fu��Dr�������������������vvv��\0\0\0�\0\0\0\0quuu����������(���������������������������������������������������}���{���x���v���t���q���o���l���j���g���e���c���`���^���\\���Y���W���T���R���P~��M{��Ky��Hw��Fu��Dr�������������������uuu��\0\0\0�\0\0\0\0qttt��������������&�����������������������������������������������}���{���x���v���t���q���o���l���j���g���e���c���`���^���\\���Y���W���T���R���P~��M{��Ky��Hw��Fu��Dr���������������ttt��\0\0\0�\0\0\0\0qttt����������\'����������������������������������������������������������������}���t���q���o���l���j���g���e���c���`���^���\\���Y���W���T���R���P~��M{��Ky��Hw��Fu��Dr�������������������ttt��\0\0\0�\0\0\0\0qsss��������������\'����������������������������������������������������������������w���q���o���l���j���g���e���c���`���^���\\���Y���W���T���R���P~��M{��Ky��Hw��Fu��Dr�������������������sss��\0\0\0�\0\0\0\0 qrrr����������&�����������������������������������������������}���{���x���v���t���q���o���l���j���g���e���c���`���^���\\���Y���W���T���R���P~��M{��Ky��Hw��Fu��Dr�������������������rrr�\r\r\r�\0\0\0�\0\0\0\0 qqqq����������(���������������������������������������������������}�������������������q���o���l���j���g���e���c���`���^�������Y���W���T���R���P~��M{��Ky��Hw��Fu��Dr�������������������qqq�\r\r\r�\0\0\0�\0\0\0\0 qqqq��������������&����������������������������������������������������������������������������������������������������i���������������r���R���P~��M{��Ky��Hw��Fu��Dr���������������qqq� �\0\0\0�\0\0\0\0 qooo����������&��������������������������������������������������������x�����������~������������������n�������z���^�������u�������_���R���P~��M{��Ky��Hw��Fu��Dr�������������������ooo�\n\n\n�\0\0\0�\0\0\0\0 qooo����������(���������������������������������������������������}���{���x���v���t���q���o���l���j���g���e���c���`���^���\\���Y���W���T���R���P~��M{��Ky��Hw��Fu��Dr�������������������ooo� �\0\0\0�\0\0\0\0qnnn��������������&�����������������������������������������������������������������������������������������������������������������������������������������������������������������nnn��\0\0\0�\0\0\0\0qmmm��������������������������������������������������������������������������������������������������mmm��\0\0\0�\0\0\0\0qmmm��������������������������������������������������������������������������������������������������mmm��\0\0\0�\0\0\0\0phhh��������������������������������������������������������������������������������������������������hhh��\0\0\0�\0\0\0\0M///���������������������������������������������������������������������������������������������������������///��\0\0\0�\0\0\0\0\0\0\0\n�ttt�������������������ttt��\0\0\0y\0\0\0�\0\0\0\0\0\0\0:��@@@��EEE�@@@���\0\0\0�\0\0\03\0\0\0�\0\0\0\0\0\0\0#\0\0\0�\0\0\0��\0\0\0�\0\0\0�\0\0\0e\0\0\03\0\0\0\n�\0\0\0\0\0\0\0\0\0\0�\0\0\0\0\0\0\0\0\0�\0\0\0\0'),(38,'stock_person.svg','GdkP\0\0\Z\0\0\0\0�\0\0\00\0\0\00�\0\0\0\0\n������X�������ˏ��㐑�؏����������4����\0\0\0\0������������������������������������������񌎊銊�^����\0\0\0\0���_���������������������������������������������󍐋Ӊ��\Z�\0\0\0\0�������������������������������������������������������������������텋�,�\0\0\0\0���m��������������������������������������������������������������������ꆆ��\0\0\0\0���2�������������������������������������������������������������������������������ʛ\0\0\0\0������������������������������������������������������������������������������������N�\0\0\0\0���F��������������������������������������������������������������������������������������������\0\0\0\0�����������������������������������������������������������������������������������������������4�\0\0\0\0 ���������������������������������������������������� ���������������������������������������������\0\0\0\0���$�������������������������������������������������������������������������������������������������\0\0\0\0 ���=�������������������������������������������������\n���������������������������������������ۗ\0\0\0\0 ���G�������������������������������������������������\n����������������������������������������\0\0\0\0 ���/�����������������������������������������������������������������������������������������͗\0\0\0\0 ����������������������������������������������������\n�����������������������������������������\0\0\0\0 �������������������������������������������������\n�����������������������������������󇊄Y�\0\0\0\0 �������������������������������������������������\n����������������������������������������\0\0\0\0\\\\\\�������������������������������������� �������������������������������������\0\0\0\0\0\0\0|~z�������������������������������������������������������������RRR�\0\0\0\0\0\0\0oomz���������������������������������wys�\0\0\0�\0\0\0\0��������������������������������������������������������������u�\0\0\0\0 ������������������������������������������������\n�����������������������������������������\0\0\0\0����������������������������������������������������������������������������������������������������������􌍊��\0\0\0\0����������������������������������������������������������������������������������������������������������������������x�\0\0\0\0���~�������������������������������������������������������������������������������������������������������������������󇌇3�\0\0\0\0!���/���������������������������������������������������������������������������������������������������������������������������㎎� �\0\0\0\0!�������������������������������������������������������������������������������������������������������������������������������������\0\0\0\0#���-������������������������������������������������������������������������������������������������������������������������������������ �\0\0\0\0#�������������������������������������������������������������������������������������������������������������������������������������������x�\0\0\0\0����������������������������������������������������������������������������������������������������������������������������������������݌\0\0\0\0%���&�������������������������������������������������������������������������������������������������������������������������������������������􈈈�\0\0\0\0���J������������������������������������������������������������������������������������������������������������������������������􈋅V�\0\0\0\0���[��������������������������������������������������������������������������������������������������������������������������������v�\0\0\0\0���[������������������������������������������������������������������������������������������������������������������������������������������\0\0\0\0\0\0\0}}y?�����������������������������������������������������������������������������������������������������������������������������������������\0\0\0�\0\0\0\0\0\0\0\0\0\0UUM�������������������������������������������������������������������������������������������������������������������������������~�|m\0\0\0�\0\0\0\0\0\0\0\0\0\0 \0\0\0�������������������������������������������������������������������������������������������������������������������������������������cc_;\0\0\0�\0\0\0\0\0\0\0\0\0\0\r\0\0\0dfbz������������������������������������������������������������������������������������������������������������������� \0\0\0\n�\0\0\0\0\0\0\0\0\0\0\0\0\0$;�������������������������������������������������������������������������������������������������������`c^w\0\0\0\0\0\0\r�\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0%\0\0\0;242g���������������������������������������������������������������������������������������������������������������|x�\0\0\07\0\0\0 \0\0\0\r�\0\0\0\0 \0\0\0\0\0\0\0\0\0\"\0\0\07\0\0\0ICEA}��������������������������������������������������������������������������������������������������������|z�\n\n\nJ\0\0\03\0\0\0\0\0\0 �\0\0\0\0\0\0\0\0\0\0 \0\0\0\Z\0\0\0-\0\0\0@\0\0\0L/2/l��٢��������������������������������������������������� ��������������������^`\\�K\0\0\0<\0\0\0)\0\0\0\0\0\0�\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0 \0\0\01\0\0\0=\0\0\0E\0\0\0I<<9knpk����ۉ������������� ��������z|x�TTR�\n\n\nM\0\0\0D\0\0\0;\0\0\0-\0\0\0\0\0\0\0\0\0�\0\0\0\0\0\0\0\0\0\0 \0\0\0\0\0\0\0\0\0*\0\0\01\0\0\05�\0\0\07�\0\0\08�\0\0\07\0\0\05\0\0\00\0\0\0\'\0\0\0\0\0\0\0\0\0\0\0\0�\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0�\0\0\0 �\0\0\0!�\0\0\0 \0\0\0\0\0\0\Z\0\0\0\0\0\0\r\0\0\0\0\0\0\0\0\0�\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\n\0\0\0 �\0\0\0\r\0\0\0 \0\0\0\n\0\0\0\0\0\0\0\0\0�\0\0\0\0'),(39,'dialog-information.svg','GdkP\0\0w\0\0\0\0�\0\0\00\0\0\00�\0\0\0\0\0��Z��[��FZ��U\\��H]��,b��\r�\0\0\0\0 Z��>\\�ɤ\\���\\���e���m���g���]���[���\\���\\��o`���\0\0\0\0]��,[���`�������������������������q���\\���[��vU���\0\0\0\0[��m]�������茶�퐮�聢��z��� |���~��扩�蟹�������l���[���U���\0\0\0\0Z�̋b�����톦��z���}��恡�搭�ꚴ�땳�ꈩ�肣�灣�炣�朶�����}���Y���U��$�\0\0\0\0\n[��eb�����z���}��抪������������������\n������������胤�犪������V���U���\0\0\0\0Y��.^���퓰��z��倡�柹���������������������醧�舨�����u���U�³�\0\0\0\0\\��dž����z��倢�擯���������������������������������������鉨�莫�����Z���Q��9�\0\0\0\0 Y��?d��ꤼ��}��怢�慦������������������������������ ���������������덬�ꊩ�霷�썭��R��ї\0\0\0\0 \\�ȹ�����逡�慦�芩��������������������������� ������������돭�ꌫ�����W���J}�-�\0\0\0\0I��Y������턤�猫���������������������������������������� ��������������������씱�돭�꣼��w���J|���\0\0\0\0X��=d��렺�삣����������������������������������������������� ��������������������혴�쒰�뙶�앱��Lz�͕\0\0\0\0U��Zo��윶�떲���������������������������������������������������������������������헳�열�룻��Hy��\0\0\0\0S��rv����������������������������������������������������������n��������������헴�����Dt���\0\0\0\0P��ou���������������������Cq��Pz����������������������������������v���4e������������훷�����Ct���\0\0\0\0N~�Kd��좼�픱��������������}���=l�������������������������� ������������Kw�����������������Dt�ʕ\0\0\0\0U�� O~������떳�인�����綠��:i��������������������������� ������������@n�����������������d���>q�_�\0\0\0\0\rK~��x������쟺������Y���������������������������� ������������k�������������������Aq��UU��\0\0\0\0\rL{�K{���������������������������������������������\n��������Y���������������������X���<l�U�\0\0\0\0 Iy��p������������������������������������������\n��������Hu���������������������?n��\0\0��\0\0\0\0 Cy�Fv����������������������������������������� ��������~�������������������Hw��5e�:�\0\0\0\0 Br�wb��������������������������������������������������������������������<l�Л\0\0\0\0@j� Aq�����������������������������������������������������������������g���3e�h�\0\0\0\0\nAq��x�������������������������������������������������������������;k��5a��\0\0\0\0\n8l�;Fu�����������������������������������������������������������<k�֝\0\0\0\0\0\0�<l�⓰�������������������������������������������������������Oz��6f�P�\0\0\0\0 7g�JBp��������������������������������������������������g���:l���\0\0\0\07j�}Ep����������������������������������������������Rz��Eo��+U��\0\0\0\0ț\0��N�U|��Ht��n�����������������������o���Hs��Y~����i�ß\0��\0\0\0\0š\09Ӳ���M���]���s�����z���q���s���������p���Z���N���\'�á\0L�\0\0\0\0ğ\0���6���Y�����������O���O���N���4�ǥ�ž\02�\0\0\0\0Ġ\0���\'���O���m���h����O���%�Ġ\0��\0\0\0\0ơ\06ǣ���:������x����O���J�ͬ\r�á\0Q�\0\0\0\0Š\0���1���[�����������P����O���M���.�Ƣ�Ţ\0,�\0\0\0\0Ġ\0���0���P������������O���$�à\0��\0\0\0\0â\07Ƣ���;������z����O���M�ϯ�ğ\0h�\0\0\0\0à\0���.���[�����������P����O���$�Ġ\0��\0\0\0\0\0\0\0\0\0\0��\0���3���P�����������O���(���\0�\0\0\0 \0\0\0\0\0\0\0\0\0�\0\0\0\0\0\0\0\0\0\0\0\0\0 \0\0\0 \0\0\0�y\07ġ���!���?���G���K���J���I���F���?���6���)�ϯ���\0�v\0C\0\0\0\0\0\0\0\0\0\0\0\0 \0\0\0 \0\0\0\0\0\0�\0\0\0\0 \0\0\0\0\0\0\0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0\0\0\0\Z/(\0&��\0���\0�����Ġ\0�ß������\0��v\0w\0/\0\0\0%\0\0\0\0\0\0\Z\0\0\0\0\0\0\0\0\0\0\0\0\r\0\0\0 \0\0\0\0\0\0�\0\0\0\0!\0\0\0\0\0\0\0\0\0 \0\0\0\r\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0#\0\0\0+\0\0\03\0\0\0;)//�AD>�[[M�b_J�\\[N�>BA�+00�\0\0\0J\0\0\0C\0\0\0<\0\0\04\0\0\0,\0\0\0$\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\r\0\0\0 \0\0\0\0\0\0�\0\0\0\0!\0\0\0\0\0\0\0\0\0 \0\0\0\r\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0%\0\0\0-\0\0\05\0\0\0=J,12�168�8<=�178�,23�^\0\0\0N\0\0\0F\0\0\0>\0\0\06\0\0\0.\0\0\0%\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\r\0\0\0 \0\0\0\0\0\0�\0\0\0\0\0\0\0\0\0\0\0\0\0\n\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\"\0\0\0)\0\0\00\0\0\05\0\0\0:_\"\"~f\0\0\0A\0\0\0?\0\0\0:\0\0\06\0\0\00\0\0\0*\0\0\0#\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\n\0\0\0\0\0\0�\0\0\0\0\r\0\0\0\0\0\0\0\0\0\0\0\0 \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0!\0\0\0#�\0\0\0%\r\0\0\0$\0\0\0!\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0 \0\0\0\0\0\0\0\0\0�\0\0\0\0 \0\0\0\0\0\0\0\0\0\0\0\0\n\0\0\0 \0\0\0\0\0\0\0\0\0\0\0\0�\0\0\0 \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0 \0\0\0\n\0\0\0\0\0\0\0\0\0�\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0�\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0�\0\0\0\0'),(40,'config-users.svg','GdkP\0\0&\0\0\0\0�\0\0\00\0\0\00�\0\0\0\0�\0\0\0\0 ������D�����������ƌ����������q���\'�\0\0\0\0 ���1�������������������������������Ǖ��������\r�\0\0\0\0���K���������������������������ɂ�����������ŋ�������\0\0\0\0���2���������������������������������������������������Ȏ�������\0\0\0\0����������������������������������������������������������ɿ��Î��l�\0\0\0\0���T�����������������������������������������������������������ɐ������\0\0\0\0�������\0\0\0\0�������ɂ���������������������������������������������������Ξ��⎏�艋�������������鎏�����0�\0\0\0\0����������������������������������������������������������ɵ��㐒��������������������������������������\n�\0\0\0\0 ����������������������������������ɂ���� �����������ɥ�����������������������������������������׈���\0\0\0\0��������������������������������������������������ɰ��殰����������������������������������������������������������\0\0\0\0 ����������������������������������Ƀ�������љ����������������������������������������������������������󊌇Y�\0\0\0\0���������������������������ɂ�����������ɢ������������������������������������������������������������������耀��\0\0\0\0}�z\\���������������������������ɂ�������ˎ������������������������������������������������������������������񆋆7�\0\0\0\0\"\"\"�����������ɂ����\r�������������������ר�������������������������������������������������������������ÿ����v�\0\0\0\0��|J��|Ó����������Ʌ���� ���ܳ���������������������������������������������������������������������\0\0\0\0������}�������ɮ��ɒ��������������������������ɻ��۱���������������������������������������������������������������������\0\0\0\0����������������������ɮ��ɑ��ɧ����������������������բ�������������������������������������������������������������������n�\0\0\0\0���q�����������������������ɼ��ɢ��ɔ��ɍ��Ɋ��Ɍ��ɑ��ʋ���������������������������������������������������������������􆌆(�\0\0\0\0���4�����������������������������������ɾ��ɹ��ɸ��ɺ��ɽ��ɘ���������������������������������������������������������������ۏ\0\0\0\0������������������������������������������������������������������ѐ�����������������������������������������������������orkL�\0\0\0\0���C�����������������������������������������������������������˥��싌������������������������������������������\0\0\0\0���������������ɂ���������������������������������������Θ��������������������������������������������������������������������������€��\n�\0\0\0\0%����������������������������������������������������������Ϙ����������������������������������������������������������������������������������Ď�� �\0\0\0\0%������������������������������������������������������ʛ��������������������������������������������������������������������������������������������\0\0\0\0&���\"�����������������������������������������������ɴ����������������������������������������������������������������������������������������������􈋆e�\0\0\0\0��� �����������ɸ����������������������������������К������������������������������������������������\r�������������������������������������������������\0\0\0\0�������������������������������������������ɭ������������������������������������������������������\n�����������������������������������������\0\0\0\0���j���������������������������������������ʍ�������������������������������������������������������������������������������������������������󙙙�\0\0\0\0\'NNC���������������������������������������ը����������������������������������������������������������������������������������������������������������򇋃D�\0\0\0\0\0\0\0^^[L�������������������ɂ���������¿۸���������������������������������������������������� �����������������������������������������������y�\0\0\0\0\0\0\0 \0\0\0UUUT�������������������������������ݼ����������������������������������������������������\r�����������������������������������������������������\0\0\0\0\'\0\0\0\0\0\0\0\0\0-llif�����������È��Ȉ��ɇ��ש����������������������������������������������������������������������������������������������������������������\0\0\0\0\0\0\0\0\0\0 \0\0\0\0\0\0�\0\0\0\r<<<&�����������������������������������������������������\r���������������������������������������������������h�\0\0\0\0\0\0\0�\0\0\0 ���������������������������������������������������������� ��������������������������������������������||u%�\0\0\0\0 `d`8��������������������������������������������� �������������������������������������������\0\0\0�\0\0\0\0\0\0\0kkgy�����������������������������������������������������������������������������������3\0\0\0�\0\0\0\0 \0\0\0\0\0\0&_a]y���������������������������������������������� ��������������������|~z�B\0\0\0$\0\0\0�\0\0\0\0 \0\0\0\0\0\0\0\0\0%7hhf}�����������늌�􊉋�� ���򉋇ㆇ��ttp�AA>N\0\0\0-\0\0\0$\0\0\0\0\0\0�\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0�\0\0\0\Z\0\0\0\0\0\0\0\0\0\r\0\0\0�\0\0\0\0�\0\0\0�\0\0\0\0�\0\0\0\0'),(41,'boot.svg','GdkP\0\0�\0\0\0\0�\0\0\00\0\0\00�\0\0\0\0�\0\0�\0\0>�\0\0���������������\0\0D�\0\0\n�\0\0\0\0�\0\0@�����&&��RR��oo�ㅅ�蒒�ꗗ�ꘘ�蓓�䆆��qq��UU��))�����\0\0H�\0\0�\0\0\0\0�\0\0J�ֱ��__�钒�芊��qq��__��QQ��II��EE��DD��HH��PP��__��pp�興�铓��cc��\"\"�ݥ\0\0U�\0\0\0\0�\0\0���\Z\Z��pp�钒��ll��KK���??��II��ii�ꐐ��tt�� ��ȣ\0\0$�\0\0\0\0�\0\0K���WW�鐐��gg��BB���??��AA��cc�ꏏ��]]����\0\0\\�\0\0\0\0�u���{{��zz��GG���??��EE��vv� ������\0\0\0\0����円��dd���??��>>��;;��::��>>���??��__�牉��##����\0\0\0\0�m��充��YY���??��??��22��QQ��VV��22��>>���??��TT�戈��$$��\0\0\0\0�\0\0>��䁁��WW���??��99��aa����������qq��88���??��SS�悂���\0\0N�\0\0\0\0�\0\0���pp��__���??��55�ߑ�������䨨��44���??��XX��vv���\0\0�\0\0\0\0���II��oo���??��==��88��77��==��??��66�ߑ�������婩��44��??��<<��77��88��>>���??��jj��SS����\0\0\0\0�\0\03���{{��CC���>>��88��11��ww�ځ���22��;;��66�ߑ�������婩��44��::��33��||��ff��11��::���>>��@@��{{���\0\0B�\0\0\0\0���[[��ZZ���>>��66��II����������ސ���55��66�ߑ�������婩���44�➞������꺺��<<��88���>>��UU��cc��ԇ\0\0\0\0�\0\0,���xx��??���==��66��UU���������������44��55�ߑ�������婩��44��44�㢢�����������CC��77���==��>>��uu���\0\0>�\0\0\0\0���JJ��]]���==��77��QQ��������������嫫��66��::��55�ߑ�������婩��44��::��66���������������@@��88���==��XX��RR����\0\0\0\0�\0\0���pp��DD���<<��::��66���������������hh��11��99��<<��55�ߑ�������婩��33��<<��88��00�ۃ����������������11��;;���<<��AA��tt����\0\0 �\0\0\0\0�\0\01���oo���<<��33�݌������������``��33���<<��55�ߑ�������婩��33���<<��;;��22��}}�������yy��44���<<��kk��!!�\0\0E�\0\0\0\0�\0\0r�88��]]���;;��;;��11���������������11���;;��44�ߑ�������婩��33���;;��::��11�貲�����������00��::���;;��XX��BB����\0\0\0\0���LL��QQ���;;��77��bb�����������66��99���;;��44�ߑ�������婩��33���;;��88��>>�����������]]��77���;;��MM��UU��„\0\0\0\0���ZZ��FF���::��44�ᛛ������㣣��33���::��44�ގ�������㤤��33���::��22�嫫�����������44���::��BB��aa���\0\0\0\0���aa��BB���::��11�����������vv��55���::��66��QQ����������]]��55���::��55��ss�����������11���::��>>��hh����\0\0\0\0���aa��>>���99��00�����������bb��55���99��33��66��77��22��88���99��66��YY�����������//���99��::��jj��\0\0��\0\0\0\0���__��>>���99��00�����������__��66���99��88��88���99��77��NN�����������//���99��;;��gg��\0\0��\0\0\0\0���XX��@@���88��00�����������nn��55���88��55��[[�����������//���88��<<��__����\0\0\0\0���MM��DD���88��11�歭������ߒ���33���88��44��zz�����������00���88��@@��UU���\0\0\0\0���==��HH���77��33��||�����������00���77��00�殮�����������22���77��EE��EE��„\0\0\0\0�\0\0r�))��OO���77��66��>>��������������QQ��44���77��55��??�����������WW��44���77��LL��11����\0\0\0\0�\0\01���VV���66��00�뾾�����������00��55���66��00�婩�����������00��55���66��TT���\0\0E�\0\0\0\0�\0\0���MM��==���66��33��^^������ڂ���11���66��11��mm�����������yy��22���66��;;��QQ����\0\0 �\0\0\0\0���//��HH���66��00�鸸�����������jj��00��55���66��55��00��]]���������������11��66���66��FF��44����\0\0\0\0�\0\0,� ��OO��77���55��33��<<��������������ۅ���11��11��44���55��33��22��11�ځ����������������GG��22���55��66��NN���\0\0>�\0\0\0\0���44��BB���55��22��MM��������������ۅ���GG��//���//��//��GG�ۅ����������������XX��22���55��AA��99��Ԉ\0\0\0\0�\0\03� ��HH��77���44��22��GG���������������������������������MM��11���44��66��II�� �\0\0A�\0\0\0\0���$$��FF��55���44��22��11�ߒ��������������������44��22���44��DD��++����\0\0\0\0�\0\0���66��??���33��22��00��??�������������������������������@@��00��22���33��==��88���\0\0�\0\0\0\0�\0\0=���<<��<<���33� �22��00��00��::��SS��ff��dd��SS��99��00��11��22���33��::��??���\0\0M�\0\0\0\0\0\0\0\0\0\0�r���;;��::���22��11���11��11��11��11���22��99��==�� ��\0\0\0\0\0\0�\0\0\0\0 \0\0\0\0\0\0\n\0\0\0\0\0\0�����77��::��33���22� �33��::��99�� ���\0\0\0\0\0\0\0\0\0 \0\0\0�\0\0\0\0 \0\0\0\0\0\0\0\0\0 \0\0\0\0\0\0\0\0\0\0\0\0!�����--��::��33���11� �33��::��//�����\0\0\0\"\0\0\0\0\0\0\0\0\0\0\0\0 \0\0\0\0\0\0�\0\0\0\0\0\0\0\0\0\0 \0\0\0\0\0\0\0\0\0\0\0\0!\0\0\0&\0\0\0,o\0\0n�����77��77��33���11��22��66��77�����w\0\0x\0\0\0,\0\0\0\'\0\0\0!\0\0\0\0\0\0\0\0\0\0\0\0 \0\0\0�\0\0\0\0\0\0\0\0\0\0\0\0\0 \0\0\0\0\0\0\0\0\0\0\0\0\"\0\0\0(\0\0\0.\0\0\03:\0\0O�̦��$$��55��44��22���00��22��44��55��%%�����D\0\0V\0\0\04\0\0\0.\0\0\0)\0\0\0#\0\0\0\0\0\0\0\0\0\0\0\0 \0\0\0\0\0\0�\0\0\0\0\0\0\0\0\0\0\n\0\0\0\0\0\0\0\0\0\0\0\0 \0\0\0&\0\0\0+\0\0\01\0\0\06\0\0\0<c\0\0v������..��22���22���11���22��22��//�������i\0\0~\0\0\0<\0\0\07\0\0\01\0\0\0,\0\0\0&\0\0\0!\0\0\0\0\0\0\0\0\0\0\0\0 \0\0\0�\0\0\0\0\0\0\0\0\0\0 \0\0\0\0\0\0\0\0\0\0\0\0 \0\0\0%\0\0\0+\0\0\00\0\0\05\0\0\09\0\0\0>]\0\0q�����������\'\'��++���--��++��\'\'�� ���� �����b\0\0x\0\0?\0\0\0:\0\0\05\0\0\00\0\0\0+\0\0\0&\0\0\0!\0\0\0\0\0\0\0\0\0\0\0\0 \0\0\0\0\0\0�\0\0\0\0(\0\0\0\0\0\0 \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0!\0\0\0%\0\0\0*\0\0\0.\0\0\02\0\0\06\0\0\09\0\0B[\0\0m�\0\0��͠����������Ά\0\0�`\0\0r\0\0C\0\0\0:\0\0\06\0\0\02\0\0\0.\0\0\0*\0\0\0&\0\0\0!\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0 \0\0\0�\0\0\0\0\0\0\0\0\0\0\0\0\0\r\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0 \0\0\0$\0\0\0\'\0\0\0*\0\0\0-\0\0\0/\0\0\01\0\0\03\0\0\04�\0\0\05\0\0\04\0\0\03\0\0\01\0\0\0/\0\0\0-\0\0\0*\0\0\0\'\0\0\0$\0\0\0!\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\r\0\0\0 \0\0\0�\0\0\0\0 \0\0\0\0\0\0\0\0\0 \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\Z\0\0\0\0\0\0\0\0\0\0\0\0!�\0\0\0\"�\0\0\0#�\0\0\0\" \0\0\0!\0\0\0\0\0\0\0\0\0\0\0\0\Z\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0 \0\0\0\0\0\0�\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0 \0\0\0\n\0\0\0 \0\0\0\r�\0\0\0�\0\0\0\0\0\0\0\0\0\0\0\0 \0\0\0 \0\0\0 \0\0\0\0\0\0\0\0\0�\0\0\0\0'),(46,'events.svg','GdkP\0\0�\0\0\0\0�\0\0\00\0\0\00�\0\0\0\0�\0���\0\0\0\0��U��\0\0\0\0!K�=�t��@!K�=�\0\0\0\0\\6d=����B\\6d=�\0\0\0\0!I�}�r�π!I�}�\0\0\0\0\\5f}�����\\5f}�\0\0\0\0 J���q�Ͽ J���\0\0\0\0\\5f������\\5f��\0\0\0\0 J���r��� J���\0\0\0\0\\5f�����\\5f��\0\0\0\0R[RP[g�X[X�UWS�X[X�O\\g�R[RQ]Q^U_�Z[W�UWS�YZV�^W_�WWP#�\0\0\0\0`a^ȥ�������������������ab_�ab_���������������������_a]ח\0\0\0\0���n������������������������l�\0\0\0\0VYVP����������������������������������������������������������������������������������������������������������XXUN�\0\0\0\0 ]^[������������������������������������������������������������������������������������������������������� ��������������������������������]`[݋\0\0\0\0%VXT�������������Xx��Yy��\\{��`~��c���f���i���k���n���o���q���s���s���t���t���t���s���s���q���o���n���k���i���f���c���`~��\\{��Yy��Xx��������������UWS��\0\0\0\0\nUWS���������\'O�������������������������������������������������������������������������������������������������������������&O����������UWS��\0\0\0\0UWS��������� J��������������� �����������������������������������������������������������������������������������������|������� J����������UWS��\0\0\0\0%UWS��������� J��������������������������������������������������������������������������������������������������������������x������� J����������UWS��\0\0\0\0UWS��������� J������������������������������������������������������������������������������������������������|���w������� J����������UWS��\0\0\0\0%UWS��������� J������������������������������������������������������������������������������������������������������~���z���u������� J����������UWS��\0\0\0\0%UWS��������� J������������������������������������������������������������������������������������������������������{���w���s������� J����������UWS��\0\0\0\0UWS��������� J��������������������������������������������������������������~�������w������������ J����������UWS��\0\0\0\0UWS��������� J�����������������������������������������������������������������������������������~���|���x�������r�������r������� J����������UWS��\0\0\0\0UWS��������� J�����������������������������������������������������������������}���|���y���x���u���r�������r�������r������� J����������UWS��\0\0\0\0UWS��������� J�������������������������|���t���t���v����w���x��������t���t����r��������r������� J����������UWS��\0\0\0\0UWS��������� J���������������x����r������� J����������UWS��\0\0\0\0UWS��������� J���������������|����r��������r������� J����������UWS��\0\0\0\0UWS��������� J��������������u����r�������r�������r��������r������� J����������UWS��\0\0\0\0 UWS��������� J������������������������������������������������������������������������������������������������������ J����������UWS��\0\0\0\0UWS���������$N��w����r���m���$N����������UWS��\0\0\0\0UWS���������}���\"L��� J��\"L�������������UWS��\0\0\0\0UWS��������������������������������������������������������������������������������������������������������������������������������UWS��\0\0\0\0UWS����������������������ý��ſ�������������������������������������������������������������������������������������������������UWS��\0\0\0\0%UWS��������������������������þ�����������������������������������������������������������������������������������������������������������������UWS��\0\0\0\0UWS��������������������������������������������������������������������������������¿�����������������������������������������������������UWS��\0\0\0\0UWS����������������������������������ý��ſ��������������������������������������������������������������������������������������������������UWS��\0\0\0\0UWS��������������������������������������ý��������������������������������������������������������������������������������������������������UWS��\0\0\0\0%UWS���������������������������������������������������������������������������������������������������������������������������������������������UWS��\0\0\0\0%UWS����������������������������������������������ý��ľ��������������������������������������ü�������������������������������������������������UWS��\0\0\0\0UWS��������������������������������������������������¼�����������������������������������������������������������������������������������UWS��\0\0\0\0UWS������������������������������������������������������������������� �������������������������������������������������������������UWS��\0\0\0\0UWS�������������������������������������������������������������������������������� ����������������������������������������UWS��\0\0\0\0]`[��ǿ�����������������������ƿ�]`[��\0\0\0\0WZTUehd󷺴������������������egc�V\\SS�\0\0\0\0XXU]]_Z�UWS��UWS�UWS�]_Z�XXU]�\0\0\0\0_a\\ݸ�������������������`b^�`c^Ϯ�������������������`b_͢\0\0\0\0UUU*T]c�UXT�UWS�WYU�R\\e�R\\RSZS\"^Y_�VXT�UWS�VXT�^Y^�XXP �\0\0\0\0 J���r��� J���\0\0\0\0\\5f�����\\5f��\0\0\0\0 J���q�Ͽ J���\0\0\0\0\\5f������\\5f��\0\0\0\0!I�}�r�π!I�}�\0\0\0\0\\5f}�����\\5f}�\0\0\0\0!K�=�t��@!K�=�\0\0\0\0\\6d=����B\\6d=�\0\0\0\0�\0���\0\0\0\0��U��\0\0\0\0'),(42,'builder.svg','GdkP\0\0\n�\0\0\0\0�\0\0\00\0\0\00�\0\0\0\0�\0\0\0\0�\0\0\0\0BB&IE(ݔKG(�FD(�EE(?�\0\0\0\0BB&JE(�Ҽ��������������������������������������������������������������������������������Ѱ�NJ-�EE(?�\0\0\0\0BB&JE(�Ҽ�������ȍ���€��������~����~��€������Ѭ�OK-�EE(?�\0\0\0\0BB&JE(�Һ��������|���n��q��޻��Ϫ�OK-�EE(?�\0\0\0\0FD(�ͷ��������|���n��q��ݸ��Χ�FE+�@@0�\0\0\0\0IE(�����ة_��̍)�͏,�����XP1�DD+�\0\0\0\0IE(�����˒7���}��Ա�WP0�DD+�\0\0\0\0IE(�����˒7���}��y���w��w���}��Ӯ�VO0�DD+�\0\0\0\0IE(�����ˑ6��}��i��T\r���W��U��g\Z���}��Ѫ�VO0�DD+�\0\0\0\0IE(��پ�ʑ5��}��U��s���v��v�S\r�ń��}��Ϧ�VO0�DD+�\0\0\0\0IE(��׺�ʐ4��}��T��t���v��S\r�Ɖ&��}��ͣ�VO0�DD+�\0\0\0\0IE(��շ�ʐ4��}��T��t���v��S\r�Ɖ&��}��ʟ�UO/�DD+�\0\0\0\0IE(��Ӵ�ʐ4��}��T��t���v��S\r�Ɖ&��}��ț�UO/�DD+�\0\0\0\0IE(��ѱ�ʏ3��}��T��t���v��S\r�Ɖ&��}��Ɨ�UO/�DD+�\0\0\0\0IE(��Ю�ʏ2��}��T��t���v��a\r�}Q ��~R �}R ��X ���v��S\r�Ɖ&��}��Ĕ�UO/�DD+�\0\0\0\0IE(��Ϊ�ʏ2��}��T��t���v��X ��^���c�{P ���v��S\r�Ɖ&��}���UN.�DD+�\0\0\0\0IE(��̧�Ɏ1��}��T��t���v��X ��h���o�{P ���v��S\r�Ɖ&��}�����UN.�DD+�\0\0\0\0IE(��ʤ�Ɏ0��}��Y��n���s��X ��d���l�{P ���s��q��T\r�lj%��}�࿉�UN.�DD+�\0\0\0\0IE(��ȡ�ɍ/��}��~*��Y���U��T �}R ��R �~R �S ���U��W���8����}�߽��UN.�DD+�\0\0\0\0IE(��Ǟ�ɍ/���}�Ɉ$��̍)�ˍ*�ā���}�޺��TM-�DD+�\0\0\0\0IE(��ś�ɍ.���}�ݹ~�TM-�DD+�\0\0\0\0IE(��Ø�Ȍ-��}��l�}Q ��{P �|Q ��k���}�ܷz�TM-�DD+�\0\0\0\0IE(�����Ȍ,��}��W��r���v��u�S\r�‚��}�ܵw�TM-�DD+�\0\0\0\0IE(�ۿ��Ȍ,��}��T��t���v��S\r�Ɖ&��}�۳s�SL,�DD+�\0\0\0\0IE(�ڽ��ȋ+��}��T��t���v��S\r�Ɖ&��}�ڱp�SL,�DD+�\0\0\0\0IE(�ٻ��ȋ*��}��T��t���v��S\r�Ɖ&��}�ٯl�SL,�DD+�\0\0\0\0IE(�غ��ȋ*��}��T��t���v��S\r�Ɖ&��}�جh�SL,�DD+�\0\0\0\0IE(�׸��NJ)��}��T��t���v��e\r��U ���V ��U ��] ���v��S\r�Ɖ&��}�תd�SL+�DD+�\0\0\0\0IE(�ֶ��NJ(��}��T��t���v��X ��[���`�{P ���v��S\r�Ɖ&��}�֩a�SL+�DD+�\0\0\0\0IE(�մ~�lj\'��}��T��t���v��X ��g���n�{P ���v��S\r�Ɖ&��}�է^�SL+�DD+�\0\0\0\0\0\0\0IE(�Բ{�lj\'��}��V��r���v��X ��i���p�{P ���v��u�S\r�lj%��}�ԥZ�RL+�44!\'\0\0\0�\0\0\0\0 \0\0\0\0\0\0\0\0\0IE(�ӱx�lj&��}��z(�}Q ��{P �}Q\n��{P �}Q\n��{P ��w.�ā��}�ӣV�RL+�$$8\0\0\0\0\0\0\n�\0\0\0\0\n\0\0\0\0\0\0\0\0\0\0\0\0*ID\'�Үu�ƈ&��}��~�͐/��ѕ6�Е5�Dž���}�ҡS�QJ)�H\0\0\0%\0\0\0\0\0\0\n�\0\0\0\0\0\0\0\n\0\0\0\0\0\0)\0\0\07HD\'�ѭr�ƈ&���}�џO�QJ)�V\0\0\01\0\0\0\"\0\0\0\0\0\0�\0\0\0\0\'\0\0\0 \0\0\0\0\0\0-\0\0\0=HD\'�ֵ��ݸ}�ڰo�ٯm�ٮl�حj�حi�׬g�׫e�֪c�֩b�֨`�է^�զ]�Ԧ\\�ԥZ�ӤX�ӣW�ӢU�ҡS�ҠQ�ҠP�џO�ўM�НK�МJ�ϛH�џO�PJ)�\\\0\0\06\0\0\0&\0\0\0\0\0\0�\0\0\0\0\0\0\0\n\0\0\0\Z\0\0\0*\0\0\09DC)�QO3��XR4��WQ3��VQ2��VP1��UO0��TN0��SN/�SM.�DC)�\rQ\0\0\02\0\0\0#\0\0\0\0\0\0�\0\0\0\0\0\0\0\0\0\0\0\0\0 \0\0\0, E�\Z\ZW�\Z\ZZT\rP\0\0\02\0\0\0\'\0\0\0\Z\0\0\0 �\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0#\0\0\0\'\0\0\0*�\0\0\0,\0\0\0(\0\0\0&\0\0\0 \0\0\0\0\0\0 �\0\0\0\0\0\0\0\0\0\0 \0\0\0\0\0\0\0\0\0�\0\0\0\0\0\0\0\0\0\0\0\0\r\0\0\0�\0\0\0\0\0\0\0�\0\0\0\0\0\0�\0\0\0\0'),(43,'stock_todo.png','GdkP\0\0�\0\0\0\0�\0\0\00\0\0\00�\0\0\0\0�\0\0\0\0\0\0\0��\0\0\0�\0\0\0W�\0\0\0\0\0\0\0�jjj������������������\0\0\0�\0\0\0W�\0\0\0\0\0\0\0999������������������444�\0\0\0:�\0\0\0\0\0\0\0<�� �QOL����������)(\'�� ��\0\0\0<�\0\0\0\0\0\0\0�sgY����r����������ddd�j^P����q��ud�;. �\0\0\0��\0\0\0\0\0\0\0�~p_��fG�\\H2�F7&�ppp��������������WWW�D6%�K;)�YF0�oW<�D5$�\0\0\0“\0\0\0\0\0\0\0�xe��fG�MC9���������������������������ddd���������aWM�cM6�SA-�\0\0\0�\0\0\0\0\0\0\0\0\0\0���l�lU;�gaY�����ddd��ppp��ddd�WWW���������yuo�VD/�XD/�\0\0\0�\0\0\0�\0\0\0\0\0\0\0 ���q�bN6��yr�����������������������������������������������\n�����������������������_K3�TA,��\0\0\03�\0\0\0\0\0\0\0\0\0\0> ���r�bN6�����������������������������������������������������������������������������������TC.�_K3� �\0\0\0Z�\0\0\0\0\0\0\0\0\0\0\0\0\0[:4-��y^�SA-������������������������������������������������������������������������������������������M<)�gR8�%�\0\0\0\0\0\0�\0\0\0\0$\0\0\0\0\0\0\0\0\0\0\0\0x^VM��y^�ZF1���������������������������������qpq���������������������������������������������������������?2\"�fQ7�5)�\0\0\0�\0\0\0\0\0\0�\0\0\0\0&\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0�h^S��fG�RA,���������������������������������hgg�___���������~}}�����~������������������������������?1!�fP7�D5$�\0\0\0�\0\0\0\0\0\0\0\0\0�\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0 \0\0\0�sgY�w]A�?1\"������������������������������������������������������������������������������������?1#�fO7�SA,�\0\0\0�\0\0\0\0\0\0\0\0\0\0\0\0�\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0 \0\0\0�~p_�w]A�N?.������������������������������������������������������������������������������� ��������K=/�jT8�UB.�\0\0\0�\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0�\0\0\0\0 \0\0\0\0\0\0\0\0\0\0\0\0 \0\0\0\0\0\0�xe�w]A�bQ?���������������������������������������������������������������������������������������QE8�hQ8�ZF0� �\0\0\0F\0\0\0 \0\0\0\0\0\0\0\0\0�\0\0\0\0+\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\r\0\0\0\Z\0\0\0���l�v\\@�eVF���������������������������������~~~������������������������������������������������������XOC�hQ7�gP6� �\0\0\0k\0\0\0 \0\0\0\0\0\0\0\0\0\0\0\0�\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0 \0\0\0\0\0\04���p�u\\@�j]M�����������������������������~~~�stt��hh�����tut������������������������������������������h^T�UB.�gP7�\'�\0\0\0�\0\0\0\0\0\0\n\0\0\0\0\0\0\0\0\0�\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\r\0\0\0\0\0\0Q ���q�sY>�maT�����������������������������鮮�톆������������������������������������������������������{si�TB-�eO5�7*�\0\0\0�\0\0\0\0\0\0 \0\0\0\0\0\0\0\0\0\0\0\0�\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\n\0\0\0\0\0\0\0\0\0n���o�rY=�qg[�������������������������鮮��33�믯�������������������������������������������������������}u�R@+�dM5�E6#�\0\0\0�\0\0\0\0\0\0\0\0\0 \0\0\0\0\0\0\0\0\0�\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0 \0\0\0\0\0\0\0\0\0�E<3��u[�pX=�wnd����������00��cd�����솆��FF�믯�����������������������������������������������������������Q@+�rX=�H8&�\0\0\0�\0\0\0\0\0\0\0\0\0 \0\0\0\0\0\0\0\0\0�\0\0\0\0J\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0#\0\0\0�f]R�{`C�fP6�{sk����������dd��..��dd��FF�퇇���������������������������������������������������������������������</ �oV;�TB,�\0\0\0�\0\0\09\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\n\0\0\0\0\0\0\0\0\0+\0\0\0�qeX�y_A�[G1�vpi��������������dd��01�퇇�����������������www������������������*��������������������������������;-�cM5�TB-� �\0\0\0`\0\0\0\0\0\0\0\0\0\n\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0 \0\0\0\0\0\0 \0\0\03\0\0\0�zl^�w]A�Q?+���|����������������������������������������������.������������������������������������������������?1!�bL4�S@,��\0\0\0�\0\0\0\0\0\0\0\0\0 \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\r\0\0\0\0\0\0\'\0\0\0:\0\0\0�sa�s[>�N=+��������������������������������������������������.������������������������������������������������F8)�ZE/�]J1�)�\0\0\0�\0\0\0&\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0,\0\0\0F\0\0\0��zf�qX=�F6&��������������������������������������������������-������������������������������������������������RF8�VC-�\\H1�5*�\0\0\0�\0\0\0+\0\0\0\Z\0\0\0\0\0\0 \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0 \0\0\0\0\0\0\0\0\01\0\0\0a��~i�pW<�K;)����������������������������������������������/����������������������������������������������������]SI�K;(�ZE/�B2\"�\0\0\0�\0\0\00\0\0\0\0\0\0\0\0\0\n\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0 \0\0\0\0\0\0\"\0\0\07\0\0\0z+\'$��}h�kT:�H8&��������������������������������������������������.��������������������������������������������������v�D4#�fO5�D4#�\0\0\0�\0\0\09\0\0\0!\0\0\0\0\0\0 \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\n\0\0\0\0\0\0&\0\0\0=\0\0\0�72+�~iR�hR7�L<-��������������������������������������������������.����������������������������������������������������@2\"�bL3�L<(��\0\0\0W\0\0\0&\0\0\0\0\0\0 \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0 \0\0\0\0\0\0)\0\0\0B\0\0\0�B:0�|hP�fP6�J</������������������������������������������������������������������������������������������������������F8+�XE/�L;)�\r �\0\0\0x\0\0\0)\0\0\0\0\0\0 \0\0\0\0\0\0�\0\0\0\0\0\0\0\0\0 \0\0\0\Z\0\0\0.\0\0\0H(((�MB7�zeP�dO5�VJ<��������������������������������������������������\n���������������������������������������������\"����}qc�_J2�K9(� �\0\0\0�\0\0\0.\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\03\0\0\0O%%%�WK<�eO5�cM5�O?/��rd��vl��~u��������������������������������������\'����������������ÿ������������������������������>2$�?2\"�]I1�UB-�) �\0\0\0�\0\0\04\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\"\0\0\09KKKl###�_RB�cM5�aK4�^H0�C5#�</�9,�7*��5(�4(��3\'��2\'�2&\Z�2(�2\'�1&��2\'�&3\'�2(�3(�4(�5)�6+�9,�K9\'�YE/�_J3�TB-�5*�\0\0\0�\0\0\0<\0\0\0$\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\'\0\0\0@HHHq!!!�iXF�aM3�aK3�]I2�\\G1�YG/�VC.�UA-�TA,�S@+�QA+�Q@+��P@*�O?+��O?*�P?*�P>)�P>+�Q?+�P@+�R@+�R@,�SA,�TB,�UB-�WB.�XD/�[G1�^I2��aL4�:-�\0\0\0�\0\0\0B\0\0\0*\0\0\0\0\0\0\n\0\0\0\0\0\0\0\0\0\0\0\0\0\n\0\0\0\0\0\0*\0\0\0C\0\0\0d�r`L�cM4�`K2�_K2�^I3�\\H1�[G0�YG/�YF/�YG/�XE/�XE.��WE/�XD/��WD.�VE/�XE.�XF/�ZF/�YG0�ZH0��[H0�]I0�]I1�^I1�_K2��`L3��bM5�:.�\0\0\0�\0\0\0O\0\0\0.\0\0\0\Z\0\0\0 \0\0\0\0\0\0\0\0\0\0\0\0\0 \0\0\0\0\0\0+\0\0\0D\0\0\0s\"! �zfO�dN5�bL4�bK4�_L3�`K4�_L3�]J2�]I1�[H1�\\H2�\\G1��ZF0�ZG0��[F0��[G0�\\G1�]J2�_J2��_J3�`K4��`L4��bL4��cM5�dM5�F7$�\0�\0\0\0i\0\0\01\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0 \0\0\0\0\0\0(\0\0\0?\0\0\0 �zl^�Q>,�N=*��O<)�N<)��M:(�M;(�L<)�L;)��L:(�K9(��K:(�K;(�L;(�L:(��M;)��N<*��N=*��O=*��P=*�F7%��\0\0\0�\0\0\00\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0 \0\0\0\0\0\0#\0\0\05\0\0\0J\0\0\0ڢ\0\0\0�\0\0\0�\0\0\0_\0\0\0,\0\0\0\Z\0\0\0\r\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\Z\0\0\0)\0\0\09\0\0\0W\0\0\0o\0\0\0w\0\0\0}\0\0\0�\0\0\0�\0\0\0�\0\0\0�\0\0\0�\0\0\0��\0\0\0��\0\0\0��\0\0\0��\0\0\0��\0\0\0��\0\0\0�\n\0\0\0�\0\0\0�\0\0\0{\0\0\0q\0\0\0c\0\0\05\0\0\0$\0\0\0\0\0\0\n\0\0\0�\0\0\0\r\0\0\0\0\0\0\n\0\0\0\0\0\0\0\0\0\'\0\0\01\0\0\0:\0\0\0@\0\0\0E\0\0\0H\0\0\0I\0\0\0J\0\0\0K�\0\0\0L�\0\0\0M�\0\0\0N�\0\0\0O�\0\0\0P�\0\0\0Q�\0\0\0R�\0\0\0S�\0\0\0T \0\0\0S\0\0\0R\0\0\0N\0\0\0H\0\0\0?\0\0\03\0\0\0\'\0\0\0\Z\0\0\0\0\0\0\0\0\0�\0\0\0\0 \0\0\0\0\0\0\0\0\0\n\0\0\0\0\0\0\0\0\0\0\0\0#\0\0\0\'\0\0\0*\0\0\0+\0\0\0,\0\0\0-�\0\0\0.�\0\0\0/�\0\0\00�\0\0\01�\0\0\02�\0\0\03�\0\0\04�\0\0\05\n\0\0\04\0\0\02\0\0\0.\0\0\0)\0\0\0!\0\0\0\0\0\0\0\0\0 \0\0\0\0\0\0�\0\0\0\0\n\0\0\0\0\0\0\0\0\0\0\0\0 \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0�\0\0\0�\0\0\0�\0\0\0\Z�\0\0\0�\0\0\0�\0\0\0�\0\0\0 \0\0\0\0\0\0\0\0\0\Z\0\0\0\0\0\0\0\0\0\r\0\0\0 \0\0\0\0\0\0�\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0�\0\0\0 �\0\0\0\n�\0\0\0 �\0\0\0 �\0\0\0\r�\0\0\0\0\0\0\r\0\0\0 \0\0\0 \0\0\0\n\0\0\0\0\0\0\0\0\0\0\0\0�\0\0\0\0�\0\0\0�\0\0\0�\0\0\0�\0\0\0�\0\0\0�\0\0\0�\0\0\0\0\0\0�\0\0\0�\0\0\0\0�\0\0\0�\0\0\0�\0\0\0�\0\0\0\0'),(44,'groups.svg','GdkP\0\0�\0\0\0\0�\0\0\00\0\0\00�\0\0\0\0�\0\0\0\0UU�5e�:4d�^3e�h3f�P1a��\0\0\0\0\n9q� 8j��8i��Y���y���|���h���=l��:j��4c�6�\0\0\0\0 9h�9j��u�������������������������������>n��6g�r�\0\0\0\0;b�\r;k�ޙ���������������������������������������Ft��5h�`�\0\0\0\0 :y9>z�?}�D| �E~�@{�@}�;vc7�\0�\0\0\0\0<k��������������������������������������������������;k��7d��\0\0\0\0 :u#@{�]�*���_��ׂ��ۄ���~��ׂ���k�r�A�C}\r�={h�\0\0\0\07d�Cr�������������������������������������������������i���8i���\0\0\0\0<w<G���g���|���O�}�0�w�\'�u�&�t�&�}�8���Y���p�_�-�?|�@�\0�\0\0\0\0\"6f�q������������������������������������������������~�������7g��UU�\0\0\0\0=y*J���z���Z�}�-�{�*�z�*�y�)�w�(�u�&�r�$�o�!�t�.���e�h�7�={��\0\0\0\0<l��������������������������������������������������y�������=m��7g�%\0�\0C~ޟ�n���P���-� ~�,�|�+�{�*�y�)�u�&�r�$�o�\"�j� �k�#���]�W�\"�;yN�\0\0\0\0<l�ɣ����������������������������������������~���w�������9i��5d�W>ycs�>���c���.���.���.���.��,�}�+�y�)�u�&�s�%�o�\"�k��h��l�(���U�A}�@�\0�\0\0\0\0;k�������������������������������������������|���u���z���<k��3f�(A~��t���7���0����0�\r��/���.�}�+�z�)�v�\'�s�$�o�\"�k� �f��e��}�B�Z�&�=wK�\0\0\0\05i�|x���������������������������������������y���s���q���6g��<r&T����k���/���1���2���1���0���-�}�+�x�)�u�&�r�$�m�\"�j� �g��d��m�+�s�?�>|��\0\0\0\03f�#Bq����������������������������������|���v���s���[���8i��=wKi�6��Y���0���1���3���2���/���.�|�+�x�(�t�%�p�#�m�\"�j��f��c��e��{�G�?{֍\0\0\0\0#;k��w�������������������������������}���w���r���n���9j��6d�!<xbt�=���P���/���1���2���1���/�~�,�{�*�v�\'�t�$�p�#�l�!�h��f��b��_��|�G�<w��\0\0\0\0#3f�8i��|�����������������������|���x���s���m���Aq��7g�y\0\0\0\0=xSi�4��R���.���/���0���/��-�{�*�x�(�t�&�r�%�n�\"�j� �g��c��a�\Z�a��u�=�?y�\0\0\0\0\"9f�-6g��]���������������}���w���s���a���;k��7f��6d�!\0\0\0\0;v4W���Y��-���.��-�~�,�|�*�y�(�u�\'�r�%�p�#�l�!�i��e��b��`��c�!�i�0�>{��\0\0\0\0\"9k��Gr��Pz��9i��Jx��T���V���M{��<l��=l��`���c���7h��2d�)\0�\0A{ ��Z��.�}�+�{�*�{�)�y�)�v�\'�s�%�o�$�m�\"�j� �g��c��a�\Z�^��j�+�U��=ye�\0\0\0\0#7h�]Fu������z���j���V}��Mu��Js��Ow��]���l���t�������m���8i��4c�1@}�p�4���C�y�)�x�)�w�(�u�&�s�$�p�$�m�\"�k� �g��d��b��`��_�\Z�k�/�A}�6y\0�\0\0\0\0#3f�Z;l������������������~���{���x���x���{���{���w���u���~���p���:i��6lxBB~��K�}�3�t�&�t�%�q�#�o�$�m�\"�k� �h��f��c��_�\Z�^��i�*�S��?{��\0\0\0\0%+j� =l��>n��u�������~������������������������������}���y���v���s���}���q���7h��;v%uK���F�y�1�p�#�o�#�m�!�j� �h��f��c��`�\Z�_�\Z�h�\'�Z��>{�@�\0�\0\0\0\0 8h� ;j��e���Iv���������~���������������������������{���w���t���p���~���n���8j��:q �F��y�9�|�8�p�\'�i� �g��e��c��b��d�!�g�(�R��=y�@v\0�\0\0\0\0\n2c�$;k�ꍫ��p���|�������}�������������������������������}���y���u���r���o�������c���8k5�?x �A|�Y��o�0�u�4�p�.�m�)�k�)�h�\'�[��C�\n�D�\n�<s�<xQ�\0\0\0\0 .]� <k�╰������=m����������~����������������������������r���{�������t���p���p���d�v�D~�i�#�c�!�L��A|�A~\n�H��J��E� �?z�F� �X��j�\"�e��?{�;xW�\0\0\0\0\n?m��x�������o���Gt������{���~����������������\Z��������_���Q~������u���r���a���B �s�$�t�(�p�\'�k�\'�h�&�^�!�X��U��Z��b�!�g�\"�l�#�p�%�r�%�f��?{�>w^�\0\0\0\0 +U�:i���������d���[�������}��������������������\Z����y���8g������~���i���@}�h�!�y�*�|�*�|�,�y�+�v�+�s�*�q�)�o�)�o�(�q�\'�t�\'�w�(�u�&�r�%�q�&�i�!�@}�=xd�\0\0\0\0 3f�\n7h����������q���N|�������������������������� ��������Hs��]�������B|\r�Z��y�.�w�\'�z�*�~�,���.����/�\r��.���.�~�-�}�+�z�*�x�(�u�&�r�&�p�$�q�\'�l�\'�B}�<xY�\0\0\0\0 ?n��d�����������:j����������������������� ����k���<qc�F��E� �y�4�u�\'�v�\'�z�)�}�+��-���-����.�\r�.�~�,�|�+�z�)�w�\'�u�&�r�$�o�$�m�\"�p�*�l�+�?z�>xB�\0\0\0\0 +G:f��9h��9h��8d��^�������������������� ����b�m�L��Y��d�&�y�2�r�$�v�&�x�(�{�+�}�+�~�,��~�,�\r|�+�{�*�y�)�u�\'�t�%�q�$�o�\"�l�\"�k� �r�.�j�+�={�@x �\0\0\0\0\0\0\0\0\0\0\0\0\0\Z\0\0\0%\0\0\0/?4a��Z�������������������������������������������x�u�T����F�D� ��A�p�$�q�#�u�&�x�(�z�)�{�*�{�*��|�+�.{�*�{�*�x�)�w�\'�u�\'�r�%�q�#�o�\"�l�!�j� �h��u�5�a�&�?z�Im\0\0\0\0\0\0\0\0\0\0\0 \0\0\0\0\0\0\0\0\0*\0\0\03 A\'Lz�6f��V�������������������������������p���R����U�f�!�]�$�}�<�m�!�p�#�s�%�u�&�x�(�x�(�y�)��y�)�y�)�w�(�v�\'�s�%�r�$�o�#�n�!�k� �i��f��f��{�A�S�\Z�=z}�\0\0\0\0\Z\0\0\0\0\0\0\0\0\0\0\0\0 \0\0\0(\0\0\00 \r:8Zi)N��3_��5b��7e��7f��6c��6f{�H����_���8�N��v�>�s�0�k� �n�\"�r�#�u�&�u�&��v�\'�w�\'�w�\'�w�\'�v�\'�v�\'�t�%�r�%�]��n�8�m�\"�j��h��f��d��k�\'�|�F�@|�;v\0\Z�\0\0\0\0\0\0\0\0\0\0\n\0\0\0\0\0\0\0\0\0\0\0\0!\0\0\0$\0\0\0\'\0\0\0(\0\0\0)\0\0\0(>zّ�V���H�{�*�D����R�l�&�j� �m�!�o�#�r�%�s�%�t�%��t�&�t�%�s�%�s�%�p�#�Y��X�!�u�3�j��g��e��c��a�\Z�{�B�d�0�?{��\0\0\0\0�\0\0\0\r<r/T���e���/�x�(�@{���b�f��h��l� �n�\"�p�#�q�#��q�$��r�$��q�$�\rp�#�o�#�e��A{���T�g��g��d��b��`�\Z�f�$���W�>z�\0\0\0\0<wZr�<���T��-�u�&�?|���i�g��g��i��l� �n�!�n�\"�o�\"�o�\"��o�#�o�\"�n�\"�n�\"�l� �c��F�\n�p�=�s�6�e��b��a�\Z�_��^����b�@{ ��\0\0\0\0>v)S���e���1�s�&�H����e�o�,�e��h��k� �k� �l� �l�!�l�!��m�!�l�!�l�!�l� �l� �h��a�\Z�T��A~ ���b�k�\'�a��`��^��w�>���S�?zِ\0\0\0\0 A}�e�/���X���O�P��s�B���V�d��f��h��i��i���j��j��i��e��^��X��F� �J����h�u�5�n�/���W���l�I��<xH�\0\0\0\0 \0\0\0?{vA|�?z�<v�@{ ��w���M�d��f��g���g���h��g���g�� a�\Z�\\��U��U��Q��I��r�A���b�u�J�C}\r�;yN�\0\0\0\0 \0\0\0\n\0\0\0\0\0\0\0\0\0\'(SlI���Ȁ���z�x�9�d��d���e�� c�\Z�^��^��k�6��U�p�C�<x�;w�<w�4ip.\0\0\0\0�\0\0\0\0\0\0\0\0\0\0 \0\0\0\0\0\0\0\0\0*\0\0\03#Dl?x �z�O��ѓ��۟���~���`���U���K���B���K���Y���g���r���s���U�Q� �5i� \0C\0\0\0.\0\0\0$\0\0\0\Z\0\0\0\0\0\0�\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\"\0\0\0+\0\0\04 \0B)T�:r�I��m�A���f���r���~���Ɉ�\r��~���n�{�R�\\�+�?y �3d�3_\0\0\08\0\0\0/\0\0\0&\0\0\0\0\0\0\0\0\0\n�\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0!\0\0\0)\0\0\00\0\0\06\0D!@l)Q�,V�.[�4e�2a�-Y�+V�$Hx#\0P\0\0\09\0\0\03\0\0\0,\0\0\0%\0\0\0\0\0\0\0\0\0\r\0\0\0�\0\0\0\0\n\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\"\0\0\0%\0\0\0\'\0\0\0)�\0\0\0* \0\0\0(\0\0\0&\0\0\0$\0\0\0 \0\0\0\0\0\0\0\0\0\0\0\0 \0\0\0�\0\0\0\0\0\0\0\0\0\0\0\0\0�\0\0\0\0\0\0\0\0\0\0\0\0�\0\0\0\0'),(45,'application-default-icon.svg','GdkP\0\0�\0\0\0\0�\0\0\00\0\0\00�\0\0\0\0�\0\0\0\0@@�!L��\"M�� J��!L��$L��U� �\0\0\0\0)P��Dj���������������Kp��+R���\0\0\0\0(P������g����X���c�������$O��\0U��\0\0\0\0 J�������`�������*R��Nd��\0\0\0\0 J�������i�������*S��Xj��\0\0\0\0 J�������r�������*S��Xj��\0\0\0\0 J�������r�������*S��Xj��\0\0\0\0Nj���������������Vs��do��\0\0\0\0�������������������������\0\0\0\0�������������������������\0\0\0\0�������������������������\0\0\0\0�������������������������\0\0\0\0�������������������������\0\0\0\0�������������������������\0\0\0\0�������������������������\0\0\0\0�������������������������\0\0\0\0�������������������������\0\0\0\0�������������������������\0\0\0\0�������������������������\0\0\0\0�������������������������\0\0\0\0�������������������������\0\0\0\0�������������������������\0\0\0\0�������������������������\0\0\0\0�������������������������\0\0\0\0�������������������������\0\0\0\0�������������������������\0\0\0\0�������������������������\0\0\0\0�������������������������\0\0\0\0�������������������������\0\0\0\0�������������������������\0\0\0\0�������������������������\0\0\0\0�������������������������\0\0\0\0�������������������������\0\0\0\0�������������������������\0\0\0\0�������������������������\0\0\0\0\0\0\0�����������������������������fff�\0\0\0\0\0\0\0 �����ý����������������������\0\0\0 �\0\0\0\0\0\0\0\nGGG2���Ј����������������UUU9\0\0\0 �\0\0\0\0\0\0\0\0\0\0\0\0\0!\0\0\0,\0\0\0-�\0\0\0/\0\0\0-\0\0\0+\0\0\0 \0\0\0\0\0\0�\0\0\0\0\0\0\0 \0\0\0\0\0\0\0\0\0�\0\0\0\0\0\0\0\0\0\Z\0\0\0\0\0\0�\0\0\0\0\0\0\0\0\0\0\n�\0\0\0 \0\0\0 \0\0\0�\0\0\0\0'),(47,'attributes.svg','GdkP\0\0 �\0\0\0\0�\0\0\00\0\0\00�\0\0\0\0�\0\0\0\0�\0\0\0\0�\0\0\0\0������������������������\0\0\0\0���������������������\0\0\0\0�������������������������\0\0\0\0������������\0\0\0\0yyy7zzzޣ���=���syyyщ\0\0\0\0\0\0\0yyyᕕ�����a~~~�www^�\0\0\0\0xxx����ġ��������yyy��\0\0\0\0yyy*zzz�����������zzz��\0\0\0\0zzzܙ��뤤���������������zzz�zzz�\0\0\0\0xxx{�����������������������������������������������������������������{{{��\0\0\0\0{{{xxx��}}}�����������������������}}}�����������������������}}}�xxx�|||D�\0\0\0\0��������������������������������������������������������������������������������������������\0\0\0\0�������������������������������������������������������������������������������\0\0\0\0���������������������������������������������������������������\0\0\0\0����������������������������������������������������������������������������������\0\0\0\0���������������������������������������������������������������������������������\0\0\0\0�����������������������������������������������������������������������\0\0\0\0������������������������������������������������������������������������������������������������\0\0\0\0����������������������������������������������������������������������������������������������������������������\0\0\0\0�������������������������������������������������>>>��333����������>>>�333�222�111�000��������������������������\0\0\0\0�����������������������������������������������������DFF��9;<����������DFF��9;<�8:;��������������������������\0\0\0\0�����������������������������������������������������JNO��@DE�������������JNO��@DE�����������������������������\0\0\0\0������������������������������������������PVV��FLM����������PVV��FLM�����������������������������\0\0\0\0���������������������������������������������Zac��RXZ�������������Zac��RXZ��������������������������\0\0\0\0������������������������\\ef��S\\^���������������������������������������������������������������\0\0\0\0������������������������clo��Zdg�������������������������������������������������������������������������������\0\0\0\0������������������������htw��`lp�������������������������������������������������������������������������������\0\0\0\0\0\0\0������������������������o|���guy���������������������������������������������������������������������������ddd�\0\0\0\0 \0\0\0\0\0\0������������������������w����p}������������������������������������������������������������<<<&\0\0\0\r�\0\0\0\0\0\0\0\0\0\0\0\0\0 ��������������������������������������������������������������������������������������������������,,,4\0\0\0\0\0\0\n�\0\0\0\0\0\0\0\0\0\0\0\0\0(�������������������������������������������������������������������������������������������\n����������������������������\'\'\';\0\0\0 \0\0\0�\0\0\0\0\0\0\0\n\0\0\0\0\0\0)��������������������������9\0\0\0!\0\0\0\0\0\0�\0\0\0\0\0\0\0\0\0\0\0\0\0#�������������������������������\0\0\0+\0\0\0\0\0\0\r�\0\0\0\0\0\0\0 \0\0\0\0\0\0$\0\0\0-\0\0\03\0\0\04�\0\0\09\0\0\05\0\0\01\0\0\0)\0\0\0\0\0\0\0\0\0�\0\0\0\0\0\0\0 \0\0\0\0\0\0\Z\0\0\0\0\0\0!�\0\0\0$\0\0\0 \0\0\0\0\0\0\0\0\0\0\0\0�\0\0\0\0\0\0\0\0\0\0\n\0\0\0\r�\0\0\0\0\0\0\n\0\0\0\0\0\0�\0\0\0\0�\0\0\0\0');
269
+ UNLOCK TABLES;
270
+ DROP TABLE IF EXISTS `messages`;
271
+ CREATE TABLE `messages` (
272
+ `id` bigint(20) NOT NULL auto_increment,
273
+ `date` datetime default NULL,
274
+ `sender` char(12) NOT NULL,
275
+ `recipient` char(12) NOT NULL,
276
+ `subject` text NOT NULL,
277
+ `body` text NOT NULL,
278
+ `state` char(1) NOT NULL,
279
+ PRIMARY KEY (`id`)
280
+ ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
281
+
282
+ LOCK TABLES `messages` WRITE;
283
+ UNLOCK TABLES;
284
+ DROP TABLE IF EXISTS `moditems`;
285
+ CREATE TABLE `moditems` (
286
+ `id` int(11) NOT NULL auto_increment,
287
+ `querysql` text NOT NULL,
288
+ `query_sql_id` int(11) NOT NULL,
289
+ `comment` text NOT NULL,
290
+ `additional_on_update` text NOT NULL,
291
+ `additional_on_insert` text NOT NULL,
292
+ `display` text NOT NULL,
293
+ `name` varchar(20) NOT NULL default '',
294
+ `modid` int(11) NOT NULL default '0',
295
+ `oid` char(2) NOT NULL default '0',
296
+ `parent` int(11) NOT NULL default '0',
297
+ `on_embed` text NOT NULL,
298
+ PRIMARY KEY (`id`),
299
+ KEY `modid` (`modid`),
300
+ KEY `oid` (`oid`),
301
+ KEY `parent` (`parent`)
302
+ ) ENGINE=MyISAM AUTO_INCREMENT=102 DEFAULT CHARSET=utf8;
303
+
304
+ LOCK TABLES `moditems` WRITE;
305
+ INSERT INTO `moditems` (`id`, `querysql`, `query_sql_id`, `comment`, `additional_on_update`, `additional_on_insert`, `display`, `name`, `modid`, `oid`, `parent`, `on_embed`) VALUES (30,'',1,'','','','Menu editor','menueditor',1,'0.',0,''),(86,'',2,'','','','Queries','',1,'',-1,''),(32,'select *,\nif(length(querysql)=0,\'false\',\'true\') as has_sql,\nif(length(type_def)=0,\'false\',\'true\') as has_type_def\n\r\nfrom gtkformitems \r\norder by y,x\n',0,'','','','Form items','formitems',1,'1',39,''),(33,'',9,'','','','Constants','konstansok',1,'0.',0,''),(34,'',8,'','','','List editor','listingeditor',1,'0',-1,''),(97,'',13,'','','','Events','',1,'0.',-1,''),(98,'',14,'','','','Default attributes','',1,'0.',-1,''),(99,'select *\nfrom events\nwhere event like \'print-%\'\n',0,'','','','Print events','',1,'1.',59,''),(101,'',0,'','','','CronJob','',2,'0.',-1,''),(35,'select gtkheaders.*,\r\nscv.cdisplay as typename,\nif(length(querySQL)=0,\'false\',\'true\') as has_sql\n\r\nfrom gtkheaders \nleft join scv on scv.cdata = gtkheaders.type and scv.combo = \'type\'\r\n',0,'','','','List columns','listingheaders',1,'1',34,''),(36,'',11,'','','','Users','userlist',1,'0.',0,''),(37,'',10,'','','','Groups','csoportok',1,'0.',0,''),(57,'select *\nfrom events\nwhere event like \'form_item-%\'\n',0,'','','event=\'form_item-Action\'','events','',1,'1.',32,''),(39,'',8,'','','','Form editor','formeditor',1,'0.',0,''),(40,'',0,'','','modid=(select id from modules where modname=\'form\')','Form properties','formdetails',2,'1.',0,''),(41,'',0,'','','modid=(select id from modules where modname=\'listing\')','List properties','listingdetails',2,'1',0,''),(42,'',0,'','','','Menu properties','',2,'1',0,''),(47,'',0,'','','','User manager','',2,'0',0,''),(87,'',3,'','','','in use by','',1,'0.',86,''),(46,'',0,'','','','Group properties','',2,'0',0,''),(48,'',12,'','','','User groups','felhasznalocsoport',1,'1.',36,''),(49,'',0,'','','','Constant properties','',2,'0',0,''),(50,'select *\r\nfrom buttons\r\nleft join (select \n 0 as cdata,\n \'<built-in function>\' as cdisplay \nunion \nselect \n moditems.id as cdata,\n concat(modules.modname,\'/\',moditems.display) as cdisplay \nfrom moditems\nleft join modules on moditems.modid = modules.id\n) as target_moditem on target_moditem.cdata = buttons.target_moditemid\n',0,'','','','Buttons','',1,'2.',34,''),(52,'select *\nfrom events\nwhere event like \'list-%\' \n',0,'','','event=\'list-OnInsert-BeforeSQL\'','List events','',1,'5',34,''),(53,'',0,'','','','Event editor','',2,'0',0,''),(54,'select *\nfrom events\nwhere event like \'form-%\'\n',0,'','','event=\'form-OnUpdate\'','Form events','',1,'2',39,''),(58,'',0,'','','','Form Item properties','',2,'',0,''),(59,'',8,'','','','Printing editor','',1,'1.',0,''),(60,'',0,'','','modid=(select id from modules where modname=\'print\')','Printing properties','',2,'',0,''),(65,'',0,'','','','Form Comment','',2,'6',39,''),(66,'',0,'','','','List Comment','',2,'9',34,''),(68,'',4,'','','','Images','',1,'0',0,''),(69,'',0,'','','','Image upload','',2,'',0,''),(73,'select conf.*,\nmoditems.display as moditem_display,\nitems.display as item,\nusers.id\n\nfrom conf\nleft join moditems on moditemid = moditems.id\nleft join (\n select id, formid as modid, description as display from gtkformitems \n union select id, listing as modid, header as display from gtkheaders\n ) as items on items.modid = moditemid and conf.itemid = items.id\nleft join users on users.nick = conf.nick\n',0,'','','','Configs','',1,'2.',36,''),(82,'',0,'the main manqod relations','','','Relations','',14,'0',0,''),(75,'select *\nfrom gtkattributes\nwhere gtkobjecttype = \'list\'\n',0,'','','gtkobjecttype=\'list\'','Attributes','',1,'4',34,''),(77,'select *\nfrom gtkattributes\nwhere gtkobjecttype = \'list_column\'\n',0,'','','gtkobjecttype=\'list_column\'','attributes','',1,'1.',35,''),(78,'',0,'','','#{parentM.moditem[\'additional_on_insert\']}','Attribute','',2,'',-1,''),(76,'',0,'','','','List Column properties','',2,'',-1,''),(79,'select *\nfrom gtkattributes\nwhere gtkobjecttype = \'form\'\n',0,'','','gtkobjecttype=\'form\'','Form Attributes','',1,'4',39,''),(80,'select *\nfrom gtkattributes\nwhere gtkobjecttype = \'form-item\'\n',0,'','','gtkobjecttype=\'form-item\'','attributes','',1,'4.',32,''),(83,'',0,'','','','User Permissions','',2,'',-1,''),(84,'',0,'','','','Query Builder','',2,'',-1,''),(85,'',0,'','','','Button properties','',2,'0.',0,''),(88,'',5,'','','','Todo','',1,'9',34,''),(89,'',0,'','','cdate=now()','Todo','',2,'',-1,''),(90,'',5,'','','','Todo','',1,'3.',59,''),(91,'',5,'','','','Todo','',1,'7',39,''),(92,'',5,'','','','General Todo','',1,'',0,''),(93,'',6,'','','','Query Objects','',1,'1.',86,''),(94,'select *\nfrom gtkattributes\nwhere gtkobjecttype = \'list-button\'\n',-1,'','','gtkobjecttype=\'list-button\'','attributes','',1,'0.',50,''),(100,'',15,'','','','Cron','',1,'6.',34,'');
306
+ UNLOCK TABLES;
307
+ DROP TABLE IF EXISTS `modules`;
308
+ CREATE TABLE `modules` (
309
+ `id` tinyint(4) NOT NULL auto_increment,
310
+ `modname` text NOT NULL,
311
+ PRIMARY KEY (`id`)
312
+ ) ENGINE=MyISAM AUTO_INCREMENT=19 DEFAULT CHARSET=utf8;
313
+
314
+ LOCK TABLES `modules` WRITE;
315
+ INSERT INTO `modules` (`id`, `modname`) VALUES (1,'listing'),(2,'form'),(5,'about'),(9,'print'),(10,'info'),(11,'print_wysiwyg'),(12,'quit'),(13,'config'),(14,'relation_builder'),(17,'help');
316
+ UNLOCK TABLES;
317
+ DROP TABLE IF EXISTS `qobjects`;
318
+ CREATE TABLE `qobjects` (
319
+ `id` int(11) NOT NULL auto_increment,
320
+ `query_id` int(11) NOT NULL,
321
+ `obj_type` char(1) NOT NULL,
322
+ `obj_id` int(11) NOT NULL,
323
+ `field` text,
324
+ `custom` char(5) NOT NULL default 'false',
325
+ PRIMARY KEY (`id`)
326
+ ) ENGINE=MyISAM AUTO_INCREMENT=69 DEFAULT CHARSET=utf8;
327
+
328
+ LOCK TABLES `qobjects` WRITE;
329
+ INSERT INTO `qobjects` (`id`, `query_id`, `obj_type`, `obj_id`, `field`, `custom`) VALUES (1,1,'b',10,NULL,'false'),(2,1,'f',0,'*','true'),(57,1,'r',16,'','false'),(7,2,'b',14,NULL,'false'),(13,2,'r',32,NULL,'false'),(9,3,'b',3,NULL,'false'),(11,3,'r',4,NULL,'false'),(12,2,'f',0,'*','true'),(14,2,'r',0,'left join (select count(id) as cnt, query_sql_id\n from moditems\n group by query_sql_id\n ) as moditems on moditems.query_sql_id = queries.id','true'),(15,3,'r',15,NULL,'false'),(16,3,'f',0,'*','true'),(17,4,'b',16,NULL,'false'),(18,4,'f',0,'*,','true'),(19,4,'f',0,'images.id as image_id','true'),(20,5,'b',20,NULL,'false'),(21,5,'f',0,'*','true'),(22,5,'r',34,NULL,'false'),(23,5,'r',1,NULL,'false'),(24,6,'b',17,NULL,'false'),(25,6,'f',0,'*','true'),(26,3,'r',1,NULL,'false'),(67,15,'b',22,NULL,'false'),(29,8,'b',3,NULL,'false'),(30,8,'r',1,'','false'),(31,8,'r',4,'','false'),(32,8,'r',0,'left join (select count(id) as cnt,formid from gtkformitems group by formid) as form_item_count on form_item_count.formid = moditems.id','true'),(33,8,'r',0,'left join (select count(id) as cnt,target_moditemid as target from buttons group by target_moditemid) as tbuttons on tbuttons.target = moditems.id','true'),(34,8,'r',0,'left join (select count(id) as cnt,to_call as target from gtkformitems group by to_call) as titems on titems.target = moditems.id','true'),(35,8,'f',0,'parent_moditem.display,','true'),(36,8,'f',0,'moditems.*,\nmoditems.id as display_id,','true'),(37,8,'f',0,'ifnull(tbuttons.cnt,0) + ifnull(titems.cnt,0) as refs,\nform_item_count.cnt,\nlist_item_count.cnt,\nprint_item_count.cnt,','true'),(38,8,'f',2,'modname','false'),(39,8,'r',15,'','false'),(40,8,'f',10,'display','false'),(41,8,'r',23,'','false'),(42,8,'f',14,'name','false'),(43,8,'r',0,'left join (select count(id) as cnt,listing from gtkheaders group by listing) as list_item_count on list_item_count.listing = moditems.id','true'),(44,9,'b',15,NULL,'false'),(45,9,'f',0,'*','true'),(46,10,'b',4,NULL,'false'),(47,10,'f',0,'groups.*,\nucnt.cnt','true'),(48,10,'r',0,'left join (select count(id) as cnt, groupid \n from usergroups \n group by groupid\n ) as ucnt on ucnt.groupid = groups.id','true'),(49,11,'b',6,NULL,'false'),(50,11,'f',0,'*','true'),(59,13,'b',7,NULL,'false'),(51,12,'b',5,NULL,'false'),(52,12,'f',0,'usergroups.*,','true'),(53,12,'r',6,'','false'),(54,12,'f',4,'name','false'),(55,12,'f',4,'parent_id','false'),(56,8,'r',0,'left join (select count(id) as cnt,printid from gtkprintitems group by printid)as print_item_count on print_item_count.printid=moditems.id','true'),(58,1,'r',15,'','false'),(60,13,'f',0,'events.*,\nif(events.event like \"form_item%\",\"form item\", modules.modname) as gtkobject_type,\nif(events.event like \"form_item%\",concat(gtkformitems.data,\"(\",gtkformitems.description,\")\"), moditems.display) as gtkobject','true'),(62,13,'r',35,'','false'),(63,13,'r',8,'','false'),(64,13,'r',1,'','false'),(65,14,'b',8,NULL,'false'),(66,14,'f',0,'*','true'),(68,15,'f',0,'*','true');
330
+ UNLOCK TABLES;
331
+ DROP TABLE IF EXISTS `queries`;
332
+ CREATE TABLE `queries` (
333
+ `id` int(11) NOT NULL auto_increment,
334
+ `name` varchar(50) NOT NULL,
335
+ `base` int(11) NOT NULL,
336
+ `comment` text NOT NULL,
337
+ `sql` text NOT NULL,
338
+ `where_clause` text NOT NULL,
339
+ `order_by_qobject_id` int(11) NOT NULL,
340
+ `order_by_dir` tinyint(4) NOT NULL,
341
+ `group_by` text NOT NULL,
342
+ PRIMARY KEY (`id`)
343
+ ) ENGINE=MyISAM AUTO_INCREMENT=16 DEFAULT CHARSET=utf8;
344
+
345
+ LOCK TABLES `queries` WRITE;
346
+ INSERT INTO `queries` (`id`, `name`, `base`, `comment`, `sql`, `where_clause`, `order_by_qobject_id`, `order_by_dir`, `group_by`) VALUES (1,'menu',10,'','select \n*\nfrom \n`gtkmenu`\nleft join `modules` on `modules`.`id` = `gtkmenu`.`module`\nleft join `moditems` on `moditems`.`id` = `gtkmenu`.`target`','',0,0,''),(2,'queries',14,'','select \n*\nfrom \n`queries`\nleft join `tables` on `tables`.`id` = `queries`.`base`\nleft join (select count(id) as cnt, query_sql_id\n from moditems\n group by query_sql_id\n ) as moditems on moditems.query_sql_id = queries.id','',0,0,''),(3,'lists_using_query',3,'','select \n*\nfrom \n`moditems`\nleft join `moditems` as parent_moditem on `parent_moditem`.`id` = `moditems`.`parent`\nleft join `gtkmenu` on `gtkmenu`.`target` = `moditems`.`id`\nleft join `modules` on `modules`.`id` = `moditems`.`modid`','',0,0,''),(4,'images',16,'','select \n*,\nimages.id as image_id\nfrom \n`images`','',0,0,''),(5,'todo',20,'','select \n*\nfrom \n`todo`\nleft join `moditems` on `moditems`.`id` = `todo`.`moditems_id`\nleft join `modules` on `modules`.`id` = `moditems`.`modid`','',0,0,''),(6,'qobjects',17,'','select \n*\nfrom \n`qobjects`','',0,0,''),(15,'cronjobs',22,'','select \n*\nfrom \n`cronjobs`','',0,0,''),(8,'moditems',3,'','select \nparent_moditem.display,\nmoditems.*,\nmoditems.id as display_id,\nifnull(tbuttons.cnt,0) + ifnull(titems.cnt,0) as refs,\nform_item_count.cnt,\nlist_item_count.cnt,\nprint_item_count.cnt,\n`modules`.`modname`,\n`gtkmenu`.`display`,\n`queries`.`name`\nfrom \n`moditems`\nleft join `modules` on `modules`.`id` = `moditems`.`modid`\nleft join `moditems` as parent_moditem on `parent_moditem`.`id` = `moditems`.`parent`\nleft join (select count(id) as cnt,formid from gtkformitems group by formid) as form_item_count on form_item_count.formid = moditems.id\nleft join (select count(id) as cnt,target_moditemid as target from buttons group by target_moditemid) as tbuttons on tbuttons.target = moditems.id\nleft join (select count(id) as cnt,to_call as target from gtkformitems group by to_call) as titems on titems.target = moditems.id\nleft join `gtkmenu` on `gtkmenu`.`target` = `moditems`.`id`\nleft join `queries` on `queries`.`id` = `moditems`.`query_sql_id`\nleft join (select count(id) as cnt,listing from gtkheaders group by listing) as list_item_count on list_item_count.listing = moditems.id\nleft join (select count(id) as cnt,printid from gtkprintitems group by printid)as print_item_count on print_item_count.printid=moditems.id','',0,0,''),(9,'constants',15,'','select \n*\nfrom \n`scv`','',0,0,''),(10,'groups',4,'','select \ngroups.*,\nucnt.cnt\nfrom \n`groups`\nleft join (select count(id) as cnt, groupid \n from usergroups \n group by groupid\n ) as ucnt on ucnt.groupid = groups.id','',0,0,''),(11,'users',6,'','select \n*\nfrom \n`users`','',0,0,''),(13,'Events',7,'','select \nevents.*,\nif(events.event like \"form_item%\",\"form item\", modules.modname) as gtkobject_type,\nif(events.event like \"form_item%\",concat(gtkformitems.data,\"(\",gtkformitems.description,\")\"), moditems.display) as gtkobject\nfrom \n`events`\nleft join `gtkformitems` on `gtkformitems`.`id` = `events`.`gtkobjectid`\nleft join `moditems` on `moditems`.`id` = `events`.`gtkobjectid`\nleft join `modules` on `modules`.`id` = `moditems`.`modid`','',0,0,''),(12,'usergroups',5,'','select \nusergroups.*,\n`groups`.`name`,\n`groups`.`parent_id`\nfrom \n`usergroups`\nleft join `groups` on `groups`.`id` = `usergroups`.`groupid`','',0,0,''),(14,'def_attrs',8,'','select \n*\nfrom \n`gtkattributes`\nwhere gtkobjectid=0','gtkobjectid=0',0,0,'');
347
+ UNLOCK TABLES;
348
+ DROP TABLE IF EXISTS `relations`;
349
+ CREATE TABLE `relations` (
350
+ `id` int(11) NOT NULL auto_increment,
351
+ `src_table` char(32) NOT NULL,
352
+ `src_field` char(64) NOT NULL,
353
+ `dst_table` char(32) NOT NULL,
354
+ `dst_field` char(64) NOT NULL,
355
+ `rel_type` char(1) NOT NULL,
356
+ `rbx` float NOT NULL default '0',
357
+ `rby` float NOT NULL default '0',
358
+ `rel_name` varchar(30) NOT NULL,
359
+ `rel_custom` text NOT NULL,
360
+ PRIMARY KEY (`id`),
361
+ KEY `src_table` (`src_table`),
362
+ KEY `src_field` (`src_field`),
363
+ KEY `dst_table` (`dst_table`),
364
+ KEY `joint_type` (`rel_type`),
365
+ KEY `dst_field` (`dst_field`)
366
+ ) ENGINE=MyISAM AUTO_INCREMENT=38 DEFAULT CHARSET=utf8;
367
+
368
+ LOCK TABLES `relations` WRITE;
369
+ INSERT INTO `relations` (`id`, `src_table`, `src_field`, `dst_table`, `dst_field`, `rel_type`, `rbx`, `rby`, `rel_name`, `rel_custom`) VALUES (1,'moditems','modid','modules','id','m',313,271,'',''),(2,'buttons','moditemid','moditems','id','m',1330,448,'',''),(3,'buttons','target_moditemid','moditems','id','o',1330,476,'',''),(4,'moditems','id','moditems','parent','o',1451,809,'parent_moditem',''),(5,'groups','id','buttons','grp_id','o',2134,1213,'',''),(6,'usergroups','groupid','groups','id','m',1896,113,'',''),(7,'usergroups','userid','users','id','m',2062,276,'',''),(8,'events','gtkobjectid','moditems','id','m',1341,947,'',''),(9,'gtkattributes','gtkobjectid','moditems','id','m',1818,1400,'',''),(10,'gtkheaders','listing','moditems','id','m',1054,934,'',''),(11,'gtkheaders','rgrp_id','groups','id','o',808,1104,'',''),(12,'gtkheaders','wgrp_id','groups','id','o',761,1086,'',''),(13,'gtkattributes','gtkobjectid','gtkheaders','id','m',1758,1800,'',''),(14,'gtkmenu','parent','gtkmenu','id','o',331,608,'parent_menu',''),(15,'gtkmenu','target','moditems','id','m',35,457,'',''),(16,'gtkmenu','module','modules','id','m',123,425,'',''),(17,'gtkformitems','formid','moditems','id','o',1436,521,'',''),(18,'gtkformitems','to_call','moditems','id','m',1485,775,'',''),(19,'gtkprintpages','moditem_id','moditems','id','m',1525,887,'',''),(20,'gtkprintitems','printid','moditems','id','o',1714,369,'',''),(21,'gtkattributes','gtkobjectid','gtkformitems','id','m',1884,1457,'',''),(22,'gtkmenu','groupid','groups','id','m',62,486,'',''),(23,'moditems','query_sql_id','queries','id','m',483,1184,'',''),(24,'scv','combo','gtkformitems','id','m',1872,895,'',''),(26,'qobjects','query_id','queries','id','m',656,1728,'',''),(27,'relations','src_table','tables','name','m',574,1944,'',''),(28,'relations','dst_table','tables','name','m',549,1989,'',''),(32,'queries','base','tables','id','m',163,1853,'',''),(30,'qobjects','obj_id','relations','id','m',879,1889,'',''),(31,'qobjects','obj_id','tables','id','m',613,1875,'',''),(34,'todo','moditems_id','moditems','id','m',1059,536,'',''),(35,'events','gtkobjectid','gtkformitems','id','m',1322,986,'',''),(37,'cronjobs','moditems_id','moditems','id','m',1114,1031,'','');
370
+ UNLOCK TABLES;
371
+ DROP TABLE IF EXISTS `scv`;
372
+ CREATE TABLE `scv` (
373
+ `id` int(11) NOT NULL auto_increment,
374
+ `cdisplay` text NOT NULL,
375
+ `cdata` varchar(32) NOT NULL,
376
+ `combo` varchar(64) NOT NULL default '0',
377
+ `description` text NOT NULL,
378
+ PRIMARY KEY (`id`),
379
+ KEY `cdata` (`cdata`),
380
+ KEY `combo` (`combo`)
381
+ ) ENGINE=MyISAM AUTO_INCREMENT=132 DEFAULT CHARSET=utf8;
382
+
383
+ LOCK TABLES `scv` WRITE;
384
+ INSERT INTO `scv` (`id`, `cdisplay`, `cdata`, `combo`, `description`) VALUES (5,'Text','gtk_text','gtkformitems.gtktype',''),(6,'Text, multiline','gtk_multiline','gtkformitems.gtktype',''),(8,'Combo','gtk_combo','gtkformitems.gtktype',''),(9,'Constant Combo','gtk_const_combo','gtkformitems.gtktype',''),(12,'Password','gtk_password','gtkformitems.gtktype',''),(53,'Combo with Target','gtk_combo_wn','gtkformitems.gtktype',''),(69,'center','0.5','gtkheaders.align',''),(50,'Constant Combo','gtk_const_combo','gtkheaders.type','this combo gets it\'s data from the constants'),(70,'right','1','gtkheaders.align',''),(46,'Text','gtk_text','gtkheaders.type',''),(44,'Toggle','gtk_toggle','gtkheaders.type',''),(48,'Combo','gtk_combo','gtkheaders.type',''),(68,'left','0','gtkheaders.align',''),(56,'remove','remove','buttons.btfunct','it will call the built-in remove, or call the form with remove runmode'),(57,'add','add','buttons.btfunct','it will call the list\'s built-in add_row, or call the target form with add runmode'),(58,'modify','modify','buttons.btfunct','have to have a form target'),(59,'embedded','embedded','buttons.moditem_render_mode',''),(60,'new window','newwindow','buttons.moditem_render_mode',''),(61,'copy','copy','buttons.btfunct','there is a built-in copy for the list, forms have a copy runmode'),(67,'after Form OnApply SQL','form-OnApply-afterSQL','events.event',''),(63,'Invisible','gtk_hidden','gtkformitems.gtktype',''),(64,'Form OnUpdate','form-OnUpdate','events.event',''),(65,'before Form OnApply SQL','form-OnApply-beforeSQL','events.event',''),(66,'Toggle','gtk_toggle','gtkformitems.gtktype','true or false, checkbox'),(71,'print','print','buttons.btfunct',''),(72,'File upload','fileload','gtkformitems.gtktype',''),(73,'File download','filesave','gtkformitems.gtktype',''),(74,'pdf','list2pdf','buttons.btfunct','used to generate pdf out of the list, deprecated'),(75,'List','gtk_list','gtkformitems.gtktype',''),(76,'Button','gtk_button','gtkformitems.gtktype',''),(77,'before Form Item Update','form_item-BeforeUpdate','events.event',''),(78,'after Form Item Update','form_item-AfterUpdate','events.event',''),(79,'Form Item Action','form_item-Action','events.event',''),(80,'Calendar','gtk_calendar','gtkformitems.gtktype',''),(83,'info','info','buttons.btfunct','shows a passive form'),(88,'Constant text','gtk_consttext','gtkformitems.gtktype',''),(87,'wysiwyg print editor','pwysiwyg','buttons.btfunct',''),(89,'Image','gtk_pixbuf','gtkheaders.type','gets it\'s data from the images'),(94,'Label','gtk_label','gtkformitems.gtktype','inactive text'),(95,'after List copy','list-OnDuplicate-AfterSQL','events.event',''),(96,'before List copy SQL','list-OnDuplicate-BeforeSQL','events.event',''),(97,'before List remove SQL','list-OnRemove-BeforeSQL','events.event',''),(98,'after List remove SQL','list-OnRemove-AfterSQL','events.event',''),(99,'after List add SQL','list-OnInsert-AfterSQL','events.event',''),(100,'before List add SQL','list-OnInsert-BeforeSQL','events.event',''),(108,'Constant Text','gtk_const_text','gtkheaders.type','this Text gets it\'s data from the constants'),(101,'wysiwyg form editor','wysiwygf','buttons.btfunct',''),(102,'Source','gtk_source','gtkformitems.gtktype',''),(103,'Spin','gtk_spinbutton','gtkformitems.gtktype',''),(104,'ConstRadioGroup','gtk_const_radio','gtkformitems.gtktype','a group of radio buttons\navailable only for constants'),(105,'Integer','gtk_int','gtkheaders.type','this is text renderer, but integer data'),(106,'Float','gtk_float','gtkheaders.type','this is text renderer, but float data'),(107,'Field Combo','gtk_field_combo','gtkformitems.gtktype','uses the parentM.parentM querysql to fetch fields'),(112,'Invisible Integer','gtk_invisible_int','gtkheaders.type','will not be visible, but sometimes needed to store keys'),(111,'FontButton','gtk_font_button','gtkformitems.gtktype',''),(114,'Query Builder','qbuilder','gtkformitems.gtktype','calls the Query Builder for the given query_sql_id'),(115,'HScale','gtk_hscale','gtkformitems.gtktype','horizontal scale'),(116,'Progress','gtk_progress','gtkheaders.type',''),(117,'Invisible String','gtk_invisible_string','gtkheaders.type','will not be visible, but sometimes needed to store keys'),(118,'export','export','buttons.btfunct','export the multi-selected or all rows to a csv file'),(119,'Duration','gtk_duration','gtkformitems.gtktype','will display a float in h:m:s format'),(120,'Duration','gtk_duration','gtkheaders.type','will display an integer as time in h:m:s format'),(121,'TimeStamp','gtk_timestamp','gtkformitems.gtktype','a calendar and spinbuttons for the time. expects timestamp or bigint'),(122,'TimeStamp','gtk_timestamp','gtkheaders.type','will display a bigint in \'Y m d h:m:s\' format'),(123,'Color Button','gtk_color_button','gtkformitems.gtktype',''),(124,'import','import','buttons.btfunct','import from csv file'),(125,'Field List','gtk_field_list','gtkformitems.gtktype','uses the parentM.parentM querysql to fetch fields'),(126,'Calendar Button','gtk_calendar_button','gtkformitems.gtktype',''),(127,'Editable List','gtk_editable_list','gtkformitems.gtktype','former sublist'),(128,'TimeStampButton','gtk_timestamp_button','gtkformitems.gtktype','a button which pops up a window of a calendar and spinbuttons for the time. \nexpects timestamp or bigint'),(130,'Print','print-Action','events.event',''),(131,'Image','gtk_image','gtkformitems.gtktype','');
385
+ UNLOCK TABLES;
386
+ DROP TABLE IF EXISTS `tables`;
387
+ CREATE TABLE `tables` (
388
+ `id` int(11) NOT NULL auto_increment,
389
+ `name` char(128) NOT NULL,
390
+ `rbx` float NOT NULL default '0',
391
+ `rby` float NOT NULL default '0',
392
+ PRIMARY KEY (`id`),
393
+ KEY `name` (`name`)
394
+ ) ENGINE=MyISAM AUTO_INCREMENT=23 DEFAULT CHARSET=utf8;
395
+
396
+ LOCK TABLES `tables` WRITE;
397
+ INSERT INTO `tables` (`id`, `name`, `rbx`, `rby`) VALUES (1,'buttons',382,719),(2,'modules',27,224),(3,'moditems',1101,564),(4,'groups',1654,227),(5,'usergroups',2148,181),(6,'users',1877,181),(7,'events',1351,965),(8,'gtkattributes',2098,1667),(9,'gtkheaders',876,1167),(10,'gtkmenu',165,524),(11,'gtkformitems',1604,383),(12,'gtkprintitems',1956,613),(13,'gtkprintpages',2091,1890),(14,'queries',220,1575),(15,'scv',1978,1038),(16,'images',197,76),(17,'qobjects',929,1662),(18,'relations',663,1879),(19,'tables',40,1921),(20,'todo',1110,371),(22,'cronjobs',1240,1128);
398
+ UNLOCK TABLES;
399
+ DROP TABLE IF EXISTS `todo`;
400
+ CREATE TABLE `todo` (
401
+ `id` bigint(20) NOT NULL auto_increment,
402
+ `moditems_id` bigint(20) NOT NULL,
403
+ `cdate` date NOT NULL,
404
+ `todo` text NOT NULL,
405
+ `comment` text NOT NULL,
406
+ `done` char(5) NOT NULL default 'false',
407
+ PRIMARY KEY (`id`)
408
+ ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
409
+
410
+ LOCK TABLES `todo` WRITE;
411
+ UNLOCK TABLES;
412
+ DROP TABLE IF EXISTS `usergroups`;
413
+ CREATE TABLE `usergroups` (
414
+ `id` int(11) NOT NULL auto_increment,
415
+ `groupid` int(11) NOT NULL default '0',
416
+ `userid` int(11) NOT NULL default '0',
417
+ PRIMARY KEY (`id`),
418
+ KEY `groupid` (`groupid`),
419
+ KEY `userid` (`userid`)
420
+ ) ENGINE=MyISAM AUTO_INCREMENT=59 DEFAULT CHARSET=utf8;
421
+
422
+ LOCK TABLES `usergroups` WRITE;
423
+ INSERT INTO `usergroups` (`id`, `groupid`, `userid`) VALUES (1,1,1),(3,2,1),(58,3,1);
424
+ UNLOCK TABLES;
425
+ DROP TABLE IF EXISTS `users`;
426
+ CREATE TABLE `users` (
427
+ `id` int(11) NOT NULL auto_increment,
428
+ `nick` varchar(10) NOT NULL default '',
429
+ `passwd` varchar(32) NOT NULL default '',
430
+ `name` varchar(200) NOT NULL default '',
431
+ `email` text NOT NULL,
432
+ PRIMARY KEY (`id`),
433
+ KEY `nick` (`nick`)
434
+ ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;
435
+
436
+ LOCK TABLES `users` WRITE;
437
+ INSERT INTO `users` (`id`, `nick`, `passwd`, `name`, `email`) VALUES (1,'admin','21232f297a57a5a743894a0e4a801fc3','Administrator','');
438
+ UNLOCK TABLES;
439
+
440
+