Sei sulla pagina 1di 387

-- MySQL dump 10.

11
--
-- Host: localhost Database: zts_wire
-- ------------------------------------------------------
-- Server version 5.0.51a-24+lenny4-log
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0
*/;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
--
-- Table structure for table `be_groups`
--
DROP TABLE IF EXISTS `be_groups`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `be_groups` (
`uid` int(11) unsigned NOT NULL auto_increment,
`pid` int(11) unsigned NOT NULL default '0',
`tstamp` int(11) unsigned NOT NULL default '0',
`title` varchar(50) NOT NULL default '',
`non_exclude_fields` text,
`explicit_allowdeny` text,
`allowed_languages` varchar(255) NOT NULL default '',
`custom_options` text,
`db_mountpoints` varchar(255) NOT NULL default '',
`pagetypes_select` varchar(255) NOT NULL default '',
`tables_select` text,
`tables_modify` text,
`crdate` int(11) unsigned NOT NULL default '0',
`cruser_id` int(11) unsigned NOT NULL default '0',
`groupMods` text,
`file_mountpoints` varchar(255) NOT NULL default '',
`fileoper_perms` tinyint(4) NOT NULL default '0',
`hidden` tinyint(1) unsigned NOT NULL default '0',
`inc_access_lists` tinyint(3) unsigned NOT NULL default '0',
`description` text,
`lockToDomain` varchar(50) NOT NULL default '',
`deleted` tinyint(1) unsigned NOT NULL default '0',
`TSconfig` text,
`subgroup` varchar(255) NOT NULL default '',
`hide_in_lists` tinyint(4) NOT NULL default '0',
`workspace_perms` tinyint(3) NOT NULL default '1',
PRIMARY KEY (`uid`),
KEY `parent` (`pid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `be_groups`
--
LOCK TABLES `be_groups` WRITE;
/*!40000 ALTER TABLE `be_groups` DISABLE KEYS */;
/*!40000 ALTER TABLE `be_groups` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `be_sessions`
--
DROP TABLE IF EXISTS `be_sessions`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `be_sessions` (
`ses_id` varchar(32) NOT NULL default '',
`ses_name` varchar(32) NOT NULL default '',
`ses_iplock` varchar(39) NOT NULL default '',
`ses_hashlock` int(11) NOT NULL default '0',
`ses_userid` int(11) unsigned NOT NULL default '0',
`ses_tstamp` int(11) unsigned NOT NULL default '0',
`ses_data` longtext,
`ses_backuserid` int(11) NOT NULL default '0',
PRIMARY KEY (`ses_id`,`ses_name`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `be_sessions`
--
LOCK TABLES `be_sessions` WRITE;
/*!40000 ALTER TABLE `be_sessions` DISABLE KEYS */;
INSERT INTO `be_sessions` VALUES ('6a10e263bcf789ea8861f91a97e389bc','be_typo_us
er','212.41.246.147',36125467,1,1290520658,NULL,0),('0c42448d2012fe63245fa1c2a26
0db7f','be_typo_user','212.41.246.147',36125467,1,1291035866,NULL,0),('88fb89cc2
724619e545e234fb342b44d','be_typo_user','178.188.56.130',36125467,1,1290520478,N
ULL,0);
/*!40000 ALTER TABLE `be_sessions` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `be_users`
--
DROP TABLE IF EXISTS `be_users`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `be_users` (
`uid` int(11) unsigned NOT NULL auto_increment,
`pid` int(11) unsigned NOT NULL default '0',
`tstamp` int(11) unsigned NOT NULL default '0',
`username` varchar(50) NOT NULL default '',
`password` varchar(40) NOT NULL default '',
`admin` tinyint(4) unsigned NOT NULL default '0',
`usergroup` varchar(255) NOT NULL default '',
`disable` tinyint(1) unsigned NOT NULL default '0',
`starttime` int(11) unsigned NOT NULL default '0',
`endtime` int(11) unsigned NOT NULL default '0',
`lang` char(2) NOT NULL default '',
`email` varchar(80) NOT NULL default '',
`db_mountpoints` varchar(255) NOT NULL default '',
`options` tinyint(4) unsigned NOT NULL default '0',
`crdate` int(11) unsigned NOT NULL default '0',
`cruser_id` int(11) unsigned NOT NULL default '0',
`realName` varchar(80) NOT NULL default '',
`userMods` varchar(255) NOT NULL default '',
`allowed_languages` varchar(255) NOT NULL default '',
`uc` text,
`file_mountpoints` varchar(255) NOT NULL default '',
`fileoper_perms` tinyint(4) NOT NULL default '0',
`workspace_perms` tinyint(3) NOT NULL default '1',
`lockToDomain` varchar(50) NOT NULL default '',
`disableIPlock` tinyint(1) unsigned NOT NULL default '0',
`deleted` tinyint(1) unsigned NOT NULL default '0',
`TSconfig` text,
`lastlogin` int(10) unsigned NOT NULL default '0',
`createdByAction` int(11) NOT NULL default '0',
`usergroup_cached_list` varchar(255) NOT NULL default '',
`workspace_id` int(11) NOT NULL default '0',
`workspace_preview` tinyint(3) NOT NULL default '1',
PRIMARY KEY (`uid`),
KEY `parent` (`pid`),
KEY `username` (`username`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1;
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `be_users`
--
LOCK TABLES `be_users` WRITE;
/*!40000 ALTER TABLE `be_users` DISABLE KEYS */;
INSERT INTO `be_users` VALUES (1,0,1281519126,'admin','5e5d29ae9b2c8c0e211d91efd
5c2c48e',1,'',0,0,0,'de','','',0,1281518706,0,'','','','a:34:{s:14:\"interfaceSe
tup\";s:7:\"backend\";s:10:\"moduleData\";a:15:{s:12:\"alt_menu.php\";a:0:{}s:8:
\"tools_em\";a:6:{s:8:\"function\";s:1:\"0\";s:9:\"listOrder\";s:3:\"cat\";s:15:
\"display_details\";s:1:\"1\";s:13:\"singleDetails\";s:4:\"info\";s:10:\"extMirr
ors\";s:2305:\"a:7:{s:9:\"typo3.org\";a:5:{s:5:\"title\";s:25:\"TYPO3.org Main R
epository\";s:4:\"host\";s:9:\"typo3.org\";s:4:\"path\";s:15:\"/fileadmin/ter/\"
;s:7:\"country\";s:3:\"DEU\";s:7:\"sponsor\";a:3:{s:4:\"name\";s:13:\"punkt.de G
mbH\";s:4:\"link\";s:16:\"http://punkt.de/\";s:4:\"logo\";s:64:\"http://www.typo
3.org/fileadmin/templates/images/logo-punktde.gif\";}}s:22:\"ter.rz.tu-clausthal
.de\";a:5:{s:5:\"title\";s:17:\"DE Mirror 1 (DFN)\";s:4:\"host\";s:22:\"ter.rz.t
u-clausthal.de\";s:4:\"path\";s:5:\"/ter/\";s:7:\"country\";s:3:\"DEU\";s:7:\"sp
onsor\";a:3:{s:4:\"name\";s:12:\"TU Clausthal\";s:4:\"link\";s:27:\"http://www.t
u-clausthal.de/\";s:4:\"logo\";s:69:\"http://www.typo3.org/fileadmin/templates/i
mages/logo-tu-clausthal.gif\";}}s:15:\"ter.mittwald.de\";a:5:{s:5:\"title\";s:11
:\"DE Mirror 2\";s:4:\"host\";s:15:\"ter.mittwald.de\";s:4:\"path\";s:5:\"/ter/\
";s:7:\"country\";s:3:\"DEU\";s:7:\"sponsor\";a:3:{s:4:\"name\";s:26:\"mittwaldm
edien CM Services\";s:4:\"link\";s:23:\"http://www.mittwald.de/\";s:4:\"logo\";s
:65:\"http://www.typo3.org/fileadmin/templates/images/logo-mittwald.gif\";}}s:17
:\"ter.sitedesign.dk\";a:5:{s:5:\"title\";s:11:\"DK Mirror 1\";s:4:\"host\";s:17
:\"ter.sitedesign.dk\";s:4:\"path\";s:5:\"/ter/\";s:7:\"country\";s:3:\"DNK\";s:
7:\"sponsor\";a:3:{s:4:\"name\";s:13:\"siteDesign.dk\";s:4:\"link\";s:21:\"http:
//siteDesign.dk/\";s:4:\"logo\";s:69:\"http://www.typo3.org/fileadmin/templates/
images/logo-sitedesigndk.gif\";}}s:10:\"ter.tue.nl\";a:5:{s:5:\"title\";s:11:\"N
L Mirror 1\";s:4:\"host\";s:10:\"ter.tue.nl\";s:4:\"path\";s:1:\"/\";s:7:\"count
ry\";s:3:\"NLD\";s:7:\"sponsor\";a:3:{s:4:\"name\";s:12:\"TU Eindhoven\";s:4:\"l
ink\";s:18:\"http://www.tue.nl/\";s:4:\"logo\";s:69:\"http://www.typo3.org/filea
dmin/templates/images/logo-tu-eindhoven.gif\";}}s:28:\"mirror-typo3.vinehosting.
com\";a:5:{s:5:\"title\";s:16:\"US Mirror 1 (NJ)\";s:4:\"host\";s:28:\"mirror-ty
po3.vinehosting.com\";s:4:\"path\";s:5:\"/ter/\";s:7:\"country\";s:3:\"USA\";s:7
:\"sponsor\";a:3:{s:4:\"name\";s:11:\"VineHosting\";s:4:\"link\";s:27:\"http://w
ww.Vinehosting.com/\";s:4:\"logo\";s:68:\"http://www.typo3.org/fileadmin/templat
es/images/logo-vinehosting.gif\";}}s:14:\"ter.cablan.net\";a:5:{s:5:\"title\";s:
16:\"CA Mirror 1 (QC)\";s:4:\"host\";s:14:\"ter.cablan.net\";s:4:\"path\";s:5:\"
/ter/\";s:7:\"country\";s:3:\"CAN\";s:7:\"sponsor\";a:3:{s:4:\"name\";s:10:\"Cab
lan.net\";s:4:\"link\";s:22:\"http://www.cablan.net/\";s:4:\"logo\";s:63:\"http:
//www.typo3.org/fileadmin/templates/images/logo-cablan.gif\";}}}\";s:17:\"select
edLanguages\";s:19:\"a:1:{i:0;s:2:\"de\";}\";}s:9:\"xMod_test\";a:1:{s:19:\"cons
tant_editor_cat\";s:5:\"basic\";}s:10:\"web_layout\";a:7:{s:8:\"tt_board\";s:1:\
"0\";s:10:\"tt_address\";s:1:\"0\";s:8:\"tt_links\";s:1:\"0\";s:11:\"tt_calender
\";s:1:\"0\";s:11:\"tt_products\";s:1:\"0\";s:8:\"function\";s:1:\"2\";s:8:\"lan
guage\";s:1:\"0\";}s:16:\"xMOD_alt_doc.php\";a:1:{s:12:\"showPalettes\";s:2:\"on
\";}s:29:\"t3lib_BEfunc::getUpdateSignal\";a:0:{}s:12:\"tools_beuser\";a:1:{s:8:
\"function\";s:7:\"compare\";}s:11:\"alt_doc.php\";a:2:{i:0;a:16:{s:32:\"317ed0d
ec63e485436c88674cf827cc2\";a:4:{i:0;s:8:\"Podjetje\";i:1;a:7:{s:4:\"edit\";a:1:
{s:22:\"pages_language_overlay\";a:1:{i:1;s:4:\"edit\";}}s:7:\"defVals\";N;s:12:
\"overrideVals\";a:1:{s:22:\"pages_language_overlay\";a:1:{s:16:\"sys_language_u
id\";s:1:\"1\";}}s:11:\"columnsOnly\";N;s:7:\"disHelp\";N;s:6:\"noView\";N;s:24:
\"editRegularContentFromId\";N;}i:2;s:159:\"&edit[pages_language_overlay][1]=edi
t&defVals=&overrideVals[pages_language_overlay][sys_language_uid]=1&columnsOnly=
&disHelp=&noView=&editRegularContentFromId=\";i:3;a:5:{s:5:\"table\";s:22:\"page
s_language_overlay\";s:3:\"uid\";s:1:\"1\";s:3:\"pid\";s:1:\"3\";s:3:\"cmd\";s:4
:\"edit\";s:12:\"deleteAccess\";i:1;}}s:32:\"53cd52a2ed4db81334c0e24c9473c8d2\";
a:4:{i:0;s:93:\"<span title=\"[Translate to Slowenisch:] Unternehmen\">[Translat
e to Slowenisch:] Unt...</span>\";i:1;a:7:{s:4:\"edit\";a:1:{s:10:\"tt_content\"
;a:1:{i:23;s:4:\"edit\";}}s:7:\"defVals\";N;s:12:\"overrideVals\";N;s:11:\"colum
nsOnly\";N;s:7:\"disHelp\";N;s:6:\"noView\";N;s:24:\"editRegularContentFromId\";
N;}i:2;s:105:\"&edit[tt_content][23]=edit&defVals=&overrideVals=&columnsOnly=&di
sHelp=&noView=&editRegularContentFromId=\";i:3;a:5:{s:5:\"table\";s:10:\"tt_cont
ent\";s:3:\"uid\";s:2:\"23\";s:3:\"pid\";s:1:\"3\";s:3:\"cmd\";s:4:\"edit\";s:12
:\"deleteAccess\";i:1;}}s:32:\"8a87f268ea2a2c017447f0be18286326\";a:4:{i:0;s:15:
\"Lepilni trakovi\";i:1;a:7:{s:4:\"edit\";a:1:{s:22:\"pages_language_overlay\";a
:1:{i:17;s:4:\"edit\";}}s:7:\"defVals\";N;s:12:\"overrideVals\";a:1:{s:22:\"page
s_language_overlay\";a:1:{s:16:\"sys_language_uid\";s:1:\"1\";}}s:11:\"columnsOn
ly\";N;s:7:\"disHelp\";N;s:6:\"noView\";N;s:24:\"editRegularContentFromId\";N;}i
:2;s:160:\"&edit[pages_language_overlay][17]=edit&defVals=&overrideVals[pages_la
nguage_overlay][sys_language_uid]=1&columnsOnly=&disHelp=&noView=&editRegularCon
tentFromId=\";i:3;a:5:{s:5:\"table\";s:22:\"pages_language_overlay\";s:3:\"uid\"
;s:2:\"17\";s:3:\"pid\";s:2:\"20\";s:3:\"cmd\";s:4:\"edit\";s:12:\"deleteAccess\
";i:1;}}s:32:\"0053da68f214b1fc9618693b0764f616\";a:4:{i:0;s:93:\"<span title=\"
[Translate to Slowenisch:] Klebebnder\">[Translate to Slowenisch:] Kle...</span>\"
;i:1;a:7:{s:4:\"edit\";a:1:{s:10:\"tt_content\";a:1:{i:79;s:4:\"edit\";}}s:7:\"d
efVals\";N;s:12:\"overrideVals\";N;s:11:\"columnsOnly\";N;s:7:\"disHelp\";N;s:6:
\"noView\";N;s:24:\"editRegularContentFromId\";N;}i:2;s:105:\"&edit[tt_content][
79]=edit&defVals=&overrideVals=&columnsOnly=&disHelp=&noView=&editRegularContent
FromId=\";i:3;a:5:{s:5:\"table\";s:10:\"tt_content\";s:3:\"uid\";s:2:\"79\";s:3:
\"pid\";s:2:\"20\";s:3:\"cmd\";s:4:\"edit\";s:12:\"deleteAccess\";i:1;}}s:32:\"3
216b01a81f3bdb7a127e16303255a23\";a:4:{i:0;s:28:\"Izsekovalni in fazonski deli\"
;i:1;a:7:{s:4:\"edit\";a:1:{s:22:\"pages_language_overlay\";a:1:{i:18;s:4:\"edit
\";}}s:7:\"defVals\";N;s:12:\"overrideVals\";a:1:{s:22:\"pages_language_overlay\
";a:1:{s:16:\"sys_language_uid\";s:1:\"1\";}}s:11:\"columnsOnly\";N;s:7:\"disHel
p\";N;s:6:\"noView\";N;s:24:\"editRegularContentFromId\";N;}i:2;s:160:\"&edit[pa
ges_language_overlay][18]=edit&defVals=&overrideVals[pages_language_overlay][sys
_language_uid]=1&columnsOnly=&disHelp=&noView=&editRegularContentFromId=\";i:3;a
:5:{s:5:\"table\";s:22:\"pages_language_overlay\";s:3:\"uid\";s:2:\"18\";s:3:\"p
id\";s:2:\"21\";s:3:\"cmd\";s:4:\"edit\";s:12:\"deleteAccess\";i:1;}}s:32:\"d426
3f32a66683d30f7346cc68023d91\";a:4:{i:0;s:102:\"<span title=\"[Translate to Slow
enisch:] Stanz- und Formteile\">[Translate to Slowenisch:] Sta...</span>\";i:1;a
:7:{s:4:\"edit\";a:1:{s:10:\"tt_content\";a:1:{i:80;s:4:\"edit\";}}s:7:\"defVals
\";N;s:12:\"overrideVals\";N;s:11:\"columnsOnly\";N;s:7:\"disHelp\";N;s:6:\"noVi
ew\";N;s:24:\"editRegularContentFromId\";N;}i:2;s:105:\"&edit[tt_content][80]=ed
it&defVals=&overrideVals=&columnsOnly=&disHelp=&noView=&editRegularContentFromId
=\";i:3;a:5:{s:5:\"table\";s:10:\"tt_content\";s:3:\"uid\";s:2:\"80\";s:3:\"pid\
";s:2:\"21\";s:3:\"cmd\";s:4:\"edit\";s:12:\"deleteAccess\";i:1;}}s:32:\"225bde0
e560379105846f08152cd0452\";a:4:{i:0;s:14:\"Zalivalne mase\";i:1;a:7:{s:4:\"edit
\";a:1:{s:22:\"pages_language_overlay\";a:1:{i:21;s:4:\"edit\";}}s:7:\"defVals\"
;N;s:12:\"overrideVals\";a:1:{s:22:\"pages_language_overlay\";a:1:{s:16:\"sys_la
nguage_uid\";s:1:\"1\";}}s:11:\"columnsOnly\";N;s:7:\"disHelp\";N;s:6:\"noView\"
;N;s:24:\"editRegularContentFromId\";N;}i:2;s:160:\"&edit[pages_language_overlay
][21]=edit&defVals=&overrideVals[pages_language_overlay][sys_language_uid]=1&col
umnsOnly=&disHelp=&noView=&editRegularContentFromId=\";i:3;a:5:{s:5:\"table\";s:
22:\"pages_language_overlay\";s:3:\"uid\";s:2:\"21\";s:3:\"pid\";s:2:\"24\";s:3:
\"cmd\";s:4:\"edit\";s:12:\"deleteAccess\";i:1;}}s:32:\"f7bd2107313bd5364bd2034c
ea90539f\";a:4:{i:0;s:95:\"<span title=\"[Translate to Slowenisch:] Vergussmasse
n\">[Translate to Slowenisch:] Ver...</span>\";i:1;a:7:{s:4:\"edit\";a:1:{s:10:\
"tt_content\";a:1:{i:81;s:4:\"edit\";}}s:7:\"defVals\";N;s:12:\"overrideVals\";N
;s:11:\"columnsOnly\";N;s:7:\"disHelp\";N;s:6:\"noView\";N;s:24:\"editRegularCon
tentFromId\";N;}i:2;s:105:\"&edit[tt_content][81]=edit&defVals=&overrideVals=&co
lumnsOnly=&disHelp=&noView=&editRegularContentFromId=\";i:3;a:5:{s:5:\"table\";s
:10:\"tt_content\";s:3:\"uid\";s:2:\"81\";s:3:\"pid\";s:2:\"24\";s:3:\"cmd\";s:4
:\"edit\";s:12:\"deleteAccess\";i:1;}}s:32:\"80ae295a2416fe39dce2b597057c1294\";
a:4:{i:0;s:94:\"<span title=\"[Translate to Slowenisch:] Zum Download\">[Transla
te to Slowenisch:] Zum...</span>\";i:1;a:7:{s:4:\"edit\";a:1:{s:10:\"tt_content\
";a:1:{i:68;s:4:\"edit\";}}s:7:\"defVals\";N;s:12:\"overrideVals\";N;s:11:\"colu
mnsOnly\";N;s:7:\"disHelp\";N;s:6:\"noView\";N;s:24:\"editRegularContentFromId\"
;N;}i:2;s:105:\"&edit[tt_content][68]=edit&defVals=&overrideVals=&columnsOnly=&d
isHelp=&noView=&editRegularContentFromId=\";i:3;a:5:{s:5:\"table\";s:10:\"tt_con
tent\";s:3:\"uid\";s:2:\"68\";s:3:\"pid\";s:2:\"25\";s:3:\"cmd\";s:4:\"edit\";s:
12:\"deleteAccess\";i:1;}}s:32:\"74d8820135a18a973b46630d91ef8af4\";a:4:{i:0;s:9
4:\"<span title=\"[Translate to Slowenisch:] Zum Download\">[Translate to Slowen
isch:] Zum...</span>\";i:1;a:7:{s:4:\"edit\";a:1:{s:10:\"tt_content\";a:1:{i:70;
s:4:\"edit\";}}s:7:\"defVals\";N;s:12:\"overrideVals\";N;s:11:\"columnsOnly\";N;
s:7:\"disHelp\";N;s:6:\"noView\";N;s:24:\"editRegularContentFromId\";N;}i:2;s:10
5:\"&edit[tt_content][70]=edit&defVals=&overrideVals=&columnsOnly=&disHelp=&noVi
ew=&editRegularContentFromId=\";i:3;a:5:{s:5:\"table\";s:10:\"tt_content\";s:3:\
"uid\";s:2:\"70\";s:3:\"pid\";s:2:\"26\";s:3:\"cmd\";s:4:\"edit\";s:12:\"deleteA
ccess\";i:1;}}s:32:\"b9cd659d7760ad2ef56085397b7f608c\";a:4:{i:0;s:94:\"<span ti
tle=\"[Translate to Slowenisch:] Zum Download\">[Translate to Slowenisch:] Zum..
.</span>\";i:1;a:7:{s:4:\"edit\";a:1:{s:10:\"tt_content\";a:1:{i:72;s:4:\"edit\"
;}}s:7:\"defVals\";N;s:12:\"overrideVals\";N;s:11:\"columnsOnly\";N;s:7:\"disHel
p\";N;s:6:\"noView\";N;s:24:\"editRegularContentFromId\";N;}i:2;s:105:\"&edit[tt
_content][72]=edit&defVals=&overrideVals=&columnsOnly=&disHelp=&noView=&editRegu
larContentFromId=\";i:3;a:5:{s:5:\"table\";s:10:\"tt_content\";s:3:\"uid\";s:2:\
"72\";s:3:\"pid\";s:2:\"27\";s:3:\"cmd\";s:4:\"edit\";s:12:\"deleteAccess\";i:1;
}}s:32:\"cbe40854c814e8aa866f5fd112efaa82\";a:4:{i:0;s:94:\"<span title=\"[Trans
late to Slowenisch:] Zum Download\">[Translate to Slowenisch:] Zum...</span>\";i
:1;a:7:{s:4:\"edit\";a:1:{s:10:\"tt_content\";a:1:{i:74;s:4:\"edit\";}}s:7:\"def
Vals\";N;s:12:\"overrideVals\";N;s:11:\"columnsOnly\";N;s:7:\"disHelp\";N;s:6:\"
noView\";N;s:24:\"editRegularContentFromId\";N;}i:2;s:105:\"&edit[tt_content][74
]=edit&defVals=&overrideVals=&columnsOnly=&disHelp=&noView=&editRegularContentFr
omId=\";i:3;a:5:{s:5:\"table\";s:10:\"tt_content\";s:3:\"uid\";s:2:\"74\";s:3:\"
pid\";s:2:\"28\";s:3:\"cmd\";s:4:\"edit\";s:12:\"deleteAccess\";i:1;}}s:32:\"838
bbf740a69011f82dce9e1db50b129\";a:4:{i:0;s:94:\"<span title=\"[Translate to Slow
enisch:] Zum Download\">[Translate to Slowenisch:] Zum...</span>\";i:1;a:7:{s:4:
\"edit\";a:1:{s:10:\"tt_content\";a:1:{i:76;s:4:\"edit\";}}s:7:\"defVals\";N;s:1
2:\"overrideVals\";N;s:11:\"columnsOnly\";N;s:7:\"disHelp\";N;s:6:\"noView\";N;s
:24:\"editRegularContentFromId\";N;}i:2;s:105:\"&edit[tt_content][76]=edit&defVa
ls=&overrideVals=&columnsOnly=&disHelp=&noView=&editRegularContentFromId=\";i:3;
a:5:{s:5:\"table\";s:10:\"tt_content\";s:3:\"uid\";s:2:\"76\";s:3:\"pid\";s:2:\"
29\";s:3:\"cmd\";s:4:\"edit\";s:12:\"deleteAccess\";i:1;}}s:32:\"814235f482fb8cf
f7c4d962c416e6200\";a:4:{i:0;s:8:\"Impressm\";i:1;a:7:{s:4:\"edit\";a:1:{s:22:\"
pages_language_overlay\";a:1:{i:28;s:4:\"edit\";}}s:7:\"defVals\";N;s:12:\"overr
ideVals\";a:1:{s:22:\"pages_language_overlay\";a:2:{s:7:\"doktype\";s:1:\"1\";s:
16:\"sys_language_uid\";s:1:\"1\";}}s:11:\"columnsOnly\";N;s:7:\"disHelp\";N;s:6
:\"noView\";N;s:24:\"editRegularContentFromId\";N;}i:2;s:208:\"&edit[pages_langu
age_overlay][28]=edit&defVals=&overrideVals[pages_language_overlay][doktype]=1&o
verrideVals[pages_language_overlay][sys_language_uid]=1&columnsOnly=&disHelp=&no
View=&editRegularContentFromId=\";i:3;a:5:{s:5:\"table\";s:22:\"pages_language_o
verlay\";s:3:\"uid\";s:2:\"28\";s:3:\"pid\";s:1:\"7\";s:3:\"cmd\";s:4:\"edit\";s
:12:\"deleteAccess\";i:1;}}s:32:\"c4fb869f3c14919e83e85c241e16f1a7\";a:4:{i:0;s:
91:\"<span title=\"[Translate to Slowenisch:] Impressum\">[Translate to Slowenis
ch:] Imp...</span>\";i:1;a:7:{s:4:\"edit\";a:1:{s:10:\"tt_content\";a:1:{i:82;s:
4:\"edit\";}}s:7:\"defVals\";N;s:12:\"overrideVals\";N;s:11:\"columnsOnly\";N;s:
7:\"disHelp\";N;s:6:\"noView\";N;s:24:\"editRegularContentFromId\";N;}i:2;s:105:
\"&edit[tt_content][82]=edit&defVals=&overrideVals=&columnsOnly=&disHelp=&noView
=&editRegularContentFromId=\";i:3;a:5:{s:5:\"table\";s:10:\"tt_content\";s:3:\"u
id\";s:2:\"82\";s:3:\"pid\";s:1:\"7\";s:3:\"cmd\";s:4:\"edit\";s:12:\"deleteAcce
ss\";i:1;}}s:32:\"1bd7fa3e115e2760046c3d114b39c481\";a:4:{i:0;s:10:\" (Kopie 1)\
";i:1;a:7:{s:4:\"edit\";a:1:{s:10:\"tt_content\";a:1:{i:83;s:4:\"edit\";}}s:7:\"
defVals\";N;s:12:\"overrideVals\";N;s:11:\"columnsOnly\";N;s:7:\"disHelp\";N;s:6
:\"noView\";N;s:24:\"editRegularContentFromId\";N;}i:2;s:105:\"&edit[tt_content]
[83]=edit&defVals=&overrideVals=&columnsOnly=&disHelp=&noView=&editRegularConten
tFromId=\";i:3;a:5:{s:5:\"table\";s:10:\"tt_content\";s:3:\"uid\";s:2:\"83\";s:3
:\"pid\";s:1:\"7\";s:3:\"cmd\";s:4:\"edit\";s:12:\"deleteAccess\";i:1;}}}i:1;s:3
2:\"1bd7fa3e115e2760046c3d114b39c481\";}s:16:\"opendocs::recent\";a:8:{s:32:\"a4
8d559cbbda63cb9f744d807eb682bd\";a:4:{i:0;s:21:\"<em>[Kein Titel]</em>\";i:1;a:7
:{s:4:\"edit\";a:1:{s:10:\"tt_content\";a:1:{i:77;s:4:\"edit\";}}s:7:\"defVals\"
;N;s:12:\"overrideVals\";N;s:11:\"columnsOnly\";N;s:7:\"disHelp\";N;s:6:\"noView
\";N;s:24:\"editRegularContentFromId\";N;}i:2;s:105:\"&edit[tt_content][77]=edit
&defVals=&overrideVals=&columnsOnly=&disHelp=&noView=&editRegularContentFromId=\
";i:3;a:5:{s:5:\"table\";s:10:\"tt_content\";s:3:\"uid\";s:2:\"77\";s:3:\"pid\";
s:1:\"1\";s:3:\"cmd\";s:4:\"edit\";s:12:\"deleteAccess\";i:1;}}s:32:\"b1334d5dc3
46b8f520dddfc009081166\";a:4:{i:0;s:209:\"<span title=\"ZTS Zica trgovina in sto
ritve d.o.o.\r\nSpelina Ulica P.p.133 022 2000 Maribor\r\nTel: +386-2-46-04-810 Fax:
+386-2-426-01-39\r\nE-Mail: mrauch@zts-wire.com\">ZTS Zica trgovina in storitve
...</span>\";i:1;a:7:{s:4:\"edit\";a:1:{s:10:\"tt_content\";a:1:{i:2;s:4:\"edit
\";}}s:7:\"defVals\";N;s:12:\"overrideVals\";N;s:11:\"columnsOnly\";N;s:7:\"disH
elp\";N;s:6:\"noView\";N;s:24:\"editRegularContentFromId\";N;}i:2;s:104:\"&edit[
tt_content][2]=edit&defVals=&overrideVals=&columnsOnly=&disHelp=&noView=&editReg
ularContentFromId=\";i:3;a:5:{s:5:\"table\";s:10:\"tt_content\";s:3:\"uid\";s:1:
\"2\";s:3:\"pid\";s:1:\"1\";s:3:\"cmd\";s:4:\"edit\";s:12:\"deleteAccess\";i:1;}
}s:32:\"36411fc0bfaaa8bc27d80f9fcc1b7e59\";a:4:{i:0;s:21:\"<em>[Kein Titel]</em>
\";i:1;a:7:{s:4:\"edit\";a:1:{s:10:\"tt_content\";a:1:{i:17;s:4:\"edit\";}}s:7:\
"defVals\";N;s:12:\"overrideVals\";N;s:11:\"columnsOnly\";N;s:7:\"disHelp\";N;s:
6:\"noView\";N;s:24:\"editRegularContentFromId\";N;}i:2;s:105:\"&edit[tt_content
][17]=edit&defVals=&overrideVals=&columnsOnly=&disHelp=&noView=&editRegularConte
ntFromId=\";i:3;a:5:{s:5:\"table\";s:10:\"tt_content\";s:3:\"uid\";s:2:\"17\";s:
3:\"pid\";s:1:\"1\";s:3:\"cmd\";s:4:\"edit\";s:12:\"deleteAccess\";i:1;}}s:32:\"
8c0c96c81a2ca3e5835cf8304f01987a\";a:4:{i:0;s:103:\"<span title=\"Willkommen auf
der Website der Firma Zica d.o.o.\">Willkommen auf der Website der...</span>\";
i:1;a:7:{s:4:\"edit\";a:1:{s:10:\"tt_content\";a:1:{i:3;s:4:\"edit\";}}s:7:\"def
Vals\";N;s:12:\"overrideVals\";N;s:11:\"columnsOnly\";N;s:7:\"disHelp\";N;s:6:\"
noView\";N;s:24:\"editRegularContentFromId\";N;}i:2;s:104:\"&edit[tt_content][3]
=edit&defVals=&overrideVals=&columnsOnly=&disHelp=&noView=&editRegularContentFro
mId=\";i:3;a:5:{s:5:\"table\";s:10:\"tt_content\";s:3:\"uid\";s:1:\"3\";s:3:\"pi
d\";s:1:\"2\";s:3:\"cmd\";s:4:\"edit\";s:12:\"deleteAccess\";i:1;}}s:32:\"9cc7c9
3bc50e8985dcba2156207c261e\";a:4:{i:0;s:206:\"<span title=\"Web-Design, Wartungs
modul\r\nWebagentur Koerbler\r\nWeb-Design Suchmaschinenoptimierung Wartungsmo
dul (CMS - Content Management System)\r\nwww.koerbler.com\">Web-Design, Wartungs
modul\r\nWeb...</span>\";i:1;a:7:{s:4:\"edit\";a:1:{s:10:\"tt_content\";a:1:{i:1
6;s:4:\"edit\";}}s:7:\"defVals\";N;s:12:\"overrideVals\";N;s:11:\"columnsOnly\";
N;s:7:\"disHelp\";N;s:6:\"noView\";N;s:24:\"editRegularContentFromId\";N;}i:2;s:
105:\"&edit[tt_content][16]=edit&defVals=&overrideVals=&columnsOnly=&disHelp=&no
View=&editRegularContentFromId=\";i:3;a:5:{s:5:\"table\";s:10:\"tt_content\";s:3
:\"uid\";s:2:\"16\";s:3:\"pid\";s:1:\"7\";s:3:\"cmd\";s:4:\"edit\";s:12:\"delete
Access\";i:1;}}s:32:\"febcafb34acfca6133923b6a8b6755be\";a:4:{i:0;s:7:\"Kontakt\
";i:1;a:7:{s:4:\"edit\";a:1:{s:10:\"tt_content\";a:1:{i:22;s:4:\"edit\";}}s:7:\"
defVals\";N;s:12:\"overrideVals\";N;s:11:\"columnsOnly\";N;s:7:\"disHelp\";N;s:6
:\"noView\";N;s:24:\"editRegularContentFromId\";N;}i:2;s:105:\"&edit[tt_content]
[22]=edit&defVals=&overrideVals=&columnsOnly=&disHelp=&noView=&editRegularConten
tFromId=\";i:3;a:5:{s:5:\"table\";s:10:\"tt_content\";s:3:\"uid\";s:2:\"22\";s:3
:\"pid\";s:1:\"7\";s:3:\"cmd\";s:4:\"edit\";s:12:\"deleteAccess\";i:1;}}s:32:\"2
5c7eb96710a55206cadfc8ae75750c6\";a:4:{i:0;s:9:\"Impressum\";i:1;a:7:{s:4:\"edit
\";a:1:{s:10:\"tt_content\";a:1:{i:14;s:4:\"edit\";}}s:7:\"defVals\";N;s:12:\"ov
errideVals\";N;s:11:\"columnsOnly\";N;s:7:\"disHelp\";N;s:6:\"noView\";N;s:24:\"
editRegularContentFromId\";N;}i:2;s:105:\"&edit[tt_content][14]=edit&defVals=&ov
errideVals=&columnsOnly=&disHelp=&noView=&editRegularContentFromId=\";i:3;a:5:{s
:5:\"table\";s:10:\"tt_content\";s:3:\"uid\";s:2:\"14\";s:3:\"pid\";s:1:\"7\";s:
3:\"cmd\";s:4:\"edit\";s:12:\"deleteAccess\";i:1;}}s:32:\"bea3f146e40236fe41432e
8394402bda\";a:4:{i:0;s:7:\"Kontakt\";i:1;a:7:{s:4:\"edit\";a:1:{s:10:\"tt_conte
nt\";a:1:{i:8;s:4:\"edit\";}}s:7:\"defVals\";N;s:12:\"overrideVals\";N;s:11:\"co
lumnsOnly\";N;s:7:\"disHelp\";N;s:6:\"noView\";N;s:24:\"editRegularContentFromId
\";N;}i:2;s:104:\"&edit[tt_content][8]=edit&defVals=&overrideVals=&columnsOnly=&
disHelp=&noView=&editRegularContentFromId=\";i:3;a:5:{s:5:\"table\";s:10:\"tt_co
ntent\";s:3:\"uid\";s:1:\"8\";s:3:\"pid\";s:2:\"14\";s:3:\"cmd\";s:4:\"edit\";s:
12:\"deleteAccess\";i:1;}}}s:9:\"clipboard\";a:6:{s:5:\"tab_1\";a:0:{}s:5:\"tab_
2\";a:0:{}s:5:\"tab_3\";a:0:{}s:7:\"current\";s:6:\"normal\";s:9:\"_setThumb\";N
;s:6:\"normal\";a:2:{s:2:\"el\";a:1:{s:12:\"tt_content|8\";s:1:\"1\";}s:4:\"mode
\";s:4:\"copy\";}}s:16:\"browse_links.php\";a:1:{s:12:\"expandFolder\";s:57:\"/h
ome/zts-wire/public_html/fileadmin/templateZTSWire/slo/\";}s:6:\"web_ts\";a:2:{s
:8:\"function\";s:17:\"tx_tstemplateinfo\";s:19:\"constant_editor_cat\";s:7:\"co
ntent\";}s:9:\"file_list\";a:1:{s:15:\"bigControlPanel\";s:1:\"1\";}s:8:\"web_li
st\";a:1:{s:15:\"bigControlPanel\";s:1:\"1\";}s:13:\"xMOD_tximpexp\";a:1:{s:8:\"
function\";s:0:\"\";}}s:19:\"thumbnailsByDefault\";i:0;s:14:\"emailMeAtLogin\";i
:0;s:13:\"condensedMode\";i:0;s:10:\"noMenuMode\";i:0;s:11:\"startModule\";s:10:
\"web_layout\";s:18:\"hideSubmoduleIcons\";i:0;s:8:\"helpText\";i:1;s:8:\"titleL
en\";s:2:\"30\";s:17:\"edit_wideDocument\";i:0;s:18:\"edit_showFieldHelp\";s:4:\
"icon\";s:8:\"edit_RTE\";i:1;s:20:\"edit_docModuleUpload\";i:1;s:19:\"enableFlas
hUploader\";i:1;s:15:\"disableCMlayers\";i:0;s:13:\"navFrameWidth\";s:0:\"\";s:1
7:\"navFrameResizable\";i:0;s:15:\"resizeTextareas\";i:1;s:25:\"resizeTextareas_
MaxHeight\";s:3:\"300\";s:24:\"resizeTextareas_Flexible\";i:1;s:4:\"lang\";s:2:\
"de\";s:19:\"firstLoginTimeStamp\";i:1281518716;s:15:\"moduleSessionID\";a:14:{s
:8:\"tools_em\";s:32:\"6a10e263bcf789ea8861f91a97e389bc\";s:9:\"xMod_test\";s:32
:\"e4d01fba3640ffe445e0be8c8b3fc716\";s:10:\"web_layout\";s:32:\"bd4ef48304a7599
994712c4d848740c3\";s:16:\"xMOD_alt_doc.php\";s:32:\"e4d01fba3640ffe445e0be8c8b3
fc716\";s:29:\"t3lib_BEfunc::getUpdateSignal\";s:32:\"88fb89cc2724619e545e234fb3
42b44d\";s:12:\"tools_beuser\";s:32:\"e4d01fba3640ffe445e0be8c8b3fc716\";s:11:\"
alt_doc.php\";s:32:\"88fb89cc2724619e545e234fb342b44d\";s:16:\"opendocs::recent\
";s:32:\"e90f69c3295eac834ae8e441e0bc9218\";s:9:\"clipboard\";s:32:\"d25be3a2e68
e4d6db835c74eccfe121a\";s:16:\"browse_links.php\";s:32:\"e90f69c3295eac834ae8e44
1e0bc9218\";s:6:\"web_ts\";s:32:\"fb8d7c6f3a9bf9976cc619df2d8bdf00\";s:9:\"file_
list\";s:32:\"fb8d7c6f3a9bf9976cc619df2d8bdf00\";s:8:\"web_list\";s:32:\"fb8d7c6
f3a9bf9976cc619df2d8bdf00\";s:13:\"xMOD_tximpexp\";s:32:\"0c42448d2012fe63245fa1
c2a260db7f\";}s:8:\"realName\";s:0:\"\";s:5:\"email\";s:0:\"\";s:8:\"password\";
s:0:\"\";s:9:\"password2\";s:0:\"\";s:10:\"copyLevels\";s:0:\"\";s:15:\"recursiv
eDelete\";i:0;s:8:\"simulate\";s:0:\"\";s:23:\"installToolEnableButton\";s:0:\"\
";s:11:\"browseTrees\";a:2:{s:11:\"browsePages\";s:83:\"a:1:{i:0;a:8:{i:1;i:1;i:
0;i:1;i:9;i:1;i:10;i:1;i:11;i:1;i:12;i:1;i:4;i:1;i:6;i:1;}}\";s:6:\"folder\";s:9
6:\"a:1:{i:24007;a:5:{i:225470787;i:1;i:14091924;i:1;i:2891059;i:1;i:12437647;i:
1;i:199002356;i:1;}}\";}s:21:\"DonateWindowPostponed\";i:1291035821;}','',0,1,''
,0,0,NULL,1291035815,0,'',0,1);
/*!40000 ALTER TABLE `be_users` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cache_extensions`
--
DROP TABLE IF EXISTS `cache_extensions`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `cache_extensions` (
`extkey` varchar(60) NOT NULL default '',
`version` varchar(10) NOT NULL default '',
`alldownloadcounter` int(11) unsigned NOT NULL default '0',
`downloadcounter` int(11) unsigned NOT NULL default '0',
`title` varchar(150) NOT NULL default '',
`description` mediumtext,
`state` int(4) NOT NULL default '0',
`reviewstate` int(4) NOT NULL default '0',
`category` int(4) NOT NULL default '0',
`lastuploaddate` int(11) unsigned NOT NULL default '0',
`dependencies` mediumtext,
`authorname` varchar(100) NOT NULL default '',
`authoremail` varchar(100) NOT NULL default '',
`ownerusername` varchar(50) NOT NULL default '',
`t3xfilemd5` varchar(35) NOT NULL default '',
`uploadcomment` mediumtext,
`authorcompany` varchar(100) NOT NULL default '',
`intversion` int(11) NOT NULL default '0',
`lastversion` int(3) NOT NULL default '0',
`lastreviewedversion` int(3) NOT NULL default '0',
PRIMARY KEY (`extkey`,`version`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `cache_extensions`
--
LOCK TABLES `cache_extensions` WRITE;
/*!40000 ALTER TABLE `cache_extensions` DISABLE KEYS */;
/*!40000 ALTER TABLE `cache_extensions` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cache_hash`
--
DROP TABLE IF EXISTS `cache_hash`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `cache_hash` (
`id` int(11) unsigned NOT NULL auto_increment,
`hash` varchar(32) NOT NULL default '',
`content` mediumblob,
`tstamp` int(11) unsigned NOT NULL default '0',
`ident` varchar(32) NOT NULL default '',
PRIMARY KEY (`id`),
KEY `hash` (`hash`)
) ENGINE=InnoDB AUTO_INCREMENT=33 DEFAULT CHARSET=latin1;
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `cache_hash`
--
LOCK TABLES `cache_hash` WRITE;
/*!40000 ALTER TABLE `cache_hash` DISABLE KEYS */;
INSERT INTO `cache_hash` VALUES (1,'5312c5dc98180b16a1d90aaf1d1bef73','a:3:{s:8:
\"TSconfig\";a:3:{s:8:\"options.\";a:4:{s:15:\"enableShortcuts\";s:1:\"1\";s:11:
\"saveDocView\";s:1:\"1\";s:10:\"saveDocNew\";s:1:\"1\";s:11:\"saveDocNew.\";a:2
:{s:5:\"pages\";s:1:\"0\";s:22:\"pages_language_overlay\";s:1:\"0\";}}s:6:\"setu
p.\";a:1:{s:8:\"default.\";a:1:{s:8:\"edit_RTE\";s:1:\"1\";}}s:9:\"admPanel.\";a
:1:{s:7:\"enable.\";a:1:{s:3:\"all\";s:1:\"1\";}}}s:8:\"sections\";a:0:{}s:5:\"m
atch\";a:0:{}}3d06df99669dc038a9d429881e637278',1289551670,'userTS_TSconfig'),(2
,'1185ebcf8eb26cf795c15e3b6fc44c17','a:2:{i:0;a:18:{s:5:\"pages\";a:2:{s:4:\"ctr
l\";a:20:{s:5:\"label\";s:5:\"title\";s:6:\"tstamp\";s:6:\"tstamp\";s:6:\"sortby
\";s:7:\"sorting\";s:5:\"title\";s:36:\"LLL:EXT:lang/locallang_tca.php:pages\";s
:4:\"type\";s:7:\"doktype\";s:12:\"versioningWS\";i:2;s:7:\"origUid\";s:10:\"t3_
origuid\";s:6:\"delete\";s:7:\"deleted\";s:6:\"crdate\";s:6:\"crdate\";s:10:\"hi
deAtCopy\";i:1;s:13:\"prependAtCopy\";s:52:\"LLL:EXT:lang/locallang_general.php:
LGL.prependAtCopy\";s:9:\"cruser_id\";s:9:\"cruser_id\";s:8:\"editlock\";s:8:\"e
ditlock\";s:26:\"useColumnsForDefaultValues\";s:23:\"doktype,fe_group,hidden\";s
:15:\"typeicon_column\";s:7:\"doktype\";s:16:\"typeicon_classes\";a:29:{i:1;s:26
:\"apps-pagetree-page-default\";s:12:\"1-hideinmenu\";s:30:\"apps-pagetree-page-
not-in-menu\";s:6:\"1-root\";s:25:\"apps-pagetree-page-domain\";i:3;s:36:\"apps-
pagetree-page-shortcut-external\";s:12:\"3-hideinmenu\";s:47:\"apps-pagetree-pag
e-shortcut-external-hideinmenu\";s:6:\"3-root\";s:41:\"apps-pagetree-page-shortc
ut-external-root\";i:4;s:27:\"apps-pagetree-page-shortcut\";s:12:\"4-hideinmenu\
";s:38:\"apps-pagetree-page-shortcut-hideinmenu\";s:6:\"4-root\";s:32:\"apps-pag
etree-page-shortcut-root\";i:6;s:32:\"apps-pagetree-page-backend-users\";s:12:\"
6-hideinmenu\";s:43:\"apps-pagetree-page-backend-users-hideinmenu\";s:6:\"6-root
\";s:37:\"apps-pagetree-page-backend-users-root\";i:7;s:29:\"apps-pagetree-page-
mountpoint\";s:12:\"7-hideinmenu\";s:40:\"apps-pagetree-page-mountpoint-hideinme
nu\";s:6:\"7-root\";s:34:\"apps-pagetree-page-mountpoint-root\";i:199;s:20:\"app
s-pagetree-spacer\";s:14:\"199-hideinmenu\";s:20:\"apps-pagetree-spacer\";s:8:\"
199-root\";s:25:\"apps-pagetree-page-domain\";i:254;s:28:\"apps-pagetree-folder-
default\";s:14:\"254-hideinmenu\";s:28:\"apps-pagetree-folder-default\";s:8:\"25
4-root\";s:25:\"apps-pagetree-page-domain\";i:255;s:27:\"apps-pagetree-page-recy
cler\";s:14:\"255-hideinmenu\";s:27:\"apps-pagetree-page-recycler\";s:13:\"conta
ins-shop\";s:34:\"apps-pagetree-folder-contains-shop\";s:16:\"contains-approve\"
;s:37:\"apps-pagetree-folder-contains-approve\";s:17:\"contains-fe_users\";s:38:
\"apps-pagetree-folder-contains-fe_users\";s:14:\"contains-board\";s:35:\"apps-p
agetree-folder-contains-board\";s:13:\"contains-news\";s:34:\"apps-pagetree-fold
er-contains-news\";s:7:\"default\";s:26:\"apps-pagetree-page-default\";}s:9:\"ty
peicons\";a:3:{i:1;s:9:\"pages.gif\";i:254;s:8:\"sysf.gif\";i:255;s:12:\"recycle
r.gif\";}s:13:\"enablecolumns\";a:4:{s:8:\"disabled\";s:6:\"hidden\";s:9:\"start
time\";s:9:\"starttime\";s:7:\"endtime\";s:7:\"endtime\";s:8:\"fe_group\";s:8:\"
fe_group\";}s:13:\"dividers2tabs\";i:1;s:17:\"transForeignTable\";s:22:\"pages_l
anguage_overlay\";}s:11:\"feInterface\";N;}s:8:\"be_users\";a:2:{s:4:\"ctrl\";a:
19:{s:5:\"label\";s:8:\"username\";s:6:\"tstamp\";s:6:\"tstamp\";s:5:\"title\";s
:39:\"LLL:EXT:lang/locallang_tca.php:be_users\";s:6:\"crdate\";s:6:\"crdate\";s:
9:\"cruser_id\";s:9:\"cruser_id\";s:6:\"delete\";s:7:\"deleted\";s:9:\"adminOnly
\";i:1;s:9:\"rootLevel\";i:1;s:14:\"default_sortby\";s:24:\"ORDER BY admin, user
name\";s:13:\"enablecolumns\";a:3:{s:8:\"disabled\";s:7:\"disable\";s:9:\"startt
ime\";s:9:\"starttime\";s:7:\"endtime\";s:7:\"endtime\";}s:4:\"type\";s:5:\"admi
n\";s:15:\"typeicon_column\";s:5:\"admin\";s:9:\"typeicons\";a:2:{i:0;s:12:\"be_
users.gif\";i:1;s:18:\"be_users_admin.gif\";}s:16:\"typeicon_classes\";a:3:{i:0;
s:19:\"status-user-backend\";i:1;s:17:\"status-user-admin\";s:7:\"default\";s:19
:\"status-user-backend\";}s:11:\"mainpalette\";s:1:\"1\";s:26:\"useColumnsForDef
aultValues\";s:86:\"usergroup,lockToDomain,options,db_mountpoints,file_mountpoin
ts,fileoper_perms,userMods\";s:13:\"dividers2tabs\";b:1;s:17:\"dynamicConfigFile
\";s:16:\"T3LIB:tbl_be.php\";s:32:\"versioningWS_alwaysAllowLiveEdit\";b:1;}s:11
:\"feInterface\";N;}s:9:\"be_groups\";a:2:{s:4:\"ctrl\";a:19:{s:5:\"label\";s:5:
\"title\";s:6:\"tstamp\";s:6:\"tstamp\";s:6:\"crdate\";s:6:\"crdate\";s:9:\"crus
er_id\";s:9:\"cruser_id\";s:6:\"delete\";s:7:\"deleted\";s:14:\"default_sortby\"
;s:14:\"ORDER BY title\";s:13:\"prependAtCopy\";s:52:\"LLL:EXT:lang/locallang_ge
neral.php:LGL.prependAtCopy\";s:9:\"adminOnly\";i:1;s:9:\"rootLevel\";i:1;s:4:\"
type\";s:16:\"inc_access_lists\";s:15:\"typeicon_column\";s:16:\"inc_access_list
s\";s:9:\"typeicons\";a:1:{i:1;s:19:\"be_groups_lists.gif\";}s:16:\"typeicon_cla
sses\";a:1:{s:7:\"default\";s:25:\"status-user-group-backend\";}s:13:\"enablecol
umns\";a:1:{s:8:\"disabled\";s:6:\"hidden\";}s:5:\"title\";s:40:\"LLL:EXT:lang/l
ocallang_tca.php:be_groups\";s:26:\"useColumnsForDefaultValues\";s:28:\"lockToDo
main, fileoper_perms\";s:13:\"dividers2tabs\";b:1;s:17:\"dynamicConfigFile\";s:1
6:\"T3LIB:tbl_be.php\";s:32:\"versioningWS_alwaysAllowLiveEdit\";b:1;}s:11:\"feI
nterface\";N;}s:14:\"sys_filemounts\";a:2:{s:4:\"ctrl\";a:13:{s:5:\"label\";s:5:
\"title\";s:6:\"tstamp\";s:6:\"tstamp\";s:6:\"sortby\";s:7:\"sorting\";s:13:\"pr
ependAtCopy\";s:52:\"LLL:EXT:lang/locallang_general.php:LGL.prependAtCopy\";s:5:
\"title\";s:45:\"LLL:EXT:lang/locallang_tca.php:sys_filemounts\";s:9:\"adminOnly
\";i:1;s:9:\"rootLevel\";i:1;s:6:\"delete\";s:7:\"deleted\";s:13:\"enablecolumns
\";a:1:{s:8:\"disabled\";s:6:\"hidden\";}s:8:\"iconfile\";s:13:\"_icon_ftp.gif\"
;s:26:\"useColumnsForDefaultValues\";s:9:\"path,base\";s:17:\"dynamicConfigFile\
";s:16:\"T3LIB:tbl_be.php\";s:32:\"versioningWS_alwaysAllowLiveEdit\";b:1;}s:11:
\"feInterface\";N;}s:12:\"sys_language\";a:2:{s:4:\"ctrl\";a:10:{s:5:\"label\";s
:5:\"title\";s:6:\"tstamp\";s:6:\"tstamp\";s:14:\"default_sortby\";s:14:\"ORDER
BY title\";s:5:\"title\";s:43:\"LLL:EXT:lang/locallang_tca.php:sys_language\";s:
9:\"adminOnly\";i:1;s:9:\"rootLevel\";i:1;s:13:\"enablecolumns\";a:1:{s:8:\"disa
bled\";s:6:\"hidden\";}s:16:\"typeicon_classes\";a:1:{s:7:\"default\";s:24:\"mim
etypes-x-sys_language\";}s:17:\"dynamicConfigFile\";s:16:\"T3LIB:tbl_be.php\";s:
32:\"versioningWS_alwaysAllowLiveEdit\";b:1;}s:11:\"feInterface\";N;}s:10:\"tt_c
ontent\";a:2:{s:4:\"ctrl\";a:27:{s:5:\"label\";s:6:\"header\";s:9:\"label_alt\";
s:18:\"subheader,bodytext\";s:6:\"sortby\";s:7:\"sorting\";s:6:\"tstamp\";s:6:\"
tstamp\";s:6:\"crdate\";s:6:\"crdate\";s:9:\"cruser_id\";s:9:\"cruser_id\";s:5:\
"title\";s:40:\"LLL:EXT:cms/locallang_tca.xml:tt_content\";s:6:\"delete\";s:7:\"
deleted\";s:12:\"versioningWS\";i:2;s:22:\"versioning_followPages\";b:1;s:7:\"or
igUid\";s:10:\"t3_origuid\";s:4:\"type\";s:5:\"CType\";s:13:\"prependAtCopy\";s:
52:\"LLL:EXT:lang/locallang_general.xml:LGL.prependAtCopy\";s:19:\"copyAfterDupl
Fields\";s:23:\"colPos,sys_language_uid\";s:26:\"useColumnsForDefaultValues\";s:
23:\"colPos,sys_language_uid\";s:31:\"shadowColumnsForNewPlaceholders\";s:6:\"co
lPos\";s:21:\"transOrigPointerField\";s:11:\"l18n_parent\";s:24:\"transOrigDiffS
ourceField\";s:15:\"l18n_diffsource\";s:13:\"languageField\";s:16:\"sys_language
_uid\";s:13:\"enablecolumns\";a:4:{s:8:\"disabled\";s:6:\"hidden\";s:9:\"startti
me\";s:9:\"starttime\";s:7:\"endtime\";s:7:\"endtime\";s:8:\"fe_group\";s:8:\"fe
_group\";}s:15:\"typeicon_column\";s:5:\"CType\";s:16:\"typeicon_classes\";a:20:
{s:6:\"header\";s:26:\"mimetypes-x-content-header\";s:7:\"textpic\";s:32:\"mimet
ypes-x-content-text-picture\";s:5:\"image\";s:25:\"mimetypes-x-content-image\";s
:7:\"bullets\";s:32:\"mimetypes-x-content-list-bullets\";s:5:\"table\";s:25:\"mi
metypes-x-content-table\";s:6:\"splash\";s:26:\"mimetypes-x-content-splash\";s:7
:\"uploads\";s:27:\"mimetypes-x-content-uploads\";s:10:\"multimedia\";s:30:\"mim
etypes-x-content-multimedia\";s:5:\"media\";s:30:\"mimetypes-x-content-multimedi
a\";s:4:\"menu\";s:24:\"mimetypes-x-content-menu\";s:4:\"list\";s:26:\"mimetypes
-x-content-plugin\";s:8:\"mailform\";s:24:\"mimetypes-x-content-form\";s:6:\"sea
rch\";s:26:\"mimetypes-x-content-search\";s:5:\"login\";s:25:\"mimetypes-x-conte
nt-login\";s:8:\"shortcut\";s:24:\"mimetypes-x-content-link\";s:6:\"script\";s:2
6:\"mimetypes-x-content-script\";s:3:\"div\";s:27:\"mimetypes-x-content-divider\
";s:4:\"html\";s:24:\"mimetypes-x-content-html\";s:4:\"text\";s:24:\"mimetypes-x
-content-text\";s:7:\"default\";s:24:\"mimetypes-x-content-text\";}s:9:\"typeico
ns\";a:18:{s:6:\"header\";s:21:\"tt_content_header.gif\";s:7:\"textpic\";s:22:\"
tt_content_textpic.gif\";s:5:\"image\";s:20:\"tt_content_image.gif\";s:7:\"bulle
ts\";s:22:\"tt_content_bullets.gif\";s:5:\"table\";s:20:\"tt_content_table.gif\"
;s:6:\"splash\";s:19:\"tt_content_news.gif\";s:7:\"uploads\";s:22:\"tt_content_u
ploads.gif\";s:10:\"multimedia\";s:17:\"tt_content_mm.gif\";s:5:\"media\";s:17:\
"tt_content_mm.gif\";s:4:\"menu\";s:19:\"tt_content_menu.gif\";s:4:\"list\";s:19
:\"tt_content_list.gif\";s:8:\"mailform\";s:19:\"tt_content_form.gif\";s:6:\"sea
rch\";s:21:\"tt_content_search.gif\";s:5:\"login\";s:20:\"tt_content_login.gif\"
;s:8:\"shortcut\";s:23:\"tt_content_shortcut.gif\";s:6:\"script\";s:21:\"tt_cont
ent_script.gif\";s:3:\"div\";s:18:\"tt_content_div.gif\";s:4:\"html\";s:19:\"tt_
content_html.gif\";}s:9:\"thumbnail\";s:5:\"image\";s:13:\"requestUpdate\";s:21:
\"list_type,rte_enabled\";s:17:\"dynamicConfigFile\";s:62:\"/home/zts-wire/publi
c_html/typo3/sysext/cms/tbl_tt_content.php\";s:13:\"dividers2tabs\";i:1;}s:11:\"
feInterface\";N;}s:8:\"fe_users\";a:2:{s:4:\"ctrl\";a:12:{s:5:\"label\";s:8:\"us
ername\";s:6:\"tstamp\";s:6:\"tstamp\";s:6:\"crdate\";s:6:\"crdate\";s:9:\"cruse
r_id\";s:9:\"cruser_id\";s:12:\"fe_cruser_id\";s:12:\"fe_cruser_id\";s:5:\"title
\";s:38:\"LLL:EXT:cms/locallang_tca.xml:fe_users\";s:6:\"delete\";s:7:\"deleted\
";s:13:\"enablecolumns\";a:3:{s:8:\"disabled\";s:7:\"disable\";s:9:\"starttime\"
;s:9:\"starttime\";s:7:\"endtime\";s:7:\"endtime\";}s:16:\"typeicon_classes\";a:
1:{s:7:\"default\";s:20:\"status-user-frontend\";}s:26:\"useColumnsForDefaultVal
ues\";s:48:\"usergroup,lockToDomain,disable,starttime,endtime\";s:17:\"dynamicCo
nfigFile\";s:55:\"/home/zts-wire/public_html/typo3/sysext/cms/tbl_cms.php\";s:13
:\"dividers2tabs\";i:1;}s:11:\"feInterface\";a:1:{s:18:\"fe_admin_fieldList\";s:
95:\"username,password,usergroup,name,address,telephone,fax,email,title,zip,city
,country,www,company\";}}s:9:\"fe_groups\";a:2:{s:4:\"ctrl\";a:12:{s:5:\"label\"
;s:5:\"title\";s:6:\"tstamp\";s:6:\"tstamp\";s:6:\"crdate\";s:6:\"crdate\";s:9:\
"cruser_id\";s:9:\"cruser_id\";s:6:\"delete\";s:7:\"deleted\";s:13:\"prependAtCo
py\";s:52:\"LLL:EXT:lang/locallang_general.xml:LGL.prependAtCopy\";s:13:\"enable
columns\";a:1:{s:8:\"disabled\";s:6:\"hidden\";}s:5:\"title\";s:39:\"LLL:EXT:cms
/locallang_tca.xml:fe_groups\";s:16:\"typeicon_classes\";a:1:{s:7:\"default\";s:
26:\"status-user-group-frontend\";}s:26:\"useColumnsForDefaultValues\";s:12:\"lo
ckToDomain\";s:17:\"dynamicConfigFile\";s:55:\"/home/zts-wire/public_html/typo3/
sysext/cms/tbl_cms.php\";s:13:\"dividers2tabs\";i:1;}s:11:\"feInterface\";N;}s:1
0:\"sys_domain\";a:2:{s:4:\"ctrl\";a:10:{s:5:\"label\";s:10:\"domainName\";s:6:\
"tstamp\";s:6:\"tstamp\";s:6:\"crdate\";s:6:\"crdate\";s:9:\"cruser_id\";s:9:\"c
ruser_id\";s:6:\"sortby\";s:7:\"sorting\";s:5:\"title\";s:40:\"LLL:EXT:cms/local
lang_tca.xml:sys_domain\";s:8:\"iconfile\";s:10:\"domain.gif\";s:13:\"enablecolu
mns\";a:1:{s:8:\"disabled\";s:6:\"hidden\";}s:16:\"typeicon_classes\";a:1:{s:7:\
"default\";s:26:\"mimetypes-x-content-domain\";}s:17:\"dynamicConfigFile\";s:55:
\"/home/zts-wire/public_html/typo3/sysext/cms/tbl_cms.php\";}s:11:\"feInterface\
";N;}s:22:\"pages_language_overlay\";a:2:{s:4:\"ctrl\";a:20:{s:5:\"label\";s:5:\
"title\";s:6:\"tstamp\";s:6:\"tstamp\";s:5:\"title\";s:52:\"LLL:EXT:cms/locallan
g_tca.xml:pages_language_overlay\";s:12:\"versioningWS\";b:1;s:22:\"versioning_f
ollowPages\";b:1;s:7:\"origUid\";s:10:\"t3_origuid\";s:6:\"crdate\";s:6:\"crdate
\";s:9:\"cruser_id\";s:9:\"cruser_id\";s:6:\"delete\";s:7:\"deleted\";s:13:\"ena
blecolumns\";a:3:{s:8:\"disabled\";s:6:\"hidden\";s:9:\"starttime\";s:9:\"startt
ime\";s:7:\"endtime\";s:7:\"endtime\";}s:21:\"transOrigPointerField\";s:3:\"pid\
";s:21:\"transOrigPointerTable\";s:5:\"pages\";s:24:\"transOrigDiffSourceField\"
;s:15:\"l18n_diffsource\";s:31:\"shadowColumnsForNewPlaceholders\";s:5:\"title\"
;s:13:\"languageField\";s:16:\"sys_language_uid\";s:11:\"mainpalette\";i:1;s:17:
\"dynamicConfigFile\";s:55:\"/home/zts-wire/public_html/typo3/sysext/cms/tbl_cms
.php\";s:4:\"type\";s:7:\"doktype\";s:16:\"typeicon_classes\";a:1:{s:7:\"default
\";s:41:\"mimetypes-x-content-page-language-overlay\";}s:13:\"dividers2tabs\";b:
1;}s:11:\"feInterface\";N;}s:12:\"sys_template\";a:2:{s:4:\"ctrl\";a:19:{s:5:\"l
abel\";s:5:\"title\";s:6:\"tstamp\";s:6:\"tstamp\";s:6:\"sortby\";s:7:\"sorting\
";s:13:\"prependAtCopy\";s:52:\"LLL:EXT:lang/locallang_general.xml:LGL.prependAt
Copy\";s:5:\"title\";s:42:\"LLL:EXT:cms/locallang_tca.xml:sys_template\";s:12:\"
versioningWS\";b:1;s:7:\"origUid\";s:10:\"t3_origuid\";s:6:\"crdate\";s:6:\"crda
te\";s:9:\"cruser_id\";s:9:\"cruser_id\";s:6:\"delete\";s:7:\"deleted\";s:9:\"ad
minOnly\";i:1;s:8:\"iconfile\";s:12:\"template.gif\";s:9:\"thumbnail\";s:9:\"res
ources\";s:13:\"enablecolumns\";a:3:{s:8:\"disabled\";s:6:\"hidden\";s:9:\"start
time\";s:9:\"starttime\";s:7:\"endtime\";s:7:\"endtime\";}s:15:\"typeicon_column
\";s:4:\"root\";s:16:\"typeicon_classes\";a:2:{s:7:\"default\";s:38:\"mimetypes-
x-content-template-extension\";i:1;s:28:\"mimetypes-x-content-template\";}s:9:\"
typeicons\";a:1:{i:0;s:16:\"template_add.gif\";}s:13:\"dividers2tabs\";i:1;s:17:
\"dynamicConfigFile\";s:55:\"/home/zts-wire/public_html/typo3/sysext/cms/tbl_cms
.php\";}s:11:\"feInterface\";N;}s:13:\"sys_workspace\";a:2:{s:4:\"ctrl\";a:11:{s
:5:\"label\";s:5:\"title\";s:6:\"tstamp\";s:6:\"tstamp\";s:5:\"title\";s:44:\"LL
L:EXT:lang/locallang_tca.php:sys_workspace\";s:9:\"adminOnly\";i:1;s:9:\"rootLev
el\";i:1;s:6:\"delete\";s:7:\"deleted\";s:8:\"iconfile\";s:17:\"sys_workspace.pn
g\";s:16:\"typeicon_classes\";a:1:{s:7:\"default\";s:25:\"mimetypes-x-sys_worksp
ace\";}s:17:\"dynamicConfigFile\";s:55:\"/home/zts-wire/public_html/typo3/sysext
/version/tca.php\";s:32:\"versioningWS_alwaysAllowLiveEdit\";b:1;s:13:\"dividers
2tabs\";b:1;}s:11:\"feInterface\";N;}s:22:\"tx_rtehtmlarea_acronym\";a:2:{s:4:\"
ctrl\";a:8:{s:5:\"title\";s:59:\"LLL:EXT:rtehtmlarea/locallang_db.xml:tx_rtehtml
area_acronym\";s:5:\"label\";s:4:\"term\";s:14:\"default_sortby\";s:13:\"ORDER B
Y term\";s:6:\"sortby\";s:7:\"sorting\";s:6:\"delete\";s:7:\"deleted\";s:13:\"en
ablecolumns\";a:3:{s:8:\"disabled\";s:6:\"hidden\";s:9:\"starttime\";s:9:\"start
time\";s:7:\"endtime\";s:7:\"endtime\";}s:17:\"dynamicConfigFile\";s:59:\"/home/
zts-wire/public_html/typo3/sysext/rtehtmlarea/tca.php\";s:8:\"iconfile\";s:61:\"
sysext/rtehtmlarea/extensions/Acronym/skin/images/acronym.gif\";}s:11:\"feInterf
ace\";N;}s:18:\"static_territories\";a:2:{s:4:\"ctrl\";a:10:{s:5:\"label\";s:10:
\"tr_name_en\";s:9:\"label_alt\";s:20:\"tr_name_en,tr_iso_nr\";s:8:\"readOnly\";
i:0;s:9:\"adminOnly\";i:1;s:9:\"rootLevel\";i:1;s:9:\"is_static\";i:1;s:14:\"def
ault_sortby\";s:19:\"ORDER BY tr_name_en\";s:5:\"title\";s:68:\"LLL:EXT:static_i
nfo_tables/locallang_db.xml:static_territories.title\";s:17:\"dynamicConfigFile\
";s:67:\"/home/zts-wire/public_html/typo3conf/ext/static_info_tables/tca.php\";s
:8:\"iconfile\";s:63:\"../typo3conf/ext/static_info_tables/icon_static_territori
es.gif\";}s:11:\"feInterface\";N;}s:16:\"static_countries\";a:2:{s:4:\"ctrl\";a:
11:{s:5:\"label\";s:11:\"cn_short_en\";s:9:\"label_alt\";s:20:\"cn_short_en,cn_i
so_2\";s:8:\"readOnly\";i:0;s:9:\"adminOnly\";i:1;s:9:\"rootLevel\";i:1;s:9:\"is
_static\";i:1;s:14:\"default_sortby\";s:20:\"ORDER BY cn_short_en\";s:6:\"delete
\";s:7:\"deleted\";s:5:\"title\";s:66:\"LLL:EXT:static_info_tables/locallang_db.
xml:static_countries.title\";s:17:\"dynamicConfigFile\";s:67:\"/home/zts-wire/pu
blic_html/typo3conf/ext/static_info_tables/tca.php\";s:8:\"iconfile\";s:61:\"../
typo3conf/ext/static_info_tables/icon_static_countries.gif\";}s:11:\"feInterface
\";N;}s:20:\"static_country_zones\";a:2:{s:4:\"ctrl\";a:10:{s:5:\"label\";s:13:\
"zn_name_local\";s:9:\"label_alt\";s:21:\"zn_name_local,zn_code\";s:8:\"readOnly
\";i:0;s:9:\"adminOnly\";i:1;s:9:\"rootLevel\";i:1;s:9:\"is_static\";i:1;s:14:\"
default_sortby\";s:22:\"ORDER BY zn_name_local\";s:5:\"title\";s:70:\"LLL:EXT:st
atic_info_tables/locallang_db.xml:static_country_zones.title\";s:17:\"dynamicCon
figFile\";s:67:\"/home/zts-wire/public_html/typo3conf/ext/static_info_tables/tca
.php\";s:8:\"iconfile\";s:61:\"../typo3conf/ext/static_info_tables/icon_static_c
ountries.gif\";}s:11:\"feInterface\";N;}s:16:\"static_languages\";a:2:{s:4:\"ctr
l\";a:10:{s:5:\"label\";s:10:\"lg_name_en\";s:9:\"label_alt\";s:19:\"lg_name_en,
lg_iso_2\";s:8:\"readOnly\";i:0;s:9:\"adminOnly\";i:1;s:9:\"rootLevel\";i:1;s:9:
\"is_static\";i:1;s:14:\"default_sortby\";s:19:\"ORDER BY lg_name_en\";s:5:\"tit
le\";s:66:\"LLL:EXT:static_info_tables/locallang_db.xml:static_languages.title\"
;s:17:\"dynamicConfigFile\";s:67:\"/home/zts-wire/public_html/typo3conf/ext/stat
ic_info_tables/tca.php\";s:8:\"iconfile\";s:61:\"../typo3conf/ext/static_info_ta
bles/icon_static_languages.gif\";}s:11:\"feInterface\";N;}s:17:\"static_currenci
es\";a:2:{s:4:\"ctrl\";a:10:{s:5:\"label\";s:10:\"cu_name_en\";s:9:\"label_alt\"
;s:19:\"cu_name_en,cu_iso_3\";s:8:\"readOnly\";i:0;s:9:\"adminOnly\";i:1;s:9:\"r
ootLevel\";i:1;s:9:\"is_static\";i:1;s:14:\"default_sortby\";s:19:\"ORDER BY cu_
name_en\";s:5:\"title\";s:67:\"LLL:EXT:static_info_tables/locallang_db.xml:stati
c_currencies.title\";s:17:\"dynamicConfigFile\";s:67:\"/home/zts-wire/public_htm
l/typo3conf/ext/static_info_tables/tca.php\";s:8:\"iconfile\";s:62:\"../typo3con
f/ext/static_info_tables/icon_static_currencies.gif\";}s:11:\"feInterface\";N;}}
i:1;a:18:{s:5:\"pages\";a:1:{s:9:\"l10n_mode\";a:0:{}}s:8:\"be_users\";a:1:{s:9:
\"l10n_mode\";a:0:{}}s:9:\"be_groups\";a:1:{s:9:\"l10n_mode\";a:0:{}}s:14:\"sys_
filemounts\";a:1:{s:9:\"l10n_mode\";a:0:{}}s:12:\"sys_language\";a:1:{s:9:\"l10n
_mode\";a:0:{}}s:10:\"tt_content\";a:1:{s:9:\"l10n_mode\";a:2:{s:6:\"header\";s:
15:\"prefixLangTitle\";s:8:\"bodytext\";s:15:\"prefixLangTitle\";}}s:8:\"fe_user
s\";a:1:{s:9:\"l10n_mode\";a:0:{}}s:9:\"fe_groups\";a:1:{s:9:\"l10n_mode\";a:0:{
}}s:10:\"sys_domain\";a:1:{s:9:\"l10n_mode\";a:0:{}}s:22:\"pages_language_overla
y\";a:1:{s:9:\"l10n_mode\";a:1:{s:5:\"title\";s:15:\"prefixLangTitle\";}}s:12:\"
sys_template\";a:1:{s:9:\"l10n_mode\";a:0:{}}s:13:\"sys_workspace\";a:1:{s:9:\"l
10n_mode\";a:0:{}}s:22:\"tx_rtehtmlarea_acronym\";a:1:{s:9:\"l10n_mode\";a:0:{}}
s:18:\"static_territories\";a:1:{s:9:\"l10n_mode\";a:0:{}}s:16:\"static_countrie
s\";a:1:{s:9:\"l10n_mode\";a:0:{}}s:20:\"static_country_zones\";a:1:{s:9:\"l10n_
mode\";a:0:{}}s:16:\"static_languages\";a:1:{s:9:\"l10n_mode\";a:0:{}}s:17:\"sta
tic_currencies\";a:1:{s:9:\"l10n_mode\";a:0:{}}}}',1289551670,'SHORT_TC'),(3,'69
4183a59e9a2e0b9e1ac6af77c95673','a:12:{s:7:\"config.\";a:13:{s:9:\"extTarget\";s
:5:\"_self\";s:4:\"stat\";i:1;s:16:\"stat_typeNumList\";s:3:\"0,1\";s:14:\"uniqu
eLinkVars\";i:1;s:10:\"locale_all\";s:5:\"de_DE\";s:16:\"titleTagFunction\";s:33
:\"user_pagetitle_class->changetitle\";s:23:\"simulateStaticDocuments\";s:1:\"1\
";s:32:\"simulateStaticDocuments_addTitle\";s:2:\"70\";s:28:\"simulateStaticDocu
ments_pEnc\";s:6:\"base64\";s:9:\"intTarget\";s:5:\"_self\";s:20:\"inlineStyle2T
empFile\";s:1:\"1\";s:8:\"language\";s:2:\"de\";s:7:\"doctype\";s:11:\"xhtml_tra
ns\";}s:7:\"plugin.\";a:11:{s:23:\"tx_automaketemplate_pi1\";s:4:\"USER\";s:24:\
"tx_automaketemplate_pi1.\";a:6:{s:11:\"includeLibs\";s:68:\"typo3conf/ext/autom
aketemplate/pi1/class.tx_automaketemplate_pi1.php\";s:8:\"userFunc\";s:29:\"tx_a
utomaketemplate_pi1->main\";s:7:\"content\";s:4:\"FILE\";s:8:\"content.\";a:1:{s
:4:\"file\";s:39:\"fileadmin/templateZTSWire/template.html\";}s:9:\"elements.\";
a:4:{s:5:\"BODY.\";a:2:{s:3:\"all\";s:1:\"1\";s:4:\"all.\";a:1:{s:13:\"subpartMa
rker\";s:13:\"DOCUMENT_BODY\";}}s:5:\"HEAD.\";a:3:{s:3:\"all\";s:1:\"1\";s:4:\"a
ll.\";a:1:{s:13:\"subpartMarker\";s:15:\"DOCUMENT_HEADER\";}s:13:\"rmTagSections
\";s:5:\"title\";}s:3:\"TD.\";a:1:{s:3:\"all\";s:1:\"1\";}s:4:\"DIV.\";a:1:{s:3:
\"all\";s:1:\"1\";}}s:13:\"relPathPrefix\";s:26:\"fileadmin/templateZTSWire/\";}
s:20:\"tx_cssstyledcontent.\";a:1:{s:18:\"_CSS_DEFAULT_STYLE\";s:5850:\"
/* Captions */\n DIV.csc-textpic-caption-c .csc-textpic-caption { text-al
ign: center; }\n DIV.csc-textpic-caption-r .csc-textpic-caption { text-al
ign: right; }\n DIV.csc-textpic-caption-l .csc-textpic-caption { text-align: lef
t; }\n\n /* Needed for noRows setting */\n DIV.csc-textpic DIV.csc-
textpic-imagecolumn { float: left; display: inline; }\n\n /* Border just a
round the image */\n DIV.csc-textpic-border DIV.csc-textpic-imagewrap .csc-te
xtpic-image IMG, DIV.csc-textpic-border DIV.csc-textpic-single-image IMG {\n
border: 2px solid black;\n padding: 0px 0px;\n }\n\n DIV.csc-
textpic-imagewrap { padding: 0; }\n\n DIV.csc-textpic IMG { border: none; }\n\
n /* DIV: This will place the images side by side */\n DIV.csc-textpic
DIV.csc-textpic-imagewrap DIV.csc-textpic-image { float: left; }\n\n /* UL: T
his will place the images side by side */\n DIV.csc-textpic DIV.csc-textpic-
imagewrap UL { list-style: none; margin: 0; padding: 0; }\n DIV.csc-textpic
DIV.csc-textpic-imagewrap UL LI { float: left; margin: 0; padding: 0; }\n\n
/* DL: This will place the images side by side */\n DIV.csc-textpic DIV.csc-
textpic-imagewrap DL.csc-textpic-image { float: left; }\n DIV.csc-textpic
DIV.csc-textpic-imagewrap DL.csc-textpic-image DT { float: none; }\n DIV.csc-
textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD { float: none; }\n
DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD IMG { border:
none; } /* FE-Editing Icons */\n DL.csc-textpic-image { margin: 0; }\n
DL.csc-textpic-image DT { margin: 0; display: inline; }\n DL.csc-textpic-i
mage DD { margin: 0; }\n\n /* Clearer */\n DIV.csc-textpic-clear { clear: b
oth; }\n\n /* Margins around images: */\n\n /* Pictures on left, add
margin on right */\n DIV.csc-textpic-left DIV.csc-textpic-imagewrap .csc-text
pic-image,\n DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap .cs
c-textpic-image,\n DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap .c
sc-textpic-image {\n display: inline; /* IE fix for double-margin bug
*/\n margin-right: 10px;\n }\n\n /* Pictures on right, add margin
on left */\n DIV.csc-textpic-right DIV.csc-textpic-imagewrap .csc-textpic-ima
ge,\n DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap .csc-textp
ic-image,\n DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap .csc-text
pic-image {\n display: inline; /* IE fix for double-margin bug */\n
margin-left: 10px;\n }\n\n /* Pictures centered, add margin on left */\n
DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image {\n
display: inline; /* IE fix for double-margin bug */\n margin-left: 10p
x;\n }\n DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image .cs
c-textpic-caption { margin: 0; }\n DIV.csc-textpic DIV.csc-textpic-imagewra
p .csc-textpic-image IMG { margin: 0; vertical-align:bottom; }\n\n /* Space
below each image (also in-between rows) */\n DIV.csc-textpic DIV.csc-textpic-
imagewrap .csc-textpic-image { margin-bottom: 10px; }\n DIV.csc-textpic-equalhei
ght DIV.csc-textpic-imagerow { margin-bottom: 10px; display: block; }\n DIV.csc-
textpic DIV.csc-textpic-imagerow { clear: both; }\n DIV.csc-textpic DIV.csc-
textpic-single-image IMG { margin-bottom: 10px; }\n\n /* IE7 hack for margin b
etween image rows */ \n *+html DIV.csc-textpic DIV.csc-textpic-imagerow
.csc-textpic-image { margin-bottom: 0; }\n *+html DIV.csc-textpic DIV.csc-t
extpic-imagerow { margin-bottom: 10px; }\n\n /* No margins around the whole i
mage-block */\n DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-firstcol
{ margin-left: 0px !important; }\n DIV.csc-textpic DIV.csc-textpic-imagewra
p .csc-textpic-lastcol { margin-right: 0px !important; }\n\n /* Add margin fr
om image-block to text (in case of \"Text w/ images\") */\n DIV.csc-textpic-
intext-left DIV.csc-textpic-imagewrap,\n DIV.csc-textpic-intext-left-nowr
ap DIV.csc-textpic-imagewrap {\n margin-right: 10px !important;\n
}\n DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap,\n DIV.csc-
textpic-intext-right-nowrap DIV.csc-textpic-imagewrap {\n margin-l
eft: 10px !important;\n }\n\n /* Positioning of images: */\n\n /* Above
*/\n DIV.csc-textpic-above DIV.csc-textpic-text { clear: both; }\n\n /* Cente
r (above or below) */\n DIV.csc-textpic-center { text-align: center; /* IE-hack
*/ }\n DIV.csc-textpic-center DIV.csc-textpic-imagewrap { margin: 0 auto; }\n
DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image { text-align
: left; /* Remove IE-hack */ }\n DIV.csc-textpic-center DIV.csc-textpic-t
ext { text-align: left; /* Remove IE-hack */ }\n\n /* Right (above or below
) */\n DIV.csc-textpic-right DIV.csc-textpic-imagewrap { float: right; }\n
DIV.csc-textpic-right DIV.csc-textpic-text { clear: right; }\n\n /* Left
(above or below) */\n DIV.csc-textpic-left DIV.csc-textpic-imagewrap { float:
left; }\n DIV.csc-textpic-left DIV.csc-textpic-text { clear: left; }\n\n
/* Left (in text) */\n DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap {
float: left; }\n\n /* Right (in text) */\n DIV.csc-textpic-intext-right DIV
.csc-textpic-imagewrap { float: right; }\n\n /* Right (in text, no wrap aroun
d) */\n DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap { float: r
ight; clear: both; }\n /* Hide from IE5-mac. Only IE-win sees this. \\*/\n
* html DIV.csc-textpic-intext-right-nowrap .csc-textpic-text { height: 1%; }\n
/* End hide from IE5/mac */\n\n /* Left (in text, no wrap around) */\n DIV.csc-
textpic-intext-left-nowrap DIV.csc-textpic-imagewrap { float: left; clear: both;
}\n /* Hide from IE5-mac. Only IE-win sees this. \\*/\n * html DIV.csc-t
extpic-intext-left-nowrap .csc-textpic-text,\n * html .csc-textpic-intext-left
ol,\n * html .csc-textpic-intext-left ul { height: 1%; }\n /* End hide from
IE5/mac */\n \n DIV.csc-textpic DIV.csc-textpic-imagerow-last { margin-b
ottom: 0; }\n\n /* Browser fixes: */\n\n /* Fix for unordered and ordered
list with image \"In text, left\" */\n .csc-textpic-intext-left ol, .csc-textpi
c-intext-left ul {padding-left: 40px; overflow: auto; }\";}s:18:\"tx_apimacmade_
pi1.\";a:7:{s:12:\"hasPrototype\";s:1:\"0\";s:11:\"hasMootools\";s:1:\"0\";s:16:
\"hasScriptaculous\";s:1:\"0\";s:11:\"hasLightBox\";s:1:\"0\";s:6:\"hasUfo\";s:1
:\"0\";s:12:\"hasSwfObject\";s:1:\"0\";s:14:\"hasWebToolkit.\";a:7:{s:6:\"base64
\";s:48:\"{$plugin.tx_apimacmade_pi1.hasWebToolkit.base64}\";s:5:\"crc32\";s:47:
\"{$plugin.tx_apimacmade_pi1.hasWebToolkit.crc32}\";s:3:\"md5\";s:45:\"{$plugin.
tx_apimacmade_pi1.hasWebToolkit.md5}\";s:4:\"sha1\";s:46:\"{$plugin.tx_apimacmad
e_pi1.hasWebToolkit.sha1}\";s:6:\"sha256\";s:48:\"{$plugin.tx_apimacmade_pi1.has
WebToolkit.sha256}\";s:3:\"url\";s:45:\"{$plugin.tx_apimacmade_pi1.hasWebToolkit
.url}\";s:4:\"utf8\";s:46:\"{$plugin.tx_apimacmade_pi1.hasWebToolkit.utf8}\";}}s
:4:\"meta\";s:10:\"PHP_SCRIPT\";s:5:\"meta.\";a:4:{s:4:\"file\";s:21:\"EXT:metat
ags/meta.php\";s:7:\"global.\";a:12:{s:11:\"description\";s:0:\"\";s:13:\"descri
ption_2\";s:39:\"{$styles.content.meta.site_description}\";s:8:\"keywords\";s:0:
\"\";s:10:\"keywords_2\";s:36:\"{$styles.content.meta.site_keywords}\";s:6:\"rob
ots\";s:0:\"\";s:9:\"copyright\";s:0:\"\";s:5:\"email\";s:0:\"\";s:6:\"author\";
s:0:\"\";s:8:\"language\";s:0:\"\";s:12:\"distribution\";s:0:\"\";s:6:\"rating\"
;s:0:\"\";s:7:\"revisit\";s:0:\"\";}s:6:\"local.\";a:2:{s:12:\"description.\";a:
1:{s:5:\"field\";s:11:\"description\";}s:9:\"keywords.\";a:1:{s:5:\"field\";s:8:
\"keywords\";}}s:6:\"flags.\";a:4:{s:19:\"useSecondaryDescKey\";s:1:\"1\";s:23:\
"alwaysGlobalDescription\";s:1:\"0\";s:20:\"alwaysGlobalKeywords\";s:1:\"0\";s:2
:\"DC\";s:1:\"1\";}}s:9:\"tt_guest.\";a:1:{s:9:\"postform.\";a:1:{s:10:\"dataArr
ay.\";a:6:{s:3:\"10.\";a:1:{s:6:\"label.\";a:1:{s:5:\"lang.\";a:1:{s:2:\"de\";s:
12:\"berschrift:\";}}}s:3:\"20.\";a:1:{s:6:\"label.\";a:1:{s:5:\"lang.\";a:1:{s:2
:\"de\";s:15:\"Dein Kommentar:\";}}}s:3:\"30.\";a:1:{s:6:\"label.\";a:1:{s:5:\"l
ang.\";a:1:{s:2:\"de\";s:5:\"Name:\";}}}s:3:\"40.\";a:1:{s:6:\"label.\";a:1:{s:5
:\"lang.\";a:1:{s:2:\"de\";s:6:\"Email:\";}}}s:3:\"50.\";a:1:{s:6:\"label.\";a:1
:{s:5:\"lang.\";a:1:{s:2:\"de\";s:9:\"Homepage:\";}}}s:3:\"60.\";a:1:{s:6:\"valu
e.\";a:1:{s:5:\"lang.\";a:1:{s:2:\"de\";s:9:\"Eintragen\";}}}}}}s:14:\"tt_board_
list.\";a:6:{s:9:\"postform.\";a:1:{s:10:\"dataArray.\";a:6:{s:3:\"10.\";a:1:{s:
6:\"label.\";a:1:{s:5:\"lang.\";a:1:{s:2:\"de\";s:6:\"Thema:\";}}}s:3:\"20.\";a:
1:{s:6:\"label.\";a:1:{s:5:\"lang.\";a:1:{s:2:\"de\";s:11:\"Mitteilung:\";}}}s:3
:\"30.\";a:1:{s:6:\"label.\";a:1:{s:5:\"lang.\";a:1:{s:2:\"de\";s:5:\"Name:\";}}
}s:3:\"40.\";a:1:{s:6:\"label.\";a:1:{s:5:\"lang.\";a:1:{s:2:\"de\";s:6:\"Email:
\";}}}s:3:\"50.\";a:1:{s:6:\"label.\";a:1:{s:5:\"lang.\";a:1:{s:2:\"de\";s:36:\"
Benachrichtigung<BR>bei Antwort(en):\";}}}s:3:\"60.\";a:1:{s:6:\"value.\";a:1:{s
:5:\"lang.\";a:1:{s:2:\"de\";s:16:\"Antwort absenden\";}}}}}s:19:\"postform_newT
hread.\";a:1:{s:10:\"dataArray.\";a:6:{s:3:\"10.\";a:1:{s:6:\"label.\";a:1:{s:5:
\"lang.\";a:1:{s:2:\"de\";s:6:\"Thema:\";}}}s:3:\"20.\";a:1:{s:6:\"label.\";a:1:
{s:5:\"lang.\";a:1:{s:2:\"de\";s:11:\"Mitteilung:\";}}}s:3:\"30.\";a:1:{s:6:\"la
bel.\";a:1:{s:5:\"lang.\";a:1:{s:2:\"de\";s:5:\"Name:\";}}}s:3:\"40.\";a:1:{s:6:
\"label.\";a:1:{s:5:\"lang.\";a:1:{s:2:\"de\";s:6:\"Email:\";}}}s:3:\"50.\";a:1:
{s:6:\"label.\";a:1:{s:5:\"lang.\";a:1:{s:2:\"de\";s:36:\"Benachrichtigung<BR>be
i Antwort(en):\";}}}s:3:\"60.\";a:1:{s:6:\"value.\";a:1:{s:5:\"lang.\";a:1:{s:2:
\"de\";s:19:\"Diskussion erffnen\";}}}}}s:13:\"date_stdWrap.\";a:1:{s:8:\"strftim
e\";s:8:\"%e.%m.%y\";}s:13:\"time_stdWrap.\";a:1:{s:8:\"strftime\";s:5:\"%H:%M\"
;}s:12:\"age_stdWrap.\";a:1:{s:3:\"age\";s:26:\"\" min| Std| Tagen| Jahren\"\";}
s:12:\"list_forums.\";a:1:{s:15:\"author_stdWrap.\";a:1:{s:4:\"wrap\";s:5:\"von
|\";}}}s:14:\"tt_board_tree.\";a:6:{s:9:\"postform.\";a:1:{s:10:\"dataArray.\";a
:6:{s:3:\"10.\";a:1:{s:6:\"label.\";a:1:{s:5:\"lang.\";a:1:{s:2:\"de\";s:6:\"The
ma:\";}}}s:3:\"20.\";a:1:{s:6:\"label.\";a:1:{s:5:\"lang.\";a:1:{s:2:\"de\";s:11
:\"Mitteilung:\";}}}s:3:\"30.\";a:1:{s:6:\"label.\";a:1:{s:5:\"lang.\";a:1:{s:2:
\"de\";s:5:\"Name:\";}}}s:3:\"40.\";a:1:{s:6:\"label.\";a:1:{s:5:\"lang.\";a:1:{
s:2:\"de\";s:6:\"Email:\";}}}s:3:\"50.\";a:1:{s:6:\"label.\";a:1:{s:5:\"lang.\";
a:1:{s:2:\"de\";s:36:\"Benachrichtigung<BR>bei Antwort(en):\";}}}s:3:\"60.\";a:1
:{s:6:\"value.\";a:1:{s:5:\"lang.\";a:1:{s:2:\"de\";s:16:\"Antwort absenden\";}}
}}}s:19:\"postform_newThread.\";a:1:{s:10:\"dataArray.\";a:6:{s:3:\"10.\";a:1:{s
:6:\"label.\";a:1:{s:5:\"lang.\";a:1:{s:2:\"de\";s:6:\"Thema:\";}}}s:3:\"20.\";a
:1:{s:6:\"label.\";a:1:{s:5:\"lang.\";a:1:{s:2:\"de\";s:11:\"Mitteilung:\";}}}s:
3:\"30.\";a:1:{s:6:\"label.\";a:1:{s:5:\"lang.\";a:1:{s:2:\"de\";s:5:\"Name:\";}
}}s:3:\"40.\";a:1:{s:6:\"label.\";a:1:{s:5:\"lang.\";a:1:{s:2:\"de\";s:6:\"Email
:\";}}}s:3:\"50.\";a:1:{s:6:\"label.\";a:1:{s:5:\"lang.\";a:1:{s:2:\"de\";s:36:\
"Benachrichtigung<BR>bei Antwort(en):\";}}}s:3:\"60.\";a:1:{s:6:\"value.\";a:1:{
s:5:\"lang.\";a:1:{s:2:\"de\";s:19:\"Diskussion erffnen\";}}}}}s:13:\"date_stdWra
p.\";a:1:{s:8:\"strftime\";s:8:\"%e.%m.%y\";}s:13:\"time_stdWrap.\";a:1:{s:8:\"s
trftime\";s:5:\"%H:%M\";}s:12:\"age_stdWrap.\";a:1:{s:3:\"age\";s:26:\"\" min| S
td| Tagen| Jahren\"\";}s:12:\"list_forums.\";a:1:{s:15:\"author_stdWrap.\";a:1:{
s:4:\"wrap\";s:5:\"von |\";}}}s:8:\"tt_news.\";a:5:{s:20:\"archiveTitleCObject.\
";a:1:{s:3:\"10.\";a:1:{s:8:\"strftime\";s:7:\"%B - %Y\";}}s:18:\"getRelatedCObj
ect.\";a:1:{s:3:\"20.\";a:1:{s:8:\"strftime\";s:14:\"%e.%m.%y %H:%M\";}}s:14:\"d
isplaySingle.\";a:2:{s:13:\"date_stdWrap.\";a:1:{s:8:\"strftime\";s:8:\"%e.%m.%y
\";}s:13:\"time_stdWrap.\";a:1:{s:8:\"strftime\";s:5:\"%H:%M\";}}s:14:\"displayL
atest.\";a:2:{s:13:\"date_stdWrap.\";a:1:{s:8:\"strftime\";s:8:\"%e.%m.%y\";}s:1
3:\"time_stdWrap.\";a:1:{s:8:\"strftime\";s:5:\"%H:%M\";}}s:12:\"displayList.\";
a:2:{s:13:\"date_stdWrap.\";a:1:{s:8:\"strftime\";s:10:\"%A, %e. %B\";}s:13:\"ti
me_stdWrap.\";a:1:{s:8:\"strftime\";s:14:\"%e.%m.%y %H:%M\";}}}s:13:\"mf_pagetit
le.\";a:1:{s:5:\"title\";s:23:\"{page:title} : ZTS Wire\";}}s:4:\"lib.\";a:4:{s:
10:\"parseFunc.\";a:8:{s:9:\"makelinks\";s:1:\"1\";s:10:\"makelinks.\";a:2:{s:5:
\"http.\";a:2:{s:4:\"keep\";s:4:\"path\";s:9:\"extTarget\";s:6:\"_blank\";}s:7:\
"mailto.\";a:1:{s:4:\"keep\";s:4:\"path\";}}s:5:\"tags.\";a:2:{s:4:\"link\";s:4:
\"TEXT\";s:5:\"link.\";a:3:{s:7:\"current\";s:1:\"1\";s:9:\"typolink.\";a:3:{s:1
0:\"parameter.\";a:1:{s:4:\"data\";s:22:\"parameters : allParams\";}s:9:\"extTar
get\";s:6:\"_blank\";s:6:\"target\";s:0:\"\";}s:10:\"parseFunc.\";a:1:{s:9:\"con
stants\";s:1:\"1\";}}}s:9:\"allowTags\";s:123:\"b,i,u,a,img,br,div,center,pre,fo
nt,hr,sub,sup,p,strong,em,li,ul,ol,blockquote,strike,del,ins,span,h1,h2,h3,h4,h5
,h6,address\";s:8:\"denyTags\";s:1:\"*\";s:5:\"sword\";s:32:\"<span class=\"csc-
sword\">|</span>\";s:9:\"constants\";s:1:\"1\";s:18:\"nonTypoTagStdWrap.\";a:2:{
s:10:\"HTMLparser\";s:1:\"1\";s:11:\"HTMLparser.\";a:2:{s:18:\"keepNonMatchedTag
s\";s:1:\"1\";s:16:\"htmlSpecialChars\";s:1:\"2\";}}}s:14:\"parseFunc_RTE.\";a:1
0:{s:9:\"makelinks\";s:1:\"1\";s:10:\"makelinks.\";a:2:{s:5:\"http.\";a:2:{s:4:\
"keep\";s:4:\"path\";s:9:\"extTarget\";s:6:\"_blank\";}s:7:\"mailto.\";a:1:{s:4:
\"keep\";s:4:\"path\";}}s:5:\"tags.\";a:2:{s:4:\"link\";s:4:\"TEXT\";s:5:\"link.
\";a:3:{s:7:\"current\";s:1:\"1\";s:9:\"typolink.\";a:3:{s:10:\"parameter.\";a:1
:{s:4:\"data\";s:22:\"parameters : allParams\";}s:9:\"extTarget\";s:6:\"_blank\"
;s:6:\"target\";s:0:\"\";}s:10:\"parseFunc.\";a:1:{s:9:\"constants\";s:1:\"1\";}
}}s:9:\"allowTags\";s:123:\"b,i,u,a,img,br,div,center,pre,font,hr,sub,sup,p,stro
ng,em,li,ul,ol,blockquote,strike,del,ins,span,h1,h2,h3,h4,h5,h6,address\";s:8:\"
denyTags\";s:1:\"*\";s:5:\"sword\";s:32:\"<span class=\"csc-sword\">|</span>\";s
:9:\"constants\";s:1:\"1\";s:18:\"nonTypoTagStdWrap.\";a:3:{s:10:\"HTMLparser\";
s:1:\"1\";s:11:\"HTMLparser.\";a:2:{s:18:\"keepNonMatchedTags\";s:1:\"1\";s:16:\
"htmlSpecialChars\";s:1:\"2\";}s:12:\"encapsLines.\";a:4:{s:13:\"encapsTagList\"
;s:40:\"cite,div, p, pre, h1, h2, h3, h4, h5, h6\";s:13:\"nonWrappedTag\";s:1:\"
P\";s:17:\"innerStdWrap_all.\";a:1:{s:7:\"ifBlank\";s:6:\"&nbsp;\";}s:14:\"addAt
tributes.\";a:2:{s:2:\"P.\";a:0:{}s:4:\"DIV.\";a:0:{}}}}s:14:\"externalBlocks\";
s:29:\"table, blockquote, ol,ul, div\";s:15:\"externalBlocks.\";a:5:{s:11:\"bloc
kquote.\";a:3:{s:7:\"stripNL\";s:1:\"1\";s:13:\"callRecursive\";s:1:\"1\";s:14:\
"callRecursive.\";a:1:{s:11:\"tagStdWrap.\";a:2:{s:10:\"HTMLparser\";s:1:\"1\";s
:11:\"HTMLparser.\";a:1:{s:5:\"tags.\";a:1:{s:11:\"blockquote.\";a:1:{s:15:\"ove
rrideAttribs\";s:37:\"style=\"margin-bottom:0;margin-top:0;\"\";}}}}}}s:3:\"ol.\
";a:2:{s:7:\"stripNL\";s:1:\"1\";s:8:\"stdWrap.\";a:1:{s:9:\"parseFunc\";s:15:\"
< lib.parseFunc\";}}s:3:\"ul.\";a:2:{s:7:\"stripNL\";s:1:\"1\";s:8:\"stdWrap.\";
a:1:{s:9:\"parseFunc\";s:15:\"< lib.parseFunc\";}}s:6:\"table.\";a:4:{s:7:\"stri
pNL\";s:1:\"1\";s:8:\"stdWrap.\";a:2:{s:10:\"HTMLparser\";s:1:\"1\";s:11:\"HTMLp
arser.\";a:2:{s:5:\"tags.\";a:1:{s:6:\"table.\";a:1:{s:10:\"fixAttrib.\";a:1:{s:
6:\"class.\";a:3:{s:7:\"default\";s:12:\"contenttable\";s:6:\"always\";s:1:\"1\"
;s:4:\"list\";s:12:\"contenttable\";}}}}s:18:\"keepNonMatchedTags\";s:1:\"1\";}}
s:14:\"HTMLtableCells\";s:1:\"1\";s:15:\"HTMLtableCells.\";a:2:{s:8:\"default.\"
;a:1:{s:13:\"callRecursive\";s:1:\"1\";}s:25:\"addChr10BetweenParagraphs\";s:1:\
"1\";}}s:4:\"div.\";a:2:{s:7:\"stripNL\";s:1:\"1\";s:13:\"callRecursive\";s:1:\"
1\";}}}s:9:\"stdheader\";s:3:\"COA\";s:10:\"stdheader.\";a:11:{i:2;s:13:\"LOAD_R
EGISTER\";s:2:\"2.\";a:1:{s:12:\"headerStyle.\";a:3:{s:5:\"field\";s:15:\"header
_position\";s:8:\"required\";s:1:\"1\";s:10:\"noTrimWrap\";s:24:\"| style=\"text
-align:|;\"|\";}}i:3;s:13:\"LOAD_REGISTER\";s:2:\"3.\";a:2:{s:11:\"headerClass\"
;s:0:\"\";s:12:\"headerClass.\";a:2:{s:3:\"if.\";a:2:{s:5:\"value\";s:1:\"1\";s:
7:\"equals.\";a:1:{s:4:\"data\";s:23:\"cObj:parentRecordNumber\";}}s:10:\"noTrim
Wrap\";s:1:\"|\";}}i:5;s:4:\"TEXT\";s:2:\"5.\";a:5:{s:5:\"field\";s:4:\"date\";s
:3:\"if.\";a:1:{s:7:\"isTrue.\";a:1:{s:5:\"field\";s:4:\"date\";}}s:8:\"strftime
\";s:2:\"%x\";s:4:\"wrap\";s:32:\"<p class=\"csc-header-date\">|</p>\";s:13:\"pr
efixComment\";s:16:\"2 | Header date:\";}i:10;s:4:\"CASE\";s:3:\"10.\";a:12:{s:1
1:\"setCurrent.\";a:3:{s:5:\"field\";s:6:\"header\";s:16:\"htmlSpecialChars\";s:
1:\"1\";s:9:\"typolink.\";a:1:{s:10:\"parameter.\";a:1:{s:5:\"field\";s:11:\"hea
der_link\";}}}s:4:\"key.\";a:3:{s:5:\"field\";s:13:\"header_layout\";s:7:\"ifEmp
ty\";s:1:\"1\";s:8:\"ifEmpty.\";a:1:{s:9:\"override.\";a:1:{s:4:\"data\";s:27:\"
register: defaultHeaderType\";}}}i:1;s:4:\"TEXT\";s:2:\"1.\";a:3:{s:7:\"current\
";s:1:\"1\";s:10:\"insertData\";s:1:\"1\";s:7:\"fontTag\";s:10:\"<h1>|</h1>\";}i
:2;s:4:\"TEXT\";s:2:\"2.\";a:3:{s:7:\"current\";s:1:\"1\";s:10:\"insertData\";s:
1:\"1\";s:7:\"fontTag\";s:10:\"<h2>|</h2>\";}i:3;s:4:\"TEXT\";s:2:\"3.\";a:3:{s:
7:\"current\";s:1:\"1\";s:10:\"insertData\";s:1:\"1\";s:7:\"fontTag\";s:10:\"<h3
>|</h3>\";}i:4;s:4:\"TEXT\";s:2:\"4.\";a:3:{s:7:\"current\";s:1:\"1\";s:10:\"ins
ertData\";s:1:\"1\";s:7:\"fontTag\";s:10:\"<h4>|</h4>\";}i:5;s:4:\"TEXT\";s:2:\"
5.\";a:3:{s:7:\"current\";s:1:\"1\";s:10:\"insertData\";s:1:\"1\";s:7:\"fontTag\
";s:10:\"<h5>|</h5>\";}}i:98;s:16:\"RESTORE_REGISTER\";i:99;s:16:\"RESTORE_REGIS
TER\";s:8:\"stdWrap.\";a:6:{s:13:\"fieldRequired\";s:6:\"header\";s:3:\"if.\";a:
3:{s:7:\"equals.\";a:1:{s:5:\"field\";s:13:\"header_layout\";}s:5:\"value\";s:3:
\"100\";s:6:\"negate\";s:1:\"1\";}s:9:\"editIcons\";s:74:\"tt_content : header,
[header_layout | header_position], [header_link|date]\";s:10:\"editIcons.\";a:2:
{s:13:\"beforeLastTag\";s:1:\"1\";s:10:\"iconTitle.\";a:1:{s:4:\"data\";s:57:\"L
LL:EXT:css_styled_content/pi1/locallang.xml:eIcon.header\";}}s:8:\"dataWrap\";s:
0:\"\";s:13:\"prefixComment\";s:11:\"2 | Header:\";}}}s:12:\"includeLibs.\";a:2:
{s:23:\"tx_cssstyledcontent_pi1\";s:60:\"EXT:css_styled_content/pi1/class.tx_css
styledcontent_pi1.php\";s:9:\"pagetitle\";s:40:\"typo3conf/ext/mf_pagetitle/page
title.php\";}s:10:\"tt_content\";s:4:\"CASE\";s:11:\"tt_content.\";a:46:{s:4:\"k
ey.\";a:1:{s:5:\"field\";s:5:\"CType\";}s:8:\"stdWrap.\";a:7:{s:10:\"innerWrap.\
";a:2:{s:7:\"cObject\";s:4:\"CASE\";s:8:\"cObject.\";a:21:{s:4:\"key.\";a:1:{s:5
:\"field\";s:13:\"section_frame\";}s:7:\"default\";s:3:\"COA\";s:8:\"default.\";
a:8:{i:10;s:4:\"TEXT\";s:3:\"10.\";a:3:{s:5:\"value\";s:22:\"<div id=\"c{field:u
id}\"\";s:9:\"override.\";a:2:{s:7:\"cObject\";s:4:\"TEXT\";s:8:\"cObject.\";a:2
:{s:5:\"value\";s:4:\"<div\";s:3:\"if.\";a:2:{s:5:\"value\";s:3:\"div\";s:7:\"eq
uals.\";a:1:{s:5:\"field\";s:5:\"CType\";}}}}s:10:\"insertData\";s:1:\"1\";}i:15
;s:4:\"TEXT\";s:3:\"15.\";a:3:{s:5:\"value\";s:11:\"csc-default\";s:10:\"noTrimW
rap\";s:13:\"| class=\"|\" |\";s:8:\"required\";s:1:\"1\";}i:20;s:3:\"COA\";s:3:
\"20.\";a:5:{i:10;s:3:\"COA\";s:3:\"10.\";a:5:{i:10;s:4:\"TEXT\";s:3:\"10.\";a:3
:{s:5:\"value\";s:1:\"0\";s:4:\"wrap\";s:2:\"|+\";s:3:\"if.\";a:1:{s:6:\"isTrue\
";s:1:\"0\";}}i:20;s:4:\"TEXT\";s:3:\"20.\";a:1:{s:5:\"field\";s:11:\"spaceBefor
e\";}s:8:\"stdWrap.\";a:4:{s:10:\"prioriCalc\";s:6:\"intval\";s:4:\"wrap\";s:15:
\"margin-top:|px;\";s:8:\"required\";s:1:\"1\";s:8:\"ifEmpty.\";a:1:{s:5:\"value
\";s:0:\"\";}}}i:20;s:3:\"COA\";s:3:\"20.\";a:5:{i:10;s:4:\"TEXT\";s:3:\"10.\";a
:3:{s:5:\"value\";s:1:\"0\";s:4:\"wrap\";s:2:\"|+\";s:3:\"if.\";a:1:{s:6:\"isTru
e\";s:1:\"0\";}}i:20;s:4:\"TEXT\";s:3:\"20.\";a:1:{s:5:\"field\";s:10:\"spaceAft
er\";}s:8:\"stdWrap.\";a:4:{s:10:\"prioriCalc\";s:6:\"intval\";s:4:\"wrap\";s:18
:\"margin-bottom:|px;\";s:8:\"required\";s:1:\"1\";s:8:\"ifEmpty.\";a:1:{s:5:\"v
alue\";s:0:\"\";}}}s:8:\"stdWrap.\";a:2:{s:10:\"noTrimWrap\";s:13:\"| style=\"|\
" |\";s:8:\"required\";s:1:\"1\";}}i:30;s:4:\"TEXT\";s:3:\"30.\";a:1:{s:5:\"valu
e\";s:8:\">|</div>\";}}i:1;s:46:\"< tt_content.stdWrap.innerWrap.cObject.default
\";s:2:\"1.\";a:1:{s:3:\"15.\";a:1:{s:5:\"value\";s:29:\"csc-frame csc-frame-inv
isible\";}}i:5;s:46:\"< tt_content.stdWrap.innerWrap.cObject.default\";s:2:\"5.\
";a:1:{s:3:\"15.\";a:1:{s:5:\"value\";s:31:\"csc-frame csc-frame-rulerBefore\";}
}i:6;s:46:\"< tt_content.stdWrap.innerWrap.cObject.default\";s:2:\"6.\";a:1:{s:3
:\"15.\";a:1:{s:5:\"value\";s:30:\"csc-frame csc-frame-rulerAfter\";}}i:10;s:46:
\"< tt_content.stdWrap.innerWrap.cObject.default\";s:3:\"10.\";a:1:{s:3:\"15.\";
a:1:{s:5:\"value\";s:26:\"csc-frame csc-frame-indent\";}}i:11;s:46:\"< tt_conten
t.stdWrap.innerWrap.cObject.default\";s:3:\"11.\";a:1:{s:3:\"15.\";a:1:{s:5:\"va
lue\";s:30:\"csc-frame csc-frame-indent3366\";}}i:12;s:46:\"< tt_content.stdWrap
.innerWrap.cObject.default\";s:3:\"12.\";a:1:{s:3:\"15.\";a:1:{s:5:\"value\";s:3
0:\"csc-frame csc-frame-indent6633\";}}i:20;s:46:\"< tt_content.stdWrap.innerWra
p.cObject.default\";s:3:\"20.\";a:1:{s:3:\"15.\";a:1:{s:5:\"value\";s:26:\"csc-f
rame csc-frame-frame1\";}}i:21;s:46:\"< tt_content.stdWrap.innerWrap.cObject.def
ault\";s:3:\"21.\";a:1:{s:3:\"15.\";a:1:{s:5:\"value\";s:26:\"csc-frame csc-fram
e-frame2\";}}i:66;s:3:\"COA\";s:3:\"66.\";a:8:{i:10;s:4:\"TEXT\";s:3:\"10.\";a:2
:{s:5:\"value\";s:25:\"<a id=\"c{field:uid}\"></a>\";s:10:\"insertData\";s:1:\"1
\";}i:20;s:3:\"COA\";s:3:\"20.\";a:5:{i:10;s:4:\"TEXT\";s:3:\"10.\";a:3:{s:5:\"v
alue\";s:1:\"0\";s:4:\"wrap\";s:2:\"|+\";s:3:\"if.\";a:1:{s:6:\"isTrue\";s:1:\"0
\";}}i:20;s:4:\"TEXT\";s:3:\"20.\";a:1:{s:5:\"field\";s:11:\"spaceBefore\";}s:8:
\"stdWrap.\";a:5:{s:10:\"prioriCalc\";s:6:\"intval\";s:4:\"wrap\";s:15:\"margin-
top:|px;\";s:8:\"required\";s:1:\"1\";s:8:\"ifEmpty.\";a:1:{s:5:\"value\";s:0:\"
\";}s:5:\"wrap2\";s:21:\"<div style=\"|\"></div>\";}}i:30;s:4:\"TEXT\";s:3:\"30.
\";a:1:{s:5:\"value\";s:1:\"|\";}i:40;s:3:\"COA\";s:3:\"40.\";a:5:{i:10;s:4:\"TE
XT\";s:3:\"10.\";a:3:{s:5:\"value\";s:1:\"0\";s:4:\"wrap\";s:2:\"|+\";s:3:\"if.\
";a:1:{s:6:\"isTrue\";s:1:\"0\";}}i:20;s:4:\"TEXT\";s:3:\"20.\";a:1:{s:5:\"field
\";s:10:\"spaceAfter\";}s:8:\"stdWrap.\";a:5:{s:10:\"prioriCalc\";s:6:\"intval\"
;s:4:\"wrap\";s:18:\"margin-bottom:|px;\";s:8:\"required\";s:1:\"1\";s:8:\"ifEmp
ty.\";a:1:{s:5:\"value\";s:0:\"\";}s:5:\"wrap2\";s:21:\"<div style=\"|\"></div>\
";}}}}}s:10:\"innerWrap2\";s:105:\"| <p class=\"csc-linkToTop\"><a href=\"#\">{L
LL:EXT:css_styled_content/pi1/locallang.xml:label.toTop}</a></p>\";s:11:\"innerW
rap2.\";a:2:{s:10:\"insertData\";s:1:\"1\";s:13:\"fieldRequired\";s:9:\"linkToTo
p\";}s:7:\"prepend\";s:4:\"TEXT\";s:8:\"prepend.\";a:2:{s:8:\"dataWrap\";s:36:\"
<a id=\"c{field:_LOCALIZED_UID}\"></a>\";s:3:\"if.\";a:1:{s:7:\"isTrue.\";a:1:{s
:5:\"field\";s:14:\"_LOCALIZED_UID\";}}}s:9:\"editPanel\";s:1:\"1\";s:10:\"editP
anel.\";a:6:{s:5:\"allow\";s:25:\"move,new,edit,hide,delete\";s:4:\"line\";s:1:\
"5\";s:5:\"label\";s:2:\"%s\";s:14:\"onlyCurrentPid\";s:1:\"1\";s:13:\"previewBo
rder\";s:1:\"4\";s:5:\"edit.\";a:1:{s:13:\"displayRecord\";s:1:\"1\";}}}s:6:\"he
ader\";s:3:\"COA\";s:7:\"header.\";a:3:{i:10;s:15:\"< lib.stdheader\";i:20;s:4:\
"TEXT\";s:3:\"20.\";a:5:{s:5:\"field\";s:9:\"subheader\";s:8:\"required\";s:1:\"
1\";s:16:\"htmlSpecialChars\";s:1:\"1\";s:9:\"editIcons\";s:27:\"tt_content:subh
eader,layout\";s:10:\"editIcons.\";a:2:{s:13:\"beforeLastTag\";s:1:\"1\";s:10:\"
iconTitle.\";a:1:{s:4:\"data\";s:60:\"LLL:EXT:css_styled_content/pi1/locallang.x
ml:eIcon.subheader\";}}}}s:4:\"text\";s:3:\"COA\";s:5:\"text.\";a:4:{i:10;s:15:\
"< lib.stdheader\";i:20;s:4:\"TEXT\";s:3:\"20.\";a:5:{s:5:\"field\";s:8:\"bodyte
xt\";s:8:\"required\";s:1:\"1\";s:9:\"parseFunc\";s:19:\"< lib.parseFunc_RTE\";s
:9:\"editIcons\";s:32:\"tt_content:bodytext, rte_enabled\";s:10:\"editIcons.\";a
:2:{s:13:\"beforeLastTag\";s:1:\"1\";s:10:\"iconTitle.\";a:1:{s:4:\"data\";s:59:
\"LLL:EXT:css_styled_content/pi1/locallang.xml:eIcon.bodytext\";}}}s:8:\"stdWrap
.\";a:0:{}}s:5:\"image\";s:3:\"COA\";s:6:\"image.\";a:3:{i:10;s:15:\"< lib.stdhe
ader\";i:20;s:4:\"USER\";s:3:\"20.\";a:41:{s:8:\"userFunc\";s:39:\"tx_cssstyledc
ontent_pi1->render_textpic\";s:8:\"imgList.\";a:1:{s:5:\"field\";s:5:\"image\";}
s:7:\"imgPath\";s:13:\"uploads/pics/\";s:9:\"imgObjNum\";s:1:\"1\";s:2:\"1.\";a:
12:{s:5:\"file.\";a:2:{s:7:\"import.\";a:1:{s:7:\"current\";s:1:\"1\";}s:6:\"wid
th.\";a:1:{s:5:\"field\";s:10:\"imagewidth\";}}s:13:\"imageLinkWrap\";s:1:\"1\";
s:14:\"imageLinkWrap.\";a:9:{s:7:\"bodyTag\";s:41:\"<body style=\"margin:0; back
ground:#fff;\">\";s:4:\"wrap\";s:37:\"<a href=\"javascript:close();\"> | </a>\";
s:5:\"width\";s:3:\"800\";s:6:\"height\";s:4:\"600m\";s:7:\"effects\";s:0:\"\";s
:8:\"JSwindow\";s:1:\"1\";s:9:\"JSwindow.\";a:1:{s:9:\"newWindow\";s:1:\"0\";}s:
7:\"enable.\";a:2:{s:5:\"field\";s:10:\"image_zoom\";s:8:\"ifEmpty.\";a:1:{s:9:\
"typolink.\";a:2:{s:10:\"parameter.\";a:2:{s:5:\"field\";s:10:\"image_link\";s:8
:\"listNum.\";a:1:{s:8:\"stdWrap.\";a:1:{s:4:\"data\";s:28:\"register : IMAGE_NU
M_CURRENT\";}}}s:10:\"returnLast\";s:3:\"url\";}}}s:9:\"typolink.\";a:3:{s:10:\"
parameter.\";a:2:{s:5:\"field\";s:10:\"image_link\";s:8:\"listNum.\";a:1:{s:8:\"
stdWrap.\";a:1:{s:4:\"data\";s:28:\"register : IMAGE_NUM_CURRENT\";}}}s:6:\"targ
et\";s:0:\"\";s:9:\"extTarget\";s:6:\"_blank\";}}s:7:\"altText\";s:4:\"TEXT\";s:
8:\"altText.\";a:3:{s:5:\"field\";s:7:\"altText\";s:9:\"stripHtml\";s:1:\"1\";s:
6:\"split.\";a:2:{s:6:\"token.\";a:2:{s:4:\"char\";s:2:\"10\";s:3:\"if.\";a:1:{s
:6:\"isTrue\";s:1:\"1\";}}s:10:\"returnKey.\";a:1:{s:4:\"data\";s:28:\"register
: IMAGE_NUM_CURRENT\";}}}s:9:\"titleText\";s:4:\"TEXT\";s:10:\"titleText.\";a:3:
{s:5:\"field\";s:9:\"titleText\";s:9:\"stripHtml\";s:1:\"1\";s:6:\"split.\";a:2:
{s:6:\"token.\";a:2:{s:4:\"char\";s:2:\"10\";s:3:\"if.\";a:1:{s:6:\"isTrue\";s:1
:\"1\";}}s:10:\"returnKey.\";a:1:{s:4:\"data\";s:28:\"register : IMAGE_NUM_CURRE
NT\";}}}s:11:\"longdescURL\";s:4:\"TEXT\";s:12:\"longdescURL.\";a:3:{s:5:\"field
\";s:11:\"longdescURL\";s:9:\"stripHtml\";s:1:\"1\";s:6:\"split.\";a:2:{s:6:\"to
ken.\";a:2:{s:4:\"char\";s:2:\"10\";s:3:\"if.\";a:1:{s:6:\"isTrue\";s:1:\"1\";}}
s:10:\"returnKey.\";a:1:{s:4:\"data\";s:28:\"register : IMAGE_NUM_CURRENT\";}}}s
:18:\"emptyTitleHandling\";s:10:\"removeAttr\";s:11:\"titleInLink\";s:1:\"1\";s:
17:\"titleInLinkAndImg\";s:1:\"0\";}s:8:\"textPos.\";a:1:{s:5:\"field\";s:11:\"i
mageorient\";}s:4:\"maxW\";s:3:\"940\";s:5:\"maxW.\";a:1:{s:9:\"override.\";a:1:
{s:4:\"data\";s:22:\"register:maxImageWidth\";}}s:10:\"maxWInText\";s:1:\"0\";s:
11:\"maxWInText.\";a:1:{s:9:\"override.\";a:1:{s:4:\"data\";s:28:\"register:maxI
mageWidthInText\";}}s:7:\"equalH.\";a:1:{s:5:\"field\";s:11:\"imageheight\";}s:1
8:\"image_compression.\";a:1:{s:5:\"field\";s:17:\"image_compression\";}s:14:\"i
mage_effects.\";a:1:{s:5:\"field\";s:13:\"image_effects\";}s:7:\"noRows.\";a:1:{
s:5:\"field\";s:12:\"image_noRows\";}s:5:\"cols.\";a:1:{s:5:\"field\";s:9:\"imag
ecols\";}s:7:\"border.\";a:1:{s:5:\"field\";s:11:\"imageborder\";}s:8:\"caption.
\";a:4:{i:1;s:4:\"TEXT\";s:2:\"1.\";a:5:{s:5:\"field\";s:12:\"imagecaption\";s:8
:\"required\";s:1:\"1\";s:9:\"parseFunc\";s:15:\"< lib.parseFunc\";s:2:\"br\";s:
1:\"1\";s:6:\"split.\";a:2:{s:6:\"token.\";a:2:{s:4:\"char\";s:2:\"10\";s:3:\"if
.\";a:1:{s:10:\"isPositive\";s:5:\"1 + 0\";}}s:10:\"returnKey.\";a:1:{s:4:\"data
\";s:28:\"register : IMAGE_NUM_CURRENT\";}}}s:9:\"editIcons\";s:48:\"tt_content
: imagecaption[imagecaption_position]\";s:10:\"editIcons.\";a:2:{s:13:\"beforeLa
stTag\";s:1:\"1\";s:10:\"iconTitle.\";a:1:{s:4:\"data\";s:58:\"LLL:EXT:css_style
d_content/pi1/locallang.xml:eIcon.caption\";}}}s:12:\"captionSplit\";s:1:\"0\";s
:13:\"captionAlign.\";a:1:{s:5:\"field\";s:21:\"imagecaption_position\";}s:14:\"
imageTextSplit\";s:1:\"1\";s:9:\"borderCol\";s:5:\"black\";s:11:\"borderThick\";
s:1:\"2\";s:11:\"borderClass\";s:18:\"csc-textpic-border\";s:8:\"colSpace\";s:2:
\"10\";s:8:\"rowSpace\";s:2:\"10\";s:10:\"textMargin\";s:2:\"10\";s:11:\"borderS
pace\";s:1:\"0\";s:12:\"separateRows\";s:1:\"1\";s:10:\"addClasses\";s:0:\"\";s:
15:\"addClassesImage\";s:0:\"\";s:16:\"addClassesImage.\";a:3:{s:7:\"ifEmpty\";s
:40:\"csc-textpic-firstcol csc-textpic-lastcol\";s:8:\"override\";s:48:\"csc-tex
tpic-firstcol |*| |*| csc-textpic-lastcol\";s:9:\"override.\";a:1:{s:3:\"if.\";a
:2:{s:14:\"isGreaterThan.\";a:1:{s:5:\"field\";s:9:\"imagecols\";}s:5:\"value\";
s:1:\"1\";}}}s:13:\"imageStdWrap.\";a:1:{s:8:\"dataWrap\";s:83:\"<div class=\"cs
c-textpic-imagewrap\" style=\"width:{register:totalwidth}px;\"> | </div>\";}s:20
:\"imageStdWrapNoWidth.\";a:1:{s:4:\"wrap\";s:44:\"<div class=\"csc-textpic-imag
ewrap\"> | </div>\";}s:19:\"imageColumnStdWrap.\";a:1:{s:8:\"dataWrap\";s:86:\"<
div class=\"csc-textpic-imagecolumn\" style=\"width:{register:columnwidth}px;\">
| </div>\";}s:6:\"layout\";s:4:\"CASE\";s:7:\"layout.\";a:21:{s:4:\"key.\";a:1:
{s:5:\"field\";s:11:\"imageorient\";}s:7:\"default\";s:4:\"TEXT\";s:8:\"default.
\";a:1:{s:5:\"value\";s:148:\"<div class=\"csc-textpic csc-textpic-center csc-te
xtpic-above###CLASSES###\">###IMAGES######TEXT###</div><div class=\"csc-textpic-
clear\"><!-- --></div>\";}i:1;s:4:\"TEXT\";s:2:\"1.\";a:1:{s:5:\"value\";s:147:\
"<div class=\"csc-textpic csc-textpic-right csc-textpic-above###CLASSES###\">###
IMAGES######TEXT###</div><div class=\"csc-textpic-clear\"><!-- --></div>\";}i:2;
s:4:\"TEXT\";s:2:\"2.\";a:1:{s:5:\"value\";s:146:\"<div class=\"csc-textpic csc-
textpic-left csc-textpic-above###CLASSES###\">###IMAGES######TEXT###</div><div c
lass=\"csc-textpic-clear\"><!-- --></div>\";}i:8;s:4:\"TEXT\";s:2:\"8.\";a:1:{s:
5:\"value\";s:148:\"<div class=\"csc-textpic csc-textpic-center csc-textpic-belo
w###CLASSES###\">###TEXT######IMAGES###</div><div class=\"csc-textpic-clear\"><!
-- --></div>\";}i:9;s:4:\"TEXT\";s:2:\"9.\";a:1:{s:5:\"value\";s:147:\"<div clas
s=\"csc-textpic csc-textpic-right csc-textpic-below###CLASSES###\">###TEXT######
IMAGES###</div><div class=\"csc-textpic-clear\"><!-- --></div>\";}i:10;s:4:\"TEX
T\";s:3:\"10.\";a:1:{s:5:\"value\";s:146:\"<div class=\"csc-textpic csc-textpic-
left csc-textpic-below###CLASSES###\">###TEXT######IMAGES###</div><div class=\"c
sc-textpic-clear\"><!-- --></div>\";}i:17;s:4:\"TEXT\";s:3:\"17.\";a:3:{s:5:\"va
lue\";s:91:\"<div class=\"csc-textpic csc-textpic-intext-right###CLASSES###\">##
#IMAGES######TEXT###</div>\";s:8:\"override\";s:136:\"<div class=\"csc-textpic c
sc-textpic-intext-right###CLASSES###\">###IMAGES######TEXT###</div><div class=\"
csc-textpic-clear\"><!-- --></div>\";s:9:\"override.\";a:1:{s:3:\"if.\";a:1:{s:6
:\"isTrue\";s:1:\"1\";}}}i:18;s:4:\"TEXT\";s:3:\"18.\";a:3:{s:5:\"value\";s:90:\
"<div class=\"csc-textpic csc-textpic-intext-left###CLASSES###\">###IMAGES######
TEXT###</div>\";s:8:\"override\";s:135:\"<div class=\"csc-textpic csc-textpic-in
text-left###CLASSES###\">###IMAGES######TEXT###</div><div class=\"csc-textpic-cl
ear\"><!-- --></div>\";s:9:\"override.\";a:1:{s:3:\"if.\";a:1:{s:6:\"isTrue\";s:
1:\"1\";}}}i:25;s:4:\"TEXT\";s:3:\"25.\";a:2:{s:5:\"value\";s:212:\"<div class=\
"csc-textpic csc-textpic-intext-right-nowrap###CLASSES###\">###IMAGES###<div sty
le=\"margin-right:{register:rowWidthPlusTextMargin}px;\">###TEXT###</div></div><
div class=\"csc-textpic-clear\"><!-- --></div>\";s:10:\"insertData\";s:1:\"1\";}
i:26;s:4:\"TEXT\";s:3:\"26.\";a:2:{s:5:\"value\";s:210:\"<div class=\"csc-textpi
c csc-textpic-intext-left-nowrap###CLASSES###\">###IMAGES###<div style=\"margin-
left:{register:rowWidthPlusTextMargin}px;\">###TEXT###</div></div><div class=\"c
sc-textpic-clear\"><!-- --></div>\";s:10:\"insertData\";s:1:\"1\";}}s:10:\"rende
ring.\";a:4:{s:3:\"dl.\";a:9:{s:17:\"fallbackRendering\";s:3:\"COA\";s:18:\"fall
backRendering.\";a:6:{i:10;s:4:\"TEXT\";s:3:\"10.\";a:2:{s:3:\"if.\";a:3:{s:8:\"
isFalse.\";a:1:{s:5:\"field\";s:12:\"imagecaption\";}s:5:\"value\";s:1:\"1\";s:7
:\"equals.\";a:1:{s:4:\"data\";s:19:\"register:imageCount\";}}s:5:\"value\";s:6:
\"simple\";}i:20;s:4:\"TEXT\";s:3:\"20.\";a:2:{s:3:\"if.\";a:3:{s:5:\"value\";s:
1:\"1\";s:14:\"isGreaterThan.\";a:1:{s:4:\"data\";s:19:\"register:imageCount\";}
s:7:\"isTrue.\";a:2:{s:3:\"if.\";a:1:{s:7:\"isTrue.\";a:1:{s:4:\"data\";s:28:\"r
egister:renderGlobalCaption\";}}s:5:\"field\";s:12:\"imagecaption\";}}s:5:\"valu
e\";s:2:\"ul\";}i:30;s:4:\"TEXT\";s:3:\"30.\";a:2:{s:3:\"if.\";a:3:{s:5:\"value\
";s:1:\"1\";s:14:\"isGreaterThan.\";a:1:{s:4:\"data\";s:19:\"register:imageCount
\";}s:8:\"isFalse.\";a:1:{s:5:\"field\";s:12:\"imagecaption\";}}s:5:\"value\";s:
2:\"ul\";}}s:16:\"imageRowStdWrap.\";a:1:{s:8:\"dataWrap\";s:80:\"<div class=\"c
sc-textpic-imagerow\" style=\"width:{register:rowwidth}px;\"> | </div>\";}s:20:\
"imageLastRowStdWrap.\";a:1:{s:8:\"dataWrap\";s:106:\"<div class=\"csc-textpic-i
magerow csc-textpic-imagerow-last\" style=\"width:{register:rowwidth}px;\"> | </
div>\";}s:14:\"noRowsStdWrap.\";a:1:{s:4:\"wrap\";s:0:\"\";}s:16:\"oneImageStdWr
ap.\";a:1:{s:8:\"dataWrap\";s:90:\"<dl class=\"csc-textpic-image###CLASSES###\"
style=\"width:{register:imagespace}px;\"> | </dl>\";}s:14:\"imgTagStdWrap.\";a:1
:{s:4:\"wrap\";s:12:\"<dt> | </dt>\";}s:17:\"editIconsStdWrap.\";a:1:{s:4:\"wrap
\";s:12:\"<dd> | </dd>\";}s:8:\"caption.\";a:2:{s:8:\"required\";s:1:\"1\";s:4:\
"wrap\";s:40:\"<dd class=\"csc-textpic-caption\"> | </dd>\";}}s:3:\"ul.\";a:9:{s
:17:\"fallbackRendering\";s:4:\"TEXT\";s:18:\"fallbackRendering.\";a:2:{s:3:\"if
.\";a:3:{s:8:\"isFalse.\";a:1:{s:5:\"field\";s:12:\"imagecaption\";}s:5:\"value\
";s:1:\"1\";s:7:\"equals.\";a:1:{s:4:\"data\";s:19:\"register:imageCount\";}}s:5
:\"value\";s:6:\"simple\";}s:16:\"imageRowStdWrap.\";a:1:{s:8:\"dataWrap\";s:89:
\"<div class=\"csc-textpic-imagerow\" style=\"width:{register:rowwidth}px;\"><ul
> | </ul></div>\";}s:20:\"imageLastRowStdWrap.\";a:1:{s:8:\"dataWrap\";s:115:\"<
div class=\"csc-textpic-imagerow csc-textpic-imagerow-last\" style=\"width:{regi
ster:rowwidth}px;\"><ul> | </ul></div>\";}s:14:\"noRowsStdWrap.\";a:1:{s:4:\"wra
p\";s:12:\"<ul> | </ul>\";}s:16:\"oneImageStdWrap.\";a:1:{s:8:\"dataWrap\";s:90:
\"<li class=\"csc-textpic-image###CLASSES###\" style=\"width:{register:imagespac
e}px;\"> | </li>\";}s:14:\"imgTagStdWrap.\";a:1:{s:4:\"wrap\";s:0:\"\";}s:17:\"e
ditIconsStdWrap.\";a:1:{s:4:\"wrap\";s:14:\"<div> | </div>\";}s:8:\"caption.\";a
:1:{s:4:\"wrap\";s:42:\"<div class=\"csc-textpic-caption\"> | </div>\";}}s:4:\"d
iv.\";a:9:{s:17:\"fallbackRendering\";s:4:\"TEXT\";s:18:\"fallbackRendering.\";a
:2:{s:3:\"if.\";a:3:{s:8:\"isFalse.\";a:1:{s:5:\"field\";s:12:\"imagecaption\";}
s:5:\"value\";s:1:\"1\";s:7:\"equals.\";a:1:{s:4:\"data\";s:19:\"register:imageC
ount\";}}s:5:\"value\";s:6:\"simple\";}s:16:\"imageRowStdWrap.\";a:1:{s:8:\"data
Wrap\";s:80:\"<div class=\"csc-textpic-imagerow\" style=\"width:{register:rowwid
th}px;\"> | </div>\";}s:20:\"imageLastRowStdWrap.\";a:1:{s:8:\"dataWrap\";s:106:
\"<div class=\"csc-textpic-imagerow csc-textpic-imagerow-last\" style=\"width:{r
egister:rowwidth}px;\"> | </div>\";}s:14:\"noRowsStdWrap.\";a:1:{s:4:\"wrap\";s:
0:\"\";}s:16:\"oneImageStdWrap.\";a:1:{s:8:\"dataWrap\";s:92:\"<div class=\"csc-
textpic-image###CLASSES###\" style=\"width:{register:imagespace}px;\"> | </div>\
";}s:14:\"imgTagStdWrap.\";a:1:{s:4:\"wrap\";s:14:\"<div> | </div>\";}s:17:\"edi
tIconsStdWrap.\";a:1:{s:4:\"wrap\";s:14:\"<div> | </div>\";}s:8:\"caption.\";a:1
:{s:4:\"wrap\";s:42:\"<div class=\"csc-textpic-caption\"> | </div>\";}}s:7:\"sim
ple.\";a:9:{s:16:\"imageRowStdWrap.\";a:1:{s:8:\"dataWrap\";s:1:\"|\";}s:20:\"im
ageLastRowStdWrap.\";a:1:{s:8:\"dataWrap\";s:1:\"|\";}s:14:\"noRowsStdWrap.\";a:
1:{s:4:\"wrap\";s:0:\"\";}s:16:\"oneImageStdWrap.\";a:1:{s:8:\"dataWrap\";s:1:\"
|\";}s:14:\"imgTagStdWrap.\";a:1:{s:4:\"wrap\";s:1:\"|\";}s:17:\"editIconsStdWra
p.\";a:1:{s:4:\"wrap\";s:1:\"|\";}s:8:\"caption.\";a:1:{s:4:\"wrap\";s:42:\"<div
class=\"csc-textpic-caption\"> | </div>\";}s:13:\"imageStdWrap.\";a:1:{s:8:\"da
taWrap\";s:108:\"<div class=\"csc-textpic-imagewrap csc-textpic-single-image\" s
tyle=\"width:{register:totalwidth}px;\"> | </div>\";}s:20:\"imageStdWrapNoWidth.
\";a:1:{s:4:\"wrap\";s:69:\"<div class=\"csc-textpic-imagewrap csc-textpic-singl
e-image\"> | </div>\";}}}s:12:\"renderMethod\";s:2:\"dl\";s:9:\"editIcons\";s:20
0:\"tt_content : image [imageorient|imagewidth|imageheight], [imagecols|image_no
Rows|imageborder],[image_link|image_zoom],[image_compression|image_effects|image
_frames],imagecaption[imagecaption_position]\";s:10:\"editIcons.\";a:1:{s:10:\"i
conTitle.\";a:1:{s:4:\"data\";s:57:\"LLL:EXT:css_styled_content/pi1/locallang.xm
l:eIcon.images\";}}s:8:\"stdWrap.\";a:0:{}}}s:7:\"textpic\";s:3:\"COA\";s:8:\"te
xtpic.\";a:4:{i:10;s:3:\"COA\";s:3:\"10.\";a:2:{s:3:\"if.\";a:2:{s:5:\"value\";s
:2:\"25\";s:11:\"isLessThan.\";a:1:{s:5:\"field\";s:11:\"imageorient\";}}i:10;s:
15:\"< lib.stdheader\";}i:20;s:21:\"< tt_content.image.20\";s:3:\"20.\";a:2:{s:5
:\"text.\";a:4:{i:10;s:3:\"COA\";s:3:\"10.\";a:3:{s:3:\"if.\";a:2:{s:5:\"value\"
;s:2:\"24\";s:14:\"isGreaterThan.\";a:1:{s:5:\"field\";s:11:\"imageorient\";}}i:
10;s:15:\"< lib.stdheader\";s:3:\"10.\";a:1:{s:8:\"stdWrap.\";a:1:{s:8:\"dataWra
p\";s:76:\"<div class=\"csc-textpicHeader csc-textpicHeader-{field:imageorient}\
">|</div>\";}}}i:20;s:20:\"< tt_content.text.20\";s:4:\"wrap\";s:39:\"<div class
=\"csc-textpic-text\"> | </div>\";}s:8:\"stdWrap.\";a:0:{}}}s:7:\"bullets\";s:3:
\"COA\";s:8:\"bullets.\";a:3:{i:10;s:15:\"< lib.stdheader\";i:20;s:4:\"TEXT\";s:
3:\"20.\";a:7:{s:5:\"field\";s:8:\"bodytext\";s:4:\"trim\";s:1:\"1\";s:6:\"split
.\";a:4:{s:6:\"token.\";a:1:{s:4:\"char\";s:2:\"10\";}s:7:\"cObjNum\";s:11:\"|*|
1|| 2|*|\";s:2:\"1.\";a:3:{s:7:\"current\";s:1:\"1\";s:9:\"parseFunc\";s:15:\"<
lib.parseFunc\";s:4:\"wrap\";s:22:\"<li class=\"odd\">|</li>\";}s:2:\"2.\";a:3:{
s:7:\"current\";s:1:\"1\";s:9:\"parseFunc\";s:15:\"< lib.parseFunc\";s:4:\"wrap\
";s:23:\"<li class=\"even\">|</li>\";}}s:8:\"dataWrap\";s:63:\"<ul class=\"csc-b
ulletlist csc-bulletlist-{field:layout}\">|</ul>\";s:9:\"editIcons\";s:30:\"tt_c
ontent: bodytext, [layout]\";s:10:\"editIcons.\";a:2:{s:13:\"beforeLastTag\";s:1
:\"1\";s:10:\"iconTitle.\";a:1:{s:4:\"data\";s:58:\"LLL:EXT:css_styled_content/p
i1/locallang.php:eIcon.bullets\";}}s:13:\"prefixComment\";s:16:\"2 | Bullet list
:\";}}s:5:\"table\";s:3:\"COA\";s:6:\"table.\";a:3:{i:10;s:15:\"< lib.stdheader\
";i:20;s:4:\"USER\";s:3:\"20.\";a:9:{s:8:\"userFunc\";s:37:\"tx_cssstyledcontent
_pi1->render_table\";s:5:\"field\";s:8:\"bodytext\";s:6:\"color.\";a:3:{s:7:\"de
fault\";s:0:\"\";i:1;s:7:\"#EDEBF1\";i:2;s:7:\"#F5FFAA\";}s:14:\"tableParams_0.\
";a:3:{s:6:\"border\";s:0:\"\";s:11:\"cellpadding\";s:0:\"\";s:11:\"cellspacing\
";s:0:\"\";}s:14:\"tableParams_1.\";a:3:{s:6:\"border\";s:0:\"\";s:11:\"cellpadd
ing\";s:0:\"\";s:11:\"cellspacing\";s:0:\"\";}s:14:\"tableParams_2.\";a:3:{s:6:\
"border\";s:0:\"\";s:11:\"cellpadding\";s:0:\"\";s:11:\"cellspacing\";s:0:\"\";}
s:14:\"tableParams_3.\";a:3:{s:6:\"border\";s:0:\"\";s:11:\"cellpadding\";s:0:\"
\";s:11:\"cellspacing\";s:0:\"\";}s:13:\"innerStdWrap.\";a:2:{s:4:\"wrap\";s:1:\
"|\";s:9:\"parseFunc\";s:15:\"< lib.parseFunc\";}s:8:\"stdWrap.\";a:2:{s:9:\"edi
tIcons\";s:102:\"tt_content: cols, bodytext, [layout], [table_bgColor|table_bord
er|table_cellspacing|table_cellpadding]\";s:10:\"editIcons.\";a:2:{s:13:\"before
LastTag\";s:1:\"1\";s:10:\"iconTitle.\";a:1:{s:4:\"data\";s:56:\"LLL:EXT:css_sty
led_content/pi1/locallang.xml:eIcon.table\";}}}}}s:7:\"uploads\";s:3:\"COA\";s:8
:\"uploads.\";a:3:{i:10;s:15:\"< lib.stdheader\";i:20;s:4:\"USER\";s:3:\"20.\";a
:13:{s:8:\"userFunc\";s:39:\"tx_cssstyledcontent_pi1->render_uploads\";s:5:\"fie
ld\";s:5:\"media\";s:9:\"filePath.\";a:1:{s:5:\"field\";s:10:\"select_key\";}s:1
3:\"itemRendering\";s:3:\"COA\";s:14:\"itemRendering.\";a:7:{s:4:\"wrap\";s:98:\
"<tr class=\"tr-odd tr-first\">|</tr> |*| <tr class=\"tr-even\">|</tr> || <tr cl
ass=\"tr-odd\">|</tr> |*|\";i:10;s:4:\"TEXT\";s:3:\"10.\";a:3:{s:4:\"data\";s:19
:\"register:linkedIcon\";s:4:\"wrap\";s:35:\"<td class=\"csc-uploads-icon\">|</t
d>\";s:3:\"if.\";a:1:{s:11:\"isPositive.\";a:1:{s:5:\"field\";s:6:\"layout\";}}}
i:20;s:3:\"COA\";s:3:\"20.\";a:5:{s:4:\"wrap\";s:39:\"<td class=\"csc-uploads-fi
leName\">|</td>\";i:1;s:4:\"TEXT\";s:2:\"1.\";a:2:{s:4:\"data\";s:20:\"register:
linkedLabel\";s:4:\"wrap\";s:8:\"<p>|</p>\";}i:2;s:4:\"TEXT\";s:2:\"2.\";a:3:{s:
4:\"data\";s:20:\"register:description\";s:4:\"wrap\";s:40:\"<p class=\"csc-uplo
ads-description\">|</p>\";s:8:\"required\";s:1:\"1\";}}i:30;s:4:\"TEXT\";s:3:\"3
0.\";a:5:{s:3:\"if.\";a:1:{s:7:\"isTrue.\";a:1:{s:5:\"field\";s:13:\"filelink_si
ze\";}}s:4:\"data\";s:17:\"register:fileSize\";s:4:\"wrap\";s:39:\"<td class=\"c
sc-uploads-fileSize\">|</td>\";s:5:\"bytes\";s:1:\"1\";s:6:\"bytes.\";a:1:{s:6:\
"labels\";s:12:\"\" | K| M| G\"\";}}}s:6:\"color.\";a:3:{s:7:\"default\";s:0:\"\
";i:1;s:7:\"#EDEBF1\";i:2;s:7:\"#F5FFAA\";}s:14:\"tableParams_0.\";a:3:{s:6:\"bo
rder\";s:0:\"\";s:11:\"cellpadding\";s:0:\"\";s:11:\"cellspacing\";s:0:\"\";}s:1
4:\"tableParams_1.\";a:3:{s:6:\"border\";s:0:\"\";s:11:\"cellpadding\";s:0:\"\";
s:11:\"cellspacing\";s:0:\"\";}s:14:\"tableParams_2.\";a:3:{s:6:\"border\";s:0:\
"\";s:11:\"cellpadding\";s:0:\"\";s:11:\"cellspacing\";s:0:\"\";}s:14:\"tablePar
ams_3.\";a:3:{s:6:\"border\";s:0:\"\";s:11:\"cellpadding\";s:0:\"\";s:11:\"cells
pacing\";s:0:\"\";}s:9:\"linkProc.\";a:6:{s:6:\"target\";s:6:\"_blank\";s:7:\"ju
mpurl\";s:0:\"\";s:8:\"jumpurl.\";a:2:{s:6:\"secure\";s:0:\"\";s:7:\"secure.\";a
:1:{s:9:\"mimeTypes\";s:43:\"pdf=application/pdf, doc=application/msword\";}}s:2
2:\"removePrependedNumbers\";s:1:\"1\";s:11:\"iconCObject\";s:5:\"IMAGE\";s:12:\
"iconCObject.\";a:1:{s:5:\"file.\";a:2:{s:7:\"import.\";a:1:{s:4:\"data\";s:24:\
"register : ICON_REL_PATH\";}s:5:\"width\";s:3:\"150\";}}}s:9:\"filesize.\";a:2:
{s:5:\"bytes\";s:1:\"1\";s:6:\"bytes.\";a:1:{s:6:\"labels\";s:12:\"\" | K| M| G\
"\";}}s:8:\"stdWrap.\";a:3:{s:9:\"editIcons\";s:119:\"tt_content: media, layout
[table_bgColor|table_border|table_cellspacing|table_cellpadding], filelink_size,
imagecaption\";s:10:\"editIcons.\";a:1:{s:10:\"iconTitle.\";a:1:{s:4:\"data\";s
:59:\"LLL:EXT:css_styled_content/pi1/locallang.xml:eIcon.filelist\";}}s:13:\"pre
fixComment\";s:14:\"2 | File list:\";}}}s:10:\"multimedia\";s:3:\"COA\";s:11:\"m
ultimedia.\";a:3:{i:10;s:15:\"< lib.stdheader\";i:20;s:10:\"MULTIMEDIA\";s:3:\"2
0.\";a:3:{s:5:\"file.\";a:3:{s:5:\"field\";s:10:\"multimedia\";s:4:\"wrap\";s:14
:\"uploads/media/\";s:7:\"listNum\";s:1:\"0\";}s:7:\"params.\";a:1:{s:5:\"field\
";s:8:\"bodytext\";}s:8:\"stdWrap.\";a:3:{s:9:\"editIcons\";s:32:\"tt_content: m
ultimedia, bodytext\";s:10:\"editIcons.\";a:1:{s:10:\"iconTitle.\";a:1:{s:4:\"da
ta\";s:61:\"LLL:EXT:css_styled_content/pi1/locallang.xml:eIcon.multimedia\";}}s:
13:\"prefixComment\";s:23:\"2 | Multimedia element:\";}}}s:9:\"swfobject\";s:3:\
"COA\";s:10:\"swfobject.\";a:3:{i:10;s:15:\"< lib.stdheader\";i:20;s:9:\"SWFOBJE
CT\";s:3:\"20.\";a:9:{s:4:\"file\";s:0:\"\";s:5:\"width\";s:0:\"\";s:6:\"height\
";s:0:\"\";s:11:\"flexParams.\";a:1:{s:5:\"field\";s:11:\"pi_flexform\";}s:19:\"
alternativeContent.\";a:1:{s:5:\"field\";s:8:\"bodytext\";}s:6:\"layout\";s:15:\
"###SWFOBJECT###\";s:6:\"video.\";a:5:{s:6:\"player\";s:38:\"typo3/contrib/flash
media/flvplayer.swf\";s:12:\"defaultWidth\";s:3:\"600\";s:13:\"defaultHeight\";s
:3:\"400\";s:8:\"default.\";a:1:{s:7:\"params.\";a:4:{s:7:\"quality\";s:4:\"high
\";s:4:\"menu\";s:5:\"false\";s:17:\"allowScriptAccess\";s:10:\"sameDomain\";s:1
5:\"allowFullScreen\";s:4:\"true\";}}s:8:\"mapping.\";a:0:{}}s:6:\"audio.\";a:5:
{s:6:\"player\";s:35:\"typo3/contrib/flashmedia/player.swf\";s:12:\"defaultWidth
\";s:3:\"300\";s:13:\"defaultHeight\";s:2:\"30\";s:8:\"default.\";a:1:{s:7:\"par
ams.\";a:3:{s:7:\"quality\";s:4:\"high\";s:17:\"allowScriptAccess\";s:10:\"sameD
omain\";s:4:\"menu\";s:5:\"false\";}}s:8:\"mapping.\";a:1:{s:10:\"flashvars.\";a
:1:{s:4:\"file\";s:9:\"soundFile\";}}}s:8:\"stdWrap.\";a:3:{s:9:\"editIcons\";s:
70:\"tt_content: multimedia, imagewidth, imageheight, pi_flexform, bodytext\";s:
10:\"editIcons.\";a:1:{s:10:\"iconTitle.\";a:1:{s:4:\"data\";s:61:\"LLL:EXT:css_
styled_content/pi1/locallang.xml:eIcon.multimedia\";}}s:13:\"prefixComment\";s:2
2:\"2 | SWFobject element:\";}}}s:8:\"qtobject\";s:3:\"COA\";s:9:\"qtobject.\";a
:3:{i:10;s:15:\"< lib.stdheader\";i:20;s:8:\"QTOBJECT\";s:3:\"20.\";a:9:{s:4:\"f
ile\";s:0:\"\";s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";s:11:\"flexParams.
\";a:1:{s:5:\"field\";s:11:\"pi_flexform\";}s:19:\"alternativeContent.\";a:1:{s:
5:\"field\";s:8:\"bodytext\";}s:6:\"layout\";s:14:\"###QTOBJECT###\";s:6:\"video
.\";a:5:{s:6:\"player\";s:38:\"typo3/contrib/flashmedia/flvplayer.swf\";s:12:\"d
efaultWidth\";s:3:\"600\";s:13:\"defaultHeight\";s:3:\"400\";s:8:\"default.\";a:
1:{s:7:\"params.\";a:4:{s:7:\"quality\";s:4:\"high\";s:4:\"menu\";s:5:\"false\";
s:17:\"allowScriptAccess\";s:10:\"sameDomain\";s:15:\"allowFullScreen\";s:4:\"tr
ue\";}}s:8:\"mapping.\";a:0:{}}s:6:\"audio.\";a:5:{s:6:\"player\";s:35:\"typo3/c
ontrib/flashmedia/player.swf\";s:12:\"defaultWidth\";s:3:\"300\";s:13:\"defaultH
eight\";s:2:\"30\";s:8:\"default.\";a:1:{s:7:\"params.\";a:3:{s:7:\"quality\";s:
4:\"high\";s:17:\"allowScriptAccess\";s:10:\"sameDomain\";s:4:\"menu\";s:5:\"fal
se\";}}s:8:\"mapping.\";a:1:{s:10:\"flashvars.\";a:1:{s:4:\"file\";s:9:\"soundFi
le\";}}}s:8:\"stdWrap.\";a:3:{s:9:\"editIcons\";s:70:\"tt_content: multimedia, i
magewidth, imageheight, pi_flexform, bodytext\";s:10:\"editIcons.\";a:1:{s:10:\"
iconTitle.\";a:1:{s:4:\"data\";s:61:\"LLL:EXT:css_styled_content/pi1/locallang.x
ml:eIcon.multimedia\";}}s:13:\"prefixComment\";s:21:\"2 | QTobject element:\";}}
}s:5:\"media\";s:3:\"COA\";s:6:\"media.\";a:3:{i:10;s:15:\"< lib.stdheader\";i:2
0;s:5:\"MEDIA\";s:3:\"20.\";a:10:{s:11:\"flexParams.\";a:1:{s:5:\"field\";s:11:\
"pi_flexform\";}s:18:\"alternativeContent\";s:4:\"TEXT\";s:19:\"alternativeConte
nt.\";a:6:{s:5:\"field\";s:8:\"bodytext\";s:8:\"required\";s:1:\"1\";s:9:\"parse
Func\";s:19:\"< lib.parseFunc_RTE\";s:9:\"editIcons\";s:32:\"tt_content:bodytext
, rte_enabled\";s:10:\"editIcons.\";a:2:{s:13:\"beforeLastTag\";s:1:\"1\";s:10:\
"iconTitle.\";a:1:{s:4:\"data\";s:59:\"LLL:EXT:css_styled_content/pi1/locallang.
xml:eIcon.bodytext\";}}s:13:\"prefixComment\";s:9:\"2 | Text:\";}s:4:\"type\";s:
5:\"video\";s:10:\"renderType\";s:4:\"auto\";s:13:\"allowEmptyUrl\";s:1:\"0\";s:
11:\"forcePlayer\";s:1:\"1\";s:15:\"fileExtHandler.\";a:13:{s:7:\"default\";s:5:
\"MEDIA\";s:3:\"avi\";s:5:\"MEDIA\";s:3:\"asf\";s:5:\"MEDIA\";s:5:\"class\";s:5:
\"MEDIA\";s:3:\"wmv\";s:5:\"MEDIA\";s:3:\"mp3\";s:3:\"SWF\";s:3:\"mp4\";s:3:\"SW
F\";s:3:\"m4v\";s:2:\"QT\";s:3:\"swa\";s:3:\"SWF\";s:3:\"flv\";s:3:\"SWF\";s:3:\
"swf\";s:3:\"SWF\";s:3:\"mov\";s:2:\"QT\";s:3:\"m4a\";s:2:\"QT\";}s:9:\"mimeConf
.\";a:4:{s:9:\"swfobject\";s:9:\"SWFOBJECT\";s:10:\"swfobject.\";a:9:{s:4:\"file
\";s:0:\"\";s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";s:11:\"flexParams.\";
a:1:{s:5:\"field\";s:11:\"pi_flexform\";}s:19:\"alternativeContent.\";a:1:{s:5:\
"field\";s:8:\"bodytext\";}s:6:\"layout\";s:15:\"###SWFOBJECT###\";s:6:\"video.\
";a:5:{s:6:\"player\";s:38:\"typo3/contrib/flashmedia/flvplayer.swf\";s:12:\"def
aultWidth\";s:3:\"600\";s:13:\"defaultHeight\";s:3:\"400\";s:8:\"default.\";a:1:
{s:7:\"params.\";a:4:{s:7:\"quality\";s:4:\"high\";s:4:\"menu\";s:5:\"false\";s:
17:\"allowScriptAccess\";s:10:\"sameDomain\";s:15:\"allowFullScreen\";s:4:\"true
\";}}s:8:\"mapping.\";a:0:{}}s:6:\"audio.\";a:5:{s:6:\"player\";s:35:\"typo3/con
trib/flashmedia/player.swf\";s:12:\"defaultWidth\";s:3:\"300\";s:13:\"defaultHei
ght\";s:2:\"30\";s:8:\"default.\";a:1:{s:7:\"params.\";a:3:{s:7:\"quality\";s:4:
\"high\";s:17:\"allowScriptAccess\";s:10:\"sameDomain\";s:4:\"menu\";s:5:\"false
\";}}s:8:\"mapping.\";a:1:{s:10:\"flashvars.\";a:1:{s:4:\"file\";s:9:\"soundFile
\";}}}s:8:\"stdWrap.\";a:3:{s:9:\"editIcons\";s:70:\"tt_content: multimedia, ima
gewidth, imageheight, pi_flexform, bodytext\";s:10:\"editIcons.\";a:1:{s:10:\"ic
onTitle.\";a:1:{s:4:\"data\";s:61:\"LLL:EXT:css_styled_content/pi1/locallang.xml
:eIcon.multimedia\";}}s:13:\"prefixComment\";s:22:\"2 | SWFobject element:\";}}s
:8:\"qtobject\";s:8:\"QTOBJECT\";s:9:\"qtobject.\";a:9:{s:4:\"file\";s:0:\"\";s:
5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";s:11:\"flexParams.\";a:1:{s:5:\"fie
ld\";s:11:\"pi_flexform\";}s:19:\"alternativeContent.\";a:1:{s:5:\"field\";s:8:\
"bodytext\";}s:6:\"layout\";s:14:\"###QTOBJECT###\";s:6:\"video.\";a:5:{s:6:\"pl
ayer\";s:38:\"typo3/contrib/flashmedia/flvplayer.swf\";s:12:\"defaultWidth\";s:3
:\"600\";s:13:\"defaultHeight\";s:3:\"400\";s:8:\"default.\";a:1:{s:7:\"params.\
";a:4:{s:7:\"quality\";s:4:\"high\";s:4:\"menu\";s:5:\"false\";s:17:\"allowScrip
tAccess\";s:10:\"sameDomain\";s:15:\"allowFullScreen\";s:4:\"true\";}}s:8:\"mapp
ing.\";a:0:{}}s:6:\"audio.\";a:5:{s:6:\"player\";s:35:\"typo3/contrib/flashmedia
/player.swf\";s:12:\"defaultWidth\";s:3:\"300\";s:13:\"defaultHeight\";s:2:\"30\
";s:8:\"default.\";a:1:{s:7:\"params.\";a:3:{s:7:\"quality\";s:4:\"high\";s:17:\
"allowScriptAccess\";s:10:\"sameDomain\";s:4:\"menu\";s:5:\"false\";}}s:8:\"mapp
ing.\";a:1:{s:10:\"flashvars.\";a:1:{s:4:\"file\";s:9:\"soundFile\";}}}s:8:\"std
Wrap.\";a:3:{s:9:\"editIcons\";s:70:\"tt_content: multimedia, imagewidth, imageh
eight, pi_flexform, bodytext\";s:10:\"editIcons.\";a:1:{s:10:\"iconTitle.\";a:1:
{s:4:\"data\";s:61:\"LLL:EXT:css_styled_content/pi1/locallang.xml:eIcon.multimed
ia\";}}s:13:\"prefixComment\";s:21:\"2 | QTobject element:\";}}}s:8:\"stdWrap.\"
;a:3:{s:9:\"editIcons\";s:33:\"tt_content: pi_flexform, bodytext\";s:10:\"editIc
ons.\";a:1:{s:10:\"iconTitle.\";a:1:{s:4:\"data\";s:61:\"LLL:EXT:css_styled_cont
ent/pi1/locallang.xml:eIcon.multimedia\";}}s:13:\"prefixComment\";s:18:\"2 | Med
ia element:\";}}}s:8:\"mailform\";s:3:\"COA\";s:9:\"mailform.\";a:3:{i:10;s:15:\
"< lib.stdheader\";i:20;s:4:\"FORM\";s:3:\"20.\";a:22:{s:13:\"accessibility\";s:
1:\"1\";s:10:\"noWrapAttr\";s:1:\"1\";s:8:\"formName\";s:8:\"mailform\";s:17:\"d
ontMd5FieldNames\";s:1:\"1\";s:6:\"layout\";s:61:\"<div class=\"csc-mailform-fie
ld\">###LABEL### ###FIELD###</div>\";s:10:\"labelWrap.\";a:1:{s:4:\"wrap\";s:1:\
"|\";}s:12:\"commentWrap.\";a:1:{s:4:\"wrap\";s:1:\"|\";}s:10:\"radioWrap.\";a:2
:{s:4:\"wrap\";s:7:\"|<br />\";s:17:\"accessibilityWrap\";s:82:\"<fieldset###RAD
IO_FIELD_ID###><legend>###RADIO_GROUP_LABEL###</legend>|</fieldset>\";}s:3:\"REQ
\";s:1:\"1\";s:4:\"REQ.\";a:1:{s:10:\"labelWrap.\";a:1:{s:4:\"wrap\";s:1:\"|\";}
}s:8:\"COMMENT.\";a:1:{s:6:\"layout\";s:49:\"<div class=\"csc-mailform-label\">#
##LABEL###</div>\";}s:6:\"RADIO.\";a:1:{s:6:\"layout\";s:101:\"<div class=\"csc-
mailform-field\">###LABEL### <span class=\"csc-mailform-radio\">###FIELD###</spa
n></div>\";}s:6:\"LABEL.\";a:1:{s:6:\"layout\";s:101:\"<div class=\"csc-mailform
-field\">###LABEL### <span class=\"csc-mailform-label\">###FIELD###</span></div>
\";}s:6:\"target\";s:0:\"\";s:8:\"goodMess\";s:0:\"\";s:7:\"badMess\";s:0:\"\";s
:9:\"redirect.\";a:2:{s:5:\"field\";s:5:\"pages\";s:7:\"listNum\";s:1:\"0\";}s:1
0:\"recipient.\";a:1:{s:5:\"field\";s:9:\"subheader\";}s:5:\"data.\";a:1:{s:5:\"
field\";s:8:\"bodytext\";}s:12:\"locationData\";s:1:\"1\";s:7:\"params.\";a:3:{s
:5:\"radio\";s:26:\"class=\"csc-mailform-radio\"\";s:5:\"check\";s:26:\"class=\"
csc-mailform-check\"\";s:6:\"submit\";s:27:\"class=\"csc-mailform-submit\"\";}s:
8:\"stdWrap.\";a:3:{s:9:\"editIcons\";s:38:\"tt_content: bodytext, pages, subhea
der\";s:10:\"editIcons.\";a:1:{s:10:\"iconTitle.\";a:1:{s:4:\"data\";s:55:\"LLL:
EXT:css_styled_content/pi1/locallang.xml:eIcon.form\";}}s:13:\"prefixComment\";s
:23:\"2 | Mail form inserted:\";}}}s:6:\"search\";s:3:\"COA\";s:7:\"search.\";a:
5:{i:10;s:15:\"< lib.stdheader\";i:20;s:12:\"SEARCHRESULT\";s:3:\"20.\";a:15:{s:
11:\"allowedCols\";s:275:\"pages.title-subtitle-keywords-description : tt_conten
t.header-bodytext-imagecaption : tt_address.name-title-address-email-company-cit
y-country : tt_links.title-note-note2-url : tt_board.subject-message-author-emai
l : tt_calender.title-note : tt_products.title-note-itemnumber\";s:14:\"language
Field.\";a:1:{s:10:\"tt_content\";s:16:\"sys_language_uid\";}s:9:\"renderObj\";s
:3:\"COA\";s:10:\"renderObj.\";a:4:{i:10;s:4:\"TEXT\";s:3:\"10.\";a:4:{s:5:\"fie
ld\";s:11:\"pages_title\";s:16:\"htmlSpecialChars\";s:1:\"1\";s:9:\"typolink.\";
a:3:{s:10:\"parameter.\";a:1:{s:5:\"field\";s:3:\"uid\";}s:6:\"target\";s:0:\"\"
;s:17:\"additionalParams.\";a:3:{s:4:\"data\";s:21:\"register:SWORD_PARAMS\";s:8
:\"required\";s:1:\"1\";s:4:\"wrap\";s:11:\"&no_cache=1\";}}s:4:\"wrap\";s:41:\"
<h3 class=\"csc-searchResultHeader\">|</h3>\";}i:20;s:3:\"COA\";s:3:\"20.\";a:3:
{i:10;s:4:\"TEXT\";s:3:\"10.\";a:3:{s:5:\"field\";s:19:\"tt_content_bodytext\";s
:9:\"stripHtml\";s:1:\"1\";s:16:\"htmlSpecialChars\";s:1:\"1\";}s:8:\"stdWrap.\"
;a:2:{s:4:\"crop\";s:9:\"200 | ...\";s:4:\"wrap\";s:33:\"<p class=\"csc-searchRe
sult\">|</p>\";}}}s:6:\"layout\";s:3:\"COA\";s:7:\"layout.\";a:5:{s:4:\"wrap\";s
:112:\"<table border=\"0\" cellspacing=\"0\" cellpadding=\"2\" class=\"csc-searc
hResultInfo\"><tr> | </tr></table> ###RESULT###\";i:10;s:4:\"TEXT\";s:3:\"10.\";
a:3:{s:4:\"data\";s:63:\"LLL:EXT:css_styled_content/pi1/locallang.xml:search.res
ultRange\";s:4:\"wrap\";s:47:\"<td class=\"csc-searchResultRange\"><p>|</p></td>
\";s:5:\"lang.\";a:1:{s:2:\"de\";s:60:\"Suchergebnis: ###RANGELOW###-###RANGEHIG
H### von ###TOTAL###\";}}i:20;s:4:\"TEXT\";s:3:\"20.\";a:2:{s:5:\"value\";s:38:\
"###PREV###&nbsp;&nbsp;&nbsp;###NEXT###\";s:4:\"wrap\";s:50:\"<td class=\"csc-se
archResultPrevNext\"><p>|</p></td>\";}}s:11:\"noResultObj\";s:3:\"COA\";s:12:\"n
oResultObj.\";a:2:{i:10;s:4:\"TEXT\";s:3:\"10.\";a:3:{s:4:\"data\";s:63:\"LLL:EX
T:css_styled_content/pi1/locallang.xml:search.emptySearch\";s:4:\"wrap\";s:40:\"
<h3 class=\"csc-noSearchResultMsg\">|</h3>\";s:5:\"lang.\";a:1:{s:2:\"de\";s:32:
\"Die Suche brachte kein Ergebnis!\";}}}s:4:\"next\";s:4:\"TEXT\";s:5:\"next.\";
a:2:{s:4:\"data\";s:68:\"LLL:EXT:css_styled_content/pi1/locallang.xml:search.sea
rchResultNext\";s:5:\"lang.\";a:1:{s:2:\"de\";s:7:\"Nchste\";}}s:4:\"prev\";s:4:\
"TEXT\";s:5:\"prev.\";a:2:{s:4:\"data\";s:68:\"LLL:EXT:css_styled_content/pi1/lo
callang.xml:search.searchResultPrev\";s:5:\"lang.\";a:1:{s:2:\"de\";s:9:\"Vorher
ige\";}}s:6:\"target\";s:0:\"\";s:5:\"range\";s:2:\"20\";s:8:\"stdWrap.\";a:1:{s
:13:\"prefixComment\";s:18:\"2 | Search result:\";}}i:30;s:4:\"FORM\";s:3:\"30.\
";a:22:{s:13:\"accessibility\";s:1:\"1\";s:10:\"noWrapAttr\";s:1:\"1\";s:8:\"for
mName\";s:8:\"mailform\";s:17:\"dontMd5FieldNames\";s:1:\"1\";s:6:\"layout\";s:6
1:\"<div class=\"csc-mailform-field\">###LABEL### ###FIELD###</div>\";s:10:\"lab
elWrap.\";a:1:{s:4:\"wrap\";s:1:\"|\";}s:12:\"commentWrap.\";a:1:{s:4:\"wrap\";s
:1:\"|\";}s:10:\"radioWrap.\";a:2:{s:4:\"wrap\";s:7:\"|<br />\";s:17:\"accessibi
lityWrap\";s:82:\"<fieldset###RADIO_FIELD_ID###><legend>###RADIO_GROUP_LABEL###<
/legend>|</fieldset>\";}s:3:\"REQ\";s:1:\"1\";s:4:\"REQ.\";a:1:{s:10:\"labelWrap
.\";a:1:{s:4:\"wrap\";s:1:\"|\";}}s:8:\"COMMENT.\";a:1:{s:6:\"layout\";s:49:\"<d
iv class=\"csc-mailform-label\">###LABEL###</div>\";}s:6:\"RADIO.\";a:1:{s:6:\"l
ayout\";s:101:\"<div class=\"csc-mailform-field\">###LABEL### <span class=\"csc-
mailform-radio\">###FIELD###</span></div>\";}s:6:\"LABEL.\";a:1:{s:6:\"layout\";
s:101:\"<div class=\"csc-mailform-field\">###LABEL### <span class=\"csc-mailform
-label\">###FIELD###</span></div>\";}s:6:\"target\";s:0:\"\";s:8:\"goodMess\";s:
0:\"\";s:7:\"badMess\";s:0:\"\";s:12:\"locationData\";s:14:\"HTTP_POST_VARS\";s:
7:\"params.\";a:3:{s:5:\"radio\";s:26:\"class=\"csc-mailform-radio\"\";s:5:\"che
ck\";s:26:\"class=\"csc-mailform-check\"\";s:6:\"submit\";s:27:\"class=\"csc-mai
lform-submit\"\";}s:8:\"stdWrap.\";a:4:{s:4:\"wrap\";s:85:\"<table border=\"0\"
cellspacing=\"1\" cellpadding=\"1\" class=\"csc-searchform\"> | </table>\";s:9:
\"editIcons\";s:38:\"tt_content: bodytext, pages, subheader\";s:10:\"editIcons.\
";a:1:{s:10:\"iconTitle.\";a:1:{s:4:\"data\";s:57:\"LLL:EXT:css_styled_content/p
i1/locallang.xml:eIcon.search\";}}s:13:\"prefixComment\";s:25:\"2 | Search form
inserted:\";}s:10:\"dataArray.\";a:4:{s:3:\"10.\";a:2:{s:6:\"label.\";a:2:{s:4:\
"data\";s:62:\"LLL:EXT:css_styled_content/pi1/locallang.xml:search.searchWord\";
s:5:\"lang.\";a:1:{s:2:\"de\";s:7:\"Suchen:\";}}s:4:\"type\";s:11:\"sword=input\
";}s:3:\"20.\";a:3:{s:6:\"label.\";a:2:{s:4:\"data\";s:60:\"LLL:EXT:css_styled_c
ontent/pi1/locallang.xml:search.searchIn\";s:5:\"lang.\";a:1:{s:2:\"de\";s:2:\"i
n\";}}s:4:\"type\";s:12:\"scols=select\";s:11:\"valueArray.\";a:2:{s:3:\"10.\";a
:2:{s:6:\"label.\";a:2:{s:4:\"data\";s:67:\"LLL:EXT:css_styled_content/pi1/local
lang.xml:search.headersKeywords\";s:5:\"lang.\";a:1:{s:2:\"de\";s:29:\"berschrift
en und Stichworten\";}}s:5:\"value\";s:59:\"pages.title-subtitle-keywords-descri
ption:tt_content.header\";}s:3:\"20.\";a:2:{s:6:\"label.\";a:2:{s:4:\"data\";s:6
3:\"LLL:EXT:css_styled_content/pi1/locallang.xml:search.pageContent\";s:5:\"lang
.\";a:1:{s:2:\"de\";s:12:\"Seiteninhalt\";}}s:5:\"value\";s:39:\"tt_content.head
er-bodytext-imagecaption\";}}}s:3:\"30.\";a:2:{s:4:\"type\";s:12:\"stype=hidden\
";s:5:\"value\";s:2:\"L0\";}s:3:\"40.\";a:2:{s:4:\"type\";s:13:\"submit=submit\"
;s:6:\"value.\";a:2:{s:4:\"data\";s:64:\"LLL:EXT:css_styled_content/pi1/locallan
g.xml:search.searchButton\";s:5:\"lang.\";a:1:{s:2:\"de\";s:13:\"Suche starten\"
;}}}}s:5:\"type.\";a:2:{s:5:\"field\";s:5:\"pages\";s:7:\"listNum\";s:1:\"0\";}s
:8:\"no_cache\";s:1:\"1\";}}s:5:\"login\";s:3:\"COA\";s:6:\"login.\";a:3:{i:10;s
:15:\"< lib.stdheader\";i:20;s:4:\"FORM\";s:3:\"20.\";a:22:{s:13:\"accessibility
\";s:1:\"1\";s:10:\"noWrapAttr\";s:1:\"1\";s:8:\"formName\";s:8:\"mailform\";s:1
7:\"dontMd5FieldNames\";s:1:\"1\";s:6:\"layout\";s:61:\"<div class=\"csc-mailfor
m-field\">###LABEL### ###FIELD###</div>\";s:10:\"labelWrap.\";a:1:{s:4:\"wrap\";
s:1:\"|\";}s:12:\"commentWrap.\";a:1:{s:4:\"wrap\";s:1:\"|\";}s:10:\"radioWrap.\
";a:2:{s:4:\"wrap\";s:7:\"|<br />\";s:17:\"accessibilityWrap\";s:82:\"<fieldset#
##RADIO_FIELD_ID###><legend>###RADIO_GROUP_LABEL###</legend>|</fieldset>\";}s:3:
\"REQ\";s:1:\"1\";s:4:\"REQ.\";a:1:{s:10:\"labelWrap.\";a:1:{s:4:\"wrap\";s:1:\"
|\";}}s:8:\"COMMENT.\";a:1:{s:6:\"layout\";s:49:\"<div class=\"csc-mailform-labe
l\">###LABEL###</div>\";}s:6:\"RADIO.\";a:1:{s:6:\"layout\";s:101:\"<div class=\
"csc-mailform-field\">###LABEL### <span class=\"csc-mailform-radio\">###FIELD###
</span></div>\";}s:6:\"LABEL.\";a:1:{s:6:\"layout\";s:101:\"<div class=\"csc-mai
lform-field\">###LABEL### <span class=\"csc-mailform-label\">###FIELD###</span><
/div>\";}s:6:\"target\";s:4:\"_top\";s:8:\"goodMess\";s:0:\"\";s:7:\"badMess\";s
:0:\"\";s:12:\"locationData\";s:1:\"0\";s:7:\"params.\";a:3:{s:5:\"radio\";s:26:
\"class=\"csc-mailform-radio\"\";s:5:\"check\";s:26:\"class=\"csc-mailform-check
\"\";s:6:\"submit\";s:27:\"class=\"csc-mailform-submit\"\";}s:8:\"stdWrap.\";a:4
:{s:4:\"wrap\";s:36:\"<div class=\"csc-loginform\"> | </div>\";s:9:\"editIcons\"
;s:38:\"tt_content: bodytext, pages, subheader\";s:10:\"editIcons.\";a:1:{s:10:\
"iconTitle.\";a:1:{s:4:\"data\";s:56:\"LLL:EXT:css_styled_content/pi1/locallang.
xml:eIcon.login\";}}s:13:\"prefixComment\";s:22:\"2 | Login/Logout form:\";}s:10
:\"dataArray.\";a:4:{s:3:\"10.\";a:2:{s:6:\"label.\";a:2:{s:4:\"data\";s:59:\"LL
L:EXT:css_styled_content/pi1/locallang.xml:login.username\";s:5:\"lang.\";a:1:{s
:2:\"de\";s:13:\"Benutzername:\";}}s:4:\"type\";s:11:\"*user=input\";}s:3:\"20.\
";a:2:{s:6:\"label.\";a:2:{s:4:\"data\";s:59:\"LLL:EXT:css_styled_content/pi1/lo
callang.xml:login.password\";s:5:\"lang.\";a:1:{s:2:\"de\";s:9:\"Password:\";}}s
:4:\"type\";s:14:\"*pass=password\";}s:3:\"30.\";a:2:{s:4:\"type\";s:16:\"logint
ype=hidden\";s:5:\"value\";s:5:\"login\";}s:3:\"40.\";a:2:{s:4:\"type\";s:13:\"s
ubmit=submit\";s:6:\"value.\";a:2:{s:4:\"data\";s:56:\"LLL:EXT:css_styled_conten
t/pi1/locallang.xml:login.login\";s:5:\"lang.\";a:1:{s:2:\"de\";s:5:\"Login\";}}
}}s:5:\"type.\";a:2:{s:5:\"field\";s:5:\"pages\";s:7:\"listNum\";s:1:\"0\";}s:13
:\"hiddenFields.\";a:2:{s:3:\"pid\";s:4:\"TEXT\";s:4:\"pid.\";a:2:{s:5:\"value\"
;s:1:\"0\";s:9:\"override.\";a:2:{s:5:\"field\";s:5:\"pages\";s:7:\"listNum\";s:
1:\"1\";}}}}}s:6:\"splash\";s:4:\"CASE\";s:7:\"splash.\";a:11:{s:4:\"key.\";a:1:
{s:5:\"field\";s:13:\"splash_layout\";}s:8:\"stdWrap.\";a:1:{s:13:\"prefixCommen
t\";s:33:\"2 | Textbox inserted (Deprecated)\";}s:7:\"default\";s:3:\"COA\";s:8:
\"default.\";a:2:{i:20;s:6:\"CTABLE\";s:3:\"20.\";a:3:{s:2:\"c.\";a:1:{i:1;s:17:
\"< tt_content.text\";}s:3:\"lm.\";a:2:{i:1;s:5:\"IMAGE\";s:2:\"1.\";a:1:{s:5:\"
file.\";a:3:{s:6:\"import\";s:13:\"uploads/pics/\";s:7:\"import.\";a:2:{s:5:\"fi
eld\";s:5:\"image\";s:7:\"listNum\";s:1:\"0\";}s:5:\"maxW.\";a:2:{s:5:\"field\";
s:10:\"imagewidth\";s:7:\"ifEmpty\";s:3:\"200\";}}}}s:8:\"cMargins\";s:8:\"30,0,
0,0\";}}i:1;s:3:\"COA\";s:2:\"1.\";a:2:{i:20;s:6:\"CTABLE\";s:3:\"20.\";a:3:{s:2
:\"c.\";a:1:{i:1;s:17:\"< tt_content.text\";}s:3:\"lm.\";a:2:{i:1;s:5:\"IMAGE\";
s:2:\"1.\";a:2:{s:4:\"file\";s:10:\"GIFBUILDER\";s:5:\"file.\";a:10:{s:2:\"XY\";
s:19:\"[10.w]+10,[10.h]+10\";s:9:\"backColor\";s:5:\"white\";s:10:\"backColor.\"
;a:1:{s:9:\"override.\";a:1:{s:4:\"data\";s:18:\"register:pageColor\";}}s:6:\"fo
rmat\";s:3:\"jpg\";i:5;s:3:\"BOX\";s:2:\"5.\";a:2:{s:10:\"dimensions\";s:17:\"3,
3,[10.w],[10.h]\";s:5:\"color\";s:7:\"#333333\";}i:7;s:6:\"EFFECT\";s:2:\"7.\";a
:1:{s:5:\"value\";s:55:\"blur=99|blur=99|blur=99|blur=99|blur=99|blur=99|blur=99
\";}i:10;s:5:\"IMAGE\";s:3:\"10.\";a:1:{s:5:\"file.\";a:3:{s:6:\"import\";s:13:\
"uploads/pics/\";s:7:\"import.\";a:2:{s:5:\"field\";s:5:\"image\";s:7:\"listNum\
";s:1:\"0\";}s:5:\"maxW.\";a:2:{s:5:\"field\";s:10:\"imagewidth\";s:7:\"ifEmpty\
";s:3:\"200\";}}}}}}s:8:\"cMargins\";s:8:\"30,0,0,0\";}}i:2;s:3:\"COA\";s:2:\"2.
\";a:2:{i:20;s:6:\"CTABLE\";s:3:\"20.\";a:3:{s:2:\"c.\";a:1:{i:1;s:17:\"< tt_con
tent.text\";}s:3:\"lm.\";a:2:{i:1;s:5:\"IMAGE\";s:2:\"1.\";a:1:{s:5:\"file.\";a:
3:{s:6:\"import\";s:13:\"uploads/pics/\";s:7:\"import.\";a:2:{s:5:\"field\";s:5:
\"image\";s:7:\"listNum\";s:1:\"0\";}s:5:\"maxW.\";a:2:{s:5:\"field\";s:10:\"ima
gewidth\";s:7:\"ifEmpty\";s:3:\"200\";}}}}s:8:\"cMargins\";s:8:\"30,0,0,0\";}}i:
3;s:3:\"COA\";s:2:\"3.\";a:2:{i:20;s:6:\"CTABLE\";s:3:\"20.\";a:3:{s:2:\"c.\";a:
1:{i:1;s:17:\"< tt_content.text\";}s:3:\"lm.\";a:2:{i:1;s:5:\"IMAGE\";s:2:\"1.\"
;a:1:{s:5:\"file.\";a:3:{s:6:\"import\";s:13:\"uploads/pics/\";s:7:\"import.\";a
:2:{s:5:\"field\";s:5:\"image\";s:7:\"listNum\";s:1:\"0\";}s:5:\"maxW.\";a:2:{s:
5:\"field\";s:10:\"imagewidth\";s:7:\"ifEmpty\";s:3:\"200\";}}}}s:8:\"cMargins\"
;s:8:\"30,0,0,0\";}}i:20;s:16:\"< plugin.postit1\";}s:4:\"menu\";s:3:\"COA\";s:5
:\"menu.\";a:3:{i:10;s:15:\"< lib.stdheader\";i:20;s:4:\"CASE\";s:3:\"20.\";a:18
:{s:4:\"key.\";a:1:{s:5:\"field\";s:9:\"menu_type\";}s:7:\"default\";s:5:\"HMENU
\";s:8:\"default.\";a:5:{s:7:\"special\";s:4:\"list\";s:8:\"special.\";a:1:{s:6:
\"value.\";a:1:{s:5:\"field\";s:5:\"pages\";}}s:4:\"wrap\";s:40:\"<ul class=\"cs
c-menu csc-menu-def\">|</ul>\";i:1;s:5:\"TMENU\";s:2:\"1.\";a:3:{s:6:\"target\";
s:0:\"\";s:3:\"NO.\";a:3:{s:8:\"stdWrap.\";a:1:{s:16:\"htmlSpecialChars\";s:1:\"
1\";}s:14:\"wrapItemAndSub\";s:10:\"<li>|</li>\";s:10:\"ATagTitle.\";a:1:{s:5:\"
field\";s:20:\"description // title\";}}s:6:\"noBlur\";s:1:\"1\";}}i:1;s:5:\"HME
NU\";s:2:\"1.\";a:5:{s:7:\"special\";s:9:\"directory\";s:8:\"special.\";a:1:{s:6
:\"value.\";a:1:{s:5:\"field\";s:5:\"pages\";}}s:4:\"wrap\";s:38:\"<ul class=\"c
sc-menu csc-menu-1\">|</ul>\";i:1;s:5:\"TMENU\";s:2:\"1.\";a:3:{s:6:\"target\";s
:0:\"\";s:3:\"NO.\";a:3:{s:8:\"stdWrap.\";a:1:{s:16:\"htmlSpecialChars\";s:1:\"1
\";}s:14:\"wrapItemAndSub\";s:10:\"<li>|</li>\";s:10:\"ATagTitle.\";a:1:{s:5:\"f
ield\";s:20:\"description // title\";}}s:6:\"noBlur\";s:1:\"1\";}}i:2;s:5:\"HMEN
U\";s:2:\"2.\";a:15:{s:4:\"wrap\";s:32:\"<div class=\"csc-sitemap\">|</div>\";i:
1;s:5:\"TMENU\";s:2:\"1.\";a:5:{s:6:\"target\";s:0:\"\";s:6:\"noBlur\";s:1:\"1\"
;s:6:\"expAll\";s:1:\"1\";s:4:\"wrap\";s:10:\"<ul>|</ul>\";s:3:\"NO.\";a:3:{s:8:
\"stdWrap.\";a:1:{s:16:\"htmlSpecialChars\";s:1:\"1\";}s:14:\"wrapItemAndSub\";s
:10:\"<li>|</li>\";s:10:\"ATagTitle.\";a:1:{s:5:\"field\";s:20:\"description //
title\";}}}i:2;s:5:\"TMENU\";s:2:\"2.\";a:5:{s:6:\"target\";s:0:\"\";s:6:\"noBlu
r\";s:1:\"1\";s:6:\"expAll\";s:1:\"1\";s:4:\"wrap\";s:10:\"<ul>|</ul>\";s:3:\"NO
.\";a:3:{s:8:\"stdWrap.\";a:1:{s:16:\"htmlSpecialChars\";s:1:\"1\";}s:14:\"wrapI
temAndSub\";s:10:\"<li>|</li>\";s:10:\"ATagTitle.\";a:1:{s:5:\"field\";s:20:\"de
scription // title\";}}}i:3;s:5:\"TMENU\";s:2:\"3.\";a:5:{s:6:\"target\";s:0:\"\
";s:6:\"noBlur\";s:1:\"1\";s:6:\"expAll\";s:1:\"1\";s:4:\"wrap\";s:10:\"<ul>|</u
l>\";s:3:\"NO.\";a:3:{s:8:\"stdWrap.\";a:1:{s:16:\"htmlSpecialChars\";s:1:\"1\";
}s:14:\"wrapItemAndSub\";s:10:\"<li>|</li>\";s:10:\"ATagTitle.\";a:1:{s:5:\"fiel
d\";s:20:\"description // title\";}}}i:4;s:5:\"TMENU\";s:2:\"4.\";a:5:{s:6:\"tar
get\";s:0:\"\";s:6:\"noBlur\";s:1:\"1\";s:6:\"expAll\";s:1:\"1\";s:4:\"wrap\";s:
10:\"<ul>|</ul>\";s:3:\"NO.\";a:3:{s:8:\"stdWrap.\";a:1:{s:16:\"htmlSpecialChars
\";s:1:\"1\";}s:14:\"wrapItemAndSub\";s:10:\"<li>|</li>\";s:10:\"ATagTitle.\";a:
1:{s:5:\"field\";s:20:\"description // title\";}}}i:5;s:5:\"TMENU\";s:2:\"5.\";a
:5:{s:6:\"target\";s:0:\"\";s:6:\"noBlur\";s:1:\"1\";s:6:\"expAll\";s:1:\"1\";s:
4:\"wrap\";s:10:\"<ul>|</ul>\";s:3:\"NO.\";a:3:{s:8:\"stdWrap.\";a:1:{s:16:\"htm
lSpecialChars\";s:1:\"1\";}s:14:\"wrapItemAndSub\";s:10:\"<li>|</li>\";s:10:\"AT
agTitle.\";a:1:{s:5:\"field\";s:20:\"description // title\";}}}i:6;s:5:\"TMENU\"
;s:2:\"6.\";a:5:{s:6:\"target\";s:0:\"\";s:6:\"noBlur\";s:1:\"1\";s:6:\"expAll\"
;s:1:\"1\";s:4:\"wrap\";s:10:\"<ul>|</ul>\";s:3:\"NO.\";a:3:{s:8:\"stdWrap.\";a:
1:{s:16:\"htmlSpecialChars\";s:1:\"1\";}s:14:\"wrapItemAndSub\";s:10:\"<li>|</li
>\";s:10:\"ATagTitle.\";a:1:{s:5:\"field\";s:20:\"description // title\";}}}i:7;
s:5:\"TMENU\";s:2:\"7.\";a:5:{s:6:\"target\";s:0:\"\";s:6:\"noBlur\";s:1:\"1\";s
:6:\"expAll\";s:1:\"1\";s:4:\"wrap\";s:10:\"<ul>|</ul>\";s:3:\"NO.\";a:3:{s:8:\"
stdWrap.\";a:1:{s:16:\"htmlSpecialChars\";s:1:\"1\";}s:14:\"wrapItemAndSub\";s:1
0:\"<li>|</li>\";s:10:\"ATagTitle.\";a:1:{s:5:\"field\";s:20:\"description // ti
tle\";}}}}i:3;s:7:\"CONTENT\";s:2:\"3.\";a:5:{s:5:\"table\";s:10:\"tt_content\";
s:7:\"select.\";a:5:{s:7:\"orderBy\";s:7:\"sorting\";s:5:\"where\";s:8:\"colPos=
0\";s:13:\"languageField\";s:16:\"sys_language_uid\";s:8:\"andWhere\";s:15:\"sec
tionIndex!=0\";s:10:\"pidInList.\";a:1:{s:9:\"override.\";a:1:{s:5:\"field\";s:5
:\"pages\";}}}s:4:\"wrap\";s:38:\"<ul class=\"csc-menu csc-menu-3\">|</ul>\";s:9
:\"renderObj\";s:4:\"TEXT\";s:10:\"renderObj.\";a:7:{s:13:\"fieldRequired\";s:6:
\"header\";s:4:\"trim\";s:1:\"1\";s:5:\"field\";s:6:\"header\";s:16:\"htmlSpecia
lChars\";s:1:\"1\";s:6:\"noBlur\";s:1:\"1\";s:4:\"wrap\";s:30:\"<li class=\"csc-
section\">|</li>\";s:9:\"typolink.\";a:2:{s:10:\"parameter.\";a:1:{s:5:\"field\"
;s:3:\"pid\";}s:8:\"section.\";a:1:{s:5:\"field\";s:3:\"uid\";}}}}i:4;s:5:\"HMEN
U\";s:2:\"4.\";a:5:{s:7:\"special\";s:9:\"directory\";s:8:\"special.\";a:1:{s:6:
\"value.\";a:1:{s:5:\"field\";s:5:\"pages\";}}s:4:\"wrap\";s:38:\"<dl class=\"cs
c-menu csc-menu-4\">|</dl>\";i:1;s:5:\"TMENU\";s:2:\"1.\";a:3:{s:6:\"target\";s:
0:\"\";s:3:\"NO.\";a:4:{s:8:\"stdWrap.\";a:1:{s:16:\"htmlSpecialChars\";s:1:\"1\
";}s:10:\"ATagTitle.\";a:1:{s:5:\"field\";s:20:\"description // title\";}s:8:\"l
inkWrap\";s:10:\"<dt>|</dt>\";s:6:\"after.\";a:4:{s:4:\"data\";s:59:\"field : ab
stract // field : description // field : subtitle\";s:8:\"required\";s:1:\"1\";s
:16:\"htmlSpecialChars\";s:1:\"1\";s:4:\"wrap\";s:10:\"<dd>|</dd>\";}}s:6:\"noBl
ur\";s:1:\"1\";}}i:5;s:5:\"HMENU\";s:2:\"5.\";a:5:{s:7:\"special\";s:7:\"updated
\";s:8:\"special.\";a:3:{s:6:\"value.\";a:1:{s:5:\"field\";s:5:\"pages\";}s:6:\"
maxAge\";s:9:\"3600*24*7\";s:20:\"excludeNoSearchPages\";s:1:\"1\";}s:4:\"wrap\"
;s:38:\"<ul class=\"csc-menu csc-menu-5\">|</ul>\";i:1;s:5:\"TMENU\";s:2:\"1.\";
a:3:{s:6:\"target\";s:0:\"\";s:3:\"NO.\";a:3:{s:8:\"stdWrap.\";a:1:{s:16:\"htmlS
pecialChars\";s:1:\"1\";}s:14:\"wrapItemAndSub\";s:10:\"<li>|</li>\";s:10:\"ATag
Title.\";a:1:{s:5:\"field\";s:20:\"description // title\";}}s:6:\"noBlur\";s:1:\
"1\";}}i:6;s:5:\"HMENU\";s:2:\"6.\";a:5:{s:7:\"special\";s:8:\"keywords\";s:8:\"
special.\";a:2:{s:6:\"value.\";a:1:{s:5:\"field\";s:5:\"pages\";}s:20:\"excludeN
oSearchPages\";s:1:\"1\";}s:4:\"wrap\";s:38:\"<ul class=\"csc-menu csc-menu-6\">
|</ul>\";i:1;s:5:\"TMENU\";s:2:\"1.\";a:3:{s:6:\"target\";s:0:\"\";s:3:\"NO.\";a
:3:{s:8:\"stdWrap.\";a:1:{s:16:\"htmlSpecialChars\";s:1:\"1\";}s:14:\"wrapItemAn
dSub\";s:10:\"<li>|</li>\";s:10:\"ATagTitle.\";a:1:{s:5:\"field\";s:20:\"descrip
tion // title\";}}s:6:\"noBlur\";s:1:\"1\";}}i:7;s:5:\"HMENU\";s:2:\"7.\";a:7:{s
:7:\"special\";s:9:\"directory\";s:8:\"special.\";a:1:{s:6:\"value.\";a:1:{s:5:\
"field\";s:5:\"pages\";}}s:4:\"wrap\";s:38:\"<ul class=\"csc-menu csc-menu-7\">|
</ul>\";i:1;s:5:\"TMENU\";s:2:\"1.\";a:4:{s:6:\"target\";s:0:\"\";s:3:\"NO.\";a:
3:{s:8:\"stdWrap.\";a:1:{s:16:\"htmlSpecialChars\";s:1:\"1\";}s:14:\"wrapItemAnd
Sub\";s:10:\"<li>|</li>\";s:10:\"ATagTitle.\";a:1:{s:5:\"field\";s:20:\"descript
ion // title\";}}s:6:\"noBlur\";s:1:\"1\";s:6:\"expAll\";s:1:\"1\";}i:2;s:5:\"TM
ENU\";s:2:\"2.\";a:7:{s:6:\"target\";s:0:\"\";s:3:\"NO.\";a:3:{s:8:\"stdWrap.\";
a:1:{s:16:\"htmlSpecialChars\";s:1:\"1\";}s:14:\"wrapItemAndSub\";s:30:\"<li cla
ss=\"csc-section\">|</li>\";s:10:\"ATagTitle.\";a:1:{s:5:\"field\";s:20:\"descri
ption // title\";}}s:6:\"noBlur\";s:1:\"1\";s:6:\"expAll\";s:1:\"1\";s:12:\"sect
ionIndex\";s:1:\"1\";s:13:\"sectionIndex.\";a:1:{s:4:\"type\";s:6:\"header\";}s:
4:\"wrap\";s:10:\"<ul>|</ul>\";}}s:8:\"stdWrap.\";a:2:{s:9:\"editIcons\";s:28:\"
tt_content: menu_type, pages\";s:10:\"editIcons.\";a:1:{s:10:\"iconTitle.\";a:1:
{s:4:\"data\";s:62:\"LLL:EXT:css_styled_content/pi1/locallang.xml:eIcon.menuSite
map\";}}}}}s:8:\"shortcut\";s:3:\"COA\";s:9:\"shortcut.\";a:2:{i:20;s:4:\"CASE\"
;s:3:\"20.\";a:6:{s:4:\"key.\";a:1:{s:5:\"field\";s:6:\"layout\";}i:0;s:7:\"RECO
RDS\";s:2:\"0.\";a:3:{s:7:\"source.\";a:1:{s:5:\"field\";s:7:\"records\";}s:6:\"
tables\";s:98:\"tt_content,tt_address,tt_links,tt_guest,tt_board,tt_calender,tt_
products,tt_news,tt_rating,tt_poll\";s:5:\"conf.\";a:9:{s:10:\"tt_content\";s:12
:\"< tt_content\";s:10:\"tt_address\";s:12:\"< tt_address\";s:8:\"tt_links\";s:1
0:\"< tt_links\";s:8:\"tt_guest\";s:10:\"< tt_guest\";s:8:\"tt_board\";s:10:\"<
tt_board\";s:11:\"tt_calender\";s:13:\"< tt_calender\";s:11:\"tt_products\";s:13
:\"< tt_products\";s:7:\"tt_news\";s:9:\"< tt_news\";s:7:\"tt_poll\";s:16:\"< pl
ugin.tt_poll\";}}i:1;s:7:\"RECORDS\";s:2:\"1.\";a:3:{s:7:\"source.\";a:1:{s:5:\"
field\";s:7:\"records\";}s:6:\"tables\";s:98:\"tt_content,tt_address,tt_links,tt
_guest,tt_board,tt_calender,tt_products,tt_news,tt_rating,tt_poll\";s:5:\"conf.\
";a:2:{s:7:\"tt_poll\";s:16:\"< plugin.tt_poll\";s:8:\"tt_poll.\";a:1:{s:4:\"cod
e\";s:20:\"RESULT,SUBMITTEDVOTE\";}}}s:8:\"stdWrap.\";a:3:{s:9:\"editIcons\";s:1
9:\"tt_content: records\";s:10:\"editIcons.\";a:1:{s:10:\"iconTitle.\";a:1:{s:4:
\"data\";s:61:\"LLL:EXT:css_styled_content/pi1/locallang.xml:eIcon.recordList\";
}}s:13:\"prefixComment\";s:46:\"2 | Inclusion of other records (by reference):\"
;}}}s:4:\"list\";s:3:\"COA\";s:5:\"list.\";a:3:{i:10;s:15:\"< lib.stdheader\";i:
20;s:4:\"CASE\";s:3:\"20.\";a:22:{s:4:\"key.\";a:1:{s:5:\"field\";s:9:\"list_typ
e\";}i:3;s:4:\"CASE\";s:2:\"3.\";a:2:{s:4:\"key.\";a:1:{s:5:\"field\";s:6:\"layo
ut\";}i:0;s:17:\"< plugin.tt_guest\";}i:4;s:4:\"CASE\";s:2:\"4.\";a:3:{s:4:\"key
.\";a:1:{s:5:\"field\";s:6:\"layout\";}i:0;s:22:\"< plugin.tt_board_list\";i:1;s
:22:\"< plugin.tt_board_tree\";}i:2;s:4:\"CASE\";s:2:\"2.\";a:2:{s:4:\"key.\";a:
1:{s:5:\"field\";s:6:\"layout\";}i:0;s:22:\"< plugin.tt_board_tree\";}i:5;s:4:\"
CASE\";s:2:\"5.\";a:2:{s:4:\"key.\";a:1:{s:5:\"field\";s:6:\"layout\";}i:0;s:20:
\"< plugin.tt_products\";}i:7;s:4:\"CASE\";s:2:\"7.\";a:2:{s:4:\"key.\";a:1:{s:5
:\"field\";s:6:\"layout\";}i:0;s:20:\"< plugin.tt_calender\";}i:8;s:4:\"CASE\";s
:2:\"8.\";a:2:{s:4:\"key.\";a:1:{s:5:\"field\";s:6:\"layout\";}i:0;s:18:\"< plug
in.tt_rating\";}i:9;s:4:\"CASE\";s:2:\"9.\";a:2:{s:4:\"key.\";a:1:{s:5:\"field\"
;s:6:\"layout\";}i:0;s:16:\"< plugin.tt_news\";}i:11;s:4:\"CASE\";s:3:\"11.\";a:
2:{s:4:\"key.\";a:1:{s:5:\"field\";s:6:\"layout\";}i:0;s:19:\"< plugin.tipafrien
d\";}i:20;s:4:\"CASE\";s:3:\"20.\";a:2:{s:4:\"key.\";a:1:{s:5:\"field\";s:6:\"la
yout\";}i:0;s:25:\"< plugin.feadmin.fe_users\";}i:21;s:4:\"CASE\";s:3:\"21.\";a:
2:{s:4:\"key.\";a:1:{s:5:\"field\";s:6:\"layout\";}i:0;s:34:\"< plugin.feadmin.d
mailsubscription\";}s:8:\"stdWrap.\";a:2:{s:9:\"editIcons\";s:60:\"tt_content: l
ist_type, layout, select_key, pages [recursive]\";s:10:\"editIcons.\";a:1:{s:10:
\"iconTitle.\";a:1:{s:4:\"data\";s:57:\"LLL:EXT:css_styled_content/pi1/locallang
.xml:eIcon.plugin\";}}}}}s:6:\"script\";s:4:\"TEXT\";s:7:\"script.\";a:2:{s:5:\"
value\";s:0:\"\";s:13:\"prefixComment\";s:31:\"2 | Script element (Deprecated)\"
;}s:3:\"div\";s:4:\"TEXT\";s:4:\"div.\";a:3:{s:5:\"value\";s:6:\"<hr />\";s:4:\"
wrap\";s:28:\"<div class=\"divider\">|</div>\";s:13:\"prefixComment\";s:15:\"2 |
Div element\";}s:4:\"html\";s:4:\"TEXT\";s:5:\"html.\";a:4:{s:5:\"field\";s:8:\
"bodytext\";s:9:\"editIcons\";s:17:\"tt_content: pages\";s:10:\"editIcons.\";a:1
:{s:10:\"iconTitle.\";a:1:{s:4:\"data\";s:55:\"LLL:EXT:css_styled_content/pi1/lo
callang.xml:eIcon.html\";}}s:13:\"prefixComment\";s:21:\"2 | Raw HTML content:\"
;}s:7:\"default\";s:4:\"TEXT\";s:8:\"default.\";a:2:{s:5:\"field\";s:5:\"CType\"
;s:4:\"wrap\";s:108:\"<p style=\"background-color: yellow;\"><b>ERROR:</b> Conte
nt Element type \"|\" has no rendering definition!</p>\";}}s:5:\"page.\";a:6:{s:
11:\"headerData.\";a:4:{i:999;s:10:\"PHP_SCRIPT\";s:4:\"999.\";a:4:{s:4:\"file\"
;s:21:\"EXT:metatags/meta.php\";s:7:\"global.\";a:12:{s:11:\"description\";s:0:\
"\";s:13:\"description_2\";s:39:\"{$styles.content.meta.site_description}\";s:8:
\"keywords\";s:0:\"\";s:10:\"keywords_2\";s:36:\"{$styles.content.meta.site_keyw
ords}\";s:6:\"robots\";s:0:\"\";s:9:\"copyright\";s:0:\"\";s:5:\"email\";s:0:\"\
";s:6:\"author\";s:0:\"\";s:8:\"language\";s:0:\"\";s:12:\"distribution\";s:0:\"
\";s:6:\"rating\";s:0:\"\";s:7:\"revisit\";s:0:\"\";}s:6:\"local.\";a:2:{s:12:\"
description.\";a:1:{s:5:\"field\";s:11:\"description\";}s:9:\"keywords.\";a:1:{s
:5:\"field\";s:8:\"keywords\";}}s:6:\"flags.\";a:4:{s:19:\"useSecondaryDescKey\"
;s:1:\"1\";s:23:\"alwaysGlobalDescription\";s:1:\"0\";s:20:\"alwaysGlobalKeyword
s\";s:1:\"0\";s:2:\"DC\";s:1:\"1\";}}i:10;s:8:\"TEMPLATE\";s:3:\"10.\";a:2:{s:8:
\"template\";s:32:\"< plugin.tx_automaketemplate_pi1\";s:13:\"workOnSubpart\";s:
15:\"DOCUMENT_HEADER\";}}s:5:\"meta.\";a:4:{s:11:\"DESCRIPTION\";s:0:\"\";s:12:\
"DESCRIPTION.\";a:1:{s:9:\"override.\";a:1:{s:5:\"field\";s:11:\"DESCRIPTION\";}
}s:8:\"KEYWORDS\";s:0:\"\";s:9:\"KEYWORDS.\";a:1:{s:9:\"override.\";a:1:{s:5:\"f
ield\";s:8:\"KEYWORDS\";}}}s:7:\"typeNum\";s:1:\"0\";i:10;s:8:\"TEMPLATE\";s:3:\
"10.\";a:3:{s:8:\"template\";s:32:\"< plugin.tx_automaketemplate_pi1\";s:13:\"wo
rkOnSubpart\";s:13:\"DOCUMENT_BODY\";s:9:\"subparts.\";a:18:{s:4:\"logo\";s:3:\"
COA\";s:5:\"logo.\";a:2:{i:10;s:4:\"TEXT\";s:3:\"10.\";a:4:{s:4:\"wrap\";s:10:\"
<h1>|</h1>\";s:9:\"typolink.\";a:1:{s:9:\"parameter\";s:1:\"1\";}s:5:\"value\";s
:8:\"ZTS Wire\";s:6:\"noBlur\";s:1:\"1\";}}s:6:\"topNav\";s:5:\"HMENU\";s:7:\"to
pNav.\";a:5:{s:7:\"special\";s:9:\"directory\";s:8:\"special.\";a:1:{s:5:\"value
\";s:1:\"6\";}s:4:\"wrap\";s:9:\"<ul>|<ul>\";i:1;s:5:\"TMENU\";s:2:\"1.\";a:3:{s
:3:\"NO.\";a:1:{s:14:\"wrapItemAndSub\";s:50:\"<li>|</li> |*|<li>|</li>|*|<li cl
ass=\"last\">|</li>\";}s:3:\"ACT\";s:1:\"1\";s:4:\"ACT.\";a:1:{s:14:\"wrapItemAn
dSub\";s:80:\"<li class=\"curr\">|</li>|*|<li class=\"curr\">|</li>|*|<li class=
\"curr last\">|</li>\";}}}s:7:\"mainnav\";s:5:\"HMENU\";s:8:\"mainnav.\";a:3:{s:
4:\"wrap\";s:10:\"<ul>|</ul>\";i:1;s:5:\"TMENU\";s:2:\"1.\";a:4:{s:6:\"noBlur\";
s:1:\"1\";s:3:\"NO.\";a:1:{s:14:\"wrapItemAndSub\";s:10:\"<li>|</li>\";}s:3:\"AC
T\";s:1:\"1\";s:4:\"ACT.\";a:1:{s:14:\"wrapItemAndSub\";s:23:\"<li class=\"curr\
">|</li>\";}}}s:4:\"left\";s:5:\"HMENU\";s:5:\"left.\";a:3:{s:10:\"entryLevel\";
s:1:\"1\";i:1;s:5:\"TMENU\";s:2:\"1.\";a:5:{s:4:\"wrap\";s:33:\"<div id=\"subnav
\"><ul>|</ul></div>\";s:6:\"noBlur\";s:1:\"1\";s:3:\"NO.\";a:1:{s:14:\"wrapItemA
ndSub\";s:10:\"<li>|</li>\";}s:3:\"ACT\";s:1:\"1\";s:4:\"ACT.\";a:1:{s:14:\"wrap
ItemAndSub\";s:23:\"<li class=\"curr\">|</li>\";}}}s:7:\"content\";s:7:\"CONTENT
\";s:8:\"content.\";a:2:{s:5:\"table\";s:10:\"tt_content\";s:7:\"select.\";a:3:{
s:7:\"orderBy\";s:7:\"sorting\";s:5:\"where\";s:8:\"colPos=0\";s:13:\"languageFi
eld\";s:16:\"sys_language_uid\";}}s:5:\"right\";s:7:\"CONTENT\";s:6:\"right.\";a
:3:{s:5:\"table\";s:10:\"tt_content\";s:7:\"select.\";a:3:{s:7:\"orderBy\";s:7:\
"sorting\";s:5:\"where\";s:8:\"colPos=2\";s:13:\"languageField\";s:16:\"sys_lang
uage_uid\";}s:5:\"slide\";s:2:\"-1\";}s:10:\"imageLinks\";s:7:\"CONTENT\";s:11:\
"imageLinks.\";a:3:{s:5:\"table\";s:10:\"tt_content\";s:7:\"select.\";a:3:{s:7:\
"orderBy\";s:7:\"sorting\";s:5:\"where\";s:8:\"colPos=1\";s:13:\"languageField\"
;s:16:\"sys_language_uid\";}s:5:\"slide\";s:2:\"-1\";}s:6:\"footer\";s:3:\"COA\"
;s:7:\"footer.\";a:6:{i:10;s:4:\"TEXT\";s:3:\"10.\";a:2:{s:9:\"typolink.\";a:3:{
s:9:\"parameter\";s:16:\"www.koerbler.com\";s:9:\"extTarget\";s:6:\"_blank\";s:5
:\"title\";s:18:\"WebAgentur Krbler\";}s:5:\"value\";s:12:\"WebMarketing\";}i:20;
s:4:\"TEXT\";s:3:\"20.\";a:1:{s:5:\"value\";s:14:\"&nbsp;by<br />\";}i:30;s:5:\"
IMAGE\";s:3:\"30.\";a:4:{s:4:\"file\";s:42:\"fileadmin/templateZTSWire/images/kl
ogo.png\";s:7:\"altText\";s:18:\"WebAgentur Krbler\";s:9:\"titleText\";s:18:\"Web
Agentur Krbler\";s:4:\"wrap\";s:82:\"<a href=\"http://www.koerbler.com\" title=\"
WebAgentur Krbler\" target=\"_blank\">|</a>\";}}s:9:\"TESTSTYLE\";s:4:\"TEXT\";s:
10:\"TESTSTYLE.\";a:2:{s:5:\"value\";s:35:\"fileadmin/btg/images/background.png\
";s:9:\"override.\";a:3:{s:4:\"data\";s:21:\"levelmedia: -1, slide\";s:4:\"wrap\
";s:15:\"uploads/media/|\";s:7:\"listNum\";s:1:\"0\";}}}}s:7:\"config.\";a:1:{s:
20:\"disablePrefixComment\";s:1:\"1\";}}s:9:\"frameset.\";a:1:{s:11:\"headerData
.\";a:2:{i:999;s:10:\"PHP_SCRIPT\";s:4:\"999.\";a:4:{s:4:\"file\";s:21:\"EXT:met
atags/meta.php\";s:7:\"global.\";a:12:{s:11:\"description\";s:0:\"\";s:13:\"desc
ription_2\";s:39:\"{$styles.content.meta.site_description}\";s:8:\"keywords\";s:
0:\"\";s:10:\"keywords_2\";s:36:\"{$styles.content.meta.site_keywords}\";s:6:\"r
obots\";s:0:\"\";s:9:\"copyright\";s:0:\"\";s:5:\"email\";s:0:\"\";s:6:\"author\
";s:0:\"\";s:8:\"language\";s:0:\"\";s:12:\"distribution\";s:0:\"\";s:6:\"rating
\";s:0:\"\";s:7:\"revisit\";s:0:\"\";}s:6:\"local.\";a:2:{s:12:\"description.\";
a:1:{s:5:\"field\";s:11:\"description\";}s:9:\"keywords.\";a:1:{s:5:\"field\";s:
8:\"keywords\";}}s:6:\"flags.\";a:4:{s:19:\"useSecondaryDescKey\";s:1:\"1\";s:23
:\"alwaysGlobalDescription\";s:1:\"0\";s:20:\"alwaysGlobalKeywords\";s:1:\"0\";s
:2:\"DC\";s:1:\"1\";}}}}s:4:\"page\";s:4:\"PAGE\";s:9:\"resources\";s:0:\"\";s:9
:\"sitetitle\";s:8:\"ZTS Wire\";s:6:\"types.\";a:1:{i:0;s:4:\"page\";}}',1289551
670,'TS_TEMPLATE'),(4,'a84a9fe25f7c5b77a8254558d2e03113','a:3:{s:32:\"41428859d3
5690400a615c4ebfa39dc3\";s:15:\"[loginUser = *]\";s:32:\"946a02f1d9be58311c20592
512ab1859\";s:15:\"[usergroup = *]\";s:32:\"223520ecc5a41aefc0ffb63a47d180ec\";s
:16:\"[browser = msie]\";}',1289551670,'TMPL_CONDITIONS_ALL'),(5,'e79717e7543741
b4a1247d93cb97ddc3','a:3:{s:7:\"content\";s:8339:\"<!DOCTYPE html PUBLIC \"-//W3
C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-tra
nsitional.dtd\">\r\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\r\n<head><!--#
##DOCUMENT_HEADER### begin -->\r\n<meta http-equiv=\"Content-Type\" content=\"te
xt/html; charset=utf-8\" />\r\n\r\n<link href=\"fileadmin/templateZTSWire/style.
css\" rel=\"stylesheet\" type=\"text/css\" />\r\n<script type=\"text/javascript\
" src=\"fileadmin/templateZTSWire/iepngfix_tilebg.js\"></script>\r\n<script type
=\"text/javascript\" src=\"fileadmin/templateZTSWire/jquery-1.3.2.min.js\"></scr
ipt>\r\n<script type=\"text/javascript\" src=\"fileadmin/templateZTSWire/supersi
zed.2.0.js\"></script>\r\n<script type=\"text/javascript\"> \r\n
$(function(){\r\n $.fn.supersized.options = { \r\n
startwidth: 1400, \r\n startheight: 700,\r\n
vertical_center: 1,\r\n slideshow: 0,\r\n
navigation: 1,\r\n transition: 1, //0-None, 1-Fade,
2-slide top, 3-slide right, 4-slide bottom, 5-slide left\r\n
pause_hover: 0,\r\n slide_counter: 1,\r\n
slide_captions: 1,\r\n slide_interval: 3000 \r\n
};\r\n $(\'#supersize\').supersized(); \r\n });\r\n </script
>\r\n<!--###DOCUMENT_HEADER### end --></head>\r\n\r\n<body><!--###DOCUMENT_BODY#
## begin -->\r\n \r\n <div id=\"supersize\"><!--###supersize### begin
--><img src=\"fileadmin/templateZTSWire/images/backgrnd.jpg\" alt=\"ZTS - Wire\"
/><!--###supersize### end --></div>\r\n\r\n<div id=\"wrapper\"><!--###wrapper##
# begin -->\r\n <div id=\"top\"><!--###top### begin -->\r\n <div id=
\"logo\"><!--###logo### begin --><h1><a href=\"#\">ZTS - Wire</a></h1><!--###log
o### end --></div>\r\n <div id=\"languageSelect\"><!--###languageSelect
### begin -->\r\n <form method=\"post\" action=\"fileadmin
/templateZTSWire/template.html\">\r\n <select name=\"l
anguageSelect\">\r\n <option>Deutsch</option>
\r\n <option>English</option>\r\n
<option>........</option>\r\n </select>\r\n
</form>\r\n <!--###languageSelect### end --></div>\r\n
<div id=\"topNav\"><!--###topNav### begin -->\r\n <ul>\r\n
<li class=\"curr\"><a href=\"#\">Kontakt</a></li>\r\n
<li><a href=\"#\">Impressum</a></li>\r\n <li clas
s=\"last\"><a href=\"#\">AGB</a></li>\r\n </ul>\r\n
<!--###topNav### end --></div>\r\n <!--###top### end --></div>\r\n <div id=
\"mainnav\"><!--###mainnav### begin -->\r\n <ul>\r\n
<li class=\"first curr\"><a href=\"#\">Home</a></li>\r\n <li><a
href=\"#\">Unternehmen</a></li>\r\n <li><a href=\"#\">Produkte</a
></li>\r\n <li><a href=\"#\">Service</a></li>\r\n
<li class=\"last\"><a href=\"#\">Kontakt</a></li>\r\n </ul>\r\n\r\n
<!--###mainnav### end --></div>\r\n <div id=\"container\"><!--###container##
# begin -->\r\n <div id=\"maincontent\"><!--###maincontent### begin -->\
r\n <div id=\"left\"><!--###left### begin -->\r\n
<div id=\"subnav\"><!--###subnav### begin -->\r\n
<ul>\r\n <li class=\"curr\"><a href=\"#\">Carbon
Steel</a>\r\n <ul>\r\n
<li class=\"curr\"><a href=\"#\">Link01</a></li>\r\n
<li><a href=\"#\">Link02</a></li>\r\n
<li><a href=\"#\">Link03</a></li>\r\n
<li><a href=\"#\">Link04</a></li>\r\n
</ul>\r\n </li>\r\n
<li><a href=\"#\">Nickel and Nickel Alloys</a></li>\r\n
<li><a href=\"#\">Copper and Copper Alloys</a></li>\r\n
<li><a href=\"#\">Special Materials</a></li>\r\n
</ul>\r\n \r\n <!--###subnav### end
--></div>\r\n <!--###left### end --></div>\r\n
\r\n <div id=\"content\"><!--###content### begin -->\r\n
<h1> berschrift fr diese Seite (h1)</h1>\r\n <p>L
orem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula e
get dolor. \r\n Aenean massa. Cum sociis natoque pen
atibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis
, ultricies nec, pellentesque eu, pretium quis\r\n
, sem. <a href=\"#\">Nulla consequat massa quis enim</a>. Donec pede justo,
fringilla vel, aliquet nec, vulputate eget, arcu.</p>\r\n
<h2>Subberschrift fr diese Seite (h2)</h2>\r\n
<!--<ul>\r\n <li> In enim justo, rhoncus ut, imperd
iet a, venenatis vitae, justo.\r\n <ul>\r\n
<li>aksdjf ie jie </li>\r\n
<li>aksdjfi iejij aiesj </li>\r\n <li> ask
jdfkjs f</li>\r\n </ul>\r\n
</li>\r\n <li> Nullam dictum felis eu pe
de mollis pretium.</li>\r\n <li> Integer tincidunt
. Cras dapibus. Vivamus elementum semper nisi.</li>\r\n
</ul>\r\n \r\n <p>Aenea
n vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, e
leifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellu
s.</p>\r\n <hr />\r\n
<p> Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean impe
rdiet. Etiam ultricies nisi vel\r\n augue. Curabitu
r ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus. Maecenas tempus, tell
us eget condimentum rhoncus, sem quam semper \r\n
libero, sit \r\n amet adipiscing sem neque sed i
psum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas
nec odio et ante tincidunt tempus\r\n . Donec vitae s
apien u\r\n t libero venenatis faucibus. Nullam qui
s ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringill
a mauris sit amet n\r\n ibh. Donec sodales sagitti\r\n
s magna. Sed consequat, leo eget bibendum sodales, augue velit cursus n
unc, </p>\r\n <h3> berschrift 3</h3>\r\n
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean comm
odo ligula eget dolor. Aenean massa. C\r\n um socii
s natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Don
ec quam felis, </p>\r\n <p>ultricies nec, pellentesque e
u, pretium quis, sem. <br />\r\n Nulla consequa
t massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget,
arcu. In enim\r\n justo, rhoncus ut, imperdiet
a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer t
incidunt. Cras dapibus.<br />\r\n Vivamus elementu
m semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu
, consequ<br />\r\n at vitae, eleifend ac, enim. Ali
quam lorem ante, <br />\r\n dapibus in, viverra quis
, feugiat a, tellus. Phasellus viverra nulla ut metus varius laoreet. Quisque ru
trum. <br />\r\n Aenean imperdiet. Etiam ultricie
s nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. <br />\r\n
Etiam rhoncus. \r\n Maecenas tempus, tellus
eget</p>-->\r\n \r\n <!--###content### end --
></div>\r\n <div id=\"right\"><!--###right### begin -->\r\n
<p>ZTS Zica trgovina in storitve d.o.o.<br />\r\n
Spelina Ulica P.p.133 022 2000 Maribor<br />\r\n
Tel: +386-2-46-04-810 Fax: +386-2-426-01-39<br />\r\n
E-Mail: mrauch@zts-wire.com\r\n </p>\r\n
<!--###right### end --></div>\r\n <div id=\"imageLinks\"><
!--###imageLinks### begin -->\r\n <a href=\"#\"><i
mg src=\"fileadmin/templateZTSWire/images/imageLinks01.png\" alt=\"ZTS-Wire\" wi
dth=\"188\" height=\"118\" /></a>\r\n <a href=\"#\"><i
mg src=\"fileadmin/templateZTSWire/images/imageLinks02.png\" alt=\"ZTS-Wire\" wi
dth=\"188\" height=\"118\" /></a>\r\n <a href=\"#\"><i
mg src=\"fileadmin/templateZTSWire/images/imageLinks03.png\" alt=\"ZTS-Wire\" wi
dth=\"188\" height=\"118\" /></a>\r\n <a href=\"#\"><i
mg src=\"fileadmin/templateZTSWire/images/imageLinks04.png\" alt=\"ZTS-Wire\" wi
dth=\"188\" height=\"118\" /></a>\r\n <a href=\"#\"><i
mg src=\"fileadmin/templateZTSWire/images/imageLinks05.png\" alt=\"ZTS-Wire\" wi
dth=\"188\" height=\"118\" /></a>\r\n <!--###imageLinks### end
--></div>\r\n <!--###maincontent### end --></div>\r\n <!--###container
### end --></div>\r\n\r\n <div id=\"footer\"><!--###footer### begin -->\r\
n <a href=\"http://www.koerbler.com\" title=\"Webagentur Krbler\" ta
rget=\"_blank\">WebMarketing</a>&nbsp;by<br />\r\n <a href=\"http:/
/www.koerbler.com\" title=\"Webagentur Krbler\" target=\"_blank\"><img src=\"filea
dmin/templateZTSWire/images/klogo.png\" alt=\"WebAgentur Krbler\" /></a>\r\n
\r\n <!--###footer### end --></div>\r\n <div class=\"clear\"><!--###clea
r### begin --><!--###clear### end --></div>\r\n\r\n\r\n<!--###wrapper### end -->
</div>\r\n<!--###DOCUMENT_BODY### end --></body>\r\n</html>\r\n\";s:14:\"markers
Content\";a:18:{s:15:\"DOCUMENT_HEADER\";a:1:{i:0;s:795:\"\r\n<meta http-equiv=\
"Content-Type\" content=\"text/html; charset=utf-8\" />\r\n\r\n<link href=\"styl
e.css\" rel=\"stylesheet\" type=\"text/css\" />\r\n<script type=\"text/javascrip
t\" src=\"iepngfix_tilebg.js\"></script>\r\n<script type=\"text/javascript\" src
=\"jquery-1.3.2.min.js\"></script>\r\n<script type=\"text/javascript\" src=\"sup
ersized.2.0.js\"></script>\r\n<script type=\"text/javascript\"> \r\n
$(function(){\r\n $.fn.supersized.options = { \r\n
startwidth: 1400, \r\n startheight: 700,\r\n
vertical_center: 1,\r\n slideshow: 0,\r\n
navigation: 1,\r\n transition: 1, //0-None, 1-Fade,
2-slide top, 3-slide right, 4-slide bottom, 5-slide left\r\n
pause_hover: 0,\r\n slide_counter: 1,\r\n
slide_captions: 1,\r\n slide_interval: 3000 \r\n
};\r\n $(\'#supersize\').supersized(); \r\n });\r\n </script
>\r\n\";}s:9:\"supersize\";a:1:{i:0;s:50:\"<img src=\"images/backgrnd.jpg\" alt=
\"ZTS - Wire\" />\";}s:4:\"logo\";a:1:{i:0;s:35:\"<h1><a href=\"#\">ZTS - Wire</
a></h1>\";}s:14:\"languageSelect\";a:1:{i:0;s:209:\"\r\n
<form method=\"post\" action=\"template.html\">\r\n
<select name=\"languageSelect\">\r\n <option>
Deutsch</option>\r\n <option>English</option>
\r\n <option>........</option>\r\n
</select>\r\n </form>\r\n \";}s:6:\"topNav\";a:1:{
i:0;s:161:\"\r\n <ul>\r\n
<li class=\"curr\"><a href=\"#\">Kontakt</a></li>\r\n
<li><a href=\"#\">Impressum</a></li>\r\n <li clas
s=\"last\"><a href=\"#\">AGB</a></li>\r\n </ul>\r\n
\";}s:3:\"top\";a:1:{i:0;s:659:\"\r\n <div id=\"logo\"><!--###logo###
begin --><h1><a href=\"#\">ZTS - Wire</a></h1><!--###logo### end --></div>\r\n
<div id=\"languageSelect\"><!--###languageSelect### begin -->\r\n
<form method=\"post\" action=\"template.html\">\r\n
<select name=\"languageSelect\">\r\n <option>
Deutsch</option>\r\n <option>English</option>
\r\n <option>........</option>\r\n
</select>\r\n </form>\r\n <!--###languageSelect###
end --></div>\r\n <div id=\"topNav\"><!--###topNav### begin -->\r\
n <ul>\r\n <li class=\"curr
\"><a href=\"#\">Kontakt</a></li>\r\n <li><a href=\"#\
">Impressum</a></li>\r\n <li class=\"last\"><a hr
ef=\"#\">AGB</a></li>\r\n </ul>\r\n <!--###t
opNav### end --></div>\r\n \";}s:7:\"mainnav\";a:1:{i:0;s:331:\"\r\n
<ul>\r\n <li class=\"first curr\"><a href=\"#\">Home</a></
li>\r\n <li><a href=\"#\">Unternehmen</a></li>\r\n
<li><a href=\"#\">Produkte</a></li>\r\n <li><a href=\"#\">Servic
e</a></li>\r\n <li class=\"last\"><a href=\"#\">Kontakt</a></li>\
r\n </ul>\r\n\r\n \";}s:6:\"subnav\";a:1:{i:0;s:618:\"\r\n
<ul>\r\n <li class=\"curr\"><a href=\"#\">Carbon
Steel</a>\r\n <ul>\r\n
<li class=\"curr\"><a href=\"#\">Link01</a></li>\r\n
<li><a href=\"#\">Link02</a></li>\r\n
<li><a href=\"#\">Link03</a></li>\r\n
<li><a href=\"#\">Link04</a></li>\r\n
</ul>\r\n </li>\r\n
<li><a href=\"#\">Nickel and Nickel Alloys</a></li>\r\n
<li><a href=\"#\">Copper and Copper Alloys</a></li>\r\n
<li><a href=\"#\">Special Materials</a></li>\r\n
</ul>\r\n \r\n \";}s:4:\"left\";a:1
:{i:0;s:705:\"\r\n <div id=\"subnav\"><!--###subnav###
begin -->\r\n <ul>\r\n
<li class=\"curr\"><a href=\"#\">Carbon Steel</a>\r\n
<ul>\r\n <li class=\"
curr\"><a href=\"#\">Link01</a></li>\r\n
<li><a href=\"#\">Link02</a></li>\r\n
<li><a href=\"#\">Link03</a></li>\r\n
<li><a href=\"#\">Link04</a></li>\r\n
</ul>\r\n </li>\r\n
<li><a href=\"#\">Nickel and Nickel Alloys</a></li>\r\n
<li><a href=\"#\">Copper and Copper Alloys</a></li>\r\n
<li><a href=\"#\">Special Materials</a></li>\r\n
</ul>\r\n \r\n <!--###subnav### end
--></div>\r\n \";}s:7:\"content\";a:1:{i:0;s:3189:\"\r\n
<h1> berschrift fr diese Seite (h1)</h1>\r\n <p>L
orem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula e
get dolor. \r\n Aenean massa. Cum sociis natoque pen
atibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis
, ultricies nec, pellentesque eu, pretium quis\r\n
, sem. <a href=\"#\">Nulla consequat massa quis enim</a>. Donec pede justo,
fringilla vel, aliquet nec, vulputate eget, arcu.</p>\r\n
<h2>Subberschrift fr diese Seite (h2)</h2>\r\n
<!--<ul>\r\n <li> In enim justo, rhoncus ut, imperd
iet a, venenatis vitae, justo.\r\n <ul>\r\n
<li>aksdjf ie jie </li>\r\n
<li>aksdjfi iejij aiesj </li>\r\n <li> ask
jdfkjs f</li>\r\n </ul>\r\n
</li>\r\n <li> Nullam dictum felis eu pe
de mollis pretium.</li>\r\n <li> Integer tincidunt
. Cras dapibus. Vivamus elementum semper nisi.</li>\r\n
</ul>\r\n \r\n <p>Aenea
n vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, e
leifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellu
s.</p>\r\n <hr />\r\n
<p> Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean impe
rdiet. Etiam ultricies nisi vel\r\n augue. Curabitu
r ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus. Maecenas tempus, tell
us eget condimentum rhoncus, sem quam semper \r\n
libero, sit \r\n amet adipiscing sem neque sed i
psum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas
nec odio et ante tincidunt tempus\r\n . Donec vitae s
apien u\r\n t libero venenatis faucibus. Nullam qui
s ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringill
a mauris sit amet n\r\n ibh. Donec sodales sagitti\r\n
s magna. Sed consequat, leo eget bibendum sodales, augue velit cursus n
unc, </p>\r\n <h3> berschrift 3</h3>\r\n
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean comm
odo ligula eget dolor. Aenean massa. C\r\n um socii
s natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Don
ec quam felis, </p>\r\n <p>ultricies nec, pellentesque e
u, pretium quis, sem. <br />\r\n Nulla consequa
t massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget,
arcu. In enim\r\n justo, rhoncus ut, imperdiet
a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer t
incidunt. Cras dapibus.<br />\r\n Vivamus elementu
m semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu
, consequ<br />\r\n at vitae, eleifend ac, enim. Ali
quam lorem ante, <br />\r\n dapibus in, viverra quis
, feugiat a, tellus. Phasellus viverra nulla ut metus varius laoreet. Quisque ru
trum. <br />\r\n Aenean imperdiet. Etiam ultricie
s nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. <br />\r\n
Etiam rhoncus. \r\n Maecenas tempus, tellus
eget</p>-->\r\n \r\n \";}s:5:\"right\";a:1:{i
:0;s:215:\"\r\n <p>ZTS Zica trgovina in storitve d.o.o.<
br />\r\n Spelina Ulica P.p.133 022 2000 Mar
ibor<br />\r\n Tel: +386-2-46-04-810 Fax: +386-2-
426-01-39<br />\r\n E-Mail: mrauch@zts-wire.
com\r\n </p>\r\n \";}s:10:\"image
Links\";a:1:{i:0;s:500:\"\r\n <a href=\"#\"><img src=\
"images/imageLinks01.png\" alt=\"ZTS-Wire\" width=\"188\" height=\"118\" /></a>\
r\n <a href=\"#\"><img src=\"images/imageLinks02.png
\" alt=\"ZTS-Wire\" width=\"188\" height=\"118\" /></a>\r\n
<a href=\"#\"><img src=\"images/imageLinks03.png\" alt=\"ZTS-Wire\" width=\"188\
" height=\"118\" /></a>\r\n <a href=\"#\"><img src=\
"images/imageLinks04.png\" alt=\"ZTS-Wire\" width=\"188\" height=\"118\" /></a>\
r\n <a href=\"#\"><img src=\"images/imageLinks05.png
\" alt=\"ZTS-Wire\" width=\"188\" height=\"118\" /></a>\r\n
\";}s:11:\"maincontent\";a:1:{i:0;s:4935:\"\r\n <div id=\"left\"
><!--###left### begin -->\r\n <div id=\"subnav\"><!--###su
bnav### begin -->\r\n <ul>\r\n
<li class=\"curr\"><a href=\"#\">Carbon Steel</a>\r\n
<ul>\r\n <li
class=\"curr\"><a href=\"#\">Link01</a></li>\r\n
<li><a href=\"#\">Link02</a></li>\r\n
<li><a href=\"#\">Link03</a></li>\r\n
<li><a href=\"#\">Link04</a></li>\r\n
</ul>\r\n </li>\r\n
<li><a href=\"#\">Nickel and Nickel Alloys</a></li>\r\n
<li><a href=\"#\">Copper and Copper Alloys</a></li>\r\n
<li><a href=\"#\">Special Materials</a></li>\r\n
</ul>\r\n \r\n <!--###subnav### end
--></div>\r\n <!--###left### end --></div>\r\n
\r\n <div id=\"content\"><!--###content### begin -->\r\n
<h1> berschrift fr diese Seite (h1)</h1>\r\n <p>L
orem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula e
get dolor. \r\n Aenean massa. Cum sociis natoque pen
atibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis
, ultricies nec, pellentesque eu, pretium quis\r\n
, sem. <a href=\"#\">Nulla consequat massa quis enim</a>. Donec pede justo,
fringilla vel, aliquet nec, vulputate eget, arcu.</p>\r\n
<h2>Subberschrift fr diese Seite (h2)</h2>\r\n
<!--<ul>\r\n <li> In enim justo, rhoncus ut, imperd
iet a, venenatis vitae, justo.\r\n <ul>\r\n
<li>aksdjf ie jie </li>\r\n
<li>aksdjfi iejij aiesj </li>\r\n <li> ask
jdfkjs f</li>\r\n </ul>\r\n
</li>\r\n <li> Nullam dictum felis eu pe
de mollis pretium.</li>\r\n <li> Integer tincidunt
. Cras dapibus. Vivamus elementum semper nisi.</li>\r\n
</ul>\r\n \r\n <p>Aenea
n vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, e
leifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellu
s.</p>\r\n <hr />\r\n
<p> Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean impe
rdiet. Etiam ultricies nisi vel\r\n augue. Curabitu
r ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus. Maecenas tempus, tell
us eget condimentum rhoncus, sem quam semper \r\n
libero, sit \r\n amet adipiscing sem neque sed i
psum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas
nec odio et ante tincidunt tempus\r\n . Donec vitae s
apien u\r\n t libero venenatis faucibus. Nullam qui
s ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringill
a mauris sit amet n\r\n ibh. Donec sodales sagitti\r\n
s magna. Sed consequat, leo eget bibendum sodales, augue velit cursus n
unc, </p>\r\n <h3> berschrift 3</h3>\r\n
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean comm
odo ligula eget dolor. Aenean massa. C\r\n um socii
s natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Don
ec quam felis, </p>\r\n <p>ultricies nec, pellentesque e
u, pretium quis, sem. <br />\r\n Nulla consequa
t massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget,
arcu. In enim\r\n justo, rhoncus ut, imperdiet
a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer t
incidunt. Cras dapibus.<br />\r\n Vivamus elementu
m semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu
, consequ<br />\r\n at vitae, eleifend ac, enim. Ali
quam lorem ante, <br />\r\n dapibus in, viverra quis
, feugiat a, tellus. Phasellus viverra nulla ut metus varius laoreet. Quisque ru
trum. <br />\r\n Aenean imperdiet. Etiam ultricie
s nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. <br />\r\n
Etiam rhoncus. \r\n Maecenas tempus, tellus
eget</p>-->\r\n \r\n <!--###content### end --
></div>\r\n <div id=\"right\"><!--###right### begin -->\r\n
<p>ZTS Zica trgovina in storitve d.o.o.<br />\r\n
Spelina Ulica P.p.133 022 2000 Maribor<br />\r\n
Tel: +386-2-46-04-810 Fax: +386-2-426-01-39<br />\r\n
E-Mail: mrauch@zts-wire.com\r\n </p>\r\n
<!--###right### end --></div>\r\n <div id=\"imageLinks\"><
!--###imageLinks### begin -->\r\n <a href=\"#\"><i
mg src=\"images/imageLinks01.png\" alt=\"ZTS-Wire\" width=\"188\" height=\"118\"
/></a>\r\n <a href=\"#\"><img src=\"images/imageLin
ks02.png\" alt=\"ZTS-Wire\" width=\"188\" height=\"118\" /></a>\r\n
<a href=\"#\"><img src=\"images/imageLinks03.png\" alt=\"ZTS-Wire\" width=\"188\
" height=\"118\" /></a>\r\n <a href=\"#\"><img src=\
"images/imageLinks04.png\" alt=\"ZTS-Wire\" width=\"188\" height=\"118\" /></a>\
r\n <a href=\"#\"><img src=\"images/imageLinks05.png
\" alt=\"ZTS-Wire\" width=\"188\" height=\"118\" /></a>\r\n
<!--###imageLinks### end --></div>\r\n \";}s:9:\"container\";a:1:{i:0;s
:5030:\"\r\n <div id=\"maincontent\"><!--###maincontent### begin -->\
r\n <div id=\"left\"><!--###left### begin -->\r\n
<div id=\"subnav\"><!--###subnav### begin -->\r\n
<ul>\r\n <li class=\"curr\"><a href=\"#\">Carbon
Steel</a>\r\n <ul>\r\n
<li class=\"curr\"><a href=\"#\">Link01</a></li>\r\n
<li><a href=\"#\">Link02</a></li>\r\n
<li><a href=\"#\">Link03</a></li>\r\n
<li><a href=\"#\">Link04</a></li>\r\n
</ul>\r\n </li>\r\n
<li><a href=\"#\">Nickel and Nickel Alloys</a></li>\r\n
<li><a href=\"#\">Copper and Copper Alloys</a></li>\r\n
<li><a href=\"#\">Special Materials</a></li>\r\n
</ul>\r\n \r\n <!--###subnav### end
--></div>\r\n <!--###left### end --></div>\r\n
\r\n <div id=\"content\"><!--###content### begin -->\r\n
<h1> berschrift fr diese Seite (h1)</h1>\r\n <p>L
orem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula e
get dolor. \r\n Aenean massa. Cum sociis natoque pen
atibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis
, ultricies nec, pellentesque eu, pretium quis\r\n
, sem. <a href=\"#\">Nulla consequat massa quis enim</a>. Donec pede justo,
fringilla vel, aliquet nec, vulputate eget, arcu.</p>\r\n
<h2>Subberschrift fr diese Seite (h2)</h2>\r\n
<!--<ul>\r\n <li> In enim justo, rhoncus ut, imperd
iet a, venenatis vitae, justo.\r\n <ul>\r\n
<li>aksdjf ie jie </li>\r\n
<li>aksdjfi iejij aiesj </li>\r\n <li> ask
jdfkjs f</li>\r\n </ul>\r\n
</li>\r\n <li> Nullam dictum felis eu pe
de mollis pretium.</li>\r\n <li> Integer tincidunt
. Cras dapibus. Vivamus elementum semper nisi.</li>\r\n
</ul>\r\n \r\n <p>Aenea
n vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, e
leifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellu
s.</p>\r\n <hr />\r\n
<p> Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean impe
rdiet. Etiam ultricies nisi vel\r\n augue. Curabitu
r ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus. Maecenas tempus, tell
us eget condimentum rhoncus, sem quam semper \r\n
libero, sit \r\n amet adipiscing sem neque sed i
psum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas
nec odio et ante tincidunt tempus\r\n . Donec vitae s
apien u\r\n t libero venenatis faucibus. Nullam qui
s ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringill
a mauris sit amet n\r\n ibh. Donec sodales sagitti\r\n
s magna. Sed consequat, leo eget bibendum sodales, augue velit cursus n
unc, </p>\r\n <h3> berschrift 3</h3>\r\n
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean comm
odo ligula eget dolor. Aenean massa. C\r\n um socii
s natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Don
ec quam felis, </p>\r\n <p>ultricies nec, pellentesque e
u, pretium quis, sem. <br />\r\n Nulla consequa
t massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget,
arcu. In enim\r\n justo, rhoncus ut, imperdiet
a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer t
incidunt. Cras dapibus.<br />\r\n Vivamus elementu
m semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu
, consequ<br />\r\n at vitae, eleifend ac, enim. Ali
quam lorem ante, <br />\r\n dapibus in, viverra quis
, feugiat a, tellus. Phasellus viverra nulla ut metus varius laoreet. Quisque ru
trum. <br />\r\n Aenean imperdiet. Etiam ultricie
s nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. <br />\r\n
Etiam rhoncus. \r\n Maecenas tempus, tellus
eget</p>-->\r\n \r\n <!--###content### end --
></div>\r\n <div id=\"right\"><!--###right### begin -->\r\n
<p>ZTS Zica trgovina in storitve d.o.o.<br />\r\n
Spelina Ulica P.p.133 022 2000 Maribor<br />\r\n
Tel: +386-2-46-04-810 Fax: +386-2-426-01-39<br />\r\n
E-Mail: mrauch@zts-wire.com\r\n </p>\r\n
<!--###right### end --></div>\r\n <div id=\"imageLinks\"><
!--###imageLinks### begin -->\r\n <a href=\"#\"><i
mg src=\"images/imageLinks01.png\" alt=\"ZTS-Wire\" width=\"188\" height=\"118\"
/></a>\r\n <a href=\"#\"><img src=\"images/imageLin
ks02.png\" alt=\"ZTS-Wire\" width=\"188\" height=\"118\" /></a>\r\n
<a href=\"#\"><img src=\"images/imageLinks03.png\" alt=\"ZTS-Wire\" width=\"188\
" height=\"118\" /></a>\r\n <a href=\"#\"><img src=\
"images/imageLinks04.png\" alt=\"ZTS-Wire\" width=\"188\" height=\"118\" /></a>\
r\n <a href=\"#\"><img src=\"images/imageLinks05.png
\" alt=\"ZTS-Wire\" width=\"188\" height=\"118\" /></a>\r\n
<!--###imageLinks### end --></div>\r\n <!--###maincontent### end --></d
iv>\r\n \";}s:6:\"footer\";a:1:{i:0;s:259:\"\r\n <a href=\"http:/
/www.koerbler.com\" title=\"Webagentur Krbler\" target=\"_blank\">WebMarketing</a>
&nbsp;by<br />\r\n <a href=\"http://www.koerbler.com\" title=\"Weba
gentur Krbler\" target=\"_blank\"><img src=\"images/klogo.png\"alt=\"WebAgentur Krbl
er\" /></a>\r\n \r\n \";}s:5:\"clear\";a:1:{i:0;s:0:\"\";}s:7:\"wrapper\";a:1
:{i:0;s:6670:\"\r\n <div id=\"top\"><!--###top### begin -->\r\n
<div id=\"logo\"><!--###logo### begin --><h1><a href=\"#\">ZTS - Wire</a></h1><!
--###logo### end --></div>\r\n <div id=\"languageSelect\"><!--###langua
geSelect### begin -->\r\n <form method=\"post\" action=\"t
emplate.html\">\r\n <select name=\"languageSelect\">
\r\n <option>Deutsch</option>\r\n
<option>English</option>\r\n <option>........
</option>\r\n </select>\r\n </form>\
r\n <!--###languageSelect### end --></div>\r\n <div id=
\"topNav\"><!--###topNav### begin -->\r\n <ul>\r\n
<li class=\"curr\"><a href=\"#\">Kontakt</a></li>\r\n
<li><a href=\"#\">Impressum</a></li>\r\n <li clas
s=\"last\"><a href=\"#\">AGB</a></li>\r\n </ul>\r\n
<!--###topNav### end --></div>\r\n <!--###top### end --></div>\r\n <div id=
\"mainnav\"><!--###mainnav### begin -->\r\n <ul>\r\n
<li class=\"first curr\"><a href=\"#\">Home</a></li>\r\n <li><a
href=\"#\">Unternehmen</a></li>\r\n <li><a href=\"#\">Produkte</a
></li>\r\n <li><a href=\"#\">Service</a></li>\r\n
<li class=\"last\"><a href=\"#\">Kontakt</a></li>\r\n </ul>\r\n\r\n
<!--###mainnav### end --></div>\r\n <div id=\"container\"><!--###container##
# begin -->\r\n <div id=\"maincontent\"><!--###maincontent### begin -->\
r\n <div id=\"left\"><!--###left### begin -->\r\n
<div id=\"subnav\"><!--###subnav### begin -->\r\n
<ul>\r\n <li class=\"curr\"><a href=\"#\">Carbon
Steel</a>\r\n <ul>\r\n
<li class=\"curr\"><a href=\"#\">Link01</a></li>\r\n
<li><a href=\"#\">Link02</a></li>\r\n
<li><a href=\"#\">Link03</a></li>\r\n
<li><a href=\"#\">Link04</a></li>\r\n
</ul>\r\n </li>\r\n
<li><a href=\"#\">Nickel and Nickel Alloys</a></li>\r\n
<li><a href=\"#\">Copper and Copper Alloys</a></li>\r\n
<li><a href=\"#\">Special Materials</a></li>\r\n
</ul>\r\n \r\n <!--###subnav### end
--></div>\r\n <!--###left### end --></div>\r\n
\r\n <div id=\"content\"><!--###content### begin -->\r\n
<h1> berschrift fr diese Seite (h1)</h1>\r\n <p>L
orem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula e
get dolor. \r\n Aenean massa. Cum sociis natoque pen
atibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis
, ultricies nec, pellentesque eu, pretium quis\r\n
, sem. <a href=\"#\">Nulla consequat massa quis enim</a>. Donec pede justo,
fringilla vel, aliquet nec, vulputate eget, arcu.</p>\r\n
<h2>Subberschrift fr diese Seite (h2)</h2>\r\n
<!--<ul>\r\n <li> In enim justo, rhoncus ut, imperd
iet a, venenatis vitae, justo.\r\n <ul>\r\n
<li>aksdjf ie jie </li>\r\n
<li>aksdjfi iejij aiesj </li>\r\n <li> ask
jdfkjs f</li>\r\n </ul>\r\n
</li>\r\n <li> Nullam dictum felis eu pe
de mollis pretium.</li>\r\n <li> Integer tincidunt
. Cras dapibus. Vivamus elementum semper nisi.</li>\r\n
</ul>\r\n \r\n <p>Aenea
n vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, e
leifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellu
s.</p>\r\n <hr />\r\n
<p> Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean impe
rdiet. Etiam ultricies nisi vel\r\n augue. Curabitu
r ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus. Maecenas tempus, tell
us eget condimentum rhoncus, sem quam semper \r\n
libero, sit \r\n amet adipiscing sem neque sed i
psum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas
nec odio et ante tincidunt tempus\r\n . Donec vitae s
apien u\r\n t libero venenatis faucibus. Nullam qui
s ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringill
a mauris sit amet n\r\n ibh. Donec sodales sagitti\r\n
s magna. Sed consequat, leo eget bibendum sodales, augue velit cursus n
unc, </p>\r\n <h3> berschrift 3</h3>\r\n
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean comm
odo ligula eget dolor. Aenean massa. C\r\n um socii
s natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Don
ec quam felis, </p>\r\n <p>ultricies nec, pellentesque e
u, pretium quis, sem. <br />\r\n Nulla consequa
t massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget,
arcu. In enim\r\n justo, rhoncus ut, imperdiet
a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer t
incidunt. Cras dapibus.<br />\r\n Vivamus elementu
m semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu
, consequ<br />\r\n at vitae, eleifend ac, enim. Ali
quam lorem ante, <br />\r\n dapibus in, viverra quis
, feugiat a, tellus. Phasellus viverra nulla ut metus varius laoreet. Quisque ru
trum. <br />\r\n Aenean imperdiet. Etiam ultricie
s nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. <br />\r\n
Etiam rhoncus. \r\n Maecenas tempus, tellus
eget</p>-->\r\n \r\n <!--###content### end --
></div>\r\n <div id=\"right\"><!--###right### begin -->\r\n
<p>ZTS Zica trgovina in storitve d.o.o.<br />\r\n
Spelina Ulica P.p.133 022 2000 Maribor<br />\r\n
Tel: +386-2-46-04-810 Fax: +386-2-426-01-39<br />\r\n
E-Mail: mrauch@zts-wire.com\r\n </p>\r\n
<!--###right### end --></div>\r\n <div id=\"imageLinks\"><
!--###imageLinks### begin -->\r\n <a href=\"#\"><i
mg src=\"images/imageLinks01.png\" alt=\"ZTS-Wire\" width=\"188\" height=\"118\"
/></a>\r\n <a href=\"#\"><img src=\"images/imageLin
ks02.png\" alt=\"ZTS-Wire\" width=\"188\" height=\"118\" /></a>\r\n
<a href=\"#\"><img src=\"images/imageLinks03.png\" alt=\"ZTS-Wire\" width=\"188\
" height=\"118\" /></a>\r\n <a href=\"#\"><img src=\
"images/imageLinks04.png\" alt=\"ZTS-Wire\" width=\"188\" height=\"118\" /></a>\
r\n <a href=\"#\"><img src=\"images/imageLinks05.png
\" alt=\"ZTS-Wire\" width=\"188\" height=\"118\" /></a>\r\n
<!--###imageLinks### end --></div>\r\n <!--###maincontent### end --></d
iv>\r\n <!--###container### end --></div>\r\n\r\n <div id=\"footer\"><!--#
##footer### begin -->\r\n <a href=\"http://www.koerbler.com\" titl
e=\"Webagentur Krbler\" target=\"_blank\">WebMarketing</a>&nbsp;by<br />\r\n
<a href=\"http://www.koerbler.com\" title=\"Webagentur Krbler\" target=\"_blank\">
<img src=\"images/klogo.png\"alt=\"WebAgentur Krbler\" /></a>\r\n \r\n <!--###f
ooter### end --></div>\r\n <div class=\"clear\"><!--###clear### begin --><!
--###clear### end --></div>\r\n\r\n\r\n\";}s:13:\"DOCUMENT_BODY\";a:1:{i:0;s:689
0:\"\r\n \r\n <div id=\"supersize\"><!--###supersize### begin --><img
src=\"images/backgrnd.jpg\" alt=\"ZTS - Wire\" /><!--###supersize### end --></di
v>\r\n\r\n<div id=\"wrapper\"><!--###wrapper### begin -->\r\n <div id=\"top\">
<!--###top### begin -->\r\n <div id=\"logo\"><!--###logo### begin --
><h1><a href=\"#\">ZTS - Wire</a></h1><!--###logo### end --></div>\r\n
<div id=\"languageSelect\"><!--###languageSelect### begin -->\r\n
<form method=\"post\" action=\"template.html\">\r\n
<select name=\"languageSelect\">\r\n <option>
Deutsch</option>\r\n <option>English</option>
\r\n <option>........</option>\r\n
</select>\r\n </form>\r\n <!--###languageSelect###
end --></div>\r\n <div id=\"topNav\"><!--###topNav### begin -->\r\
n <ul>\r\n <li class=\"curr
\"><a href=\"#\">Kontakt</a></li>\r\n <li><a href=\"#\
">Impressum</a></li>\r\n <li class=\"last\"><a hr
ef=\"#\">AGB</a></li>\r\n </ul>\r\n <!--###t
opNav### end --></div>\r\n <!--###top### end --></div>\r\n <div id=\"mainna
v\"><!--###mainnav### begin -->\r\n <ul>\r\n <li cla
ss=\"first curr\"><a href=\"#\">Home</a></li>\r\n <li><a href=\"#
\">Unternehmen</a></li>\r\n <li><a href=\"#\">Produkte</a></li>\r
\n <li><a href=\"#\">Service</a></li>\r\n <li clas
s=\"last\"><a href=\"#\">Kontakt</a></li>\r\n </ul>\r\n\r\n <!--##
#mainnav### end --></div>\r\n <div id=\"container\"><!--###container### begin
-->\r\n <div id=\"maincontent\"><!--###maincontent### begin -->\r\n
<div id=\"left\"><!--###left### begin -->\r\n <div id=\"su
bnav\"><!--###subnav### begin -->\r\n <ul>\r\n
<li class=\"curr\"><a href=\"#\">Carbon Steel</a>\r\n
<ul>\r\n <li
class=\"curr\"><a href=\"#\">Link01</a></li>\r\n
<li><a href=\"#\">Link02</a></li>\r\n
<li><a href=\"#\">Link03</a></li>\r\n
<li><a href=\"#\">Link04</a></li>\r\n
</ul>\r\n </li>\r\n
<li><a href=\"#\">Nickel and Nickel Alloys</a></li>\r\n
<li><a href=\"#\">Copper and Copper Alloys</a></li>\r\n
<li><a href=\"#\">Special Materials</a></li>\r\n
</ul>\r\n \r\n <!--###subnav### end
--></div>\r\n <!--###left### end --></div>\r\n
\r\n <div id=\"content\"><!--###content### begin -->\r\n
<h1> berschrift fr diese Seite (h1)</h1>\r\n <p>L
orem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula e
get dolor. \r\n Aenean massa. Cum sociis natoque pen
atibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis
, ultricies nec, pellentesque eu, pretium quis\r\n
, sem. <a href=\"#\">Nulla consequat massa quis enim</a>. Donec pede justo,
fringilla vel, aliquet nec, vulputate eget, arcu.</p>\r\n
<h2>Subberschrift fr diese Seite (h2)</h2>\r\n
<!--<ul>\r\n <li> In enim justo, rhoncus ut, imperd
iet a, venenatis vitae, justo.\r\n <ul>\r\n
<li>aksdjf ie jie </li>\r\n
<li>aksdjfi iejij aiesj </li>\r\n <li> ask
jdfkjs f</li>\r\n </ul>\r\n
</li>\r\n <li> Nullam dictum felis eu pe
de mollis pretium.</li>\r\n <li> Integer tincidunt
. Cras dapibus. Vivamus elementum semper nisi.</li>\r\n
</ul>\r\n \r\n <p>Aenea
n vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, e
leifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellu
s.</p>\r\n <hr />\r\n
<p> Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean impe
rdiet. Etiam ultricies nisi vel\r\n augue. Curabitu
r ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus. Maecenas tempus, tell
us eget condimentum rhoncus, sem quam semper \r\n
libero, sit \r\n amet adipiscing sem neque sed i
psum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas
nec odio et ante tincidunt tempus\r\n . Donec vitae s
apien u\r\n t libero venenatis faucibus. Nullam qui
s ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringill
a mauris sit amet n\r\n ibh. Donec sodales sagitti\r\n
s magna. Sed consequat, leo eget bibendum sodales, augue velit cursus n
unc, </p>\r\n <h3> berschrift 3</h3>\r\n
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean comm
odo ligula eget dolor. Aenean massa. C\r\n um socii
s natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Don
ec quam felis, </p>\r\n <p>ultricies nec, pellentesque e
u, pretium quis, sem. <br />\r\n Nulla consequa
t massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget,
arcu. In enim\r\n justo, rhoncus ut, imperdiet
a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer t
incidunt. Cras dapibus.<br />\r\n Vivamus elementu
m semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu
, consequ<br />\r\n at vitae, eleifend ac, enim. Ali
quam lorem ante, <br />\r\n dapibus in, viverra quis
, feugiat a, tellus. Phasellus viverra nulla ut metus varius laoreet. Quisque ru
trum. <br />\r\n Aenean imperdiet. Etiam ultricie
s nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. <br />\r\n
Etiam rhoncus. \r\n Maecenas tempus, tellus
eget</p>-->\r\n \r\n <!--###content### end --
></div>\r\n <div id=\"right\"><!--###right### begin -->\r\n
<p>ZTS Zica trgovina in storitve d.o.o.<br />\r\n
Spelina Ulica P.p.133 022 2000 Maribor<br />\r\n
Tel: +386-2-46-04-810 Fax: +386-2-426-01-39<br />\r\n
E-Mail: mrauch@zts-wire.com\r\n </p>\r\n
<!--###right### end --></div>\r\n <div id=\"imageLinks\"><
!--###imageLinks### begin -->\r\n <a href=\"#\"><i
mg src=\"images/imageLinks01.png\" alt=\"ZTS-Wire\" width=\"188\" height=\"118\"
/></a>\r\n <a href=\"#\"><img src=\"images/imageLin
ks02.png\" alt=\"ZTS-Wire\" width=\"188\" height=\"118\" /></a>\r\n
<a href=\"#\"><img src=\"images/imageLinks03.png\" alt=\"ZTS-Wire\" width=\"188\
" height=\"118\" /></a>\r\n <a href=\"#\"><img src=\
"images/imageLinks04.png\" alt=\"ZTS-Wire\" width=\"188\" height=\"118\" /></a>\
r\n <a href=\"#\"><img src=\"images/imageLinks05.png
\" alt=\"ZTS-Wire\" width=\"188\" height=\"118\" /></a>\r\n
<!--###imageLinks### end --></div>\r\n <!--###maincontent### end --></d
iv>\r\n <!--###container### end --></div>\r\n\r\n <div id=\"footer\"><!--#
##footer### begin -->\r\n <a href=\"http://www.koerbler.com\" titl
e=\"Webagentur Krbler\" target=\"_blank\">WebMarketing</a>&nbsp;by<br />\r\n
<a href=\"http://www.koerbler.com\" title=\"Webagentur Krbler\" target=\"_blank\">
<img src=\"images/klogo.png\"alt=\"WebAgentur Krbler\" /></a>\r\n \r\n <!--###f
ooter### end --></div>\r\n <div class=\"clear\"><!--###clear### begin --><!
--###clear### end --></div>\r\n\r\n\r\n<!--###wrapper### end --></div>\r\n\";}}s
:12:\"bodyTagFound\";s:6:\"<body>\";}',1289551670,'tx_automaketemplate_pi1'),(6,
'3db2a32a1b7bc1d29e60166feb27c42f','a:3:{i:0;a:1:{s:14:\"wrapItemAndSub\";s:10:\
"<li>|</li>\";}i:1;a:1:{s:14:\"wrapItemAndSub\";s:10:\"<li>|</li>\";}i:2;a:1:{s:
14:\"wrapItemAndSub\";s:23:\"<li class=\"last\">|</li>\";}}',1289551670,'MENUDAT
A'),(7,'50a51fde08c77989cfffa399c09b8c9f','a:5:{i:0;a:1:{s:14:\"wrapItemAndSub\"
;s:23:\"<li class=\"curr\">|</li>\";}i:1;a:1:{s:14:\"wrapItemAndSub\";s:10:\"<li
>|</li>\";}i:2;a:1:{s:14:\"wrapItemAndSub\";s:10:\"<li>|</li>\";}i:3;a:1:{s:14:\
"wrapItemAndSub\";s:10:\"<li>|</li>\";}i:4;a:1:{s:14:\"wrapItemAndSub\";s:10:\"<
li>|</li>\";}}',1289551670,'MENUDATA'),(8,'0bb2ebfada53719ba829b45193e13bd9','N;
',1289551670,'MENUDATA'),(9,'6abc58b945bd5fa9574bc760edf2a0b5','a:2:{s:1:\"c\";a
:9:{i:0;s:274:\"\r\n \r\n <div id=\"supersize\"><!--###supersize### begin
--><img src=\"fileadmin/templateZTSWire/images/backgrnd.jpg\" alt=\"ZTS - Wire\"
/><!--###supersize### end --></div>\r\n\r\n<div id=\"wrapper\"><!--###wrapper##
# begin -->\r\n <div id=\"top\"><!--###top### begin -->\r\n <div id=
\"logo\">\";i:1;s:363:\"</div>\r\n <div id=\"languageSelect\"><!--#
##languageSelect### begin -->\r\n <form method=\"post\" ac
tion=\"fileadmin/templateZTSWire/template.html\">\r\n
<select name=\"languageSelect\">\r\n <option>
Deutsch</option>\r\n <option>English</option>
\r\n <option>........</option>\r\n
</select>\r\n </form>\r\n <!--###languageSelect###
end --></div>\r\n <div id=\"topNav\">\";i:2;s:57:\"</div>\r\n
<!--###top### end --></div>\r\n <div id=\"mainnav\">\";i:3;s:135:\"</div>\r\n
<div id=\"container\"><!--###container### begin -->\r\n <div id=\"mainco
ntent\"><!--###maincontent### begin -->\r\n <div id=\"left\"
>\";i:4;s:33:\"</div>\r\n \r\n <div id=\"conten
t\">\";i:5;s:27:\"</div>\r\n <div id=\"right\">\";i:6;s:32:\"
</div>\r\n <div id=\"imageLinks\">\";i:7;s:103:\"</div>\r\n
<!--###maincontent### end --></div>\r\n <!--###container### end --></div>\r\n\r\
n <div id=\"footer\">\";i:8;s:121:\"</div>\r\n <div class=\"clear\"><!-
-###clear### begin --><!--###clear### end --></div>\r\n\r\n\r\n<!--###wrapper###
end --></div>\r\n\";}s:1:\"k\";a:8:{i:0;s:10:\"###logo###\";i:1;s:12:\"###topNa
v###\";i:2;s:13:\"###mainnav###\";i:3;s:10:\"###left###\";i:4;s:13:\"###content#
##\";i:5;s:11:\"###right###\";i:6;s:16:\"###imageLinks###\";i:7;s:12:\"###footer
###\";}}',1289551670,'substMarkArrayCached'),(10,'fe8cc37aa9e8ae2f14b78fca78999a
e2','a:3:{s:8:\"TSconfig\";a:4:{s:8:\"options.\";a:4:{s:15:\"enableShortcuts\";s
:1:\"1\";s:11:\"saveDocView\";s:1:\"1\";s:10:\"saveDocNew\";s:1:\"1\";s:11:\"sav
eDocNew.\";a:2:{s:5:\"pages\";s:1:\"0\";s:22:\"pages_language_overlay\";s:1:\"0\
";}}s:6:\"setup.\";a:1:{s:8:\"default.\";a:1:{s:8:\"edit_RTE\";s:1:\"1\";}}s:9:\
"admPanel.\";a:1:{s:7:\"enable.\";a:1:{s:3:\"all\";s:1:\"1\";}}s:12:\"TCAdefault
s.\";a:1:{s:9:\"sys_note.\";a:2:{s:6:\"author\";s:0:\"\";s:5:\"email\";s:0:\"\";
}}}s:8:\"sections\";a:0:{}s:5:\"match\";a:0:{}}77236a35fb5f0ea46faf60c46979518f'
,1289551680,'userTS_TSconfig'),(11,'48843ba0a91744d0b28bb842bdb05e03','a:3:{s:8:
\"TSconfig\";a:3:{s:4:\"mod.\";a:1:{s:8:\"wizards.\";a:1:{s:18:\"newContentEleme
nt.\";a:1:{s:12:\"wizardItems.\";a:4:{s:7:\"common.\";a:3:{s:6:\"header\";s:57:\
"LLL:EXT:cms/layout/locallang_db_new_content_el.xml:common\";s:9:\"elements.\";a
:5:{s:5:\"text.\";a:4:{s:4:\"icon\";s:26:\"gfx/c_wiz/regular_text.gif\";s:5:\"ti
tle\";s:75:\"LLL:EXT:cms/layout/locallang_db_new_content_el.xml:common_regularTe
xt_title\";s:11:\"description\";s:81:\"LLL:EXT:cms/layout/locallang_db_new_conte
nt_el.xml:common_regularText_description\";s:21:\"tt_content_defValues.\";a:1:{s
:5:\"CType\";s:4:\"text\";}}s:8:\"textpic.\";a:4:{s:4:\"icon\";s:30:\"gfx/c_wiz/
text_image_right.gif\";s:5:\"title\";s:73:\"LLL:EXT:cms/layout/locallang_db_new_
content_el.xml:common_textImage_title\";s:11:\"description\";s:79:\"LLL:EXT:cms/
layout/locallang_db_new_content_el.xml:common_textImage_description\";s:21:\"tt_
content_defValues.\";a:2:{s:5:\"CType\";s:7:\"textpic\";s:11:\"imageorient\";s:2
:\"17\";}}s:6:\"image.\";a:4:{s:4:\"icon\";s:25:\"gfx/c_wiz/images_only.gif\";s:
5:\"title\";s:74:\"LLL:EXT:cms/layout/locallang_db_new_content_el.xml:common_ima
gesOnly_title\";s:11:\"description\";s:80:\"LLL:EXT:cms/layout/locallang_db_new_
content_el.xml:common_imagesOnly_description\";s:21:\"tt_content_defValues.\";a:
2:{s:5:\"CType\";s:5:\"image\";s:9:\"imagecols\";s:1:\"2\";}}s:8:\"bullets.\";a:
4:{s:4:\"icon\";s:25:\"gfx/c_wiz/bullet_list.gif\";s:5:\"title\";s:74:\"LLL:EXT:
cms/layout/locallang_db_new_content_el.xml:common_bulletList_title\";s:11:\"desc
ription\";s:80:\"LLL:EXT:cms/layout/locallang_db_new_content_el.xml:common_bulle
tList_description\";s:21:\"tt_content_defValues.\";a:1:{s:5:\"CType\";s:7:\"bull
ets\";}}s:6:\"table.\";a:4:{s:4:\"icon\";s:19:\"gfx/c_wiz/table.gif\";s:5:\"titl
e\";s:69:\"LLL:EXT:cms/layout/locallang_db_new_content_el.xml:common_table_title
\";s:11:\"description\";s:75:\"LLL:EXT:cms/layout/locallang_db_new_content_el.xm
l:common_table_description\";s:21:\"tt_content_defValues.\";a:1:{s:5:\"CType\";s
:5:\"table\";}}}s:4:\"show\";s:32:\"text,textpic,image,bullets,table\";}s:8:\"sp
ecial.\";a:3:{s:6:\"header\";s:58:\"LLL:EXT:cms/layout/locallang_db_new_content_
el.xml:special\";s:9:\"elements.\";a:6:{s:8:\"uploads.\";a:4:{s:4:\"icon\";s:23:
\"gfx/c_wiz/filelinks.gif\";s:5:\"title\";s:74:\"LLL:EXT:cms/layout/locallang_db
_new_content_el.xml:special_filelinks_title\";s:11:\"description\";s:80:\"LLL:EX
T:cms/layout/locallang_db_new_content_el.xml:special_filelinks_description\";s:2
1:\"tt_content_defValues.\";a:1:{s:5:\"CType\";s:7:\"uploads\";}}s:11:\"multimed
ia.\";a:4:{s:4:\"icon\";s:24:\"gfx/c_wiz/multimedia.gif\";s:5:\"title\";s:75:\"L
LL:EXT:cms/layout/locallang_db_new_content_el.xml:special_multimedia_title\";s:1
1:\"description\";s:81:\"LLL:EXT:cms/layout/locallang_db_new_content_el.xml:spec
ial_multimedia_description\";s:21:\"tt_content_defValues.\";a:1:{s:5:\"CType\";s
:10:\"multimedia\";}}s:6:\"media.\";a:4:{s:4:\"icon\";s:24:\"gfx/c_wiz/multimedi
a.gif\";s:5:\"title\";s:70:\"LLL:EXT:cms/layout/locallang_db_new_content_el.xml:
special_media_title\";s:11:\"description\";s:76:\"LLL:EXT:cms/layout/locallang_d
b_new_content_el.xml:special_media_description\";s:21:\"tt_content_defValues.\";
a:1:{s:5:\"CType\";s:5:\"media\";}}s:5:\"menu.\";a:4:{s:4:\"icon\";s:22:\"gfx/c_
wiz/sitemap2.gif\";s:5:\"title\";s:72:\"LLL:EXT:cms/layout/locallang_db_new_cont
ent_el.xml:special_sitemap_title\";s:11:\"description\";s:78:\"LLL:EXT:cms/layou
t/locallang_db_new_content_el.xml:special_sitemap_description\";s:21:\"tt_conten
t_defValues.\";a:2:{s:5:\"CType\";s:4:\"menu\";s:9:\"menu_type\";s:1:\"2\";}}s:5
:\"html.\";a:4:{s:4:\"icon\";s:18:\"gfx/c_wiz/html.gif\";s:5:\"title\";s:74:\"LL
L:EXT:cms/layout/locallang_db_new_content_el.xml:special_plainHTML_title\";s:11:
\"description\";s:80:\"LLL:EXT:cms/layout/locallang_db_new_content_el.xml:specia
l_plainHTML_description\";s:21:\"tt_content_defValues.\";a:1:{s:5:\"CType\";s:4:
\"html\";}}s:4:\"div.\";a:4:{s:4:\"icon\";s:17:\"gfx/c_wiz/div.gif\";s:5:\"title
\";s:72:\"LLL:EXT:cms/layout/locallang_db_new_content_el.xml:special_divider_tit
le\";s:11:\"description\";s:78:\"LLL:EXT:cms/layout/locallang_db_new_content_el.
xml:special_divider_description\";s:21:\"tt_content_defValues.\";a:1:{s:5:\"CTyp
e\";s:3:\"div\";}}}s:4:\"show\";s:27:\"uploads,media,menu,html,div\";}s:6:\"form
s.\";a:3:{s:6:\"header\";s:56:\"LLL:EXT:cms/layout/locallang_db_new_content_el.x
ml:forms\";s:9:\"elements.\";a:3:{s:9:\"mailform.\";a:4:{s:4:\"icon\";s:22:\"gfx
/c_wiz/mailform.gif\";s:5:\"title\";s:67:\"LLL:EXT:cms/layout/locallang_db_new_c
ontent_el.xml:forms_mail_title\";s:11:\"description\";s:73:\"LLL:EXT:cms/layout/
locallang_db_new_content_el.xml:forms_mail_description\";s:21:\"tt_content_defVa
lues.\";a:2:{s:5:\"CType\";s:8:\"mailform\";s:8:\"bodytext\";s:255:\"# Example c
ontent:\nName: | *name = input,40 | Enter your name here\nEmail: | *email=input,
40 |\nAddress: | address=textarea,40,5 |\nContact me: | tv=check | 1\n\n|formtyp
e_mail = submit | Send form!\n|html_enabled=hidden | 1\n|subject=hidden| This is
the subject\";}}s:7:\"search.\";a:4:{s:4:\"icon\";s:24:\"gfx/c_wiz/searchform.g
if\";s:5:\"title\";s:69:\"LLL:EXT:cms/layout/locallang_db_new_content_el.xml:for
ms_search_title\";s:11:\"description\";s:75:\"LLL:EXT:cms/layout/locallang_db_ne
w_content_el.xml:forms_search_description\";s:21:\"tt_content_defValues.\";a:1:{
s:5:\"CType\";s:6:\"search\";}}s:6:\"login.\";a:4:{s:4:\"icon\";s:24:\"gfx/c_wiz
/login_form.gif\";s:5:\"title\";s:68:\"LLL:EXT:cms/layout/locallang_db_new_conte
nt_el.xml:forms_login_title\";s:11:\"description\";s:74:\"LLL:EXT:cms/layout/loc
allang_db_new_content_el.xml:forms_login_description\";s:21:\"tt_content_defValu
es.\";a:1:{s:5:\"CType\";s:5:\"login\";}}}s:4:\"show\";s:21:\"mailform,search,lo
gin\";}s:8:\"plugins.\";a:3:{s:6:\"header\";s:58:\"LLL:EXT:cms/layout/locallang_
db_new_content_el.xml:plugins\";s:9:\"elements.\";a:1:{s:8:\"general.\";a:4:{s:4
:\"icon\";s:26:\"gfx/c_wiz/user_defined.gif\";s:5:\"title\";s:72:\"LLL:EXT:cms/l
ayout/locallang_db_new_content_el.xml:plugins_general_title\";s:11:\"description
\";s:78:\"LLL:EXT:cms/layout/locallang_db_new_content_el.xml:plugins_general_des
cription\";s:21:\"tt_content_defValues.\";a:1:{s:5:\"CType\";s:4:\"list\";}}}s:4
:\"show\";s:1:\"*\";}}}}}s:8:\"TCEFORM.\";a:1:{s:11:\"tt_content.\";a:8:{s:16:\"
text_properties.\";a:1:{s:8:\"disabled\";s:1:\"1\";}s:11:\"text_align.\";a:1:{s:
8:\"disabled\";s:1:\"1\";}s:11:\"text_color.\";a:1:{s:8:\"disabled\";s:1:\"1\";}
s:10:\"text_face.\";a:1:{s:8:\"disabled\";s:1:\"1\";}s:10:\"text_size.\";a:1:{s:
8:\"disabled\";s:1:\"1\";}s:13:\"image_frames.\";a:1:{s:8:\"disabled\";s:1:\"1\"
;}s:6:\"CType.\";a:1:{s:11:\"removeItems\";s:47:\"rte,script,splash,swfobject,qt
object,multimedia\";}s:12:\"imageorient.\";a:1:{s:6:\"types.\";a:1:{s:6:\"image.
\";a:1:{s:11:\"removeItems\";s:18:\"8,9,10,17,18,25,26\";}}}}}s:4:\"RTE.\";a:4:{
s:8:\"default.\";a:27:{s:5:\"proc.\";a:15:{s:12:\"overruleMode\";s:6:\"ts_css\";
s:21:\"dontConvBRtoParagraph\";s:1:\"1\";s:19:\"preserveDIVSections\";s:1:\"1\";
s:16:\"allowTagsOutside\";s:11:\"hr, address\";s:9:\"allowTags\";s:349:\"
a, abbr, acronym, address, b, bdo, big, blockquote, br, caption, center, cite, c
ode, col, colgroup, dd, del, dfn, dl, div, dt, em, font,\n h1, h2,
h3, h4, h5, h6, hr, i, img, ins, kbd, label, li, link, meta, ol, p, pre, q, samp
, sdfield, small,\n span, strike, strong, style, sub, sup, table, th
ead, tbody, tfoot, td, th, tr, title, tt, u, ul, var\";s:15:\"keepPDIVattribs\";
s:36:\"id, title, dir, lang, xml:lang,style\";s:26:\"transformBoldAndItalicTags\
";s:1:\"1\";s:14:\"dontUndoHSC_db\";s:1:\"1\";s:11:\"dontHSC_rte\";s:1:\"1\";s:1
8:\"entryHTMLparser_db\";s:1:\"1\";s:19:\"entryHTMLparser_db.\";a:5:{s:9:\"allow
Tags\";s:349:\" a, abbr, acronym, address, b, bdo, big, blockquote, br,
caption, center, cite, code, col, colgroup, dd, del, dfn, dl, div, dt, em, font,
\n h1, h2, h3, h4, h5, h6, hr, i, img, ins, kbd, label, li, link, m
eta, ol, p, pre, q, samp, sdfield, small,\n span, strike, strong, st
yle, sub, sup, table, thead, tbody, tfoot, td, th, tr, title, tt, u, ul, var\";s
:16:\"htmlSpecialChars\";s:1:\"0\";s:5:\"tags.\";a:28:{s:4:\"img.\";a:2:{s:14:\"
allowedAttribs\";s:1:\"0\";s:15:\"rmTagIfNoAttrib\";s:1:\"1\";}s:5:\"span.\";a:2
:{s:10:\"fixAttrib.\";a:1:{s:6:\"style.\";a:0:{}}s:14:\"allowedAttribs\";s:44:\"
id, title, dir, lang, xml:lang, class, style\";}s:2:\"p.\";a:2:{s:14:\"allowedAt
tribs\";s:43:\"id, title, dir, lang, xml:lang, class,style\";s:10:\"fixAttrib.\"
;a:1:{s:6:\"align.\";a:1:{s:5:\"unset\";s:1:\"1\";}}}s:3:\"hr.\";a:1:{s:14:\"all
owedAttribs\";s:11:\"class,style\";}s:2:\"b.\";a:1:{s:14:\"allowedAttribs\";s:43
:\"id, title, dir, lang, xml:lang, class,style\";}s:4:\"bdo.\";a:1:{s:14:\"allow
edAttribs\";s:43:\"id, title, dir, lang, xml:lang, class,style\";}s:4:\"big.\";a
:1:{s:14:\"allowedAttribs\";s:43:\"id, title, dir, lang, xml:lang, class,style\"
;}s:11:\"blockquote.\";a:1:{s:14:\"allowedAttribs\";s:43:\"id, title, dir, lang,
xml:lang, class,style\";}s:5:\"cite.\";a:1:{s:14:\"allowedAttribs\";s:43:\"id,
title, dir, lang, xml:lang, class,style\";}s:5:\"code.\";a:1:{s:14:\"allowedAttr
ibs\";s:43:\"id, title, dir, lang, xml:lang, class,style\";}s:4:\"del.\";a:1:{s:
14:\"allowedAttribs\";s:43:\"id, title, dir, lang, xml:lang, class,style\";}s:4:
\"dfn.\";a:1:{s:14:\"allowedAttribs\";s:43:\"id, title, dir, lang, xml:lang, cla
ss,style\";}s:3:\"em.\";a:1:{s:14:\"allowedAttribs\";s:43:\"id, title, dir, lang
, xml:lang, class,style\";}s:2:\"i.\";a:1:{s:14:\"allowedAttribs\";s:43:\"id, ti
tle, dir, lang, xml:lang, class,style\";}s:4:\"ins.\";a:1:{s:14:\"allowedAttribs
\";s:43:\"id, title, dir, lang, xml:lang, class,style\";}s:4:\"kbd.\";a:1:{s:14:
\"allowedAttribs\";s:43:\"id, title, dir, lang, xml:lang, class,style\";}s:6:\"l
abel.\";a:1:{s:14:\"allowedAttribs\";s:43:\"id, title, dir, lang, xml:lang, clas
s,style\";}s:2:\"q.\";a:1:{s:14:\"allowedAttribs\";s:43:\"id, title, dir, lang,
xml:lang, class,style\";}s:5:\"samp.\";a:1:{s:14:\"allowedAttribs\";s:43:\"id, t
itle, dir, lang, xml:lang, class,style\";}s:6:\"small.\";a:1:{s:14:\"allowedAttr
ibs\";s:43:\"id, title, dir, lang, xml:lang, class,style\";}s:7:\"strike.\";a:1:
{s:14:\"allowedAttribs\";s:43:\"id, title, dir, lang, xml:lang, class,style\";}s
:7:\"strong.\";a:1:{s:14:\"allowedAttribs\";s:43:\"id, title, dir, lang, xml:lan
g, class,style\";}s:4:\"sub.\";a:1:{s:14:\"allowedAttribs\";s:43:\"id, title, di
r, lang, xml:lang, class,style\";}s:4:\"sup.\";a:1:{s:14:\"allowedAttribs\";s:43
:\"id, title, dir, lang, xml:lang, class,style\";}s:3:\"tt.\";a:1:{s:14:\"allowe
dAttribs\";s:43:\"id, title, dir, lang, xml:lang, class,style\";}s:2:\"u.\";a:1:
{s:14:\"allowedAttribs\";s:43:\"id, title, dir, lang, xml:lang, class,style\";}s
:4:\"var.\";a:1:{s:14:\"allowedAttribs\";s:43:\"id, title, dir, lang, xml:lang,
class,style\";}s:4:\"div.\";a:2:{s:14:\"allowedAttribs\";s:43:\"id, title, dir,
lang, xml:lang, class,style\";s:10:\"fixAttrib.\";a:1:{s:6:\"align.\";a:1:{s:5:\
"unset\";s:1:\"1\";}}}}s:10:\"removeTags\";s:63:\"center, font, link, meta, o:p,
sdfield, strike, style, title, u\";s:18:\"keepNonMatchedTags\";s:7:\"protect\";
}s:14:\"HTMLparser_db.\";a:2:{s:8:\"noAttrib\";s:2:\"br\";s:14:\"xhtml_cleaning\
";s:1:\"1\";}s:17:\"exitHTMLparser_db\";s:1:\"1\";s:18:\"exitHTMLparser_db.\";a:
2:{s:18:\"keepNonMatchedTags\";s:1:\"1\";s:16:\"htmlSpecialChars\";s:1:\"0\";}s:
14:\"allowedClasses\";s:321:\" external-link, external-link-new-window,
internal-link, internal-link-new-window, download, mail,\n align-le
ft, align-center, align-right, align-justify,\n csc-frame-frame1, csc-fr
ame-frame2,\n component-items, action-items,\n componen
t-items-ordered, action-items-ordered,\n important, name-of-perso
n, detail,\n indent\";}s:3:\"FE.\";a:27:{s:5:\"proc.\";a:15:{s:12:\"o
verruleMode\";s:6:\"ts_css\";s:21:\"dontConvBRtoParagraph\";s:1:\"1\";s:19:\"pre
serveDIVSections\";s:1:\"1\";s:16:\"allowTagsOutside\";s:11:\"hr, address\";s:9:
\"allowTags\";s:349:\" a, abbr, acronym, address, b, bdo, big, blockquo
te, br, caption, center, cite, code, col, colgroup, dd, del, dfn, dl, div, dt, e
m, font,\n h1, h2, h3, h4, h5, h6, hr, i, img, ins, kbd, label, li,
link, meta, ol, p, pre, q, samp, sdfield, small,\n span, strike, st
rong, style, sub, sup, table, thead, tbody, tfoot, td, th, tr, title, tt, u, ul,
var\";s:15:\"keepPDIVattribs\";s:36:\"id, title, dir, lang, xml:lang,style\";s:
26:\"transformBoldAndItalicTags\";s:1:\"1\";s:14:\"dontUndoHSC_db\";s:1:\"1\";s:
11:\"dontHSC_rte\";s:1:\"1\";s:18:\"entryHTMLparser_db\";s:1:\"1\";s:19:\"entryH
TMLparser_db.\";a:5:{s:9:\"allowTags\";s:349:\" a, abbr, acronym, addres
s, b, bdo, big, blockquote, br, caption, center, cite, code, col, colgroup, dd,
del, dfn, dl, div, dt, em, font,\n h1, h2, h3, h4, h5, h6, hr, i, i
mg, ins, kbd, label, li, link, meta, ol, p, pre, q, samp, sdfield, small,\n
span, strike, strong, style, sub, sup, table, thead, tbody, tfoot, td, th, tr, t
itle, tt, u, ul, var\";s:16:\"htmlSpecialChars\";s:1:\"0\";s:5:\"tags.\";a:28:{s
:4:\"img.\";a:2:{s:14:\"allowedAttribs\";s:1:\"0\";s:15:\"rmTagIfNoAttrib\";s:1:
\"1\";}s:5:\"span.\";a:2:{s:10:\"fixAttrib.\";a:1:{s:6:\"style.\";a:0:{}}s:14:\"
allowedAttribs\";s:44:\"id, title, dir, lang, xml:lang, class, style\";}s:2:\"p.
\";a:2:{s:14:\"allowedAttribs\";s:43:\"id, title, dir, lang, xml:lang, class,sty
le\";s:10:\"fixAttrib.\";a:1:{s:6:\"align.\";a:1:{s:5:\"unset\";s:1:\"1\";}}}s:3
:\"hr.\";a:1:{s:14:\"allowedAttribs\";s:11:\"class,style\";}s:2:\"b.\";a:1:{s:14
:\"allowedAttribs\";s:43:\"id, title, dir, lang, xml:lang, class,style\";}s:4:\"
bdo.\";a:1:{s:14:\"allowedAttribs\";s:43:\"id, title, dir, lang, xml:lang, class
,style\";}s:4:\"big.\";a:1:{s:14:\"allowedAttribs\";s:43:\"id, title, dir, lang,
xml:lang, class,style\";}s:11:\"blockquote.\";a:1:{s:14:\"allowedAttribs\";s:43
:\"id, title, dir, lang, xml:lang, class,style\";}s:5:\"cite.\";a:1:{s:14:\"allo
wedAttribs\";s:43:\"id, title, dir, lang, xml:lang, class,style\";}s:5:\"code.\"
;a:1:{s:14:\"allowedAttribs\";s:43:\"id, title, dir, lang, xml:lang, class,style
\";}s:4:\"del.\";a:1:{s:14:\"allowedAttribs\";s:43:\"id, title, dir, lang, xml:l
ang, class,style\";}s:4:\"dfn.\";a:1:{s:14:\"allowedAttribs\";s:43:\"id, title,
dir, lang, xml:lang, class,style\";}s:3:\"em.\";a:1:{s:14:\"allowedAttribs\";s:4
3:\"id, title, dir, lang, xml:lang, class,style\";}s:2:\"i.\";a:1:{s:14:\"allowe
dAttribs\";s:43:\"id, title, dir, lang, xml:lang, class,style\";}s:4:\"ins.\";a:
1:{s:14:\"allowedAttribs\";s:43:\"id, title, dir, lang, xml:lang, class,style\";
}s:4:\"kbd.\";a:1:{s:14:\"allowedAttribs\";s:43:\"id, title, dir, lang, xml:lang
, class,style\";}s:6:\"label.\";a:1:{s:14:\"allowedAttribs\";s:43:\"id, title, d
ir, lang, xml:lang, class,style\";}s:2:\"q.\";a:1:{s:14:\"allowedAttribs\";s:43:
\"id, title, dir, lang, xml:lang, class,style\";}s:5:\"samp.\";a:1:{s:14:\"allow
edAttribs\";s:43:\"id, title, dir, lang, xml:lang, class,style\";}s:6:\"small.\"
;a:1:{s:14:\"allowedAttribs\";s:43:\"id, title, dir, lang, xml:lang, class,style
\";}s:7:\"strike.\";a:1:{s:14:\"allowedAttribs\";s:43:\"id, title, dir, lang, xm
l:lang, class,style\";}s:7:\"strong.\";a:1:{s:14:\"allowedAttribs\";s:43:\"id, t
itle, dir, lang, xml:lang, class,style\";}s:4:\"sub.\";a:1:{s:14:\"allowedAttrib
s\";s:43:\"id, title, dir, lang, xml:lang, class,style\";}s:4:\"sup.\";a:1:{s:14
:\"allowedAttribs\";s:43:\"id, title, dir, lang, xml:lang, class,style\";}s:3:\"
tt.\";a:1:{s:14:\"allowedAttribs\";s:43:\"id, title, dir, lang, xml:lang, class,
style\";}s:2:\"u.\";a:1:{s:14:\"allowedAttribs\";s:43:\"id, title, dir, lang, xm
l:lang, class,style\";}s:4:\"var.\";a:1:{s:14:\"allowedAttribs\";s:43:\"id, titl
e, dir, lang, xml:lang, class,style\";}s:4:\"div.\";a:2:{s:14:\"allowedAttribs\"
;s:43:\"id, title, dir, lang, xml:lang, class,style\";s:10:\"fixAttrib.\";a:1:{s
:6:\"align.\";a:1:{s:5:\"unset\";s:1:\"1\";}}}}s:10:\"removeTags\";s:63:\"center
, font, link, meta, o:p, sdfield, strike, style, title, u\";s:18:\"keepNonMatche
dTags\";s:7:\"protect\";}s:14:\"HTMLparser_db.\";a:2:{s:8:\"noAttrib\";s:2:\"br\
";s:14:\"xhtml_cleaning\";s:1:\"1\";}s:17:\"exitHTMLparser_db\";s:1:\"1\";s:18:\
"exitHTMLparser_db.\";a:2:{s:18:\"keepNonMatchedTags\";s:1:\"1\";s:16:\"htmlSpec
ialChars\";s:1:\"0\";}s:14:\"allowedClasses\";s:321:\" external-link, e
xternal-link-new-window, internal-link, internal-link-new-window, download, mail
,\n align-left, align-center, align-right, align-justify,\n
csc-frame-frame1, csc-frame-frame2,\n component-items, action-items,\n
component-items-ordered, action-items-ordered,\n important, name-
of-person, detail,\n indent\";}s:15:\"enableWordClean\";s:1:\"1\";s:1
6:\"removeTrailingBR\";s:1:\"1\";s:14:\"removeComments\";s:1:\"1\";s:10:\"remove
Tags\";s:37:\"center, font, o:p, sdfield, strike, u\";s:21:\"removeTagsAndConten
ts\";s:32:\"link, meta, script, style, title\";s:11:\"showButtons\";s:523:\"
class, blockstylelabel, blockstyle, textstylelabel, textstyle,\n
formatblock, bold, italic, subscript, superscript,\n orderedlist, uno
rderedlist, outdent, indent, textindicator,\n insertcharacter, link, t
able, findreplace, chMode, removeformat, undo, redo, about,\n togglebo
rders, tableproperties,\n rowproperties, rowinsertabove, rowinsert
under, rowdelete, rowsplit,\n columninsertbefore, columninsertafter, c
olumndelete, columnsplit,\n cellproperties, cellinsertbefore, cellin
sertafter, celldelete, cellsplit, cellmerge\";s:23:\"keepButtonGroupTogether\";s
:1:\"1\";s:13:\"showStatusBar\";s:1:\"0\";s:15:\"hidePStyleItems\";s:11:\"pre,ad
dress\";s:12:\"inlineStyle.\";a:7:{s:14:\"text-alignment\";s:711:\"
p.align-left, h1.align-left, h2.align-left, h3.align-left, h4.align-left, h5.ali
gn-left, h6.align-left, div.align-left, address.align-left { text-align: left; }
\n p.align-center, h1.align-center, h2.align-center, h3.align-cente
r, h4.align-center, h5.align-center, h6.align-center, div.align-center, address.
align-center { text-align: center; }\n p.align-right, h1.align-right, h
2.align-right, h3.align-right, h4.align-right, h5.align-right, h6.align-right, d
iv.align-right, address.align-right { text-align: right; }\n p.align-
justify, h1.align-justify, h2.align-justify, h3.align-justify, h4.align-justify,
h5.align-justify, h6.align-justify, div.align-justify, address.align-justify {
text-align: justify; }\";s:6:\"frames\";s:257:\" p.csc-frame-fram
e1, table.csc-frame-frame1 { background-color: #EDEBF1; padding: 2px 4px 2px 4px
; border: 1px solid #333333; }\n p.csc-frame-frame2, table.csc-fr
ame-frame2 { background-color: #F5FFAA; padding: 2px 4px 2px 4px; border: 1px so
lid #333333; }\";s:2:\"ul\";s:152:\" ul.component-items { color: #186
900; list-style-type: circle; }\n ul.action-items { color: #8A0020
; list-style-image: url(img/red_arrow_bullet.gif); }\";s:2:\"ol\";s:154:\"
ol.component-items-ordered { color: #10007B; list-style-type: lower-roman; }\n
ol.action-items-ordered { color: #8A0020; list-style-type: lower-greek; }\";s:11
:\"inline-text\";s:112:\" span.important { color: #8A0020; }\n
span.name-of-person { color: #10007B; }\n span.detail { color: #18
6900; }\";s:13:\"accessibility\";s:133:\" a.external-link {}\n
a.external-link-new-window {}\n a.internal-link {}\n a.intern
al-link-new-window {}\n a.download {}\n a.mail {}\";s:11:\"inden
tation\";s:34:\" div.indent { margin-left: 2em; }\";}s:23:\"ignor
eMainStyleOverride\";s:1:\"1\";s:16:\"classesParagraph\";s:77:\"
align-left, align-center, align-right,\n csc-frame-frame1, csc-fr
ame-frame2\";s:12:\"classesTable\";s:34:\"csc-frame-frame1, csc-frame-frame2\";s
:9:\"classesTD\";s:37:\"align-left, align-center, align-right\";s:12:\"classesLi
nks\";s:96:\"external-link, external-link-new-window, internal-link, internal-li
nk-new-window, download, mail\";s:16:\"classesCharacter\";s:33:\"important, name
-of-person, detail\";s:13:\"classesAnchor\";s:96:\"external-link, external-link-
new-window, internal-link, internal-link-new-window, download, mail\";s:14:\"cla
ssesAnchor.\";a:1:{s:8:\"default.\";a:4:{s:4:\"page\";s:13:\"internal-link\";s:3
:\"url\";s:24:\"external-link-new-window\";s:4:\"file\";s:8:\"download\";s:4:\"m
ail\";s:4:\"mail\";}}s:41:\"disableAlignmentFieldsetInTableOperations\";s:1:\"1\
";s:39:\"disableSpacingFieldsetInTableOperations\";s:1:\"1\";s:37:\"disableColor
FieldsetInTableOperations\";s:1:\"1\";s:38:\"disableLayoutFieldsetInTableOperati
ons\";s:1:\"1\";s:39:\"disableBordersFieldsetInTableOperations\";s:1:\"1\";s:8:\
"buttons.\";a:3:{s:14:\"toggleborders.\";a:1:{s:18:\"setOnTableCreation\";s:1:\"
1\";}s:5:\"bold.\";a:1:{s:6:\"hotKey\";s:1:\"b\";}s:7:\"italic.\";a:1:{s:6:\"hot
Key\";s:1:\"i\";}}s:11:\"hideButtons\";s:202:\"chMode, blockstyle, textstyle, un
derline, strikethrough, subscript, superscript, lefttoright, righttoleft, left,
center, right, justifyfull, table, inserttag, findreplace, removeformat, copy, c
ut, paste\";s:4:\"skin\";s:35:\"EXT:t3skin/rtehtmlarea/htmlarea.css\";}s:15:\"en
ableWordClean\";s:1:\"1\";s:16:\"removeTrailingBR\";s:1:\"1\";s:14:\"removeComme
nts\";s:1:\"1\";s:10:\"removeTags\";s:37:\"center, font, o:p, sdfield, strike, u
\";s:21:\"removeTagsAndContents\";s:32:\"link, meta, script, style, title\";s:11
:\"showButtons\";s:523:\" class, blockstylelabel, blockstyle, text
stylelabel, textstyle,\n formatblock, bold, italic, subscript, su
perscript,\n orderedlist, unorderedlist, outdent, indent, textindicat
or,\n insertcharacter, link, table, findreplace, chMode, removeformat,
undo, redo, about,\n toggleborders, tableproperties,\n
rowproperties, rowinsertabove, rowinsertunder, rowdelete, rowsplit,\n
columninsertbefore, columninsertafter, columndelete, columnsplit,\n
cellproperties, cellinsertbefore, cellinsertafter, celldelete, cellsplit, cellme
rge\";s:23:\"keepButtonGroupTogether\";s:1:\"1\";s:13:\"showStatusBar\";s:1:\"1\
";s:15:\"hidePStyleItems\";s:11:\"pre,address\";s:12:\"inlineStyle.\";a:7:{s:14:
\"text-alignment\";s:711:\" p.align-left, h1.align-left, h2.align-le
ft, h3.align-left, h4.align-left, h5.align-left, h6.align-left, div.align-left,
address.align-left { text-align: left; }\n p.align-center, h1.align
-center, h2.align-center, h3.align-center, h4.align-center, h5.align-center, h6.
align-center, div.align-center, address.align-center { text-align: center; }\n
p.align-right, h1.align-right, h2.align-right, h3.align-right, h4.align-right, h
5.align-right, h6.align-right, div.align-right, address.align-right { text-align
: right; }\n p.align-justify, h1.align-justify, h2.align-justify, h3.
align-justify, h4.align-justify, h5.align-justify, h6.align-justify, div.align-j
ustify, address.align-justify { text-align: justify; }\";s:6:\"frames\";s:257:\"
p.csc-frame-frame1, table.csc-frame-frame1 { background-color: #EDEBF1; padding:
2px 4px 2px 4px; border: 1px solid #333333; }\n p.csc-frame-fram
e2, table.csc-frame-frame2 { background-color: #F5FFAA; padding: 2px 4px 2px 4px
; border: 1px solid #333333; }\";s:2:\"ul\";s:152:\" ul.component-ite
ms { color: #186900; list-style-type: circle; }\n ul.action-items
{ color: #8A0020; list-style-image: url(img/red_arrow_bullet.gif); }\";s:2:\"ol\
";s:154:\" ol.component-items-ordered { color: #10007B; list-style-
type: lower-roman; }\n ol.action-items-ordered { color: #8A0020; list-s
tyle-type: lower-greek; }\";s:11:\"inline-text\";s:112:\" span.imp
ortant { color: #8A0020; }\n span.name-of-person { color: #10007B; }\
n span.detail { color: #186900; }\";s:13:\"accessibility\";s:133:\
" a.external-link {}\n a.external-link-new-window {}\n
a.internal-link {}\n a.internal-link-new-window {}\n a.downlo
ad {}\n a.mail {}\";s:11:\"indentation\";s:34:\" div.inde
nt { margin-left: 2em; }\";}s:23:\"ignoreMainStyleOverride\";s:1:\"1\";s:16:\"cl
assesParagraph\";s:77:\" align-left, align-center, align-right,\n
csc-frame-frame1, csc-frame-frame2\";s:12:\"classesTable\";s:34:\"csc-frame-fram
e1, csc-frame-frame2\";s:9:\"classesTD\";s:37:\"align-left, align-center, align-
right\";s:12:\"classesLinks\";s:96:\"external-link, external-link-new-window, in
ternal-link, internal-link-new-window, download, mail\";s:16:\"classesCharacter\
";s:33:\"important, name-of-person, detail\";s:13:\"classesAnchor\";s:96:\"exter
nal-link, external-link-new-window, internal-link, internal-link-new-window, dow
nload, mail\";s:14:\"classesAnchor.\";a:1:{s:8:\"default.\";a:4:{s:4:\"page\";s:
13:\"internal-link\";s:3:\"url\";s:24:\"external-link-new-window\";s:4:\"file\";
s:8:\"download\";s:4:\"mail\";s:4:\"mail\";}}s:41:\"disableAlignmentFieldsetInTa
bleOperations\";s:1:\"1\";s:39:\"disableSpacingFieldsetInTableOperations\";s:1:\
"1\";s:37:\"disableColorFieldsetInTableOperations\";s:1:\"1\";s:38:\"disableLayo
utFieldsetInTableOperations\";s:1:\"1\";s:39:\"disableBordersFieldsetInTableOper
ations\";s:1:\"1\";s:8:\"buttons.\";a:3:{s:14:\"toggleborders.\";a:1:{s:18:\"set
OnTableCreation\";s:1:\"1\";}s:5:\"bold.\";a:1:{s:6:\"hotKey\";s:1:\"b\";}s:7:\"
italic.\";a:1:{s:6:\"hotKey\";s:1:\"i\";}}s:4:\"skin\";s:35:\"EXT:t3skin/rtehtml
area/htmlarea.css\";}s:7:\"config.\";a:1:{s:11:\"tt_content.\";a:1:{s:9:\"bodyte
xt.\";a:2:{s:5:\"proc.\";a:1:{s:12:\"overruleMode\";s:6:\"ts_css\";}s:6:\"types.
\";a:2:{s:5:\"text.\";a:1:{s:5:\"proc.\";a:1:{s:12:\"overruleMode\";s:6:\"ts_css
\";}}s:8:\"textpic.\";a:1:{s:5:\"proc.\";a:1:{s:12:\"overruleMode\";s:6:\"ts_css
\";}}}}}}s:8:\"classes.\";a:12:{s:11:\"align-left.\";a:2:{s:4:\"name\";s:63:\"LL
L:EXT:rtehtmlarea/htmlarea/locallang_tooltips.xml:justifyleft\";s:5:\"value\";s:
17:\"text-align: left;\";}s:13:\"align-center.\";a:2:{s:4:\"name\";s:65:\"LLL:EX
T:rtehtmlarea/htmlarea/locallang_tooltips.xml:justifycenter\";s:5:\"value\";s:19
:\"text-align: center;\";}s:12:\"align-right.\";a:2:{s:4:\"name\";s:64:\"LLL:EXT
:rtehtmlarea/htmlarea/locallang_tooltips.xml:justifyright\";s:5:\"value\";s:18:\
"text-align: right;\";}s:17:\"csc-frame-frame1.\";a:2:{s:4:\"name\";s:61:\"LLL:E
XT:rtehtmlarea/res/contentcss/locallang.xml:frame-frame1\";s:5:\"value\";s:53:\"
background-color: #EDEBF1; border: 1px solid #333333;\";}s:17:\"csc-frame-frame2
.\";a:2:{s:4:\"name\";s:61:\"LLL:EXT:rtehtmlarea/res/contentcss/locallang.xml:fr
ame-frame2\";s:5:\"value\";s:53:\"background-color: #F5FFAA; border: 1px solid #
333333;\";}s:10:\"important.\";a:2:{s:4:\"name\";s:58:\"LLL:EXT:rtehtmlarea/res/
contentcss/locallang.xml:important\";s:5:\"value\";s:15:\"color: #8A0020;\";}s:1
5:\"name-of-person.\";a:2:{s:4:\"name\";s:63:\"LLL:EXT:rtehtmlarea/res/contentcs
s/locallang.xml:name-of-person\";s:5:\"value\";s:15:\"color: #10007B;\";}s:7:\"d
etail.\";a:2:{s:4:\"name\";s:55:\"LLL:EXT:rtehtmlarea/res/contentcss/locallang.x
ml:detail\";s:5:\"value\";s:15:\"color: #186900;\";}s:16:\"component-items.\";a:
2:{s:4:\"name\";s:64:\"LLL:EXT:rtehtmlarea/res/contentcss/locallang.xml:componen
t-items\";s:5:\"value\";s:15:\"color: #186900;\";}s:13:\"action-items.\";a:2:{s:
4:\"name\";s:61:\"LLL:EXT:rtehtmlarea/res/contentcss/locallang.xml:action-items\
";s:5:\"value\";s:15:\"color: #8A0020;\";}s:24:\"component-items-ordered.\";a:2:
{s:4:\"name\";s:64:\"LLL:EXT:rtehtmlarea/res/contentcss/locallang.xml:component-
items\";s:5:\"value\";s:15:\"color: #186900;\";}s:21:\"action-items-ordered.\";a
:2:{s:4:\"name\";s:61:\"LLL:EXT:rtehtmlarea/res/contentcss/locallang.xml:action-
items\";s:5:\"value\";s:15:\"color: #8A0020;\";}}s:14:\"classesAnchor.\";a:6:{s:
13:\"externalLink.\";a:3:{s:5:\"class\";s:13:\"external-link\";s:4:\"type\";s:3:
\"url\";s:9:\"titleText\";s:80:\"LLL:EXT:rtehtmlarea/res/accessibilityicons/loca
llang.xml:external_link_titleText\";}s:24:\"externalLinkInNewWindow.\";a:3:{s:5:
\"class\";s:24:\"external-link-new-window\";s:4:\"type\";s:3:\"url\";s:9:\"title
Text\";s:91:\"LLL:EXT:rtehtmlarea/res/accessibilityicons/locallang.xml:external_
link_new_window_titleText\";}s:13:\"internalLink.\";a:3:{s:5:\"class\";s:13:\"in
ternal-link\";s:4:\"type\";s:4:\"page\";s:9:\"titleText\";s:80:\"LLL:EXT:rtehtml
area/res/accessibilityicons/locallang.xml:internal_link_titleText\";}s:24:\"inte
rnalLinkInNewWindow.\";a:3:{s:5:\"class\";s:24:\"internal-link-new-window\";s:4:
\"type\";s:4:\"page\";s:9:\"titleText\";s:91:\"LLL:EXT:rtehtmlarea/res/accessibi
lityicons/locallang.xml:internal_link_new_window_titleText\";}s:9:\"download.\";
a:3:{s:5:\"class\";s:8:\"download\";s:4:\"type\";s:4:\"file\";s:9:\"titleText\";
s:75:\"LLL:EXT:rtehtmlarea/res/accessibilityicons/locallang.xml:download_titleTe
xt\";}s:5:\"mail.\";a:3:{s:5:\"class\";s:4:\"mail\";s:4:\"type\";s:4:\"mail\";s:
9:\"titleText\";s:71:\"LLL:EXT:rtehtmlarea/res/accessibilityicons/locallang.xml:
mail_titleText\";}}}}s:8:\"sections\";a:0:{}s:5:\"match\";a:0:{}}1b8d2cae9b2661a
a85462d0a5e913014',1289551699,'PAGES_TSconfig'),(12,'5b4f1286d06897f0fafa9b561df
fa44a','a:1:{s:4:\"ROOT\";a:2:{s:4:\"type\";s:5:\"array\";s:2:\"el\";a:1:{s:8:\"
xmlTitle\";a:1:{s:8:\"TCEforms\";a:2:{s:5:\"label\";s:10:\"The Title:\";s:6:\"co
nfig\";a:2:{s:4:\"type\";s:5:\"input\";s:4:\"size\";s:2:\"48\";}}}}}}',128955169
9,'ident_xml2array'),(13,'cfcd208495d565ef66e7dff9f98764da','s:28:\"Line 1: Inva
lid document end\";',1289551699,'ident_xml2array'),(14,'e6eefb9679d0149e2ce220a0
c2e2a48f','a:3:{s:8:\"TSconfig\";a:3:{s:4:\"mod.\";a:1:{s:8:\"wizards.\";a:1:{s:
18:\"newContentElement.\";a:1:{s:12:\"wizardItems.\";a:4:{s:7:\"common.\";a:3:{s
:6:\"header\";s:57:\"LLL:EXT:cms/layout/locallang_db_new_content_el.xml:common\"
;s:9:\"elements.\";a:5:{s:5:\"text.\";a:4:{s:4:\"icon\";s:26:\"gfx/c_wiz/regular
_text.gif\";s:5:\"title\";s:75:\"LLL:EXT:cms/layout/locallang_db_new_content_el.
xml:common_regularText_title\";s:11:\"description\";s:81:\"LLL:EXT:cms/layout/lo
callang_db_new_content_el.xml:common_regularText_description\";s:21:\"tt_content
_defValues.\";a:1:{s:5:\"CType\";s:4:\"text\";}}s:8:\"textpic.\";a:4:{s:4:\"icon
\";s:30:\"gfx/c_wiz/text_image_right.gif\";s:5:\"title\";s:73:\"LLL:EXT:cms/layo
ut/locallang_db_new_content_el.xml:common_textImage_title\";s:11:\"description\"
;s:79:\"LLL:EXT:cms/layout/locallang_db_new_content_el.xml:common_textImage_desc
ription\";s:21:\"tt_content_defValues.\";a:2:{s:5:\"CType\";s:7:\"textpic\";s:11
:\"imageorient\";s:2:\"17\";}}s:6:\"image.\";a:4:{s:4:\"icon\";s:25:\"gfx/c_wiz/
images_only.gif\";s:5:\"title\";s:74:\"LLL:EXT:cms/layout/locallang_db_new_conte
nt_el.xml:common_imagesOnly_title\";s:11:\"description\";s:80:\"LLL:EXT:cms/layo
ut/locallang_db_new_content_el.xml:common_imagesOnly_description\";s:21:\"tt_con
tent_defValues.\";a:2:{s:5:\"CType\";s:5:\"image\";s:9:\"imagecols\";s:1:\"2\";}
}s:8:\"bullets.\";a:4:{s:4:\"icon\";s:25:\"gfx/c_wiz/bullet_list.gif\";s:5:\"tit
le\";s:74:\"LLL:EXT:cms/layout/locallang_db_new_content_el.xml:common_bulletList
_title\";s:11:\"description\";s:80:\"LLL:EXT:cms/layout/locallang_db_new_content
_el.xml:common_bulletList_description\";s:21:\"tt_content_defValues.\";a:1:{s:5:
\"CType\";s:7:\"bullets\";}}s:6:\"table.\";a:4:{s:4:\"icon\";s:19:\"gfx/c_wiz/ta
ble.gif\";s:5:\"title\";s:69:\"LLL:EXT:cms/layout/locallang_db_new_content_el.xm
l:common_table_title\";s:11:\"description\";s:75:\"LLL:EXT:cms/layout/locallang_
db_new_content_el.xml:common_table_description\";s:21:\"tt_content_defValues.\";
a:1:{s:5:\"CType\";s:5:\"table\";}}}s:4:\"show\";s:32:\"text,textpic,image,bulle
ts,table\";}s:8:\"special.\";a:3:{s:6:\"header\";s:58:\"LLL:EXT:cms/layout/local
lang_db_new_content_el.xml:special\";s:9:\"elements.\";a:6:{s:8:\"uploads.\";a:4
:{s:4:\"icon\";s:23:\"gfx/c_wiz/filelinks.gif\";s:5:\"title\";s:74:\"LLL:EXT:cms
/layout/locallang_db_new_content_el.xml:special_filelinks_title\";s:11:\"descrip
tion\";s:80:\"LLL:EXT:cms/layout/locallang_db_new_content_el.xml:special_filelin
ks_description\";s:21:\"tt_content_defValues.\";a:1:{s:5:\"CType\";s:7:\"uploads
\";}}s:11:\"multimedia.\";a:4:{s:4:\"icon\";s:24:\"gfx/c_wiz/multimedia.gif\";s:
5:\"title\";s:75:\"LLL:EXT:cms/layout/locallang_db_new_content_el.xml:special_mu
ltimedia_title\";s:11:\"description\";s:81:\"LLL:EXT:cms/layout/locallang_db_new
_content_el.xml:special_multimedia_description\";s:21:\"tt_content_defValues.\";
a:1:{s:5:\"CType\";s:10:\"multimedia\";}}s:6:\"media.\";a:4:{s:4:\"icon\";s:24:\
"gfx/c_wiz/multimedia.gif\";s:5:\"title\";s:70:\"LLL:EXT:cms/layout/locallang_db
_new_content_el.xml:special_media_title\";s:11:\"description\";s:76:\"LLL:EXT:cm
s/layout/locallang_db_new_content_el.xml:special_media_description\";s:21:\"tt_c
ontent_defValues.\";a:1:{s:5:\"CType\";s:5:\"media\";}}s:5:\"menu.\";a:4:{s:4:\"
icon\";s:22:\"gfx/c_wiz/sitemap2.gif\";s:5:\"title\";s:72:\"LLL:EXT:cms/layout/l
ocallang_db_new_content_el.xml:special_sitemap_title\";s:11:\"description\";s:78
:\"LLL:EXT:cms/layout/locallang_db_new_content_el.xml:special_sitemap_descriptio
n\";s:21:\"tt_content_defValues.\";a:2:{s:5:\"CType\";s:4:\"menu\";s:9:\"menu_ty
pe\";s:1:\"2\";}}s:5:\"html.\";a:4:{s:4:\"icon\";s:18:\"gfx/c_wiz/html.gif\";s:5
:\"title\";s:74:\"LLL:EXT:cms/layout/locallang_db_new_content_el.xml:special_pla
inHTML_title\";s:11:\"description\";s:80:\"LLL:EXT:cms/layout/locallang_db_new_c
ontent_el.xml:special_plainHTML_description\";s:21:\"tt_content_defValues.\";a:1
:{s:5:\"CType\";s:4:\"html\";}}s:4:\"div.\";a:4:{s:4:\"icon\";s:17:\"gfx/c_wiz/d
iv.gif\";s:5:\"title\";s:72:\"LLL:EXT:cms/layout/locallang_db_new_content_el.xml
:special_divider_title\";s:11:\"description\";s:78:\"LLL:EXT:cms/layout/locallan
g_db_new_content_el.xml:special_divider_description\";s:21:\"tt_content_defValue
s.\";a:1:{s:5:\"CType\";s:3:\"div\";}}}s:4:\"show\";s:27:\"uploads,media,menu,ht
ml,div\";}s:6:\"forms.\";a:3:{s:6:\"header\";s:56:\"LLL:EXT:cms/layout/locallang
_db_new_content_el.xml:forms\";s:9:\"elements.\";a:3:{s:9:\"mailform.\";a:4:{s:4
:\"icon\";s:22:\"gfx/c_wiz/mailform.gif\";s:5:\"title\";s:67:\"LLL:EXT:cms/layou
t/locallang_db_new_content_el.xml:forms_mail_title\";s:11:\"description\";s:73:\
"LLL:EXT:cms/layout/locallang_db_new_content_el.xml:forms_mail_description\";s:2
1:\"tt_content_defValues.\";a:2:{s:5:\"CType\";s:8:\"mailform\";s:8:\"bodytext\"
;s:255:\"# Example content:\nName: | *name = input,40 | Enter your name here\nEm
ail: | *email=input,40 |\nAddress: | address=textarea,40,5 |\nContact me: | tv=c
heck | 1\n\n|formtype_mail = submit | Send form!\n|html_enabled=hidden | 1\n|sub
ject=hidden| This is the subject\";}}s:7:\"search.\";a:4:{s:4:\"icon\";s:24:\"gf
x/c_wiz/searchform.gif\";s:5:\"title\";s:69:\"LLL:EXT:cms/layout/locallang_db_ne
w_content_el.xml:forms_search_title\";s:11:\"description\";s:75:\"LLL:EXT:cms/la
yout/locallang_db_new_content_el.xml:forms_search_description\";s:21:\"tt_conten
t_defValues.\";a:1:{s:5:\"CType\";s:6:\"search\";}}s:6:\"login.\";a:4:{s:4:\"ico
n\";s:24:\"gfx/c_wiz/login_form.gif\";s:5:\"title\";s:68:\"LLL:EXT:cms/layout/lo
callang_db_new_content_el.xml:forms_login_title\";s:11:\"description\";s:74:\"LL
L:EXT:cms/layout/locallang_db_new_content_el.xml:forms_login_description\";s:21:
\"tt_content_defValues.\";a:1:{s:5:\"CType\";s:5:\"login\";}}}s:4:\"show\";s:21:
\"mailform,search,login\";}s:8:\"plugins.\";a:3:{s:6:\"header\";s:58:\"LLL:EXT:c
ms/layout/locallang_db_new_content_el.xml:plugins\";s:9:\"elements.\";a:1:{s:8:\
"general.\";a:4:{s:4:\"icon\";s:26:\"gfx/c_wiz/user_defined.gif\";s:5:\"title\";
s:72:\"LLL:EXT:cms/layout/locallang_db_new_content_el.xml:plugins_general_title\
";s:11:\"description\";s:78:\"LLL:EXT:cms/layout/locallang_db_new_content_el.xml
:plugins_general_description\";s:21:\"tt_content_defValues.\";a:1:{s:5:\"CType\"
;s:4:\"list\";}}}s:4:\"show\";s:1:\"*\";}}}}}s:8:\"TCEFORM.\";a:1:{s:11:\"tt_con
tent.\";a:8:{s:16:\"text_properties.\";a:1:{s:8:\"disabled\";s:1:\"1\";}s:11:\"t
ext_align.\";a:1:{s:8:\"disabled\";s:1:\"1\";}s:11:\"text_color.\";a:1:{s:8:\"di
sabled\";s:1:\"1\";}s:10:\"text_face.\";a:1:{s:8:\"disabled\";s:1:\"1\";}s:10:\"
text_size.\";a:1:{s:8:\"disabled\";s:1:\"1\";}s:13:\"image_frames.\";a:1:{s:8:\"
disabled\";s:1:\"1\";}s:6:\"CType.\";a:1:{s:11:\"removeItems\";s:47:\"rte,script
,splash,swfobject,qtobject,multimedia\";}s:12:\"imageorient.\";a:1:{s:6:\"types.
\";a:1:{s:6:\"image.\";a:1:{s:11:\"removeItems\";s:18:\"8,9,10,17,18,25,26\";}}}
}}s:4:\"RTE.\";a:4:{s:8:\"default.\";a:27:{s:5:\"proc.\";a:15:{s:12:\"overruleMo
de\";s:6:\"ts_css\";s:21:\"dontConvBRtoParagraph\";s:1:\"1\";s:19:\"preserveDIVS
ections\";s:1:\"1\";s:16:\"allowTagsOutside\";s:11:\"hr, address\";s:9:\"allowTa
gs\";s:349:\" a, abbr, acronym, address, b, bdo, big, blockquote, br,
caption, center, cite, code, col, colgroup, dd, del, dfn, dl, div, dt, em, font,
\n h1, h2, h3, h4, h5, h6, hr, i, img, ins, kbd, label, li, link, m
eta, ol, p, pre, q, samp, sdfield, small,\n span, strike, strong, st
yle, sub, sup, table, thead, tbody, tfoot, td, th, tr, title, tt, u, ul, var\";s
:15:\"keepPDIVattribs\";s:36:\"id, title, dir, lang, xml:lang,style\";s:26:\"tra
nsformBoldAndItalicTags\";s:1:\"1\";s:14:\"dontUndoHSC_db\";s:1:\"1\";s:11:\"don
tHSC_rte\";s:1:\"1\";s:18:\"entryHTMLparser_db\";s:1:\"1\";s:19:\"entryHTMLparse
r_db.\";a:5:{s:9:\"allowTags\";s:349:\" a, abbr, acronym, address, b, bd
o, big, blockquote, br, caption, center, cite, code, col, colgroup, dd, del, dfn
, dl, div, dt, em, font,\n h1, h2, h3, h4, h5, h6, hr, i, img, ins,
kbd, label, li, link, meta, ol, p, pre, q, samp, sdfield, small,\n
span, strike, strong, style, sub, sup, table, thead, tbody, tfoot, td, th, tr, t
itle, tt, u, ul, var\";s:16:\"htmlSpecialChars\";s:1:\"0\";s:5:\"tags.\";a:28:{s
:4:\"img.\";a:2:{s:14:\"allowedAttribs\";s:1:\"0\";s:15:\"rmTagIfNoAttrib\";s:1:
\"1\";}s:5:\"span.\";a:2:{s:10:\"fixAttrib.\";a:1:{s:6:\"style.\";a:0:{}}s:14:\"
allowedAttribs\";s:44:\"id, title, dir, lang, xml:lang, class, style\";}s:2:\"p.
\";a:2:{s:14:\"allowedAttribs\";s:43:\"id, title, dir, lang, xml:lang, class,sty
le\";s:10:\"fixAttrib.\";a:1:{s:6:\"align.\";a:1:{s:5:\"unset\";s:1:\"1\";}}}s:3
:\"hr.\";a:1:{s:14:\"allowedAttribs\";s:11:\"class,style\";}s:2:\"b.\";a:1:{s:14
:\"allowedAttribs\";s:43:\"id, title, dir, lang, xml:lang, class,style\";}s:4:\"
bdo.\";a:1:{s:14:\"allowedAttribs\";s:43:\"id, title, dir, lang, xml:lang, class
,style\";}s:4:\"big.\";a:1:{s:14:\"allowedAttribs\";s:43:\"id, title, dir, lang,
xml:lang, class,style\";}s:11:\"blockquote.\";a:1:{s:14:\"allowedAttribs\";s:43
:\"id, title, dir, lang, xml:lang, class,style\";}s:5:\"cite.\";a:1:{s:14:\"allo
wedAttribs\";s:43:\"id, title, dir, lang, xml:lang, class,style\";}s:5:\"code.\"
;a:1:{s:14:\"allowedAttribs\";s:43:\"id, title, dir, lang, xml:lang, class,style
\";}s:4:\"del.\";a:1:{s:14:\"allowedAttribs\";s:43:\"id, title, dir, lang, xml:l
ang, class,style\";}s:4:\"dfn.\";a:1:{s:14:\"allowedAttribs\";s:43:\"id, title,
dir, lang, xml:lang, class,style\";}s:3:\"em.\";a:1:{s:14:\"allowedAttribs\";s:4
3:\"id, title, dir, lang, xml:lang, class,style\";}s:2:\"i.\";a:1:{s:14:\"allowe
dAttribs\";s:43:\"id, title, dir, lang, xml:lang, class,style\";}s:4:\"ins.\";a:
1:{s:14:\"allowedAttribs\";s:43:\"id, title, dir, lang, xml:lang, class,style\";
}s:4:\"kbd.\";a:1:{s:14:\"allowedAttribs\";s:43:\"id, title, dir, lang, xml:lang
, class,style\";}s:6:\"label.\";a:1:{s:14:\"allowedAttribs\";s:43:\"id, title, d
ir, lang, xml:lang, class,style\";}s:2:\"q.\";a:1:{s:14:\"allowedAttribs\";s:43:
\"id, title, dir, lang, xml:lang, class,style\";}s:5:\"samp.\";a:1:{s:14:\"allow
edAttribs\";s:43:\"id, title, dir, lang, xml:lang, class,style\";}s:6:\"small.\"
;a:1:{s:14:\"allowedAttribs\";s:43:\"id, title, dir, lang, xml:lang, class,style
\";}s:7:\"strike.\";a:1:{s:14:\"allowedAttribs\";s:43:\"id, title, dir, lang, xm
l:lang, class,style\";}s:7:\"strong.\";a:1:{s:14:\"allowedAttribs\";s:43:\"id, t
itle, dir, lang, xml:lang, class,style\";}s:4:\"sub.\";a:1:{s:14:\"allowedAttrib
s\";s:43:\"id, title, dir, lang, xml:lang, class,style\";}s:4:\"sup.\";a:1:{s:14
:\"allowedAttribs\";s:43:\"id, title, dir, lang, xml:lang, class,style\";}s:3:\"
tt.\";a:1:{s:14:\"allowedAttribs\";s:43:\"id, title, dir, lang, xml:lang, class,
style\";}s:2:\"u.\";a:1:{s:14:\"allowedAttribs\";s:43:\"id, title, dir, lang, xm
l:lang, class,style\";}s:4:\"var.\";a:1:{s:14:\"allowedAttribs\";s:43:\"id, titl
e, dir, lang, xml:lang, class,style\";}s:4:\"div.\";a:2:{s:14:\"allowedAttribs\"
;s:43:\"id, title, dir, lang, xml:lang, class,style\";s:10:\"fixAttrib.\";a:1:{s
:6:\"align.\";a:1:{s:5:\"unset\";s:1:\"1\";}}}}s:10:\"removeTags\";s:63:\"center
, font, link, meta, o:p, sdfield, strike, style, title, u\";s:18:\"keepNonMatche
dTags\";s:7:\"protect\";}s:14:\"HTMLparser_db.\";a:2:{s:8:\"noAttrib\";s:2:\"br\
";s:14:\"xhtml_cleaning\";s:1:\"1\";}s:17:\"exitHTMLparser_db\";s:1:\"1\";s:18:\
"exitHTMLparser_db.\";a:2:{s:18:\"keepNonMatchedTags\";s:1:\"1\";s:16:\"htmlSpec
ialChars\";s:1:\"0\";}s:14:\"allowedClasses\";s:321:\" external-link, e
xternal-link-new-window, internal-link, internal-link-new-window, download, mail
,\n align-left, align-center, align-right, align-justify,\n
csc-frame-frame1, csc-frame-frame2,\n component-items, action-items,\n
component-items-ordered, action-items-ordered,\n important, name-
of-person, detail,\n indent\";}s:3:\"FE.\";a:27:{s:5:\"proc.\";a:15:{
s:12:\"overruleMode\";s:6:\"ts_css\";s:21:\"dontConvBRtoParagraph\";s:1:\"1\";s:
19:\"preserveDIVSections\";s:1:\"1\";s:16:\"allowTagsOutside\";s:11:\"hr, addres
s\";s:9:\"allowTags\";s:349:\" a, abbr, acronym, address, b, bdo, big,
blockquote, br, caption, center, cite, code, col, colgroup, dd, del, dfn, dl, di
v, dt, em, font,\n h1, h2, h3, h4, h5, h6, hr, i, img, ins, kbd, la
bel, li, link, meta, ol, p, pre, q, samp, sdfield, small,\n span, st
rike, strong, style, sub, sup, table, thead, tbody, tfoot, td, th, tr, title, tt
, u, ul, var\";s:15:\"keepPDIVattribs\";s:36:\"id, title, dir, lang, xml:lang,st
yle\";s:26:\"transformBoldAndItalicTags\";s:1:\"1\";s:14:\"dontUndoHSC_db\";s:1:
\"1\";s:11:\"dontHSC_rte\";s:1:\"1\";s:18:\"entryHTMLparser_db\";s:1:\"1\";s:19:
\"entryHTMLparser_db.\";a:5:{s:9:\"allowTags\";s:349:\" a, abbr, acronym
, address, b, bdo, big, blockquote, br, caption, center, cite, code, col, colgro
up, dd, del, dfn, dl, div, dt, em, font,\n h1, h2, h3, h4, h5, h6,
hr, i, img, ins, kbd, label, li, link, meta, ol, p, pre, q, samp, sdfield, small
,\n span, strike, strong, style, sub, sup, table, thead, tbody, tfoo
t, td, th, tr, title, tt, u, ul, var\";s:16:\"htmlSpecialChars\";s:1:\"0\";s:5:\
"tags.\";a:28:{s:4:\"img.\";a:2:{s:14:\"allowedAttribs\";s:1:\"0\";s:15:\"rmTagI
fNoAttrib\";s:1:\"1\";}s:5:\"span.\";a:2:{s:10:\"fixAttrib.\";a:1:{s:6:\"style.\
";a:0:{}}s:14:\"allowedAttribs\";s:44:\"id, title, dir, lang, xml:lang, class, s
tyle\";}s:2:\"p.\";a:2:{s:14:\"allowedAttribs\";s:43:\"id, title, dir, lang, xml
:lang, class,style\";s:10:\"fixAttrib.\";a:1:{s:6:\"align.\";a:1:{s:5:\"unset\";
s:1:\"1\";}}}s:3:\"hr.\";a:1:{s:14:\"allowedAttribs\";s:11:\"class,style\";}s:2:
\"b.\";a:1:{s:14:\"allowedAttribs\";s:43:\"id, title, dir, lang, xml:lang, class
,style\";}s:4:\"bdo.\";a:1:{s:14:\"allowedAttribs\";s:43:\"id, title, dir, lang,
xml:lang, class,style\";}s:4:\"big.\";a:1:{s:14:\"allowedAttribs\";s:43:\"id, t
itle, dir, lang, xml:lang, class,style\";}s:11:\"blockquote.\";a:1:{s:14:\"allow
edAttribs\";s:43:\"id, title, dir, lang, xml:lang, class,style\";}s:5:\"cite.\";
a:1:{s:14:\"allowedAttribs\";s:43:\"id, title, dir, lang, xml:lang, class,style\
";}s:5:\"code.\";a:1:{s:14:\"allowedAttribs\";s:43:\"id, title, dir, lang, xml:l
ang, class,style\";}s:4:\"del.\";a:1:{s:14:\"allowedAttribs\";s:43:\"id, title,
dir, lang, xml:lang, class,style\";}s:4:\"dfn.\";a:1:{s:14:\"allowedAttribs\";s:
43:\"id, title, dir, lang, xml:lang, class,style\";}s:3:\"em.\";a:1:{s:14:\"allo
wedAttribs\";s:43:\"id, title, dir, lang, xml:lang, class,style\";}s:2:\"i.\";a:
1:{s:14:\"allowedAttribs\";s:43:\"id, title, dir, lang, xml:lang, class,style\";
}s:4:\"ins.\";a:1:{s:14:\"allowedAttribs\";s:43:\"id, title, dir, lang, xml:lang
, class,style\";}s:4:\"kbd.\";a:1:{s:14:\"allowedAttribs\";s:43:\"id, title, dir
, lang, xml:lang, class,style\";}s:6:\"label.\";a:1:{s:14:\"allowedAttribs\";s:4
3:\"id, title, dir, lang, xml:lang, class,style\";}s:2:\"q.\";a:1:{s:14:\"allowe
dAttribs\";s:43:\"id, title, dir, lang, xml:lang, class,style\";}s:5:\"samp.\";a
:1:{s:14:\"allowedAttribs\";s:43:\"id, title, dir, lang, xml:lang, class,style\"
;}s:6:\"small.\";a:1:{s:14:\"allowedAttribs\";s:43:\"id, title, dir, lang, xml:l
ang, class,style\";}s:7:\"strike.\";a:1:{s:14:\"allowedAttribs\";s:43:\"id, titl
e, dir, lang, xml:lang, class,style\";}s:7:\"strong.\";a:1:{s:14:\"allowedAttrib
s\";s:43:\"id, title, dir, lang, xml:lang, class,style\";}s:4:\"sub.\";a:1:{s:14
:\"allowedAttribs\";s:43:\"id, title, dir, lang, xml:lang, class,style\";}s:4:\"
sup.\";a:1:{s:14:\"allowedAttribs\";s:43:\"id, title, dir, lang, xml:lang, class
,style\";}s:3:\"tt.\";a:1:{s:14:\"allowedAttribs\";s:43:\"id, title, dir, lang,
xml:lang, class,style\";}s:2:\"u.\";a:1:{s:14:\"allowedAttribs\";s:43:\"id, titl
e, dir, lang, xml:lang, class,style\";}s:4:\"var.\";a:1:{s:14:\"allowedAttribs\"
;s:43:\"id, title, dir, lang, xml:lang, class,style\";}s:4:\"div.\";a:2:{s:14:\"
allowedAttribs\";s:43:\"id, title, dir, lang, xml:lang, class,style\";s:10:\"fix
Attrib.\";a:1:{s:6:\"align.\";a:1:{s:5:\"unset\";s:1:\"1\";}}}}s:10:\"removeTags
\";s:63:\"center, font, link, meta, o:p, sdfield, strike, style, title, u\";s:18
:\"keepNonMatchedTags\";s:7:\"protect\";}s:14:\"HTMLparser_db.\";a:2:{s:8:\"noAt
trib\";s:2:\"br\";s:14:\"xhtml_cleaning\";s:1:\"1\";}s:17:\"exitHTMLparser_db\";
s:1:\"1\";s:18:\"exitHTMLparser_db.\";a:2:{s:18:\"keepNonMatchedTags\";s:1:\"1\"
;s:16:\"htmlSpecialChars\";s:1:\"0\";}s:14:\"allowedClasses\";s:321:\"
external-link, external-link-new-window, internal-link, internal-link-new-window
, download, mail,\n align-left, align-center, align-right, align-jus
tify,\n csc-frame-frame1, csc-frame-frame2,\n component-items,
action-items,\n component-items-ordered, action-items-ordered,\n
important, name-of-person, detail,\n indent\";}s:15:\"enableWordClean
\";s:1:\"1\";s:16:\"removeTrailingBR\";s:1:\"1\";s:14:\"removeComments\";s:1:\"1
\";s:10:\"removeTags\";s:37:\"center, font, o:p, sdfield, strike, u\";s:21:\"rem
oveTagsAndContents\";s:32:\"link, meta, script, style, title\";s:11:\"showButton
s\";s:523:\" class, blockstylelabel, blockstyle, textstylelabel, text
style,\n formatblock, bold, italic, subscript, superscript,\n
orderedlist, unorderedlist, outdent, indent, textindicator,\n insertch
aracter, link, table, findreplace, chMode, removeformat, undo, redo, about,\n
toggleborders, tableproperties,\n rowproperties, rowinsertabove, r
owinsertunder, rowdelete, rowsplit,\n columninsertbefore, columninsert
after, columndelete, columnsplit,\n cellproperties, cellinsertbefore
, cellinsertafter, celldelete, cellsplit, cellmerge\";s:23:\"keepButtonGroupToge
ther\";s:1:\"1\";s:13:\"showStatusBar\";s:1:\"0\";s:15:\"hidePStyleItems\";s:11:
\"pre,address\";s:12:\"inlineStyle.\";a:7:{s:14:\"text-alignment\";s:711:\"
p.align-left, h1.align-left, h2.align-left, h3.align-left, h4.align-left, h5.ali
gn-left, h6.align-left, div.align-left, address.align-left { text-align: left; }
\n p.align-center, h1.align-center, h2.align-center, h3.align-cente
r, h4.align-center, h5.align-center, h6.align-center, div.align-center, address.
align-center { text-align: center; }\n p.align-right, h1.align-right, h
2.align-right, h3.align-right, h4.align-right, h5.align-right, h6.align-right, d
iv.align-right, address.align-right { text-align: right; }\n p.align-
justify, h1.align-justify, h2.align-justify, h3.align-justify, h4.align-justify,
h5.align-justify, h6.align-justify, div.align-justify, address.align-justify {
text-align: justify; }\";s:6:\"frames\";s:257:\" p.csc-frame-fram
e1, table.csc-frame-frame1 { background-color: #EDEBF1; padding: 2px 4px 2px 4px
; border: 1px solid #333333; }\n p.csc-frame-frame2, table.csc-fr
ame-frame2 { background-color: #F5FFAA; padding: 2px 4px 2px 4px; border: 1px so
lid #333333; }\";s:2:\"ul\";s:152:\" ul.component-items { color: #186
900; list-style-type: circle; }\n ul.action-items { color: #8A0020
; list-style-image: url(img/red_arrow_bullet.gif); }\";s:2:\"ol\";s:154:\"
ol.component-items-ordered { color: #10007B; list-style-type: lower-roman; }\n
ol.action-items-ordered { color: #8A0020; list-style-type: lower-greek; }\";s:11
:\"inline-text\";s:112:\" span.important { color: #8A0020; }\n
span.name-of-person { color: #10007B; }\n span.detail { color: #18
6900; }\";s:13:\"accessibility\";s:133:\" a.external-link {}\n
a.external-link-new-window {}\n a.internal-link {}\n a.intern
al-link-new-window {}\n a.download {}\n a.mail {}\";s:11:\"inden
tation\";s:34:\" div.indent { margin-left: 2em; }\";}s:23:\"ignor
eMainStyleOverride\";s:1:\"1\";s:16:\"classesParagraph\";s:77:\"
align-left, align-center, align-right,\n csc-frame-frame1, csc-fr
ame-frame2\";s:12:\"classesTable\";s:34:\"csc-frame-frame1, csc-frame-frame2\";s
:9:\"classesTD\";s:37:\"align-left, align-center, align-right\";s:12:\"classesLi
nks\";s:96:\"external-link, external-link-new-window, internal-link, internal-li
nk-new-window, download, mail\";s:16:\"classesCharacter\";s:33:\"important, name
-of-person, detail\";s:13:\"classesAnchor\";s:96:\"external-link, external-link-
new-window, internal-link, internal-link-new-window, download, mail\";s:14:\"cla
ssesAnchor.\";a:1:{s:8:\"default.\";a:4:{s:4:\"page\";s:13:\"internal-link\";s:3
:\"url\";s:24:\"external-link-new-window\";s:4:\"file\";s:8:\"download\";s:4:\"m
ail\";s:4:\"mail\";}}s:41:\"disableAlignmentFieldsetInTableOperations\";s:1:\"1\
";s:39:\"disableSpacingFieldsetInTableOperations\";s:1:\"1\";s:37:\"disableColor
FieldsetInTableOperations\";s:1:\"1\";s:38:\"disableLayoutFieldsetInTableOperati
ons\";s:1:\"1\";s:39:\"disableBordersFieldsetInTableOperations\";s:1:\"1\";s:8:\
"buttons.\";a:3:{s:14:\"toggleborders.\";a:1:{s:18:\"setOnTableCreation\";s:1:\"
1\";}s:5:\"bold.\";a:1:{s:6:\"hotKey\";s:1:\"b\";}s:7:\"italic.\";a:1:{s:6:\"hot
Key\";s:1:\"i\";}}s:11:\"hideButtons\";s:202:\"chMode, blockstyle, textstyle, un
derline, strikethrough, subscript, superscript, lefttoright, righttoleft, left,
center, right, justifyfull, table, inserttag, findreplace, removeformat, copy, c
ut, paste\";s:4:\"skin\";s:35:\"EXT:t3skin/rtehtmlarea/htmlarea.css\";}s:15:\"en
ableWordClean\";s:1:\"1\";s:16:\"removeTrailingBR\";s:1:\"1\";s:14:\"removeComme
nts\";s:1:\"1\";s:10:\"removeTags\";s:37:\"center, font, o:p, sdfield, strike, u
\";s:21:\"removeTagsAndContents\";s:32:\"link, meta, script, style, title\";s:11
:\"showButtons\";s:523:\" class, blockstylelabel, blockstyle, text
stylelabel, textstyle,\n formatblock, bold, italic, subscript, su
perscript,\n orderedlist, unorderedlist, outdent, indent, textindicat
or,\n insertcharacter, link, table, findreplace, chMode, removeformat,
undo, redo, about,\n toggleborders, tableproperties,\n
rowproperties, rowinsertabove, rowinsertunder, rowdelete, rowsplit,\n
columninsertbefore, columninsertafter, columndelete, columnsplit,\n
cellproperties, cellinsertbefore, cellinsertafter, celldelete, cellsplit, cellme
rge\";s:23:\"keepButtonGroupTogether\";s:1:\"1\";s:13:\"showStatusBar\";s:1:\"1\
";s:15:\"hidePStyleItems\";s:11:\"pre,address\";s:12:\"inlineStyle.\";a:7:{s:14:
\"text-alignment\";s:711:\" p.align-left, h1.align-left, h2.align-le
ft, h3.align-left, h4.align-left, h5.align-left, h6.align-left, div.align-left,
address.align-left { text-align: left; }\n p.align-center, h1.align
-center, h2.align-center, h3.align-center, h4.align-center, h5.align-center, h6.
align-center, div.align-center, address.align-center { text-align: center; }\n
p.align-right, h1.align-right, h2.align-right, h3.align-right, h4.align-right, h
5.align-right, h6.align-right, div.align-right, address.align-right { text-align
: right; }\n p.align-justify, h1.align-justify, h2.align-justify, h3.
align-justify, h4.align-justify, h5.align-justify, h6.align-justify, div.align-j
ustify, address.align-justify { text-align: justify; }\";s:6:\"frames\";s:257:\"
p.csc-frame-frame1, table.csc-frame-frame1 { background-color: #EDEBF1; padding:
2px 4px 2px 4px; border: 1px solid #333333; }\n p.csc-frame-fram
e2, table.csc-frame-frame2 { background-color: #F5FFAA; padding: 2px 4px 2px 4px
; border: 1px solid #333333; }\";s:2:\"ul\";s:152:\" ul.component-ite
ms { color: #186900; list-style-type: circle; }\n ul.action-items
{ color: #8A0020; list-style-image: url(img/red_arrow_bullet.gif); }\";s:2:\"ol\
";s:154:\" ol.component-items-ordered { color: #10007B; list-style-
type: lower-roman; }\n ol.action-items-ordered { color: #8A0020; list-s
tyle-type: lower-greek; }\";s:11:\"inline-text\";s:112:\" span.imp
ortant { color: #8A0020; }\n span.name-of-person { color: #10007B; }\
n span.detail { color: #186900; }\";s:13:\"accessibility\";s:133:\
" a.external-link {}\n a.external-link-new-window {}\n
a.internal-link {}\n a.internal-link-new-window {}\n a.downlo
ad {}\n a.mail {}\";s:11:\"indentation\";s:34:\" div.inde
nt { margin-left: 2em; }\";}s:23:\"ignoreMainStyleOverride\";s:1:\"1\";s:16:\"cl
assesParagraph\";s:77:\" align-left, align-center, align-right,\n
csc-frame-frame1, csc-frame-frame2\";s:12:\"classesTable\";s:34:\"csc-frame-fram
e1, csc-frame-frame2\";s:9:\"classesTD\";s:37:\"align-left, align-center, align-
right\";s:12:\"classesLinks\";s:96:\"external-link, external-link-new-window, in
ternal-link, internal-link-new-window, download, mail\";s:16:\"classesCharacter\
";s:33:\"important, name-of-person, detail\";s:13:\"classesAnchor\";s:96:\"exter
nal-link, external-link-new-window, internal-link, internal-link-new-window, dow
nload, mail\";s:14:\"classesAnchor.\";a:1:{s:8:\"default.\";a:4:{s:4:\"page\";s:
13:\"internal-link\";s:3:\"url\";s:24:\"external-link-new-window\";s:4:\"file\";
s:8:\"download\";s:4:\"mail\";s:4:\"mail\";}}s:41:\"disableAlignmentFieldsetInTa
bleOperations\";s:1:\"1\";s:39:\"disableSpacingFieldsetInTableOperations\";s:1:\
"1\";s:37:\"disableColorFieldsetInTableOperations\";s:1:\"1\";s:38:\"disableLayo
utFieldsetInTableOperations\";s:1:\"1\";s:39:\"disableBordersFieldsetInTableOper
ations\";s:1:\"1\";s:8:\"buttons.\";a:3:{s:14:\"toggleborders.\";a:1:{s:18:\"set
OnTableCreation\";s:1:\"1\";}s:5:\"bold.\";a:1:{s:6:\"hotKey\";s:1:\"b\";}s:7:\"
italic.\";a:1:{s:6:\"hotKey\";s:1:\"i\";}}s:4:\"skin\";s:35:\"EXT:t3skin/rtehtml
area/htmlarea.css\";}s:7:\"config.\";a:1:{s:11:\"tt_content.\";a:1:{s:9:\"bodyte
xt.\";a:2:{s:5:\"proc.\";a:1:{s:12:\"overruleMode\";s:6:\"ts_css\";}s:6:\"types.
\";a:2:{s:5:\"text.\";a:1:{s:5:\"proc.\";a:1:{s:12:\"overruleMode\";s:6:\"ts_css
\";}}s:8:\"textpic.\";a:1:{s:5:\"proc.\";a:1:{s:12:\"overruleMode\";s:6:\"ts_css
\";}}}}}}s:8:\"classes.\";a:12:{s:11:\"align-left.\";a:2:{s:4:\"name\";s:63:\"LL
L:EXT:rtehtmlarea/htmlarea/locallang_tooltips.xml:justifyleft\";s:5:\"value\";s:
17:\"text-align: left;\";}s:13:\"align-center.\";a:2:{s:4:\"name\";s:65:\"LLL:EX
T:rtehtmlarea/htmlarea/locallang_tooltips.xml:justifycenter\";s:5:\"value\";s:19
:\"text-align: center;\";}s:12:\"align-right.\";a:2:{s:4:\"name\";s:64:\"LLL:EXT
:rtehtmlarea/htmlarea/locallang_tooltips.xml:justifyright\";s:5:\"value\";s:18:\
"text-align: right;\";}s:17:\"csc-frame-frame1.\";a:2:{s:4:\"name\";s:61:\"LLL:E
XT:rtehtmlarea/res/contentcss/locallang.xml:frame-frame1\";s:5:\"value\";s:53:\"
background-color: #EDEBF1; border: 1px solid #333333;\";}s:17:\"csc-frame-frame2
.\";a:2:{s:4:\"name\";s:61:\"LLL:EXT:rtehtmlarea/res/contentcss/locallang.xml:fr
ame-frame2\";s:5:\"value\";s:53:\"background-color: #F5FFAA; border: 1px solid #
333333;\";}s:10:\"important.\";a:2:{s:4:\"name\";s:58:\"LLL:EXT:rtehtmlarea/res/
contentcss/locallang.xml:important\";s:5:\"value\";s:15:\"color: #8A0020;\";}s:1
5:\"name-of-person.\";a:2:{s:4:\"name\";s:63:\"LLL:EXT:rtehtmlarea/res/contentcs
s/locallang.xml:name-of-person\";s:5:\"value\";s:15:\"color: #10007B;\";}s:7:\"d
etail.\";a:2:{s:4:\"name\";s:55:\"LLL:EXT:rtehtmlarea/res/contentcss/locallang.x
ml:detail\";s:5:\"value\";s:15:\"color: #186900;\";}s:16:\"component-items.\";a:
2:{s:4:\"name\";s:64:\"LLL:EXT:rtehtmlarea/res/contentcss/locallang.xml:componen
t-items\";s:5:\"value\";s:15:\"color: #186900;\";}s:13:\"action-items.\";a:2:{s:
4:\"name\";s:61:\"LLL:EXT:rtehtmlarea/res/contentcss/locallang.xml:action-items\
";s:5:\"value\";s:15:\"color: #8A0020;\";}s:24:\"component-items-ordered.\";a:2:
{s:4:\"name\";s:64:\"LLL:EXT:rtehtmlarea/res/contentcss/locallang.xml:component-
items\";s:5:\"value\";s:15:\"color: #186900;\";}s:21:\"action-items-ordered.\";a
:2:{s:4:\"name\";s:61:\"LLL:EXT:rtehtmlarea/res/contentcss/locallang.xml:action-
items\";s:5:\"value\";s:15:\"color: #8A0020;\";}}s:14:\"classesAnchor.\";a:6:{s:
13:\"externalLink.\";a:3:{s:5:\"class\";s:13:\"external-link\";s:4:\"type\";s:3:
\"url\";s:9:\"titleText\";s:80:\"LLL:EXT:rtehtmlarea/res/accessibilityicons/loca
llang.xml:external_link_titleText\";}s:24:\"externalLinkInNewWindow.\";a:3:{s:5:
\"class\";s:24:\"external-link-new-window\";s:4:\"type\";s:3:\"url\";s:9:\"title
Text\";s:91:\"LLL:EXT:rtehtmlarea/res/accessibilityicons/locallang.xml:external_
link_new_window_titleText\";}s:13:\"internalLink.\";a:3:{s:5:\"class\";s:13:\"in
ternal-link\";s:4:\"type\";s:4:\"page\";s:9:\"titleText\";s:80:\"LLL:EXT:rtehtml
area/res/accessibilityicons/locallang.xml:internal_link_titleText\";}s:24:\"inte
rnalLinkInNewWindow.\";a:3:{s:5:\"class\";s:24:\"internal-link-new-window\";s:4:
\"type\";s:4:\"page\";s:9:\"titleText\";s:91:\"LLL:EXT:rtehtmlarea/res/accessibi
lityicons/locallang.xml:internal_link_new_window_titleText\";}s:9:\"download.\";
a:3:{s:5:\"class\";s:8:\"download\";s:4:\"type\";s:4:\"file\";s:9:\"titleText\";
s:75:\"LLL:EXT:rtehtmlarea/res/accessibilityicons/locallang.xml:download_titleTe
xt\";}s:5:\"mail.\";a:3:{s:5:\"class\";s:4:\"mail\";s:4:\"type\";s:4:\"mail\";s:
9:\"titleText\";s:71:\"LLL:EXT:rtehtmlarea/res/accessibilityicons/locallang.xml:
mail_titleText\";}}}}s:8:\"sections\";a:0:{}s:5:\"match\";a:0:{}}1b8d2cae9b2661a
a85462d0a5e913014',1289551709,'PAGES_TSconfig'),(15,'9e48979c62e17b9cadde129cb50
ee5bf','a:3:{i:0;a:1:{s:14:\"wrapItemAndSub\";s:10:\"<li>|</li>\";}i:1;a:1:{s:14
:\"wrapItemAndSub\";s:10:\"<li>|</li>\";}i:2;a:1:{s:14:\"wrapItemAndSub\";s:23:\
"<li class=\"last\">|</li>\";}}',1289551859,'MENUDATA'),(16,'e4dda61eba6f34fbbf0
082fe83475d1b','a:5:{i:0;a:1:{s:14:\"wrapItemAndSub\";s:10:\"<li>|</li>\";}i:1;a
:1:{s:14:\"wrapItemAndSub\";s:10:\"<li>|</li>\";}i:2;a:1:{s:14:\"wrapItemAndSub\
";s:23:\"<li class=\"curr\">|</li>\";}i:3;a:1:{s:14:\"wrapItemAndSub\";s:10:\"<l
i>|</li>\";}i:4;a:1:{s:14:\"wrapItemAndSub\";s:10:\"<li>|</li>\";}}',1289551859,
'MENUDATA'),(17,'738556632aefcc07df87314130d10b8b','a:5:{i:0;a:1:{s:14:\"wrapIte
mAndSub\";s:23:\"<li class=\"curr\">|</li>\";}i:1;a:1:{s:14:\"wrapItemAndSub\";s
:10:\"<li>|</li>\";}i:2;a:1:{s:14:\"wrapItemAndSub\";s:10:\"<li>|</li>\";}i:3;a:
1:{s:14:\"wrapItemAndSub\";s:10:\"<li>|</li>\";}i:4;a:1:{s:14:\"wrapItemAndSub\"
;s:10:\"<li>|</li>\";}}',1289551859,'MENUDATA'),(18,'4ee8f174571957c18cafb162c66
2e386','a:4:{i:0;a:3:{s:8:\"stdWrap.\";a:1:{s:16:\"htmlSpecialChars\";s:1:\"1\";
}s:14:\"wrapItemAndSub\";s:10:\"<li>|</li>\";s:10:\"ATagTitle.\";a:1:{s:5:\"fiel
d\";s:20:\"description // title\";}}i:1;a:3:{s:8:\"stdWrap.\";a:1:{s:16:\"htmlSp
ecialChars\";s:1:\"1\";}s:14:\"wrapItemAndSub\";s:10:\"<li>|</li>\";s:10:\"ATagT
itle.\";a:1:{s:5:\"field\";s:20:\"description // title\";}}i:2;a:3:{s:8:\"stdWra
p.\";a:1:{s:16:\"htmlSpecialChars\";s:1:\"1\";}s:14:\"wrapItemAndSub\";s:10:\"<l
i>|</li>\";s:10:\"ATagTitle.\";a:1:{s:5:\"field\";s:20:\"description // title\";
}}i:3;a:3:{s:8:\"stdWrap.\";a:1:{s:16:\"htmlSpecialChars\";s:1:\"1\";}s:14:\"wra
pItemAndSub\";s:10:\"<li>|</li>\";s:10:\"ATagTitle.\";a:1:{s:5:\"field\";s:20:\"
description // title\";}}}',1289551859,'MENUDATA'),(19,'d2f5225768def1c6590ad561
22744129','a:3:{s:8:\"TSconfig\";a:3:{s:4:\"mod.\";a:1:{s:8:\"wizards.\";a:1:{s:
18:\"newContentElement.\";a:1:{s:12:\"wizardItems.\";a:4:{s:7:\"common.\";a:3:{s
:6:\"header\";s:57:\"LLL:EXT:cms/layout/locallang_db_new_content_el.xml:common\"
;s:9:\"elements.\";a:5:{s:5:\"text.\";a:4:{s:4:\"icon\";s:26:\"gfx/c_wiz/regular
_text.gif\";s:5:\"title\";s:75:\"LLL:EXT:cms/layout/locallang_db_new_content_el.
xml:common_regularText_title\";s:11:\"description\";s:81:\"LLL:EXT:cms/layout/lo
callang_db_new_content_el.xml:common_regularText_description\";s:21:\"tt_content
_defValues.\";a:1:{s:5:\"CType\";s:4:\"text\";}}s:8:\"textpic.\";a:4:{s:4:\"icon
\";s:30:\"gfx/c_wiz/text_image_right.gif\";s:5:\"title\";s:73:\"LLL:EXT:cms/layo
ut/locallang_db_new_content_el.xml:common_textImage_title\";s:11:\"description\"
;s:79:\"LLL:EXT:cms/layout/locallang_db_new_content_el.xml:common_textImage_desc
ription\";s:21:\"tt_content_defValues.\";a:2:{s:5:\"CType\";s:7:\"textpic\";s:11
:\"imageorient\";s:2:\"17\";}}s:6:\"image.\";a:4:{s:4:\"icon\";s:25:\"gfx/c_wiz/
images_only.gif\";s:5:\"title\";s:74:\"LLL:EXT:cms/layout/locallang_db_new_conte
nt_el.xml:common_imagesOnly_title\";s:11:\"description\";s:80:\"LLL:EXT:cms/layo
ut/locallang_db_new_content_el.xml:common_imagesOnly_description\";s:21:\"tt_con
tent_defValues.\";a:2:{s:5:\"CType\";s:5:\"image\";s:9:\"imagecols\";s:1:\"2\";}
}s:8:\"bullets.\";a:4:{s:4:\"icon\";s:25:\"gfx/c_wiz/bullet_list.gif\";s:5:\"tit
le\";s:74:\"LLL:EXT:cms/layout/locallang_db_new_content_el.xml:common_bulletList
_title\";s:11:\"description\";s:80:\"LLL:EXT:cms/layout/locallang_db_new_content
_el.xml:common_bulletList_description\";s:21:\"tt_content_defValues.\";a:1:{s:5:
\"CType\";s:7:\"bullets\";}}s:6:\"table.\";a:4:{s:4:\"icon\";s:19:\"gfx/c_wiz/ta
ble.gif\";s:5:\"title\";s:69:\"LLL:EXT:cms/layout/locallang_db_new_content_el.xm
l:common_table_title\";s:11:\"description\";s:75:\"LLL:EXT:cms/layout/locallang_
db_new_content_el.xml:common_table_description\";s:21:\"tt_content_defValues.\";
a:1:{s:5:\"CType\";s:5:\"table\";}}}s:4:\"show\";s:32:\"text,textpic,image,bulle
ts,table\";}s:8:\"special.\";a:3:{s:6:\"header\";s:58:\"LLL:EXT:cms/layout/local
lang_db_new_content_el.xml:special\";s:9:\"elements.\";a:6:{s:8:\"uploads.\";a:4
:{s:4:\"icon\";s:23:\"gfx/c_wiz/filelinks.gif\";s:5:\"title\";s:74:\"LLL:EXT:cms
/layout/locallang_db_new_content_el.xml:special_filelinks_title\";s:11:\"descrip
tion\";s:80:\"LLL:EXT:cms/layout/locallang_db_new_content_el.xml:special_filelin
ks_description\";s:21:\"tt_content_defValues.\";a:1:{s:5:\"CType\";s:7:\"uploads
\";}}s:11:\"multimedia.\";a:4:{s:4:\"icon\";s:24:\"gfx/c_wiz/multimedia.gif\";s:
5:\"title\";s:75:\"LLL:EXT:cms/layout/locallang_db_new_content_el.xml:special_mu
ltimedia_title\";s:11:\"description\";s:81:\"LLL:EXT:cms/layout/locallang_db_new
_content_el.xml:special_multimedia_description\";s:21:\"tt_content_defValues.\";
a:1:{s:5:\"CType\";s:10:\"multimedia\";}}s:6:\"media.\";a:4:{s:4:\"icon\";s:24:\
"gfx/c_wiz/multimedia.gif\";s:5:\"title\";s:70:\"LLL:EXT:cms/layout/locallang_db
_new_content_el.xml:special_media_title\";s:11:\"description\";s:76:\"LLL:EXT:cm
s/layout/locallang_db_new_content_el.xml:special_media_description\";s:21:\"tt_c
ontent_defValues.\";a:1:{s:5:\"CType\";s:5:\"media\";}}s:5:\"menu.\";a:4:{s:4:\"
icon\";s:22:\"gfx/c_wiz/sitemap2.gif\";s:5:\"title\";s:72:\"LLL:EXT:cms/layout/l
ocallang_db_new_content_el.xml:special_sitemap_title\";s:11:\"description\";s:78
:\"LLL:EXT:cms/layout/locallang_db_new_content_el.xml:special_sitemap_descriptio
n\";s:21:\"tt_content_defValues.\";a:2:{s:5:\"CType\";s:4:\"menu\";s:9:\"menu_ty
pe\";s:1:\"2\";}}s:5:\"html.\";a:4:{s:4:\"icon\";s:18:\"gfx/c_wiz/html.gif\";s:5
:\"title\";s:74:\"LLL:EXT:cms/layout/locallang_db_new_content_el.xml:special_pla
inHTML_title\";s:11:\"description\";s:80:\"LLL:EXT:cms/layout/locallang_db_new_c
ontent_el.xml:special_plainHTML_description\";s:21:\"tt_content_defValues.\";a:1
:{s:5:\"CType\";s:4:\"html\";}}s:4:\"div.\";a:4:{s:4:\"icon\";s:17:\"gfx/c_wiz/d
iv.gif\";s:5:\"title\";s:72:\"LLL:EXT:cms/layout/locallang_db_new_content_el.xml
:special_divider_title\";s:11:\"description\";s:78:\"LLL:EXT:cms/layout/locallan
g_db_new_content_el.xml:special_divider_description\";s:21:\"tt_content_defValue
s.\";a:1:{s:5:\"CType\";s:3:\"div\";}}}s:4:\"show\";s:27:\"uploads,media,menu,ht
ml,div\";}s:6:\"forms.\";a:3:{s:6:\"header\";s:56:\"LLL:EXT:cms/layout/locallang
_db_new_content_el.xml:forms\";s:9:\"elements.\";a:3:{s:9:\"mailform.\";a:4:{s:4
:\"icon\";s:22:\"gfx/c_wiz/mailform.gif\";s:5:\"title\";s:67:\"LLL:EXT:cms/layou
t/locallang_db_new_content_el.xml:forms_mail_title\";s:11:\"description\";s:73:\
"LLL:EXT:cms/layout/locallang_db_new_content_el.xml:forms_mail_description\";s:2
1:\"tt_content_defValues.\";a:2:{s:5:\"CType\";s:8:\"mailform\";s:8:\"bodytext\"
;s:255:\"# Example content:\nName: | *name = input,40 | Enter your name here\nEm
ail: | *email=input,40 |\nAddress: | address=textarea,40,5 |\nContact me: | tv=c
heck | 1\n\n|formtype_mail = submit | Send form!\n|html_enabled=hidden | 1\n|sub
ject=hidden| This is the subject\";}}s:7:\"search.\";a:4:{s:4:\"icon\";s:24:\"gf
x/c_wiz/searchform.gif\";s:5:\"title\";s:69:\"LLL:EXT:cms/layout/locallang_db_ne
w_content_el.xml:forms_search_title\";s:11:\"description\";s:75:\"LLL:EXT:cms/la
yout/locallang_db_new_content_el.xml:forms_search_description\";s:21:\"tt_conten
t_defValues.\";a:1:{s:5:\"CType\";s:6:\"search\";}}s:6:\"login.\";a:4:{s:4:\"ico
n\";s:24:\"gfx/c_wiz/login_form.gif\";s:5:\"title\";s:68:\"LLL:EXT:cms/layout/lo
callang_db_new_content_el.xml:forms_login_title\";s:11:\"description\";s:74:\"LL
L:EXT:cms/layout/locallang_db_new_content_el.xml:forms_login_description\";s:21:
\"tt_content_defValues.\";a:1:{s:5:\"CType\";s:5:\"login\";}}}s:4:\"show\";s:21:
\"mailform,search,login\";}s:8:\"plugins.\";a:3:{s:6:\"header\";s:58:\"LLL:EXT:c
ms/layout/locallang_db_new_content_el.xml:plugins\";s:9:\"elements.\";a:1:{s:8:\
"general.\";a:4:{s:4:\"icon\";s:26:\"gfx/c_wiz/user_defined.gif\";s:5:\"title\";
s:72:\"LLL:EXT:cms/layout/locallang_db_new_content_el.xml:plugins_general_title\
";s:11:\"description\";s:78:\"LLL:EXT:cms/layout/locallang_db_new_content_el.xml
:plugins_general_description\";s:21:\"tt_content_defValues.\";a:1:{s:5:\"CType\"
;s:4:\"list\";}}}s:4:\"show\";s:1:\"*\";}}}}}s:8:\"TCEFORM.\";a:1:{s:11:\"tt_con
tent.\";a:8:{s:16:\"text_properties.\";a:1:{s:8:\"disabled\";s:1:\"1\";}s:11:\"t
ext_align.\";a:1:{s:8:\"disabled\";s:1:\"1\";}s:11:\"text_color.\";a:1:{s:8:\"di
sabled\";s:1:\"1\";}s:10:\"text_face.\";a:1:{s:8:\"disabled\";s:1:\"1\";}s:10:\"
text_size.\";a:1:{s:8:\"disabled\";s:1:\"1\";}s:13:\"image_frames.\";a:1:{s:8:\"
disabled\";s:1:\"1\";}s:6:\"CType.\";a:1:{s:11:\"removeItems\";s:47:\"rte,script
,splash,swfobject,qtobject,multimedia\";}s:12:\"imageorient.\";a:1:{s:6:\"types.
\";a:1:{s:6:\"image.\";a:1:{s:11:\"removeItems\";s:18:\"8,9,10,17,18,25,26\";}}}
}}s:4:\"RTE.\";a:4:{s:8:\"default.\";a:27:{s:5:\"proc.\";a:15:{s:12:\"overruleMo
de\";s:6:\"ts_css\";s:21:\"dontConvBRtoParagraph\";s:1:\"1\";s:19:\"preserveDIVS
ections\";s:1:\"1\";s:16:\"allowTagsOutside\";s:11:\"hr, address\";s:9:\"allowTa
gs\";s:349:\" a, abbr, acronym, address, b, bdo, big, blockquote, br,
caption, center, cite, code, col, colgroup, dd, del, dfn, dl, div, dt, em, font,
\n h1, h2, h3, h4, h5, h6, hr, i, img, ins, kbd, label, li, link, m
eta, ol, p, pre, q, samp, sdfield, small,\n span, strike, strong, st
yle, sub, sup, table, thead, tbody, tfoot, td, th, tr, title, tt, u, ul, var\";s
:15:\"keepPDIVattribs\";s:36:\"id, title, dir, lang, xml:lang,style\";s:26:\"tra
nsformBoldAndItalicTags\";s:1:\"1\";s:14:\"dontUndoHSC_db\";s:1:\"1\";s:11:\"don
tHSC_rte\";s:1:\"1\";s:18:\"entryHTMLparser_db\";s:1:\"1\";s:19:\"entryHTMLparse
r_db.\";a:5:{s:9:\"allowTags\";s:349:\" a, abbr, acronym, address, b, bd
o, big, blockquote, br, caption, center, cite, code, col, colgroup, dd, del, dfn
, dl, div, dt, em, font,\n h1, h2, h3, h4, h5, h6, hr, i, img, ins,
kbd, label, li, link, meta, ol, p, pre, q, samp, sdfield, small,\n
span, strike, strong, style, sub, sup, table, thead, tbody, tfoot, td, th, tr, t
itle, tt, u, ul, var\";s:16:\"htmlSpecialChars\";s:1:\"0\";s:5:\"tags.\";a:28:{s
:4:\"img.\";a:2:{s:14:\"allowedAttribs\";s:1:\"0\";s:15:\"rmTagIfNoAttrib\";s:1:
\"1\";}s:5:\"span.\";a:2:{s:10:\"fixAttrib.\";a:1:{s:6:\"style.\";a:0:{}}s:14:\"
allowedAttribs\";s:44:\"id, title, dir, lang, xml:lang, class, style\";}s:2:\"p.
\";a:2:{s:14:\"allowedAttribs\";s:43:\"id, title, dir, lang, xml:lang, class,sty
le\";s:10:\"fixAttrib.\";a:1:{s:6:\"align.\";a:1:{s:5:\"unset\";s:1:\"1\";}}}s:3
:\"hr.\";a:1:{s:14:\"allowedAttribs\";s:11:\"class,style\";}s:2:\"b.\";a:1:{s:14
:\"allowedAttribs\";s:43:\"id, title, dir, lang, xml:lang, class,style\";}s:4:\"
bdo.\";a:1:{s:14:\"allowedAttribs\";s:43:\"id, title, dir, lang, xml:lang, class
,style\";}s:4:\"big.\";a:1:{s:14:\"allowedAttribs\";s:43:\"id, title, dir, lang,
xml:lang, class,style\";}s:11:\"blockquote.\";a:1:{s:14:\"allowedAttribs\";s:43
:\"id, title, dir, lang, xml:lang, class,style\";}s:5:\"cite.\";a:1:{s:14:\"allo
wedAttribs\";s:43:\"id, title, dir, lang, xml:lang, class,style\";}s:5:\"code.\"
;a:1:{s:14:\"allowedAttribs\";s:43:\"id, title, dir, lang, xml:lang, class,style
\";}s:4:\"del.\";a:1:{s:14:\"allowedAttribs\";s:43:\"id, title, dir, lang, xml:l
ang, class,style\";}s:4:\"dfn.\";a:1:{s:14:\"allowedAttribs\";s:43:\"id, title,
dir, lang, xml:lang, class,style\";}s:3:\"em.\";a:1:{s:14:\"allowedAttribs\";s:4
3:\"id, title, dir, lang, xml:lang, class,style\";}s:2:\"i.\";a:1:{s:14:\"allowe
dAttribs\";s:43:\"id, title, dir, lang, xml:lang, class,style\";}s:4:\"ins.\";a:
1:{s:14:\"allowedAttribs\";s:43:\"id, title, dir, lang, xml:lang, class,style\";
}s:4:\"kbd.\";a:1:{s:14:\"allowedAttribs\";s:43:\"id, title, dir, lang, xml:lang
, class,style\";}s:6:\"label.\";a:1:{s:14:\"allowedAttribs\";s:43:\"id, title, d
ir, lang, xml:lang, class,style\";}s:2:\"q.\";a:1:{s:14:\"allowedAttribs\";s:43:
\"id, title, dir, lang, xml:lang, class,style\";}s:5:\"samp.\";a:1:{s:14:\"allow
edAttribs\";s:43:\"id, title, dir, lang, xml:lang, class,style\";}s:6:\"small.\"
;a:1:{s:14:\"allowedAttribs\";s:43:\"id, title, dir, lang, xml:lang, class,style
\";}s:7:\"strike.\";a:1:{s:14:\"allowedAttribs\";s:43:\"id, title, dir, lang, xm
l:lang, class,style\";}s:7:\"strong.\";a:1:{s:14:\"allowedAttribs\";s:43:\"id, t
itle, dir, lang, xml:lang, class,style\";}s:4:\"sub.\";a:1:{s:14:\"allowedAttrib
s\";s:43:\"id, title, dir, lang, xml:lang, class,style\";}s:4:\"sup.\";a:1:{s:14
:\"allowedAttribs\";s:43:\"id, title, dir, lang, xml:lang, class,style\";}s:3:\"
tt.\";a:1:{s:14:\"allowedAttribs\";s:43:\"id, title, dir, lang, xml:lang, class,
style\";}s:2:\"u.\";a:1:{s:14:\"allowedAttribs\";s:43:\"id, title, dir, lang, xm
l:lang, class,style\";}s:4:\"var.\";a:1:{s:14:\"allowedAttribs\";s:43:\"id, titl
e, dir, lang, xml:lang, class,style\";}s:4:\"div.\";a:2:{s:14:\"allowedAttribs\"
;s:43:\"id, title, dir, lang, xml:lang, class,style\";s:10:\"fixAttrib.\";a:1:{s
:6:\"align.\";a:1:{s:5:\"unset\";s:1:\"1\";}}}}s:10:\"removeTags\";s:63:\"center
, font, link, meta, o:p, sdfield, strike, style, title, u\";s:18:\"keepNonMatche
dTags\";s:7:\"protect\";}s:14:\"HTMLparser_db.\";a:2:{s:8:\"noAttrib\";s:2:\"br\
";s:14:\"xhtml_cleaning\";s:1:\"1\";}s:17:\"exitHTMLparser_db\";s:1:\"1\";s:18:\
"exitHTMLparser_db.\";a:2:{s:18:\"keepNonMatchedTags\";s:1:\"1\";s:16:\"htmlSpec
ialChars\";s:1:\"0\";}s:14:\"allowedClasses\";s:321:\" external-link, e
xternal-link-new-window, internal-link, internal-link-new-window, download, mail
,\n align-left, align-center, align-right, align-justify,\n
csc-frame-frame1, csc-frame-frame2,\n component-items, action-items,\n
component-items-ordered, action-items-ordered,\n important, name-
of-person, detail,\n indent\";}s:3:\"FE.\";a:27:{s:5:\"proc.\";a:15:{
s:12:\"overruleMode\";s:6:\"ts_css\";s:21:\"dontConvBRtoParagraph\";s:1:\"1\";s:
19:\"preserveDIVSections\";s:1:\"1\";s:16:\"allowTagsOutside\";s:11:\"hr, addres
s\";s:9:\"allowTags\";s:349:\" a, abbr, acronym, address, b, bdo, big,
blockquote, br, caption, center, cite, code, col, colgroup, dd, del, dfn, dl, di
v, dt, em, font,\n h1, h2, h3, h4, h5, h6, hr, i, img, ins, kbd, la
bel, li, link, meta, ol, p, pre, q, samp, sdfield, small,\n span, st
rike, strong, style, sub, sup, table, thead, tbody, tfoot, td, th, tr, title, tt
, u, ul, var\";s:15:\"keepPDIVattribs\";s:36:\"id, title, dir, lang, xml:lang,st
yle\";s:26:\"transformBoldAndItalicTags\";s:1:\"1\";s:14:\"dontUndoHSC_db\";s:1:
\"1\";s:11:\"dontHSC_rte\";s:1:\"1\";s:18:\"entryHTMLparser_db\";s:1:\"1\";s:19:
\"entryHTMLparser_db.\";a:5:{s:9:\"allowTags\";s:349:\" a, abbr, acronym
, address, b, bdo, big, blockquote, br, caption, center, cite, code, col, colgro
up, dd, del, dfn, dl, div, dt, em, font,\n h1, h2, h3, h4, h5, h6,
hr, i, img, ins, kbd, label, li, link, meta, ol, p, pre, q, samp, sdfield, small
,\n span, strike, strong, style, sub, sup, table, thead, tbody, tfoo
t, td, th, tr, title, tt, u, ul, var\";s:16:\"htmlSpecialChars\";s:1:\"0\";s:5:\
"tags.\";a:28:{s:4:\"img.\";a:2:{s:14:\"allowedAttribs\";s:1:\"0\";s:15:\"rmTagI
fNoAttrib\";s:1:\"1\";}s:5:\"span.\";a:2:{s:10:\"fixAttrib.\";a:1:{s:6:\"style.\
";a:0:{}}s:14:\"allowedAttribs\";s:44:\"id, title, dir, lang, xml:lang, class, s
tyle\";}s:2:\"p.\";a:2:{s:14:\"allowedAttribs\";s:43:\"id, title, dir, lang, xml
:lang, class,style\";s:10:\"fixAttrib.\";a:1:{s:6:\"align.\";a:1:{s:5:\"unset\";
s:1:\"1\";}}}s:3:\"hr.\";a:1:{s:14:\"allowedAttribs\";s:11:\"class,style\";}s:2:
\"b.\";a:1:{s:14:\"allowedAttribs\";s:43:\"id, title, dir, lang, xml:lang, class
,style\";}s:4:\"bdo.\";a:1:{s:14:\"allowedAttribs\";s:43:\"id, title, dir, lang,
xml:lang, class,style\";}s:4:\"big.\";a:1:{s:14:\"allowedAttribs\";s:43:\"id, t
itle, dir, lang, xml:lang, class,style\";}s:11:\"blockquote.\";a:1:{s:14:\"allow
edAttribs\";s:43:\"id, title, dir, lang, xml:lang, class,style\";}s:5:\"cite.\";
a:1:{s:14:\"allowedAttribs\";s:43:\"id, title, dir, lang, xml:lang, class,style\
";}s:5:\"code.\";a:1:{s:14:\"allowedAttribs\";s:43:\"id, title, dir, lang, xml:l
ang, class,style\";}s:4:\"del.\";a:1:{s:14:\"allowedAttribs\";s:43:\"id, title,
dir, lang, xml:lang, class,style\";}s:4:\"dfn.\";a:1:{s:14:\"allowedAttribs\";s:
43:\"id, title, dir, lang, xml:lang, class,style\";}s:3:\"em.\";a:1:{s:14:\"allo
wedAttribs\";s:43:\"id, title, dir, lang, xml:lang, class,style\";}s:2:\"i.\";a:
1:{s:14:\"allowedAttribs\";s:43:\"id, title, dir, lang, xml:lang, class,style\";
}s:4:\"ins.\";a:1:{s:14:\"allowedAttribs\";s:43:\"id, title, dir, lang, xml:lang
, class,style\";}s:4:\"kbd.\";a:1:{s:14:\"allowedAttribs\";s:43:\"id, title, dir
, lang, xml:lang, class,style\";}s:6:\"label.\";a:1:{s:14:\"allowedAttribs\";s:4
3:\"id, title, dir, lang, xml:lang, class,style\";}s:2:\"q.\";a:1:{s:14:\"allowe
dAttribs\";s:43:\"id, title, dir, lang, xml:lang, class,style\";}s:5:\"samp.\";a
:1:{s:14:\"allowedAttribs\";s:43:\"id, title, dir, lang, xml:lang, class,style\"
;}s:6:\"small.\";a:1:{s:14:\"allowedAttribs\";s:43:\"id, title, dir, lang, xml:l
ang, class,style\";}s:7:\"strike.\";a:1:{s:14:\"allowedAttribs\";s:43:\"id, titl
e, dir, lang, xml:lang, class,style\";}s:7:\"strong.\";a:1:{s:14:\"allowedAttrib
s\";s:43:\"id, title, dir, lang, xml:lang, class,style\";}s:4:\"sub.\";a:1:{s:14
:\"allowedAttribs\";s:43:\"id, title, dir, lang, xml:lang, class,style\";}s:4:\"
sup.\";a:1:{s:14:\"allowedAttribs\";s:43:\"id, title, dir, lang, xml:lang, class
,style\";}s:3:\"tt.\";a:1:{s:14:\"allowedAttribs\";s:43:\"id, title, dir, lang,
xml:lang, class,style\";}s:2:\"u.\";a:1:{s:14:\"allowedAttribs\";s:43:\"id, titl
e, dir, lang, xml:lang, class,style\";}s:4:\"var.\";a:1:{s:14:\"allowedAttribs\"
;s:43:\"id, title, dir, lang, xml:lang, class,style\";}s:4:\"div.\";a:2:{s:14:\"
allowedAttribs\";s:43:\"id, title, dir, lang, xml:lang, class,style\";s:10:\"fix
Attrib.\";a:1:{s:6:\"align.\";a:1:{s:5:\"unset\";s:1:\"1\";}}}}s:10:\"removeTags
\";s:63:\"center, font, link, meta, o:p, sdfield, strike, style, title, u\";s:18
:\"keepNonMatchedTags\";s:7:\"protect\";}s:14:\"HTMLparser_db.\";a:2:{s:8:\"noAt
trib\";s:2:\"br\";s:14:\"xhtml_cleaning\";s:1:\"1\";}s:17:\"exitHTMLparser_db\";
s:1:\"1\";s:18:\"exitHTMLparser_db.\";a:2:{s:18:\"keepNonMatchedTags\";s:1:\"1\"
;s:16:\"htmlSpecialChars\";s:1:\"0\";}s:14:\"allowedClasses\";s:321:\"
external-link, external-link-new-window, internal-link, internal-link-new-window
, download, mail,\n align-left, align-center, align-right, align-jus
tify,\n csc-frame-frame1, csc-frame-frame2,\n component-items,
action-items,\n component-items-ordered, action-items-ordered,\n
important, name-of-person, detail,\n indent\";}s:15:\"enableWordClean
\";s:1:\"1\";s:16:\"removeTrailingBR\";s:1:\"1\";s:14:\"removeComments\";s:1:\"1
\";s:10:\"removeTags\";s:37:\"center, font, o:p, sdfield, strike, u\";s:21:\"rem
oveTagsAndContents\";s:32:\"link, meta, script, style, title\";s:11:\"showButton
s\";s:523:\" class, blockstylelabel, blockstyle, textstylelabel, text
style,\n formatblock, bold, italic, subscript, superscript,\n
orderedlist, unorderedlist, outdent, indent, textindicator,\n insertch
aracter, link, table, findreplace, chMode, removeformat, undo, redo, about,\n
toggleborders, tableproperties,\n rowproperties, rowinsertabove, r
owinsertunder, rowdelete, rowsplit,\n columninsertbefore, columninsert
after, columndelete, columnsplit,\n cellproperties, cellinsertbefore
, cellinsertafter, celldelete, cellsplit, cellmerge\";s:23:\"keepButtonGroupToge
ther\";s:1:\"1\";s:13:\"showStatusBar\";s:1:\"0\";s:15:\"hidePStyleItems\";s:11:
\"pre,address\";s:12:\"inlineStyle.\";a:7:{s:14:\"text-alignment\";s:711:\"
p.align-left, h1.align-left, h2.align-left, h3.align-left, h4.align-left, h5.ali
gn-left, h6.align-left, div.align-left, address.align-left { text-align: left; }
\n p.align-center, h1.align-center, h2.align-center, h3.align-cente
r, h4.align-center, h5.align-center, h6.align-center, div.align-center, address.
align-center { text-align: center; }\n p.align-right, h1.align-right, h
2.align-right, h3.align-right, h4.align-right, h5.align-right, h6.align-right, d
iv.align-right, address.align-right { text-align: right; }\n p.align-
justify, h1.align-justify, h2.align-justify, h3.align-justify, h4.align-justify,
h5.align-justify, h6.align-justify, div.align-justify, address.align-justify {
text-align: justify; }\";s:6:\"frames\";s:257:\" p.csc-frame-fram
e1, table.csc-frame-frame1 { background-color: #EDEBF1; padding: 2px 4px 2px 4px
; border: 1px solid #333333; }\n p.csc-frame-frame2, table.csc-fr
ame-frame2 { background-color: #F5FFAA; padding: 2px 4px 2px 4px; border: 1px so
lid #333333; }\";s:2:\"ul\";s:152:\" ul.component-items { color: #186
900; list-style-type: circle; }\n ul.action-items { color: #8A0020
; list-style-image: url(img/red_arrow_bullet.gif); }\";s:2:\"ol\";s:154:\"
ol.component-items-ordered { color: #10007B; list-style-type: lower-roman; }\n
ol.action-items-ordered { color: #8A0020; list-style-type: lower-greek; }\";s:11
:\"inline-text\";s:112:\" span.important { color: #8A0020; }\n
span.name-of-person { color: #10007B; }\n span.detail { color: #18
6900; }\";s:13:\"accessibility\";s:133:\" a.external-link {}\n
a.external-link-new-window {}\n a.internal-link {}\n a.intern
al-link-new-window {}\n a.download {}\n a.mail {}\";s:11:\"inden
tation\";s:34:\" div.indent { margin-left: 2em; }\";}s:23:\"ignor
eMainStyleOverride\";s:1:\"1\";s:16:\"classesParagraph\";s:77:\"
align-left, align-center, align-right,\n csc-frame-frame1, csc-fr
ame-frame2\";s:12:\"classesTable\";s:34:\"csc-frame-frame1, csc-frame-frame2\";s
:9:\"classesTD\";s:37:\"align-left, align-center, align-right\";s:12:\"classesLi
nks\";s:96:\"external-link, external-link-new-window, internal-link, internal-li
nk-new-window, download, mail\";s:16:\"classesCharacter\";s:33:\"important, name
-of-person, detail\";s:13:\"classesAnchor\";s:96:\"external-link, external-link-
new-window, internal-link, internal-link-new-window, download, mail\";s:14:\"cla
ssesAnchor.\";a:1:{s:8:\"default.\";a:4:{s:4:\"page\";s:13:\"internal-link\";s:3
:\"url\";s:24:\"external-link-new-window\";s:4:\"file\";s:8:\"download\";s:4:\"m
ail\";s:4:\"mail\";}}s:41:\"disableAlignmentFieldsetInTableOperations\";s:1:\"1\
";s:39:\"disableSpacingFieldsetInTableOperations\";s:1:\"1\";s:37:\"disableColor
FieldsetInTableOperations\";s:1:\"1\";s:38:\"disableLayoutFieldsetInTableOperati
ons\";s:1:\"1\";s:39:\"disableBordersFieldsetInTableOperations\";s:1:\"1\";s:8:\
"buttons.\";a:3:{s:14:\"toggleborders.\";a:1:{s:18:\"setOnTableCreation\";s:1:\"
1\";}s:5:\"bold.\";a:1:{s:6:\"hotKey\";s:1:\"b\";}s:7:\"italic.\";a:1:{s:6:\"hot
Key\";s:1:\"i\";}}s:11:\"hideButtons\";s:202:\"chMode, blockstyle, textstyle, un
derline, strikethrough, subscript, superscript, lefttoright, righttoleft, left,
center, right, justifyfull, table, inserttag, findreplace, removeformat, copy, c
ut, paste\";s:4:\"skin\";s:35:\"EXT:t3skin/rtehtmlarea/htmlarea.css\";}s:15:\"en
ableWordClean\";s:1:\"1\";s:16:\"removeTrailingBR\";s:1:\"1\";s:14:\"removeComme
nts\";s:1:\"1\";s:10:\"removeTags\";s:37:\"center, font, o:p, sdfield, strike, u
\";s:21:\"removeTagsAndContents\";s:32:\"link, meta, script, style, title\";s:11
:\"showButtons\";s:523:\" class, blockstylelabel, blockstyle, text
stylelabel, textstyle,\n formatblock, bold, italic, subscript, su
perscript,\n orderedlist, unorderedlist, outdent, indent, textindicat
or,\n insertcharacter, link, table, findreplace, chMode, removeformat,
undo, redo, about,\n toggleborders, tableproperties,\n
rowproperties, rowinsertabove, rowinsertunder, rowdelete, rowsplit,\n
columninsertbefore, columninsertafter, columndelete, columnsplit,\n
cellproperties, cellinsertbefore, cellinsertafter, celldelete, cellsplit, cellme
rge\";s:23:\"keepButtonGroupTogether\";s:1:\"1\";s:13:\"showStatusBar\";s:1:\"1\
";s:15:\"hidePStyleItems\";s:11:\"pre,address\";s:12:\"inlineStyle.\";a:7:{s:14:
\"text-alignment\";s:711:\" p.align-left, h1.align-left, h2.align-le
ft, h3.align-left, h4.align-left, h5.align-left, h6.align-left, div.align-left,
address.align-left { text-align: left; }\n p.align-center, h1.align
-center, h2.align-center, h3.align-center, h4.align-center, h5.align-center, h6.
align-center, div.align-center, address.align-center { text-align: center; }\n
p.align-right, h1.align-right, h2.align-right, h3.align-right, h4.align-right, h
5.align-right, h6.align-right, div.align-right, address.align-right { text-align
: right; }\n p.align-justify, h1.align-justify, h2.align-justify, h3.
align-justify, h4.align-justify, h5.align-justify, h6.align-justify, div.align-j
ustify, address.align-justify { text-align: justify; }\";s:6:\"frames\";s:257:\"
p.csc-frame-frame1, table.csc-frame-frame1 { background-color: #EDEBF1; padding:
2px 4px 2px 4px; border: 1px solid #333333; }\n p.csc-frame-fram
e2, table.csc-frame-frame2 { background-color: #F5FFAA; padding: 2px 4px 2px 4px
; border: 1px solid #333333; }\";s:2:\"ul\";s:152:\" ul.component-ite
ms { color: #186900; list-style-type: circle; }\n ul.action-items
{ color: #8A0020; list-style-image: url(img/red_arrow_bullet.gif); }\";s:2:\"ol\
";s:154:\" ol.component-items-ordered { color: #10007B; list-style-
type: lower-roman; }\n ol.action-items-ordered { color: #8A0020; list-s
tyle-type: lower-greek; }\";s:11:\"inline-text\";s:112:\" span.imp
ortant { color: #8A0020; }\n span.name-of-person { color: #10007B; }\
n span.detail { color: #186900; }\";s:13:\"accessibility\";s:133:\
" a.external-link {}\n a.external-link-new-window {}\n
a.internal-link {}\n a.internal-link-new-window {}\n a.downlo
ad {}\n a.mail {}\";s:11:\"indentation\";s:34:\" div.inde
nt { margin-left: 2em; }\";}s:23:\"ignoreMainStyleOverride\";s:1:\"1\";s:16:\"cl
assesParagraph\";s:77:\" align-left, align-center, align-right,\n
csc-frame-frame1, csc-frame-frame2\";s:12:\"classesTable\";s:34:\"csc-frame-fram
e1, csc-frame-frame2\";s:9:\"classesTD\";s:37:\"align-left, align-center, align-
right\";s:12:\"classesLinks\";s:96:\"external-link, external-link-new-window, in
ternal-link, internal-link-new-window, download, mail\";s:16:\"classesCharacter\
";s:33:\"important, name-of-person, detail\";s:13:\"classesAnchor\";s:96:\"exter
nal-link, external-link-new-window, internal-link, internal-link-new-window, dow
nload, mail\";s:14:\"classesAnchor.\";a:1:{s:8:\"default.\";a:4:{s:4:\"page\";s:
13:\"internal-link\";s:3:\"url\";s:24:\"external-link-new-window\";s:4:\"file\";
s:8:\"download\";s:4:\"mail\";s:4:\"mail\";}}s:41:\"disableAlignmentFieldsetInTa
bleOperations\";s:1:\"1\";s:39:\"disableSpacingFieldsetInTableOperations\";s:1:\
"1\";s:37:\"disableColorFieldsetInTableOperations\";s:1:\"1\";s:38:\"disableLayo
utFieldsetInTableOperations\";s:1:\"1\";s:39:\"disableBordersFieldsetInTableOper
ations\";s:1:\"1\";s:8:\"buttons.\";a:3:{s:14:\"toggleborders.\";a:1:{s:18:\"set
OnTableCreation\";s:1:\"1\";}s:5:\"bold.\";a:1:{s:6:\"hotKey\";s:1:\"b\";}s:7:\"
italic.\";a:1:{s:6:\"hotKey\";s:1:\"i\";}}s:4:\"skin\";s:35:\"EXT:t3skin/rtehtml
area/htmlarea.css\";}s:7:\"config.\";a:1:{s:11:\"tt_content.\";a:1:{s:9:\"bodyte
xt.\";a:2:{s:5:\"proc.\";a:1:{s:12:\"overruleMode\";s:6:\"ts_css\";}s:6:\"types.
\";a:2:{s:5:\"text.\";a:1:{s:5:\"proc.\";a:1:{s:12:\"overruleMode\";s:6:\"ts_css
\";}}s:8:\"textpic.\";a:1:{s:5:\"proc.\";a:1:{s:12:\"overruleMode\";s:6:\"ts_css
\";}}}}}}s:8:\"classes.\";a:12:{s:11:\"align-left.\";a:2:{s:4:\"name\";s:63:\"LL
L:EXT:rtehtmlarea/htmlarea/locallang_tooltips.xml:justifyleft\";s:5:\"value\";s:
17:\"text-align: left;\";}s:13:\"align-center.\";a:2:{s:4:\"name\";s:65:\"LLL:EX
T:rtehtmlarea/htmlarea/locallang_tooltips.xml:justifycenter\";s:5:\"value\";s:19
:\"text-align: center;\";}s:12:\"align-right.\";a:2:{s:4:\"name\";s:64:\"LLL:EXT
:rtehtmlarea/htmlarea/locallang_tooltips.xml:justifyright\";s:5:\"value\";s:18:\
"text-align: right;\";}s:17:\"csc-frame-frame1.\";a:2:{s:4:\"name\";s:61:\"LLL:E
XT:rtehtmlarea/res/contentcss/locallang.xml:frame-frame1\";s:5:\"value\";s:53:\"
background-color: #EDEBF1; border: 1px solid #333333;\";}s:17:\"csc-frame-frame2
.\";a:2:{s:4:\"name\";s:61:\"LLL:EXT:rtehtmlarea/res/contentcss/locallang.xml:fr
ame-frame2\";s:5:\"value\";s:53:\"background-color: #F5FFAA; border: 1px solid #
333333;\";}s:10:\"important.\";a:2:{s:4:\"name\";s:58:\"LLL:EXT:rtehtmlarea/res/
contentcss/locallang.xml:important\";s:5:\"value\";s:15:\"color: #8A0020;\";}s:1
5:\"name-of-person.\";a:2:{s:4:\"name\";s:63:\"LLL:EXT:rtehtmlarea/res/contentcs
s/locallang.xml:name-of-person\";s:5:\"value\";s:15:\"color: #10007B;\";}s:7:\"d
etail.\";a:2:{s:4:\"name\";s:55:\"LLL:EXT:rtehtmlarea/res/contentcss/locallang.x
ml:detail\";s:5:\"value\";s:15:\"color: #186900;\";}s:16:\"component-items.\";a:
2:{s:4:\"name\";s:64:\"LLL:EXT:rtehtmlarea/res/contentcss/locallang.xml:componen
t-items\";s:5:\"value\";s:15:\"color: #186900;\";}s:13:\"action-items.\";a:2:{s:
4:\"name\";s:61:\"LLL:EXT:rtehtmlarea/res/contentcss/locallang.xml:action-items\
";s:5:\"value\";s:15:\"color: #8A0020;\";}s:24:\"component-items-ordered.\";a:2:
{s:4:\"name\";s:64:\"LLL:EXT:rtehtmlarea/res/contentcss/locallang.xml:component-
items\";s:5:\"value\";s:15:\"color: #186900;\";}s:21:\"action-items-ordered.\";a
:2:{s:4:\"name\";s:61:\"LLL:EXT:rtehtmlarea/res/contentcss/locallang.xml:action-
items\";s:5:\"value\";s:15:\"color: #8A0020;\";}}s:14:\"classesAnchor.\";a:6:{s:
13:\"externalLink.\";a:3:{s:5:\"class\";s:13:\"external-link\";s:4:\"type\";s:3:
\"url\";s:9:\"titleText\";s:80:\"LLL:EXT:rtehtmlarea/res/accessibilityicons/loca
llang.xml:external_link_titleText\";}s:24:\"externalLinkInNewWindow.\";a:3:{s:5:
\"class\";s:24:\"external-link-new-window\";s:4:\"type\";s:3:\"url\";s:9:\"title
Text\";s:91:\"LLL:EXT:rtehtmlarea/res/accessibilityicons/locallang.xml:external_
link_new_window_titleText\";}s:13:\"internalLink.\";a:3:{s:5:\"class\";s:13:\"in
ternal-link\";s:4:\"type\";s:4:\"page\";s:9:\"titleText\";s:80:\"LLL:EXT:rtehtml
area/res/accessibilityicons/locallang.xml:internal_link_titleText\";}s:24:\"inte
rnalLinkInNewWindow.\";a:3:{s:5:\"class\";s:24:\"internal-link-new-window\";s:4:
\"type\";s:4:\"page\";s:9:\"titleText\";s:91:\"LLL:EXT:rtehtmlarea/res/accessibi
lityicons/locallang.xml:internal_link_new_window_titleText\";}s:9:\"download.\";
a:3:{s:5:\"class\";s:8:\"download\";s:4:\"type\";s:4:\"file\";s:9:\"titleText\";
s:75:\"LLL:EXT:rtehtmlarea/res/accessibilityicons/locallang.xml:download_titleTe
xt\";}s:5:\"mail.\";a:3:{s:5:\"class\";s:4:\"mail\";s:4:\"type\";s:4:\"mail\";s:
9:\"titleText\";s:71:\"LLL:EXT:rtehtmlarea/res/accessibilityicons/locallang.xml:
mail_titleText\";}}}}s:8:\"sections\";a:0:{}s:5:\"match\";a:0:{}}1b8d2cae9b2661a
a85462d0a5e913014',1290520024,'PAGES_TSconfig'),(20,'b699076c9b885f9e26a35ef951b
fcc82','a:3:{s:8:\"TSconfig\";a:3:{s:4:\"mod.\";a:1:{s:8:\"wizards.\";a:1:{s:18:
\"newContentElement.\";a:1:{s:12:\"wizardItems.\";a:4:{s:7:\"common.\";a:3:{s:6:
\"header\";s:57:\"LLL:EXT:cms/layout/locallang_db_new_content_el.xml:common\";s:
9:\"elements.\";a:5:{s:5:\"text.\";a:4:{s:4:\"icon\";s:26:\"gfx/c_wiz/regular_te
xt.gif\";s:5:\"title\";s:75:\"LLL:EXT:cms/layout/locallang_db_new_content_el.xml
:common_regularText_title\";s:11:\"description\";s:81:\"LLL:EXT:cms/layout/local
lang_db_new_content_el.xml:common_regularText_description\";s:21:\"tt_content_de
fValues.\";a:1:{s:5:\"CType\";s:4:\"text\";}}s:8:\"textpic.\";a:4:{s:4:\"icon\";
s:30:\"gfx/c_wiz/text_image_right.gif\";s:5:\"title\";s:73:\"LLL:EXT:cms/layout/
locallang_db_new_content_el.xml:common_textImage_title\";s:11:\"description\";s:
79:\"LLL:EXT:cms/layout/locallang_db_new_content_el.xml:common_textImage_descrip
tion\";s:21:\"tt_content_defValues.\";a:2:{s:5:\"CType\";s:7:\"textpic\";s:11:\"
imageorient\";s:2:\"17\";}}s:6:\"image.\";a:4:{s:4:\"icon\";s:25:\"gfx/c_wiz/ima
ges_only.gif\";s:5:\"title\";s:74:\"LLL:EXT:cms/layout/locallang_db_new_content_
el.xml:common_imagesOnly_title\";s:11:\"description\";s:80:\"LLL:EXT:cms/layout/
locallang_db_new_content_el.xml:common_imagesOnly_description\";s:21:\"tt_conten
t_defValues.\";a:2:{s:5:\"CType\";s:5:\"image\";s:9:\"imagecols\";s:1:\"2\";}}s:
8:\"bullets.\";a:4:{s:4:\"icon\";s:25:\"gfx/c_wiz/bullet_list.gif\";s:5:\"title\
";s:74:\"LLL:EXT:cms/layout/locallang_db_new_content_el.xml:common_bulletList_ti
tle\";s:11:\"description\";s:80:\"LLL:EXT:cms/layout/locallang_db_new_content_el
.xml:common_bulletList_description\";s:21:\"tt_content_defValues.\";a:1:{s:5:\"C
Type\";s:7:\"bullets\";}}s:6:\"table.\";a:4:{s:4:\"icon\";s:19:\"gfx/c_wiz/table
.gif\";s:5:\"title\";s:69:\"LLL:EXT:cms/layout/locallang_db_new_content_el.xml:c
ommon_table_title\";s:11:\"description\";s:75:\"LLL:EXT:cms/layout/locallang_db_
new_content_el.xml:common_table_description\";s:21:\"tt_content_defValues.\";a:1
:{s:5:\"CType\";s:5:\"table\";}}}s:4:\"show\";s:32:\"text,textpic,image,bullets,
table\";}s:8:\"special.\";a:3:{s:6:\"header\";s:58:\"LLL:EXT:cms/layout/locallan
g_db_new_content_el.xml:special\";s:9:\"elements.\";a:6:{s:8:\"uploads.\";a:4:{s
:4:\"icon\";s:23:\"gfx/c_wiz/filelinks.gif\";s:5:\"title\";s:74:\"LLL:EXT:cms/la
yout/locallang_db_new_content_el.xml:special_filelinks_title\";s:11:\"descriptio
n\";s:80:\"LLL:EXT:cms/layout/locallang_db_new_content_el.xml:special_filelinks_
description\";s:21:\"tt_content_defValues.\";a:1:{s:5:\"CType\";s:7:\"uploads\";
}}s:11:\"multimedia.\";a:4:{s:4:\"icon\";s:24:\"gfx/c_wiz/multimedia.gif\";s:5:\
"title\";s:75:\"LLL:EXT:cms/layout/locallang_db_new_content_el.xml:special_multi
media_title\";s:11:\"description\";s:81:\"LLL:EXT:cms/layout/locallang_db_new_co
ntent_el.xml:special_multimedia_description\";s:21:\"tt_content_defValues.\";a:1
:{s:5:\"CType\";s:10:\"multimedia\";}}s:6:\"media.\";a:4:{s:4:\"icon\";s:24:\"gf
x/c_wiz/multimedia.gif\";s:5:\"title\";s:70:\"LLL:EXT:cms/layout/locallang_db_ne
w_content_el.xml:special_media_title\";s:11:\"description\";s:76:\"LLL:EXT:cms/l
ayout/locallang_db_new_content_el.xml:special_media_description\";s:21:\"tt_cont
ent_defValues.\";a:1:{s:5:\"CType\";s:5:\"media\";}}s:5:\"menu.\";a:4:{s:4:\"ico
n\";s:22:\"gfx/c_wiz/sitemap2.gif\";s:5:\"title\";s:72:\"LLL:EXT:cms/layout/loca
llang_db_new_content_el.xml:special_sitemap_title\";s:11:\"description\";s:78:\"
LLL:EXT:cms/layout/locallang_db_new_content_el.xml:special_sitemap_description\"
;s:21:\"tt_content_defValues.\";a:2:{s:5:\"CType\";s:4:\"menu\";s:9:\"menu_type\
";s:1:\"2\";}}s:5:\"html.\";a:4:{s:4:\"icon\";s:18:\"gfx/c_wiz/html.gif\";s:5:\"
title\";s:74:\"LLL:EXT:cms/layout/locallang_db_new_content_el.xml:special_plainH
TML_title\";s:11:\"description\";s:80:\"LLL:EXT:cms/layout/locallang_db_new_cont
ent_el.xml:special_plainHTML_description\";s:21:\"tt_content_defValues.\";a:1:{s
:5:\"CType\";s:4:\"html\";}}s:4:\"div.\";a:4:{s:4:\"icon\";s:17:\"gfx/c_wiz/div.
gif\";s:5:\"title\";s:72:\"LLL:EXT:cms/layout/locallang_db_new_content_el.xml:sp
ecial_divider_title\";s:11:\"description\";s:78:\"LLL:EXT:cms/layout/locallang_d
b_new_content_el.xml:special_divider_description\";s:21:\"tt_content_defValues.\
";a:1:{s:5:\"CType\";s:3:\"div\";}}}s:4:\"show\";s:27:\"uploads,media,menu,html,
div\";}s:6:\"forms.\";a:3:{s:6:\"header\";s:56:\"LLL:EXT:cms/layout/locallang_db
_new_content_el.xml:forms\";s:9:\"elements.\";a:3:{s:9:\"mailform.\";a:4:{s:4:\"
icon\";s:22:\"gfx/c_wiz/mailform.gif\";s:5:\"title\";s:67:\"LLL:EXT:cms/layout/l
ocallang_db_new_content_el.xml:forms_mail_title\";s:11:\"description\";s:73:\"LL
L:EXT:cms/layout/locallang_db_new_content_el.xml:forms_mail_description\";s:21:\
"tt_content_defValues.\";a:2:{s:5:\"CType\";s:8:\"mailform\";s:8:\"bodytext\";s:
255:\"# Example content:\nName: | *name = input,40 | Enter your name here\nEmail
: | *email=input,40 |\nAddress: | address=textarea,40,5 |\nContact me: | tv=chec
k | 1\n\n|formtype_mail = submit | Send form!\n|html_enabled=hidden | 1\n|subjec
t=hidden| This is the subject\";}}s:7:\"search.\";a:4:{s:4:\"icon\";s:24:\"gfx/c
_wiz/searchform.gif\";s:5:\"title\";s:69:\"LLL:EXT:cms/layout/locallang_db_new_c
ontent_el.xml:forms_search_title\";s:11:\"description\";s:75:\"LLL:EXT:cms/layou
t/locallang_db_new_content_el.xml:forms_search_description\";s:21:\"tt_content_d
efValues.\";a:1:{s:5:\"CType\";s:6:\"search\";}}s:6:\"login.\";a:4:{s:4:\"icon\"
;s:24:\"gfx/c_wiz/login_form.gif\";s:5:\"title\";s:68:\"LLL:EXT:cms/layout/local
lang_db_new_content_el.xml:forms_login_title\";s:11:\"description\";s:74:\"LLL:E
XT:cms/layout/locallang_db_new_content_el.xml:forms_login_description\";s:21:\"t
t_content_defValues.\";a:1:{s:5:\"CType\";s:5:\"login\";}}}s:4:\"show\";s:21:\"m
ailform,search,login\";}s:8:\"plugins.\";a:3:{s:6:\"header\";s:58:\"LLL:EXT:cms/
layout/locallang_db_new_content_el.xml:plugins\";s:9:\"elements.\";a:1:{s:8:\"ge
neral.\";a:4:{s:4:\"icon\";s:26:\"gfx/c_wiz/user_defined.gif\";s:5:\"title\";s:7
2:\"LLL:EXT:cms/layout/locallang_db_new_content_el.xml:plugins_general_title\";s
:11:\"description\";s:78:\"LLL:EXT:cms/layout/locallang_db_new_content_el.xml:pl
ugins_general_description\";s:21:\"tt_content_defValues.\";a:1:{s:5:\"CType\";s:
4:\"list\";}}}s:4:\"show\";s:1:\"*\";}}}}}s:8:\"TCEFORM.\";a:1:{s:11:\"tt_conten
t.\";a:8:{s:16:\"text_properties.\";a:1:{s:8:\"disabled\";s:1:\"1\";}s:11:\"text
_align.\";a:1:{s:8:\"disabled\";s:1:\"1\";}s:11:\"text_color.\";a:1:{s:8:\"disab
led\";s:1:\"1\";}s:10:\"text_face.\";a:1:{s:8:\"disabled\";s:1:\"1\";}s:10:\"tex
t_size.\";a:1:{s:8:\"disabled\";s:1:\"1\";}s:13:\"image_frames.\";a:1:{s:8:\"dis
abled\";s:1:\"1\";}s:6:\"CType.\";a:1:{s:11:\"removeItems\";s:47:\"rte,script,sp
lash,swfobject,qtobject,multimedia\";}s:12:\"imageorient.\";a:1:{s:6:\"types.\";
a:1:{s:6:\"image.\";a:1:{s:11:\"removeItems\";s:18:\"8,9,10,17,18,25,26\";}}}}}s
:4:\"RTE.\";a:4:{s:8:\"default.\";a:27:{s:5:\"proc.\";a:15:{s:12:\"overruleMode\
";s:6:\"ts_css\";s:21:\"dontConvBRtoParagraph\";s:1:\"1\";s:19:\"preserveDIVSect
ions\";s:1:\"1\";s:16:\"allowTagsOutside\";s:11:\"hr, address\";s:9:\"allowTags\
";s:349:\" a, abbr, acronym, address, b, bdo, big, blockquote, br,
caption, center, cite, code, col, colgroup, dd, del, dfn, dl, div, dt, em, font,
\n h1, h2, h3, h4, h5, h6, hr, i, img, ins, kbd, label, li, link, m
eta, ol, p, pre, q, samp, sdfield, small,\n span, strike, strong, st
yle, sub, sup, table, thead, tbody, tfoot, td, th, tr, title, tt, u, ul, var\";s
:15:\"keepPDIVattribs\";s:36:\"id, title, dir, lang, xml:lang,style\";s:26:\"tra
nsformBoldAndItalicTags\";s:1:\"1\";s:14:\"dontUndoHSC_db\";s:1:\"1\";s:11:\"don
tHSC_rte\";s:1:\"1\";s:18:\"entryHTMLparser_db\";s:1:\"1\";s:19:\"entryHTMLparse
r_db.\";a:5:{s:9:\"allowTags\";s:349:\" a, abbr, acronym, address, b, bd
o, big, blockquote, br, caption, center, cite, code, col, colgroup, dd, del, dfn
, dl, div, dt, em, font,\n h1, h2, h3, h4, h5, h6, hr, i, img, ins,
kbd, label, li, link, meta, ol, p, pre, q, samp, sdfield, small,\n
span, strike, strong, style, sub, sup, table, thead, tbody, tfoot, td, th, tr, t
itle, tt, u, ul, var\";s:16:\"htmlSpecialChars\";s:1:\"0\";s:5:\"tags.\";a:28:{s
:4:\"img.\";a:2:{s:14:\"allowedAttribs\";s:1:\"0\";s:15:\"rmTagIfNoAttrib\";s:1:
\"1\";}s:5:\"span.\";a:2:{s:10:\"fixAttrib.\";a:1:{s:6:\"style.\";a:0:{}}s:14:\"
allowedAttribs\";s:44:\"id, title, dir, lang, xml:lang, class, style\";}s:2:\"p.
\";a:2:{s:14:\"allowedAttribs\";s:43:\"id, title, dir, lang, xml:lang, class,sty
le\";s:10:\"fixAttrib.\";a:1:{s:6:\"align.\";a:1:{s:5:\"unset\";s:1:\"1\";}}}s:3
:\"hr.\";a:1:{s:14:\"allowedAttribs\";s:11:\"class,style\";}s:2:\"b.\";a:1:{s:14
:\"allowedAttribs\";s:43:\"id, title, dir, lang, xml:lang, class,style\";}s:4:\"
bdo.\";a:1:{s:14:\"allowedAttribs\";s:43:\"id, title, dir, lang, xml:lang, class
,style\";}s:4:\"big.\";a:1:{s:14:\"allowedAttribs\";s:43:\"id, title, dir, lang,
xml:lang, class,style\";}s:11:\"blockquote.\";a:1:{s:14:\"allowedAttribs\";s:43
:\"id, title, dir, lang, xml:lang, class,style\";}s:5:\"cite.\";a:1:{s:14:\"allo
wedAttribs\";s:43:\"id, title, dir, lang, xml:lang, class,style\";}s:5:\"code.\"
;a:1:{s:14:\"allowedAttribs\";s:43:\"id, title, dir, lang, xml:lang, class,style
\";}s:4:\"del.\";a:1:{s:14:\"allowedAttribs\";s:43:\"id, title, dir, lang, xml:l
ang, class,style\";}s:4:\"dfn.\";a:1:{s:14:\"allowedAttribs\";s:43:\"id, title,
dir, lang, xml:lang, class,style\";}s:3:\"em.\";a:1:{s:14:\"allowedAttribs\";s:4
3:\"id, title, dir, lang, xml:lang, class,style\";}s:2:\"i.\";a:1:{s:14:\"allowe
dAttribs\";s:43:\"id, title, dir, lang, xml:lang, class,style\";}s:4:\"ins.\";a:
1:{s:14:\"allowedAttribs\";s:43:\"id, title, dir, lang, xml:lang, class,style\";
}s:4:\"kbd.\";a:1:{s:14:\"allowedAttribs\";s:43:\"id, title, dir, lang, xml:lang
, class,style\";}s:6:\"label.\";a:1:{s:14:\"allowedAttribs\";s:43:\"id, title, d
ir, lang, xml:lang, class,style\";}s:2:\"q.\";a:1:{s:14:\"allowedAttribs\";s:43:
\"id, title, dir, lang, xml:lang, class,style\";}s:5:\"samp.\";a:1:{s:14:\"allow
edAttribs\";s:43:\"id, title, dir, lang, xml:lang, class,style\";}s:6:\"small.\"
;a:1:{s:14:\"allowedAttribs\";s:43:\"id, title, dir, lang, xml:lang, class,style
\";}s:7:\"strike.\";a:1:{s:14:\"allowedAttribs\";s:43:\"id, title, dir, lang, xm
l:lang, class,style\";}s:7:\"strong.\";a:1:{s:14:\"allowedAttribs\";s:43:\"id, t
itle, dir, lang, xml:lang, class,style\";}s:4:\"sub.\";a:1:{s:14:\"allowedAttrib
s\";s:43:\"id, title, dir, lang, xml:lang, class,style\";}s:4:\"sup.\";a:1:{s:14
:\"allowedAttribs\";s:43:\"id, title, dir, lang, xml:lang, class,style\";}s:3:\"
tt.\";a:1:{s:14:\"allowedAttribs\";s:43:\"id, title, dir, lang, xml:lang, class,
style\";}s:2:\"u.\";a:1:{s:14:\"allowedAttribs\";s:43:\"id, title, dir, lang, xm
l:lang, class,style\";}s:4:\"var.\";a:1:{s:14:\"allowedAttribs\";s:43:\"id, titl
e, dir, lang, xml:lang, class,style\";}s:4:\"div.\";a:2:{s:14:\"allowedAttribs\"
;s:43:\"id, title, dir, lang, xml:lang, class,style\";s:10:\"fixAttrib.\";a:1:{s
:6:\"align.\";a:1:{s:5:\"unset\";s:1:\"1\";}}}}s:10:\"removeTags\";s:63:\"center
, font, link, meta, o:p, sdfield, strike, style, title, u\";s:18:\"keepNonMatche
dTags\";s:7:\"protect\";}s:14:\"HTMLparser_db.\";a:2:{s:8:\"noAttrib\";s:2:\"br\
";s:14:\"xhtml_cleaning\";s:1:\"1\";}s:17:\"exitHTMLparser_db\";s:1:\"1\";s:18:\
"exitHTMLparser_db.\";a:2:{s:18:\"keepNonMatchedTags\";s:1:\"1\";s:16:\"htmlSpec
ialChars\";s:1:\"0\";}s:14:\"allowedClasses\";s:321:\" external-link, e
xternal-link-new-window, internal-link, internal-link-new-window, download, mail
,\n align-left, align-center, align-right, align-justify,\n
csc-frame-frame1, csc-frame-frame2,\n component-items, action-items,\n
component-items-ordered, action-items-ordered,\n important, name-
of-person, detail,\n indent\";}s:3:\"FE.\";a:27:{s:5:\"proc.\";a:15:{
s:12:\"overruleMode\";s:6:\"ts_css\";s:21:\"dontConvBRtoParagraph\";s:1:\"1\";s:
19:\"preserveDIVSections\";s:1:\"1\";s:16:\"allowTagsOutside\";s:11:\"hr, addres
s\";s:9:\"allowTags\";s:349:\" a, abbr, acronym, address, b, bdo, big,
blockquote, br, caption, center, cite, code, col, colgroup, dd, del, dfn, dl, di
v, dt, em, font,\n h1, h2, h3, h4, h5, h6, hr, i, img, ins, kbd, la
bel, li, link, meta, ol, p, pre, q, samp, sdfield, small,\n span, st
rike, strong, style, sub, sup, table, thead, tbody, tfoot, td, th, tr, title, tt
, u, ul, var\";s:15:\"keepPDIVattribs\";s:36:\"id, title, dir, lang, xml:lang,st
yle\";s:26:\"transformBoldAndItalicTags\";s:1:\"1\";s:14:\"dontUndoHSC_db\";s:1:
\"1\";s:11:\"dontHSC_rte\";s:1:\"1\";s:18:\"entryHTMLparser_db\";s:1:\"1\";s:19:
\"entryHTMLparser_db.\";a:5:{s:9:\"allowTags\";s:349:\" a, abbr, acronym
, address, b, bdo, big, blockquote, br, caption, center, cite, code, col, colgro
up, dd, del, dfn, dl, div, dt, em, font,\n h1, h2, h3, h4, h5, h6,
hr, i, img, ins, kbd, label, li, link, meta, ol, p, pre, q, samp, sdfield, small
,\n span, strike, strong, style, sub, sup, table, thead, tbody, tfoo
t, td, th, tr, title, tt, u, ul, var\";s:16:\"htmlSpecialChars\";s:1:\"0\";s:5:\
"tags.\";a:28:{s:4:\"img.\";a:2:{s:14:\"allowedAttribs\";s:1:\"0\";s:15:\"rmTagI
fNoAttrib\";s:1:\"1\";}s:5:\"span.\";a:2:{s:10:\"fixAttrib.\";a:1:{s:6:\"style.\
";a:0:{}}s:14:\"allowedAttribs\";s:44:\"id, title, dir, lang, xml:lang, class, s
tyle\";}s:2:\"p.\";a:2:{s:14:\"allowedAttribs\";s:43:\"id, title, dir, lang, xml
:lang, class,style\";s:10:\"fixAttrib.\";a:1:{s:6:\"align.\";a:1:{s:5:\"unset\";
s:1:\"1\";}}}s:3:\"hr.\";a:1:{s:14:\"allowedAttribs\";s:11:\"class,style\";}s:2:
\"b.\";a:1:{s:14:\"allowedAttribs\";s:43:\"id, title, dir, lang, xml:lang, class
,style\";}s:4:\"bdo.\";a:1:{s:14:\"allowedAttribs\";s:43:\"id, title, dir, lang,
xml:lang, class,style\";}s:4:\"big.\";a:1:{s:14:\"allowedAttribs\";s:43:\"id, t
itle, dir, lang, xml:lang, class,style\";}s:11:\"blockquote.\";a:1:{s:14:\"allow
edAttribs\";s:43:\"id, title, dir, lang, xml:lang, class,style\";}s:5:\"cite.\";
a:1:{s:14:\"allowedAttribs\";s:43:\"id, title, dir, lang, xml:lang, class,style\
";}s:5:\"code.\";a:1:{s:14:\"allowedAttribs\";s:43:\"id, title, dir, lang, xml:l
ang, class,style\";}s:4:\"del.\";a:1:{s:14:\"allowedAttribs\";s:43:\"id, title,
dir, lang, xml:lang, class,style\";}s:4:\"dfn.\";a:1:{s:14:\"allowedAttribs\";s:
43:\"id, title, dir, lang, xml:lang, class,style\";}s:3:\"em.\";a:1:{s:14:\"allo
wedAttribs\";s:43:\"id, title, dir, lang, xml:lang, class,style\";}s:2:\"i.\";a:
1:{s:14:\"allowedAttribs\";s:43:\"id, title, dir, lang, xml:lang, class,style\";
}s:4:\"ins.\";a:1:{s:14:\"allowedAttribs\";s:43:\"id, title, dir, lang, xml:lang
, class,style\";}s:4:\"kbd.\";a:1:{s:14:\"allowedAttribs\";s:43:\"id, title, dir
, lang, xml:lang, class,style\";}s:6:\"label.\";a:1:{s:14:\"allowedAttribs\";s:4
3:\"id, title, dir, lang, xml:lang, class,style\";}s:2:\"q.\";a:1:{s:14:\"allowe
dAttribs\";s:43:\"id, title, dir, lang, xml:lang, class,style\";}s:5:\"samp.\";a
:1:{s:14:\"allowedAttribs\";s:43:\"id, title, dir, lang, xml:lang, class,style\"
;}s:6:\"small.\";a:1:{s:14:\"allowedAttribs\";s:43:\"id, title, dir, lang, xml:l
ang, class,style\";}s:7:\"strike.\";a:1:{s:14:\"allowedAttribs\";s:43:\"id, titl
e, dir, lang, xml:lang, class,style\";}s:7:\"strong.\";a:1:{s:14:\"allowedAttrib
s\";s:43:\"id, title, dir, lang, xml:lang, class,style\";}s:4:\"sub.\";a:1:{s:14
:\"allowedAttribs\";s:43:\"id, title, dir, lang, xml:lang, class,style\";}s:4:\"
sup.\";a:1:{s:14:\"allowedAttribs\";s:43:\"id, title, dir, lang, xml:lang, class
,style\";}s:3:\"tt.\";a:1:{s:14:\"allowedAttribs\";s:43:\"id, title, dir, lang,
xml:lang, class,style\";}s:2:\"u.\";a:1:{s:14:\"allowedAttribs\";s:43:\"id, titl
e, dir, lang, xml:lang, class,style\";}s:4:\"var.\";a:1:{s:14:\"allowedAttribs\"
;s:43:\"id, title, dir, lang, xml:lang, class,style\";}s:4:\"div.\";a:2:{s:14:\"
allowedAttribs\";s:43:\"id, title, dir, lang, xml:lang, class,style\";s:10:\"fix
Attrib.\";a:1:{s:6:\"align.\";a:1:{s:5:\"unset\";s:1:\"1\";}}}}s:10:\"removeTags
\";s:63:\"center, font, link, meta, o:p, sdfield, strike, style, title, u\";s:18
:\"keepNonMatchedTags\";s:7:\"protect\";}s:14:\"HTMLparser_db.\";a:2:{s:8:\"noAt
trib\";s:2:\"br\";s:14:\"xhtml_cleaning\";s:1:\"1\";}s:17:\"exitHTMLparser_db\";
s:1:\"1\";s:18:\"exitHTMLparser_db.\";a:2:{s:18:\"keepNonMatchedTags\";s:1:\"1\"
;s:16:\"htmlSpecialChars\";s:1:\"0\";}s:14:\"allowedClasses\";s:321:\"
external-link, external-link-new-window, internal-link, internal-link-new-window
, download, mail,\n align-left, align-center, align-right, align-jus
tify,\n csc-frame-frame1, csc-frame-frame2,\n component-items,
action-items,\n component-items-ordered, action-items-ordered,\n
important, name-of-person, detail,\n indent\";}s:15:\"enableWordClean
\";s:1:\"1\";s:16:\"removeTrailingBR\";s:1:\"1\";s:14:\"removeComments\";s:1:\"1
\";s:10:\"removeTags\";s:37:\"center, font, o:p, sdfield, strike, u\";s:21:\"rem
oveTagsAndContents\";s:32:\"link, meta, script, style, title\";s:11:\"showButton
s\";s:523:\" class, blockstylelabel, blockstyle, textstylelabel, text
style,\n formatblock, bold, italic, subscript, superscript,\n
orderedlist, unorderedlist, outdent, indent, textindicator,\n insertch
aracter, link, table, findreplace, chMode, removeformat, undo, redo, about,\n
toggleborders, tableproperties,\n rowproperties, rowinsertabove, r
owinsertunder, rowdelete, rowsplit,\n columninsertbefore, columninsert
after, columndelete, columnsplit,\n cellproperties, cellinsertbefore
, cellinsertafter, celldelete, cellsplit, cellmerge\";s:23:\"keepButtonGroupToge
ther\";s:1:\"1\";s:13:\"showStatusBar\";s:1:\"0\";s:15:\"hidePStyleItems\";s:11:
\"pre,address\";s:12:\"inlineStyle.\";a:7:{s:14:\"text-alignment\";s:711:\"
p.align-left, h1.align-left, h2.align-left, h3.align-left, h4.align-left, h5.ali
gn-left, h6.align-left, div.align-left, address.align-left { text-align: left; }
\n p.align-center, h1.align-center, h2.align-center, h3.align-cente
r, h4.align-center, h5.align-center, h6.align-center, div.align-center, address.
align-center { text-align: center; }\n p.align-right, h1.align-right, h
2.align-right, h3.align-right, h4.align-right, h5.align-right, h6.align-right, d
iv.align-right, address.align-right { text-align: right; }\n p.align-
justify, h1.align-justify, h2.align-justify, h3.align-justify, h4.align-justify,
h5.align-justify, h6.align-justify, div.align-justify, address.align-justify {
text-align: justify; }\";s:6:\"frames\";s:257:\" p.csc-frame-fram
e1, table.csc-frame-frame1 { background-color: #EDEBF1; padding: 2px 4px 2px 4px
; border: 1px solid #333333; }\n p.csc-frame-frame2, table.csc-fr
ame-frame2 { background-color: #F5FFAA; padding: 2px 4px 2px 4px; border: 1px so
lid #333333; }\";s:2:\"ul\";s:152:\" ul.component-items { color: #186
900; list-style-type: circle; }\n ul.action-items { color: #8A0020
; list-style-image: url(img/red_arrow_bullet.gif); }\";s:2:\"ol\";s:154:\"
ol.component-items-ordered { color: #10007B; list-style-type: lower-roman; }\n
ol.action-items-ordered { color: #8A0020; list-style-type: lower-greek; }\";s:11
:\"inline-text\";s:112:\" span.important { color: #8A0020; }\n
span.name-of-person { color: #10007B; }\n span.detail { color: #18
6900; }\";s:13:\"accessibility\";s:133:\" a.external-link {}\n
a.external-link-new-window {}\n a.internal-link {}\n a.intern
al-link-new-window {}\n a.download {}\n a.mail {}\";s:11:\"inden
tation\";s:34:\" div.indent { margin-left: 2em; }\";}s:23:\"ignor
eMainStyleOverride\";s:1:\"1\";s:16:\"classesParagraph\";s:77:\"
align-left, align-center, align-right,\n csc-frame-frame1, csc-fr
ame-frame2\";s:12:\"classesTable\";s:34:\"csc-frame-frame1, csc-frame-frame2\";s
:9:\"classesTD\";s:37:\"align-left, align-center, align-right\";s:12:\"classesLi
nks\";s:96:\"external-link, external-link-new-window, internal-link, internal-li
nk-new-window, download, mail\";s:16:\"classesCharacter\";s:33:\"important, name
-of-person, detail\";s:13:\"classesAnchor\";s:96:\"external-link, external-link-
new-window, internal-link, internal-link-new-window, download, mail\";s:14:\"cla
ssesAnchor.\";a:1:{s:8:\"default.\";a:4:{s:4:\"page\";s:13:\"internal-link\";s:3
:\"url\";s:24:\"external-link-new-window\";s:4:\"file\";s:8:\"download\";s:4:\"m
ail\";s:4:\"mail\";}}s:41:\"disableAlignmentFieldsetInTableOperations\";s:1:\"1\
";s:39:\"disableSpacingFieldsetInTableOperations\";s:1:\"1\";s:37:\"disableColor
FieldsetInTableOperations\";s:1:\"1\";s:38:\"disableLayoutFieldsetInTableOperati
ons\";s:1:\"1\";s:39:\"disableBordersFieldsetInTableOperations\";s:1:\"1\";s:8:\
"buttons.\";a:3:{s:14:\"toggleborders.\";a:1:{s:18:\"setOnTableCreation\";s:1:\"
1\";}s:5:\"bold.\";a:1:{s:6:\"hotKey\";s:1:\"b\";}s:7:\"italic.\";a:1:{s:6:\"hot
Key\";s:1:\"i\";}}s:11:\"hideButtons\";s:202:\"chMode, blockstyle, textstyle, un
derline, strikethrough, subscript, superscript, lefttoright, righttoleft, left,
center, right, justifyfull, table, inserttag, findreplace, removeformat, copy, c
ut, paste\";s:4:\"skin\";s:35:\"EXT:t3skin/rtehtmlarea/htmlarea.css\";}s:15:\"en
ableWordClean\";s:1:\"1\";s:16:\"removeTrailingBR\";s:1:\"1\";s:14:\"removeComme
nts\";s:1:\"1\";s:10:\"removeTags\";s:37:\"center, font, o:p, sdfield, strike, u
\";s:21:\"removeTagsAndContents\";s:32:\"link, meta, script, style, title\";s:11
:\"showButtons\";s:523:\" class, blockstylelabel, blockstyle, text
stylelabel, textstyle,\n formatblock, bold, italic, subscript, su
perscript,\n orderedlist, unorderedlist, outdent, indent, textindicat
or,\n insertcharacter, link, table, findreplace, chMode, removeformat,
undo, redo, about,\n toggleborders, tableproperties,\n
rowproperties, rowinsertabove, rowinsertunder, rowdelete, rowsplit,\n
columninsertbefore, columninsertafter, columndelete, columnsplit,\n
cellproperties, cellinsertbefore, cellinsertafter, celldelete, cellsplit, cellme
rge\";s:23:\"keepButtonGroupTogether\";s:1:\"1\";s:13:\"showStatusBar\";s:1:\"1\
";s:15:\"hidePStyleItems\";s:11:\"pre,address\";s:12:\"inlineStyle.\";a:7:{s:14:
\"text-alignment\";s:711:\" p.align-left, h1.align-left, h2.align-le
ft, h3.align-left, h4.align-left, h5.align-left, h6.align-left, div.align-left,
address.align-left { text-align: left; }\n p.align-center, h1.align
-center, h2.align-center, h3.align-center, h4.align-center, h5.align-center, h6.
align-center, div.align-center, address.align-center { text-align: center; }\n
p.align-right, h1.align-right, h2.align-right, h3.align-right, h4.align-right, h
5.align-right, h6.align-right, div.align-right, address.align-right { text-align
: right; }\n p.align-justify, h1.align-justify, h2.align-justify, h3.
align-justify, h4.align-justify, h5.align-justify, h6.align-justify, div.align-j
ustify, address.align-justify { text-align: justify; }\";s:6:\"frames\";s:257:\"
p.csc-frame-frame1, table.csc-frame-frame1 { background-color: #EDEBF1; padding:
2px 4px 2px 4px; border: 1px solid #333333; }\n p.csc-frame-fram
e2, table.csc-frame-frame2 { background-color: #F5FFAA; padding: 2px 4px 2px 4px
; border: 1px solid #333333; }\";s:2:\"ul\";s:152:\" ul.component-ite
ms { color: #186900; list-style-type: circle; }\n ul.action-items
{ color: #8A0020; list-style-image: url(img/red_arrow_bullet.gif); }\";s:2:\"ol\
";s:154:\" ol.component-items-ordered { color: #10007B; list-style-
type: lower-roman; }\n ol.action-items-ordered { color: #8A0020; list-s
tyle-type: lower-greek; }\";s:11:\"inline-text\";s:112:\" span.imp
ortant { color: #8A0020; }\n span.name-of-person { color: #10007B; }\
n span.detail { color: #186900; }\";s:13:\"accessibility\";s:133:\
" a.external-link {}\n a.external-link-new-window {}\n
a.internal-link {}\n a.internal-link-new-window {}\n a.downlo
ad {}\n a.mail {}\";s:11:\"indentation\";s:34:\" div.inde
nt { margin-left: 2em; }\";}s:23:\"ignoreMainStyleOverride\";s:1:\"1\";s:16:\"cl
assesParagraph\";s:77:\" align-left, align-center, align-right,\n
csc-frame-frame1, csc-frame-frame2\";s:12:\"classesTable\";s:34:\"csc-frame-fram
e1, csc-frame-frame2\";s:9:\"classesTD\";s:37:\"align-left, align-center, align-
right\";s:12:\"classesLinks\";s:96:\"external-link, external-link-new-window, in
ternal-link, internal-link-new-window, download, mail\";s:16:\"classesCharacter\
";s:33:\"important, name-of-person, detail\";s:13:\"classesAnchor\";s:96:\"exter
nal-link, external-link-new-window, internal-link, internal-link-new-window, dow
nload, mail\";s:14:\"classesAnchor.\";a:1:{s:8:\"default.\";a:4:{s:4:\"page\";s:
13:\"internal-link\";s:3:\"url\";s:24:\"external-link-new-window\";s:4:\"file\";
s:8:\"download\";s:4:\"mail\";s:4:\"mail\";}}s:41:\"disableAlignmentFieldsetInTa
bleOperations\";s:1:\"1\";s:39:\"disableSpacingFieldsetInTableOperations\";s:1:\
"1\";s:37:\"disableColorFieldsetInTableOperations\";s:1:\"1\";s:38:\"disableLayo
utFieldsetInTableOperations\";s:1:\"1\";s:39:\"disableBordersFieldsetInTableOper
ations\";s:1:\"1\";s:8:\"buttons.\";a:3:{s:14:\"toggleborders.\";a:1:{s:18:\"set
OnTableCreation\";s:1:\"1\";}s:5:\"bold.\";a:1:{s:6:\"hotKey\";s:1:\"b\";}s:7:\"
italic.\";a:1:{s:6:\"hotKey\";s:1:\"i\";}}s:4:\"skin\";s:35:\"EXT:t3skin/rtehtml
area/htmlarea.css\";}s:7:\"config.\";a:1:{s:11:\"tt_content.\";a:1:{s:9:\"bodyte
xt.\";a:2:{s:5:\"proc.\";a:1:{s:12:\"overruleMode\";s:6:\"ts_css\";}s:6:\"types.
\";a:2:{s:5:\"text.\";a:1:{s:5:\"proc.\";a:1:{s:12:\"overruleMode\";s:6:\"ts_css
\";}}s:8:\"textpic.\";a:1:{s:5:\"proc.\";a:1:{s:12:\"overruleMode\";s:6:\"ts_css
\";}}}}}}s:8:\"classes.\";a:12:{s:11:\"align-left.\";a:2:{s:4:\"name\";s:63:\"LL
L:EXT:rtehtmlarea/htmlarea/locallang_tooltips.xml:justifyleft\";s:5:\"value\";s:
17:\"text-align: left;\";}s:13:\"align-center.\";a:2:{s:4:\"name\";s:65:\"LLL:EX
T:rtehtmlarea/htmlarea/locallang_tooltips.xml:justifycenter\";s:5:\"value\";s:19
:\"text-align: center;\";}s:12:\"align-right.\";a:2:{s:4:\"name\";s:64:\"LLL:EXT
:rtehtmlarea/htmlarea/locallang_tooltips.xml:justifyright\";s:5:\"value\";s:18:\
"text-align: right;\";}s:17:\"csc-frame-frame1.\";a:2:{s:4:\"name\";s:61:\"LLL:E
XT:rtehtmlarea/res/contentcss/locallang.xml:frame-frame1\";s:5:\"value\";s:53:\"
background-color: #EDEBF1; border: 1px solid #333333;\";}s:17:\"csc-frame-frame2
.\";a:2:{s:4:\"name\";s:61:\"LLL:EXT:rtehtmlarea/res/contentcss/locallang.xml:fr
ame-frame2\";s:5:\"value\";s:53:\"background-color: #F5FFAA; border: 1px solid #
333333;\";}s:10:\"important.\";a:2:{s:4:\"name\";s:58:\"LLL:EXT:rtehtmlarea/res/
contentcss/locallang.xml:important\";s:5:\"value\";s:15:\"color: #8A0020;\";}s:1
5:\"name-of-person.\";a:2:{s:4:\"name\";s:63:\"LLL:EXT:rtehtmlarea/res/contentcs
s/locallang.xml:name-of-person\";s:5:\"value\";s:15:\"color: #10007B;\";}s:7:\"d
etail.\";a:2:{s:4:\"name\";s:55:\"LLL:EXT:rtehtmlarea/res/contentcss/locallang.x
ml:detail\";s:5:\"value\";s:15:\"color: #186900;\";}s:16:\"component-items.\";a:
2:{s:4:\"name\";s:64:\"LLL:EXT:rtehtmlarea/res/contentcss/locallang.xml:componen
t-items\";s:5:\"value\";s:15:\"color: #186900;\";}s:13:\"action-items.\";a:2:{s:
4:\"name\";s:61:\"LLL:EXT:rtehtmlarea/res/contentcss/locallang.xml:action-items\
";s:5:\"value\";s:15:\"color: #8A0020;\";}s:24:\"component-items-ordered.\";a:2:
{s:4:\"name\";s:64:\"LLL:EXT:rtehtmlarea/res/contentcss/locallang.xml:component-
items\";s:5:\"value\";s:15:\"color: #186900;\";}s:21:\"action-items-ordered.\";a
:2:{s:4:\"name\";s:61:\"LLL:EXT:rtehtmlarea/res/contentcss/locallang.xml:action-
items\";s:5:\"value\";s:15:\"color: #8A0020;\";}}s:14:\"classesAnchor.\";a:6:{s:
13:\"externalLink.\";a:3:{s:5:\"class\";s:13:\"external-link\";s:4:\"type\";s:3:
\"url\";s:9:\"titleText\";s:80:\"LLL:EXT:rtehtmlarea/res/accessibilityicons/loca
llang.xml:external_link_titleText\";}s:24:\"externalLinkInNewWindow.\";a:3:{s:5:
\"class\";s:24:\"external-link-new-window\";s:4:\"type\";s:3:\"url\";s:9:\"title
Text\";s:91:\"LLL:EXT:rtehtmlarea/res/accessibilityicons/locallang.xml:external_
link_new_window_titleText\";}s:13:\"internalLink.\";a:3:{s:5:\"class\";s:13:\"in
ternal-link\";s:4:\"type\";s:4:\"page\";s:9:\"titleText\";s:80:\"LLL:EXT:rtehtml
area/res/accessibilityicons/locallang.xml:internal_link_titleText\";}s:24:\"inte
rnalLinkInNewWindow.\";a:3:{s:5:\"class\";s:24:\"internal-link-new-window\";s:4:
\"type\";s:4:\"page\";s:9:\"titleText\";s:91:\"LLL:EXT:rtehtmlarea/res/accessibi
lityicons/locallang.xml:internal_link_new_window_titleText\";}s:9:\"download.\";
a:3:{s:5:\"class\";s:8:\"download\";s:4:\"type\";s:4:\"file\";s:9:\"titleText\";
s:75:\"LLL:EXT:rtehtmlarea/res/accessibilityicons/locallang.xml:download_titleTe
xt\";}s:5:\"mail.\";a:3:{s:5:\"class\";s:4:\"mail\";s:4:\"type\";s:4:\"mail\";s:
9:\"titleText\";s:71:\"LLL:EXT:rtehtmlarea/res/accessibilityicons/locallang.xml:
mail_titleText\";}}}}s:8:\"sections\";a:0:{}s:5:\"match\";a:0:{}}1b8d2cae9b2661a
a85462d0a5e913014',1290520131,'PAGES_TSconfig'),(21,'7f7ceda974434b45e44f708a6f9
2b3b7','a:3:{s:8:\"TSconfig\";a:3:{s:4:\"mod.\";a:1:{s:8:\"wizards.\";a:1:{s:18:
\"newContentElement.\";a:1:{s:12:\"wizardItems.\";a:4:{s:7:\"common.\";a:3:{s:6:
\"header\";s:57:\"LLL:EXT:cms/layout/locallang_db_new_content_el.xml:common\";s:
9:\"elements.\";a:5:{s:5:\"text.\";a:4:{s:4:\"icon\";s:26:\"gfx/c_wiz/regular_te
xt.gif\";s:5:\"title\";s:75:\"LLL:EXT:cms/layout/locallang_db_new_content_el.xml
:common_regularText_title\";s:11:\"description\";s:81:\"LLL:EXT:cms/layout/local
lang_db_new_content_el.xml:common_regularText_description\";s:21:\"tt_content_de
fValues.\";a:1:{s:5:\"CType\";s:4:\"text\";}}s:8:\"textpic.\";a:4:{s:4:\"icon\";
s:30:\"gfx/c_wiz/text_image_right.gif\";s:5:\"title\";s:73:\"LLL:EXT:cms/layout/
locallang_db_new_content_el.xml:common_textImage_title\";s:11:\"description\";s:
79:\"LLL:EXT:cms/layout/locallang_db_new_content_el.xml:common_textImage_descrip
tion\";s:21:\"tt_content_defValues.\";a:2:{s:5:\"CType\";s:7:\"textpic\";s:11:\"
imageorient\";s:2:\"17\";}}s:6:\"image.\";a:4:{s:4:\"icon\";s:25:\"gfx/c_wiz/ima
ges_only.gif\";s:5:\"title\";s:74:\"LLL:EXT:cms/layout/locallang_db_new_content_
el.xml:common_imagesOnly_title\";s:11:\"description\";s:80:\"LLL:EXT:cms/layout/
locallang_db_new_content_el.xml:common_imagesOnly_description\";s:21:\"tt_conten
t_defValues.\";a:2:{s:5:\"CType\";s:5:\"image\";s:9:\"imagecols\";s:1:\"2\";}}s:
8:\"bullets.\";a:4:{s:4:\"icon\";s:25:\"gfx/c_wiz/bullet_list.gif\";s:5:\"title\
";s:74:\"LLL:EXT:cms/layout/locallang_db_new_content_el.xml:common_bulletList_ti
tle\";s:11:\"description\";s:80:\"LLL:EXT:cms/layout/locallang_db_new_content_el
.xml:common_bulletList_description\";s:21:\"tt_content_defValues.\";a:1:{s:5:\"C
Type\";s:7:\"bullets\";}}s:6:\"table.\";a:4:{s:4:\"icon\";s:19:\"gfx/c_wiz/table
.gif\";s:5:\"title\";s:69:\"LLL:EXT:cms/layout/locallang_db_new_content_el.xml:c
ommon_table_title\";s:11:\"description\";s:75:\"LLL:EXT:cms/layout/locallang_db_
new_content_el.xml:common_table_description\";s:21:\"tt_content_defValues.\";a:1
:{s:5:\"CType\";s:5:\"table\";}}}s:4:\"show\";s:32:\"text,textpic,image,bullets,
table\";}s:8:\"special.\";a:3:{s:6:\"header\";s:58:\"LLL:EXT:cms/layout/locallan
g_db_new_content_el.xml:special\";s:9:\"elements.\";a:6:{s:8:\"uploads.\";a:4:{s
:4:\"icon\";s:23:\"gfx/c_wiz/filelinks.gif\";s:5:\"title\";s:74:\"LLL:EXT:cms/la
yout/locallang_db_new_content_el.xml:special_filelinks_title\";s:11:\"descriptio
n\";s:80:\"LLL:EXT:cms/layout/locallang_db_new_content_el.xml:special_filelinks_
description\";s:21:\"tt_content_defValues.\";a:1:{s:5:\"CType\";s:7:\"uploads\";
}}s:11:\"multimedia.\";a:4:{s:4:\"icon\";s:24:\"gfx/c_wiz/multimedia.gif\";s:5:\
"title\";s:75:\"LLL:EXT:cms/layout/locallang_db_new_content_el.xml:special_multi
media_title\";s:11:\"description\";s:81:\"LLL:EXT:cms/layout/locallang_db_new_co
ntent_el.xml:special_multimedia_description\";s:21:\"tt_content_defValues.\";a:1
:{s:5:\"CType\";s:10:\"multimedia\";}}s:6:\"media.\";a:4:{s:4:\"icon\";s:24:\"gf
x/c_wiz/multimedia.gif\";s:5:\"title\";s:70:\"LLL:EXT:cms/layout/locallang_db_ne
w_content_el.xml:special_media_title\";s:11:\"description\";s:76:\"LLL:EXT:cms/l
ayout/locallang_db_new_content_el.xml:special_media_description\";s:21:\"tt_cont
ent_defValues.\";a:1:{s:5:\"CType\";s:5:\"media\";}}s:5:\"menu.\";a:4:{s:4:\"ico
n\";s:22:\"gfx/c_wiz/sitemap2.gif\";s:5:\"title\";s:72:\"LLL:EXT:cms/layout/loca
llang_db_new_content_el.xml:special_sitemap_title\";s:11:\"description\";s:78:\"
LLL:EXT:cms/layout/locallang_db_new_content_el.xml:special_sitemap_description\"
;s:21:\"tt_content_defValues.\";a:2:{s:5:\"CType\";s:4:\"menu\";s:9:\"menu_type\
";s:1:\"2\";}}s:5:\"html.\";a:4:{s:4:\"icon\";s:18:\"gfx/c_wiz/html.gif\";s:5:\"
title\";s:74:\"LLL:EXT:cms/layout/locallang_db_new_content_el.xml:special_plainH
TML_title\";s:11:\"description\";s:80:\"LLL:EXT:cms/layout/locallang_db_new_cont
ent_el.xml:special_plainHTML_description\";s:21:\"tt_content_defValues.\";a:1:{s
:5:\"CType\";s:4:\"html\";}}s:4:\"div.\";a:4:{s:4:\"icon\";s:17:\"gfx/c_wiz/div.
gif\";s:5:\"title\";s:72:\"LLL:EXT:cms/layout/locallang_db_new_content_el.xml:sp
ecial_divider_title\";s:11:\"description\";s:78:\"LLL:EXT:cms/layout/locallang_d
b_new_content_el.xml:special_divider_description\";s:21:\"tt_content_defValues.\
";a:1:{s:5:\"CType\";s:3:\"div\";}}}s:4:\"show\";s:27:\"uploads,media,menu,html,
div\";}s:6:\"forms.\";a:3:{s:6:\"header\";s:56:\"LLL:EXT:cms/layout/locallang_db
_new_content_el.xml:forms\";s:9:\"elements.\";a:3:{s:9:\"mailform.\";a:4:{s:4:\"
icon\";s:22:\"gfx/c_wiz/mailform.gif\";s:5:\"title\";s:67:\"LLL:EXT:cms/layout/l
ocallang_db_new_content_el.xml:forms_mail_title\";s:11:\"description\";s:73:\"LL
L:EXT:cms/layout/locallang_db_new_content_el.xml:forms_mail_description\";s:21:\
"tt_content_defValues.\";a:2:{s:5:\"CType\";s:8:\"mailform\";s:8:\"bodytext\";s:
255:\"# Example content:\nName: | *name = input,40 | Enter your name here\nEmail
: | *email=input,40 |\nAddress: | address=textarea,40,5 |\nContact me: | tv=chec
k | 1\n\n|formtype_mail = submit | Send form!\n|html_enabled=hidden | 1\n|subjec
t=hidden| This is the subject\";}}s:7:\"search.\";a:4:{s:4:\"icon\";s:24:\"gfx/c
_wiz/searchform.gif\";s:5:\"title\";s:69:\"LLL:EXT:cms/layout/locallang_db_new_c
ontent_el.xml:forms_search_title\";s:11:\"description\";s:75:\"LLL:EXT:cms/layou
t/locallang_db_new_content_el.xml:forms_search_description\";s:21:\"tt_content_d
efValues.\";a:1:{s:5:\"CType\";s:6:\"search\";}}s:6:\"login.\";a:4:{s:4:\"icon\"
;s:24:\"gfx/c_wiz/login_form.gif\";s:5:\"title\";s:68:\"LLL:EXT:cms/layout/local
lang_db_new_content_el.xml:forms_login_title\";s:11:\"description\";s:74:\"LLL:E
XT:cms/layout/locallang_db_new_content_el.xml:forms_login_description\";s:21:\"t
t_content_defValues.\";a:1:{s:5:\"CType\";s:5:\"login\";}}}s:4:\"show\";s:21:\"m
ailform,search,login\";}s:8:\"plugins.\";a:3:{s:6:\"header\";s:58:\"LLL:EXT:cms/
layout/locallang_db_new_content_el.xml:plugins\";s:9:\"elements.\";a:1:{s:8:\"ge
neral.\";a:4:{s:4:\"icon\";s:26:\"gfx/c_wiz/user_defined.gif\";s:5:\"title\";s:7
2:\"LLL:EXT:cms/layout/locallang_db_new_content_el.xml:plugins_general_title\";s
:11:\"description\";s:78:\"LLL:EXT:cms/layout/locallang_db_new_content_el.xml:pl
ugins_general_description\";s:21:\"tt_content_defValues.\";a:1:{s:5:\"CType\";s:
4:\"list\";}}}s:4:\"show\";s:1:\"*\";}}}}}s:8:\"TCEFORM.\";a:1:{s:11:\"tt_conten
t.\";a:8:{s:16:\"text_properties.\";a:1:{s:8:\"disabled\";s:1:\"1\";}s:11:\"text
_align.\";a:1:{s:8:\"disabled\";s:1:\"1\";}s:11:\"text_color.\";a:1:{s:8:\"disab
led\";s:1:\"1\";}s:10:\"text_face.\";a:1:{s:8:\"disabled\";s:1:\"1\";}s:10:\"tex
t_size.\";a:1:{s:8:\"disabled\";s:1:\"1\";}s:13:\"image_frames.\";a:1:{s:8:\"dis
abled\";s:1:\"1\";}s:6:\"CType.\";a:1:{s:11:\"removeItems\";s:47:\"rte,script,sp
lash,swfobject,qtobject,multimedia\";}s:12:\"imageorient.\";a:1:{s:6:\"types.\";
a:1:{s:6:\"image.\";a:1:{s:11:\"removeItems\";s:18:\"8,9,10,17,18,25,26\";}}}}}s
:4:\"RTE.\";a:4:{s:8:\"default.\";a:27:{s:5:\"proc.\";a:15:{s:12:\"overruleMode\
";s:6:\"ts_css\";s:21:\"dontConvBRtoParagraph\";s:1:\"1\";s:19:\"preserveDIVSect
ions\";s:1:\"1\";s:16:\"allowTagsOutside\";s:11:\"hr, address\";s:9:\"allowTags\
";s:349:\" a, abbr, acronym, address, b, bdo, big, blockquote, br,
caption, center, cite, code, col, colgroup, dd, del, dfn, dl, div, dt, em, font,
\n h1, h2, h3, h4, h5, h6, hr, i, img, ins, kbd, label, li, link, m
eta, ol, p, pre, q, samp, sdfield, small,\n span, strike, strong, st
yle, sub, sup, table, thead, tbody, tfoot, td, th, tr, title, tt, u, ul, var\";s
:15:\"keepPDIVattribs\";s:36:\"id, title, dir, lang, xml:lang,style\";s:26:\"tra
nsformBoldAndItalicTags\";s:1:\"1\";s:14:\"dontUndoHSC_db\";s:1:\"1\";s:11:\"don
tHSC_rte\";s:1:\"1\";s:18:\"entryHTMLparser_db\";s:1:\"1\";s:19:\"entryHTMLparse
r_db.\";a:5:{s:9:\"allowTags\";s:349:\" a, abbr, acronym, address, b, bd
o, big, blockquote, br, caption, center, cite, code, col, colgroup, dd, del, dfn
, dl, div, dt, em, font,\n h1, h2, h3, h4, h5, h6, hr, i, img, ins,
kbd, label, li, link, meta, ol, p, pre, q, samp, sdfield, small,\n
span, strike, strong, style, sub, sup, table, thead, tbody, tfoot, td, th, tr, t
itle, tt, u, ul, var\";s:16:\"htmlSpecialChars\";s:1:\"0\";s:5:\"tags.\";a:28:{s
:4:\"img.\";a:2:{s:14:\"allowedAttribs\";s:1:\"0\";s:15:\"rmTagIfNoAttrib\";s:1:
\"1\";}s:5:\"span.\";a:2:{s:10:\"fixAttrib.\";a:1:{s:6:\"style.\";a:0:{}}s:14:\"
allowedAttribs\";s:44:\"id, title, dir, lang, xml:lang, class, style\";}s:2:\"p.
\";a:2:{s:14:\"allowedAttribs\";s:43:\"id, title, dir, lang, xml:lang, class,sty
le\";s:10:\"fixAttrib.\";a:1:{s:6:\"align.\";a:1:{s:5:\"unset\";s:1:\"1\";}}}s:3
:\"hr.\";a:1:{s:14:\"allowedAttribs\";s:11:\"class,style\";}s:2:\"b.\";a:1:{s:14
:\"allowedAttribs\";s:43:\"id, title, dir, lang, xml:lang, class,style\";}s:4:\"
bdo.\";a:1:{s:14:\"allowedAttribs\";s:43:\"id, title, dir, lang, xml:lang, class
,style\";}s:4:\"big.\";a:1:{s:14:\"allowedAttribs\";s:43:\"id, title, dir, lang,
xml:lang, class,style\";}s:11:\"blockquote.\";a:1:{s:14:\"allowedAttribs\";s:43
:\"id, title, dir, lang, xml:lang, class,style\";}s:5:\"cite.\";a:1:{s:14:\"allo
wedAttribs\";s:43:\"id, title, dir, lang, xml:lang, class,style\";}s:5:\"code.\"
;a:1:{s:14:\"allowedAttribs\";s:43:\"id, title, dir, lang, xml:lang, class,style
\";}s:4:\"del.\";a:1:{s:14:\"allowedAttribs\";s:43:\"id, title, dir, lang, xml:l
ang, class,style\";}s:4:\"dfn.\";a:1:{s:14:\"allowedAttribs\";s:43:\"id, title,
dir, lang, xml:lang, class,style\";}s:3:\"em.\";a:1:{s:14:\"allowedAttribs\";s:4
3:\"id, title, dir, lang, xml:lang, class,style\";}s:2:\"i.\";a:1:{s:14:\"allowe
dAttribs\";s:43:\"id, title, dir, lang, xml:lang, class,style\";}s:4:\"ins.\";a:
1:{s:14:\"allowedAttribs\";s:43:\"id, title, dir, lang, xml:lang, class,style\";
}s:4:\"kbd.\";a:1:{s:14:\"allowedAttribs\";s:43:\"id, title, dir, lang, xml:lang
, class,style\";}s:6:\"label.\";a:1:{s:14:\"allowedAttribs\";s:43:\"id, title, d
ir, lang, xml:lang, class,style\";}s:2:\"q.\";a:1:{s:14:\"allowedAttribs\";s:43:
\"id, title, dir, lang, xml:lang, class,style\";}s:5:\"samp.\";a:1:{s:14:\"allow
edAttribs\";s:43:\"id, title, dir, lang, xml:lang, class,style\";}s:6:\"small.\"
;a:1:{s:14:\"allowedAttribs\";s:43:\"id, title, dir, lang, xml:lang, class,style
\";}s:7:\"strike.\";a:1:{s:14:\"allowedAttribs\";s:43:\"id, title, dir, lang, xm
l:lang, class,style\";}s:7:\"strong.\";a:1:{s:14:\"allowedAttribs\";s:43:\"id, t
itle, dir, lang, xml:lang, class,style\";}s:4:\"sub.\";a:1:{s:14:\"allowedAttrib
s\";s:43:\"id, title, dir, lang, xml:lang, class,style\";}s:4:\"sup.\";a:1:{s:14
:\"allowedAttribs\";s:43:\"id, title, dir, lang, xml:lang, class,style\";}s:3:\"
tt.\";a:1:{s:14:\"allowedAttribs\";s:43:\"id, title, dir, lang, xml:lang, class,
style\";}s:2:\"u.\";a:1:{s:14:\"allowedAttribs\";s:43:\"id, title, dir, lang, xm
l:lang, class,style\";}s:4:\"var.\";a:1:{s:14:\"allowedAttribs\";s:43:\"id, titl
e, dir, lang, xml:lang, class,style\";}s:4:\"div.\";a:2:{s:14:\"allowedAttribs\"
;s:43:\"id, title, dir, lang, xml:lang, class,style\";s:10:\"fixAttrib.\";a:1:{s
:6:\"align.\";a:1:{s:5:\"unset\";s:1:\"1\";}}}}s:10:\"removeTags\";s:63:\"center
, font, link, meta, o:p, sdfield, strike, style, title, u\";s:18:\"keepNonMatche
dTags\";s:7:\"protect\";}s:14:\"HTMLparser_db.\";a:2:{s:8:\"noAttrib\";s:2:\"br\
";s:14:\"xhtml_cleaning\";s:1:\"1\";}s:17:\"exitHTMLparser_db\";s:1:\"1\";s:18:\
"exitHTMLparser_db.\";a:2:{s:18:\"keepNonMatchedTags\";s:1:\"1\";s:16:\"htmlSpec
ialChars\";s:1:\"0\";}s:14:\"allowedClasses\";s:321:\" external-link, e
xternal-link-new-window, internal-link, internal-link-new-window, download, mail
,\n align-left, align-center, align-right, align-justify,\n
csc-frame-frame1, csc-frame-frame2,\n component-items, action-items,\n
component-items-ordered, action-items-ordered,\n important, name-
of-person, detail,\n indent\";}s:3:\"FE.\";a:27:{s:5:\"proc.\";a:15:{
s:12:\"overruleMode\";s:6:\"ts_css\";s:21:\"dontConvBRtoParagraph\";s:1:\"1\";s:
19:\"preserveDIVSections\";s:1:\"1\";s:16:\"allowTagsOutside\";s:11:\"hr, addres
s\";s:9:\"allowTags\";s:349:\" a, abbr, acronym, address, b, bdo, big,
blockquote, br, caption, center, cite, code, col, colgroup, dd, del, dfn, dl, di
v, dt, em, font,\n h1, h2, h3, h4, h5, h6, hr, i, img, ins, kbd, la
bel, li, link, meta, ol, p, pre, q, samp, sdfield, small,\n span, st
rike, strong, style, sub, sup, table, thead, tbody, tfoot, td, th, tr, title, tt
, u, ul, var\";s:15:\"keepPDIVattribs\";s:36:\"id, title, dir, lang, xml:lang,st
yle\";s:26:\"transformBoldAndItalicTags\";s:1:\"1\";s:14:\"dontUndoHSC_db\";s:1:
\"1\";s:11:\"dontHSC_rte\";s:1:\"1\";s:18:\"entryHTMLparser_db\";s:1:\"1\";s:19:
\"entryHTMLparser_db.\";a:5:{s:9:\"allowTags\";s:349:\" a, abbr, acronym
, address, b, bdo, big, blockquote, br, caption, center, cite, code, col, colgro
up, dd, del, dfn, dl, div, dt, em, font,\n h1, h2, h3, h4, h5, h6,
hr, i, img, ins, kbd, label, li, link, meta, ol, p, pre, q, samp, sdfield, small
,\n span, strike, strong, style, sub, sup, table, thead, tbody, tfoo
t, td, th, tr, title, tt, u, ul, var\";s:16:\"htmlSpecialChars\";s:1:\"0\";s:5:\
"tags.\";a:28:{s:4:\"img.\";a:2:{s:14:\"allowedAttribs\";s:1:\"0\";s:15:\"rmTagI
fNoAttrib\";s:1:\"1\";}s:5:\"span.\";a:2:{s:10:\"fixAttrib.\";a:1:{s:6:\"style.\
";a:0:{}}s:14:\"allowedAttribs\";s:44:\"id, title, dir, lang, xml:lang, class, s
tyle\";}s:2:\"p.\";a:2:{s:14:\"allowedAttribs\";s:43:\"id, title, dir, lang, xml
:lang, class,style\";s:10:\"fixAttrib.\";a:1:{s:6:\"align.\";a:1:{s:5:\"unset\";
s:1:\"1\";}}}s:3:\"hr.\";a:1:{s:14:\"allowedAttribs\";s:11:\"class,style\";}s:2:
\"b.\";a:1:{s:14:\"allowedAttribs\";s:43:\"id, title, dir, lang, xml:lang, class
,style\";}s:4:\"bdo.\";a:1:{s:14:\"allowedAttribs\";s:43:\"id, title, dir, lang,
xml:lang, class,style\";}s:4:\"big.\";a:1:{s:14:\"allowedAttribs\";s:43:\"id, t
itle, dir, lang, xml:lang, class,style\";}s:11:\"blockquote.\";a:1:{s:14:\"allow
edAttribs\";s:43:\"id, title, dir, lang, xml:lang, class,style\";}s:5:\"cite.\";
a:1:{s:14:\"allowedAttribs\";s:43:\"id, title, dir, lang, xml:lang, class,style\
";}s:5:\"code.\";a:1:{s:14:\"allowedAttribs\";s:43:\"id, title, dir, lang, xml:l
ang, class,style\";}s:4:\"del.\";a:1:{s:14:\"allowedAttribs\";s:43:\"id, title,
dir, lang, xml:lang, class,style\";}s:4:\"dfn.\";a:1:{s:14:\"allowedAttribs\";s:
43:\"id, title, dir, lang, xml:lang, class,style\";}s:3:\"em.\";a:1:{s:14:\"allo
wedAttribs\";s:43:\"id, title, dir, lang, xml:lang, class,style\";}s:2:\"i.\";a:
1:{s:14:\"allowedAttribs\";s:43:\"id, title, dir, lang, xml:lang, class,style\";
}s:4:\"ins.\";a:1:{s:14:\"allowedAttribs\";s:43:\"id, title, dir, lang, xml:lang
, class,style\";}s:4:\"kbd.\";a:1:{s:14:\"allowedAttribs\";s:43:\"id, title, dir
, lang, xml:lang, class,style\";}s:6:\"label.\";a:1:{s:14:\"allowedAttribs\";s:4
3:\"id, title, dir, lang, xml:lang, class,style\";}s:2:\"q.\";a:1:{s:14:\"allowe
dAttribs\";s:43:\"id, title, dir, lang, xml:lang, class,style\";}s:5:\"samp.\";a
:1:{s:14:\"allowedAttribs\";s:43:\"id, title, dir, lang, xml:lang, class,style\"
;}s:6:\"small.\";a:1:{s:14:\"allowedAttribs\";s:43:\"id, title, dir, lang, xml:l
ang, class,style\";}s:7:\"strike.\";a:1:{s:14:\"allowedAttribs\";s:43:\"id, titl
e, dir, lang, xml:lang, class,style\";}s:7:\"strong.\";a:1:{s:14:\"allowedAttrib
s\";s:43:\"id, title, dir, lang, xml:lang, class,style\";}s:4:\"sub.\";a:1:{s:14
:\"allowedAttribs\";s:43:\"id, title, dir, lang, xml:lang, class,style\";}s:4:\"
sup.\";a:1:{s:14:\"allowedAttribs\";s:43:\"id, title, dir, lang, xml:lang, class
,style\";}s:3:\"tt.\";a:1:{s:14:\"allowedAttribs\";s:43:\"id, title, dir, lang,
xml:lang, class,style\";}s:2:\"u.\";a:1:{s:14:\"allowedAttribs\";s:43:\"id, titl
e, dir, lang, xml:lang, class,style\";}s:4:\"var.\";a:1:{s:14:\"allowedAttribs\"
;s:43:\"id, title, dir, lang, xml:lang, class,style\";}s:4:\"div.\";a:2:{s:14:\"
allowedAttribs\";s:43:\"id, title, dir, lang, xml:lang, class,style\";s:10:\"fix
Attrib.\";a:1:{s:6:\"align.\";a:1:{s:5:\"unset\";s:1:\"1\";}}}}s:10:\"removeTags
\";s:63:\"center, font, link, meta, o:p, sdfield, strike, style, title, u\";s:18
:\"keepNonMatchedTags\";s:7:\"protect\";}s:14:\"HTMLparser_db.\";a:2:{s:8:\"noAt
trib\";s:2:\"br\";s:14:\"xhtml_cleaning\";s:1:\"1\";}s:17:\"exitHTMLparser_db\";
s:1:\"1\";s:18:\"exitHTMLparser_db.\";a:2:{s:18:\"keepNonMatchedTags\";s:1:\"1\"
;s:16:\"htmlSpecialChars\";s:1:\"0\";}s:14:\"allowedClasses\";s:321:\"
external-link, external-link-new-window, internal-link, internal-link-new-window
, download, mail,\n align-left, align-center, align-right, align-jus
tify,\n csc-frame-frame1, csc-frame-frame2,\n component-items,
action-items,\n component-items-ordered, action-items-ordered,\n
important, name-of-person, detail,\n indent\";}s:15:\"enableWordClean
\";s:1:\"1\";s:16:\"removeTrailingBR\";s:1:\"1\";s:14:\"removeComments\";s:1:\"1
\";s:10:\"removeTags\";s:37:\"center, font, o:p, sdfield, strike, u\";s:21:\"rem
oveTagsAndContents\";s:32:\"link, meta, script, style, title\";s:11:\"showButton
s\";s:523:\" class, blockstylelabel, blockstyle, textstylelabel, text
style,\n formatblock, bold, italic, subscript, superscript,\n
orderedlist, unorderedlist, outdent, indent, textindicator,\n insertch
aracter, link, table, findreplace, chMode, removeformat, undo, redo, about,\n
toggleborders, tableproperties,\n rowproperties, rowinsertabove, r
owinsertunder, rowdelete, rowsplit,\n columninsertbefore, columninsert
after, columndelete, columnsplit,\n cellproperties, cellinsertbefore
, cellinsertafter, celldelete, cellsplit, cellmerge\";s:23:\"keepButtonGroupToge
ther\";s:1:\"1\";s:13:\"showStatusBar\";s:1:\"0\";s:15:\"hidePStyleItems\";s:11:
\"pre,address\";s:12:\"inlineStyle.\";a:7:{s:14:\"text-alignment\";s:711:\"
p.align-left, h1.align-left, h2.align-left, h3.align-left, h4.align-left, h5.ali
gn-left, h6.align-left, div.align-left, address.align-left { text-align: left; }
\n p.align-center, h1.align-center, h2.align-center, h3.align-cente
r, h4.align-center, h5.align-center, h6.align-center, div.align-center, address.
align-center { text-align: center; }\n p.align-right, h1.align-right, h
2.align-right, h3.align-right, h4.align-right, h5.align-right, h6.align-right, d
iv.align-right, address.align-right { text-align: right; }\n p.align-
justify, h1.align-justify, h2.align-justify, h3.align-justify, h4.align-justify,
h5.align-justify, h6.align-justify, div.align-justify, address.align-justify {
text-align: justify; }\";s:6:\"frames\";s:257:\" p.csc-frame-fram
e1, table.csc-frame-frame1 { background-color: #EDEBF1; padding: 2px 4px 2px 4px
; border: 1px solid #333333; }\n p.csc-frame-frame2, table.csc-fr
ame-frame2 { background-color: #F5FFAA; padding: 2px 4px 2px 4px; border: 1px so
lid #333333; }\";s:2:\"ul\";s:152:\" ul.component-items { color: #186
900; list-style-type: circle; }\n ul.action-items { color: #8A0020
; list-style-image: url(img/red_arrow_bullet.gif); }\";s:2:\"ol\";s:154:\"
ol.component-items-ordered { color: #10007B; list-style-type: lower-roman; }\n
ol.action-items-ordered { color: #8A0020; list-style-type: lower-greek; }\";s:11
:\"inline-text\";s:112:\" span.important { color: #8A0020; }\n
span.name-of-person { color: #10007B; }\n span.detail { color: #18
6900; }\";s:13:\"accessibility\";s:133:\" a.external-link {}\n
a.external-link-new-window {}\n a.internal-link {}\n a.intern
al-link-new-window {}\n a.download {}\n a.mail {}\";s:11:\"inden
tation\";s:34:\" div.indent { margin-left: 2em; }\";}s:23:\"ignor
eMainStyleOverride\";s:1:\"1\";s:16:\"classesParagraph\";s:77:\"
align-left, align-center, align-right,\n csc-frame-frame1, csc-fr
ame-frame2\";s:12:\"classesTable\";s:34:\"csc-frame-frame1, csc-frame-frame2\";s
:9:\"classesTD\";s:37:\"align-left, align-center, align-right\";s:12:\"classesLi
nks\";s:96:\"external-link, external-link-new-window, internal-link, internal-li
nk-new-window, download, mail\";s:16:\"classesCharacter\";s:33:\"important, name
-of-person, detail\";s:13:\"classesAnchor\";s:96:\"external-link, external-link-
new-window, internal-link, internal-link-new-window, download, mail\";s:14:\"cla
ssesAnchor.\";a:1:{s:8:\"default.\";a:4:{s:4:\"page\";s:13:\"internal-link\";s:3
:\"url\";s:24:\"external-link-new-window\";s:4:\"file\";s:8:\"download\";s:4:\"m
ail\";s:4:\"mail\";}}s:41:\"disableAlignmentFieldsetInTableOperations\";s:1:\"1\
";s:39:\"disableSpacingFieldsetInTableOperations\";s:1:\"1\";s:37:\"disableColor
FieldsetInTableOperations\";s:1:\"1\";s:38:\"disableLayoutFieldsetInTableOperati
ons\";s:1:\"1\";s:39:\"disableBordersFieldsetInTableOperations\";s:1:\"1\";s:8:\
"buttons.\";a:3:{s:14:\"toggleborders.\";a:1:{s:18:\"setOnTableCreation\";s:1:\"
1\";}s:5:\"bold.\";a:1:{s:6:\"hotKey\";s:1:\"b\";}s:7:\"italic.\";a:1:{s:6:\"hot
Key\";s:1:\"i\";}}s:11:\"hideButtons\";s:202:\"chMode, blockstyle, textstyle, un
derline, strikethrough, subscript, superscript, lefttoright, righttoleft, left,
center, right, justifyfull, table, inserttag, findreplace, removeformat, copy, c
ut, paste\";s:4:\"skin\";s:35:\"EXT:t3skin/rtehtmlarea/htmlarea.css\";}s:15:\"en
ableWordClean\";s:1:\"1\";s:16:\"removeTrailingBR\";s:1:\"1\";s:14:\"removeComme
nts\";s:1:\"1\";s:10:\"removeTags\";s:37:\"center, font, o:p, sdfield, strike, u
\";s:21:\"removeTagsAndContents\";s:32:\"link, meta, script, style, title\";s:11
:\"showButtons\";s:523:\" class, blockstylelabel, blockstyle, text
stylelabel, textstyle,\n formatblock, bold, italic, subscript, su
perscript,\n orderedlist, unorderedlist, outdent, indent, textindicat
or,\n insertcharacter, link, table, findreplace, chMode, removeformat,
undo, redo, about,\n toggleborders, tableproperties,\n
rowproperties, rowinsertabove, rowinsertunder, rowdelete, rowsplit,\n
columninsertbefore, columninsertafter, columndelete, columnsplit,\n
cellproperties, cellinsertbefore, cellinsertafter, celldelete, cellsplit, cellme
rge\";s:23:\"keepButtonGroupTogether\";s:1:\"1\";s:13:\"showStatusBar\";s:1:\"1\
";s:15:\"hidePStyleItems\";s:11:\"pre,address\";s:12:\"inlineStyle.\";a:7:{s:14:
\"text-alignment\";s:711:\" p.align-left, h1.align-left, h2.align-le
ft, h3.align-left, h4.align-left, h5.align-left, h6.align-left, div.align-left,
address.align-left { text-align: left; }\n p.align-center, h1.align
-center, h2.align-center, h3.align-center, h4.align-center, h5.align-center, h6.
align-center, div.align-center, address.align-center { text-align: center; }\n
p.align-right, h1.align-right, h2.align-right, h3.align-right, h4.align-right, h
5.align-right, h6.align-right, div.align-right, address.align-right { text-align
: right; }\n p.align-justify, h1.align-justify, h2.align-justify, h3.
align-justify, h4.align-justify, h5.align-justify, h6.align-justify, div.align-j
ustify, address.align-justify { text-align: justify; }\";s:6:\"frames\";s:257:\"
p.csc-frame-frame1, table.csc-frame-frame1 { background-color: #EDEBF1; padding:
2px 4px 2px 4px; border: 1px solid #333333; }\n p.csc-frame-fram
e2, table.csc-frame-frame2 { background-color: #F5FFAA; padding: 2px 4px 2px 4px
; border: 1px solid #333333; }\";s:2:\"ul\";s:152:\" ul.component-ite
ms { color: #186900; list-style-type: circle; }\n ul.action-items
{ color: #8A0020; list-style-image: url(img/red_arrow_bullet.gif); }\";s:2:\"ol\
";s:154:\" ol.component-items-ordered { color: #10007B; list-style-
type: lower-roman; }\n ol.action-items-ordered { color: #8A0020; list-s
tyle-type: lower-greek; }\";s:11:\"inline-text\";s:112:\" span.imp
ortant { color: #8A0020; }\n span.name-of-person { color: #10007B; }\
n span.detail { color: #186900; }\";s:13:\"accessibility\";s:133:\
" a.external-link {}\n a.external-link-new-window {}\n
a.internal-link {}\n a.internal-link-new-window {}\n a.downlo
ad {}\n a.mail {}\";s:11:\"indentation\";s:34:\" div.inde
nt { margin-left: 2em; }\";}s:23:\"ignoreMainStyleOverride\";s:1:\"1\";s:16:\"cl
assesParagraph\";s:77:\" align-left, align-center, align-right,\n
csc-frame-frame1, csc-frame-frame2\";s:12:\"classesTable\";s:34:\"csc-frame-fram
e1, csc-frame-frame2\";s:9:\"classesTD\";s:37:\"align-left, align-center, align-
right\";s:12:\"classesLinks\";s:96:\"external-link, external-link-new-window, in
ternal-link, internal-link-new-window, download, mail\";s:16:\"classesCharacter\
";s:33:\"important, name-of-person, detail\";s:13:\"classesAnchor\";s:96:\"exter
nal-link, external-link-new-window, internal-link, internal-link-new-window, dow
nload, mail\";s:14:\"classesAnchor.\";a:1:{s:8:\"default.\";a:4:{s:4:\"page\";s:
13:\"internal-link\";s:3:\"url\";s:24:\"external-link-new-window\";s:4:\"file\";
s:8:\"download\";s:4:\"mail\";s:4:\"mail\";}}s:41:\"disableAlignmentFieldsetInTa
bleOperations\";s:1:\"1\";s:39:\"disableSpacingFieldsetInTableOperations\";s:1:\
"1\";s:37:\"disableColorFieldsetInTableOperations\";s:1:\"1\";s:38:\"disableLayo
utFieldsetInTableOperations\";s:1:\"1\";s:39:\"disableBordersFieldsetInTableOper
ations\";s:1:\"1\";s:8:\"buttons.\";a:3:{s:14:\"toggleborders.\";a:1:{s:18:\"set
OnTableCreation\";s:1:\"1\";}s:5:\"bold.\";a:1:{s:6:\"hotKey\";s:1:\"b\";}s:7:\"
italic.\";a:1:{s:6:\"hotKey\";s:1:\"i\";}}s:4:\"skin\";s:35:\"EXT:t3skin/rtehtml
area/htmlarea.css\";}s:7:\"config.\";a:1:{s:11:\"tt_content.\";a:1:{s:9:\"bodyte
xt.\";a:2:{s:5:\"proc.\";a:1:{s:12:\"overruleMode\";s:6:\"ts_css\";}s:6:\"types.
\";a:2:{s:5:\"text.\";a:1:{s:5:\"proc.\";a:1:{s:12:\"overruleMode\";s:6:\"ts_css
\";}}s:8:\"textpic.\";a:1:{s:5:\"proc.\";a:1:{s:12:\"overruleMode\";s:6:\"ts_css
\";}}}}}}s:8:\"classes.\";a:12:{s:11:\"align-left.\";a:2:{s:4:\"name\";s:63:\"LL
L:EXT:rtehtmlarea/htmlarea/locallang_tooltips.xml:justifyleft\";s:5:\"value\";s:
17:\"text-align: left;\";}s:13:\"align-center.\";a:2:{s:4:\"name\";s:65:\"LLL:EX
T:rtehtmlarea/htmlarea/locallang_tooltips.xml:justifycenter\";s:5:\"value\";s:19
:\"text-align: center;\";}s:12:\"align-right.\";a:2:{s:4:\"name\";s:64:\"LLL:EXT
:rtehtmlarea/htmlarea/locallang_tooltips.xml:justifyright\";s:5:\"value\";s:18:\
"text-align: right;\";}s:17:\"csc-frame-frame1.\";a:2:{s:4:\"name\";s:61:\"LLL:E
XT:rtehtmlarea/res/contentcss/locallang.xml:frame-frame1\";s:5:\"value\";s:53:\"
background-color: #EDEBF1; border: 1px solid #333333;\";}s:17:\"csc-frame-frame2
.\";a:2:{s:4:\"name\";s:61:\"LLL:EXT:rtehtmlarea/res/contentcss/locallang.xml:fr
ame-frame2\";s:5:\"value\";s:53:\"background-color: #F5FFAA; border: 1px solid #
333333;\";}s:10:\"important.\";a:2:{s:4:\"name\";s:58:\"LLL:EXT:rtehtmlarea/res/
contentcss/locallang.xml:important\";s:5:\"value\";s:15:\"color: #8A0020;\";}s:1
5:\"name-of-person.\";a:2:{s:4:\"name\";s:63:\"LLL:EXT:rtehtmlarea/res/contentcs
s/locallang.xml:name-of-person\";s:5:\"value\";s:15:\"color: #10007B;\";}s:7:\"d
etail.\";a:2:{s:4:\"name\";s:55:\"LLL:EXT:rtehtmlarea/res/contentcss/locallang.x
ml:detail\";s:5:\"value\";s:15:\"color: #186900;\";}s:16:\"component-items.\";a:
2:{s:4:\"name\";s:64:\"LLL:EXT:rtehtmlarea/res/contentcss/locallang.xml:componen
t-items\";s:5:\"value\";s:15:\"color: #186900;\";}s:13:\"action-items.\";a:2:{s:
4:\"name\";s:61:\"LLL:EXT:rtehtmlarea/res/contentcss/locallang.xml:action-items\
";s:5:\"value\";s:15:\"color: #8A0020;\";}s:24:\"component-items-ordered.\";a:2:
{s:4:\"name\";s:64:\"LLL:EXT:rtehtmlarea/res/contentcss/locallang.xml:component-
items\";s:5:\"value\";s:15:\"color: #186900;\";}s:21:\"action-items-ordered.\";a
:2:{s:4:\"name\";s:61:\"LLL:EXT:rtehtmlarea/res/contentcss/locallang.xml:action-
items\";s:5:\"value\";s:15:\"color: #8A0020;\";}}s:14:\"classesAnchor.\";a:6:{s:
13:\"externalLink.\";a:3:{s:5:\"class\";s:13:\"external-link\";s:4:\"type\";s:3:
\"url\";s:9:\"titleText\";s:80:\"LLL:EXT:rtehtmlarea/res/accessibilityicons/loca
llang.xml:external_link_titleText\";}s:24:\"externalLinkInNewWindow.\";a:3:{s:5:
\"class\";s:24:\"external-link-new-window\";s:4:\"type\";s:3:\"url\";s:9:\"title
Text\";s:91:\"LLL:EXT:rtehtmlarea/res/accessibilityicons/locallang.xml:external_
link_new_window_titleText\";}s:13:\"internalLink.\";a:3:{s:5:\"class\";s:13:\"in
ternal-link\";s:4:\"type\";s:4:\"page\";s:9:\"titleText\";s:80:\"LLL:EXT:rtehtml
area/res/accessibilityicons/locallang.xml:internal_link_titleText\";}s:24:\"inte
rnalLinkInNewWindow.\";a:3:{s:5:\"class\";s:24:\"internal-link-new-window\";s:4:
\"type\";s:4:\"page\";s:9:\"titleText\";s:91:\"LLL:EXT:rtehtmlarea/res/accessibi
lityicons/locallang.xml:internal_link_new_window_titleText\";}s:9:\"download.\";
a:3:{s:5:\"class\";s:8:\"download\";s:4:\"type\";s:4:\"file\";s:9:\"titleText\";
s:75:\"LLL:EXT:rtehtmlarea/res/accessibilityicons/locallang.xml:download_titleTe
xt\";}s:5:\"mail.\";a:3:{s:5:\"class\";s:4:\"mail\";s:4:\"type\";s:4:\"mail\";s:
9:\"titleText\";s:71:\"LLL:EXT:rtehtmlarea/res/accessibilityicons/locallang.xml:
mail_titleText\";}}}}s:8:\"sections\";a:0:{}s:5:\"match\";a:0:{}}1b8d2cae9b2661a
a85462d0a5e913014',1290520134,'PAGES_TSconfig'),(22,'451c3382f5544b03b19d9249c94
c036d','a:2:{s:4:\"meta\";a:2:{s:11:\"description\";s:43:\"Labels for the User >
Setup backend module.\";s:4:\"type\";s:6:\"module\";}s:4:\"data\";a:1:{s:7:\"de
fault\";a:109:{s:12:\"UserSettings\";s:13:\"User Settings\";s:8:\"language\";s:8
:\"Language\";s:12:\"lang_default\";s:7:\"English\";s:7:\"lang_dk\";s:6:\"Danish
\";s:7:\"lang_de\";s:6:\"German\";s:7:\"lang_no\";s:9:\"Norwegian\";s:7:\"lang_i
t\";s:7:\"Italian\";s:7:\"lang_fr\";s:6:\"French\";s:7:\"lang_es\";s:7:\"Spanish
\";s:7:\"lang_nl\";s:5:\"Dutch\";s:7:\"lang_cz\";s:5:\"Czech\";s:7:\"lang_pl\";s
:6:\"Polish\";s:7:\"lang_si\";s:9:\"Slovenian\";s:7:\"lang_fi\";s:7:\"Finnish\";
s:7:\"lang_tr\";s:7:\"Turkish\";s:7:\"lang_se\";s:7:\"Swedish\";s:7:\"lang_pt\";
s:10:\"Portuguese\";s:7:\"lang_ru\";s:7:\"Russian\";s:7:\"lang_ro\";s:8:\"Romani
an\";s:7:\"lang_ch\";s:15:\"Chinese (Simpl)\";s:7:\"lang_sk\";s:6:\"Slovak\";s:7
:\"lang_lt\";s:10:\"Lithuanian\";s:7:\"lang_is\";s:9:\"Icelandic\";s:7:\"lang_hr
\";s:8:\"Croatian\";s:7:\"lang_hu\";s:9:\"Hungarian\";s:7:\"lang_gl\";s:11:\"Gre
enlandic\";s:7:\"lang_th\";s:4:\"Thai\";s:7:\"lang_gr\";s:5:\"Greek\";s:7:\"lang
_hk\";s:14:\"Chinese (Trad)\";s:7:\"lang_eu\";s:6:\"Basque\";s:7:\"lang_bg\";s:9
:\"Bulgarian\";s:7:\"lang_br\";s:20:\"Brazilian Portuguese\";s:7:\"lang_et\";s:8
:\"Estonian\";s:7:\"lang_ar\";s:6:\"Arabic\";s:7:\"lang_he\";s:6:\"Hebrew\";s:7:
\"lang_ua\";s:9:\"Ukrainian\";s:7:\"lang_lv\";s:7:\"Latvian\";s:7:\"lang_jp\";s:
8:\"Japanese\";s:7:\"lang_vn\";s:10:\"Vietnamese\";s:7:\"lang_ca\";s:7:\"Catalan
\";s:7:\"lang_ba\";s:7:\"Bosnian\";s:7:\"lang_kr\";s:6:\"Korean\";s:7:\"lang_eo\
";s:9:\"Esperanto\";s:7:\"lang_my\";s:15:\"Bahasa Malaysia\";s:7:\"lang_hi\";s:5
:\"Hindi\";s:7:\"lang_fo\";s:7:\"Faroese\";s:7:\"lang_fa\";s:7:\"Persian\";s:7:\
"lang_sr\";s:7:\"Serbian\";s:7:\"lang_sq\";s:8:\"Albanian\";s:7:\"lang_ge\";s:8:
\"Georgian\";s:7:\"lang_ga\";s:8:\"Galician\";s:7:\"default\";s:7:\"Default\";s:
8:\"simulate\";s:21:\"Simulate backend user\";s:7:\"opening\";s:7:\"Startup\";s:
13:\"personal_data\";s:13:\"Personal data\";s:10:\"showThumbs\";s:26:\"Show Thum
bnails by default\";s:13:\"condensedMode\";s:54:\"Use condensed mode in backend<
br />(for small screens)\";s:10:\"noMenuMode\";s:22:\"Select navigation mode\";s
:14:\"noMenuMode_def\";s:25:\"Left frame menu (default)\";s:14:\"noMenuMode_sel\
";s:24:\"Selectorbox in top frame\";s:16:\"noMenuMode_icons\";s:18:\"Icons in to
p frame\";s:11:\"startModule\";s:32:\"Start up in the following module\";s:14:\"
emailMeAtLogin\";s:63:\"Notify me by email, when somebody logs in <br />from my
account\";s:8:\"helpText\";s:30:\"Show help text when applicable\";s:11:\"maxTit
leLen\";s:17:\"Max. Title Length\";s:18:\"edit_showFieldHelp\";s:27:\"Context Se
nsitive Help mode\";s:23:\"edit_showFieldHelp_none\";s:27:\"Display no help info
rmation\";s:23:\"edit_showFieldHelp_icon\";s:22:\"Display help icon only\";s:26:
\"edit_showFieldHelp_message\";s:25:\"Display full text message\";s:17:\"edit_wi
deDocument\";s:24:\"Wide document background\";s:8:\"edit_RTE\";s:38:\"Enable Ri
ch Text Editor (if available)\";s:20:\"edit_docModuleUpload\";s:34:\"File upload
directly in Doc-module\";s:19:\"enableFlashUploader\";s:41:\"Enable Flash Uploa
der (requires Flash 9+)\";s:15:\"resizeTextareas\";s:24:\"Make Textareas resizab
le\";s:25:\"resizeTextareas_MaxHeight\";s:45:\"Maximal Height of resizable Texta
rea in Pixel\";s:24:\"resizeTextareas_Flexible\";s:23:\"Make Textareas flexible\
";s:16:\"editFunctionsTab\";s:25:\"Edit & Advanced functions\";s:14:\"edit_funct
ions\";s:4:\"Edit\";s:15:\"disableCMlayers\";s:27:\"Disable Popup Context Menus\
";s:13:\"setToStandard\";s:27:\"Reset all Values to default\";s:18:\"resetConfig
uration\";s:44:\"Reset Configuration and Clear Temporary Data\";s:21:\"setToStan
dardQuestion\";s:53:\"Are you sure you want to reset all values to default?\";s:
16:\"clearSessionVars\";s:20:\"Clear Temporary Data\";s:24:\"clearSessionVarsQue
stion\";s:50:\"Are you sure you want to clear the temporary data?\";s:9:\"functi
ons\";s:18:\"Advanced functions\";s:10:\"copyLevels\";s:96:\"<b>Recursive Copy:<
/b> Enter the number of page<br />sublevels to include, when a page is copied\";
s:15:\"recursiveDelete\";s:86:\"<b>Recursive Delete(!):</b> Allow ALL subpages<b
r />to be deleted when deleting a page\";s:15:\"activateChanges\";s:107:\"Notice
! In order to activate most of these changes, please reload the backend (eg. log
out and login again).\";s:6:\"levels\";s:6:\"levels\";s:15:\"beUser_realName\";s
:9:\"Your name\";s:12:\"beUser_email\";s:18:\"Your email address\";s:4:\"save\";
s:18:\"Save Configuration\";s:11:\"newPassword\";s:12:\"New password\";s:16:\"ne
wPasswordAgain\";s:19:\"New password, again\";s:14:\"newPassword_ok\";s:21:\"Pas
sword was updated.\";s:15:\"setupWasUpdated\";s:27:\"User settings were updated.
\";s:18:\"newPassword_failed\";s:74:\"Password was NOT updated because you didn\
't enter the same password twice.\";s:14:\"adminFunctions\";s:15:\"Admin functio
ns\";s:23:\"enableInstallTool.label\";s:19:\"Install Tool Access\";s:28:\"enable
InstallTool.createFile\";s:31:\"Create Install Tool Enable File\";s:22:\"enableI
nstallTool.file\";s:24:\"Install Tool Enable file\";s:31:\"enableInstallTool.fil
eCreate_ok\";s:46:\"The Install Tool Enable file has been created.\";s:35:\"enab
leInstallTool.fileCreate_failed\";s:50:\"The Install Tool Enable file could not
be created.\";s:28:\"enableInstallTool.deleteFile\";s:31:\"Delete Install Tool E
nable File\";s:31:\"enableInstallTool.fileDelete_ok\";s:46:\"The Install Tool En
able file has been deleted.\";s:35:\"enableInstallTool.fileDelete_failed\";s:50:
\"The Install Tool Enable file could not be deleted!\";s:15:\"tempDataCleared\";
s:22:\"Temporary data cleared\";s:27:\"tempDataClearedFlashMessage\";s:36:\"The
temporary data has been cleared.\";s:18:\"tempDataClearedLog\";s:22:\"Temporary
data cleared\";}}}',1290520570,'ident_xml2array'),(23,'b808f5e89393f76d85561846c
4ceb723','a:2:{s:4:\"meta\";a:3:{s:11:\"description\";s:40:\"CSH of labels in th
e User > Setup module\";s:4:\"type\";s:3:\"CSH\";s:9:\"csh_table\";s:15:\"_MOD_u
ser_setup\";}s:4:\"data\";a:1:{s:7:\"default\";a:84:{s:9:\".alttitle\";s:19:\"Us
er > Setup module\";s:12:\".description\";s:160:\"The Setup module allows the ba
ckend user to customize TYPO3 for his own login sessions. This includes the back
end language and various other interface features.\";s:8:\".details\";s:174:\"<b
>Notice [For Admins]:</b> These settings can all be overridden or have their def
ault values changed by \"User TSconfig\". To read more about this concept, see t
he link below!\";s:9:\"_.seeAlso\";s:94:\"User TSconfig SETUP | http://typo3.org
/documentation/document-library/doc_core_tsconfig/SETUP/\";s:7:\"_.image\";s:62:
\"EXT:setup/cshimages/setup8.png,\nEXT:setup/cshimages/setup7.png\";s:12:\".imag
e_descr\";s:130:\"The Setup module is selected in the left menu.\nThis is how th
e Setup module interface looks like - a list of options to configure.\";s:17:\"l
anguage.alttitle\";s:26:\"Backend Language selection\";s:20:\"language.descripti
on\";s:125:\"Select the backend language you prefer. Most parts of TYPO3s backen
d (for regular users) are translated into other languages.\";s:16:\"language.det
ails\";s:561:\"<b>Warning [technical]:</b> If TYPO3 is not configured to use a s
ingle character set (through $TYPO3_CONF_VARS[BE][forceCharset]) then all data e
ntered in the backend is submitted in the character set of the selected backend
language. This leads to inconsistent data storage if some users are using the ba
ckend in Russian and others in English which uses different character sets.\nThe
solution clearly is to set the configuration option mentioned above to a value
like \"utf-8\". This must be done by the developers responsible for the whole sy
stem configuration.\";s:15:\"_language.image\";s:28:\"EXT:setup/cshimages/lang.p
ng\";s:20:\"language.image_descr\";s:217:\"TYPO3 is translated into around 40 la
nguages. English is the default language and all labels must be available in Eng
lish first and foremost. This screenshot shows translations for Hebrew, Arabic,
Russian and Chinese.\";s:29:\"option_condensedMode.alttitle\";s:14:\"Condensed M
ode\";s:32:\"option_condensedMode.description\";s:222:\"If set, the backend will
not load the Web-submodules and File-submodules in a frameset but allow the pag
e and folder trees to load the submodule in the main content frame. This allows
for a better display on small screens.\";s:29:\"_option_condensedMode.seeAlso\";
s:33:\"_MOD_user_setup:option_noMenuMode\";s:27:\"_option_condensedMode.image\";
s:62:\"EXT:setup/cshimages/setup3.png,\nEXT:setup/cshimages/setup4.png\";s:32:\"
option_condensedMode.image_descr\";s:479:\"In this example Condensed Mode is ena
bled. The page tree is <em>not</em> shown in the normal navigation frame but rat
her in the full content frame to the right of the menu.\nWhen a page title is cl
icked in the page tree the module page (here the Web > List module) will be load
ed in the <u>same</u> frame of the backend. In this way Condensed Mode saves hor
izontal screen space since the navigation frame is removed - but it takes an ext
ra click if you need to go to another page.\";s:26:\"option_noMenuMode.alttitle\
";s:15:\"Navigation Mode\";s:29:\"option_noMenuMode.description\";s:38:\"Setting
alternative backend menu modes\";s:25:\"option_noMenuMode.details\";s:542:\"By
default you navigate between backend modules with the menu in the left frame. By
this option you can select alternative navigation modes:\n\n<b>Selectorbox in t
op frame:</b>\nIf set, the backend will not load the left menu frame but rather
put a selector-box menu in the topframe. This saves a lot of space on small scre
ens.\n\n<b>Icons in top frame</b>\nThis option shows all menu items in the top f
rame as a horizontal list of icons. This is for experienced users only who knows
the order of modules and can recognize them based on their icon.\";s:26:\"_opti
on_noMenuMode.seeAlso\";s:36:\"_MOD_user_setup:option_condensedMode\";s:24:\"_op
tion_noMenuMode.image\";s:62:\"EXT:setup/cshimages/setup1.png,\nEXT:setup/cshima
ges/setup2.png\";s:29:\"option_noMenuMode.image_descr\";s:252:\"The \"Selectorbo
x\" menu. Selecting an item makes the backend jump to that module.\nThe \"Icons\
" menu. As you can see you will need to know the icons by heart. You can also po
sition the mouse over the icon and the tool-tip text will reveal the module name
.\";s:27:\"option_startModule.alttitle\";s:12:\"Start module\";s:30:\"option_sta
rtModule.description\";s:109:\"Let you select the module that is called when you
login in the Backend\nThe default module is \"About Modules\".\";s:26:\"option_
showThumbs.alttitle\";s:26:\"Show Thumbnails by default\";s:29:\"option_showThum
bs.description\";s:229:\"In modules like the \"Web > List\" and \"File > Filelis
t\" you can enable the display of thumbnails of files (images/fonts) and records
(if images are attached) with a checkbox. Setting this option will enable the d
isplay by default.\";s:24:\"_option_showThumbs.image\";s:30:\"EXT:setup/cshimage
s/setup5.png\";s:29:\"option_showThumbs.image_descr\";s:113:\"When thumbnails di
splay is enabled, files attached to records will be shown in the \"Web > List\"
module like this.\";s:24:\"option_helpText.alttitle\";s:30:\"Show help text when
applicable\";s:27:\"option_helpText.description\";s:115:\"If set, some help tex
ts will appear by default. Applies to the \"Legend\" text in the Web>Access modu
le for instance.\";s:27:\"option_maxTitleLen.alttitle\";s:20:\"Maximum title len
gth\";s:30:\"option_maxTitleLen.description\";s:239:\"TYPO3 will often crop long
titles of records etc. so only the first X characters are shown. Often the numb
er of shown characters depends on this variable. For instance the length of page
titles in the page tree is determined by this value.\";s:25:\"_option_maxTitleL
en.image\";s:30:\"EXT:setup/cshimages/setup6.png\";s:30:\"option_maxTitleLen.ima
ge_descr\";s:230:\"In this case the Maximum Title lenght is set to 10 - and the
result is that titles in the page tree - as well as other places in the backend
- will be cropped after 10 characters, then suffixed by \"...\". The default val
ue is \"30\".\";s:26:\"option_copyLevels.alttitle\";s:14:\"Recursive Copy\";s:29
:\"option_copyLevels.description\";s:177:\"When you copy a page, subpages can al
so be copied along if you set this option. The number you set here defines the n
umber of levels under a page to include in a copy operation.\";s:31:\"option_rec
ursiveDelete.alttitle\";s:16:\"Recursive Delete\";s:34:\"option_recursiveDelete.
description\";s:171:\"You cannot delete a page with subpages unless this flag is
set. Be careful - setting this option means that TYPO3 will allow a whole tree
of pages to be deleted in one go!\";s:30:\"option_recursiveDelete.details\";s:23
4:\"You should also consider the performance issues involved when deleting a lar
ge page tree. It might take a considerable amount of time to do that and if PHP
times out before the operation is finished the results might be unpredictable.\"
;s:33:\"option_edit_wideDocument.alttitle\";s:24:\"Wide document background\";s:
36:\"option_edit_wideDocument.description\";s:97:\"Setting this option will enla
rge the default width of record editing forms in TYPO3 by around 50%\";s:24:\"op
tion_edit_RTE.alttitle\";s:23:\"Enable Rich Text Editor\";s:27:\"option_edit_RTE
.description\";s:113:\"If set, the Rich Text Editor in TYPO3 will be enabled for
you. Normally you wouldn\'t want to disable this option.\";s:23:\"option_edit_R
TE.details\";s:356:\"A Rich Text Editor (RTE) means that a text editing field ha
s buttons for making selected text bold, italic etc. Whether a RTE is available
also depends on factors like the browser you are using and which extensions are
installed. Finally RTEs are applied to only a few record fields. The most wellkn
own example would be the Text field of a Content Element.\";s:22:\"_option_edit_
RTE.image\";s:27:\"EXT:setup/cshimages/rte.png\";s:36:\"option_edit_docModuleUpl
oad.alttitle\";s:36:\"Enable File Uploads in editing forms\";s:39:\"option_edit_
docModuleUpload.description\";s:199:\"This option will enable an \"Upload\" box
for each field in TYPO3 records where you can attach a file or image. Most likel
y you don\'t want to disable this since it is usually just a nice thing to have.
\";s:35:\"option_edit_docModuleUpload.details\";s:107:\"If you disable the Uploa
d box there is still the TYPO3 Element Browser left for attaching files and imag
es.\";s:34:\"_option_edit_docModuleUpload.image\";s:31:\"EXT:setup/cshimages/set
up12.png\";s:35:\"option_enableFlashUploader.alttitle\";s:21:\"Enable Flash Uplo
ader\";s:38:\"option_enableFlashUploader.description\";s:266:\"This option will
enable a flash-based uploader that allows you to select multiple files at once w
hen uploading files. If you enable this option, make sure that your browser has
the latest Flash plugin (Flash 9 or higher) installed in order to make this feat
ure work.\";s:34:\"option_edit_showFieldHelp.alttitle\";s:27:\"Context Sensitive
Help mode\";s:31:\"option_resizeTextareas.alttitle\";s:24:\"Make Textareas Resi
zable\";s:34:\"option_resizeTextareas.description\";s:130:\"This option will mak
e textareas resizable. You will see the resize mouse cursor if you move mouse to
the outer border of textarea.\";s:41:\"option_resizeTextareas_MaxHeight.alttitl
e\";s:26:\"Maximal Height of Textarea\";s:44:\"option_resizeTextareas_MaxHeight.
description\";s:49:\"Define the maximal height of textarea (in Pixel).\";s:40:\"
option_resizeTextareas_Flexible.alttitle\";s:23:\"Make Textareas Flexible\";s:43
:\"option_resizeTextareas_Flexible.description\";s:137:\"This option will make t
extareas flexible. The height will grow automatically while typing. Limit is the
maximal height set (default 600).\";s:37:\"option_edit_showFieldHelp.descriptio
n\";s:207:\"Defines the mode of Context Sensitive Help (CSH) in TYPO3. The defau
lt is that small help icons are shown everywhere a help item is available. You c
an click the icon and help will appear in a window for you.\";s:33:\"option_edit
_showFieldHelp.details\";s:405:\"Alternatively you can select that descriptions
are shown inline. This is useful for people who are still learning how TYPO3 wor
ks and want to browse the backend with descriptions shown directly.\nFinally exp
erienced users will want to totally disable the help icons if they seem to just
bloat the backend interface.\n\nContext Sensitive Help is also available as a fu
ll user manual in the Help>Manual module.\";s:32:\"_option_edit_showFieldHelp.im
age\";s:64:\"EXT:setup/cshimages/setup11.png,\nEXT:setup/cshimages/setup10.png\"
;s:37:\"option_edit_showFieldHelp.image_descr\";s:329:\"The default mode, \"Disp
lay help icon only\", will show the help icons with no additional text.\nWhen \"
Display full text message\" is selected you will see a short description shown t
ogether with the help icon and framed into a box. Clicking the help icon always
links to the full description of the element shown in a pop-up window.\";s:31:\"
option_disableCMlayers.alttitle\";s:27:\"Disable Popup Context Menus\";s:34:\"op
tion_disableCMlayers.description\";s:275:\"When an icon for a file or database r
ecord is shown inside the TYPO3 backend you can often click on the icon and a co
ntextual menu will appear over the icon with options related to it. You can disa
ble this behaviour by this option. However you probably don\'t want to do that.\
";s:29:\"_option_disableCMlayers.image\";s:30:\"EXT:setup/cshimages/setup9.png\"
;s:34:\"option_disableCMlayers.image_descr\";s:206:\"This is the context menu (o
r \"Clickmenu\") of a page in the page tree. Notice that it is activated by a re
gular \"left-click\" opposite to the normal \"right-click\" activation known fro
m most Operating Systems.\";s:31:\"option_beUser_realName.alttitle\";s:14:\"Your
real name\";s:34:\"option_beUser_realName.description\";s:26:\"Enter your real
name here.\";s:28:\"option_beUser_email.alttitle\";s:18:\"Your email address\";s
:31:\"option_beUser_email.description\";s:256:\"Make sure this is a valid email
address for you. This is the contact address that the backend administrator will
use if he needs to contact you. Also, the TYPO3 system might need to send you m
essages at various times and this will be the recipient address.\";s:30:\"option
_emailMeAtLogin.alttitle\";s:15:\"Notify by login\";s:33:\"option_emailMeAtLogin
.description\";s:261:\"If you set this option you will receive an email from TYP
O3 each time you (or \"someone\") logs in using your username. You might like to
receive such a \"warning\" as a security measure so you will know if someone el
se picks up your password and uses your account.\";s:27:\"option_newPassword.alt
title\";s:15:\"Change password\";s:30:\"option_newPassword.description\";s:46:\"
Enter a new password for your backend account:\";s:26:\"option_newPassword.detai
ls\";s:116:\"The passwords are encrypted to an MD5 hash when you leave the field
so no plain text password is sent over the wire.\";s:32:\"option_newPasswordAga
in.alttitle\";s:24:\"Change password, confirm\";s:35:\"option_newPasswordAgain.d
escription\";s:139:\"Confirm the new password by entering it again, exactly like
above. If the two new passwords do not match, the password will not be changed.
\";s:14:\"reset.alttitle\";s:27:\"Reset all Values to default\";s:17:\"reset.des
cription\";s:106:\"If you select this option all settings in this module will be
reset to the default settings of the system.\";s:13:\"reset.details\";s:72:\"Th
is does not apply to user name, email and password settings of course.\";s:16:\"
simuser.alttitle\";s:21:\"Simulate backend user\";s:19:\"simuser.description\";s
:91:\"This option allows \"admin\"-users to change settings for another backend
user in the system.\";s:33:\"option_enableInstallTool.alttitle\";s:49:\"Admin co
ntrol for re-enabling Install Tool access\";s:36:\"option_enableInstallTool.desc
ription\";s:225:\"By clicking this button, a file typo3conf/ENABLE_INSTALL_TOOL
is created (or removed if it already exists). It unlocks the access to the Insta
ll Tool (password is still needed!) and will be removed automatically after 1 ho
ur.\";}}}',1290520570,'ident_xml2array'),(24,'7a037b6e5ea5c1bcd542dd12e8b2c6fc',
'a:2:{s:4:\"meta\";a:3:{s:11:\"description\";s:25:\"CSH for Extension Manager\";
s:4:\"type\";s:3:\"CSH\";s:9:\"csh_table\";s:13:\"_MOD_tools_em\";}s:4:\"data\";
a:1:{s:7:\"default\";a:129:{s:9:\".alttitle\";s:30:\"Tools > Extension Manager (
EM)\";s:12:\".description\";s:89:\"The Extension Manager controls import, instal
lation and upgrading of Extensions in TYPO3.\";s:8:\".details\";s:997:\"TYPO3 ca
n be extended in nearly any direction without loosing backwards compatibility. T
he Extension API provides a powerful framework for easily adding, removing, inst
alling and developing such extensions to TYPO3. This is in particular powered by
the Extension Manager (EM) inside TYPO3.\n\n\"Extensions\" is a term in TYPO3 w
hich covers two other terms, plugins and modules.\n\nA plugin is something that
plays a role on the website itself. For example a board, guestbook, shop etc. It
is normally enclosed in a PHP class and invoked through a USER or USER_INT cObj
ect from TypoScript. A plugin is an extension in the frontend.\n\nA module is a
backend application which has it\'s own position in the administration menu. It
requires backend login and works inside the framework of the backend. We might a
lso call something a module if it exploits any connectivity of an existing modul
e, that is if it simply adds itself to the function menu of existing modules. A
module is an extension in the backend.\";s:9:\"_.seeAlso\";s:235:\"xMOD_csh_core
be,\nCore / Extension Architecture | http://typo3.org/documentation/document-lib
rary/doc_core_inside/This_document-1/\nManaging Extensions | http://typo3.org/do
cumentation/document-library/doc_core_inside/Backend_user_setup/\";s:15:\"loaded
.alttitle\";s:17:\"Loaded Extensions\";s:18:\"loaded.description\";s:298:\"\"Loa
ded extensions\" are currently running on the system. This list shows you which
extensions are loaded and in which order.\n\"Shy\" extensions are also loaded bu
t \"hidden\" in this list because they are system related and generally you shou
ld just leave them alone unless you know what you are doing.\";s:14:\"loaded.det
ails\";s:451:\"The extensions in this list are shown in the order they are found
in $TYPO3_CONF_VARS[EXT][extList].\nTo de-install an extension you simply click
the green \"-\" icon. If there are no dependencies requiring the extension it w
ill be removed from the list of installed extensions.\nThe \"Rq\" extensions in
the loaded extensions list are \"required extensions\". These are related so dee
ply to the system that you cannot disable them from the Extension Manager.\";s:1
3:\"_loaded.image\";s:27:\"EXT:lang/cshimages/em_1.png\";s:18:\"loaded.image_des
cr\";s:57:\"The list of loaded extensions shown in the loading order.\";s:14:\"a
vail.alttitle\";s:20:\"Available Extensions\";s:17:\"avail.description\";s:369:\
"Available extensions are extensions which are present in the extension folders.
You can install any of the available extensions in this list. When you install
an extension it will be loaded by TYPO3 from that moment.\nIn this list the exte
nsions with dark background are installed (loaded) - the others just available (
not loaded), ready to be installed on your request.\";s:13:\"avail.details\";s:4
63:\"You can install an extension by clicking the gray \"+\" icon in this list.
If you want to de-install an extension you click the green \"-\" icon.\nWhen you
click the install button (\"+\") you will most often end in a dialog where you
have to confirm the creation of database tables and fields or maybe you will be
asked to \"clear all cache\". The Extension Manager automatically handles these
requirements for you which makes it extremely easy to install new extensions.\";
s:12:\"_avail.image\";s:57:\"EXT:lang/cshimages/em_2.png,\nEXT:lang/cshimages/em
_12.png\";s:17:\"avail.image_descr\";s:499:\"The list of available extension on
the server. The list is compiled from extensions found in the \"local\", \"globa
l\" and \"system\" extension folders.\nIf you click the install icon (\"+\") of
an extension you might end in a dialog like this. In this case a new database ta
ble is required. The Extension Manager will automatically detect that it does no
t exist yet and suggest that you create it. The creation automatically takes pla
ce as well, simply by accepting the changes when pressing \"Make updates\".\";s:
15:\"import.alttitle\";s:20:\"Importing Extensions\";s:18:\"import.description\"
;s:309:\"This is the process of bringing the files of an extension to the server
s filesystem. You can do this either by importing from a repository at a URL (us
ually from TER; TYPO3 Extension Repository at typo3.org) or by uploading a \"t3x
\" file which someone else created from the Extension Manager on another server.
\";s:14:\"import.details\";s:917:\"<b>Import from TER</b>\nTo connect to the TER
you simply click the button \"Connect to online repository\". This will request
the URL shown in the text above the button and the URL should return a list of
available extension you can import.\nIf you know what you are looking for then e
nter a search word in the look-up box. In particular this helps you to look up a
specific extension key. The connection to TER will be much faster if you use th
is since less data is sent over the wire!\n\n<b>Upload from file</b>\nFor privat
e projects the exchange of extensions is easily done by sending \"t3x\" files fr
om system to system. In one TYPO3 installation you simply go to the menu \"Backu
p/Delete\" of an extension and download a \"Backup\" of the extension. The filef
ormat is a serialized PHP array, compressed if possible. This file can then be u
ploaded in the Extension Manager of another TYPO3 system where you want to impor
t it.\";s:15:\"_import.seeAlso\";s:51:\"_MOD_tools_em:backup_delete,\n_MOD_tools
_em:settings\";s:13:\"_import.image\";s:27:\"EXT:lang/cshimages/em_3.png\";s:18:
\"import.image_descr\";s:300:\"The \"Import\" screen. Before you connect to the
online repository you might like to configure typo3.org username and password si
nce that will be used to also select \"Member\" extensions in TER, if any. You c
an also enable \"Get own/member/selected extensions only\" if you want to limit
the list further.\";s:19:\"import_ter.alttitle\";s:17:\"Extensions in TER\";s:22
:\"import_ter.description\";s:394:\"Extensions in this list are online for immed
iate download from the TYPO3 Extension Repository (TER).\nExtensions with dark b
ackground are those already on your server - the others must be imported from th
e repository to your server before you can use them.\nIf you want to use an exte
nsion from the repository, you should simply click the \"import\" button with th
e red arrow left to the extension.\";s:18:\"import_ter.details\";s:1045:\"<b>Imp
ort Extensions</b>\nIf an extension does not yet exist on your server you will s
ee the icon with the red arrow next to that extension. A single click and the ex
tension will be downloaded and the files extracted on your server. The download
directory is seen if you move the mouse over the icon (in the tool-tip text).\n\
n<b>Update Extensions</b>\nYou can update extensions that are always on your sys
tem by clicking the icon with the green arrows. The update icon will appear if t
he \"minor\" version number (middle digit) has been incremented. This means that
extensions updated on the dev-version number (the third digit) will not be show
n as \"ready for update\". (You can configure TYPO3 to do that though!).\n\n<b>S
eeing details about an extension in TER</b>\nYou can also click the title of an
extension to see details about it. That will also allow you to perform a more de
tailed update operation where you can select version number and download locatio
n (local/global/system).\nYou can also ask to have the most recent translations
downloaded.\";s:17:\"_import_ter.image\";s:58:\"EXT:lang/cshimages/em_10.png,\nE
XT:lang/cshimages/em_11.png\";s:22:\"import_ter.image_descr\";s:633:\"List of ex
tensions from TER. The red arrow icon is the \"Import\" link (for new extensions
), the green arrow icon is the \"Update\" link (for an extension that is already
on your server). If an extension is already available in the most recent versio
n you will not see any icon at all to the left of the extension.\nIf you clicked
the title of an extension you will request the repository for details about the
extension. This also allows you to select a specific version for import. You ca
n also select the install location (global/local) and you can request to have th
e most recent translations merged into the extension upon retrieval.\";s:13:\"in
fo.alttitle\";s:17:\"Extension Details\";s:16:\"info.description\";s:34:\"Shows
details about the extension.\";s:12:\"info.details\";s:561:\"In this view some o
f the details are simply a display of the information from the \"ext_emconf.php\
" file in the extension. The \"emconf\" file contains meta data for the Extensio
n Manager.\n\nThe Extension Manager will also go a bit further and perform some
analysis of the scripts in the extension. The list will include the findings of
this analysis and if any errors were found they will be displayed. Usually these
errors will not prevent the extension from working but more likely point out so
me theoretical problems that the extension developer should address.\";s:11:\"_i
nfo.image\";s:27:\"EXT:lang/cshimages/em_4.png\";s:16:\"info.image_descr\";s:126
:\"The details view of an extension displays live statistics from analysis as we
ll as static data from the \"ext_emconf.php\" file.\";s:22:\"backup_delete.altti
tle\";s:26:\"Backup Extension as a file\";s:25:\"backup_delete.description\";s:2
27:\"Click the \"Download\" link here and you will download the extension as a f
ile containing a serialized PHP array, a hash and everything possibly compressed
if the server supports it. Save the file with a filename ending on \"t3x\".\";s
:22:\"_backup_delete.seeAlso\";s:20:\"_MOD_tools_em:import\";s:20:\"_backup_dele
te.image\";s:27:\"EXT:lang/cshimages/em_5.png\";s:25:\"backup_delete.image_descr
\";s:100:\"\"Backup\" of extensions - also very useful for exchange of extension
s between members of a workgroup.\";s:15:\"upload.alttitle\";s:43:\"Upload an Ex
tension to the repository (TER)\";s:18:\"upload.description\";s:264:\"Here you c
an upload an extension to TER. In order to do so you must enter your TYPO3.org u
sername and password in the form. In addition each extension has an upload passw
ord you need to add as well. You should also make sure you registered / own the
extension key!\";s:14:\"upload.details\";s:410:\"<b>Changelog</b>\nIn the change
log field you enter the changes made or the reason for the upload. This will be
displayed in the list of new extensions.\n\n<b>Version numbers</b>\nSelect a met
hod for incrementation of the version number. For new \"versions\" of your exten
sion you should select \"sub\" or \"main\" which will display your extension in
the list of new extensions. For maintenance uploads you select \"dev\".\";s:15:\
"_upload.seeAlso\";s:102:\"_MOD_tools_em:settings,\nRegister Extension Keys | ht
tp://typo3.org/extensions/register-extension-keys/\";s:13:\"_upload.image\";s:27
:\"EXT:lang/cshimages/em_6.png\";s:18:\"upload.image_descr\";s:115:\"The upload
form for extensions. The extension is submitted to the selected repository, usua
lly TYPO3.org (default).\";s:18:\"editfiles.alttitle\";s:31:\"Editing scripts in
an extension\";s:21:\"editfiles.description\";s:165:\"The Extension Manager can
be used for editing scripts in extensions. This feature is mostly for emergenci
es since a webbrowser is not the ideal tool for programming.\";s:17:\"editfiles.
details\";s:163:\"<b>Notice:</b>\nBefore editing of extension scripts can be per
formed you have to disable the configuration option \"TYPO3_CONF_VARS[EXT][noEdi
t]\" in \"localconf.php\".\";s:16:\"_editfiles.image\";s:27:\"EXT:lang/cshimages
/em_7.png\";s:21:\"editfiles.image_descr\";s:100:\"Some file types - like PHP sc
ripts - can be edited by a textarea field inside the Extension Manager.\";s:17:\
"settings.alttitle\";s:26:\"Extension Manager Settings\";s:20:\"settings.descrip
tion\";s:210:\"Enter settings for the Extension Manager. The username and passwo
rd is for connections to the repository (usually TYPO3.org) and the upload passw
ord is that you would normally use for upload of your extensions.\";s:16:\"setti
ngs.details\";s:96:\"<b>Notice:</b>\nThis information is not very well protected
! It is send and stored in clear-text!\";s:15:\"_settings.image\";s:27:\"EXT:lan
g/cshimages/em_8.png\";s:20:\"settings.image_descr\";s:29:\"Settings for TER con
nections.\";s:16:\"makenew.alttitle\";s:27:\"Kickstarting new extensions\";s:19:
\"makenew.description\";s:291:\"The \"Kickstarter\" is an application which allo
ws you to start up new extension work very quickly. Through an interface you can
create a basic framework for your extension where all the boring stuff is confi
gured from the beginning and you can concentrate directly on coding your applica
tion.\";s:15:\"makenew.details\";s:363:\"The Extension Repository Kickstarter is
a separate extension, \"extrep_wizard\". Please see more information about the
kickstarter otherwise.\n\n<b>Notice:</b>\nThe Kickstarter is NOT an editor! When
a new extension is started you cannot - as a rule of thumb - go back an edit it
with the kickstarter! It will just overwrite any custom changes you did in the
meantime!\";s:16:\"_makenew.seeAlso\";s:259:\"Register Extension Keys | http://t
ypo3.org/extensions/register-extension-keys/\nExtension API | http://typo3.org/d
ocumentation/document-library/doc_core_api/Introduction-f289e83016/\nDocumentati
on Matrix | http://typo3.org/documentation/document-library/Matrix/\";s:14:\"_ma
kenew.image\";s:27:\"EXT:lang/cshimages/em_9.png\";s:19:\"makenew.image_descr\";
s:438:\"When the \"Extension Repository Kickstarter\" is enabled it adds itself
in the menu of the Extension Manager. From here you will be able to start your n
ew extensions. Before you do so you should register an extension key and enter a
title and description as base data. From that point it is just clicking the \"+
\" icons to add the various types of functionality you want. Finally you click \
"View result\" to write the extension to the server.\";s:19:\"emconf_shy.alttitl
e\";s:3:\"Shy\";s:22:\"emconf_shy.description\";s:145:\"If set, the extension wi
ll normally be hidden in the EM because it might be a default extension or other
wise something which is not so important.\";s:18:\"emconf_shy.details\";s:297:\"
Use this flag if an extension is of \"rare interest\" (which is not the same as
un-important - just an extension not sought for very often...)\nIt does not affe
ct whether or not it\'s enabled. Only display in EM.\nNormally \"shy\" is set fo
r all extensions loaded by default according to TYPO3_CONF_VARS.\";s:24:\"emconf
_category.alttitle\";s:8:\"Category\";s:27:\"emconf_category.description\";s:40:
\"Which category the extension belongs to.\";s:23:\"emconf_category.details\";s:
593:\"<b>be:</b> Backend (Generally backend oriented, but not a module)\n\n<b>mo
dule:</b> Backend modules (When something is a module or connects with one)\n\n<
b>fe:</b> Frontend (Generally frontend oriented, but not a \"true\" plugin)\n\n<
b>plugin:</b> Frontend plugins (Plugins inserted as a \"Insert Plugin\" content
element)\n\n<b>misc:</b> Miscellaneous stuff (Where not easily placed elsewhere)
\n\n<b>services:</b> Contains TYPO3 services.\n\n<b>templates:</b> Contains webs
ite templates\n\n<b>doc:</b> Documentation (Eg. tutorials, FAQ\'s etc.)\n\n<b>ex
ample:</b> Example extension (Which serves as examples etc.)\";s:28:\"emconf_dep
endencies.alttitle\";s:33:\"Dependencies of other extensions?\";s:31:\"emconf_de
pendencies.description\";s:99:\"This is a list of other extension keys which thi
s extension depends on being loaded BEFORE it self.\";s:27:\"emconf_dependencies
.details\";s:170:\"The EM will manage that dependency while writing the extensio
n list to localconf.php. You cannot install an extension unless its dependencie
s has been installed already.\";s:25:\"emconf_conflicts.alttitle\";s:32:\"Confli
cts with other extensions?\";s:28:\"emconf_conflicts.description\";s:150:\"List
of extension keys of extensions with which this extension does not work (and so
cannot be enabled before those other extensions are un-installed)\";s:24:\"emcon
f_suggests.alttitle\";s:20:\"Suggested extensions\";s:27:\"emconf_suggests.descr
iption\";s:154:\"List of extension keys of extensions which you may want to try
in conjunction with this extension because they bring added benefits when workin
g together.\";s:24:\"emconf_priority.alttitle\";s:26:\"Requested Loading priorit
y\";s:27:\"emconf_priority.description\";s:94:\"This tells the EM to try to put
the extensions as the very first in the list. Default is last.\";s:22:\"emconf_m
odule.alttitle\";s:24:\"Backend modules included\";s:25:\"emconf_module.descript
ion\";s:100:\"If any subfolders to an extension contains backend modules, those
foldernames should be listed here.\";s:21:\"emconf_module.details\";s:193:\"It a
llows the EM to know about the existence of the module, which is important becau
se the EM has to update the conf.php file of the module in order to set the corr
ect TYPO3_MOD_PATH constant.\";s:21:\"emconf_state.alttitle\";s:17:\"Developmen
t state\";s:24:\"emconf_state.description\";s:44:\"Which development state the e
xtension is in.\";s:20:\"emconf_state.details\";s:340:\"<b>alpha</b>\nVery initi
al development. May do nothing at all.\n\n<b>beta</b>\nUnder current development
. Should work partly but is not finished yet.\n\n<b>stable</b>\nStable and used
in production.\n\n<b>experimental</b>\nNobody knows if this is going anywhere ye
t... Maybe still just an idea.\n\n<b>test</b>\nTest extension, demonstrates conc
epts etc.\";s:24:\"emconf_internal.alttitle\";s:28:\"Internally supported in cor
e\";s:27:\"emconf_internal.description\";s:85:\"This flag indicates that the cor
e source code is specifically aware of the extension.\";s:23:\"emconf_internal.d
etails\";s:478:\"In other words this flag should convey the message that \"this
extension could not be written without some core source code modifications\".\n\
nAn extension is not internal just because it uses TYPO3 general classes eg. tho
se from t3lib/.\nTrue non-internal extensions are characterized by the fact that
they could be written without making core source code changes, but relies only
on existing classes in TYPO3 and/or other extensions, plus its own scripts in t
he extension folder.\";s:32:\"emconf_clearCacheOnLoad.alttitle\";s:26:\"Clear ca
che when installed\";s:35:\"emconf_clearCacheOnLoad.description\";s:85:\"If set,
the EM will request the cache to be cleared when this extension is installed.\"
;s:29:\"emconf_modify_tables.alttitle\";s:24:\"Existing tables modified\";s:32:\
"emconf_modify_tables.description\";s:83:\"List of tablenames which are only mod
ified - not fully created - by this extension.\";s:28:\"emconf_modify_tables.det
ails\";s:71:\"Tables from this list found in the ext_tables.sql file of the exte
nsion\";s:29:\"emconf_doNotLoadInFE.alttitle\";s:16:\"Load in frontend\";s:32:\"
emconf_doNotLoadInFE.description\";s:123:\"\"Yes\" (default) will load the exten
sion in the frontend and the backend. \"No\": the extension is loaded only in th
e backend.\";s:28:\"emconf_doNotLoadInFE.details\";s:150:\"Some extensions are o
nly required in the backend. With this flag set, this extension is not loaded in
the frontend context, thus speeding up the site.\";s:23:\"emconf_private.alttit
le\";s:7:\"Private\";s:26:\"emconf_private.description\";s:78:\"If set, this ver
sion is not shown in the public list in the online repository.\";s:22:\"emconf_p
rivate.details\";s:368:\"\"Private\" uploads requires you to manually enter a sp
ecial key (which will be shown to you after an upload has been completed) to be
able to import and view details for the uploaded extension.\nThis is nice when y
ou are working on something internally which you do not want others to look at.\
nYou can set and clear the private flag every time you upload your extension.\";
s:23:\"_emconf_private.seeAlso\";s:38:\"_MOD_tools_em:emconf_download_password\"
;s:33:\"emconf_download_password.alttitle\";s:17:\"Download password\";s:36:\"em
conf_download_password.description\";s:64:\"Additional password required for dow
nload of private extensions.\";s:32:\"emconf_download_password.details\";s:269:\
"Anybody who knows the \"special key\" assigned to the private upload will be ab
le to import it. Specifying an import password allows you to give away the downl
oad key for private uploads and also require a password given in addition. The p
assword can be changed later on.\";s:33:\"_emconf_download_password.seeAlso\";s:
28:\"_MOD_tools_em:emconf_private\";s:20:\"emconf_type.alttitle\";s:17:\"Install
ation type\";s:23:\"emconf_type.description\";s:28:\"The type of the installatio
n\";s:19:\"emconf_type.details\";s:2139:\"The files for an extension are located
in a folder named by the extension key. The location of this folder can be eith
er inside typo3conf/ext/, typo3/ext/ or typo3/sysext/. The extension must be pr
ogrammed so that it automatically detects where it is located and can work from
all three locations.\n\n<b>Local location \"typo3conf/ext/\":</b> This is where
to put extensions which are local for a particular TYPO3 installation. The typo3
conf/ directory is always local, containing local configuration (eg. localconf.p
hp), local modules etc. If you put an extension here it will be available for th
is TYPO3 installation only. This is a \"per-database\" way to install an extensi
on.\n\n<b>Global location \"typo3/ext/\":</b> This is where to put extensions wh
ich are global for the TYPO3 source code on the web server. These extensions wil
l be available for any TYPO3 installation sharing the source code.\nWhen you upg
rade your TYPO3 source code you probably want to copy the typo3/ext/ directory f
rom the former source to the new source, overriding the default directory. In th
is way all global extension you use will be installed inside the new sourcecode.
After that you can always enter TYPO3 and upgrade the versions if needed.\nThis
is a \"per-server\" way to install an extension.\n\n<b>System location \"typo3/
sysext/\":</b> This is system default extensions which cannot and should not be
updated by the EM. They are distributed with the TYPO3 core.\n\n\n<b>Loading pre
cedence</b>\nLocal extensions take precedence which means that if an extension e
xists both in typo3conf/ext/ and typo3/ext/ the one in typo3conf/ext/ is loaded.
Likewise global extension takes predence over system extensions. This means tha
t extensions are loaded in the order of priority local-global-system.\nIn effect
you can therefore have, say, a \"stable\" version of an extension installed in
the global dir (typo3/ext/) which is used by all your projects on a server shari
ng source code, but on a single experimental project you can import the same ext
ension in a newer \"experimental\" version and for that particular project the l
ocally available extension will be used instead.\";s:29:\"emconf_doubleInstall.a
lttitle\";s:24:\"Installed twice or more?\";s:32:\"emconf_doubleInstall.descript
ion\";s:99:\"Tells you if the extensions is installed in more than one of the Sy
stem, Global or Local locations.\";s:28:\"emconf_doubleInstall.details\";s:227:\
"Because an extension can reside at three locations, System, Global and Local, t
his indicates if the extension is found in other locations than the current. In
that case you should be aware which one of the extensions is loaded!\";s:25:\"em
conf_rootfiles.alttitle\";s:10:\"Root files\";s:28:\"emconf_rootfiles.descriptio
n\";s:77:\"List of the files in the extension folder. Does not list files in sub
folders.\";s:21:\"emconf_dbReq.alttitle\";s:21:\"Database requirements\";s:24:\"
emconf_dbReq.description\";s:69:\"Shows you the requirements to the database tab
les and fields, if any.\";s:20:\"emconf_dbReq.details\";s:160:\"This will read f
rom the files ext_tables.sql and ext_tables_static+adt.sql and show you which ta
bles, fields and static tables are required with this extension.\";s:24:\"emconf
_dbStatus.alttitle\";s:28:\"Database requirements status\";s:27:\"emconf_dbStatu
s.description\";s:83:\"Displays the current status of the database compared to t
he extension requirements.\";s:23:\"emconf_dbStatus.details\";s:139:\"If the ext
ension is loaded which will display and error message if some tables or fields a
re not present in the database as they should be!\";s:21:\"emconf_flags.alttitle
\";s:5:\"Flags\";s:24:\"emconf_flags.description\";s:98:\"A list of special code
s which tells you something about what parts of TYPO3 the extension touches.\";s
:20:\"emconf_flags.details\";s:1155:\"This is a list of the flags:\n\n<b>Module:
</b> A true backend main/sub module is found to be added.\n\n<b>Module+:</b> The
extension adds itself to the function menu of an existing backend module.\n\n<b
>loadTCA:</b> The extension includes a function call to t3lib_div::loadTCA for l
oading a table. This potentially means that the system is slowed down, because t
he full table description of some table is always included. However there probab
ly is a good reason for this to happen. Probably the extension tries to manipula
te the TCA-config for an existing table in order to extend it.\n\n<b>TCA:</b> Th
e extension contains configuration of a table in $TCA.\n\n<b>Plugin:</b> The ext
ension adds a frontend plugin to the plugin list in Content Element type \"Inser
t Plugin\".\n\n<b>Plugin/ST43:</b> TypoScript rendering code for the plugin is a
dded to the static template \"Content (default)\". \"Plugin\" and \"Plugin/ST43\
" are commonly used together.\n\n<b>Page-TSconfig:</b> Default Page-TSconfig is
added.\n\n<b>User-TSconfig:</b> Default User-TSconfig is added.\n\n<b>TS/Setup:<
/b> Default TypoScript Setup is added.\n\n<b>TS/Constants:</b> Default TypoScrip
t Constants is added.\";s:23:\"emconf_conf.description\";s:73:\"Shows if the ext
ension has a template for further lowlevel configuration.\";s:23:\"emconf_TSfile
s.alttitle\";s:23:\"Static TypoScript files\";s:26:\"emconf_TSfiles.description\
";s:50:\"Shows which TypoScript static files may be present\";s:22:\"emconf_TSfi
les.details\";s:231:\"If the files ext_typoscript_constants.txt and/or ext_typos
cript_setup.txt is found in the extension folder they are included in the hierar
chy of all TypoScript templates in TYPO3 right after the inclusion of other stat
ic templates.\";s:25:\"emconf_locallang.alttitle\";s:15:\"locallang-files\";s:28
:\"emconf_locallang.description\";s:212:\"Shows which files named \"locallang.ph
p\" are present in the extension folder (recursive search). Such files are usual
ly used to present an array $LOCAL_LANG with labels for the application in the s
ystem languages.\";s:27:\"emconf_moduleNames.alttitle\";s:20:\"Backend Module na
mes\";s:30:\"emconf_moduleNames.description\";s:57:\"Shows which module names we
re found inside the extension.\";s:26:\"emconf_classNames.alttitle\";s:15:\"PHP
Class names\";s:29:\"emconf_classNames.description\";s:58:\"Shows which PHP-clas
ses were found in .php and .inc files.\";s:22:\"emconf_errors.alttitle\";s:6:\"E
rrors\";s:25:\"emconf_errors.description\";s:58:\"Displays if any errors with th
e extension were discovered.\";s:24:\"emconf_NSerrors.alttitle\";s:16:\"Namespac
e errors\";s:27:\"emconf_NSerrors.description\";s:83:\"Certain naming convension
s apply to extensions. This displays any violations found.\";s:23:\"emconf_NSerr
ors.details\";s:153:\"The naming convensions are defined in the \"Inside TYPO3\"
document. To make naming as simple as possible, try to avoid underscores in you
r extension keys.\";}}}',1290520575,'ident_xml2array'),(25,'0a271649457ba60f3cb8
858ab298ab02','a:2:{s:4:\"meta\";a:2:{s:11:\"description\";s:34:\"Labels for the
Web>Template module\";s:4:\"type\";s:6:\"module\";}s:4:\"data\";a:1:{s:7:\"defa
ult\";a:27:{s:11:\"moduleTitle\";s:14:\"Template tools\";s:16:\"templateAnalyzer
\";s:17:\"Template Analyzer\";s:14:\"constantEditor\";s:15:\"Constant Editor\";s
:10:\"infoModify\";s:11:\"Info/Modify\";s:13:\"objectBrowser\";s:25:\"TypoScript
Object Browser\";s:13:\"viewTemplates\";s:20:\"Viewing templates of\";s:8:\"pag
eName\";s:9:\"Page name\";s:9:\"templates\";s:11:\"# Templates\";s:6:\"isRoot\";
s:8:\"Is Root?\";s:5:\"isExt\";s:7:\"Is Ext?\";s:8:\"overview\";s:127:\"This is
an overview of the pages in the database containing one or more template records
. Click a page title to go to the page.\";s:10:\"areYouSure\";s:33:\"Are you sur
e you want to do this?\";s:10:\"noTemplate\";s:11:\"No template\";s:21:\"noTempl
ateDescription\";s:35:\"There was no template on this page!\";s:14:\"createTempl
ate\";s:58:\"Create a template record first in order to edit constants!\";s:33:\
"createTemplateToEditConfiguration\";s:79:\"You need to create a template record
below in order to edit your configuration.\";s:10:\"newWebsite\";s:18:\"Create
new website\";s:21:\"newWebsiteDescription\";s:134:\"If you want this page to be
the root of a new website, optionally based on one of the standard templates, t
hen press the button below:\";s:16:\"newWebsiteAction\";s:30:\"Create template f
or a new site\";s:11:\"extTemplate\";s:25:\"Create extension template\";s:22:\"e
xtTemplateDescription\";s:105:\"An extension template allows you to enter TypoSc
ript values that will affect only this page and subpages.\";s:17:\"extTemplateAc
tion\";s:43:\"Click here to create an extension template.\";s:11:\"goToClosest\"
;s:32:\"Go to closest page with template\";s:22:\"goToClosestDescription\";s:42:
\"Closest template is on page \'%s\' (uid %s).\";s:17:\"goToClosestAction\";s:17
:\"Click here to go.\";s:20:\"titleNewSiteStandard\";s:27:\"NEW SITE, based on s
tandard\";s:12:\"titleNewSite\";s:8:\"NEW SITE\";}}}',1290520653,'ident_xml2arra
y'),(26,'914d3c088e4ea4aa085ecfca51870d84','a:2:{s:4:\"meta\";a:2:{s:11:\"descri
ption\";s:24:\"Labels for template info\";s:4:\"type\";s:6:\"module\";}s:4:\"dat
a\";a:1:{s:7:\"default\";a:23:{s:6:\"delete\";s:7:\"Delete:\";s:5:\"toTop\";s:7:
\"To top:\";s:11:\"fileChanged\";s:12:\"File changed\";s:15:\"resourceUpdated\";
s:31:\"Resource \'%s\' has been updated.\";s:19:\"templateInformation\";s:21:\"T
emplate information:\";s:5:\"title\";s:6:\"Title:\";s:9:\"sitetitle\";s:10:\"Sit
etitle:\";s:11:\"description\";s:12:\"Description:\";s:17:\"allowedExtensions\";
s:19:\"Allowed extensions:\";s:11:\"maxFilesize\";s:13:\"Max filesize:\";s:14:\"
uploadResource\";s:16:\"Upload resource:\";s:15:\"newTextResource\";s:31:\"New t
ext resource (enter name):\";s:12:\"copyResource\";s:24:\"Make a copy of resourc
e:\";s:18:\"updateResourceList\";s:21:\"Update resource list:\";s:9:\"constants\
";s:10:\"Constants:\";s:4:\"file\";s:5:\"File:\";s:12:\"editResource\";s:14:\"Ed
it Resource:\";s:16:\"filesizeExceeded\";s:27:\"Filesize exceeded %s KBytes\";s:
10:\"notAllowed\";s:57:\"Files larger than %s KBytes are not allowed to be edite
d.\";s:5:\"setup\";s:6:\"Setup:\";s:9:\"resources\";s:10:\"Resources:\";s:10:\"e
ditToView\";s:24:\"(edit to view, %s lines)\";s:18:\"editTemplateRecord\";s:30:\
"Edit the whole template record\";}}}',1290520653,'ident_xml2array'),(27,'5e1c1f
c2ace92aba13250f091cd7d9ca','a:3:{i:0;a:1:{s:14:\"wrapItemAndSub\";s:10:\"<li>|<
/li>\";}i:1;a:1:{s:14:\"wrapItemAndSub\";s:10:\"<li>|</li>\";}i:2;a:1:{s:14:\"wr
apItemAndSub\";s:23:\"<li class=\"last\">|</li>\";}}',1290682017,'MENUDATA'),(28
,'ad5a397900490dbeaf24f0132e0561dc','a:5:{i:0;a:1:{s:14:\"wrapItemAndSub\";s:10:
\"<li>|</li>\";}i:1;a:1:{s:14:\"wrapItemAndSub\";s:10:\"<li>|</li>\";}i:2;a:1:{s
:14:\"wrapItemAndSub\";s:23:\"<li class=\"curr\">|</li>\";}i:3;a:1:{s:14:\"wrapI
temAndSub\";s:10:\"<li>|</li>\";}i:4;a:1:{s:14:\"wrapItemAndSub\";s:10:\"<li>|</
li>\";}}',1290682017,'MENUDATA'),(29,'eb4177a9b7872034ecabc3c0c9c42990','a:5:{i:
0;a:1:{s:14:\"wrapItemAndSub\";s:10:\"<li>|</li>\";}i:1;a:1:{s:14:\"wrapItemAndS
ub\";s:10:\"<li>|</li>\";}i:2;a:1:{s:14:\"wrapItemAndSub\";s:10:\"<li>|</li>\";}
i:3;a:1:{s:14:\"wrapItemAndSub\";s:23:\"<li class=\"curr\">|</li>\";}i:4;a:1:{s:
14:\"wrapItemAndSub\";s:10:\"<li>|</li>\";}}',1290682017,'MENUDATA'),(30,'0a6045
7b4feab72863a7a2f2466b9df7','a:5:{i:0;a:3:{s:8:\"stdWrap.\";a:1:{s:16:\"htmlSpec
ialChars\";s:1:\"1\";}s:14:\"wrapItemAndSub\";s:10:\"<li>|</li>\";s:10:\"ATagTit
le.\";a:1:{s:5:\"field\";s:20:\"description // title\";}}i:1;a:3:{s:8:\"stdWrap.
\";a:1:{s:16:\"htmlSpecialChars\";s:1:\"1\";}s:14:\"wrapItemAndSub\";s:10:\"<li>
|</li>\";s:10:\"ATagTitle.\";a:1:{s:5:\"field\";s:20:\"description // title\";}}
i:2;a:3:{s:8:\"stdWrap.\";a:1:{s:16:\"htmlSpecialChars\";s:1:\"1\";}s:14:\"wrapI
temAndSub\";s:10:\"<li>|</li>\";s:10:\"ATagTitle.\";a:1:{s:5:\"field\";s:20:\"de
scription // title\";}}i:3;a:3:{s:8:\"stdWrap.\";a:1:{s:16:\"htmlSpecialChars\";
s:1:\"1\";}s:14:\"wrapItemAndSub\";s:10:\"<li>|</li>\";s:10:\"ATagTitle.\";a:1:{
s:5:\"field\";s:20:\"description // title\";}}i:4;a:3:{s:8:\"stdWrap.\";a:1:{s:1
6:\"htmlSpecialChars\";s:1:\"1\";}s:14:\"wrapItemAndSub\";s:10:\"<li>|</li>\";s:
10:\"ATagTitle.\";a:1:{s:5:\"field\";s:20:\"description // title\";}}}',12906820
17,'MENUDATA'),(31,'ef1b4cf7e9fff2bdc3869900b1751a9e','a:2:{s:4:\"meta\";a:3:{s:
11:\"description\";s:20:\"Native Import/Export\";s:4:\"type\";s:3:\"CSH\";s:9:\"
csh_table\";s:14:\"xMOD_tx_impexp\";}s:4:\"data\";a:1:{s:7:\"default\";a:107:{s:
9:\".alttitle\";s:13:\"Import/Export\";s:12:\".description\";s:347:\"Native Impo
rt/Export module for TYPO3 data. Can export single records, content of tables, s
ingle pages or whole branches of the page tree. Includes attached media like ima
ge and preserves relations between records. Exports only to TYPO3 specific forma
t, either a binary format (.T3D) or XML. The format is meant for exchange betwee
n TYPO3 systems.\";s:7:\"_.image\";s:31:\"EXT:impexp/cshimages/impexp.png\";s:12
:\".image_descr\";s:200:\"Example of the preview display during export configura
tion of a page. Notice how records on the page are include plus how references i
nside the record is found and included as well (bottom of screen).\";s:15:\"expo
rt.alttitle\";s:28:\"Exporting records from TYPO3\";s:18:\"export.description\";
s:320:\"To export TYPO3 T3D/XML files you click any record icon or page in the p
age tree (including the root page!), select \"More options\" (requires the exten
sions \"extra_page_cm_options\" to be installed) and then \"Export to .t3d\". Th
is will bring up the export interface where you can configure options for your e
xport session.\";s:14:\"export.details\";s:1083:\"There are a number of methods
by which you can export data from TYPO3:\n- Export a single page or branch of th
e page tree (use page icon context menu)\n- Export a single record from any page
(use record icon context menu)\n- Export all records from a specific table on a
specific page (using the Web>List module)\n- Export an arbitrary selection of r
ecords from the clipboard (using the Web>List module)\n\nThe export format obser
ves all TYPO3s methods for relations between the records in the export file. But
you will have to configure how these relations are maintained, at least to some
degree. Sometimes you would want to include records referred to, at other times
you surely want to keep the original mapping. That depends on your objectives w
ith the export.\n\nRegardless of your configuration for export you will always s
ee a complete reflection of all chosen records and their internal relations in t
he preview display found in the bottom of the export module page.\n\n<b>Error me
ssages:</b> Remember to consult the Message-tab before exporting if there are an
y error messages there!\";s:15:\"_export.seeAlso\";s:21:\"xMOD_tx_impexp:import\
";s:13:\"_export.image\";s:101:\"EXT:impexp/cshimages/export.png, \nEXT:impexp/c
shimages/export1.png, \nEXT:impexp/cshimages/export2.png\";s:18:\"export.image_d
escr\";s:406:\"To export a page or record, simply click the icon and select \"Ex
port\" from the context menu.\nWith the Web>List module you can also export all
records from a table by first clicking the table title to see only this table, t
hen next to the CSV export you will find the export button for a T3D export of t
he table.\nYou can export the contents of the clipboard as well by simply select
ing \"Export\" in the menu.\";s:20:\"pageTreeCfg.alttitle\";s:33:\"Configuration
of page tree export\";s:23:\"pageTreeCfg.description\";s:252:\"Here you configu
re how a page or a branch of the page tree should be exported. Using the selecto
r box you can set the number of levels of subpages to include in the export.\nBy
default all records belonging to a page is included when a page is exported.\";
s:18:\"_pageTreeCfg.image\";s:36:\"EXT:impexp/cshimages/pagetreecfg.png\";s:24:\
"pageTreeDisplay.alttitle\";s:9:\"Page Tree\";s:27:\"pageTreeDisplay.description
\";s:196:\"Based on the levels selected for page tree export this will show the
structure that is about to be exported. If any pages are specifically excluded b
y the exclude option they are not shown either.\";s:21:\"pageTreeMode.alttitle\"
;s:6:\"Levels\";s:24:\"pageTreeMode.description\";s:98:\"Here you select how dee
ply in the page tree from the current starting point to go for this export.\";s:
20:\"pageTreeMode.details\";s:296:\"If you select \"Expanded tree\" it will base
the export on the currently expanded levels of the page tree. Another special o
ption is \"Tables on this page\" which will not include the page record itself b
ut only include records from tables on the page, depending on the table configur
ation of course.\";s:19:\"_pageTreeMode.image\";s:36:\"EXT:impexp/cshimages/impe
xp_misc.png\";s:28:\"pageTreeRecordLimit.alttitle\";s:14:\"Include tables\";s:31
:\"pageTreeRecordLimit.description\";s:208:\"When you export a page all records
on the page is included by default. By this selector you can pick which tables t
o include exclusively if there are certain records you are not interested in see
ing included.\";s:27:\"pageTreeRecordLimit.details\";s:198:\"In the box \"Max nu
mber of records\" you can set a limit to how many records are selected from a si
ngle table. This is a runaway brake in case you have an unusual large amount of
records from a table.\";s:21:\"singleRecord.alttitle\";s:20:\"Export single reco
rd\";s:24:\"singleRecord.description\";s:93:\"This overview tells you which inde
pendent records has been independently selected for export.\";s:19:\"_singleReco
rd.image\";s:72:\"EXT:impexp/cshimages/singlerecord.png, \nEXT:impexp/cshimages/
export2.png\";s:24:\"singleRecord.image_descr\";s:85:\"The way to export multipl
e records like this is using the clipboard like shown below.\";s:18:\"tableList.
alttitle\";s:12:\"Table export\";s:21:\"tableList.description\";s:187:\"Export o
f all records on a page from a specific table. This is configured from the Web>L
ist module where you will have to select table-only view and click a button in t
he top of the page.\";s:17:\"tableList.details\";s:132:\"Tip: You can select mul
tiple table lists by simply saving each selecting as a preset and finally load/m
erge the selections together.\";s:16:\"_tableList.image\";s:69:\"EXT:impexp/cshi
mages/tablelist.png, \nEXT:impexp/cshimages/export1.png\";s:21:\"tableList.image
_descr\";s:259:\"Here two tables from different pages are selected. This is done
by first selecting the one, saving it as a preset, then select the other and me
rge with the saved preset.\nHere you see how to use the Web>List module to expor
t all records from a table on a page.\";s:27:\"tableListMaxNumber.alttitle\";s:2
0:\"Max number to export\";s:30:\"tableListMaxNumber.description\";s:159:\"Run-a
way brake that will make sure a large amount of records does not halt the interf
ace. Default is 100, but you can change it to anything you like of course.\";s:2
2:\"inclRelations.alttitle\";s:17:\"Include relations\";s:25:\"inclRelations.des
cription\";s:121:\"Configure the tables from which you want to include records t
hat are found as relations in the main export configuration.\";s:21:\"inclRelati
ons.details\";s:1616:\"Background: When you export a record in TYPO3 it might co
ntain relations to other records in the system. You have to tell the export inte
rface what to do with these relations. Basically there are three scenarios:\n- I
f relations are found between records that are all in the export configuration,
there is no problem: The relations are automatically mapped to the new id\'s of
those records when imported.\n- If the records related to are not included the r
elation will be lost (indicated with an error message in the preview) unless you
a) either select that table in this selector box in which case all relations to
that table will be included or b) if you set the table as a static table (in wh
ich case the relation is untouched and imported as-is - but which will of course
break if no record with that UID is found in the import system).\n\n<b>Soft Ref
erences:</b> Soft references are when a record contains pointers to external fil
es or records but in fields where there are no formal relation configured. Examp
les of this is when a content element contains a \"&lt;link 123&gt;\" tag that r
epresents a link to the page 123. This is not picked up formally as a reference,
but is found anyhow as a \"soft reference\". The same goes for &lt;img&gt; tags
with images from eg. \"fileadmin/\".\nBy default soft references pointing to re
cords or files will act as normal references; either including the referenced it
em or showing an error. However you can also choose to exclude the handling of i
ndividual soft references or maybe set the value as \"editable\" upon import. Th
is is done with a selector box in the export preview.\";s:20:\"_inclRelations.im
age\";s:113:\"EXT:impexp/cshimages/references.png, \nEXT:impexp/cshimages/refere
nces1.png, \nEXT:impexp/cshimages/references2.png\";s:25:\"inclRelations.image_d
escr\";s:1204:\"This example shows tree examples of references; a) an image atta
ched to a content element, b) a relation to a frontend usergroup UID, and c) a s
oft reference found in the bodytext field of a record, here it is the link-tag p
ointing to the page with UID 1. \nNotice in the previous image how the relation
to the frontend user group was lost. This has been corrected in this screenshot
where the fe_group table has been selected in the list of table for which to inc
lude relations. The result is that the frontend usergroup is included as a recor
d outside the exported pagetree. If you wanted to keep the relation but not incl
ude the usergroup you have to set \"fe_groups\" as a static table instead. See b
elow.\nThis example shows a TypoScript Template Record where multiple soft refer
ences has been found. The first one is an email address. Here it is configured t
o be editable. This means that upon import the user will have a chance to edit t
he value before the import is actually done. This is very useful when exported f
iles are used as templates. Another example includes a PHP script which we don\'
t want to include in the export and therefore we have selected the exclude optio
n for the soft reference.\";s:24:\"staticRelations.alttitle\";s:17:\"Set static
tables\";s:27:\"staticRelations.description\";s:152:\"Select which tables in add
ition to the static TYPO3 tables to keep relations untouched for. Takes preceden
ce over \"Include relations\" configured tables.\";s:23:\"staticRelations.detail
s\";s:551:\"By default all relations to static tables in TYPO3 are kept untouche
d. Of course those static tables should be present in the import system in order
for this to work correctly. However there might be circumstances where you move
information between two systems where theoretically non-static tables should ju
st keep relations untouched. Examples could be \"sys_languages\" or TemplaVoila
data structures / template objects where two systems might contain the same set
of records in those tables while you are importing pages and content elements fr
eely.\";s:22:\"_staticRelations.image\";s:66:\"EXT:impexp/cshimages/static.png,
\nEXT:impexp/cshimages/static1.png\";s:27:\"staticRelations.image_descr\";s:550:
\"In this example you see how a number of records are pointing to a System Langu
age record which will become lost relations when imported because the record is
not included in the export. However; in the target system the System Languages a
re exactly the same and therefore you just want a static mapping of the relation
s.\nThe static mapping is obtained by selecting the \"sys_language\" table as a
static template meaning that the relations are kept at their current values assu
ming that they will be exactly the same in the target system when imported.\";s:
25:\"excludedElements.alttitle\";s:17:\"Excluded elements\";s:28:\"excludedEleme
nts.description\";s:215:\"By the \"Exclude\" checkbox you can exclude specific r
ecords from the preview display of the export. Which records has been picked for
specific exclusion is listed here. You can also clear the exclusion configurati
on.\";s:23:\"_excludedElements.image\";s:35:\"EXT:impexp/cshimages/excludebox.pn
g\";s:25:\"htmlCssResources.alttitle\";s:41:\"Exclude resources from HTML and CS
S files\";s:28:\"htmlCssResources.description\";s:222:\"When an HTML or CSS file
is found as a soft reference the files are parsed for references to external me
dia (such as images) and if any are found they are also exported. If you don\'t
want this behaviour, click this option.\";s:24:\"htmlCssResources.details\";s:27
5:\"Notice: Resources found inside an HTML or CSS file are not analysed further.
For instance it means that any CSS files referred to from within an HTML will n
ot be traversed - but CSS files referred to inside the Setup or Constant field o
f a TypoScript template record will be!\";s:23:\"_htmlCssResources.image\";s:32:
\"EXT:impexp/cshimages/htmlcss.png\";s:28:\"htmlCssResources.image_descr\";s:364
:\"In this example you can see that a soft reference has been found pointing to
an HTML file inside fileadmin/ Since it was an HTML file it was parsed and furth
er a number of files were found referenced inside it and now included with the e
xport. This feature is specifically created to support export of template config
urations where external HTML files play a role.\";s:30:\"extensionDependencies.a
lttitle\";s:22:\"Extension Dependencies\";s:33:\"extensionDependencies.descripti
on\";s:239:\"Select which extensions should be installed in the import system in
order for your exported content to work correctly. Examples could be \"templavo
ila\" for templating, \"css_styled_content\" for the template, \"tt_news\" for a
news archive etc.\";s:29:\"extensionDependencies.details\";s:103:\"During impor
t warnings will appear for all selected extensions from this list which were not
installed.\";s:28:\"_extensionDependencies.image\";s:31:\"EXT:impexp/cshimages/
extdep.png\";s:16:\"presets.alttitle\";s:21:\"Configuration presets\";s:19:\"pre
sets.description\";s:137:\"Enables you to save an export configuration for later
re-use. Useful if you need to export the same configuration with regular interv
als.\";s:15:\"presets.details\";s:921:\"In the \"Select preset\" box you can sel
ect any previously saved preset to load. If you are exporting a page the presets
listed will be those found for the start page ID. For records, any preset can b
e loaded.\nTo load a preset, select it in the selector and press \"Load\". If yo
u press \"Merge\" instead the settings from the preset will be merged with the c
urrent configuration. This is meaningful in cases where you select multiple indi
vidual tables or records.\nTo save a preset, simply enter a title in the title b
ox and press \"Save\". This will create a new preset. If you press save while ha
ving selected an existing preset you will overwrite it.\nTo delete old presets,
simply select it and press \"Delete\".\n\nThe checkbox \"Public\" can be set if
you want to share your preset with other users of the system. Otherwise they are
personal to you.\n\nIn the Taskcenter you can see a list of your presets and ju
mp directly to them.\";s:14:\"_presets.image\";s:77:\"EXT:impexp/cshimages/impex
p_misc1.png, \nEXT:impexp/cshimages/impexp_misc2.png\";s:19:\"presets.image_desc
r\";s:74:\"The preset selector in the export interface.\nPresets from the task c
enter.\";s:17:\"metadata.alttitle\";s:17:\"Meta data setting\";s:20:\"metadata.d
escription\";s:126:\"Set meta data for the export. This is highly encouraged if
your exported content goes into eg. a template collection of sorts.\";s:16:\"met
adata.details\";s:749:\"The meta data will help users of your exported files to
know what they can expect to be inside and what things they should be aware of a
nd take into account during import.\nThe \"Title\" and \"Description\" should co
ntain the basic information about the export. \nThe \"Notes\" field can be used
for additional details, especially remarks about intensions or requirements that
apply.\nThe thumbnail field is used for thumbnails if you need that for your ex
port. This is very useful when export files are used as page templates where the
template selector can take advantage of the thumbnail. The format should be a w
eb-format like jpg, gif or png and the dimensions should fit exactly the final d
isplay dimensions intended; so don\'t upload very large images!\";s:15:\"_metada
ta.image\";s:33:\"EXT:impexp/cshimages/metadata.png\";s:19:\"fileFormat.alttitle
\";s:19:\"File format options\";s:22:\"fileFormat.description\";s:288:\"You can
export your records to a TYPO3 specific binary format (serialized PHP array) cal
led \"T3D\". Alternatively you can select a plain-text XML export which potentia
lly can be imported by other applications written to support this format. Howeve
r the schema of the XML is TYPO3 specific.\";s:18:\"fileFormat.details\";s:890:\
"Generally you should use the T3D format, preferably compressed. The T3D compres
sed format normally yields a size about 10 times less than the XML format which
is bloaded due to the plain-text nature of the format.\n\nWith \"Max size of fil
es to include\" you can set a limit to the size of attached files to records. Th
is is useful if you have large PDF files or videoclips attached to records which
you do not desire (or do desire!) to include; then with this limit you can adju
st whether they are allowed in or not.\n\nEntering a file name to save to makes
it possible to write your export directly to a file (pressing \"Save to filename
\") instead of downloading it (pressing \"Download export\"). The correct file e
xtensions depending on file format is automatically applied. Files are saved in
a proper filemount in \"fileadmin/\". This is shown to you upon saving. Existing
files are overwritten.\";s:17:\"_fileFormat.image\";s:35:\"EXT:impexp/cshimages
/fileformat.png\";s:15:\"import.alttitle\";s:23:\"Importing TYPO3 records\";s:18
:\"import.description\";s:328:\"To import TYPO3 T3D/XML files into the page tree
you click any page in the page tree (including the root page!), select \"More o
ptions\" (requires the extensions \"extra_page_cm_options\" to be installed) and
then \"Import from .t3d\". This will bring up the import interface where you ca
n select a file to import or upload a new one.\";s:14:\"import.details\";s:676:\
"<b>Tip: Import into a Sys Folder</b>\nTo make sure that no records are lost dur
ing the import, you can make yourself safe by importing into a SysFolder you cre
ate first. After the import you can move all records to the final destinations.
An example of such a scenario is if you configured the export to include relatio
ns; In that case a number of records may follow the export outside the page tree
structure you are exporting. To make sure that all of these external records ar
e written to the database, importing into a SysFolder is a good idea.\n\n<b>Erro
r messages:</b> Remember to consult the Message-tab before/after importing to se
e if there are any error messages there!\";s:15:\"_import.seeAlso\";s:21:\"xMOD_
tx_impexp:export\";s:13:\"_import.image\";s:31:\"EXT:impexp/cshimages/import.png
\";s:19:\"importFile.alttitle\";s:21:\"Select file to import\";s:22:\"importFile
.description\";s:126:\"The files displayed are those with an extension T3D or XM
L from fileadmin/, fileadmin/export/ and your \"TEMP\" folder (if any).\";s:19:\
"_importFile.seeAlso\";s:25:\"xMOD_tx_impexp:fileFormat\";s:17:\"_importFile.ima
ge\";s:42:\"EXT:impexp/cshimages/import_selectfile.png\";s:15:\"update.alttitle\
";s:24:\"Update instead of Insert\";s:18:\"update.description\";s:114:\"By defau
lt the import operation inserts new records in the system. Using this option wil
l update existing records.\";s:14:\"update.details\";s:1591:\"There are certain
requirements you have to meet if you want the \"Update\" process to work. The ma
in thing is that the records updated are those with the SAME uid as the uid in t
he export file. Thus an update operation only makes real sense if the export and
import systems are somehow related and the same UIDs can be expected in both en
ds. Otherwise it will be a mess!\n\nWhen you update page structures the import o
peration will automatically try to rearrange records so they also appear in the
same hierarchy and order as in the export file. This can be disabled by checking
the option \"Ignore PID differences globally\". In any case you can set individ
ual records to Ignore/Respect the PID with a selectorbox in the preview.\n\nIn t
he preview display you can also select if individual records should be flatly ig
nored during import or if you want them created as new records instead of being
updates.\nAs a help for managing updates the preview display will inform you abo
ut the path where the existing element with that UID is found. Use this to verif
y that you get what you expect!\n\n<b>Forcing the UID:</b>\nIf you intend to upd
ate a system and some elements from the import are not mappable to a UID already
(ei. does not exist) you can choose in the preview display to force the UID dur
ing creation. This is an unorthodox thing to do since UIDs are normally created
automatically by the database. The option makes most sense if you are trying to
\"synchronize\" a copy of another system. The option may mess up certain databas
e internals and the feature is therefore only available for admins.\";s:13:\"_up
date.image\";s:70:\"EXT:impexp/cshimages/impexp_misc4.png,\nEXT:impexp/cshimages
/update.png\";s:18:\"update.image_descr\";s:192:\"In Update mode you can select
various settings for each record. You will also be able to see a diff-view where
the differences between the existing record and the one from the import is show
n.\";s:16:\"options.alttitle\";s:14:\"Import options\";s:19:\"options.descriptio
n\";s:27:\"Various options for import.\";s:15:\"options.details\";s:958:\"<b>Do
not show differences in records</b>\nWhen a structure has been imported you will
see a difference view of all records which tells you whether the written conten
t matched the import data or if not, what changed. In many cases content <i>shou
ld</i> change (eg. relations and file references) so it is not an error if you s
ee red and green values. Basically the difference view is a feature you can use
for visual validation of the import success. It brings piece-of-mind to those wh
o is enlightened to understand what it tells... :-)\nGreen strings represent the
actual written data while red represents the original value from the import fil
e and black represents data that is the same.\n\n<b>Allow to write banned file e
xtensions (eg. PHP scripts), if any</b>\nAlso an option for admins-only; Allows
PHP-files (for example from soft references in TypoScript templates) to be writt
en to the system. This is normally not allowed behavior for security reasons.\";
s:14:\"_options.image\";s:70:\"EXT:impexp/cshimages/impexp_misc3.png,\nEXT:impex
p/cshimages/phpext.png\";s:19:\"options.image_descr\";s:179:\"Options for import
.\nHere you are told that this PHP file cannot be allowed - because you didn\'t
select the option \"Allow to write banned file extensions (eg. PHP scripts), if
any\"\";s:15:\"action.alttitle\";s:13:\"Import Action\";s:18:\"action.descriptio
n\";s:291:\"Press \"Preview\" to see the content of the import file or update th
e preview display according to changed configurations. \nPress \"Import\"/\"Upda
te\" if you want to perform the actual import.\n\nBefore importing make sure you
change any editable soft references that are shown in the preview data.\";s:13:
\"_action.image\";s:33:\"EXT:impexp/cshimages/diffview.png\";s:18:\"action.image
_descr\";s:217:\"Example of the result view after importing. As you can see the
RTE attached images (soft references) has been written to new file names and the
difference view tells you that the names changed in the bodytext content.\";s:2
2:\"enableLogging.alttitle\";s:21:\"Enable System Logging\";s:25:\"enableLogging
.description\";s:174:\"If you set this the system backend log will be filled wit
h entries for all the actions that the import actually performs. By default this
is left out for the sake of clarity.\";s:15:\"upload.alttitle\";s:18:\"Upload i
mport file\";s:18:\"upload.description\";s:174:\"Select a file to import from yo
ur local computer and upload it here. If the upload completes succesfully you ca
n immediately see its content displayed in the preview display.\";s:14:\"upload.
details\";s:140:\"Notice that there are usually limits set by the server (PHP) t
o the size of uploaded files at around 2 MB in which case nothing will happen.\"
;s:10:\"task.title\";s:12:\"Preset title\";s:9:\"task.icon\";s:4:\"Icon\";s:11:\
"task.public\";s:6:\"Public\";s:10:\"task.owner\";s:5:\"Owner\";s:9:\"task.page\
";s:4:\"Page\";s:9:\"task.path\";s:4:\"Path\";s:9:\"task.meta\";s:9:\"Meta data\
";s:8:\"task.own\";s:3:\"Own\";s:5:\"notes\";s:5:\"Notes\";s:13:\"single-record\
";s:13:\"Single record\";s:10:\"no-presets\";s:17:\"No presets found!\";}}}',129
1035834,'ident_xml2array'),(32,'4f9d795481340e516d76141b5015d776','a:3:{s:4:\"da
ta\";a:1:{s:2:\"de\";a:74:{s:9:\".alttitle\";s:13:\"Import/Export\";s:12:\".desc
ription\";s:405:\"Import/Export-Modul fr TYPO3-Daten. Kann einzelne Datenstze, Tabel
leninhalte, einzelne Seiten oder ganze Zweige des Seitenbaums exportieren. Bercksi
chtigt eingebundene Medien wie z.B. Bilder und behlt Beziehungen zwischen Datenstzen
bei. Exportiert nur TYPO3-spezifisches Format, entweder ein binres Format (.T3D)
oder XML. Das Format ist zum Datenaustausch zwischen TYPO3-Systemen vorgesehen.\
";s:12:\".image_descr\";s:226:\"Beispiel der Vorschauanzeige whrend der Exportkonf
iguration einer Seite. Man beachte, wie die Datenstze auf der Seite einbezogen wer
den und wie die Referenz innerhalb des Datensatzes gefunden und ebenfalls einbez
ogen wird.\";s:15:\"export.alttitle\";s:33:\"Datenstze aus TYPO3 exportieren\";s:1
8:\"export.description\";s:346:\"Um TYPO3-T3D/XML-Dateien zu exportieren, klicke
n Sie auf ein Datensatz-Symbol im Seitenbaum (inkl. der Root-Seite!), whlen Sie \"
Mehr Optionen\" (erfordert die Installation der Erweiterung \"extra_page_cm_opti
ons\") und dann \"Nach .t3d exportieren\". Das Export-Interface wird aufgerufen,
wo Sie die Optionen fr das Exportieren einstellen knnen.\";s:14:\"export.details\";
s:1290:\"Daten knnen aus TYPO3 auf verschiedene Art und Weise exportiert werden:\n
- Exportieren einer einzelnen Seite oder eines Zweiges des Seitenbaums (ber das Ko
ntextmen des Seiten-Symbols)\n- Exportieren eines einzelnen Datensatzes aus einer
beliebigen Seite (ber das Kontextmen des Datensatz-Symbols)\n- Exportieren aller Dat
enstze einer bestimmten Tabelle einer bestimmten Seite (ber das Modul Web > Liste)\n
- Exportieren einer frei whlbaren Auswahl von Datenstzen aus der Zwischenablage (ber d
as Modul Web > Liste)\n\nDas Export-Format beachtet alle TYPO3-Methoden fr Beziehu
ngen zwischen den Datenstzen in der Export-Datei. Sie mssen jedoch festlegen, wie di
ese Beziehungen beibehalten werden, zumindest bis zu einem gewissen Grad. Manchm
al sollen Datenstze, auf die verwiesen wird, in den Export eingeschlossen werden,
in anderen Fllen soll mglicherweise die originale Verknpfung beibehalten werden. Das h
t vom Zweck des Exports ab.\n\nUnabhngig von den Export-Einstellungen werden alle
ausgewhlten Datenstze und ihre internen Beziehungen in der Vorschau-Anzeige am Fu der
Seite des Export-Moduls wiedergegeben.\n\n<b>Fehlermeldungen:</b> Kontrollieren
Sie vor dem Exportieren unter dem Reiter \"Meldungen\" ob sich dort eventuell Fe
hlermeldungen befinden!\";s:18:\"export.image_descr\";s:498:\"Um eine Seite oder
einen Datensatz zu exportieren, klicken Sie einfach auf das Symbol und whlen Sie
\"Exportieren\" aus dem Kontextmen.\nMit dem Modul Web > Liste knnen Sie auch alle D
atenstze einer Tabelle exportieren, indem Sie zuerst auf den Tabellentitel klicken
, um nur diese Tabelle zu sehen. Neben dem CSV-Export finden Sie die Schaltflche fr
einen T3D-Export der Tabelle. Sie knnen auch den Inhalt der Zwischenablage exporti
eren, indem sie einfach \"Exportieren\" im Men whlen.\";s:20:\"pageTreeCfg.alttitle\
";s:35:\"Konfiguration des Seitenbaumexports\";s:23:\"pageTreeCfg.description\";
s:205:\"Hier knnen Sie einstellen, wie eine Seite oder ein Zweig des Seitenbaums e
xportiert werden soll. Mit dem Auswahlfeld legen Sie fest, wieviele Unterseitene
benen in den Export eingeschlossen werden sollen.\";s:24:\"pageTreeDisplay.altti
tle\";s:10:\"Seitenbaum\";s:27:\"pageTreeDisplay.description\";s:218:\"Ausgehend
von den ausgewhlten Ebenen fr den Seitenbaum zeigt dies die Struktur, die zum Expor
t ansteht. Falls Seiten ausdrcklich durch die \"Ausschlie en-Option\" ausgeschlossen
wurden, werden sie nicht angezeigt.\";s:21:\"pageTreeMode.alttitle\";s:6:\"Ebene
n\";s:24:\"pageTreeMode.description\";s:97:\"Hier whlen Sie die Ebenentiefe fr diese
n Export aus, bezogen auf den aktuellen Ausgangspunkt.\";s:20:\"pageTreeMode.det
ails\";s:306:\"Wenn Sie \"Erweiterter Baum\" auswhlen, wird der Export auf Basis d
er aktuell erweiterten Ebenen erfolgen. Eine weitere Spezial-Option ist \"Tabell
en auf dieser Seite\", die nicht den Seiten-Datensatz selbst, sondern nur die Ta
bellen der Seite exportiert, natrlich abhngig von der Tabellen-Konfiguration.\";s:28
:\"pageTreeRecordLimit.alttitle\";s:26:\"Einzuschlie ende Tabellen\";s:31:\"pageTre
eRecordLimit.description\";s:224:\"Beim Export einer Seite werden standardm ig alle D
atenstze der Seite eingeschlossen. Mit diesem Selektor knnen Sie die einzuschlie enden
Tabellen auswhlen, falls sie einzelne Datenstze nicht einschlie en wollen.\";s:27:\"pag
eTreeRecordLimit.details\";s:257:\"In der Box \"Hchstwert fr Datenstze\" knnen Sie ei
Grenzwert dafr setzen, wie viele Datenstze maximal aus einer einzelnen Tabelle ausg
ewhlt werden. Dies ist eine \"Notbremse\", falls sich ungewhnlich viele Datenstze in d
er Tabelle befinden.\";s:21:\"singleRecord.alttitle\";s:31:\"Einzelnen Datensatz
exportieren\";s:24:\"singleRecord.description\";s:118:\"Dieser berblick zeigt, we
lche unabhngigen Datenstze unabhngig von einander fr den Export ausgewhlt wurden.\"
"singleRecord.image_descr\";s:111:\"Um mehrere Datenstze wie diesen zu exportieren
, bitte die Zwischenablage, wie weiter unten gezeigt, benutzen.\";s:18:\"tableLi
st.alttitle\";s:14:\"Tabellenexport\";s:21:\"tableList.description\";s:189:\"Exp
ort aller Datenstze einer Seite aus einer bestimmten Tabelle. Wird vom Modul \"Web
> Liste\" konfiguriert; dort whlen Sie \"Nur Tabellenansicht\" und klicken oben a
uf eine Schaltflche.\";s:17:\"tableList.details\";s:151:\"Tipp: Sie knnen mehrere Ta
bellen-Listen auswhlen, indem sie jede Auswahl als Voreinstellung speichern und da
nn die Auswahlen laden/zusammenfhren.\";s:21:\"tableList.image_descr\";s:373:\"Hie
r werden zwei Tabellen von verschiedenen Seiten ausgewhlt. Dies geschieht, indem m
an zunchst die erste Tabelle auswhlt und als Voreinstellung speichert, dann die nchste
auswhlt und sie mit den gespeicherten Voreinstellungen zusammenfhrt. Hier sehen Sie
, wie man das Modul Web > Liste benutzt, um alle Datenstze einer Tabelle aus einer
Seite zu exportieren.\";s:27:\"tableListMaxNumber.alttitle\";s:22:\"Maximale Ex
port-Anzahl\";s:30:\"tableListMaxNumber.description\";s:181:\"\"Notbremse\", die
sicherstellt, dass das Interface nicht von einer gro en Anzahl Datenstze blockiert w
ird. Standard ist 100, aber Sie knnen den Wert natrlich beliebig ndern.\";s:22:\"inclR
elations.alttitle\";s:26:\"Verknpfungen einbeziehen\";s:25:\"inclRelations.descrip
tion\";s:149:\"Konfigurieren Sie die Tabellen, aus denen Sie Datenstze, die als Be
ziehungen in der Haupt-Export-Konfiguration gefunden werden, einbeziehen wollen.
\";s:21:\"inclRelations.details\";s:1889:\"Hintergrund: Wenn Sie einen Datensatz
in TYPO3 exportieren, kann er Beziehungen zu anderen Datenstzen des Systems entha
lten. Sie mssen dem Export-Interface mitteilen, was mit diesen Beziehungen gescheh
en soll. Grundstzlich gibt es drei Szenarios:\n- Wenn Beziehungen zwischen Datenstze
n gefunden werden, die alle in der Export-Konfiguration enthalten sind, gibt es
kein Problem: Die Beziehungen werden beim Importieren automatisch auf die neuen
IDs dieser Datenstze umgestellt.\n- Wenn die Datenstze, auf die Beziehungen verweise
n, nicht enthalten sind, geht die Beziehung verloren (angezeigt durch eine Fehle
rmeldung in der Vorschau), au er\na) Sie whlen eine Tabelle im Auswahlfeld. In diesem
Fall werden alle Beziehungen zu dieser Tabelle einbezogen oder\nb) Sie bestimme
n die Tabelle als \"Statische Tabelle\" (in diesem Fall wird die Beziehung unvernd
ert importiert - was natrlich zu Fehlern fhrt, wenn kein Datensatz mit der entsprech
enden UID im System gefunden wird)\n\n<b>Soft-References (\"Weiche Beziehungen\"
):</b> Man spricht von \"Soft-References\", wenn ein Datensatz Zeiger auf extern
e Dateien oder Datenstze enthlt, aber in Feldern, fr die keine formale Beziehung konfi
guriert ist, z.B. wenn ein Content-Element ein \"&lt;link 123&gt;\" Tag enthlt, d
as fr einen Link zur Seite 123 steht. Das wird formal nicht als Beziehung aufgenom
men, wird aber als \"Soft-Reference\" gefunden. Das gleiche gilt fr &lt;img&gt;-Ta
gs mit Bildern aus z.B. \"fileadmin/\".\nStandardm ig verhalten sich Soft-References,
die auf Datenstze oder Dateien verweisen, wie normale Beziehungen; entweder die v
erknpften Objekte sind enthalten oder es wird eine Fehlermeldung angezeigt. Allerd
ings kann man auch die Behandlung von Soft-References auch abschalten oder die W
erte als \"vernderbar\" beim Import definieren. Das geschieht mit einem Auswahlfel
d in der Export-Vorschau.\";s:25:\"inclRelations.image_descr\";s:1436:\"Dieses B
eispiel zeigt drei Beispiele fr Beziehungen: a) ein Bild, das mit einem Inhaltsele
ment verknpft ist, b) eine Beziehung zu einer Frontend-Benutzergruppe UID und c) e
ine Soft-Reference, die im Bodytext-Feld eines Datensatzes gefunden wurde, in di
esem Fall ein Link-Tag, das auf die Seite mit der UID 1 verweist.\nBeachten Sie
im vorangegangenen Bild, wie die Beziehung zu der Frontend-Benutzergruppe verlor
en ging. Das wurde in diesem Bildschirmfoto korrigiert, indem in der Liste der e
inzubindenen Tabellen die Tabelle fe_group ausgewhlt wurde. Das Ergebnis ist, dass
die Front-End-Benutzergruppe als ein Datensatz au erhalb des exportierten Seitenba
ums einbezogen wurde. Falls Sie die Beziehung behalten, aber nicht die Benutzer
gruppe einschlie en wollen, mssen Sie \"fe_groups\" stattdessen als statische Tabelle
definieren (siehe unten).\nDieses Beispiel zeigt einen TypoScript-Vorlagendaten
satz, bei dem mehrere Soft-References gefunden wurden. Die erste ist eine E-Mail
-Adresse. Hier ist sie als editierbar ausgewhlt. Das bedeutet, dass der Benutzer b
eim Importieren die Mglichkeit hat, diesen Wert zu ndern, bevor der eigentliche Impo
rt ausgefhrt wird. Das ist sehr sinnvoll, wenn exportierte Dateien als Vorlagen be
nutzt werden. Ein anderes Beispiel bindet ein PHP-Script ein, das wir nicht in d
en Export einbeziehen mchten - darum haben wir die Option Ausschlie en fr diese Soft-Re
ference ausgewhlt.\";s:24:\"staticRelations.alttitle\";s:28:\"Statische Tabellen f
estlegen\";s:27:\"staticRelations.description\";s:236:\"Legen Sie fest, fr welche
Tabellen (zustzlich zu den statischen TYPO3-Tabellen) die Beziehungen nicht verndert
werden drfen. Diese Einstellungen haben Vorrang vor den unter \"Verknpfungen einbez
iehen\" getroffenen Einstellungen.\";s:23:\"staticRelations.details\";s:610:\"St
andardm ig werden unter TYPO3 alle Verknpfungen zu statischen Tabellen nicht berhrt. D
t dies funktioniert, sollten diese statischen Tabellen natrlich im Import-System v
orhanden sein. Es mag jedoch beim Informationstransfer zwischen zwei Systemen Um
stnde geben, unter denen Verknpfungen bei nicht-statische Tabellen unberhrt bleiben so
llten. Beispiele dafr knnten \"sys_languages\" oder TemplaVoil-Datenstrukturen und -Vo
rlagenobjekte sein, wobei beide Systeme die gleichen Datenstze in Tabellen enthalt
en, man Seiten und Inhaltselemente jedoch nach freier Auswahl importieren mchte.\"
;s:27:\"staticRelations.image_descr\";s:603:\"In diesem Beispiel kann man sehen,
dass eine Reihe von Datenstzen auf einen Systemsprachendatensatz zeigt. Diese Ver
knpfung wird beim Importieren verloren gehen, da der Datensatz nicht Teil des Expo
rts ist. Im Zielsystem sind jedoch exakt die gleichen Tabellen vorhanden, und da
her ist eine statische Abbildung der Verknpfungen gewnscht. Diese statische Abbildun
g erreicht man durch Auswahl der Tabelle \"sys_language\" als statische Vorlage,
d.h. das die Verknpfungen die derzeitigen Werte behalten, da angenommen werden ka
nn, dass sie auf dem Zielsystem beim Importieren genau bereinstimmen.\";s:25:\"exc
ludedElements.alttitle\";s:24:\"Ausgeschlossene Elemente\";s:28:\"excludedElemen
ts.description\";s:283:\" ber das Markierungsfeld \"Ausschlie en\" lassen sich bestimm
te Datenstze in der Vorschau des Exports ausschlie en. Hier wird angezeigt, welche Da
tenstze fr einen bestimmten Ausschluss ausgewhlt wurden. Darber hinaus kann die Aussc
sskonfiguration zurckgesetzt werden.\";s:25:\"htmlCssResources.alttitle\";s:50:\"R
essourcen aus HTML- und CSS-Dateien ausschlie en\";s:28:\"htmlCssResources.descript
ion\";s:252:\"Werden HTML- oder CSS-Dateien als Soft-References gefunden, so wer
den die Dateien auf Verweise auf externe Medien (wie etwa Bilder) untersucht und
diese ggf. ebenfalls exportiert. Aktivieren Sie diese Option, wenn dieses Verha
lten nicht gewnscht ist.\";s:24:\"htmlCssResources.details\";s:312:\"Hinweis: In H
TML- und CSS-Dateien gefundene Ressourcen werden nicht weiter analysiert. D.h. b
eispielsweise, dass CSS-Dateien, auf die in HTML verwiesen wird, nicht untersuch
t werden - CSS-Dateien, auf die innehalb der Felder Konstanten und Konfiguration
einer TypoScript-Vorlage verwiesen wird, jedoch sehr wohl.\";s:28:\"htmlCssReso
urces.image_descr\";s:463:\"Dieses Beispiel zeigt, wie eine Soft-Reference gefun
den wurde, die auf eine HTML-Datei im Verzeichnis fileadmin/ verweist. Da es sic
h um eine HTML-Datei handelt, wurde sie verarbeitet, wodurch eine Reihe weiterer
Dateien gefunden wurden, auf diese verwiesen wurde und die nun im Export mit ei
ngeschlossen werden. Diese Funktion wurde extra zur Untersttzung von Szenarien mit
Vorlagenkonfigurationen entwickelt, bei denen externe HTML-Dateien eine Rolle s
pielen.\";s:30:\"extensionDependencies.alttitle\";s:33:\"Abhngigkeiten von Erweite
rungen\";s:33:\"extensionDependencies.description\";s:275:\"Whlen Sie, welche Erwe
iterungen im Zielsystem installiert sein mssen, damit der exportierte Inhalt ordnu
ngsgem funktioniert. Beispiele wren etwa \"templavoila\" fr die Vorlagenverarbeitung,
css_styled_content\" fr die Vorlagen, \"tt_news\" fr ein News-Archiv usw.\";s:29:\"e
xtensionDependencies.details\";s:103:\"Beim Import wird fr jede Erweiterung dieser
Liste, die nicht installiert ist, eine Warnung angezeigt.\";s:16:\"presets.altt
itle\";s:16:\"Voreinstellungen\";s:19:\"presets.description\";s:161:\"Ermglicht da
s Speichern von Export-Einstellungen zur spteren Wiederverwendung. Ntzlich, wenn die
gleiche Konfiguration regelm ig exportiert werden muss.\";s:15:\"presets.details\";s
:1192:\"Unter \"Voreinstellungen\" knnen Sie eine Voreinstellung laden, die Sie zu
vor gespeichert haben. Wenn Sie eine Seite exportieren, sind die angezeigten Vor
einstellungen die, die fr die ID der Startseite gelten. Fr Datenstze knnen beliebige
einstellungen geladen werden.\nUm eine Voreinstellung zu laden, whlen Sie sie aus
und klicken Sie auf \"Laden\". Wenn Sie stattdessen \"Zusammenfhren\" whlen, werden
die Einstellungen aus der Voreinstellung mit der aktuellen Konfiguration zusamme
ngefhrt. Das ist sinnvoll, wenn Sie mehrere einzelne Tabellen oder Datenstze auswhlen.
\nUm eine Voreinstellung zu speichern, geben Sie einfach einen Titel unter \"Nam
e der neuen Voreinstellung\" ein und klicken Sie auf \"Speichern\". Es wird dann
eine neue Voreinstellung erzeugt. Wenn Sie Speichern klicken, whrend Sie eine bes
tehende Voreinstellung ausgewhlt haben, wird diese berschrieben.\nUm eine alte Vorei
nstellung zu lschen, whlen Sie sie einfach aus und klicken Sie auf \"Lschen\".\n\nDas
Markierungsfeld \" ffentlich\" kann gesetzt werden, wenn Sie Ihre Voreinstellung an
deren Nutzern des Systems zugnglich machen mchten. Ansonsten ist sie nur von Ihnen p
ersnlich nutzbar.\";s:19:\"presets.image_descr\";s:89:\"Die Voreinstellungsauswahl
im Export-Interface.\nVoreinstellungen aus dem Aufgabenzentrum.\";s:17:\"metada
ta.alttitle\";s:9:\"Metadaten\";s:20:\"metadata.description\";s:143:\"Festlegen
der Metadaten fr das Exportieren. Die Nutzung wird dringend empfohlen, falls der I
nhalt z.B. Teil einer Vorlagensammlung sein soll.\";s:16:\"metadata.details\";s:
822:\"Die Metadaten helfen den Nutzern Ihrer Exportdatei zu wissen, was sich in
ihr befindet und worauf sie whrend des Imports achten mssen.\nDie Felder \"Titel\" u
nd \"Beschreibung\" sollten Basisinformationen zur Datei enthalten.\nDas Feld \"
Anmerkungen\" kann fr zustzliche Details genutzt werden, vor allem fr Hinweise zum Zwe
ck der Datei und zu den Voraussetzungen bei der Installation.\nDas Feld \"Vorsch
aubild\" kann fr Vorschaubilder genutzt werden, falls Sie diese bei Ihrem Export b
entigen. Es ist sehr ntzlich, wenn Exportdateien als Seiten-Template eingesetzt werd
en, wobei der Template-Selektor das Vorschaubild nutzen kann. Als Dateiformat so
llten Sie ein Webformat wie jpg, gif oder png nutzen. Die Ausma e sollten exakt den
endgltigen Ausma en entsprechen; laden Sie also keine sehr gro en Bilder hoch.\";s:19:\
"fileFormat.alttitle\";s:11:\"Dateiformat\";s:22:\"fileFormat.description\";s:38
5:\"Sie knnen Ihre Datenstze in eine .T3D-Datei exportieren. Diese Datei enthlt Ihre D
aten in einem TYPO3-spezifischen, binren Format (in Form eines fortgesetzten PHP-A
rrays). Alternativ knnen Sie XML als Format auswhlen. Dieses kann theoretisch von an
deren Programmen importiert werden, wenn sie dazu programmiert wurden. Allerding
s ist das verwendete Schema TYPO3-spezifisch.\";s:18:\"fileFormat.details\";s:10
15:\"Grundstzlich sollten Sie das T3D-Format verwenden, vorzugsweise komprimiert.
Komprimiert bringt es normalerweise eine Gr e, die etwa 10-mal kleiner ist als die de
s XML-Formats, denn dieses enthlt Klartext.\n\nMit \"Gr enbeschrnkung fr Dateien\" k
eine maximale Gr e fr Dateien angeben, die den Datenstzen angefgt werden sollen. Das
aktisch, wenn Sie gro e PDF-Dateien oder Videos haben, die Sie nicht (oder gerade!)
hinzufgen wollen. Mit diesem Wert knnen Sie dann festlegen, ob sie mitexportiert we
rden oder nicht.\n\nDie Angabe eines Dateinamens macht es mglich, Ihren Export dir
ekt als Datei zu speichern (klicken Sie auf \"Speichern unter\") anstatt ihn her
unterzuladen (klicken Sie dazu auf \"Exportdatei herunterladen\"). Die richtige
Dateiendung wird basierend auf Ihrer Wahl automatisch hinzugefgt. Die Dateien werd
en in eine Dateifreigabe im Ordner \"fileadmin/\" gespeichert. Dies wird Ihnen n
ach dem Speichern gezeigt. Bereits bestehende Dateien werden berschrieben.\";s:15:
\"import.alttitle\";s:29:\"TYPO3-Datenstze importieren\";s:18:\"import.description
\";s:422:\"Um XML- oder T3D-Dateien in den Seitenbaum zu importieren, knnen Sie ei
ne beliebige Seite im Seitenbaum anklicken (die Wurzelseite inbegriffen). Whlen Si
e dann \"Weitere Einstellungen...\" (dazu muss die Erweiterung \"extra_page_cm_o
ptions\" installiert sein) und dort \"Importieren aus .t3d\". Darauf ffnet sich da
s Import-Formular, in dem sie eine Datei zum Importieren auswhlen oder eine neue D
atei hochladen knnen.\";s:14:\"import.details\";s:829:\"<b>Tipp: Import in einen S
ysOrdner</b>\nUm sicherzustellen, dass whrend des Imports keine Datenstze verloren g
ehen, knnen Sie den Import in einen SysOrdner, den Sie erst erstellen, durchfhren. N
ach dem Import knnen Sie dann alle Datenstze an Ihre endgltigen Positionen bewegen. Ei
n Beispiel fr ein derartiges Szenario ist, wenn Sie beim Export angegeben haben, d
ass Sie Relationen miteinschlie en wollen. In diesem Fall kann eine Anzahl von Date
nstzen dem Export au erhalb des Seitenbaums, den Sie exportierten haben, folgen. Um s
icherzustellen, dass alle diese externen Datenstze in die Datenbank geschrieben we
rden, ist ein Import in einen SysOrdner eine gute Idee.\n\n<b>Fehlermeldungen:</
b> Denken Sie daran, vor/nach dem Importieren im Tab \"Meldungen\" zu prfen, ob do
rt Fehlermeldungen angezeigt werden!\";s:19:\"importFile.alttitle\";s:22:\"Impor
tdatei auswhlen\";s:22:\"importFile.description\";s:166:\"Es werden die Dateien au
s den Verzeichnissen fileadmin/, fileadmin/export/ und dem evtl. vorhandenen Ord
ner \"TEMP\" angezeigt, welche die Endung T3D oder XML besitzen.\";s:15:\"update
.alttitle\";s:25:\"Datenstze aktualisieren\";s:18:\"update.description\";s:146:\"S
tandardm ig fgt der Importvorgang dem System neue Datenstze hinzu. Ist diese Option ak
iert, werden vorhandene Datenstze aktualisiert.\";s:14:\"update.details\";s:1937:\
"Sie mssen bestimmte Voraussetzungen beachten, damit das Aktualisieren funktionier
t. Am Wichtigsten ist dabei, dass die aktualisierten Datenstze, <i>DIESELBE</i> UI
D haben, wie die in der Exportdatei. Daher ist es nur wirklich sinnvoll zu aktua
lisieren, wenn das Export- und das Importsystem miteinander zusammenhngen und dahe
r die gleichen UIDs auf beiden Seiten zu erwarten sind. Sonst entsteht gro es Durch
einander!\n\nWenn Sie Seitenstrukturen aktualisieren, wird TYPO3 beim Import aut
omatisch versuchen, die Datenstze neu anzuordnen, so dass sie in der gleichen Hier
archie und Reihenfolge erscheinen wie in der Exportdatei. Dieses Verhalten kann
deaktiviert werden, indem die Option \"PID-Unterschiede global ignorieren\" gewhlt
wird. In jedem Fall knnen Sie in der Vorschau fr einzelne Datenstze individuell whle
ob die PIDs beibehalten oder ignoriert werden sollen.\n\nIn der Vorschauansicht
knnen Sie auch whlen, ob einzelne Datenstze whrend des Imports rundweg ignoriert wer
sollen oder ob sie als neue Datenstze erstellt werden sollen anstatt alte Datenstze
zu aktualisieren.\nUm eine Aktualisierung durchzufhren, informiert Sie die Vorsch
auansicht ber den Pfad, in dem das bestehende Element mit dieser UID gefunden wurd
e. Nutzen Sie diese Information um sicherzustellen, dass Sie das bekommen, was S
ie erwarten!\n\n<b>Den UID-Wert erzwingen:</b>\nWenn Sie ein System aktualisiere
n mchten und einige Elemente des Imports nicht einer UID zuzuordnen sind (etwa wei
l sie nicht existiert), knnen Sie in der Vorschauansicht whlen, die UID whrend der Ers
tellung zu erzwingen. Das ist unorthodox, denn die UIDs werden normalerweise aut
omatisch von der Datenbank erzeugt. Die Option ist am Ntzlichsten, wenn Sie versuc
hen, eine Kopie eines anderen Systems zu \"synchronisieren\". Sie kann interne E
instellungen der Datenbank in Unordnung bringen und ist daher nur fr Administrator
en verfgbar.\";s:18:\"update.image_descr\";s:246:\"Im Modus Aktualisieren lassen s
ich fr jeden Datensatz verschiedene Einstellungen vornehmen. Ist ist ebenso mglich,
eine diff-Ansicht anzeigen zu lassen, welche die Unterschiede der vorhandenen vo
n den zu importierenden Datenstzen darstellt.\";s:16:\"options.alttitle\";s:8:\"Op
tionen\";s:19:\"options.description\";s:55:\"Legt verschiedene Optionen fr den Imp
ortvorgang fest.\";s:15:\"options.details\";s:988:\"<b>Unterschiede zwischen Dat
enstzen nicht zeigen</b>\nWenn eine Struktur importiert wurde, sehen Sie eine Ansi
cht aller Datenstze, der Sie eventuelle Unterschiede entnehmen knnen. Oft <i>sollte<
/i> sich der Inhalt ndern (z.B. bei Soft-References); es ist folglich kein Fehler,
wenn Sie rote und grne Werte sehen. Im Prinzip ist diese Unterschieds-Ansicht ein
Feature, das Sie nutzen knnen, um den Erfolg des Imports visuell zu berprfen. Denjeni
gen, die sie verstehen, mge sie Seelenfrieden bringen... :-)\nGrne Zeichenfolgen ste
hen fr die tatschlich geschriebenen Daten, whrend rote fr die Originalwerte der Impor
tei stehen und schwarze unvernderte Daten darstellen.\n\n<b>Verbotene Dateierweite
rungen dennoch erlauben (z.B. PHP-Skripte)</b>\nDiese Option ist nur von Adminis
tratoren nutzbar. Sie erlaubt den Import von PHP-Dateien (zum Beispiel aus Soft-
References aus TypoScript-Templates). Normalerweise ist dies sonst aus Sicherhei
tsgrnden nicht erlaubt.\";s:19:\"options.image_descr\";s:208:\"Optionen fr das Impor
tieren\nHier wird mitgeteilt, dass diese PHP-Datei nicht erlaubt werden kann - w
eil die Option \"Verbotene Dateierweiterungen dennoch erlauben (z.B. PHP-Skripte
)\" nicht ausgewhlt wurde.\";s:15:\"action.alttitle\";s:6:\"Aktion\";s:18:\"action
.description\";s:378:\"Klicken Sie auf \"Vorschau\", um den Inhalt der Importdat
ei zu sehen oder die Vorschau-Ansicht entsprechend der obigen Konfiguration zu a
ktualisieren.\nKlicken Sie \"Vorschau\" - \"Import\", wenn Sie den eigentlichen
Import durchfhren wollen.\n\nStellen Sie sicher, dass Sie vor dem Import alle edit
ierbaren Soft-References, die bei den Vorschaudaten angezeigt werden, gendert habe
n.\";s:18:\"action.image_descr\";s:232:\"Beispiel der Ergebnis-Ansicht nach dem
Importieren: Wie Sie sehen knnen, wurden die durch den RTE eingefgten Bilder (Soft-R
eferences) unter anderen Dateinamen gespeichert. Entsprechend wurden die Links i
m Seiteninhalt angepasst.\";s:22:\"enableLogging.alttitle\";s:26:\"Protokollieru
ng aktivieren\";s:25:\"enableLogging.description\";s:213:\"Falls aktiviert, werd
en fr alle beim Import tatschlich durchgefhrten Vorgnge Eintrge in das System-Backe
okoll geschrieben. Aus Grnden der bersichtlichkeit ist dies standardm ig deaktiviert.\
:15:\"upload.alttitle\";s:23:\"Importdatei bertragen\";s:18:\"upload.description\"
;s:213:\"Whlen Sie hier eine Datei, die importiert werden soll, auf Ihrem lokalen
Rechner zum Hochladen aus. Wird die bertragung erfolgreich abgeschlossen, so knnen S
ie den Inhalt sofort in der Vorschauansicht sehen.\";s:14:\"upload.details\";s:1
92:\"Beachten Sie, dass serverseitig idR. Einschrnkungen bezglich der Gr e hochzuladen
Dateien bei etwa 2 MB bestehen. Bei berschreiten dieser Grenze wird der Vorgang n
icht fortgesetzt.\";}}s:9:\"orig_hash\";a:1:{s:2:\"de\";a:74:{s:9:\".alttitle\";
i:260906242;s:12:\".image_descr\";i:70436675;s:15:\"export.alttitle\";d:9010103;
s:18:\"export.description\";i:150520112;s:14:\"export.details\";i:113510702;s:18
:\"export.image_descr\";i:74768430;s:20:\"pageTreeCfg.alttitle\";i:236227215;s:2
3:\"pageTreeCfg.description\";i:147952098;s:24:\"pageTreeDisplay.alttitle\";d:98
80458;s:21:\"pageTreeMode.alttitle\";i:152759754;s:28:\"pageTreeRecordLimit.altt
itle\";i:169123110;s:21:\"singleRecord.alttitle\";i:128794302;s:18:\"tableList.a
lttitle\";i:146883216;s:27:\"tableListMaxNumber.alttitle\";i:225797227;s:22:\"in
clRelations.alttitle\";i:164484847;s:27:\"pageTreeDisplay.description\";i:591224
30;s:24:\"pageTreeMode.description\";i:261676486;s:20:\"pageTreeMode.details\";i
:231396751;s:31:\"pageTreeRecordLimit.description\";i:131668315;s:27:\"pageTreeR
ecordLimit.details\";i:221257491;s:24:\"singleRecord.description\";i:132615781;s
:24:\"singleRecord.image_descr\";i:225220803;s:24:\"staticRelations.alttitle\";d
:1210228;s:25:\"excludedElements.alttitle\";i:227920200;s:25:\"htmlCssResources.
alttitle\";i:178718927;s:30:\"extensionDependencies.alttitle\";i:230544289;s:16:
\"presets.alttitle\";i:204662048;s:17:\"metadata.alttitle\";i:266477806;s:19:\"f
ileFormat.alttitle\";i:54960098;s:15:\"import.alttitle\";i:32716924;s:19:\"impor
tFile.alttitle\";i:36260242;s:15:\"update.alttitle\";i:56150550;s:16:\"options.a
lttitle\";i:55046973;s:19:\"options.description\";i:57482610;s:15:\"action.altti
tle\";i:185830356;s:15:\"upload.alttitle\";i:182180379;s:21:\"tableList.descript
ion\";i:61027651;s:17:\"tableList.details\";i:207214955;s:21:\"tableList.image_d
escr\";i:72114061;s:30:\"tableListMaxNumber.description\";i:261288618;s:25:\"inc
lRelations.description\";i:75889546;s:21:\"inclRelations.details\";i:21617906;s:
12:\".description\";i:68307774;s:25:\"inclRelations.image_descr\";i:68907185;s:2
2:\"enableLogging.alttitle\";i:110785878;s:27:\"staticRelations.description\";i:
220143778;s:23:\"staticRelations.details\";i:20475161;s:27:\"staticRelations.ima
ge_descr\";i:235847845;s:28:\"excludedElements.description\";i:53727313;s:28:\"h
tmlCssResources.description\";i:45106804;s:24:\"htmlCssResources.details\";i:521
9829;s:28:\"htmlCssResources.image_descr\";i:72602900;s:33:\"extensionDependenci
es.description\";i:40923771;s:29:\"extensionDependencies.details\";i:9362666;s:1
9:\"presets.description\";i:76238035;s:19:\"presets.image_descr\";i:191427368;s:
20:\"metadata.description\";i:268196094;s:22:\"importFile.description\";i:460960
97;s:18:\"update.description\";i:268353777;s:18:\"update.image_descr\";i:2472297
61;s:19:\"options.image_descr\";i:9245007;s:25:\"enableLogging.description\";i:4
2140704;s:18:\"upload.description\";i:129992522;s:14:\"upload.details\";i:204986
464;s:22:\"fileFormat.description\";i:38635585;s:18:\"import.description\";i:195
344023;s:16:\"metadata.details\";i:31594566;s:18:\"action.description\";i:104527
145;s:18:\"action.image_descr\";i:260289010;s:18:\"fileFormat.details\";i:924886
72;s:15:\"options.details\";i:50809709;s:14:\"import.details\";i:263087661;s:15:
\"presets.details\";i:239195638;s:14:\"update.details\";i:67360881;}}s:9:\"orig_
text\";a:1:{s:2:\"de\";a:74:{s:9:\".alttitle\";s:13:\"Import/Export\";s:12:\".im
age_descr\";s:200:\"Example of the preview display during export configuration o
f a page. Notice how records on the page are include plus how references inside
the record is found and included as well (bottom of screen).\";s:15:\"export.alt
title\";s:28:\"Exporting records from TYPO3\";s:18:\"export.description\";s:320:
\"To export TYPO3 T3D/XML files you click any record icon or page in the page tr
ee (including the root page!), select \"More options\" (requires the extensions
\"extra_page_cm_options\" to be installed) and then \"Export to .t3d\". This wil
l bring up the export interface where you can configure options for your export
session.\";s:14:\"export.details\";s:1083:\"There are a number of methods by whi
ch you can export data from TYPO3:\n- Export a single page or branch of the page
tree (use page icon context menu)\n- Export a single record from any page (use
record icon context menu)\n- Export all records from a specific table on a speci
fic page (using the Web>List module)\n- Export an arbitrary selection of records
from the clipboard (using the Web>List module)\n\nThe export format observes al
l TYPO3s methods for relations between the records in the export file. But you w
ill have to configure how these relations are maintained, at least to some degre
e. Sometimes you would want to include records referred to, at other times you s
urely want to keep the original mapping. That depends on your objectives with th
e export.\n\nRegardless of your configuration for export you will always see a c
omplete reflection of all chosen records and their internal relations in the pre
view display found in the bottom of the export module page.\n\n<b>Error messages
:</b> Remember to consult the Message-tab before exporting if there are any erro
r messages there!\";s:18:\"export.image_descr\";s:406:\"To export a page or reco
rd, simply click the icon and select \"Export\" from the context menu.\nWith the
Web>List module you can also export all records from a table by first clicking
the table title to see only this table, then next to the CSV export you will fin
d the export button for a T3D export of the table.\nYou can export the contents
of the clipboard as well by simply selecting \"Export\" in the menu.\";s:20:\"pa
geTreeCfg.alttitle\";s:33:\"Configuration of page tree export\";s:23:\"pageTreeC
fg.description\";s:252:\"Here you configure how a page or a branch of the page t
ree should be exported. Using the selector box you can set the number of levels
of subpages to include in the export.\nBy default all records belonging to a pag
e is included when a page is exported.\";s:24:\"pageTreeDisplay.alttitle\";s:9:\
"Page Tree\";s:21:\"pageTreeMode.alttitle\";s:6:\"Levels\";s:28:\"pageTreeRecord
Limit.alttitle\";s:14:\"Include tables\";s:21:\"singleRecord.alttitle\";s:20:\"E
xport single record\";s:18:\"tableList.alttitle\";s:12:\"Table export\";s:27:\"t
ableListMaxNumber.alttitle\";s:20:\"Max number to export\";s:22:\"inclRelations.
alttitle\";s:17:\"Include relations\";s:27:\"pageTreeDisplay.description\";s:196
:\"Based on the levels selected for page tree export this will show the structur
e that is about to be exported. If any pages are specifically excluded by the ex
clude option they are not shown either.\";s:24:\"pageTreeMode.description\";s:98
:\"Here you select how deeply in the page tree from the current starting point t
o go for this export.\";s:20:\"pageTreeMode.details\";s:296:\"If you select \"Ex
panded tree\" it will base the export on the currently expanded levels of the pa
ge tree. Another special option is \"Tables on this page\" which will not includ
e the page record itself but only include records from tables on the page, depen
ding on the table configuration of course.\";s:31:\"pageTreeRecordLimit.descript
ion\";s:208:\"When you export a page all records on the page is included by defa
ult. By this selector you can pick which tables to include exclusively if there
are certain records you are not interested in seeing included.\";s:27:\"pageTree
RecordLimit.details\";s:198:\"In the box \"Max number of records\" you can set a
limit to how many records are selected from a single table. This is a runaway b
rake in case you have an unusual large amount of records from a table.\";s:24:\"
singleRecord.description\";s:93:\"This overview tells you which independent reco
rds has been independently selected for export.\";s:24:\"singleRecord.image_desc
r\";s:85:\"The way to export multiple records like this is using the clipboard l
ike shown below.\";s:24:\"staticRelations.alttitle\";s:17:\"Set static tables\";
s:25:\"excludedElements.alttitle\";s:17:\"Excluded elements\";s:25:\"htmlCssReso
urces.alttitle\";s:41:\"Exclude resources from HTML and CSS files\";s:30:\"exten
sionDependencies.alttitle\";s:22:\"Extension Dependencies\";s:16:\"presets.altti
tle\";s:21:\"Configuration presets\";s:17:\"metadata.alttitle\";s:17:\"Meta data
setting\";s:19:\"fileFormat.alttitle\";s:19:\"File format options\";s:15:\"impo
rt.alttitle\";s:23:\"Importing TYPO3 records\";s:19:\"importFile.alttitle\";s:21
:\"Select file to import\";s:15:\"update.alttitle\";s:24:\"Update instead of Ins
ert\";s:16:\"options.alttitle\";s:14:\"Import options\";s:19:\"options.descripti
on\";s:27:\"Various options for import.\";s:15:\"action.alttitle\";s:13:\"Import
Action\";s:15:\"upload.alttitle\";s:18:\"Upload import file\";s:21:\"tableList.
description\";s:187:\"Export of all records on a page from a specific table. Thi
s is configured from the Web>List module where you will have to select table-onl
y view and click a button in the top of the page.\";s:17:\"tableList.details\";s
:132:\"Tip: You can select multiple table lists by simply saving each selecting
as a preset and finally load/merge the selections together.\";s:21:\"tableList.i
mage_descr\";s:259:\"Here two tables from different pages are selected. This is
done by first selecting the one, saving it as a preset, then select the other an
d merge with the saved preset.\nHere you see how to use the Web>List module to e
xport all records from a table on a page.\";s:30:\"tableListMaxNumber.descriptio
n\";s:159:\"Run-away brake that will make sure a large amount of records does no
t halt the interface. Default is 100, but you can change it to anything you like
of course.\";s:25:\"inclRelations.description\";s:121:\"Configure the tables fr
om which you want to include records that are found as relations in the main exp
ort configuration.\";s:21:\"inclRelations.details\";s:1616:\"Background: When yo
u export a record in TYPO3 it might contain relations to other records in the sy
stem. You have to tell the export interface what to do with these relations. Bas
ically there are three scenarios:\n- If relations are found between records that
are all in the export configuration, there is no problem: The relations are aut
omatically mapped to the new id\'s of those records when imported.\n- If the rec
ords related to are not included the relation will be lost (indicated with an er
ror message in the preview) unless you a) either select that table in this selec
tor box in which case all relations to that table will be included or b) if you
set the table as a static table (in which case the relation is untouched and imp
orted as-is - but which will of course break if no record with that UID is found
in the import system).\n\n<b>Soft References:</b> Soft references are when a re
cord contains pointers to external files or records but in fields where there ar
e no formal relation configured. Examples of this is when a content element cont
ains a \"&lt;link 123&gt;\" tag that represents a link to the page 123. This is
not picked up formally as a reference, but is found anyhow as a \"soft reference
\". The same goes for &lt;img&gt; tags with images from eg. \"fileadmin/\".\nBy
default soft references pointing to records or files will act as normal referenc
es; either including the referenced item or showing an error. However you can al
so choose to exclude the handling of individual soft references or maybe set the
value as \"editable\" upon import. This is done with a selector box in the expo
rt preview.\";s:12:\".description\";s:347:\"Native Import/Export module for TYPO
3 data. Can export single records, content of tables, single pages or whole bran
ches of the page tree. Includes attached media like image and preserves relation
s between records. Exports only to TYPO3 specific format, either a binary format
(.T3D) or XML. The format is meant for exchange between TYPO3 systems.\";s:25:\
"inclRelations.image_descr\";s:1204:\"This example shows tree examples of refere
nces; a) an image attached to a content element, b) a relation to a frontend use
rgroup UID, and c) a soft reference found in the bodytext field of a record, her
e it is the link-tag pointing to the page with UID 1. \nNotice in the previous i
mage how the relation to the frontend user group was lost. This has been correct
ed in this screenshot where the fe_group table has been selected in the list of
table for which to include relations. The result is that the frontend usergroup
is included as a record outside the exported pagetree. If you wanted to keep the
relation but not include the usergroup you have to set \"fe_groups\" as a stati
c table instead. See below.\nThis example shows a TypoScript Template Record whe
re multiple soft references has been found. The first one is an email address. H
ere it is configured to be editable. This means that upon import the user will h
ave a chance to edit the value before the import is actually done. This is very
useful when exported files are used as templates. Another example includes a PHP
script which we don\'t want to include in the export and therefore we have sele
cted the exclude option for the soft reference.\";s:22:\"enableLogging.alttitle\
";s:21:\"Enable System Logging\";s:27:\"staticRelations.description\";s:152:\"Se
lect which tables in addition to the static TYPO3 tables to keep relations untou
ched for. Takes precedence over \"Include relations\" configured tables.\";s:23:
\"staticRelations.details\";s:551:\"By default all relations to static tables in
TYPO3 are kept untouched. Of course those static tables should be present in th
e import system in order for this to work correctly. However there might be circ
umstances where you move information between two systems where theoretically non
-static tables should just keep relations untouched. Examples could be \"sys_lan
guages\" or TemplaVoila data structures / template objects where two systems mig
ht contain the same set of records in those tables while you are importing pages
and content elements freely.\";s:27:\"staticRelations.image_descr\";s:550:\"In
this example you see how a number of records are pointing to a System Language r
ecord which will become lost relations when imported because the record is not i
ncluded in the export. However; in the target system the System Languages are ex
actly the same and therefore you just want a static mapping of the relations.\nT
he static mapping is obtained by selecting the \"sys_language\" table as a stati
c template meaning that the relations are kept at their current values assuming
that they will be exactly the same in the target system when imported.\";s:28:\"
excludedElements.description\";s:215:\"By the \"Exclude\" checkbox you can exclu
de specific records from the preview display of the export. Which records has be
en picked for specific exclusion is listed here. You can also clear the exclusio
n configuration.\";s:28:\"htmlCssResources.description\";s:222:\"When an HTML or
CSS file is found as a soft reference the files are parsed for references to ex
ternal media (such as images) and if any are found they are also exported. If yo
u don\'t want this behaviour, click this option.\";s:24:\"htmlCssResources.detai
ls\";s:275:\"Notice: Resources found inside an HTML or CSS file are not analysed
further. For instance it means that any CSS files referred to from within an HT
ML will not be traversed - but CSS files referred to inside the Setup or Constan
t field of a TypoScript template record will be!\";s:28:\"htmlCssResources.image
_descr\";s:364:\"In this example you can see that a soft reference has been foun
d pointing to an HTML file inside fileadmin/ Since it was an HTML file it was pa
rsed and further a number of files were found referenced inside it and now inclu
ded with the export. This feature is specifically created to support export of t
emplate configurations where external HTML files play a role.\";s:33:\"extension
Dependencies.description\";s:239:\"Select which extensions should be installed i
n the import system in order for your exported content to work correctly. Exampl
es could be \"templavoila\" for templating, \"css_styled_content\" for the templ
ate, \"tt_news\" for a news archive etc.\";s:29:\"extensionDependencies.details\
";s:103:\"During import warnings will appear for all selected extensions from th
is list which were not installed.\";s:19:\"presets.description\";s:137:\"Enables
you to save an export configuration for later re-use. Useful if you need to exp
ort the same configuration with regular intervals.\";s:19:\"presets.image_descr\
";s:74:\"The preset selector in the export interface.\nPresets from the task cen
ter.\";s:20:\"metadata.description\";s:126:\"Set meta data for the export. This
is highly encouraged if your exported content goes into eg. a template collectio
n of sorts.\";s:22:\"importFile.description\";s:126:\"The files displayed are th
ose with an extension T3D or XML from fileadmin/, fileadmin/export/ and your \"T
EMP\" folder (if any).\";s:18:\"update.description\";s:114:\"By default the impo
rt operation inserts new records in the system. Using this option will update ex
isting records.\";s:18:\"update.image_descr\";s:192:\"In Update mode you can sel
ect various settings for each record. You will also be able to see a diff-view w
here the differences between the existing record and the one from the import is
shown.\";s:19:\"options.image_descr\";s:179:\"Options for import.\nHere you are
told that this PHP file cannot be allowed - because you didn\'t select the optio
n \"Allow to write banned file extensions (eg. PHP scripts), if any\"\";s:25:\"e
nableLogging.description\";s:174:\"If you set this the system backend log will b
e filled with entries for all the actions that the import actually performs. By
default this is left out for the sake of clarity.\";s:18:\"upload.description\";
s:174:\"Select a file to import from your local computer and upload it here. If
the upload completes succesfully you can immediately see its content displayed i
n the preview display.\";s:14:\"upload.details\";s:140:\"Notice that there are u
sually limits set by the server (PHP) to the size of uploaded files at around 2
MB in which case nothing will happen.\";s:22:\"fileFormat.description\";s:288:\"
You can export your records to a TYPO3 specific binary format (serialized PHP ar
ray) called \"T3D\". Alternatively you can select a plain-text XML export which
potentially can be imported by other applications written to support this format
. However the schema of the XML is TYPO3 specific.\";s:18:\"import.description\"
;s:328:\"To import TYPO3 T3D/XML files into the page tree you click any page in
the page tree (including the root page!), select \"More options\" (requires the
extensions \"extra_page_cm_options\" to be installed) and then \"Import from .t3
d\". This will bring up the import interface where you can select a file to impo
rt or upload a new one.\";s:16:\"metadata.details\";s:749:\"The meta data will h
elp users of your exported files to know what they can expect to be inside and w
hat things they should be aware of and take into account during import.\nThe \"T
itle\" and \"Description\" should contain the basic information about the export
. \nThe \"Notes\" field can be used for additional details, especially remarks a
bout intensions or requirements that apply.\nThe thumbnail field is used for thu
mbnails if you need that for your export. This is very useful when export files
are used as page templates where the template selector can take advantage of the
thumbnail. The format should be a web-format like jpg, gif or png and the dimen
sions should fit exactly the final display dimensions intended; so don\'t upload
very large images!\";s:18:\"action.description\";s:291:\"Press \"Preview\" to s
ee the content of the import file or update the preview display according to cha
nged configurations. \nPress \"Import\"/\"Update\" if you want to perform the ac
tual import.\n\nBefore importing make sure you change any editable soft referenc
es that are shown in the preview data.\";s:18:\"action.image_descr\";s:217:\"Exa
mple of the result view after importing. As you can see the RTE attached images
(soft references) has been written to new file names and the difference view tel
ls you that the names changed in the bodytext content.\";s:18:\"fileFormat.detai
ls\";s:890:\"Generally you should use the T3D format, preferably compressed. The
T3D compressed format normally yields a size about 10 times less than the XML f
ormat which is bloaded due to the plain-text nature of the format.\n\nWith \"Max
size of files to include\" you can set a limit to the size of attached files to
records. This is useful if you have large PDF files or videoclips attached to r
ecords which you do not desire (or do desire!) to include; then with this limit
you can adjust whether they are allowed in or not.\n\nEntering a file name to sa
ve to makes it possible to write your export directly to a file (pressing \"Save
to filename\") instead of downloading it (pressing \"Download export\"). The co
rrect file extensions depending on file format is automatically applied. Files a
re saved in a proper filemount in \"fileadmin/\". This is shown to you upon savi
ng. Existing files are overwritten.\";s:15:\"options.details\";s:958:\"<b>Do not
show differences in records</b>\nWhen a structure has been imported you will se
e a difference view of all records which tells you whether the written content m
atched the import data or if not, what changed. In many cases content <i>should<
/i> change (eg. relations and file references) so it is not an error if you see
red and green values. Basically the difference view is a feature you can use for
visual validation of the import success. It brings piece-of-mind to those who i
s enlightened to understand what it tells... :-)\nGreen strings represent the ac
tual written data while red represents the original value from the import file a
nd black represents data that is the same.\n\n<b>Allow to write banned file exte
nsions (eg. PHP scripts), if any</b>\nAlso an option for admins-only; Allows PHP
-files (for example from soft references in TypoScript templates) to be written
to the system. This is normally not allowed behavior for security reasons.\";s:1
4:\"import.details\";s:676:\"<b>Tip: Import into a Sys Folder</b>\nTo make sure
that no records are lost during the import, you can make yourself safe by import
ing into a SysFolder you create first. After the import you can move all records
to the final destinations. An example of such a scenario is if you configured t
he export to include relations; In that case a number of records may follow the
export outside the page tree structure you are exporting. To make sure that all
of these external records are written to the database, importing into a SysFolde
r is a good idea.\n\n<b>Error messages:</b> Remember to consult the Message-tab
before/after importing to see if there are any error messages there!\";s:15:\"pr
esets.details\";s:921:\"In the \"Select preset\" box you can select any previous
ly saved preset to load. If you are exporting a page the presets listed will be
those found for the start page ID. For records, any preset can be loaded.\nTo lo
ad a preset, select it in the selector and press \"Load\". If you press \"Merge\
" instead the settings from the preset will be merged with the current configura
tion. This is meaningful in cases where you select multiple individual tables or
records.\nTo save a preset, simply enter a title in the title box and press \"S
ave\". This will create a new preset. If you press save while having selected an
existing preset you will overwrite it.\nTo delete old presets, simply select it
and press \"Delete\".\n\nThe checkbox \"Public\" can be set if you want to shar
e your preset with other users of the system. Otherwise they are personal to you
.\n\nIn the Taskcenter you can see a list of your presets and jump directly to t
hem.\";s:14:\"update.details\";s:1591:\"There are certain requirements you have
to meet if you want the \"Update\" process to work. The main thing is that the r
ecords updated are those with the SAME uid as the uid in the export file. Thus a
n update operation only makes real sense if the export and import systems are so
mehow related and the same UIDs can be expected in both ends. Otherwise it will
be a mess!\n\nWhen you update page structures the import operation will automati
cally try to rearrange records so they also appear in the same hierarchy and ord
er as in the export file. This can be disabled by checking the option \"Ignore P
ID differences globally\". In any case you can set individual records to Ignore/
Respect the PID with a selectorbox in the preview.\n\nIn the preview display you
can also select if individual records should be flatly ignored during import or
if you want them created as new records instead of being updates.\nAs a help fo
r managing updates the preview display will inform you about the path where the
existing element with that UID is found. Use this to verify that you get what yo
u expect!\n\n<b>Forcing the UID:</b>\nIf you intend to update a system and some
elements from the import are not mappable to a UID already (ei. does not exist)
you can choose in the preview display to force the UID during creation. This is
an unorthodox thing to do since UIDs are normally created automatically by the d
atabase. The option makes most sense if you are trying to \"synchronize\" a copy
of another system. The option may mess up certain database internals and the fe
ature is therefore only available for admins.\";}}}',1291035834,'ident_xml2array
');
/*!40000 ALTER TABLE `cache_hash` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cache_imagesizes`
--
DROP TABLE IF EXISTS `cache_imagesizes`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `cache_imagesizes` (
`md5hash` varchar(32) NOT NULL default '',
`md5filename` varchar(32) NOT NULL default '',
`tstamp` int(11) NOT NULL default '0',
`filename` varchar(255) NOT NULL default '',
`imagewidth` mediumint(11) unsigned NOT NULL default '0',
`imageheight` mediumint(11) unsigned NOT NULL default '0',
PRIMARY KEY (`md5filename`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `cache_imagesizes`
--
LOCK TABLES `cache_imagesizes` WRITE;
/*!40000 ALTER TABLE `cache_imagesizes` DISABLE KEYS */;
INSERT INTO `cache_imagesizes` VALUES ('96ce6f6bebe945f412a4fcded6d2a87e','00a7b
d35c79b8b25f307618262fe12b7',1289217012,'uploads/pics/PDF_02.gif',53,55),('67f6d
bd822e1321e2510cc97feff95f3','062621f9431005f4324ffe01ff9055a1',1282642959,'/hom
e/zts-wire/public_html/typo3temp/pics/f206569841.png',188,118),('d1d13fcf4da08f4
9f02479bb6f8aefdc','07c42b872d4ae3ff5e0273a11f65defa',1282297796,'typo3temp/pics
/ede48c1db9.png',180,113),('96ce6f6bebe945f412a4fcded6d2a87e','0fe3d8be6d6fc8920
bb81136a9201895',1289216669,'uploads/pics/PDF_13.gif',53,55),('714b5b67cde8d288b
01a2cce48f9bc5a','12de986dbec8850a5173c769cb1f1e8b',1282297563,'uploads/pics/ima
geLinks05.png',188,118),('add65cebd45069426bd7bc59cf4a549f','1938345d10b4f0b8e54
9ddac9592d5f9',1282642924,'typo3temp/pics/3b75d344bb.png',180,113),('d23fcd5a29a
f19b59c6887fc1aa67162','19645b11a640c152c1328692ff917127',1282297209,'fileadmin/
templateZTSWire/images/klogo.png',110,15),('cc92d0898a57ce735883750381e308b9','1
a362ca301cc9c6a3757ad017740c66a',1282642924,'typo3temp/pics/f9c1947433.png',180,
113),('4c26d67916baa69aba6caa540c4fba9d','1f0487b929f6080da2d149bab5e53555',1289
551967,'/home/zts-wire/public_html/uploads/pics/isoliermaterial_01.png',188,118)
,('12a4f8a240db5e88e5804f3dc09e2ac4','1f77b05b8c5f7d4a39740c436a4b6014',12892150
79,'/home/zts-wire/public_html/uploads/pics/wickelmaterial.png',188,118),('21d93
ff355b0174c5e77cbc93fd5c89d','20c2b163629fa31008d637cdd65556b5',1282550478,'uplo
ads/pics/WebAgentur_Koerbler.gif',1447,199),('d1d13fcf4da08f49f02479bb6f8aefdc',
'21ba4e1f9bb8214e3dfd0c5bfc2d62e0',1282642924,'typo3temp/pics/548c7652f4.png',18
0,113),('e5b254d90825bf17b0bd38721d708ce3','24be7631a049431ca85d678f239f717d',12
82297796,'typo3temp/pics/c3db8dc9a9.png',180,113),('80a838e6558f874f796e20ac633f
7888','2596cfd690ffd49381a7d4ebb3f433ba',1282297563,'uploads/pics/imageLinks02.p
ng',188,118),('75a32f23dedb95f7c9e3f92aeb882c90','26c29f59e584261ec69c15639e4802
e3',1282643402,'uploads/pics/lacke_harze_01.png',188,118),('96ce6f6bebe945f412a4
fcded6d2a87e','2f4c88ccad65319e37246003a035d256',1289316171,'uploads/pics/PDF_05
.gif',53,55),('4c26d67916baa69aba6caa540c4fba9d','39940dad2e67033ab0cefd9342d578
c8',1282649647,'uploads/pics/isoliermaterial.png',188,118),('f1cff9bd130612020d8
3dbb40388d81e','3d92e1970c0162016d8d7ae000496e18',1282297563,'typo3temp/pics/9a7
54aef17.png',112,71),('714b5b67cde8d288b01a2cce48f9bc5a','3f12c0c74906352396267c
0e3165f001',1282642924,'uploads/pics/imageLinks05_01.png',188,118),('b2c958ad93f
176480d319608abac5bb3','43a42bfbfb1375c68c0fe0471c1b7e67',1289551971,'/home/zts-
wire/public_html/typo3temp/pics/ec884ad6f0.png',188,118),('35949d47936044c6e8dae
f2d1c818493','468045616293c9ca0967790d545327e1',1282642924,'typo3temp/pics/e8b86
607d2.png',180,113),('12a4f8a240db5e88e5804f3dc09e2ac4','49c1a04f4c8a3bfad7769ff
27a762ce0',1282650961,'uploads/pics/wickelmaterial.png',188,118),('8adb92087f4c4
e1bd85bc768c79e29c5','4da50d1e2448ebba8f8cc05d2b907737',1289551971,'/home/zts-wi
re/public_html/uploads/pics/pruefgeraete_02.png',188,118),('96ce6f6bebe945f412a4
fcded6d2a87e','503462f3185f6ab14ae08c04980e0690',1289217015,'uploads/pics/PDF_03
.gif',53,55),('847d30a93a237cd22445b6d279cee76f','513890eca6a271f9d6f206f3d4de61
b7',1282550435,'typo3temp/pics/632f02f38a.jpg',150,21),('933718cb620763f3e7dd5a0
53e56240d','516f75edc361b369f68ac245ed802691',1282649647,'uploads/pics/motor.png
',188,118),('0bc6c4901fddc4eae84be68cbea14fea','55031e610dd4029b107fb330e680386b
',1282643402,'typo3temp/pics/341defefc4.png',180,113),('c6e8c832135bea107cd57105
3ce64385','55f08aaaa5882e2c65639366b1ea6439',1289551680,'/home/zts-wire/public_h
tml/typo3temp/pics/13f9a779b8.png',188,118),('b75533c6df6e8f03a9ed1dd7e33868dd',
'56308418e8860877a84ba00a107e0fcd',1282649647,'typo3temp/pics/ddd9c2df72.png',18
0,113),('319fac4d7002231dc8422bb0bf1c4f28','5d16c5d0831d4bfd43c3474daf85de2c',12
82642924,'uploads/pics/imageLinks01_01.png',188,118),('29b5e3e2483a01856d2834b50
10cae99','61e54adf32abc293fd7f0170246233a2',1289551842,'/home/zts-wire/public_ht
ml/typo3temp/pics/8c0ae7a0ea.png',188,118),('7accded1acf060ee7a5d4438a2670edc','
6575f088118f37bcba46f3203a5dab2a',1282297563,'typo3temp/pics/e4ac3310f3.png',112
,71),('97b7297a22c6839316d25600c343dfe6','6bb6fe5badea9d491d112d62508d8c3b',1282
297563,'uploads/pics/imageLinks03.png',188,118),('317be33d8708ded25e7e36a7510ef6
c1','6befa92cec3fe637888dc558bfd78fcf',1282642924,'uploads/pics/pruefgeraete.png
',188,118),('a84f3e3e5aaef5a4d1124ff98114eaee','6eff237587276bdc0334e445cbf8788c
',1282652820,'uploads/pics/motoren.png',188,118),('ba485e02cfc12fe48050424a9de41
aa2','772ddd063c17a626e6942a4e3896cb27',1282297563,'typo3temp/pics/8fbe4d2f44.pn
g',112,71),('add65cebd45069426bd7bc59cf4a549f','79bd9a7fc57c400baa8e5c685b52ef4f
',1282297796,'typo3temp/pics/2d9930ca1d.png',180,113),('97b7297a22c6839316d25600
c343dfe6','7e388688791aeabaf987d50fc4f04f2c',1282642924,'uploads/pics/imageLinks
03_01.png',188,118),('90fa5f6e442055a04179054bcfb9eed3','7f883765c81a05445bcdd61
c63dc4874',1282649647,'typo3temp/pics/f8bc9a7d2f.png',180,113),('ef29c77934b6a9d
80daeafc2772337f6','85f3277cd49719cfc156103c75af95af',1289551680,'/home/zts-wire
/public_html/uploads/pics/Motor.png',188,118),('ab6e4a7f16719ce05ae603cf8efc2a12
','86b83136db943511c9c97b3b152095d1',1282297563,'typo3temp/pics/d814bce926.png',
112,71),('29b5e3e2483a01856d2834b5010cae99','887dfa500774a197c6c03cd0ac5e52c8',1
289215079,'/home/zts-wire/public_html/typo3temp/pics/071e5c0baa.png',188,118),('
b8250918069f06a3cd97f21afa90874b','8ec582780198cd40f489b442691f1fb3',1282297745,
'typo3temp/pics/15a2ade29e.png',180,113),('bf98461f0c36f919fefc8c0ad3391771','92
5f298d448eaa935673d35e296a03c8',1282642281,'/home/zts-wire/public_html/typo3temp
/pics/d11edd5159.png',188,118),('126ffaf1731303f1f3c304ec9a310199','9297b795ba7b
de44b5f0d9a1db6296c2',1289551967,'/home/zts-wire/public_html/typo3temp/pics/fdd9
4331f2.png',188,118),('2bdb447c4001cfd4e7cd2d7da3862681','991fa4b99b6dbd218bce54
1a3776d227',1282297745,'typo3temp/pics/abd0c74556.png',180,113),('a072859db88238
ba8e363f991589a1c3','9c63f226c10bf6b69b2faf9de1fa424f',1282297745,'typo3temp/pic
s/dd851b7f3c.png',180,113),('97b7297a22c6839316d25600c343dfe6','9c91e047044231c9
c6cd5d6957275127',1282642959,'/home/zts-wire/public_html/uploads/pics/imageLinks
03_01.png',188,118),('afa44bfd4ec2b828c4d593f1caab9e9e','9dc418c85f232e55d8204e3
a92150002',1282550435,'uploads/pics/WebAgentur_Koerbler.jpg',600,83),('4bc80e3e5
23806e2cd1f0a77ed69e602','9e9d0d78e81aabad6d1b5b3f1a46e471',1282642924,'typo3tem
p/pics/8b81cd3f23.png',180,113),('5dd53e8f4162b329e452ebc085059133','9f323db01f5
6301642601040cd91b1d1',1289551961,'/home/zts-wire/public_html/typo3temp/pics/b3a
904bc75.png',188,118),('8adb92087f4c4e1bd85bc768c79e29c5','a13991fa974dee2d87f57
04bf1e71f7f',1282643402,'uploads/pics/pruefgeraete_01.png',188,118),('c60ffef95a
1eb135380d3d2730c9ec44','a670ec29c962d2cf80a925f87ef9f256',1282297745,'typo3temp
/pics/56358eeeb1.png',180,113),('4e7343ebdaa553ca817e02d527ace205','c4b1a144cf2f
2ce2de5fa473211830d2',1282643402,'typo3temp/pics/84de325a53.png',180,113),('12a4
f8a240db5e88e5804f3dc09e2ac4','c922b7f757e74d79edabb6ed7b37f100',1289551842,'/ho
me/zts-wire/public_html/uploads/pics/wickelmaterial_01.png',188,118),('cc92d0898
a57ce735883750381e308b9','ccd85e8add26b71984d2d7d134c2ec77',1282297796,'typo3tem
p/pics/1cb70b08df.png',180,113),('6f076257397ffca1e040f3c95de91991','cde128b62f4
30f49427d5209c5ede949',1282652820,'typo3temp/pics/dbe7317981.png',180,113),('d76
d2e4605a364fe79b0ad1ec1f6b9db','cf6c78f26fc37cd2fb51e70f11f5cd6e',1282297563,'up
loads/pics/imageLinks04.png',188,118),('11dbedea051b6dd31a2ba6e3c9d47f98','cfa25
58b7e62aa92a9fd60e9784d9922',1282650961,'typo3temp/pics/3c3c1d528f.png',180,113)
,('a02a9a9746d08befb945a17ad734c41f','e288d155f4624b38b597b5788765d331',12822977
45,'typo3temp/pics/45f09a449e.png',180,113),('75a32f23dedb95f7c9e3f92aeb882c90',
'e353c1924971bc1908ae92007eca8307',1289551961,'/home/zts-wire/public_html/upload
s/pics/lacke_harze_02.png',188,118),('d76d2e4605a364fe79b0ad1ec1f6b9db','e6646f2
2b6154dadadfb5e2228af127e',1282642281,'/home/zts-wire/public_html/uploads/pics/i
mageLinks04.png',188,118),('96ce6f6bebe945f412a4fcded6d2a87e','e7b0f99348ff50194
cbae880cf8c1556',1289217008,'uploads/pics/PDF_01.gif',53,55),('319fac4d7002231dc
8422bb0bf1c4f28','e8121a0e84e195bdc1d4303d9a3edf22',1282297563,'uploads/pics/ima
geLinks01.png',188,118),('4bc80e3e523806e2cd1f0a77ed69e602','f611ae2792470f2a0f0
91e5eb6aa4d04',1282297796,'typo3temp/pics/c0f913c8c5.png',180,113),('96ce6f6bebe
945f412a4fcded6d2a87e','f7ad8e3f42107ba84c7849239be36bbf',1289316255,'uploads/pi
cs/PDF_06.gif',53,55),('ed4700f62d20a7839f44de1380dd1d2a','f7e60e04919f079a1da20
827dd07aee9',1282297563,'typo3temp/pics/d6cae54ce4.png',112,71),('80a838e6558f87
4f796e20ac633f7888','fd589f97cff68c61f6fe5a70267e4287',1282642924,'uploads/pics/
imageLinks02_01.png',188,118),('96ce6f6bebe945f412a4fcded6d2a87e','ff3f3b7d0cbae
add4a147ed1d1ef20b3',1289217019,'uploads/pics/PDF_04.gif',53,55);
/*!40000 ALTER TABLE `cache_imagesizes` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cache_md5params`
--
DROP TABLE IF EXISTS `cache_md5params`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `cache_md5params` (
`md5hash` varchar(20) NOT NULL default '',
`tstamp` int(11) NOT NULL default '0',
`type` tinyint(3) NOT NULL default '0',
`params` text,
PRIMARY KEY (`md5hash`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `cache_md5params`
--
LOCK TABLES `cache_md5params` WRITE;
/*!40000 ALTER TABLE `cache_md5params` DISABLE KEYS */;
/*!40000 ALTER TABLE `cache_md5params` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cache_pages`
--
DROP TABLE IF EXISTS `cache_pages`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `cache_pages` (
`id` int(11) unsigned NOT NULL auto_increment,
`hash` varchar(32) NOT NULL default '',
`page_id` int(11) unsigned NOT NULL default '0',
`reg1` int(11) unsigned NOT NULL default '0',
`HTML` mediumblob,
`temp_content` int(1) NOT NULL default '0',
`tstamp` int(11) unsigned NOT NULL default '0',
`expires` int(10) unsigned NOT NULL default '0',
`cache_data` mediumblob,
PRIMARY KEY (`id`),
KEY `page_id` (`page_id`),
KEY `sel` (`hash`,`page_id`)
) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=latin1;
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `cache_pages`
--
LOCK TABLES `cache_pages` WRITE;
/*!40000 ALTER TABLE `cache_pages` DISABLE KEYS */;
INSERT INTO `cache_pages` VALUES (6,'98b45eeca761c97136f13a524ac6b23d',9,0,'<?xm
l version=\"1.0\" encoding=\"iso-8859-1\"?>\n<!DOCTYPE html\n PUBLIC \"-//W3
C//DTD XHTML 1.0 Transitional//EN\"\n \"http://www.w3.org/TR/xhtml1/DTD/xhtm
l1-transitional.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"
en\" lang=\"en\">\n<head>\n\n<meta http-equiv=\"Content-Type\" content=\"text/ht
ml; charset=iso-8859-1\" />\n<!-- \n This website is powered by TYPO3 - inspi
ring people to share!\n TYPO3 is a free open source Content Management Framework
initially created by Kasper Skaarhoj and licensed under GNU/GPL.\n TYPO3 is
copyright 1998-2010 of Kasper Skaarhoj. Extensions are copyright of their respe
ctive owners.\n Information and contribution at http://typo3.com/ and http://typ
o3.org/\n-->\n\n\n\n<title>ZTS Wire: Wickelmaterial</title>\n<meta name=\"genera
tor\" content=\"TYPO3 4.4 CMS\" />\n\n<link rel=\"stylesheet\" type=\"text/css\"
href=\"typo3temp/stylesheet_670d0f71b2.css?1281519085\" media=\"all\" />\n\n\n\
n<script src=\"typo3temp/javascript_93077bb238.js?1281519085\" type=\"text/javas
cript\"></script>\n\n\n<meta http-equiv=\"Content-Type\" content=\"text/html; ch
arset=utf-8\" />\r\n\r\n<link href=\"fileadmin/templateZTSWire/style.css\" rel=\
"stylesheet\" type=\"text/css\" />\r\n<script type=\"text/javascript\" src=\"fil
eadmin/templateZTSWire/iepngfix_tilebg.js\"></script>\r\n<script type=\"text/jav
ascript\" src=\"fileadmin/templateZTSWire/jquery-1.3.2.min.js\"></script>\r\n<sc
ript type=\"text/javascript\" src=\"fileadmin/templateZTSWire/supersized.2.0.js\
"></script>\r\n<script type=\"text/javascript\"> \r\n $(function(){\r\
n $.fn.supersized.options = { \r\n
startwidth: 1400, \r\n startheight: 700,\r\n
vertical_center: 1,\r\n slideshow: 0,\r\n
navigation: 1,\r\n transition: 1, //0-None, 1-Fade,
2-slide top, 3-slide right, 4-slide bottom, 5-slide left\r\n
pause_hover: 0,\r\n slide_counter: 1,\r\n
slide_captions: 1,\r\n slide_interval: 3000 \r\n
};\r\n $(\'#supersize\').supersized(); \r\n });\r\n </script
>\r\n\n<link rel=\"schema.dc\" href=\"http://purl.org/metadata/dublin_core_eleme
nts\" />\n</head>\n<body>\n\r\n \r\n <div id=\"supersize\"><!--###supersize##
# begin --><img src=\"fileadmin/templateZTSWire/images/backgrnd.jpg\" alt=\"ZTS
- Wire\" /><!--###supersize### end --></div>\r\n\r\n<div id=\"wrapper\"><!--###w
rapper### begin -->\r\n <div id=\"top\"><!--###top### begin -->\r\n
<div id=\"logo\"><h1><a href=\"ZTS-Wire.1.0.html\" target=\"_self\" >ZTS Wire</a
></h1></div>\r\n <div id=\"languageSelect\"><!--###languageSelect
### begin -->\r\n <form method=\"post\" action=\"fileadmin
/templateZTSWire/template.html\">\r\n <select name=\"l
anguageSelect\">\r\n <option>Deutsch</option>
\r\n <option>English</option>\r\n
<option>........</option>\r\n </select>\r\n
</form>\r\n <!--###languageSelect### end --></div>\r\n
<div id=\"topNav\"><ul><li><a href=\"Kontakt.14.0.html\" target=\"_self\" onfocu
s=\"blurLink(this);\" >Kontakt</a></li><li><a href=\"AGB.8.0.html\" target=\"_s
elf\" onfocus=\"blurLink(this);\" >AGB</a></li><li class=\"last\"><a href=\"Imp
ressum.7.0.html\" target=\"_self\" onfocus=\"blurLink(this);\" >Impressum</a></
li><ul></div>\r\n <!--###top### end --></div>\r\n <div id=\"mainnav\"><ul>
<li><a href=\"Home.2.0.html\" target=\"_self\" >Home</a></li><li><a href=\"Unte
rnehmen.3.0.html\" target=\"_self\" >Unternehmen</a></li><li class=\"curr\"><a
href=\"Produkte.4.0.html\" target=\"_self\" >Produkte</a></li><li><a href=\"Ser
vice.5.0.html\" target=\"_self\" >Service</a></li><li><a href=\"Kontakt.6.0.htm
l\" target=\"_self\" >Kontakt</a></li></ul></div>\r\n <div id=\"container\"><!
--###container### begin -->\r\n <div id=\"maincontent\"><!--###mainconte
nt### begin -->\r\n <div id=\"left\"><div id=\"subnav\"><ul>
<li class=\"curr\"><a href=\"Wickelmaterial.9.0.html\" target=\"_self\" >Wickel
material</a></li><li><a href=\"Elektroisoliermaterial.10.0.html\" target=\"_self
\" >Elektroisoliermaterial</a></li><li><a href=\"Impraegniermittel.11.0.html\"
target=\"_self\" >Imprgniermittel</a></li><li><a href=\"Pruefgeraete.12.0.html\"
target=\"_self\" >Prfgerte</a></li><li><a href=\"Elektromotoren.13.0.html\" targ
et=\"_self\" >Elektromotoren</a></li></ul></div></div>\r\n \r\n
<div id=\"content\"><div id=\"c18\" class=\"csc-default\" ><h1>Wickelmaterial</h
1><ul class=\"csc-menu csc-menu-1\"><li><a href=\"Kupferdraehte-rund.15.0.html\"
target=\"_self\" title=\"Kupferdrhte rund\" >Kupferdrhte rund</a></li><li><a hre
f=\"Kupferdraehte-flach.16.0.html\" target=\"_self\" title=\"Kupferdrhte flach\"
>Kupferdrhte flach</a></li><li><a href=\"Kupferbaender-und-Kupferstangen.17.0.ht
ml\" target=\"_self\" title=\"Kupferbnder und Kupferstangen\" >Kupferbnder und Ku
pferstangen</a></li><li><a href=\"Aluminiumprodukte.18.0.html\" target=\"_self\"
title=\"Aluminiumprodukte\" >Aluminiumprodukte</a></li></ul></div></div>\r\n
<div id=\"right\"><div id=\"c2\" class=\"csc-default\" ><div class=\"csc-textpic
-text\"><p><b>ZTS Zica trgovina in storitve d.o.o.</b>\r</p>\n<p>Spelina Ulica P
.p.133 022 2000 Maribor\r</p>\n<p>Tel: +386-2-46-04-810 Fax: +386-2-426-01-39\r<
/p>\n<p>E-Mail: <a href=\"mailto:office@zts-wire.com\" >office@zts-wire.com</a>
</p></div></div></div>\r\n <div id=\"imageLinks\"><div id=\
"c17\" class=\"csc-default\" ><div class=\"csc-textpic csc-textpic-left csc-text
pic-above\"><div class=\"csc-textpic-imagewrap\"><ul><li class=\"csc-textpic-ima
ge csc-textpic-firstcol\" style=\"width:180px;\"><a href=\"Wickelmaterial.9.0.ht
ml\" ><img src=\"typo3temp/pics/3c3c1d528f.png\" width=\"180\" height=\"113\" bo
rder=\"0\" alt=\"\" /></a></li><li class=\"csc-textpic-image\" style=\"width:180
px;\"><a href=\"Elektroisoliermaterial.10.0.html\" ><img src=\"typo3temp/pics/dd
d9c2df72.png\" width=\"180\" height=\"113\" border=\"0\" alt=\"\" /></a></li><li
class=\"csc-textpic-image\" style=\"width:180px;\"><a href=\"Impraegniermittel.
11.0.html\" ><img src=\"typo3temp/pics/341defefc4.png\" width=\"180\" height=\"1
13\" border=\"0\" alt=\"\" /></a></li><li class=\"csc-textpic-image\" style=\"wi
dth:180px;\"><a href=\"Pruefgeraete.12.0.html\" ><img src=\"typo3temp/pics/84de3
25a53.png\" width=\"180\" height=\"113\" border=\"0\" alt=\"\" /></a></li><li cl
ass=\"csc-textpic-image csc-textpic-lastcol\" style=\"width:180px;\"><a href=\"E
lektromotoren.13.0.html\" ><img src=\"typo3temp/pics/dbe7317981.png\" width=\"18
0\" height=\"113\" border=\"0\" alt=\"\" /></a></li></ul></div></div><div class=
\"csc-textpic-clear\"><!-- --></div></div></div>\r\n <!--###mainconte
nt### end --></div>\r\n <!--###container### end --></div>\r\n\r\n <div id=
\"footer\"><a href=\"http://www.koerbler.com\" title=\"WebAgentur Krbler\" target
=\"_blank\" >WebMarketing</a>&nbsp;by<br /><a href=\"http://www.koerbler.com\" t
itle=\"WebAgentur Krbler\" target=\"_blank\"><img src=\"fileadmin/templateZTSWire
/images/klogo.png\" width=\"110\" height=\"15\" border=\"0\" alt=\"WebAgentur Krb
ler\" title=\"WebAgentur Krbler\" /></a></div>\r\n <div class=\"clear\"><!-
-###clear### begin --><!--###clear### end --></div>\r\n\r\n\r\n<!--###wrapper###
end --></div>\n\n\n\n\n</body>\n</html>',0,1290682009,1290768409,'a:6:{s:6:\"co
nfig\";a:18:{s:9:\"extTarget\";s:5:\"_self\";s:4:\"stat\";i:1;s:16:\"stat_typeNu
mList\";s:3:\"0,1\";s:14:\"uniqueLinkVars\";i:1;s:10:\"locale_all\";s:5:\"de_DE\
";s:16:\"titleTagFunction\";s:33:\"user_pagetitle_class->changetitle\";s:23:\"si
mulateStaticDocuments\";s:1:\"1\";s:32:\"simulateStaticDocuments_addTitle\";s:2:
\"70\";s:28:\"simulateStaticDocuments_pEnc\";s:6:\"base64\";s:9:\"intTarget\";s:
5:\"_self\";s:20:\"inlineStyle2TempFile\";s:1:\"1\";s:8:\"language\";s:2:\"de\";
s:7:\"doctype\";s:11:\"xhtml_trans\";s:20:\"disablePrefixComment\";s:1:\"1\";s:1
5:\"removeDefaultJS\";s:8:\"external\";s:8:\"minifyJS\";i:1;s:12:\"absRefPrefix\
";s:0:\"\";s:12:\"xhtmlDoctype\";s:11:\"xhtml_trans\";}s:8:\"rootLine\";a:3:{i:0
;a:23:{s:3:\"pid\";s:1:\"0\";s:3:\"uid\";s:1:\"1\";s:9:\"t3ver_oid\";s:1:\"0\";s
:10:\"t3ver_wsid\";s:1:\"0\";s:11:\"t3ver_state\";s:1:\"0\";s:14:\"t3ver_swapmod
e\";s:1:\"0\";s:5:\"title\";s:8:\"ZTS-Wire\";s:5:\"alias\";s:0:\"\";s:9:\"nav_ti
tle\";s:0:\"\";s:5:\"media\";s:0:\"\";s:6:\"layout\";s:1:\"0\";s:6:\"hidden\";s:
1:\"0\";s:9:\"starttime\";s:1:\"0\";s:7:\"endtime\";s:1:\"0\";s:8:\"fe_group\";s
:0:\"\";s:16:\"extendToSubpages\";s:1:\"0\";s:7:\"doktype\";s:1:\"4\";s:8:\"TSco
nfig\";s:0:\"\";s:11:\"storage_pid\";s:1:\"0\";s:11:\"is_siteroot\";s:1:\"0\";s:
9:\"mount_pid\";s:1:\"0\";s:12:\"mount_pid_ol\";s:1:\"0\";s:13:\"fe_login_mode\"
;s:1:\"0\";}i:1;a:23:{s:3:\"pid\";s:1:\"1\";s:3:\"uid\";s:1:\"4\";s:9:\"t3ver_oi
d\";s:1:\"0\";s:10:\"t3ver_wsid\";s:1:\"0\";s:11:\"t3ver_state\";s:1:\"0\";s:14:
\"t3ver_swapmode\";s:1:\"0\";s:5:\"title\";s:8:\"Produkte\";s:5:\"alias\";s:0:\"
\";s:9:\"nav_title\";s:0:\"\";s:5:\"media\";s:0:\"\";s:6:\"layout\";s:1:\"0\";s:
6:\"hidden\";s:1:\"0\";s:9:\"starttime\";s:1:\"0\";s:7:\"endtime\";s:1:\"0\";s:8
:\"fe_group\";s:0:\"\";s:16:\"extendToSubpages\";s:1:\"0\";s:7:\"doktype\";s:1:\
"1\";s:8:\"TSconfig\";s:0:\"\";s:11:\"storage_pid\";s:1:\"0\";s:11:\"is_siteroot
\";s:1:\"0\";s:9:\"mount_pid\";s:1:\"0\";s:12:\"mount_pid_ol\";s:1:\"0\";s:13:\"
fe_login_mode\";s:1:\"0\";}i:2;a:23:{s:3:\"pid\";s:1:\"4\";s:3:\"uid\";s:1:\"9\"
;s:9:\"t3ver_oid\";s:1:\"0\";s:10:\"t3ver_wsid\";s:1:\"0\";s:11:\"t3ver_state\";
s:1:\"0\";s:14:\"t3ver_swapmode\";s:1:\"0\";s:5:\"title\";s:14:\"Wickelmaterial\
";s:5:\"alias\";s:0:\"\";s:9:\"nav_title\";s:0:\"\";s:5:\"media\";s:0:\"\";s:6:\
"layout\";s:1:\"0\";s:6:\"hidden\";s:1:\"0\";s:9:\"starttime\";s:1:\"0\";s:7:\"e
ndtime\";s:1:\"0\";s:8:\"fe_group\";s:0:\"\";s:16:\"extendToSubpages\";s:1:\"0\"
;s:7:\"doktype\";s:1:\"1\";s:8:\"TSconfig\";s:0:\"\";s:11:\"storage_pid\";s:1:\"
0\";s:11:\"is_siteroot\";s:1:\"0\";s:9:\"mount_pid\";s:1:\"0\";s:12:\"mount_pid_
ol\";s:1:\"0\";s:13:\"fe_login_mode\";s:1:\"0\";}}s:10:\"mainScript\";s:9:\"inde
x.php\";s:6:\"FEData\";N;s:7:\"FEData.\";N;s:9:\"hash_base\";s:2438:\"a:7:{s:3:\
"all\";a:4:{s:3:\"all\";a:3:{s:32:\"41428859d35690400a615c4ebfa39dc3\";s:15:\"[l
oginUser = *]\";s:32:\"946a02f1d9be58311c20592512ab1859\";s:15:\"[usergroup = *]
\";s:32:\"223520ecc5a41aefc0ffb63a47d180ec\";s:16:\"[browser = msie]\";}s:5:\"ma
tch\";N;s:8:\"rootLine\";a:3:{i:0;a:23:{s:3:\"pid\";s:1:\"0\";s:3:\"uid\";s:1:\"
1\";s:9:\"t3ver_oid\";s:1:\"0\";s:10:\"t3ver_wsid\";s:1:\"0\";s:11:\"t3ver_state
\";s:1:\"0\";s:14:\"t3ver_swapmode\";s:1:\"0\";s:5:\"title\";s:8:\"ZTS-Wire\";s:
5:\"alias\";s:0:\"\";s:9:\"nav_title\";s:0:\"\";s:5:\"media\";s:0:\"\";s:6:\"lay
out\";s:1:\"0\";s:6:\"hidden\";s:1:\"0\";s:9:\"starttime\";s:1:\"0\";s:7:\"endti
me\";s:1:\"0\";s:8:\"fe_group\";s:0:\"\";s:16:\"extendToSubpages\";s:1:\"0\";s:7
:\"doktype\";s:1:\"4\";s:8:\"TSconfig\";s:0:\"\";s:11:\"storage_pid\";s:1:\"0\";
s:11:\"is_siteroot\";s:1:\"0\";s:9:\"mount_pid\";s:1:\"0\";s:12:\"mount_pid_ol\"
;s:1:\"0\";s:13:\"fe_login_mode\";s:1:\"0\";}i:1;a:23:{s:3:\"pid\";s:1:\"1\";s:3
:\"uid\";s:1:\"4\";s:9:\"t3ver_oid\";s:1:\"0\";s:10:\"t3ver_wsid\";s:1:\"0\";s:1
1:\"t3ver_state\";s:1:\"0\";s:14:\"t3ver_swapmode\";s:1:\"0\";s:5:\"title\";s:8:
\"Produkte\";s:5:\"alias\";s:0:\"\";s:9:\"nav_title\";s:0:\"\";s:5:\"media\";s:0
:\"\";s:6:\"layout\";s:1:\"0\";s:6:\"hidden\";s:1:\"0\";s:9:\"starttime\";s:1:\"
0\";s:7:\"endtime\";s:1:\"0\";s:8:\"fe_group\";s:0:\"\";s:16:\"extendToSubpages\
";s:1:\"0\";s:7:\"doktype\";s:1:\"1\";s:8:\"TSconfig\";s:0:\"\";s:11:\"storage_p
id\";s:1:\"0\";s:11:\"is_siteroot\";s:1:\"0\";s:9:\"mount_pid\";s:1:\"0\";s:12:\
"mount_pid_ol\";s:1:\"0\";s:13:\"fe_login_mode\";s:1:\"0\";}i:2;a:23:{s:3:\"pid\
";s:1:\"4\";s:3:\"uid\";s:1:\"9\";s:9:\"t3ver_oid\";s:1:\"0\";s:10:\"t3ver_wsid\
";s:1:\"0\";s:11:\"t3ver_state\";s:1:\"0\";s:14:\"t3ver_swapmode\";s:1:\"0\";s:5
:\"title\";s:14:\"Wickelmaterial\";s:5:\"alias\";s:0:\"\";s:9:\"nav_title\";s:0:
\"\";s:5:\"media\";s:0:\"\";s:6:\"layout\";s:1:\"0\";s:6:\"hidden\";s:1:\"0\";s:
9:\"starttime\";s:1:\"0\";s:7:\"endtime\";s:1:\"0\";s:8:\"fe_group\";s:0:\"\";s:
16:\"extendToSubpages\";s:1:\"0\";s:7:\"doktype\";s:1:\"1\";s:8:\"TSconfig\";s:0
:\"\";s:11:\"storage_pid\";s:1:\"0\";s:11:\"is_siteroot\";s:1:\"0\";s:9:\"mount_
pid\";s:1:\"0\";s:12:\"mount_pid_ol\";s:1:\"0\";s:13:\"fe_login_mode\";s:1:\"0\"
;}}s:6:\"rowSum\";a:5:{i:0;a:3:{i:0;s:1:\"1\";i:1;s:17:\"ZTS Wire Standard\";i:2
;s:10:\"1282298473\";}i:1;a:3:{i:0;s:24:\"cssstyledcontent/static/\";i:1;s:30:\"
EXT:css_styled_content/static/\";i:2;N;}i:2;a:3:{i:0;s:10:\"apimacmade\";i:1;s:1
1:\"api_macmade\";i:2;N;}i:3;a:3:{i:0;s:8:\"metatags\";i:1;s:8:\"metatags\";i:2;
N;}i:4;a:3:{i:0;s:12:\"tslanguagede\";i:1;s:14:\"ts_language_de\";i:2;N;}}}s:2:\
"id\";i:9;s:4:\"type\";i:0;s:7:\"gr_list\";s:4:\"0,-1\";s:2:\"MP\";s:0:\"\";s:5:
\"cHash\";a:0:{}s:15:\"domainStartPage\";N;}\";}'),(7,'0ce931d6a1e2df1eb5f1742ac
ac360d3',12,0,'<?xml version=\"1.0\" encoding=\"iso-8859-1\"?>\n<!DOCTYPE html\n
PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\"\n \"http://www.w3.org
/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html xmlns=\"http://www.w3.org/1999/
xhtml\" xml:lang=\"en\" lang=\"en\">\n<head>\n\n<meta http-equiv=\"Content-Type\
" content=\"text/html; charset=iso-8859-1\" />\n<!-- \n This website is powered
by TYPO3 - inspiring people to share!\n TYPO3 is a free open source Content Mana
gement Framework initially created by Kasper Skaarhoj and licensed under GNU/GPL
.\n TYPO3 is copyright 1998-2010 of Kasper Skaarhoj. Extensions are copyrigh
t of their respective owners.\n Information and contribution at http://typo3.com
/ and http://typo3.org/\n-->\n\n\n\n<title>ZTS Wire: Prfgerte</title>\n<meta name=
\"generator\" content=\"TYPO3 4.4 CMS\" />\n\n<link rel=\"stylesheet\" type=\"te
xt/css\" href=\"typo3temp/stylesheet_670d0f71b2.css?1281519085\" media=\"all\" /
>\n\n\n\n<script src=\"typo3temp/javascript_93077bb238.js?1281519085\" type=\"te
xt/javascript\"></script>\n\n\n<meta http-equiv=\"Content-Type\" content=\"text/
html; charset=utf-8\" />\r\n\r\n<link href=\"fileadmin/templateZTSWire/style.css
\" rel=\"stylesheet\" type=\"text/css\" />\r\n<script type=\"text/javascript\" s
rc=\"fileadmin/templateZTSWire/iepngfix_tilebg.js\"></script>\r\n<script type=\"
text/javascript\" src=\"fileadmin/templateZTSWire/jquery-1.3.2.min.js\"></script
>\r\n<script type=\"text/javascript\" src=\"fileadmin/templateZTSWire/supersized
.2.0.js\"></script>\r\n<script type=\"text/javascript\"> \r\n $(functi
on(){\r\n $.fn.supersized.options = { \r\n
startwidth: 1400, \r\n startheight: 700,\r\n
vertical_center: 1,\r\n slideshow: 0,\r\n
navigation: 1,\r\n transition: 1, //0-None, 1-Fade,
2-slide top, 3-slide right, 4-slide bottom, 5-slide left\r\n
pause_hover: 0,\r\n slide_counter: 1,\r\n
slide_captions: 1,\r\n slide_interval: 3000 \r\n
};\r\n $(\'#supersize\').supersized(); \r\n });\r\n </script
>\r\n\n<link rel=\"schema.dc\" href=\"http://purl.org/metadata/dublin_core_eleme
nts\" />\n</head>\n<body>\n\r\n \r\n <div id=\"supersize\"><!--###supersize##
# begin --><img src=\"fileadmin/templateZTSWire/images/backgrnd.jpg\" alt=\"ZTS
- Wire\" /><!--###supersize### end --></div>\r\n\r\n<div id=\"wrapper\"><!--###w
rapper### begin -->\r\n <div id=\"top\"><!--###top### begin -->\r\n
<div id=\"logo\"><h1><a href=\"ZTS-Wire.1.0.html\" target=\"_self\" >ZTS Wire</a
></h1></div>\r\n <div id=\"languageSelect\"><!--###languageSelect
### begin -->\r\n <form method=\"post\" action=\"fileadmin
/templateZTSWire/template.html\">\r\n <select name=\"l
anguageSelect\">\r\n <option>Deutsch</option>
\r\n <option>English</option>\r\n
<option>........</option>\r\n </select>\r\n
</form>\r\n <!--###languageSelect### end --></div>\r\n
<div id=\"topNav\"><ul><li><a href=\"Kontakt.14.0.html\" target=\"_self\" onfocu
s=\"blurLink(this);\" >Kontakt</a></li><li><a href=\"AGB.8.0.html\" target=\"_s
elf\" onfocus=\"blurLink(this);\" >AGB</a></li><li class=\"last\"><a href=\"Imp
ressum.7.0.html\" target=\"_self\" onfocus=\"blurLink(this);\" >Impressum</a></
li><ul></div>\r\n <!--###top### end --></div>\r\n <div id=\"mainnav\"><ul>
<li><a href=\"Home.2.0.html\" target=\"_self\" >Home</a></li><li><a href=\"Unte
rnehmen.3.0.html\" target=\"_self\" >Unternehmen</a></li><li class=\"curr\"><a
href=\"Produkte.4.0.html\" target=\"_self\" >Produkte</a></li><li><a href=\"Ser
vice.5.0.html\" target=\"_self\" >Service</a></li><li><a href=\"Kontakt.6.0.htm
l\" target=\"_self\" >Kontakt</a></li></ul></div>\r\n <div id=\"container\"><!
--###container### begin -->\r\n <div id=\"maincontent\"><!--###mainconte
nt### begin -->\r\n <div id=\"left\"><div id=\"subnav\"><ul>
<li><a href=\"Wickelmaterial.9.0.html\" target=\"_self\" >Wickelmaterial</a></l
i><li><a href=\"Elektroisoliermaterial.10.0.html\" target=\"_self\" >Elektroiso
liermaterial</a></li><li><a href=\"Impraegniermittel.11.0.html\" target=\"_self\
" >Imprgniermittel</a></li><li class=\"curr\"><a href=\"Pruefgeraete.12.0.html\"
target=\"_self\" >Prfgerte</a></li><li><a href=\"Elektromotoren.13.0.html\" targ
et=\"_self\" >Elektromotoren</a></li></ul></div></div>\r\n \r\n
<div id=\"content\"><div id=\"c21\" class=\"csc-default\" ><h1>Prfgerte</h1><ul cl
ass=\"csc-menu csc-menu-1\"><li><a href=\"HV-Tester.25.0.html\" target=\"_self\"
title=\"HV-Tester\" >HV-Tester</a></li><li><a href=\"Surgetester.26.0.html\" t
arget=\"_self\" title=\"Surgetester\" >Surgetester</a></li><li><a href=\"Univer
saltester.27.0.html\" target=\"_self\" title=\"Universaltester\" >Universaltest
er</a></li><li><a href=\"Sicherheitstester.28.0.html\" target=\"_self\" title=\"
Sicherheitstester\" >Sicherheitstester</a></li><li><a href=\"Motortester.29.0.h
tml\" target=\"_self\" title=\"Motortester\" >Motortester</a></li></ul></div></
div>\r\n <div id=\"right\"><div id=\"c2\" class=\"csc-def
ault\" ><div class=\"csc-textpic-text\"><p><b>ZTS Zica trgovina in storitve d.o.
o.</b>\r</p>\n<p>Spelina Ulica P.p.133 022 2000 Maribor\r</p>\n<p>Tel: +386-2-46
-04-810 Fax: +386-2-426-01-39\r</p>\n<p>E-Mail: <a href=\"mailto:office@zts-wire
.com\" >office@zts-wire.com</a> </p></div></div></div>\r\n
<div id=\"imageLinks\"><div id=\"c17\" class=\"csc-default\" ><div class=\"csc-t
extpic csc-textpic-left csc-textpic-above\"><div class=\"csc-textpic-imagewrap\"
><ul><li class=\"csc-textpic-image csc-textpic-firstcol\" style=\"width:180px;\"
><a href=\"Wickelmaterial.9.0.html\" ><img src=\"typo3temp/pics/3c3c1d528f.png\"
width=\"180\" height=\"113\" border=\"0\" alt=\"\" /></a></li><li class=\"csc-t
extpic-image\" style=\"width:180px;\"><a href=\"Elektroisoliermaterial.10.0.html
\" ><img src=\"typo3temp/pics/ddd9c2df72.png\" width=\"180\" height=\"113\" bord
er=\"0\" alt=\"\" /></a></li><li class=\"csc-textpic-image\" style=\"width:180px
;\"><a href=\"Impraegniermittel.11.0.html\" ><img src=\"typo3temp/pics/341defefc
4.png\" width=\"180\" height=\"113\" border=\"0\" alt=\"\" /></a></li><li class=
\"csc-textpic-image\" style=\"width:180px;\"><a href=\"Pruefgeraete.12.0.html\"
><img src=\"typo3temp/pics/84de325a53.png\" width=\"180\" height=\"113\" border=
\"0\" alt=\"\" /></a></li><li class=\"csc-textpic-image csc-textpic-lastcol\" st
yle=\"width:180px;\"><a href=\"Elektromotoren.13.0.html\" ><img src=\"typo3temp/
pics/dbe7317981.png\" width=\"180\" height=\"113\" border=\"0\" alt=\"\" /></a><
/li></ul></div></div><div class=\"csc-textpic-clear\"><!-- --></div></div></div>
\r\n <!--###maincontent### end --></div>\r\n <!--###container### end
--></div>\r\n\r\n <div id=\"footer\"><a href=\"http://www.koerbler.com\" t
itle=\"WebAgentur Krbler\" target=\"_blank\" >WebMarketing</a>&nbsp;by<br /><a hr
ef=\"http://www.koerbler.com\" title=\"WebAgentur Krbler\" target=\"_blank\"><img
src=\"fileadmin/templateZTSWire/images/klogo.png\" width=\"110\" height=\"15\"
border=\"0\" alt=\"WebAgentur Krbler\" title=\"WebAgentur Krbler\" /></a></div>\r\
n <div class=\"clear\"><!--###clear### begin --><!--###clear### end --></d
iv>\r\n\r\n\r\n<!--###wrapper### end --></div>\n\n\n\n\n</body>\n</html>',0,1290
682017,1290768417,'a:6:{s:6:\"config\";a:18:{s:9:\"extTarget\";s:5:\"_self\";s:4
:\"stat\";i:1;s:16:\"stat_typeNumList\";s:3:\"0,1\";s:14:\"uniqueLinkVars\";i:1;
s:10:\"locale_all\";s:5:\"de_DE\";s:16:\"titleTagFunction\";s:33:\"user_pagetitl
e_class->changetitle\";s:23:\"simulateStaticDocuments\";s:1:\"1\";s:32:\"simulat
eStaticDocuments_addTitle\";s:2:\"70\";s:28:\"simulateStaticDocuments_pEnc\";s:6
:\"base64\";s:9:\"intTarget\";s:5:\"_self\";s:20:\"inlineStyle2TempFile\";s:1:\"
1\";s:8:\"language\";s:2:\"de\";s:7:\"doctype\";s:11:\"xhtml_trans\";s:20:\"disa
blePrefixComment\";s:1:\"1\";s:15:\"removeDefaultJS\";s:8:\"external\";s:8:\"min
ifyJS\";i:1;s:12:\"absRefPrefix\";s:0:\"\";s:12:\"xhtmlDoctype\";s:11:\"xhtml_tr
ans\";}s:8:\"rootLine\";a:3:{i:0;a:23:{s:3:\"pid\";s:1:\"0\";s:3:\"uid\";s:1:\"1
\";s:9:\"t3ver_oid\";s:1:\"0\";s:10:\"t3ver_wsid\";s:1:\"0\";s:11:\"t3ver_state\
";s:1:\"0\";s:14:\"t3ver_swapmode\";s:1:\"0\";s:5:\"title\";s:8:\"ZTS-Wire\";s:5
:\"alias\";s:0:\"\";s:9:\"nav_title\";s:0:\"\";s:5:\"media\";s:0:\"\";s:6:\"layo
ut\";s:1:\"0\";s:6:\"hidden\";s:1:\"0\";s:9:\"starttime\";s:1:\"0\";s:7:\"endtim
e\";s:1:\"0\";s:8:\"fe_group\";s:0:\"\";s:16:\"extendToSubpages\";s:1:\"0\";s:7:
\"doktype\";s:1:\"4\";s:8:\"TSconfig\";s:0:\"\";s:11:\"storage_pid\";s:1:\"0\";s
:11:\"is_siteroot\";s:1:\"0\";s:9:\"mount_pid\";s:1:\"0\";s:12:\"mount_pid_ol\";
s:1:\"0\";s:13:\"fe_login_mode\";s:1:\"0\";}i:1;a:23:{s:3:\"pid\";s:1:\"1\";s:3:
\"uid\";s:1:\"4\";s:9:\"t3ver_oid\";s:1:\"0\";s:10:\"t3ver_wsid\";s:1:\"0\";s:11
:\"t3ver_state\";s:1:\"0\";s:14:\"t3ver_swapmode\";s:1:\"0\";s:5:\"title\";s:8:\
"Produkte\";s:5:\"alias\";s:0:\"\";s:9:\"nav_title\";s:0:\"\";s:5:\"media\";s:0:
\"\";s:6:\"layout\";s:1:\"0\";s:6:\"hidden\";s:1:\"0\";s:9:\"starttime\";s:1:\"0
\";s:7:\"endtime\";s:1:\"0\";s:8:\"fe_group\";s:0:\"\";s:16:\"extendToSubpages\"
;s:1:\"0\";s:7:\"doktype\";s:1:\"1\";s:8:\"TSconfig\";s:0:\"\";s:11:\"storage_pi
d\";s:1:\"0\";s:11:\"is_siteroot\";s:1:\"0\";s:9:\"mount_pid\";s:1:\"0\";s:12:\"
mount_pid_ol\";s:1:\"0\";s:13:\"fe_login_mode\";s:1:\"0\";}i:2;a:23:{s:3:\"pid\"
;s:1:\"4\";s:3:\"uid\";s:2:\"12\";s:9:\"t3ver_oid\";s:1:\"0\";s:10:\"t3ver_wsid\
";s:1:\"0\";s:11:\"t3ver_state\";s:1:\"0\";s:14:\"t3ver_swapmode\";s:1:\"0\";s:5
:\"title\";s:10:\"Prfgerte\";s:5:\"alias\";s:0:\"\";s:9:\"nav_title\";s:0:\"\";s:5
:\"media\";s:0:\"\";s:6:\"layout\";s:1:\"0\";s:6:\"hidden\";s:1:\"0\";s:9:\"star
ttime\";s:1:\"0\";s:7:\"endtime\";s:1:\"0\";s:8:\"fe_group\";s:0:\"\";s:16:\"ext
endToSubpages\";s:1:\"0\";s:7:\"doktype\";s:1:\"1\";s:8:\"TSconfig\";s:0:\"\";s:
11:\"storage_pid\";s:1:\"0\";s:11:\"is_siteroot\";s:1:\"0\";s:9:\"mount_pid\";s:
1:\"0\";s:12:\"mount_pid_ol\";s:1:\"0\";s:13:\"fe_login_mode\";s:1:\"0\";}}s:10:
\"mainScript\";s:9:\"index.php\";s:6:\"FEData\";N;s:7:\"FEData.\";N;s:9:\"hash_b
ase\";s:2436:\"a:7:{s:3:\"all\";a:4:{s:3:\"all\";a:3:{s:32:\"41428859d35690400a6
15c4ebfa39dc3\";s:15:\"[loginUser = *]\";s:32:\"946a02f1d9be58311c20592512ab1859
\";s:15:\"[usergroup = *]\";s:32:\"223520ecc5a41aefc0ffb63a47d180ec\";s:16:\"[br
owser = msie]\";}s:5:\"match\";N;s:8:\"rootLine\";a:3:{i:0;a:23:{s:3:\"pid\";s:1
:\"0\";s:3:\"uid\";s:1:\"1\";s:9:\"t3ver_oid\";s:1:\"0\";s:10:\"t3ver_wsid\";s:1
:\"0\";s:11:\"t3ver_state\";s:1:\"0\";s:14:\"t3ver_swapmode\";s:1:\"0\";s:5:\"ti
tle\";s:8:\"ZTS-Wire\";s:5:\"alias\";s:0:\"\";s:9:\"nav_title\";s:0:\"\";s:5:\"m
edia\";s:0:\"\";s:6:\"layout\";s:1:\"0\";s:6:\"hidden\";s:1:\"0\";s:9:\"starttim
e\";s:1:\"0\";s:7:\"endtime\";s:1:\"0\";s:8:\"fe_group\";s:0:\"\";s:16:\"extendT
oSubpages\";s:1:\"0\";s:7:\"doktype\";s:1:\"4\";s:8:\"TSconfig\";s:0:\"\";s:11:\
"storage_pid\";s:1:\"0\";s:11:\"is_siteroot\";s:1:\"0\";s:9:\"mount_pid\";s:1:\"
0\";s:12:\"mount_pid_ol\";s:1:\"0\";s:13:\"fe_login_mode\";s:1:\"0\";}i:1;a:23:{
s:3:\"pid\";s:1:\"1\";s:3:\"uid\";s:1:\"4\";s:9:\"t3ver_oid\";s:1:\"0\";s:10:\"t
3ver_wsid\";s:1:\"0\";s:11:\"t3ver_state\";s:1:\"0\";s:14:\"t3ver_swapmode\";s:1
:\"0\";s:5:\"title\";s:8:\"Produkte\";s:5:\"alias\";s:0:\"\";s:9:\"nav_title\";s
:0:\"\";s:5:\"media\";s:0:\"\";s:6:\"layout\";s:1:\"0\";s:6:\"hidden\";s:1:\"0\"
;s:9:\"starttime\";s:1:\"0\";s:7:\"endtime\";s:1:\"0\";s:8:\"fe_group\";s:0:\"\"
;s:16:\"extendToSubpages\";s:1:\"0\";s:7:\"doktype\";s:1:\"1\";s:8:\"TSconfig\";
s:0:\"\";s:11:\"storage_pid\";s:1:\"0\";s:11:\"is_siteroot\";s:1:\"0\";s:9:\"mou
nt_pid\";s:1:\"0\";s:12:\"mount_pid_ol\";s:1:\"0\";s:13:\"fe_login_mode\";s:1:\"
0\";}i:2;a:23:{s:3:\"pid\";s:1:\"4\";s:3:\"uid\";s:2:\"12\";s:9:\"t3ver_oid\";s:
1:\"0\";s:10:\"t3ver_wsid\";s:1:\"0\";s:11:\"t3ver_state\";s:1:\"0\";s:14:\"t3ve
r_swapmode\";s:1:\"0\";s:5:\"title\";s:10:\"Prfgerte\";s:5:\"alias\";s:0:\"\";s:9:
\"nav_title\";s:0:\"\";s:5:\"media\";s:0:\"\";s:6:\"layout\";s:1:\"0\";s:6:\"hid
den\";s:1:\"0\";s:9:\"starttime\";s:1:\"0\";s:7:\"endtime\";s:1:\"0\";s:8:\"fe_g
roup\";s:0:\"\";s:16:\"extendToSubpages\";s:1:\"0\";s:7:\"doktype\";s:1:\"1\";s:
8:\"TSconfig\";s:0:\"\";s:11:\"storage_pid\";s:1:\"0\";s:11:\"is_siteroot\";s:1:
\"0\";s:9:\"mount_pid\";s:1:\"0\";s:12:\"mount_pid_ol\";s:1:\"0\";s:13:\"fe_logi
n_mode\";s:1:\"0\";}}s:6:\"rowSum\";a:5:{i:0;a:3:{i:0;s:1:\"1\";i:1;s:17:\"ZTS W
ire Standard\";i:2;s:10:\"1282298473\";}i:1;a:3:{i:0;s:24:\"cssstyledcontent/sta
tic/\";i:1;s:30:\"EXT:css_styled_content/static/\";i:2;N;}i:2;a:3:{i:0;s:10:\"ap
imacmade\";i:1;s:11:\"api_macmade\";i:2;N;}i:3;a:3:{i:0;s:8:\"metatags\";i:1;s:8
:\"metatags\";i:2;N;}i:4;a:3:{i:0;s:12:\"tslanguagede\";i:1;s:14:\"ts_language_d
e\";i:2;N;}}}s:2:\"id\";i:12;s:4:\"type\";i:0;s:7:\"gr_list\";s:4:\"0,-1\";s:2:\
"MP\";s:0:\"\";s:5:\"cHash\";a:0:{}s:15:\"domainStartPage\";N;}\";}'),(9,'470f03
1be9c1d64fa134f4308480a652',2,0,'<?xml version=\"1.0\" encoding=\"iso-8859-1\"?>
\n<!DOCTYPE html\n PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\"\n \
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html xmlns=\"http:
//www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\">\n<head>\n\n<meta http-equ
iv=\"Content-Type\" content=\"text/html; charset=iso-8859-1\" />\n<!-- \n
This website is powered by TYPO3 - inspiring people to share!\n TYPO3 is a free
open source Content Management Framework initially created by Kasper Skaarhoj an
d licensed under GNU/GPL.\n TYPO3 is copyright 1998-2010 of Kasper Skaarhoj.
Extensions are copyright of their respective owners.\n Information and contribu
tion at http://typo3.com/ and http://typo3.org/\n-->\n\n\n\n<title>ZTS Wire: Hom
e</title>\n<meta name=\"generator\" content=\"TYPO3 4.4 CMS\" />\n\n<link rel=\"
stylesheet\" type=\"text/css\" href=\"typo3temp/stylesheet_670d0f71b2.css?128151
9085\" media=\"all\" />\n\n\n\n<script src=\"typo3temp/javascript_93077bb238.js?
1281519085\" type=\"text/javascript\"></script>\n\n\n<meta http-equiv=\"Content-
Type\" content=\"text/html; charset=utf-8\" />\r\n\r\n<link href=\"fileadmin/tem
plateZTSWire/style.css\" rel=\"stylesheet\" type=\"text/css\" />\r\n<script type
=\"text/javascript\" src=\"fileadmin/templateZTSWire/iepngfix_tilebg.js\"></scri
pt>\r\n<script type=\"text/javascript\" src=\"fileadmin/templateZTSWire/jquery-1
.3.2.min.js\"></script>\r\n<script type=\"text/javascript\" src=\"fileadmin/temp
lateZTSWire/supersized.2.0.js\"></script>\r\n<script type=\"text/javascript\">
\r\n $(function(){\r\n $.fn.supersized.options
= { \r\n startwidth: 1400, \r\n
startheight: 700,\r\n vertical_center: 1,\r\n
slideshow: 0,\r\n navigation: 1,\r\n
transition: 1, //0-None, 1-Fade, 2-slide top, 3-slide right, 4-slide bottom, 5-s
lide left\r\n pause_hover: 0,\r\n
slide_counter: 1,\r\n slide_captions: 1,\r\n
slide_interval: 3000 \r\n };\r\n $(\'#supersize\'
).supersized(); \r\n });\r\n </script>\r\n\n<link rel=\"schema.dc\" h
ref=\"http://purl.org/metadata/dublin_core_elements\" />\n</head>\n<body>\n\r\n
\r\n <div id=\"supersize\"><!--###supersize### begin --><img src=\"fileadmin/
templateZTSWire/images/backgrnd.jpg\" alt=\"ZTS - Wire\" /><!--###supersize### e
nd --></div>\r\n\r\n<div id=\"wrapper\"><!--###wrapper### begin -->\r\n <div id=
\"top\"><!--###top### begin -->\r\n <div id=\"logo\"><h1><a href=\"Z
TS-Wire.1.0.html\" target=\"_self\" >ZTS Wire</a></h1></div>\r\n
<div id=\"languageSelect\"><!--###languageSelect### begin -->\r\n
<form method=\"post\" action=\"fileadmin/templateZTSWire/template.html\">\r\n
<select name=\"languageSelect\">\r\n <option>
Deutsch</option>\r\n <option>English</option>
\r\n <option>........</option>\r\n
</select>\r\n </form>\r\n <!--###languageSelect###
end --></div>\r\n <div id=\"topNav\"><ul><li><a href=\"Kontakt.14.
0.html\" target=\"_self\" onfocus=\"blurLink(this);\" >Kontakt</a></li><li><a h
ref=\"AGB.8.0.html\" target=\"_self\" onfocus=\"blurLink(this);\" >AGB</a></li>
<li class=\"last\"><a href=\"Impressum.7.0.html\" target=\"_self\" onfocus=\"blu
rLink(this);\" >Impressum</a></li><ul></div>\r\n <!--###top### end --></d
iv>\r\n <div id=\"mainnav\"><ul><li class=\"curr\"><a href=\"Home.2.0.html\" tar
get=\"_self\" >Home</a></li><li><a href=\"Unternehmen.3.0.html\" target=\"_self
\" >Unternehmen</a></li><li><a href=\"Produkte.4.0.html\" target=\"_self\" >Pr
odukte</a></li><li><a href=\"Service.5.0.html\" target=\"_self\" >Service</a></
li><li><a href=\"Kontakt.6.0.html\" target=\"_self\" >Kontakt</a></li></ul></di
v>\r\n <div id=\"container\"><!--###container### begin -->\r\n <div id=
\"maincontent\"><!--###maincontent### begin -->\r\n <div id=
\"left\"></div>\r\n \r\n <div id=\"content\"><div
id=\"c3\" class=\"csc-default\" ><h1>Herzlich Willkommen</h1><div class=\"csc-t
extpic-text\"><h2><span lang=\"EN-US\">auf der Website der Firma Zica d.o.o.</sp
an></h2>\n<p>Wir sind Systemlieferant fr Wickelmaterialien, Elektroisolierstoffe,
Imprgniermittel, Prfgerte - alles was fr die Produktion oder Reparatur von Elektrom
otoren und Transformatoren bentigt wird.\r</p>\n<p><span lang=\"EN-US\">Auf unser
en Produktseiten finden Sie eine exemplarische Auswahl an Produkten, die wir als
Vertragshndler oder Vertretungspartner liefern.</span></p></div></div></div>\r\n
<div id=\"right\"><div id=\"c2\" class=\"csc-default\" ><div class=\"csc-textpic
-text\"><p><b>ZTS Zica trgovina in storitve d.o.o.</b>\r</p>\n<p>Spelina Ulica P
.p.133 022 2000 Maribor\r</p>\n<p>Tel: +386-2-46-04-810 Fax: +386-2-426-01-39\r<
/p>\n<p>E-Mail: <a href=\"mailto:office@zts-wire.com\" >office@zts-wire.com</a>
</p></div></div></div>\r\n <div id=\"imageLinks\"><div id=\
"c17\" class=\"csc-default\" ><div class=\"csc-textpic csc-textpic-left csc-text
pic-above\"><div class=\"csc-textpic-imagewrap\"><ul><li class=\"csc-textpic-ima
ge csc-textpic-firstcol\" style=\"width:180px;\"><a href=\"Wickelmaterial.9.0.ht
ml\" ><img src=\"typo3temp/pics/3c3c1d528f.png\" width=\"180\" height=\"113\" bo
rder=\"0\" alt=\"\" /></a></li><li class=\"csc-textpic-image\" style=\"width:180
px;\"><a href=\"Elektroisoliermaterial.10.0.html\" ><img src=\"typo3temp/pics/dd
d9c2df72.png\" width=\"180\" height=\"113\" border=\"0\" alt=\"\" /></a></li><li
class=\"csc-textpic-image\" style=\"width:180px;\"><a href=\"Impraegniermittel.
11.0.html\" ><img src=\"typo3temp/pics/341defefc4.png\" width=\"180\" height=\"1
13\" border=\"0\" alt=\"\" /></a></li><li class=\"csc-textpic-image\" style=\"wi
dth:180px;\"><a href=\"Pruefgeraete.12.0.html\" ><img src=\"typo3temp/pics/84de3
25a53.png\" width=\"180\" height=\"113\" border=\"0\" alt=\"\" /></a></li><li cl
ass=\"csc-textpic-image csc-textpic-lastcol\" style=\"width:180px;\"><a href=\"E
lektromotoren.13.0.html\" ><img src=\"typo3temp/pics/dbe7317981.png\" width=\"18
0\" height=\"113\" border=\"0\" alt=\"\" /></a></li></ul></div></div><div class=
\"csc-textpic-clear\"><!-- --></div></div></div>\r\n <!--###mainconte
nt### end --></div>\r\n <!--###container### end --></div>\r\n\r\n <div id=
\"footer\"><a href=\"http://www.koerbler.com\" title=\"WebAgentur Krbler\" target
=\"_blank\" >WebMarketing</a>&nbsp;by<br /><a href=\"http://www.koerbler.com\" t
itle=\"WebAgentur Krbler\" target=\"_blank\"><img src=\"fileadmin/templateZTSWire
/images/klogo.png\" width=\"110\" height=\"15\" border=\"0\" alt=\"WebAgentur Krb
ler\" title=\"WebAgentur Krbler\" /></a></div>\r\n <div class=\"clear\"><!-
-###clear### begin --><!--###clear### end --></div>\r\n\r\n\r\n<!--###wrapper###
end --></div>\n\n\n\n\n</body>\n</html>',0,1291717497,1291803897,'a:6:{s:6:\"co
nfig\";a:18:{s:9:\"extTarget\";s:5:\"_self\";s:4:\"stat\";i:1;s:16:\"stat_typeNu
mList\";s:3:\"0,1\";s:14:\"uniqueLinkVars\";i:1;s:10:\"locale_all\";s:5:\"de_DE\
";s:16:\"titleTagFunction\";s:33:\"user_pagetitle_class->changetitle\";s:23:\"si
mulateStaticDocuments\";s:1:\"1\";s:32:\"simulateStaticDocuments_addTitle\";s:2:
\"70\";s:28:\"simulateStaticDocuments_pEnc\";s:6:\"base64\";s:9:\"intTarget\";s:
5:\"_self\";s:20:\"inlineStyle2TempFile\";s:1:\"1\";s:8:\"language\";s:2:\"de\";
s:7:\"doctype\";s:11:\"xhtml_trans\";s:20:\"disablePrefixComment\";s:1:\"1\";s:1
5:\"removeDefaultJS\";s:8:\"external\";s:8:\"minifyJS\";i:1;s:12:\"absRefPrefix\
";s:0:\"\";s:12:\"xhtmlDoctype\";s:11:\"xhtml_trans\";}s:8:\"rootLine\";a:2:{i:0
;a:23:{s:3:\"pid\";s:1:\"0\";s:3:\"uid\";s:1:\"1\";s:9:\"t3ver_oid\";s:1:\"0\";s
:10:\"t3ver_wsid\";s:1:\"0\";s:11:\"t3ver_state\";s:1:\"0\";s:14:\"t3ver_swapmod
e\";s:1:\"0\";s:5:\"title\";s:8:\"ZTS-Wire\";s:5:\"alias\";s:0:\"\";s:9:\"nav_ti
tle\";s:0:\"\";s:5:\"media\";s:0:\"\";s:6:\"layout\";s:1:\"0\";s:6:\"hidden\";s:
1:\"0\";s:9:\"starttime\";s:1:\"0\";s:7:\"endtime\";s:1:\"0\";s:8:\"fe_group\";s
:0:\"\";s:16:\"extendToSubpages\";s:1:\"0\";s:7:\"doktype\";s:1:\"4\";s:8:\"TSco
nfig\";s:0:\"\";s:11:\"storage_pid\";s:1:\"0\";s:11:\"is_siteroot\";s:1:\"0\";s:
9:\"mount_pid\";s:1:\"0\";s:12:\"mount_pid_ol\";s:1:\"0\";s:13:\"fe_login_mode\"
;s:1:\"0\";}i:1;a:23:{s:3:\"pid\";s:1:\"1\";s:3:\"uid\";s:1:\"2\";s:9:\"t3ver_oi
d\";s:1:\"0\";s:10:\"t3ver_wsid\";s:1:\"0\";s:11:\"t3ver_state\";s:1:\"0\";s:14:
\"t3ver_swapmode\";s:1:\"0\";s:5:\"title\";s:4:\"Home\";s:5:\"alias\";s:0:\"\";s
:9:\"nav_title\";s:0:\"\";s:5:\"media\";s:0:\"\";s:6:\"layout\";s:1:\"0\";s:6:\"
hidden\";s:1:\"0\";s:9:\"starttime\";s:1:\"0\";s:7:\"endtime\";s:1:\"0\";s:8:\"f
e_group\";s:0:\"\";s:16:\"extendToSubpages\";s:1:\"0\";s:7:\"doktype\";s:1:\"1\"
;s:8:\"TSconfig\";s:0:\"\";s:11:\"storage_pid\";s:1:\"0\";s:11:\"is_siteroot\";s
:1:\"0\";s:9:\"mount_pid\";s:1:\"0\";s:12:\"mount_pid_ol\";s:1:\"0\";s:13:\"fe_l
ogin_mode\";s:1:\"0\";}}s:10:\"mainScript\";s:9:\"index.php\";s:6:\"FEData\";N;s
:7:\"FEData.\";N;s:9:\"hash_base\";s:1864:\"a:7:{s:3:\"all\";a:4:{s:3:\"all\";a:
3:{s:32:\"41428859d35690400a615c4ebfa39dc3\";s:15:\"[loginUser = *]\";s:32:\"946
a02f1d9be58311c20592512ab1859\";s:15:\"[usergroup = *]\";s:32:\"223520ecc5a41aef
c0ffb63a47d180ec\";s:16:\"[browser = msie]\";}s:5:\"match\";N;s:8:\"rootLine\";a
:2:{i:0;a:23:{s:3:\"pid\";s:1:\"0\";s:3:\"uid\";s:1:\"1\";s:9:\"t3ver_oid\";s:1:
\"0\";s:10:\"t3ver_wsid\";s:1:\"0\";s:11:\"t3ver_state\";s:1:\"0\";s:14:\"t3ver_
swapmode\";s:1:\"0\";s:5:\"title\";s:8:\"ZTS-Wire\";s:5:\"alias\";s:0:\"\";s:9:\
"nav_title\";s:0:\"\";s:5:\"media\";s:0:\"\";s:6:\"layout\";s:1:\"0\";s:6:\"hidd
en\";s:1:\"0\";s:9:\"starttime\";s:1:\"0\";s:7:\"endtime\";s:1:\"0\";s:8:\"fe_gr
oup\";s:0:\"\";s:16:\"extendToSubpages\";s:1:\"0\";s:7:\"doktype\";s:1:\"4\";s:8
:\"TSconfig\";s:0:\"\";s:11:\"storage_pid\";s:1:\"0\";s:11:\"is_siteroot\";s:1:\
"0\";s:9:\"mount_pid\";s:1:\"0\";s:12:\"mount_pid_ol\";s:1:\"0\";s:13:\"fe_login
_mode\";s:1:\"0\";}i:1;a:23:{s:3:\"pid\";s:1:\"1\";s:3:\"uid\";s:1:\"2\";s:9:\"t
3ver_oid\";s:1:\"0\";s:10:\"t3ver_wsid\";s:1:\"0\";s:11:\"t3ver_state\";s:1:\"0\
";s:14:\"t3ver_swapmode\";s:1:\"0\";s:5:\"title\";s:4:\"Home\";s:5:\"alias\";s:0
:\"\";s:9:\"nav_title\";s:0:\"\";s:5:\"media\";s:0:\"\";s:6:\"layout\";s:1:\"0\"
;s:6:\"hidden\";s:1:\"0\";s:9:\"starttime\";s:1:\"0\";s:7:\"endtime\";s:1:\"0\";
s:8:\"fe_group\";s:0:\"\";s:16:\"extendToSubpages\";s:1:\"0\";s:7:\"doktype\";s:
1:\"1\";s:8:\"TSconfig\";s:0:\"\";s:11:\"storage_pid\";s:1:\"0\";s:11:\"is_siter
oot\";s:1:\"0\";s:9:\"mount_pid\";s:1:\"0\";s:12:\"mount_pid_ol\";s:1:\"0\";s:13
:\"fe_login_mode\";s:1:\"0\";}}s:6:\"rowSum\";a:5:{i:0;a:3:{i:0;s:1:\"1\";i:1;s:
17:\"ZTS Wire Standard\";i:2;s:10:\"1282298473\";}i:1;a:3:{i:0;s:24:\"cssstyledc
ontent/static/\";i:1;s:30:\"EXT:css_styled_content/static/\";i:2;N;}i:2;a:3:{i:0
;s:10:\"apimacmade\";i:1;s:11:\"api_macmade\";i:2;N;}i:3;a:3:{i:0;s:8:\"metatags
\";i:1;s:8:\"metatags\";i:2;N;}i:4;a:3:{i:0;s:12:\"tslanguagede\";i:1;s:14:\"ts_
language_de\";i:2;N;}}}s:2:\"id\";i:2;s:4:\"type\";i:0;s:7:\"gr_list\";s:4:\"0,-
1\";s:2:\"MP\";s:0:\"\";s:5:\"cHash\";a:0:{}s:15:\"domainStartPage\";N;}\";}');
/*!40000 ALTER TABLE `cache_pages` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cache_pagesection`
--
DROP TABLE IF EXISTS `cache_pagesection`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `cache_pagesection` (
`page_id` int(11) unsigned NOT NULL default '0',
`mpvar_hash` int(11) unsigned NOT NULL default '0',
`content` blob,
`tstamp` int(11) unsigned NOT NULL default '0',
PRIMARY KEY (`page_id`,`mpvar_hash`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `cache_pagesection`
--
LOCK TABLES `cache_pagesection` WRITE;
/*!40000 ALTER TABLE `cache_pagesection` DISABLE KEYS */;
INSERT INTO `cache_pagesection` VALUES (2,222419149,'a:3:{s:3:\"all\";a:3:{s:32:
\"41428859d35690400a615c4ebfa39dc3\";s:15:\"[loginUser = *]\";s:32:\"946a02f1d9b
e58311c20592512ab1859\";s:15:\"[usergroup = *]\";s:32:\"223520ecc5a41aefc0ffb63a
47d180ec\";s:16:\"[browser = msie]\";}s:8:\"rootLine\";a:2:{i:0;a:23:{s:3:\"pid\
";s:1:\"0\";s:3:\"uid\";s:1:\"1\";s:9:\"t3ver_oid\";s:1:\"0\";s:10:\"t3ver_wsid\
";s:1:\"0\";s:11:\"t3ver_state\";s:1:\"0\";s:14:\"t3ver_swapmode\";s:1:\"0\";s:5
:\"title\";s:8:\"ZTS-Wire\";s:5:\"alias\";s:0:\"\";s:9:\"nav_title\";s:0:\"\";s:
5:\"media\";s:0:\"\";s:6:\"layout\";s:1:\"0\";s:6:\"hidden\";s:1:\"0\";s:9:\"sta
rttime\";s:1:\"0\";s:7:\"endtime\";s:1:\"0\";s:8:\"fe_group\";s:0:\"\";s:16:\"ex
tendToSubpages\";s:1:\"0\";s:7:\"doktype\";s:1:\"4\";s:8:\"TSconfig\";s:0:\"\";s
:11:\"storage_pid\";s:1:\"0\";s:11:\"is_siteroot\";s:1:\"0\";s:9:\"mount_pid\";s
:1:\"0\";s:12:\"mount_pid_ol\";s:1:\"0\";s:13:\"fe_login_mode\";s:1:\"0\";}i:1;a
:23:{s:3:\"pid\";s:1:\"1\";s:3:\"uid\";s:1:\"2\";s:9:\"t3ver_oid\";s:1:\"0\";s:1
0:\"t3ver_wsid\";s:1:\"0\";s:11:\"t3ver_state\";s:1:\"0\";s:14:\"t3ver_swapmode\
";s:1:\"0\";s:5:\"title\";s:4:\"Home\";s:5:\"alias\";s:0:\"\";s:9:\"nav_title\";
s:0:\"\";s:5:\"media\";s:0:\"\";s:6:\"layout\";s:1:\"0\";s:6:\"hidden\";s:1:\"0\
";s:9:\"starttime\";s:1:\"0\";s:7:\"endtime\";s:1:\"0\";s:8:\"fe_group\";s:0:\"\
";s:16:\"extendToSubpages\";s:1:\"0\";s:7:\"doktype\";s:1:\"1\";s:8:\"TSconfig\"
;s:0:\"\";s:11:\"storage_pid\";s:1:\"0\";s:11:\"is_siteroot\";s:1:\"0\";s:9:\"mo
unt_pid\";s:1:\"0\";s:12:\"mount_pid_ol\";s:1:\"0\";s:13:\"fe_login_mode\";s:1:\
"0\";}}s:6:\"rowSum\";a:5:{i:0;a:3:{i:0;s:1:\"1\";i:1;s:17:\"ZTS Wire Standard\"
;i:2;s:10:\"1282298473\";}i:1;a:3:{i:0;s:24:\"cssstyledcontent/static/\";i:1;s:3
0:\"EXT:css_styled_content/static/\";i:2;N;}i:2;a:3:{i:0;s:10:\"apimacmade\";i:1
;s:11:\"api_macmade\";i:2;N;}i:3;a:3:{i:0;s:8:\"metatags\";i:1;s:8:\"metatags\";
i:2;N;}i:4;a:3:{i:0;s:12:\"tslanguagede\";i:1;s:14:\"ts_language_de\";i:2;N;}}}'
,1289551670),(9,222419149,'a:3:{s:3:\"all\";a:3:{s:32:\"41428859d35690400a615c4e
bfa39dc3\";s:15:\"[loginUser = *]\";s:32:\"946a02f1d9be58311c20592512ab1859\";s:
15:\"[usergroup = *]\";s:32:\"223520ecc5a41aefc0ffb63a47d180ec\";s:16:\"[browser
= msie]\";}s:8:\"rootLine\";a:3:{i:0;a:23:{s:3:\"pid\";s:1:\"0\";s:3:\"uid\";s:
1:\"1\";s:9:\"t3ver_oid\";s:1:\"0\";s:10:\"t3ver_wsid\";s:1:\"0\";s:11:\"t3ver_s
tate\";s:1:\"0\";s:14:\"t3ver_swapmode\";s:1:\"0\";s:5:\"title\";s:8:\"ZTS-Wire\
";s:5:\"alias\";s:0:\"\";s:9:\"nav_title\";s:0:\"\";s:5:\"media\";s:0:\"\";s:6:\
"layout\";s:1:\"0\";s:6:\"hidden\";s:1:\"0\";s:9:\"starttime\";s:1:\"0\";s:7:\"e
ndtime\";s:1:\"0\";s:8:\"fe_group\";s:0:\"\";s:16:\"extendToSubpages\";s:1:\"0\"
;s:7:\"doktype\";s:1:\"4\";s:8:\"TSconfig\";s:0:\"\";s:11:\"storage_pid\";s:1:\"
0\";s:11:\"is_siteroot\";s:1:\"0\";s:9:\"mount_pid\";s:1:\"0\";s:12:\"mount_pid_
ol\";s:1:\"0\";s:13:\"fe_login_mode\";s:1:\"0\";}i:1;a:23:{s:3:\"pid\";s:1:\"1\"
;s:3:\"uid\";s:1:\"4\";s:9:\"t3ver_oid\";s:1:\"0\";s:10:\"t3ver_wsid\";s:1:\"0\"
;s:11:\"t3ver_state\";s:1:\"0\";s:14:\"t3ver_swapmode\";s:1:\"0\";s:5:\"title\";
s:8:\"Produkte\";s:5:\"alias\";s:0:\"\";s:9:\"nav_title\";s:0:\"\";s:5:\"media\"
;s:0:\"\";s:6:\"layout\";s:1:\"0\";s:6:\"hidden\";s:1:\"0\";s:9:\"starttime\";s:
1:\"0\";s:7:\"endtime\";s:1:\"0\";s:8:\"fe_group\";s:0:\"\";s:16:\"extendToSubpa
ges\";s:1:\"0\";s:7:\"doktype\";s:1:\"1\";s:8:\"TSconfig\";s:0:\"\";s:11:\"stora
ge_pid\";s:1:\"0\";s:11:\"is_siteroot\";s:1:\"0\";s:9:\"mount_pid\";s:1:\"0\";s:
12:\"mount_pid_ol\";s:1:\"0\";s:13:\"fe_login_mode\";s:1:\"0\";}i:2;a:23:{s:3:\"
pid\";s:1:\"4\";s:3:\"uid\";s:1:\"9\";s:9:\"t3ver_oid\";s:1:\"0\";s:10:\"t3ver_w
sid\";s:1:\"0\";s:11:\"t3ver_state\";s:1:\"0\";s:14:\"t3ver_swapmode\";s:1:\"0\"
;s:5:\"title\";s:14:\"Wickelmaterial\";s:5:\"alias\";s:0:\"\";s:9:\"nav_title\";
s:0:\"\";s:5:\"media\";s:0:\"\";s:6:\"layout\";s:1:\"0\";s:6:\"hidden\";s:1:\"0\
";s:9:\"starttime\";s:1:\"0\";s:7:\"endtime\";s:1:\"0\";s:8:\"fe_group\";s:0:\"\
";s:16:\"extendToSubpages\";s:1:\"0\";s:7:\"doktype\";s:1:\"1\";s:8:\"TSconfig\"
;s:0:\"\";s:11:\"storage_pid\";s:1:\"0\";s:11:\"is_siteroot\";s:1:\"0\";s:9:\"mo
unt_pid\";s:1:\"0\";s:12:\"mount_pid_ol\";s:1:\"0\";s:13:\"fe_login_mode\";s:1:\
"0\";}}s:6:\"rowSum\";a:5:{i:0;a:3:{i:0;s:1:\"1\";i:1;s:17:\"ZTS Wire Standard\"
;i:2;s:10:\"1282298473\";}i:1;a:3:{i:0;s:24:\"cssstyledcontent/static/\";i:1;s:3
0:\"EXT:css_styled_content/static/\";i:2;N;}i:2;a:3:{i:0;s:10:\"apimacmade\";i:1
;s:11:\"api_macmade\";i:2;N;}i:3;a:3:{i:0;s:8:\"metatags\";i:1;s:8:\"metatags\";
i:2;N;}i:4;a:3:{i:0;s:12:\"tslanguagede\";i:1;s:14:\"ts_language_de\";i:2;N;}}}'
,1289551859),(12,222419149,'a:3:{s:3:\"all\";a:3:{s:32:\"41428859d35690400a615c4
ebfa39dc3\";s:15:\"[loginUser = *]\";s:32:\"946a02f1d9be58311c20592512ab1859\";s
:15:\"[usergroup = *]\";s:32:\"223520ecc5a41aefc0ffb63a47d180ec\";s:16:\"[browse
r = msie]\";}s:8:\"rootLine\";a:3:{i:0;a:23:{s:3:\"pid\";s:1:\"0\";s:3:\"uid\";s
:1:\"1\";s:9:\"t3ver_oid\";s:1:\"0\";s:10:\"t3ver_wsid\";s:1:\"0\";s:11:\"t3ver_
state\";s:1:\"0\";s:14:\"t3ver_swapmode\";s:1:\"0\";s:5:\"title\";s:8:\"ZTS-Wire
\";s:5:\"alias\";s:0:\"\";s:9:\"nav_title\";s:0:\"\";s:5:\"media\";s:0:\"\";s:6:
\"layout\";s:1:\"0\";s:6:\"hidden\";s:1:\"0\";s:9:\"starttime\";s:1:\"0\";s:7:\"
endtime\";s:1:\"0\";s:8:\"fe_group\";s:0:\"\";s:16:\"extendToSubpages\";s:1:\"0\
";s:7:\"doktype\";s:1:\"4\";s:8:\"TSconfig\";s:0:\"\";s:11:\"storage_pid\";s:1:\
"0\";s:11:\"is_siteroot\";s:1:\"0\";s:9:\"mount_pid\";s:1:\"0\";s:12:\"mount_pid
_ol\";s:1:\"0\";s:13:\"fe_login_mode\";s:1:\"0\";}i:1;a:23:{s:3:\"pid\";s:1:\"1\
";s:3:\"uid\";s:1:\"4\";s:9:\"t3ver_oid\";s:1:\"0\";s:10:\"t3ver_wsid\";s:1:\"0\
";s:11:\"t3ver_state\";s:1:\"0\";s:14:\"t3ver_swapmode\";s:1:\"0\";s:5:\"title\"
;s:8:\"Produkte\";s:5:\"alias\";s:0:\"\";s:9:\"nav_title\";s:0:\"\";s:5:\"media\
";s:0:\"\";s:6:\"layout\";s:1:\"0\";s:6:\"hidden\";s:1:\"0\";s:9:\"starttime\";s
:1:\"0\";s:7:\"endtime\";s:1:\"0\";s:8:\"fe_group\";s:0:\"\";s:16:\"extendToSubp
ages\";s:1:\"0\";s:7:\"doktype\";s:1:\"1\";s:8:\"TSconfig\";s:0:\"\";s:11:\"stor
age_pid\";s:1:\"0\";s:11:\"is_siteroot\";s:1:\"0\";s:9:\"mount_pid\";s:1:\"0\";s
:12:\"mount_pid_ol\";s:1:\"0\";s:13:\"fe_login_mode\";s:1:\"0\";}i:2;a:23:{s:3:\
"pid\";s:1:\"4\";s:3:\"uid\";s:2:\"12\";s:9:\"t3ver_oid\";s:1:\"0\";s:10:\"t3ver
_wsid\";s:1:\"0\";s:11:\"t3ver_state\";s:1:\"0\";s:14:\"t3ver_swapmode\";s:1:\"0
\";s:5:\"title\";s:10:\"Prfgerte\";s:5:\"alias\";s:0:\"\";s:9:\"nav_title\";s:0:\"
\";s:5:\"media\";s:0:\"\";s:6:\"layout\";s:1:\"0\";s:6:\"hidden\";s:1:\"0\";s:9:
\"starttime\";s:1:\"0\";s:7:\"endtime\";s:1:\"0\";s:8:\"fe_group\";s:0:\"\";s:16
:\"extendToSubpages\";s:1:\"0\";s:7:\"doktype\";s:1:\"1\";s:8:\"TSconfig\";s:0:\
"\";s:11:\"storage_pid\";s:1:\"0\";s:11:\"is_siteroot\";s:1:\"0\";s:9:\"mount_pi
d\";s:1:\"0\";s:12:\"mount_pid_ol\";s:1:\"0\";s:13:\"fe_login_mode\";s:1:\"0\";}
}s:6:\"rowSum\";a:5:{i:0;a:3:{i:0;s:1:\"1\";i:1;s:17:\"ZTS Wire Standard\";i:2;s
:10:\"1282298473\";}i:1;a:3:{i:0;s:24:\"cssstyledcontent/static/\";i:1;s:30:\"EX
T:css_styled_content/static/\";i:2;N;}i:2;a:3:{i:0;s:10:\"apimacmade\";i:1;s:11:
\"api_macmade\";i:2;N;}i:3;a:3:{i:0;s:8:\"metatags\";i:1;s:8:\"metatags\";i:2;N;
}i:4;a:3:{i:0;s:12:\"tslanguagede\";i:1;s:14:\"ts_language_de\";i:2;N;}}}',12906
82017);
/*!40000 ALTER TABLE `cache_pagesection` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cache_treelist`
--
DROP TABLE IF EXISTS `cache_treelist`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `cache_treelist` (
`md5hash` char(32) NOT NULL default '',
`pid` int(11) NOT NULL default '0',
`treelist` text,
`tstamp` int(11) NOT NULL default '0',
`expires` int(11) unsigned NOT NULL default '0',
PRIMARY KEY (`md5hash`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `cache_treelist`
--
LOCK TABLES `cache_treelist` WRITE;
/*!40000 ALTER TABLE `cache_treelist` DISABLE KEYS */;
/*!40000 ALTER TABLE `cache_treelist` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cache_typo3temp_log`
--
DROP TABLE IF EXISTS `cache_typo3temp_log`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `cache_typo3temp_log` (
`md5hash` varchar(32) NOT NULL default '',
`tstamp` int(11) NOT NULL default '0',
`filename` varchar(255) NOT NULL default '',
`orig_filename` varchar(255) NOT NULL default '',
PRIMARY KEY (`md5hash`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `cache_typo3temp_log`
--
LOCK TABLES `cache_typo3temp_log` WRITE;
/*!40000 ALTER TABLE `cache_typo3temp_log` DISABLE KEYS */;
/*!40000 ALTER TABLE `cache_typo3temp_log` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cachingframework_cache_hash`
--
DROP TABLE IF EXISTS `cachingframework_cache_hash`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `cachingframework_cache_hash` (
`id` int(11) unsigned NOT NULL auto_increment,
`identifier` varchar(128) NOT NULL default '',
`crdate` int(11) unsigned NOT NULL default '0',
`content` mediumtext,
`lifetime` int(11) unsigned NOT NULL default '0',
PRIMARY KEY (`id`),
KEY `cache_id` (`identifier`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `cachingframework_cache_hash`
--
LOCK TABLES `cachingframework_cache_hash` WRITE;
/*!40000 ALTER TABLE `cachingframework_cache_hash` DISABLE KEYS */;
/*!40000 ALTER TABLE `cachingframework_cache_hash` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cachingframework_cache_hash_tags`
--
DROP TABLE IF EXISTS `cachingframework_cache_hash_tags`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `cachingframework_cache_hash_tags` (
`id` int(11) unsigned NOT NULL auto_increment,
`identifier` varchar(128) NOT NULL default '',
`tag` varchar(128) NOT NULL default '',
PRIMARY KEY (`id`),
KEY `cache_id` (`identifier`),
KEY `cache_tag` (`tag`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `cachingframework_cache_hash_tags`
--
LOCK TABLES `cachingframework_cache_hash_tags` WRITE;
/*!40000 ALTER TABLE `cachingframework_cache_hash_tags` DISABLE KEYS */;
/*!40000 ALTER TABLE `cachingframework_cache_hash_tags` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cachingframework_cache_pages`
--
DROP TABLE IF EXISTS `cachingframework_cache_pages`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `cachingframework_cache_pages` (
`id` int(11) unsigned NOT NULL auto_increment,
`identifier` varchar(128) NOT NULL default '',
`crdate` int(11) unsigned NOT NULL default '0',
`content` mediumtext,
`lifetime` int(11) unsigned NOT NULL default '0',
PRIMARY KEY (`id`),
KEY `cache_id` (`identifier`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `cachingframework_cache_pages`
--
LOCK TABLES `cachingframework_cache_pages` WRITE;
/*!40000 ALTER TABLE `cachingframework_cache_pages` DISABLE KEYS */;
/*!40000 ALTER TABLE `cachingframework_cache_pages` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cachingframework_cache_pages_tags`
--
DROP TABLE IF EXISTS `cachingframework_cache_pages_tags`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `cachingframework_cache_pages_tags` (
`id` int(11) unsigned NOT NULL auto_increment,
`identifier` varchar(128) NOT NULL default '',
`tag` varchar(128) NOT NULL default '',
PRIMARY KEY (`id`),
KEY `cache_id` (`identifier`),
KEY `cache_tag` (`tag`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `cachingframework_cache_pages_tags`
--
LOCK TABLES `cachingframework_cache_pages_tags` WRITE;
/*!40000 ALTER TABLE `cachingframework_cache_pages_tags` DISABLE KEYS */;
/*!40000 ALTER TABLE `cachingframework_cache_pages_tags` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cachingframework_cache_pagesection`
--
DROP TABLE IF EXISTS `cachingframework_cache_pagesection`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `cachingframework_cache_pagesection` (
`id` int(11) unsigned NOT NULL auto_increment,
`identifier` varchar(128) NOT NULL default '',
`crdate` int(11) unsigned NOT NULL default '0',
`content` mediumtext,
`lifetime` int(11) unsigned NOT NULL default '0',
PRIMARY KEY (`id`),
KEY `cache_id` (`identifier`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `cachingframework_cache_pagesection`
--
LOCK TABLES `cachingframework_cache_pagesection` WRITE;
/*!40000 ALTER TABLE `cachingframework_cache_pagesection` DISABLE KEYS */;
/*!40000 ALTER TABLE `cachingframework_cache_pagesection` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cachingframework_cache_pagesection_tags`
--
DROP TABLE IF EXISTS `cachingframework_cache_pagesection_tags`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `cachingframework_cache_pagesection_tags` (
`id` int(11) unsigned NOT NULL auto_increment,
`identifier` varchar(128) NOT NULL default '',
`tag` varchar(128) NOT NULL default '',
PRIMARY KEY (`id`),
KEY `cache_id` (`identifier`),
KEY `cache_tag` (`tag`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `cachingframework_cache_pagesection_tags`
--
LOCK TABLES `cachingframework_cache_pagesection_tags` WRITE;
/*!40000 ALTER TABLE `cachingframework_cache_pagesection_tags` DISABLE KEYS */;
/*!40000 ALTER TABLE `cachingframework_cache_pagesection_tags` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `fe_groups`
--
DROP TABLE IF EXISTS `fe_groups`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `fe_groups` (
`uid` int(11) unsigned NOT NULL auto_increment,
`pid` int(11) unsigned NOT NULL default '0',
`tstamp` int(11) unsigned NOT NULL default '0',
`crdate` int(11) unsigned NOT NULL default '0',
`cruser_id` int(11) unsigned NOT NULL default '0',
`title` varchar(50) NOT NULL default '',
`hidden` tinyint(3) unsigned NOT NULL default '0',
`lockToDomain` varchar(50) NOT NULL default '',
`deleted` tinyint(3) unsigned NOT NULL default '0',
`description` text,
`subgroup` tinytext,
`TSconfig` text,
PRIMARY KEY (`uid`),
KEY `parent` (`pid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `fe_groups`
--
LOCK TABLES `fe_groups` WRITE;
/*!40000 ALTER TABLE `fe_groups` DISABLE KEYS */;
/*!40000 ALTER TABLE `fe_groups` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `fe_session_data`
--
DROP TABLE IF EXISTS `fe_session_data`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `fe_session_data` (
`hash` varchar(32) NOT NULL default '',
`content` mediumblob,
`tstamp` int(11) unsigned NOT NULL default '0',
PRIMARY KEY (`hash`),
KEY `tstamp` (`tstamp`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `fe_session_data`
--
LOCK TABLES `fe_session_data` WRITE;
/*!40000 ALTER TABLE `fe_session_data` DISABLE KEYS */;
/*!40000 ALTER TABLE `fe_session_data` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `fe_sessions`
--
DROP TABLE IF EXISTS `fe_sessions`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `fe_sessions` (
`ses_id` varchar(32) NOT NULL default '',
`ses_name` varchar(32) NOT NULL default '',
`ses_iplock` varchar(39) NOT NULL default '',
`ses_hashlock` int(11) NOT NULL default '0',
`ses_userid` int(11) unsigned NOT NULL default '0',
`ses_tstamp` int(11) unsigned NOT NULL default '0',
`ses_data` blob,
`ses_permanent` tinyint(1) unsigned NOT NULL default '0',
PRIMARY KEY (`ses_id`,`ses_name`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `fe_sessions`
--
LOCK TABLES `fe_sessions` WRITE;
/*!40000 ALTER TABLE `fe_sessions` DISABLE KEYS */;
/*!40000 ALTER TABLE `fe_sessions` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `fe_users`
--
DROP TABLE IF EXISTS `fe_users`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `fe_users` (
`uid` int(11) unsigned NOT NULL auto_increment,
`pid` int(11) unsigned NOT NULL default '0',
`tstamp` int(11) unsigned NOT NULL default '0',
`username` varchar(50) NOT NULL default '',
`password` varchar(40) NOT NULL default '',
`usergroup` tinytext,
`disable` tinyint(4) unsigned NOT NULL default '0',
`starttime` int(11) unsigned NOT NULL default '0',
`endtime` int(11) unsigned NOT NULL default '0',
`name` varchar(80) NOT NULL default '',
`first_name` varchar(50) NOT NULL default '',
`middle_name` varchar(50) NOT NULL default '',
`last_name` varchar(50) NOT NULL default '',
`address` varchar(255) NOT NULL default '',
`telephone` varchar(20) NOT NULL default '',
`fax` varchar(20) NOT NULL default '',
`email` varchar(80) NOT NULL default '',
`crdate` int(11) unsigned NOT NULL default '0',
`cruser_id` int(11) unsigned NOT NULL default '0',
`lockToDomain` varchar(50) NOT NULL default '',
`deleted` tinyint(3) unsigned NOT NULL default '0',
`uc` blob,
`title` varchar(40) NOT NULL default '',
`zip` varchar(10) NOT NULL default '',
`city` varchar(50) NOT NULL default '',
`country` varchar(40) NOT NULL default '',
`www` varchar(80) NOT NULL default '',
`company` varchar(80) NOT NULL default '',
`image` tinytext,
`TSconfig` text,
`fe_cruser_id` int(10) unsigned NOT NULL default '0',
`lastlogin` int(10) unsigned NOT NULL default '0',
`is_online` int(10) unsigned NOT NULL default '0',
PRIMARY KEY (`uid`),
KEY `parent` (`pid`,`username`),
KEY `username` (`username`),
KEY `is_online` (`is_online`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `fe_users`
--
LOCK TABLES `fe_users` WRITE;
/*!40000 ALTER TABLE `fe_users` DISABLE KEYS */;
/*!40000 ALTER TABLE `fe_users` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `pages`
--
DROP TABLE IF EXISTS `pages`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `pages` (
`uid` int(11) NOT NULL auto_increment,
`pid` int(11) NOT NULL default '0',
`t3ver_oid` int(11) NOT NULL default '0',
`t3ver_id` int(11) NOT NULL default '0',
`t3ver_wsid` int(11) NOT NULL default '0',
`t3ver_label` varchar(255) NOT NULL default '',
`t3ver_state` tinyint(4) NOT NULL default '0',
`t3ver_stage` tinyint(4) NOT NULL default '0',
`t3ver_count` int(11) NOT NULL default '0',
`t3ver_tstamp` int(11) NOT NULL default '0',
`t3ver_swapmode` tinyint(4) NOT NULL default '0',
`t3ver_move_id` int(11) NOT NULL default '0',
`t3_origuid` int(11) NOT NULL default '0',
`tstamp` int(11) unsigned NOT NULL default '0',
`sorting` int(11) unsigned NOT NULL default '0',
`deleted` tinyint(1) unsigned NOT NULL default '0',
`perms_userid` int(11) unsigned NOT NULL default '0',
`perms_groupid` int(11) unsigned NOT NULL default '0',
`perms_user` tinyint(4) unsigned NOT NULL default '0',
`perms_group` tinyint(4) unsigned NOT NULL default '0',
`perms_everybody` tinyint(4) unsigned NOT NULL default '0',
`editlock` tinyint(4) unsigned NOT NULL default '0',
`crdate` int(11) unsigned NOT NULL default '0',
`cruser_id` int(11) unsigned NOT NULL default '0',
`hidden` tinyint(4) unsigned NOT NULL default '0',
`title` varchar(255) NOT NULL default '',
`doktype` tinyint(3) unsigned NOT NULL default '0',
`TSconfig` text,
`storage_pid` int(11) NOT NULL default '0',
`is_siteroot` tinyint(4) NOT NULL default '0',
`php_tree_stop` tinyint(4) NOT NULL default '0',
`tx_impexp_origuid` int(11) NOT NULL default '0',
`url` varchar(255) NOT NULL default '',
`starttime` int(11) unsigned NOT NULL default '0',
`endtime` int(11) unsigned NOT NULL default '0',
`urltype` tinyint(4) unsigned NOT NULL default '0',
`shortcut` int(10) unsigned NOT NULL default '0',
`shortcut_mode` int(10) unsigned NOT NULL default '0',
`no_cache` int(10) unsigned NOT NULL default '0',
`fe_group` varchar(100) NOT NULL default '0',
`subtitle` varchar(255) NOT NULL default '',
`layout` tinyint(3) unsigned NOT NULL default '0',
`target` varchar(80) NOT NULL default '',
`media` text,
`lastUpdated` int(10) unsigned NOT NULL default '0',
`keywords` text,
`cache_timeout` int(10) unsigned NOT NULL default '0',
`newUntil` int(10) unsigned NOT NULL default '0',
`description` text,
`no_search` tinyint(3) unsigned NOT NULL default '0',
`SYS_LASTCHANGED` int(10) unsigned NOT NULL default '0',
`abstract` text,
`module` varchar(10) NOT NULL default '',
`extendToSubpages` tinyint(3) unsigned NOT NULL default '0',
`author` varchar(255) NOT NULL default '',
`author_email` varchar(80) NOT NULL default '',
`nav_title` varchar(255) NOT NULL default '',
`nav_hide` tinyint(4) NOT NULL default '0',
`content_from_pid` int(10) unsigned NOT NULL default '0',
`mount_pid` int(10) unsigned NOT NULL default '0',
`mount_pid_ol` tinyint(4) NOT NULL default '0',
`alias` varchar(32) NOT NULL default '',
`l18n_cfg` tinyint(4) NOT NULL default '0',
`fe_login_mode` tinyint(4) NOT NULL default '0',
PRIMARY KEY (`uid`),
KEY `t3ver_oid` (`t3ver_oid`,`t3ver_wsid`),
KEY `parent` (`pid`,`sorting`,`deleted`,`hidden`),
KEY `alias` (`alias`)
) ENGINE=MyISAM AUTO_INCREMENT=30 DEFAULT CHARSET=latin1;
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `pages`
--
LOCK TABLES `pages` WRITE;
/*!40000 ALTER TABLE `pages` DISABLE KEYS */;
INSERT INTO `pages` VALUES (1,0,0,0,0,'',0,0,0,0,0,0,0,1282291350,256,0,1,0,31,2
7,0,0,1281518960,1,0,'ZTS-Wire',4,'',0,0,0,0,'',0,0,1,2,0,0,'','',0,'','',0,'',0
,0,'',0,1281518960,'','',0,'','','',0,0,0,0,'',0,0),(2,1,0,0,0,'',0,0,0,0,0,0,0,
1282291318,256,0,1,0,31,27,0,0,1281946047,1,0,'Home',1,'',0,0,0,0,'',0,0,1,1,0,0
,'','',0,'','',0,'',0,0,'',0,1282655479,'','',0,'','','',0,0,0,0,'',0,0),(3,1,0,
0,0,'',0,0,0,0,0,0,0,1281946067,512,0,1,0,31,27,0,0,1281946067,1,0,'Unternehmen'
,1,'',0,0,0,0,'',0,0,1,0,0,0,'','',0,'','',0,'',0,0,'',0,1282655479,'','',0,'','
','',0,0,0,0,'',0,0),(4,1,0,0,0,'',0,0,0,0,0,0,0,1281946076,768,0,1,0,31,27,0,0,
1281946076,1,0,'Produkte',1,'',0,0,0,0,'',0,0,1,0,0,0,'','',0,'','',0,'',0,0,'',
0,1282655479,'','',0,'','','',0,0,0,0,'',0,0),(5,1,0,0,0,'',0,0,0,0,0,0,0,128254
9643,1024,0,1,0,31,27,0,0,1281946088,1,0,'Service',1,'',0,0,0,0,'',0,0,1,0,0,0,'
','',0,'','',0,'',0,0,'',0,1282655479,'','',0,'','','',0,0,0,0,'',0,0),(6,1,0,0,
0,'',0,0,0,0,0,0,0,1282293110,1280,0,1,0,31,27,0,0,1281946095,1,0,'Kontakt',4,''
,0,0,0,0,'',0,0,1,14,0,0,'','',0,'','',0,'',0,0,'',0,1281946095,'','',0,'','',''
,0,0,0,0,'',0,0),(7,6,0,0,0,'',0,0,0,0,0,0,0,1281946106,256,0,1,0,31,27,0,0,1281
946106,1,0,'Impressum',1,'',0,0,0,0,'',0,0,1,0,0,0,'','',0,'','',0,'',0,0,'',0,1
282655479,'','',0,'','','',0,0,0,0,'',0,0),(8,6,0,0,0,'',0,0,0,0,0,0,0,128194612
3,128,0,1,0,31,27,0,0,1281946115,1,0,'AGB',1,'',0,0,0,0,'',0,0,1,0,0,0,'','',0,'
','',0,'',0,0,'',0,1282655479,'','',0,'','','',0,0,0,0,'',0,0),(9,4,0,0,0,'',0,0
,0,0,0,0,0,1281946188,256,0,1,0,31,27,0,0,1281946188,1,0,'Wickelmaterial',1,'',0
,0,0,0,'',0,0,1,0,0,0,'','',0,'','',0,'',0,0,'',0,1282655479,'','',0,'','','',0,
0,0,0,'',0,0),(10,4,0,0,0,'',0,0,0,0,0,0,0,1282649978,512,0,1,0,31,27,0,0,128194
6211,1,0,'Elektroisoliermaterial',1,'',0,0,0,0,'',0,0,1,0,0,0,'','',0,'','',0,''
,0,0,'',0,1282655479,'','',0,'','','',0,0,0,0,'',0,0),(11,4,0,0,0,'',0,0,0,0,0,0
,0,1282550060,768,0,1,0,31,27,0,0,1281946224,1,0,'Imprgniermittel',1,'',0,0,0,0,''
,0,0,1,0,0,0,'','',0,'','',0,'',0,0,'',0,1282655479,'','',0,'','','',0,0,0,0,'',
0,0),(12,4,0,0,0,'',0,0,0,0,0,0,0,1281946238,1024,0,1,0,31,27,0,0,1281946238,1,0
,'Prfgerte',1,'',0,0,0,0,'',0,0,1,0,0,0,'','',0,'','',0,'',0,0,'',0,1282655479,'',''
,0,'','','',0,0,0,0,'',0,0),(13,4,0,0,0,'',0,0,0,0,0,0,0,1282550143,1280,0,1,0,3
1,27,0,0,1281946256,1,0,'Elektromotoren',1,'',0,0,0,0,'',0,0,1,0,0,0,'','',0,'',
'',0,'',0,0,'',0,1282655479,'','',0,'','','',0,0,0,0,'',0,0),(14,6,0,0,0,'',0,0,
0,0,0,0,0,1282293072,64,0,1,0,31,27,0,0,1282291502,1,0,'Kontakt',1,'',0,0,0,0,''
,0,0,1,6,0,0,'','',0,'','',0,'',0,0,'',0,1282655479,'','',0,'','','',0,0,0,0,'',
0,0),(15,9,0,0,0,'',0,0,0,0,0,0,0,1282649883,256,0,1,0,31,27,0,0,1282649883,1,0,
'Kupferdrhte rund',1,'',0,0,0,0,'',0,0,1,0,0,0,'','',0,'','',0,'',0,0,'',0,1282655
479,'','',0,'','','',0,0,0,0,'',0,0),(16,9,0,0,0,'',0,0,0,0,0,0,0,1282649901,512
,0,1,0,31,27,0,0,1282649901,1,0,'Kupferdrhte flach',1,'',0,0,0,0,'',0,0,1,0,0,0,''
,'',0,'','',0,'',0,0,'',0,1282655479,'','',0,'','','',0,0,0,0,'',0,0),(17,9,0,0,
0,'',0,0,0,0,0,0,0,1282649916,768,0,1,0,31,27,0,0,1282649916,1,0,'Kupferbnder und
Kupferstangen',1,'',0,0,0,0,'',0,0,1,0,0,0,'','',0,'','',0,'',0,0,'',0,128931624
4,'','',0,'','','',0,0,0,0,'',0,0),(18,9,0,0,0,'',0,0,0,0,0,0,0,1282649942,1024,
0,1,0,31,27,0,0,1282649942,1,0,'Aluminiumprodukte',1,'',0,0,0,0,'',0,0,1,0,0,0,'
','',0,'','',0,'',0,0,'',0,1282655479,'','',0,'','','',0,0,0,0,'',0,0),(19,10,0,
0,0,'',0,0,0,0,0,0,0,1282649968,256,0,1,0,31,27,0,0,1282649968,1,0,'Flchenisoliers
toffe',1,'',0,0,0,0,'',0,0,1,0,0,0,'','',0,'','',0,'',0,0,'',0,1282655479,'','',
0,'','','',0,0,0,0,'',0,0),(20,10,0,0,0,'',0,0,0,0,0,0,0,1282649988,512,0,1,0,31
,27,0,0,1282649988,1,0,'Klebebnder',1,'',0,0,0,0,'',0,0,1,0,0,0,'','',0,'','',0,''
,0,0,'',0,0,'','',0,'','','',0,0,0,0,'',0,0),(21,10,0,0,0,'',0,0,0,0,0,0,0,12826
50001,768,0,1,0,31,27,0,0,1282650001,1,0,'Stanz- und Formteile',1,'',0,0,0,0,'',
0,0,1,0,0,0,'','',0,'','',0,'',0,0,'',0,1282655479,'','',0,'','','',0,0,0,0,'',0
,0),(22,11,0,0,0,'',0,0,0,0,0,0,0,1282650043,256,0,1,0,31,27,0,0,1282650043,1,0,
'Elektroisolierharz',1,'',0,0,0,0,'',0,0,1,0,0,0,'','',0,'','',0,'',0,0,'',0,128
2655479,'','',0,'','','',0,0,0,0,'',0,0),(23,11,0,0,0,'',0,0,0,0,0,0,0,128940085
6,512,0,1,0,31,27,0,0,1282650054,1,0,'Elektroisolierlack',1,'',0,0,0,0,'',0,0,1,
0,0,0,'','',0,'','',0,'',0,0,'',0,1282655479,'','',0,'','','',0,0,0,0,'',0,0),(2
4,11,0,0,0,'',0,0,0,0,0,0,0,1282650066,768,0,1,0,31,27,0,0,1282650066,1,0,'Vergu ma
ssen',1,'',0,0,0,0,'',0,0,1,0,0,0,'','',0,'','',0,'',0,0,'',0,1282655479,'','',0
,'','','',0,0,0,0,'',0,0),(25,12,0,0,0,'',0,0,0,0,0,0,0,1282650082,256,0,1,0,31,
27,0,0,1282650082,1,0,'HV-Tester',1,'',0,0,0,0,'',0,0,1,0,0,0,'','',0,'','',0,''
,0,0,'',0,1289216778,'','',0,'','','',0,0,0,0,'',0,0),(26,12,0,0,0,'',0,0,0,0,0,
0,0,1282650093,512,0,1,0,31,27,0,0,1282650093,1,0,'Surgetester',1,'',0,0,0,0,'',
0,0,1,0,0,0,'','',0,'','',0,'',0,0,'',0,1289216991,'','',0,'','','',0,0,0,0,'',0
,0),(27,12,0,0,0,'',0,0,0,0,0,0,0,1282650108,768,0,1,0,31,27,0,0,1282650108,1,0,
'Universaltester',1,'',0,0,0,0,'',0,0,1,0,0,0,'','',0,'','',0,'',0,0,'',0,128921
6883,'','',0,'','','',0,0,0,0,'',0,0),(28,12,0,0,0,'',0,0,0,0,0,0,0,1288772080,1
024,0,1,0,31,27,0,0,1288772080,1,0,'Sicherheitstester',1,'',0,0,0,0,'',0,0,1,0,0
,0,'','',0,'','',0,'',0,0,'',0,1289216918,'','',0,'','','',0,0,0,0,'',0,0),(29,1
2,0,0,0,'',0,0,0,0,0,0,0,1288772105,1280,0,1,0,31,27,0,0,1288772105,1,0,'Motorte
ster',1,'',0,0,0,0,'',0,0,1,0,0,0,'','',0,'','',0,'',0,0,'',0,1289216959,'','',0
,'','','',0,0,0,0,'',0,0);
/*!40000 ALTER TABLE `pages` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `pages_language_overlay`
--
DROP TABLE IF EXISTS `pages_language_overlay`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `pages_language_overlay` (
`uid` int(11) NOT NULL auto_increment,
`pid` int(11) NOT NULL default '0',
`doktype` tinyint(3) unsigned NOT NULL default '0',
`t3ver_oid` int(11) NOT NULL default '0',
`t3ver_id` int(11) NOT NULL default '0',
`t3ver_wsid` int(11) NOT NULL default '0',
`t3ver_label` varchar(255) NOT NULL default '',
`t3ver_state` tinyint(4) NOT NULL default '0',
`t3ver_stage` tinyint(4) NOT NULL default '0',
`t3ver_count` int(11) NOT NULL default '0',
`t3ver_tstamp` int(11) NOT NULL default '0',
`t3_origuid` int(11) NOT NULL default '0',
`tstamp` int(11) unsigned NOT NULL default '0',
`crdate` int(11) unsigned NOT NULL default '0',
`cruser_id` int(11) unsigned NOT NULL default '0',
`sys_language_uid` int(11) unsigned NOT NULL default '0',
`title` varchar(255) NOT NULL default '',
`hidden` tinyint(4) unsigned NOT NULL default '0',
`starttime` int(11) unsigned NOT NULL default '0',
`endtime` int(11) unsigned NOT NULL default '0',
`deleted` tinyint(3) unsigned NOT NULL default '0',
`subtitle` varchar(255) NOT NULL default '',
`nav_title` varchar(255) NOT NULL default '',
`media` tinytext,
`keywords` text,
`description` text,
`abstract` text,
`author` varchar(255) NOT NULL default '',
`author_email` varchar(80) NOT NULL default '',
`tx_impexp_origuid` int(11) NOT NULL default '0',
`l18n_diffsource` mediumblob,
`url` varchar(255) NOT NULL default '',
`urltype` tinyint(4) unsigned NOT NULL default '0',
`shortcut` int(10) unsigned NOT NULL default '0',
`shortcut_mode` int(10) unsigned NOT NULL default '0',
PRIMARY KEY (`uid`),
KEY `t3ver_oid` (`t3ver_oid`,`t3ver_wsid`),
KEY `parent` (`pid`,`sys_language_uid`)
) ENGINE=MyISAM AUTO_INCREMENT=29 DEFAULT CHARSET=latin1;
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `pages_language_overlay`
--
LOCK TABLES `pages_language_overlay` WRITE;
/*!40000 ALTER TABLE `pages_language_overlay` DISABLE KEYS */;
INSERT INTO `pages_language_overlay` VALUES (1,3,1,0,0,0,'',0,0,0,0,0,1288264059
,1288264059,1,1,'Podjetje',0,0,0,0,'','','','','','','','',0,'a:14:{s:6:\"hidden
\";N;s:5:\"title\";N;s:8:\"subtitle\";N;s:9:\"nav_title\";N;s:6:\"author\";N;s:1
2:\"author_email\";N;s:8:\"abstract\";N;s:8:\"keywords\";N;s:11:\"description\";
N;s:5:\"media\";N;s:9:\"starttime\";N;s:7:\"endtime\";N;s:7:\"doktype\";N;s:16:\
"sys_language_uid\";N;}','',1,0,0),(2,9,1,0,0,0,'',0,0,0,0,0,1288264265,12882642
65,1,1,'NAVIJALNI MATERIAL',0,0,0,0,'','','','','','','','',0,'a:14:{s:6:\"hidde
n\";N;s:5:\"title\";N;s:8:\"subtitle\";N;s:9:\"nav_title\";N;s:6:\"author\";N;s:
12:\"author_email\";N;s:8:\"abstract\";N;s:8:\"keywords\";N;s:11:\"description\"
;N;s:5:\"media\";N;s:9:\"starttime\";N;s:7:\"endtime\";N;s:7:\"doktype\";N;s:16:
\"sys_language_uid\";N;}','',1,0,0),(3,10,1,0,0,0,'',0,0,0,0,0,1288264288,128826
4288,1,1,'ELEKTROIZOLACIJSKI MATERIAL',0,0,0,0,'','','','','','','','',0,'a:14:{
s:6:\"hidden\";N;s:5:\"title\";N;s:8:\"subtitle\";N;s:9:\"nav_title\";N;s:6:\"au
thor\";N;s:12:\"author_email\";N;s:8:\"abstract\";N;s:8:\"keywords\";N;s:11:\"de
scription\";N;s:5:\"media\";N;s:9:\"starttime\";N;s:7:\"endtime\";N;s:7:\"doktyp
e\";N;s:16:\"sys_language_uid\";N;}','',1,0,0),(4,11,1,0,0,0,'',0,0,0,0,0,128826
4312,1288264312,1,1,'IMPREGNACIJSKA SREDSTVA',0,0,0,0,'','','','','','','','',0,
'a:14:{s:6:\"hidden\";N;s:5:\"title\";N;s:8:\"subtitle\";N;s:9:\"nav_title\";N;s
:6:\"author\";N;s:12:\"author_email\";N;s:8:\"abstract\";N;s:8:\"keywords\";N;s:
11:\"description\";N;s:5:\"media\";N;s:9:\"starttime\";N;s:7:\"endtime\";N;s:7:\
"doktype\";N;s:16:\"sys_language_uid\";N;}','',1,0,0),(5,12,1,0,0,0,'',0,0,0,0,0
,1288267894,1288264334,1,1,'PRESKUEVALNE/NADZORNE NAPRAVE',0,0,0,0,'','','','','',
'','','',0,'a:14:{s:6:\"hidden\";s:1:\"0\";s:5:\"title\";s:10:\"Prfgerte\";s:8:\"s
ubtitle\";s:0:\"\";s:9:\"nav_title\";s:0:\"\";s:6:\"author\";s:0:\"\";s:12:\"aut
hor_email\";s:0:\"\";s:8:\"abstract\";s:0:\"\";s:8:\"keywords\";s:0:\"\";s:11:\"
description\";s:0:\"\";s:5:\"media\";s:0:\"\";s:9:\"starttime\";s:1:\"0\";s:7:\"
endtime\";s:1:\"0\";s:7:\"doktype\";s:1:\"1\";s:16:\"sys_language_uid\";N;}','',
1,0,0),(6,13,1,0,0,0,'',0,0,0,0,0,1288267920,1288267920,1,1,'ELEKTROMOTORJI',0,0
,0,0,'','','','','','','','',0,'a:14:{s:6:\"hidden\";N;s:5:\"title\";N;s:8:\"sub
title\";N;s:9:\"nav_title\";N;s:6:\"author\";N;s:12:\"author_email\";N;s:8:\"abs
tract\";N;s:8:\"keywords\";N;s:11:\"description\";N;s:5:\"media\";N;s:9:\"startt
ime\";N;s:7:\"endtime\";N;s:7:\"doktype\";N;s:16:\"sys_language_uid\";N;}','',1,
0,0),(7,4,1,0,0,0,'',0,0,0,0,0,1288267946,1288267946,1,1,'Produkti',0,0,0,0,'','
','','','','','','',0,'a:14:{s:6:\"hidden\";N;s:5:\"title\";N;s:8:\"subtitle\";N
;s:9:\"nav_title\";N;s:6:\"author\";N;s:12:\"author_email\";N;s:8:\"abstract\";N
;s:8:\"keywords\";N;s:11:\"description\";N;s:5:\"media\";N;s:9:\"starttime\";N;s
:7:\"endtime\";N;s:7:\"doktype\";N;s:16:\"sys_language_uid\";N;}','',1,0,0),(8,5
,1,0,0,0,'',0,0,0,0,0,1288268018,1288268018,1,1,'Servis',0,0,0,0,'','','','','',
'','','',0,'a:14:{s:6:\"hidden\";N;s:5:\"title\";N;s:8:\"subtitle\";N;s:9:\"nav_
title\";N;s:6:\"author\";N;s:12:\"author_email\";N;s:8:\"abstract\";N;s:8:\"keyw
ords\";N;s:11:\"description\";N;s:5:\"media\";N;s:9:\"starttime\";N;s:7:\"endtim
e\";N;s:7:\"doktype\";N;s:16:\"sys_language_uid\";N;}','',1,0,0),(9,8,1,0,0,0,''
,0,0,0,0,0,1288268062,1288268062,1,1,'SPP / Sploni poslovni pogoji',0,0,0,0,'','',
'','','','','','',0,'a:14:{s:6:\"hidden\";N;s:5:\"title\";N;s:8:\"subtitle\";N;s
:9:\"nav_title\";N;s:6:\"author\";N;s:12:\"author_email\";N;s:8:\"abstract\";N;s
:8:\"keywords\";N;s:11:\"description\";N;s:5:\"media\";N;s:9:\"starttime\";N;s:7
:\"endtime\";N;s:7:\"doktype\";N;s:16:\"sys_language_uid\";N;}','',1,0,0),(10,2,
1,0,0,0,'',0,0,0,0,0,1288771863,1288771816,1,1,'Domov',0,0,0,0,'','','','','',''
,'','',0,'a:14:{s:6:\"hidden\";s:1:\"0\";s:5:\"title\";s:4:\"Home\";s:8:\"subtit
le\";s:0:\"\";s:9:\"nav_title\";s:0:\"\";s:6:\"author\";s:0:\"\";s:12:\"author_e
mail\";s:0:\"\";s:8:\"abstract\";s:0:\"\";s:8:\"keywords\";s:0:\"\";s:11:\"descr
iption\";s:0:\"\";s:5:\"media\";s:0:\"\";s:9:\"starttime\";s:1:\"0\";s:7:\"endti
me\";s:1:\"0\";s:7:\"doktype\";s:1:\"1\";s:16:\"sys_language_uid\";N;}','',1,0,0
),(11,14,1,0,0,0,'',0,0,0,0,0,1289215453,1289215446,1,1,'Kontakt',0,0,0,0,'','',
'','','','','','',0,'a:14:{s:6:\"hidden\";s:1:\"0\";s:5:\"title\";s:7:\"Kontakt\
";s:8:\"subtitle\";s:0:\"\";s:9:\"nav_title\";s:0:\"\";s:6:\"author\";s:0:\"\";s
:12:\"author_email\";s:0:\"\";s:8:\"abstract\";s:0:\"\";s:8:\"keywords\";s:0:\"\
";s:11:\"description\";s:0:\"\";s:5:\"media\";s:0:\"\";s:9:\"starttime\";s:1:\"0
\";s:7:\"endtime\";s:1:\"0\";s:7:\"doktype\";s:1:\"1\";s:16:\"sys_language_uid\"
;N;}','',1,0,0),(12,15,1,0,0,0,'',0,0,0,0,0,1289395669,1289395669,1,1,'Bakrene ice
okrogle',0,0,0,0,'','','','','','','','',0,'a:14:{s:6:\"hidden\";N;s:5:\"title\
";N;s:8:\"subtitle\";N;s:9:\"nav_title\";N;s:6:\"author\";N;s:12:\"author_email\
";N;s:8:\"abstract\";N;s:8:\"keywords\";N;s:11:\"description\";N;s:5:\"media\";N
;s:9:\"starttime\";N;s:7:\"endtime\";N;s:7:\"doktype\";N;s:16:\"sys_language_uid
\";N;}','',1,0,0),(13,16,1,0,0,0,'',0,0,0,0,0,1289396290,1289396290,1,1,'Bakrene
ice ploske',0,0,0,0,'','','','','','','','',0,'a:14:{s:6:\"hidden\";N;s:5:\"title
\";N;s:8:\"subtitle\";N;s:9:\"nav_title\";N;s:6:\"author\";N;s:12:\"author_email
\";N;s:8:\"abstract\";N;s:8:\"keywords\";N;s:11:\"description\";N;s:5:\"media\";
N;s:9:\"starttime\";N;s:7:\"endtime\";N;s:7:\"doktype\";N;s:16:\"sys_language_ui
d\";N;}','',1,0,0),(14,17,1,0,0,0,'',0,0,0,0,0,1289396332,1289396332,1,1,'Bakren
i trakovi in bakrene palice',0,0,0,0,'','','','','','','','',0,'a:14:{s:6:\"hidd
en\";N;s:5:\"title\";N;s:8:\"subtitle\";N;s:9:\"nav_title\";N;s:6:\"author\";N;s
:12:\"author_email\";N;s:8:\"abstract\";N;s:8:\"keywords\";N;s:11:\"description\
";N;s:5:\"media\";N;s:9:\"starttime\";N;s:7:\"endtime\";N;s:7:\"doktype\";N;s:16
:\"sys_language_uid\";N;}','',1,0,0),(15,18,1,0,0,0,'',0,0,0,0,0,1289396418,1289
396418,1,1,'Aluminijasti proizvodi',0,0,0,0,'','','','','','','','',0,'a:14:{s:6
:\"hidden\";N;s:5:\"title\";N;s:8:\"subtitle\";N;s:9:\"nav_title\";N;s:6:\"autho
r\";N;s:12:\"author_email\";N;s:8:\"abstract\";N;s:8:\"keywords\";N;s:11:\"descr
iption\";N;s:5:\"media\";N;s:9:\"starttime\";N;s:7:\"endtime\";N;s:7:\"doktype\"
;N;s:16:\"sys_language_uid\";N;}','',1,0,0),(16,19,1,0,0,0,'',0,0,0,0,0,12894004
84,1289400484,1,1,'Povrinske izolacijske snovi',0,0,0,0,'','','','','','','','',0,
'a:14:{s:6:\"hidden\";N;s:5:\"title\";N;s:8:\"subtitle\";N;s:9:\"nav_title\";N;s
:6:\"author\";N;s:12:\"author_email\";N;s:8:\"abstract\";N;s:8:\"keywords\";N;s:
11:\"description\";N;s:5:\"media\";N;s:9:\"starttime\";N;s:7:\"endtime\";N;s:7:\
"doktype\";N;s:16:\"sys_language_uid\";N;}','',1,0,0),(17,20,1,0,0,0,'',0,0,0,0,
0,1289400706,1289400701,1,1,'Lepilni trakovi',0,0,0,0,'','','','','','','','',0,
'a:14:{s:6:\"hidden\";s:1:\"0\";s:5:\"title\";s:11:\"Klebebnder\";s:8:\"subtitle\
";s:0:\"\";s:9:\"nav_title\";s:0:\"\";s:6:\"author\";s:0:\"\";s:12:\"author_emai
l\";s:0:\"\";s:8:\"abstract\";s:0:\"\";s:8:\"keywords\";s:0:\"\";s:11:\"descript
ion\";s:0:\"\";s:5:\"media\";s:0:\"\";s:9:\"starttime\";s:1:\"0\";s:7:\"endtime\
";s:1:\"0\";s:7:\"doktype\";s:1:\"1\";s:16:\"sys_language_uid\";N;}','',1,0,0),(
18,21,1,0,0,0,'',0,0,0,0,0,1289400747,1289400747,1,1,'Izsekovalni in fazonski de
li',0,0,0,0,'','','','','','','','',0,'a:14:{s:6:\"hidden\";N;s:5:\"title\";N;s:
8:\"subtitle\";N;s:9:\"nav_title\";N;s:6:\"author\";N;s:12:\"author_email\";N;s:
8:\"abstract\";N;s:8:\"keywords\";N;s:11:\"description\";N;s:5:\"media\";N;s:9:\
"starttime\";N;s:7:\"endtime\";N;s:7:\"doktype\";N;s:16:\"sys_language_uid\";N;}
','',1,0,0),(19,22,1,0,0,0,'',0,0,0,0,0,1289400804,1289400804,1,1,'Elektroizolac
ijska smola',0,0,0,0,'','','','','','','','',0,'a:14:{s:6:\"hidden\";N;s:5:\"tit
le\";N;s:8:\"subtitle\";N;s:9:\"nav_title\";N;s:6:\"author\";N;s:12:\"author_ema
il\";N;s:8:\"abstract\";N;s:8:\"keywords\";N;s:11:\"description\";N;s:5:\"media\
";N;s:9:\"starttime\";N;s:7:\"endtime\";N;s:7:\"doktype\";N;s:16:\"sys_language_
uid\";N;}','',1,0,0),(20,23,1,0,0,0,'',0,0,0,0,0,1289400891,1289400891,1,1,'Elek
troizolacijski lak',0,0,0,0,'','','','','','','','',0,'a:14:{s:6:\"hidden\";N;s:
5:\"title\";N;s:8:\"subtitle\";N;s:9:\"nav_title\";N;s:6:\"author\";N;s:12:\"aut
hor_email\";N;s:8:\"abstract\";N;s:8:\"keywords\";N;s:11:\"description\";N;s:5:\
"media\";N;s:9:\"starttime\";N;s:7:\"endtime\";N;s:7:\"doktype\";N;s:16:\"sys_la
nguage_uid\";N;}','',1,0,0),(21,24,1,0,0,0,'',0,0,0,0,0,1289401030,1289401030,1,
1,'Zalivalne mase',0,0,0,0,'','','','','','','','',0,'a:14:{s:6:\"hidden\";N;s:5
:\"title\";N;s:8:\"subtitle\";N;s:9:\"nav_title\";N;s:6:\"author\";N;s:12:\"auth
or_email\";N;s:8:\"abstract\";N;s:8:\"keywords\";N;s:11:\"description\";N;s:5:\"
media\";N;s:9:\"starttime\";N;s:7:\"endtime\";N;s:7:\"doktype\";N;s:16:\"sys_lan
guage_uid\";N;}','',1,0,0),(22,25,1,0,0,0,'',0,0,0,0,0,1289401054,1289401054,1,1
,'HV-tester',0,0,0,0,'','','','','','','','',0,'a:14:{s:6:\"hidden\";N;s:5:\"tit
le\";N;s:8:\"subtitle\";N;s:9:\"nav_title\";N;s:6:\"author\";N;s:12:\"author_ema
il\";N;s:8:\"abstract\";N;s:8:\"keywords\";N;s:11:\"description\";N;s:5:\"media\
";N;s:9:\"starttime\";N;s:7:\"endtime\";N;s:7:\"doktype\";N;s:16:\"sys_language_
uid\";N;}','',1,0,0),(23,26,1,0,0,0,'',0,0,0,0,0,1289401118,1289401118,1,1,'Surg
e-tester',0,0,0,0,'','','','','','','','',0,'a:14:{s:6:\"hidden\";N;s:5:\"title\
";N;s:8:\"subtitle\";N;s:9:\"nav_title\";N;s:6:\"author\";N;s:12:\"author_email\
";N;s:8:\"abstract\";N;s:8:\"keywords\";N;s:11:\"description\";N;s:5:\"media\";N
;s:9:\"starttime\";N;s:7:\"endtime\";N;s:7:\"doktype\";N;s:16:\"sys_language_uid
\";N;}','',1,0,0),(24,27,1,0,0,0,'',0,0,0,0,0,1289401168,1289401168,1,1,'Univerz
alni tester',0,0,0,0,'','','','','','','','',0,'a:14:{s:6:\"hidden\";N;s:5:\"tit
le\";N;s:8:\"subtitle\";N;s:9:\"nav_title\";N;s:6:\"author\";N;s:12:\"author_ema
il\";N;s:8:\"abstract\";N;s:8:\"keywords\";N;s:11:\"description\";N;s:5:\"media\
";N;s:9:\"starttime\";N;s:7:\"endtime\";N;s:7:\"doktype\";N;s:16:\"sys_language_
uid\";N;}','',1,0,0),(25,28,1,0,0,0,'',0,0,0,0,0,1289401223,1289401223,1,1,'Varn
ostni tester',0,0,0,0,'','','','','','','','',0,'a:14:{s:6:\"hidden\";N;s:5:\"ti
tle\";N;s:8:\"subtitle\";N;s:9:\"nav_title\";N;s:6:\"author\";N;s:12:\"author_em
ail\";N;s:8:\"abstract\";N;s:8:\"keywords\";N;s:11:\"description\";N;s:5:\"media
\";N;s:9:\"starttime\";N;s:7:\"endtime\";N;s:7:\"doktype\";N;s:16:\"sys_language
_uid\";N;}','',1,0,0),(26,29,1,0,0,0,'',0,0,0,0,0,1289401274,1289401274,1,1,'Mot
orni tester',0,0,0,0,'','','','','','','','',0,'a:14:{s:6:\"hidden\";N;s:5:\"tit
le\";N;s:8:\"subtitle\";N;s:9:\"nav_title\";N;s:6:\"author\";N;s:12:\"author_ema
il\";N;s:8:\"abstract\";N;s:8:\"keywords\";N;s:11:\"description\";N;s:5:\"media\
";N;s:9:\"starttime\";N;s:7:\"endtime\";N;s:7:\"doktype\";N;s:16:\"sys_language_
uid\";N;}','',1,0,0),(27,1,4,0,0,0,'',0,0,0,0,0,1289551549,1289551549,1,1,'ZTS-W
ire',0,0,0,0,'','','',NULL,NULL,NULL,'','',0,'a:10:{s:6:\"hidden\";N;s:5:\"title
\";N;s:8:\"subtitle\";N;s:8:\"shortcut\";N;s:13:\"shortcut_mode\";N;s:5:\"media\
";N;s:9:\"starttime\";N;s:7:\"endtime\";N;s:7:\"doktype\";N;s:16:\"sys_language_
uid\";N;}','',1,0,0),(28,7,1,0,0,0,'',0,0,0,0,0,1290520442,1290520442,1,1,'Impre
ssm',0,0,0,0,'','','','','','','','',0,'a:14:{s:6:\"hidden\";N;s:5:\"title\";N;s
:8:\"subtitle\";N;s:9:\"nav_title\";N;s:6:\"author\";N;s:12:\"author_email\";N;s
:8:\"abstract\";N;s:8:\"keywords\";N;s:11:\"description\";N;s:5:\"media\";N;s:9:
\"starttime\";N;s:7:\"endtime\";N;s:7:\"doktype\";N;s:16:\"sys_language_uid\";N;
}','',1,0,0);
/*!40000 ALTER TABLE `pages_language_overlay` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `static_countries`
--
DROP TABLE IF EXISTS `static_countries`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `static_countries` (
`uid` int(11) unsigned NOT NULL auto_increment,
`pid` int(11) unsigned default '0',
`deleted` tinyint(4) NOT NULL default '0',
`cn_iso_2` char(2) default '',
`cn_iso_3` char(3) default '',
`cn_iso_nr` int(11) unsigned default '0',
`cn_parent_tr_iso_nr` int(11) unsigned default '0',
`cn_official_name_local` varchar(128) default '',
`cn_official_name_en` varchar(128) default '',
`cn_capital` varchar(45) default '',
`cn_tldomain` char(2) default '',
`cn_currency_iso_3` char(3) default '',
`cn_currency_iso_nr` int(10) unsigned default '0',
`cn_phone` int(10) unsigned default '0',
`cn_eu_member` tinyint(3) unsigned default '0',
`cn_address_format` tinyint(3) unsigned default '0',
`cn_zone_flag` tinyint(4) default '0',
`cn_short_local` varchar(70) default '',
`cn_short_en` varchar(50) default '',
`cn_uno_member` tinyint(3) unsigned default '0',
PRIMARY KEY (`uid`),
UNIQUE KEY `uid` (`uid`)
) ENGINE=MyISAM AUTO_INCREMENT=244 DEFAULT CHARSET=latin1;
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `static_countries`
--
LOCK TABLES `static_countries` WRITE;
/*!40000 ALTER TABLE `static_countries` DISABLE KEYS */;
INSERT INTO `static_countries` VALUES (1,0,0,'AD','AND',20,39,'Principat d\'Ando
rra','Principality of Andorra','Andorra la Vella','ad','EUR',978,376,0,1,0,'Ando
rra','Andorra',1),(2,0,0,'AE','ARE',784,0,'
,0,0,'AI','AIA',660,29,'Anguilla','Anguilla','The Valley','ai','XCD',951,1264,0,
1,0,'Anguilla','Anguilla',0),(6,0,0,'AL','ALB',8,39,'Republika e Shqip ris ','Republic
Albania','Tirana','al','ALL',8,355,0,1,0,'Shqip ria','Albania',1),(7,0,0,'AM','ARM',5
1,172,'
'Netherlands Antilles',0),(9,0,0,'AO','AGO',24,17,'Rep blica de Angola','Republic of
Angola','Luanda','ao','AOA',973,244,0,1,0,'Angola','Angola',1),(10,0,0,'AQ','ATA
',10,0,'Antarctica','Antarctica','','aq','',0,67212,0,1,0,'Antarctica','Antarcti
ca',0),(11,0,0,'AR','ARG',32,5,'Rep blica Argentina','Argentine Republic','Buenos Air
es','ar','ARS',32,54,0,2,0,'Argentina','Argentina',1),(12,0,0,'AS','ASM',16,61,'
Amerika Samoa','American Samoa','Pago Pago','as','USD',840,685,0,1,0,'Amerika Sa
moa','American Samoa',0),(13,0,0,'AT','AUT',40,155,'Republik sterreich','Republic of
Austria','Vienna','at','EUR',978,43,1,1,0,' sterreich','Austria',1),(14,0,0,'AU','AUS'
,36,53,'Commonwealth of Australia','Commonwealth of Australia','Canberra','au','
AUD',36,61,0,3,0,'Australia','Australia',1),(15,0,0,'AW','ABW',533,29,'Aruba','A
ruba','Oranjestad','aw','AWG',533,297,0,0,0,'Aruba','Aruba',0),(16,0,0,'AZ','AZE
',31,172,'Az rbaycan Respublikas ','Republic of Azerbaijan','Baku','az','AZM',31,994,0
'Az rbaycan','Azerbaijan',1),(17,0,0,'BA','BIH',70,39,'Bosna i Hercegovina /
na',1),(18,0,0,'BB','BRB',52,29,'Barbados','Barbados','Bridgetown','bb','BBD',52
,1246,0,1,0,'Barbados','Barbados',1),(19,0,0,'BD','BGD',50,34,'
,978,32,1,1,0,'Belgique','Belgium',1),(21,0,0,'BF','BFA',854,11,'Burkina Faso','
Burkina Faso','Ouagadougou','bf','XOF',952,226,0,1,0,'Burkina','Burkina Faso',1)
,(22,0,0,'BG','BGR',100,151,'
lic of Burundi','Bujumbura','bi','BIF',108,257,0,1,0,'Burundi','Burundi',1),(25,
0,0,'BJ','BEN',204,11,'R publique du B nin','Republic of Benin','Porto Novo','bj','XOF'
2,229,0,1,0,'B nin','Benin',1),(26,0,0,'BM','BMU',60,21,'Bermuda','Bermuda','Hamilton
','bm','BMD',60,1441,0,1,0,'Bermuda','Bermuda',0),(27,0,0,'BN','BRN',96,35,'
,673,0,1,0,' ','Brunei',1),(28,0,0,'BO','BOL',68,5,'Rep
,0,'Bolivia','Bolivia',1),(29,0,0,'BR','BRA',76,5,'Rep blica Federativa do Brasil','F
ederative Republic of Brazil','Brasilia','br','BRL',986,55,0,9,0,'Brasil','Brazi
l',1),(30,0,0,'BS','BHS',44,29,'Commonwealth of The Bahamas','Commonwealth of Th
e Bahamas','Nassau','bs','BSD',44,1242,0,1,0,'The Bahamas','The Bahamas',1),(31,
0,0,'BT','BTN',64,34,'Druk-Yul','Kingdom of Bhutan','Thimphu','bt','BTN',64,975,
0,1,0,'Druk-Yul','Bhutan',1),(32,0,0,'BV','BVT',74,0,'Bouvet Island','Bouvet Isl
and','','bv','NOK',578,0,0,1,0,'Bouvet Island','Bouvet Island',0),(33,0,0,'BW','
BWA',72,18,'Republic of Botswana','Republic of Botswana','Gaborone','bw','BWP',7
2,267,0,1,0,'Botswana','Botswana',1),(34,0,0,'BY','BLR',112,172,'
an','bz','BZD',84,501,0,1,0,'Belize','Belize',1),(36,0,0,'CA','CAN',124,21,'Cana
da','Canada','Ottawa','ca','CAD',124,1,0,4,0,'Canada','Canada',1),(37,0,0,'CC','
CCK',166,53,'Territory of Cocos (Keeling) Islands','Territory of Cocos (Keeling)
Islands','Bantam','cc','AUD',36,6722,0,1,0,'Cocos (Keeling) Islands','Cocos (Ke
eling) Islands',0),(38,0,0,'CD','COD',180,17,'R publique D mocratique du Congo','Democr
c Republic of the Congo','Kinshasa','cd','CDF',976,243,0,0,0,'Congo','Congo',1),
(39,0,0,'CF','CAF',140,17,'R publique Centrafricaine','Central African Republic','Ban
gui','cf','XAF',950,236,0,1,0,'Centrafrique','Central African Republic',1),(40,0
,0,'CG','COG',178,17,'R publique du Congo','Republic of the Congo','Brazzaville','cg'
,'XAF',950,242,0,1,0,'Congo-Brazzaville','Congo-Brazzaville',1),(41,0,0,'CH','CH
E',756,155,'Conf d ration suisse / Schweizerische Eidgenossenschaft','Swiss Confederati
,'Berne','ch','CHF',756,41,0,1,0,'Schweiz','Switzerland',1),(42,0,0,'CI','CIV',3
84,11,'R publique de C te d Ivoire','Republic of C te d\'Ivoire','Yamoussoukr
,'C te d Ivoire','C te d Ivoire',1),(43,0,0,'CK','COK',184,61,'Cook Islan
ZD',554,682,0,1,0,'Cook Islands','Cook Islands',0),(44,0,0,'CL','CHL',152,5,'Rep blic
a de Chile','Republic of Chile','Santiago','cl','CLP',152,56,0,1,0,'Chile','Chil
e',1),(45,0,0,'CM','CMR',120,17,'Republic of Cameroon / R publique du Cameroun','Repu
blic of Cameroon','Yaound ','cm','XAF',950,237,0,1,0,'Cameroun','Cameroon',1),(46,0,0
,'CN','CHN',156,30,' ','People s Republic
ublic of Colombia','Bogot ','co','COP',170,57,0,1,0,'Colombia','Colombia',1),(48,0,0,
'CR','CRI',188,13,'Rep blica de Costa Rica','Republic of Costa Rica','San Jos ','cr','C
,188,506,0,1,0,'Costa Rica','Costa Rica',1),(49,0,0,'CU','CUB',192,29,'Rep blica de C
uba','Republic of Cuba','Havana','cu','CUP',192,53,0,1,0,'Cuba','Cuba',1),(50,0,
0,'CV','CPV',132,11,'Rep blica de Cabo Verde','Republic of Cape Verde','Praia','cv','
CVE',132,238,0,1,0,'Cabo Verde','Cape Verde',1),(51,0,0,'CX','CXR',162,0,'Territ
ory of Christmas Island','Territory of Christmas Island','Flying Fish Cove','cx'
,'AUD',36,6724,0,1,0,'Christmas Island','Christmas Island',0),(52,0,0,'CY','CYP'
,196,145,' / K
esko','Czech Republic',1),(54,0,0,'DE','DEU',276,155,'Bundesrepublik Deutschland
','Federal Republic of Germany','Berlin','de','EUR',978,49,1,1,0,'Deutschland','
Germany',1),(55,0,0,'DJ','DJI',262,14,'
K','DNK',208,154,'Kongeriget Danmark','Kingdom of Denmark','Copenhagen','dk','DK
K',208,45,1,1,0,'Danmark','Denmark',1),(57,0,0,'DM','DMA',212,29,'Commonwealth o
f Dominica','Commonwealth of Dominica','Roseau','dm','XCD',951,1767,0,1,0,'Domin
ica','Dominica',1),(58,0,0,'DO','DOM',214,29,'Rep blica Dominicana','Dominican Republ
ic','Santo Domingo','do','DOP',214,1809,0,1,0,'Quisqueya','Dominican Republic',1
),(59,0,0,'DZ','DZA',12,15,'
ador',1),(61,0,0,'EE','EST',233,154,'Eesti Vabariik','Republic of Estonia','Tall
inn','ee','EEK',233,372,1,1,0,'Eesti','Estonia',1),(62,0,0,'EG','EGY',818,15,'
,15,' ','Western Sahara','El Aai
,34,1,8,0,'Espa a','Spain',1),(66,0,0,'ET','ETH',231,14,'
n Tasavalta / Republiken Finland','Republic of Finland','Helsinki','fi','EUR',97
8,358,1,1,0,'Suomi','Finland',1),(68,0,0,'FJ','FJI',242,54,'Republic of the Fiji
Islands / Matanitu Tu-Vaka-i-koya ko Vi','Republic of the Fiji Islands','Suva',
'fj','FJD',242,679,0,1,0,'Viti','Fiji',1),(69,0,0,'FK','FLK',238,5,'Falkland Isl
ands','Falkland Islands','Stanley','fk','FKP',238,500,0,1,0,'Falkland Islands','
Falkland Islands',0),(70,0,0,'FM','FSM',583,57,'Federated States of Micronesia',
'Federated States of Micronesia','Palikir','fm','USD',840,691,0,1,0,'Micronesia'
,'Micronesia',1),(71,0,0,'FO','FRO',234,154,'F royar / F r erne','Faroe Islands','Th
o','DKK',208,298,0,1,0,'F royar / F r erne','Faroes',0),(72,0,0,'FR','FRA',250,155,'
,'French Republic','Paris','fr','EUR',978,33,1,1,0,'France','France',1),(73,0,0,
'GA','GAB',266,17,'R publique Gabonaise','Gabonese Republic','Libreville','ga','XAF',
950,241,0,1,0,'Gabon','Gabon',1),(74,0,0,'GB','GBR',826,154,'United Kingdom of G
reat Britain and Northern','United Kingdom of Great Britain and Northern','Londo
n','uk','GBP',826,44,1,5,0,'United Kingdom','United Kingdom',1),(75,0,0,'GD','GR
D',308,29,'Grenada','Grenada','St George\'s','gd','XCD',951,1473,0,1,0,'Grenada'
,'Grenada',1),(76,0,0,'GE','GEO',268,172,'
n aise','French Guiana',0),(78,0,0,'GH','GHA',288,11,'Republic of Ghana','Republic of
Ghana','Accra','gh','GHC',288,233,0,1,0,'Ghana','Ghana',1),(79,0,0,'GI','GIB',2
92,39,'Gibraltar','Gibraltar','Gibraltar','gi','GIP',292,350,0,1,0,'Gibraltar','
Gibraltar',0),(80,0,0,'GL','GRL',304,21,'Kalaallit Nunaat / Gr nland','Greenland','Nu
uk','gl','DKK',208,299,0,1,0,'Gr nland','Greenland',0),(81,0,0,'GM','GMB',270,11,'Rep
ublic of The Gambia','Republic of The Gambia','Banjul','gm','GMD',270,220,0,1,0,
'Gambia','Gambia',1),(82,0,0,'GN','GIN',324,11,'R publique de Guin e','Republic of Guin
,'Conakry','gn','GNF',324,224,0,1,0,'Guin e','Guinea',1),(83,0,0,'GP','GLP',312,29,'D p
ement de la Guadeloupe','Department of Guadeloupe','Basse Terre','gp','EUR',978,
590,0,1,0,'Guadeloupe','Guadeloupe',0),(84,0,0,'GQ','GNQ',226,17,'Rep blica de Guinea
Ecuatorial','Republic of Equatorial Guinea','Malabo','gq','XAF',950,240,0,1,0,'
Guinea Ecuatorial','Equatorial Guinea',1),(85,0,0,'GR','GRC',300,39,'
and the South Sandwich Islands','South Georgia and the South Sandwich Islands','
','gs','',0,0,0,0,0,'South Georgia and the South Sandwich Islands','South Georgi
a and the South Sandwich Islands',0),(87,0,0,'GT','GTM',320,13,'Rep blica de Guatemal
a','Republic of Guatemala','Guatemala City','gt','GTQ',320,502,0,1,0,'Guatemala'
,'Guatemala',1),(88,0,0,'GU','GUM',316,57,'The Territory of Guam / Gu h n','The Territo
of Guam','Hag t a','gu','USD',840,671,0,1,0,'Gu h n','Guam',0),(89,0,0,'GW','GNB'
in -Bissau','Republic of Guinea-Bissau','Bissau','gw','XOF',952,245,0,1,0,'Guin -Bissau
Guinea-Bissau',1),(90,0,0,'GY','GUY',328,5,'Co-operative Republic of Guyana','Co
-operative Republic of Guyana','Georgetown','gy','GYD',328,592,0,1,0,'Guyana','G
uyana',1),(91,0,0,'HK','HKG',344,30,' ','Hong Ko
(92,0,0,'HN','HND',340,13,'Rep blica de Honduras','Republic of Honduras','Tegucigalpa
','hn','HNL',340,504,0,1,0,'Honduras','Honduras',1),(93,0,0,'HR','HRV',191,39,'R
epublika Hrvatska','Republic of Croatia','Zagreb','hr','HRK',191,385,0,1,0,'Hrva
tska','Croatia',1),(94,0,0,'HT','HTI',332,29,'Repiblik d Ayiti / R publique d\'Ha ti','
ublic of Haiti','Port-au-Prince','ht','HTG',332,509,0,1,0,'Ayiti','Haiti',1),(95
,0,0,'HU','HUN',348,151,'Magyar K zt rsas g','Republic of Hungary','Budapest','hu','
,1,1,0,'Magyarorsz g','Hungary',1),(96,0,0,'ID','IDN',360,35,'Republik Indonesia','Re
public of Indonesia','Jakarta','id','IDR',360,62,0,2,0,'Indonesia','Indonesia',1
),(97,0,0,'IE','IRL',372,154,'Poblacht na h ireann / Republic of Ireland','Republic of
Ireland','Dublin','ie','EUR',978,353,1,1,0,' ire','Ireland',1),(98,0,0,'IL','ISR',376
,145,' /
dia','India',1),(100,0,0,'IO','IOT',86,0,'British Indian Ocean Territory','Briti
sh Indian Ocean Territory','','io','',0,0,0,1,0,'British Indian Ocean Territory'
,'British Indian Ocean Territory',0),(101,0,0,'IQ','IRQ',368,145,'
jav k','is','ISK',352,354,0,1,0,' sland','Iceland',1),(104,0,0,'IT','ITA',380,39,'Repub
ca Italiana','Italian Republic','Rome','it','EUR',978,39,1,7,0,'Italia','Italy',
1),(105,0,0,'JM','JAM',388,29,'Commonwealth of Jamaica','Commonwealth of Jamaica
','Kingston','jm','JMD',388,1876,0,2,0,'Jamaica','Jamaica',1),(106,0,0,'JO','JOR
',400,145,'
Kenia','Nairobi','ke','KES',404,254,0,1,0,'Kenya','Kenya',1),(109,0,0,'KG','KGZ'
,417,143,' ','Kyrgyzstan','Bishkek','kg','KGS',417
,'K mp chea','Cambodia',1),(111,0,0,'KI','KIR',296,57,'Republic of Kiribati','Republic
Kiribati','Bairiki','ki','AUD',36,686,0,0,0,'Kiribati','Kiribati',1),(112,0,0,'K
M','COM',174,14,'Udzima wa Komori /Union des Comores /
ion of Saint Kitts and Nevis','Federation of Saint Kitts and Nevis','Basseterre'
,'kn','XCD',951,1869,0,1,0,'Saint Kitts and Nevis','Saint Kitts and Nevis',1),(1
14,0,0,'KP','PRK',408,30,' ','D
,82,0,1,0,' ','South Korea',1),(116,0,0,'KW','KWT',414,145,'
,'Cayman Islands','Cayman Islands','George Town','ky','KYD',136,1345,0,1,0,'Caym
an Islands','Cayman Islands',0),(118,0,0,'KZ','KAZ',398,143,'
66,0,1,0,'Lesotho','Lesotho',1),(126,0,0,'LT','LTU',440,154,'Lietuvos Respublika
','Republic of Lithuania','Vilnius','lt','LTL',440,370,1,1,0,'Lietuva','Lithuani
a',1),(127,0,0,'LU','LUX',442,155,'Grand-Duch de Luxembourg / Gro herzogtum Luxemburg
roussherzogtum L tzebuerg','Grand Duchy of Luxembourg','Luxembourg','lu','EUR',978,35
2,1,1,0,'Luxemburg','Luxembourg',1),(128,0,0,'LV','LVA',428,154,'Latvijas Republ
ika','Republic of Latvia','Riga','lv','LVL',428,371,1,1,0,'Latvija','Latvia',1),
(129,0,0,'LY','LBY',434,15,'
ova','Republic of Moldova','Chisinau','md','MDL',498,373,0,1,0,'Moldova','Moldov
a',1),(133,0,0,'MG','MDG',450,14,'Repoblikan\'i Madagasikara / R publique de Madagasc
ar','Republic of Madagascar','Antananarivo','mg','MGA',969,261,0,1,0,'Madagascar
','Madagascar',1),(134,0,0,'MH','MHL',584,57,'Aolep n Aor kin M aje / Republic o
nds','Republic of the Marshall Islands','Dalap-Uliga-Darrit (DUD)','mh','USD',84
0,692,0,1,0,'Marshall Islands','Marshall Islands',1),(135,0,0,'MK','MKD',807,39,
' ','Republic of
,0,'MM','MMR',104,35,'Pyidaungzu Myanma Naingngandaw','Union of Myanmar','Yangon
','mm','MMK',104,95,0,1,0,'Myanmar','Myanmar',1),(138,0,0,'MN','MNG',496,30,'
96,976,0,1,0,' ','Mongolia',1),(139,0,0,'MO','MAC',446,30
',0),(140,0,0,'MP','MNP',580,57,'Commonwealth of the Northern Mariana Islands','
Commonwealth of the Northern Mariana Islands','Garapan','mp','USD',840,1670,0,0,
0,'Northern Marianas','Northern Marianas',0),(141,0,0,'MQ','MTQ',474,29,'D partement
de la Martinique','Department of Martinique','Fort-de-France','mq','EUR',978,596
,0,1,0,'Martinique','Martinique',0),(142,0,0,'MR','MRT',478,11,'
tserrat','Montserrat',0),(144,0,0,'MT','MLT',470,39,'Repubblika ta\' Malta / Rep
ublic of Malta','Republic of Malta','Valletta','mt','MTL',470,356,1,1,0,'Malta',
'Malta',1),(145,0,0,'MU','MUS',480,14,'Republic of Mauritius','Republic of Mauri
tius','Port Louis','mu','MUR',480,230,0,1,0,'Mauritius','Mauritius',1),(146,0,0,
'MV','MDV',462,34,'
'MEX',484,13,'Estados Unidos Mexicanos','United Mexican States','Mexico City','m
x','MXN',484,52,0,6,0,'M xico','Mexico',1),(149,0,0,'MY','MYS',458,35,'
de Mo ambique','Republic of Mozambique','Maputo','mz','MZM',508,258,0,1,0,'Mo ambique',
zambique',1),(151,0,0,'NA','NAM',516,18,'Republic of Namibia','Republic of Namib
ia','Windhoek','na','NAD',516,264,0,1,0,'Namibia','Namibia',1),(152,0,0,'NC','NC
L',540,54,'Territoire de Nouvelle-Caledonie et D pendances','Territory of New Caledon
ia','Noum a','nc','XPF',953,687,0,1,0,'Nouvelle-Cal donie','New Caledonia',0),(153,0,0,
','NER',562,11,'R publique du Niger','Republic of Niger','Niamey','ne','XOF',952,227,
0,1,0,'Niger','Niger',1),(154,0,0,'NF','NFK',574,53,'Territory of Norfolk Island
','Territory of Norfolk Island','Kingston','nf','AUD',36,6723,0,1,0,'Norfolk Isl
and','Norfolk Island',0),(155,0,0,'NG','NGA',566,11,'Federal Republic of Nigeria
','Federal Republic of Nigeria','Abuja','ng','NGN',566,234,0,1,0,'Nigeria','Nige
ria',1),(156,0,0,'NI','NIC',558,13,'Rep blica de Nicaragua','Republic of Nicaragua','
Managua','ni','NIO',558,505,0,1,0,'Nicaragua','Nicaragua',1),(157,0,0,'NL','NLD'
,528,155,'Koninkrijk der Nederlanden','Kingdom of the Netherlands','Amsterdam','
nl','EUR',978,31,1,1,0,'Nederland','Netherlands',1),(158,0,0,'NO','NOR',578,154,
'Kongeriket Norge','Kingdom of Norway','Oslo','no','NOK',578,47,0,1,0,'Norge','N
orway',1),(159,0,0,'NP','NPL',524,34,'
UD',36,674,0,1,0,'Naoero','Nauru',1),(161,0,0,'NU','NIU',570,61,'Niue','Niue','A
lofi','nu','NZD',554,683,0,1,0,'Niue','Niue',0),(162,0,0,'NZ','NZL',554,53,'New
Zealand / Aotearoa','New Zealand','Wellington','nz','NZD',554,64,0,2,0,'New Zeal
and / Aotearoa','New Zealand',1),(163,0,0,'OM','OMN',512,145,'
'PAN',591,13,'Rep blica de Panam ','Repulic of Panama','Panama City','pa','PAB',590,507
2,0,'Panam ','Panama',1),(165,0,0,'PE','PER',604,5,'Rep blica del Per ','Republic of
a','pe','PEN',604,51,0,2,0,'Per ','Peru',1),(166,0,0,'PF','PYF',258,61,'Polyn sie fran
rench Polynesia','Papeete','pf','XPF',953,689,0,1,0,'Polyn sie fran aise','French Polyn
a',0),(167,0,0,'PG','PNG',598,54,'Independent State of Papua New Guinea / Papua
Niugini','Independent State of Papua New Guinea','Port Moresby','pg','PGK',598,6
75,0,1,0,'Papua New Guinea / Papua Niugini','Papua New Guinea',1),(168,0,0,'PH'
,'PHL',608,35,'Republika ng Pilipinas / Republic of the Philippines','Republic o
f the Philippines','Manila','ph','PHP',608,63,0,2,0,'Philippines','Philippines',
1),(169,0,0,'PK','PAK',586,34,'Islamic Republic of Pakistan /
Polska','Republic of Poland','Warsaw','pl','PLN',985,48,1,1,0,'Polska','Poland',
1),(171,0,0,'PM','SPM',666,21,'Saint-Pierre-et-Miquelon','Saint Pierre and Mique
lon','Saint-Pierre','pm','EUR',978,508,0,1,0,'Saint-Pierre-et-Miquelon','Saint P
ierre and Miquelon',0),(172,0,0,'PN','PCN',612,61,'Pitcairn Islands','Pitcairn I
slands','Adamstown','pn','NZD',554,0,0,1,0,'Pitcairn Islands','Pitcairn Islands'
,0),(173,0,0,'PR','PRI',630,29,'Estado Libre Asociado de Puerto Rico / Commonwea
lth of Puerto Rico','Commonwealth of Puerto Rico','San Juan','pr','USD',840,1787
,0,2,0,'Puerto Rico','Puerto Rico',0),(174,0,0,'PT','PRT',620,39,'Rep blica Portugues
a','Portuguese Republic','Lisbon','pt','EUR',978,351,1,1,0,'Portugal','Portugal'
,1),(175,0,0,'PW','PLW',585,57,'Belu\'u era Belau / Republic of Palau','Republic
of Palau','Koror','pw','USD',840,680,0,1,0,'Belau / Palau','Palau',1),(176,0,0,
'PY','PRY',600,5,'Rep blica del Paraguay / Tet Paragu ype','Republic of Paraguay','
PYG',600,595,0,1,0,'Paraguay','Paraguay',1),(177,0,0,'QA','QAT',634,145,'
,634,974,0,1,0,' ','Qatar',1),(178,0,0,'RE','REU',638,14,'D partement de la R
'Saint-Denis','re','EUR',978,262,0,1,0,'R union','Reunion',0),(179,0,0,'RO','ROU',642
,151,'Rom nia','Romania','Bucharest','ro','ROL',642,40,1,1,0,'Rom nia','Romania',1),(18
,0,'RU','RUS',643,172,'
Kigali','rw','RWF',646,250,0,1,0,'Rwanda','Rwanda',1),(182,0,0,'SA','SAU',682,14
5,'
mon Islands',1),(184,0,0,'SC','SYC',690,14,'Repiblik Sesel / Republic of Seychel
les / R publique des Seychelles','Republic of Seychelles','Victoria','sc','SCR',690,2
48,0,1,0,'Seychelles','Seychelles',1),(185,0,0,'SD','SDN',736,15,'
,'Konungariket Sverige','Kingdom of Sweden','Stockholm','se','SEK',752,46,1,1,0,
'Sverige','Sweden',1),(187,0,0,'SG','SGP',702,35,'Republic of Singapore /
elena','Jamestown','sh','SHP',654,290,0,1,0,'Saint Helena','Saint Helena',0),(18
9,0,0,'SI','SVN',705,39,'Republika Slovenija','Republic of Slovenia','Ljubljana'
,'si','SIT',705,386,1,1,0,'Slovenija','Slovenia',1),(190,0,0,'SJ','SJM',744,154,
'Svalbard','Svalbard','Longyearbyen','sj','NOK',578,47,0,1,0,'Svalbard','Svalbar
d',0),(191,0,0,'SK','SVK',703,151,'Slovensk republika','Slovak Republic','Bratislava
','sk','SKK',703,421,1,1,0,'Slovensko','Slovakia',1),(192,0,0,'SL','SLE',694,11,
'Republic of Sierra Leone','Republic of Sierra Leone','Freetown','sl','SLL',694,
232,0,1,0,'Sierra Leone','Sierra Leone',1),(193,0,0,'SM','SMR',674,39,'Serenissi
ma Repubblica di San Marino','Most Serene Republic of San Marino','San Marino','
sm','EUR',978,378,0,1,0,'San Marino','San Marino',1),(194,0,0,'SN','SEN',686,11,
'R publique de S n gal','Republic of Senegal','Dakar','sn','XOF',952,221,0,1,0,'S
5,0,0,'SO','SOM',706,14,'Soomaaliya','Somalia','Mogadishu','so','SOS',706,252,0,
1,0,'Soomaaliya','Somalia',1),(196,0,0,'SR','SUR',740,5,'Republiek Suriname','Re
public of Surinam','Paramaribo','sr','SRD',968,597,0,1,0,'Suriname','Suriname',1
),(197,0,0,'ST','STP',678,17,'Rep blica Democr tica de S o Tom e Pr ncipe','D
,'S o Tom ','st','STD',678,239,0,1,0,'S o Tom e Pr ncipe','S o Tom e P
El Salvador','Republic of El Salvador','San Salvador','sv','SVC',222,503,0,1,0,'
El Salvador','El Salvador',1),(199,0,0,'SY','SYR',760,145,'
of Swaziland','Mbabane','sz','SZL',748,268,0,1,0,'weSwatini','Swaziland',1),(20
1,0,0,'TC','TCA',796,29,'Turks and Caicos Islands','Turks and Caicos Islands','C
ockburn Town','tc','USD',840,1649,0,1,0,'Turks and Caicos Islands','Turks and Ca
icos Islands',0),(202,0,0,'TD','TCD',148,17,'
,(203,0,0,'TF','ATF',260,0,'Terres australes fran aises','French Southern Territories
','','tf','',0,0,0,0,0,'Terres australes fran aises','French Southern Territories',0)
,(204,0,0,'TG','TGO',768,11,'R publique Togolaise','Republic of Togo','Lom ','tg','XOF'
2,228,0,1,0,'Togo','Togo',1),(205,0,0,'TH','THA',764,35,'
tk','NZD',554,0,0,1,0,'Tokelau','Tokelau',0),(208,0,0,'TM','TKM',795,143,'T rkmenista
n Jumhuriy ti','Republic of Turkmenistan','Ashgabat','tm','TMM',795,993,0,1,0,'T rkmeni
n','Turkmenistan',1),(209,0,0,'TN','TUN',788,15,'
gdom of Tonga','Kingdom of Tonga','Nuku\'alofa','to','TOP',776,676,0,1,0,'Tonga'
,'Tonga',1),(211,0,0,'TL','TLS',626,35,'Rep blika Demokr tika Timor Lorosa\'e / Rep
r tica de Timor-Leste','Democratic Republic of Timor-Leste','Dili','tp','TPE',626,670
,0,1,0,'Timor Lorosa\'e','Timor-Leste',1),(212,0,0,'TR','TUR',792,145,'T rkiye Cumhur
iyeti','Republic of Turkey','Ankara','tr','TRY',949,90,0,1,0,'T rkiye','Turkey',1),(2
13,0,0,'TT','TTO',780,29,'Republic of Trinidad and Tobago','Republic of Trinidad
and Tobago','Port of Spain','tt','TTD',780,1868,0,1,0,'Trinidad and Tobago','Tr
inidad and Tobago',1),(214,0,0,'TV','TUV',798,61,'Tuvalu','Tuvalu','Fongafale','
tv','AUD',36,688,0,1,0,'Tuvalu','Tuvalu',1),(215,0,0,'TW','TWN',158,30,'
','TWD',901,886,0,1,0,' ','Taiwan',0),(216,0,0,'TZ','TZA',834,14,'Jamhuri ya Muung
ania','United Republic of Tanzania','Dodoma','tz','TZS',834,255,0,1,0,'Tanzania'
,'Tanzania',1),(217,0,0,'UA','UKR',804,172,' ','Ukraine','Kiev',
of Uganda','Republic of Uganda','Kampala','ug','UGX',800,256,0,1,0,'Uganda','Ug
anda',1),(219,0,0,'UM','UMI',581,0,'United States Minor Outlying Islands','Unite
d States Minor Outlying Islands','','um','USD',840,0,0,0,0,'United States Minor
Outlying Islands','United States Minor Outlying Islands',0),(220,0,0,'US','USA',
840,21,'United States of America','United States of America','Washington DC','us
','USD',840,1,0,3,1,'United States','United States',1),(221,0,0,'UY','URY',858,5
,'Rep blica Oriental del Uruguay','Eastern Republic of Uruguay','Montevideo','uy','UY
U',858,598,0,1,0,'Uruguay','Uruguay',1),(222,0,0,'UZ','UZB',860,143,'O zbekiston Respub
ikasi','Republic of Uzbekistan','Tashkent','uz','UZS',860,998,0,1,0,'O zbekiston','Uzbe
istan',1),(223,0,0,'VA','VAT',336,39,'Status Civitatis Vaticanae / Citt del Vaticano
','Vatican City','Vatican City','va','EUR',978,396,0,1,0,'Vaticano','Vatican Cit
y',0),(224,0,0,'VC','VCT',670,29,'Saint Vincent and the Grenadines','Saint Vince
nt and the Grenadines','Kingstown','vc','XCD',951,1784,0,1,0,'Saint Vincent and
the Grenadines','Saint Vincent and the Grenadines',1),(225,0,0,'VE','VEN',862,5,
'Rep blica Bolivariana de Venezuela','Bolivarian Republic of Venezuela','Caracas','ve
','VEB',862,58,0,1,0,'Venezuela','Venezuela',1),(226,0,0,'VG','VGB',92,29,'Briti
sh Virgin Islands','British Virgin Islands','Road Town','vg','USD',840,1284,0,1,
0,'British Virgin Islands','British Virgin Islands',0),(227,0,0,'VI','VIR',850,2
9,'United States Virgin Islands','United States Virgin Islands','Charlotte Amali
e','vi','USD',840,1340,0,1,0,'US Virgin Islands','US Virgin Islands',0),(228,0,0
,'VN','VNM',704,35,'C ng H a X H i Ch Ngh a Vi t Nam','Soci
etnam',1),(229,0,0,'VU','VUT',548,54,'Ripablik blong Vanuatu / Republic of Vanua
tu / R publique du Vanuatu','Republic of Vanuatu','Port Vila','vu','VUV',548,678,0,1,
0,'Vanuatu','Vanuatu',1),(230,0,0,'WF','WLF',876,61,'Territoire de Wallis et Fut
una','Territory of Wallis and Futuna Islands','Mata-Utu','wf','XPF',953,681,0,1,
0,'Wallis and Futuna','Wallis and Futuna',0),(231,0,0,'WS','WSM',882,61,'Malo Sa
\'oloto Tuto\'atasi o Samoa / Independent State of Samoa','Independent State of
Samoa','Apia','ws','WST',882,685,0,1,0,'Samoa','Samoa',1),(232,0,0,'YE','YEM',88
7,145,' ','Republi
235,0,0,'ZA','ZAF',710,18,'Republic of South Africa / Republiek van Suid-Afrika
/ Rephaboliki ya Afrika-Borwa','Republic of South Africa','Pretoria','za','ZAR',
710,27,0,2,0,'Afrika-Borwa','South Africa',1),(236,0,0,'ZM','ZMB',894,14,'Republ
ic of Zambia','Republic of Zambia','Lusaka','zm','ZMK',894,260,0,1,0,'Zambia','Z
ambia',1),(237,0,0,'ZW','ZWE',716,14,'Republic of Zimbabwe','Republic of Zimbabw
e','Harare','zw','ZWD',716,263,0,1,0,'Zimbabwe','Zimbabwe',1),(238,0,0,'PS','PSE
',275,145,'Palestinian territories','Palestinian territories','','ps','0',0,0,0,
0,0,'Palestine','Palestine',0),(239,0,1,'CS','CSG',891,39,'
ands',0),(241,0,0,'HM','HMD',334,53,'Heard Island and McDonald Islands','Heard I
sland and McDonald Islands','','','AUD',36,0,0,0,0,'Heard Island and McDonald Is
lands','Heard Island and McDonald Islands',0),(242,0,0,'ME','MNE',499,39,'Republ
ike Crne Gore','Republic of Montenegro','Podgorica','me','EUR',978,382,0,1,0,'Cr
na Gora','Montenegro',1),(243,0,0,'RS','SRB',688,39,'Republika Srbija','Republic
of Serbia','Belgrade','rs','RSD',941,381,0,1,0,'Srbija','Serbia',1);
/*!40000 ALTER TABLE `static_countries` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `static_country_zones`
--
DROP TABLE IF EXISTS `static_country_zones`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `static_country_zones` (
`uid` int(11) unsigned NOT NULL auto_increment,
`pid` int(11) unsigned default '0',
`zn_country_iso_2` char(2) default '',
`zn_country_iso_3` char(3) default '',
`zn_country_iso_nr` int(11) unsigned default '0',
`zn_code` varchar(45) default '',
`zn_name_local` varchar(128) default '',
`zn_name_en` varchar(50) default '',
PRIMARY KEY (`uid`),
UNIQUE KEY `uid` (`uid`)
) ENGINE=MyISAM AUTO_INCREMENT=542 DEFAULT CHARSET=latin1;
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `static_country_zones`
--
LOCK TABLES `static_country_zones` WRITE;
/*!40000 ALTER TABLE `static_country_zones` DISABLE KEYS */;
INSERT INTO `static_country_zones` VALUES (1,0,'US','USA',840,'AL','Alabama','')
,(2,0,'US','USA',840,'AK','Alaska',''),(4,0,'US','USA',840,'AZ','Arizona',''),(5
,0,'US','USA',840,'AR','Arkansas',''),(12,0,'US','USA',840,'CA','California','')
,(13,0,'US','USA',840,'CO','Colorado',''),(14,0,'US','USA',840,'CT','Connecticut
',''),(15,0,'US','USA',840,'DE','Delaware',''),(16,0,'US','USA',840,'DC','Distri
ct of Columbia',''),(18,0,'US','USA',840,'FL','Florida',''),(19,0,'US','USA',840
,'GA','Georgia',''),(20,0,'US','USA',840,'GU','Guam',''),(21,0,'US','USA',840,'H
I','Hawaii',''),(22,0,'US','USA',840,'ID','Idaho',''),(23,0,'US','USA',840,'IL',
'Illinois',''),(24,0,'US','USA',840,'IN','Indiana',''),(25,0,'US','USA',840,'IA'
,'Iowa',''),(26,0,'US','USA',840,'KS','Kansas',''),(27,0,'US','USA',840,'KY','Ke
ntucky',''),(28,0,'US','USA',840,'LA','Louisiana',''),(29,0,'US','USA',840,'ME',
'Maine',''),(31,0,'US','USA',840,'MD','Maryland',''),(32,0,'US','USA',840,'MA','
Massachusetts',''),(33,0,'US','USA',840,'MI','Michigan',''),(34,0,'US','USA',840
,'MN','Minnesota',''),(35,0,'US','USA',840,'MS','Mississippi',''),(36,0,'US','US
A',840,'MO','Missouri',''),(37,0,'US','USA',840,'MT','Montana',''),(38,0,'US','U
SA',840,'NE','Nebraska',''),(39,0,'US','USA',840,'NV','Nevada',''),(40,0,'US','U
SA',840,'NH','New Hampshire',''),(41,0,'US','USA',840,'NJ','New Jersey',''),(42,
0,'US','USA',840,'NM','New Mexico',''),(43,0,'US','USA',840,'NY','New York',''),
(44,0,'US','USA',840,'NC','North Carolina',''),(45,0,'US','USA',840,'ND','North
Dakota',''),(47,0,'US','USA',840,'OH','Ohio',''),(48,0,'US','USA',840,'OK','Okla
homa',''),(49,0,'US','USA',840,'OR','Oregon',''),(51,0,'US','USA',840,'PA','Penn
sylvania',''),(52,0,'US','USA',840,'PR','Puerto Rico',''),(53,0,'US','USA',840,'
RI','Rhode Island',''),(54,0,'US','USA',840,'SC','South Carolina',''),(55,0,'US'
,'USA',840,'SD','South Dakota',''),(56,0,'US','USA',840,'TN','Tennessee',''),(57
,0,'US','USA',840,'TX','Texas',''),(58,0,'US','USA',840,'UT','Utah',''),(59,0,'U
S','USA',840,'VT','Vermont',''),(61,0,'US','USA',840,'VA','Virginia',''),(62,0,'
US','USA',840,'WA','Washington',''),(63,0,'US','USA',840,'WV','West Virginia',''
),(64,0,'US','USA',840,'WI','Wisconsin',''),(65,0,'US','USA',840,'WY','Wyoming',
''),(66,0,'CA','CAN',124,'AB','Alberta',''),(67,0,'CA','CAN',124,'BC','British C
olumbia',''),(68,0,'CA','CAN',124,'MB','Manitoba',''),(69,0,'CA','CAN',124,'NF',
'Newfoundland and Labrabor',''),(70,0,'CA','CAN',124,'NB','New Brunswick',''),(7
1,0,'CA','CAN',124,'NS','Nova Scotia',''),(72,0,'CA','CAN',124,'NT','Northwest T
erritories',''),(73,0,'CA','CAN',124,'NU','Nunavut',''),(74,0,'CA','CAN',124,'ON
','Ontario',''),(75,0,'CA','CAN',124,'PE','Prince Edward Island',''),(76,0,'CA',
'CAN',124,'QC','Qu bec','Quebec'),(77,0,'CA','CAN',124,'SK','Saskatchewan',''),(78,0,
'CA','CAN',124,'YT','Yukon Territory',''),(79,0,'DE','DEU',276,'NI','Niedersachs
en','Lower Saxony'),(80,0,'DE','DEU',276,'BW','Baden-W rttemberg',''),(81,0,'DE','DEU
',276,'BY','Bayern','Bavaria'),(82,0,'DE','DEU',276,'BE','Berlin',''),(83,0,'DE'
,'DEU',276,'BB','Brandenburg',''),(84,0,'DE','DEU',276,'HB','Bremen',''),(85,0,'
DE','DEU',276,'HH','Hamburg',''),(86,0,'DE','DEU',276,'HE','Hessen','Hesse'),(87
,0,'DE','DEU',276,'MV','Mecklenburg-Vorpommern','Mecklenburg-Western Pomerania')
,(88,0,'DE','DEU',276,'NW','Nordrhein-Westfalen','North Rhine-Westphalia'),(89,0
,'DE','DEU',276,'RP','Rheinland-Pfalz','Rhineland-Palatinate'),(90,0,'DE','DEU',
276,'SL','Saarland',''),(91,0,'DE','DEU',276,'SN','Sachsen','Saxony'),(92,0,'DE'
,'DEU',276,'ST','Sachsen-Anhalt','Saxony-Anhalt'),(93,0,'DE','DEU',276,'SH','Sch
leswig-Holstein',''),(94,0,'DE','DEU',276,'TH','Th ringen','Thuringia'),(95,0,'AT','A
UT',40,'WI','Wien','Vienna'),(96,0,'AT','AUT',40,'NO','Nieder sterreich','Lower Austr
ia'),(97,0,'AT','AUT',40,'OO','Ober sterreich','Upper Austria'),(98,0,'AT','AUT',40,'
SB','Salzburg',''),(99,0,'AT','AUT',40,'KN','K rnten','Carinthia'),(100,0,'AT','AUT',
40,'ST','Steiermark','Styria'),(101,0,'AT','AUT',40,'TI','Tirol','Tyrol'),(102,0
,'AT','AUT',40,'BL','Burgenland',''),(103,0,'AT','AUT',40,'VB','Vorarlberg',''),
(104,0,'CH','CHE',756,'AG','Aargau',''),(105,0,'CH','CHE',756,'AI','Appenzell In
nerrhoden',''),(106,0,'CH','CHE',756,'AR','Appenzell Ausserrhoden',''),(107,0,'C
H','CHE',756,'BE','Bern',''),(108,0,'CH','CHE',756,'BL','Basel-Landschaft',''),(
109,0,'CH','CHE',756,'BS','Basel-Stadt',''),(110,0,'CH','CHE',756,'FR','Freiburg
',''),(111,0,'CH','CHE',756,'GE','Genf','Geneve'),(112,0,'CH','CHE',756,'GL','Gl
arus',''),(113,0,'CH','CHE',756,'GR','Graub nden',''),(114,0,'CH','CHE',756,'JU','Jur
a',''),(115,0,'CH','CHE',756,'LU','Luzern',''),(116,0,'CH','CHE',756,'NE','Neuen
burg',''),(117,0,'CH','CHE',756,'NW','Nidwalden',''),(118,0,'CH','CHE',756,'OW',
'Obwalden',''),(119,0,'CH','CHE',756,'SG','St. Gallen',''),(120,0,'CH','CHE',756
,'SH','Schaffhausen',''),(121,0,'CH','CHE',756,'SO','Solothurn',''),(122,0,'CH',
'CHE',756,'SZ','Schwyz',''),(123,0,'CH','CHE',756,'TG','Thurgau',''),(124,0,'CH'
,'CHE',756,'TI','Tessin',''),(125,0,'CH','CHE',756,'UR','Uri',''),(126,0,'CH','C
HE',756,'VD','Waadt',''),(127,0,'CH','CHE',756,'VS','Wallis',''),(128,0,'CH','CH
E',756,'ZG','Zug',''),(129,0,'CH','CHE',756,'ZH','Z rich',''),(130,0,'ES','ESP',724,'
Alava','Alava',''),(131,0,'ES','ESP',724,'Malaga','Malaga',''),(132,0,'ES','ESP'
,724,'Segovia','Segovia',''),(133,0,'ES','ESP',724,'Granada','Granada',''),(134,
0,'ES','ESP',724,'Jaen','Jaen',''),(135,0,'ES','ESP',724,'Sevilla','Sevilla','')
,(136,0,'ES','ESP',724,'Barcelona','Barcelona',''),(137,0,'ES','ESP',724,'Valenc
ia','Valencia',''),(138,0,'ES','ESP',724,'Albacete','Albacete',''),(139,0,'ES','
ESP',724,'Alicante','Alicante',''),(140,0,'ES','ESP',724,'Almeria','Almeria','')
,(141,0,'ES','ESP',724,'Asturias','Asturias',''),(142,0,'ES','ESP',724,'Avila','
Avila',''),(143,0,'ES','ESP',724,'Badajoz','Badajoz',''),(144,0,'ES','ESP',724,'
Burgos','Burgos',''),(145,0,'ES','ESP',724,'Caceres','Caceres',''),(146,0,'ES','
ESP',724,'Cadiz','Cadiz',''),(147,0,'ES','ESP',724,'Cantabria','Cantabria',''),(
148,0,'ES','ESP',724,'Castellon','Castellon',''),(149,0,'ES','ESP',724,'Ceuta','
Ceuta',''),(150,0,'ES','ESP',724,'Ciudad Real','Ciudad Real',''),(151,0,'ES','ES
P',724,'Cordoba','Cordoba',''),(152,0,'ES','ESP',724,'Cuenca','Cuenca',''),(153,
0,'ES','ESP',724,'Girona','Girona',''),(154,0,'ES','ESP',724,'Las Palmas','Las P
almas',''),(155,0,'ES','ESP',724,'Guadalajara','Guadalajara',''),(156,0,'ES','ES
P',724,'Guipuzcoa','Guipuzcoa',''),(157,0,'ES','ESP',724,'Huelva','Huelva',''),(
158,0,'ES','ESP',724,'Huesca','Huesca',''),(159,0,'ES','ESP',724,'A Coru a','A Coru a',
,(160,0,'ES','ESP',724,'La Rioja','La Rioja',''),(161,0,'ES','ESP',724,'Leon','L
eon',''),(162,0,'ES','ESP',724,'Lugo','Lugo',''),(163,0,'ES','ESP',724,'Lleida',
'Lleida',''),(164,0,'ES','ESP',724,'Madrid','Madrid',''),(165,0,'ES','ESP',724,'
Baleares','Baleares',''),(166,0,'ES','ESP',724,'Murcia','Murcia',''),(167,0,'ES'
,'ESP',724,'Navarra','Navarra',''),(168,0,'ES','ESP',724,'Ourense','Ourense','')
,(169,0,'ES','ESP',724,'Palencia','Palencia',''),(170,0,'ES','ESP',724,'Ponteved
ra','Pontevedra',''),(171,0,'ES','ESP',724,'Salamanca','Salamanca',''),(172,0,'E
S','ESP',724,'Soria','Soria',''),(173,0,'ES','ESP',724,'Tarragona','Tarragona','
'),(174,0,'ES','ESP',724,'Tenerife','Tenerife',''),(175,0,'ES','ESP',724,'Teruel
','Teruel',''),(176,0,'ES','ESP',724,'Toledo','Toledo',''),(177,0,'ES','ESP',724
,'Valladolid','Valladolid',''),(178,0,'ES','ESP',724,'Vizcaya','Vizcaya',''),(17
9,0,'ES','ESP',724,'Zamora','Zamora',''),(180,0,'ES','ESP',724,'Zaragoza','Zarag
oza',''),(181,0,'ES','ESP',724,'Melilla','Melilla',''),(182,0,'MX','MEX',484,'AG
S','Aguascalientes',''),(183,0,'MX','MEX',484,'BCS','Baja California Sur',''),(1
84,0,'MX','MEX',484,'BC','Baja California Norte',''),(185,0,'MX','MEX',484,'CAM'
,'Campeche',''),(186,0,'MX','MEX',484,'CHIS','Chiapas',''),(187,0,'MX','MEX',484
,'CHIH','Chihuahua',''),(188,0,'MX','MEX',484,'COAH','Coahuila',''),(189,0,'MX',
'MEX',484,'COL','Colima',''),(190,0,'MX','MEX',484,'DIF','Distrito Federal',''),
(191,0,'MX','MEX',484,'DGO','Durango',''),(192,0,'MX','MEX',484,'GTO','Guanajuat
o',''),(193,0,'MX','MEX',484,'GRO','Guerrero',''),(194,0,'MX','MEX',484,'HGO','H
idalgo',''),(195,0,'MX','MEX',484,'JAL','Jalisco',''),(196,0,'MX','MEX',484,'MEX
','M xico',''),(197,0,'MX','MEX',484,'MICH','Michoac n',''),(198,0,'MX','MEX',484,'MOR'
orelos',''),(199,0,'MX','MEX',484,'NAY','Nayarit',''),(200,0,'MX','MEX',484,'NL'
,'Nuevo Le n',''),(201,0,'MX','MEX',484,'OAX','Oaxaca',''),(202,0,'MX','MEX',484,'PUE
','Puebla',''),(203,0,'MX','MEX',484,'QRO','Quer taro',''),(204,0,'MX','MEX',484,'QRO
O','Quintana Roo',''),(205,0,'MX','MEX',484,'SLP','San Luis Potos ',''),(206,0,'MX','
MEX',484,'SIN','Sinaloa',''),(207,0,'MX','MEX',484,'SON','Sonora',''),(208,0,'MX
','MEX',484,'TAB','Tabasco',''),(209,0,'MX','MEX',484,'TAMPS','Tamaulipas',''),(
210,0,'MX','MEX',484,'TLAX','Tlaxcala',''),(211,0,'MX','MEX',484,'VER','Veracruz
',''),(212,0,'MX','MEX',484,'YUC','Yucat n',''),(213,0,'MX','MEX',484,'ZAC','Zacateca
s',''),(214,0,'AU','AUS',36,'ACT','Australian Capital Territory',''),(215,0,'AU'
,'AUS',36,'NSW','New South Wales',''),(216,0,'AU','AUS',36,'NT','Northern Territ
ory',''),(217,0,'AU','AUS',36,'QLD','Queensland',''),(218,0,'AU','AUS',36,'SA','
South Australia',''),(219,0,'AU','AUS',36,'TAS','Tasmania',''),(220,0,'AU','AUS'
,36,'VIC','Victoria',''),(221,0,'AU','AUS',36,'WA','Western Australia',''),(222,
0,'IT','ITA',380,'AG','Agrigento',''),(223,0,'IT','ITA',380,'AL','Alessandria','
'),(224,0,'IT','ITA',380,'AN','Ancona',''),(225,0,'IT','ITA',380,'AO','Aosta',''
),(226,0,'IT','ITA',380,'AP','Ascoli Piceno',''),(227,0,'IT','ITA',380,'AQ','L\'
Aquila',''),(228,0,'IT','ITA',380,'AR','Arezzo',''),(229,0,'IT','ITA',380,'AT','
Asti',''),(230,0,'IT','ITA',380,'AV','Avellino',''),(231,0,'IT','ITA',380,'BA','
Bari',''),(232,0,'IT','ITA',380,'BG','Bergamo',''),(233,0,'IT','ITA',380,'BI','B
iella',''),(234,0,'IT','ITA',380,'BL','Belluno',''),(235,0,'IT','ITA',380,'BN','
Benevento',''),(236,0,'IT','ITA',380,'BO','Bologna',''),(237,0,'IT','ITA',380,'B
R','Brindisi',''),(238,0,'IT','ITA',380,'BS','Brescia',''),(239,0,'IT','ITA',380
,'BT','Barletta-Andria-Trani',''),(240,0,'IT','ITA',380,'BZ','Bozen',''),(241,0,
'IT','ITA',380,'CA','Cagliari',''),(242,0,'IT','ITA',380,'CB','Campobasso',''),(
243,0,'IT','ITA',380,'CE','Caserta',''),(244,0,'IT','ITA',380,'CH','Chieti',''),
(245,0,'IT','ITA',380,'CI','Carbonia-Iglesias',''),(246,0,'IT','ITA',380,'CL','C
altanissetta',''),(247,0,'IT','ITA',380,'CN','Cuneo',''),(248,0,'IT','ITA',380,'
CO','Como',''),(249,0,'IT','ITA',380,'CR','Cremona',''),(250,0,'IT','ITA',380,'C
S','Cosenza',''),(251,0,'IT','ITA',380,'CT','Catania',''),(252,0,'IT','ITA',380,
'CZ','Catanzaro',''),(253,0,'IT','ITA',380,'EN','Enna',''),(254,0,'IT','ITA',380
,'FE','Ferrara',''),(255,0,'IT','ITA',380,'FG','Foggia',''),(256,0,'IT','ITA',38
0,'FI','Firenze','Florence'),(257,0,'IT','ITA',380,'FM','Fermo',''),(258,0,'IT',
'ITA',380,'FC','Forli',''),(259,0,'IT','ITA',380,'FR','Frosinone',''),(260,0,'IT
','ITA',380,'GE','Genova',''),(261,0,'IT','ITA',380,'GO','Gorizia',''),(262,0,'I
T','ITA',380,'GR','Grosseto',''),(263,0,'IT','ITA',380,'IM','Imperia',''),(264,0
,'IT','ITA',380,'IS','Isernia',''),(265,0,'IT','ITA',380,'KR','Crotone',''),(266
,0,'IT','ITA',380,'LC','Lecco',''),(267,0,'IT','ITA',380,'LE','Lecce',''),(268,0
,'IT','ITA',380,'LI','Livorno',''),(269,0,'IT','ITA',380,'LO','Lodi',''),(270,0,
'IT','ITA',380,'LT','Latina',''),(271,0,'IT','ITA',380,'LU','Lucca',''),(272,0,'
IT','ITA',380,'MB','Monza e della Brianza',''),(273,0,'IT','ITA',380,'MC','Macer
ata',''),(274,0,'IT','ITA',380,'ME','Messina',''),(275,0,'IT','ITA',380,'MI','Mi
lano',''),(276,0,'IT','ITA',380,'MN','Mantova',''),(277,0,'IT','ITA',380,'MO','M
odena',''),(278,0,'IT','ITA',380,'MS','Massa Carrara',''),(279,0,'IT','ITA',380,
'MT','Matera',''),(280,0,'IT','ITA',380,'NA','Napoli','Naples'),(281,0,'IT','ITA
',380,'NO','Novara',''),(282,0,'IT','ITA',380,'NU','Nuoro',''),(283,0,'IT','ITA'
,380,'OG','Ogliastra',''),(284,0,'IT','ITA',380,'OR','Oristano',''),(285,0,'IT',
'ITA',380,'OT','Olbia-Tempio',''),(286,0,'IT','ITA',380,'PA','Palermo',''),(287,
0,'IT','ITA',380,'PC','Piacenza',''),(288,0,'IT','ITA',380,'PD','Padova',''),(28
9,0,'IT','ITA',380,'PE','Pescara',''),(290,0,'IT','ITA',380,'PG','Perugia',''),(
291,0,'IT','ITA',380,'PI','Pisa',''),(292,0,'IT','ITA',380,'PN','Pordenone',''),
(293,0,'IT','ITA',380,'PR','Parma',''),(294,0,'IT','ITA',380,'PT','Pistoia',''),
(295,0,'IT','ITA',380,'PU','Pesaro e Urbino',''),(296,0,'IT','ITA',380,'PV','Pav
ia',''),(297,0,'IT','ITA',380,'PO','Prato',''),(298,0,'IT','ITA',380,'PZ','Poten
za',''),(299,0,'IT','ITA',380,'RA','Ravenna',''),(300,0,'IT','ITA',380,'RC','Reg
gio Calabria',''),(301,0,'IT','ITA',380,'RE','Reggio Emilia',''),(302,0,'IT','IT
A',380,'RG','Ragusa',''),(303,0,'IT','ITA',380,'RI','Rieti',''),(304,0,'IT','ITA
',380,'RM','Roma','Rome'),(305,0,'IT','ITA',380,'RN','Rimini',''),(306,0,'IT','I
TA',380,'RO','Rovigo',''),(307,0,'IT','ITA',380,'SA','Salerno',''),(308,0,'IT','
ITA',380,'SI','Siena',''),(309,0,'IT','ITA',380,'SO','Sondrio',''),(310,0,'IT','
ITA',380,'SP','La Spezia',''),(311,0,'IT','ITA',380,'SR','Siracusa',''),(312,0,'
IT','ITA',380,'SS','Sassari',''),(313,0,'IT','ITA',380,'SV','Savona',''),(314,0,
'IT','ITA',380,'TA','Taranto',''),(315,0,'IT','ITA',380,'TE','Teramo',''),(316,0
,'IT','ITA',380,'TN','Trento',''),(317,0,'IT','ITA',380,'TO','Torino',''),(318,0
,'IT','ITA',380,'TP','Trapani',''),(319,0,'IT','ITA',380,'TR','Terni',''),(320,0
,'IT','ITA',380,'TS','Trieste',''),(321,0,'IT','ITA',380,'TV','Treviso',''),(322
,0,'IT','ITA',380,'UD','Udine',''),(323,0,'IT','ITA',380,'VA','Varese',''),(324,
0,'IT','ITA',380,'VB','Verbano-Cusio-Ossola',''),(325,0,'IT','ITA',380,'VC','Ver
celli',''),(326,0,'IT','ITA',380,'VE','Venezia','Venice'),(327,0,'IT','ITA',380,
'VI','Vicenza',''),(328,0,'IT','ITA',380,'VR','Verona',''),(329,0,'IT','ITA',380
,'VS','Medio Campidano',''),(330,0,'IT','ITA',380,'VT','Viterbo',''),(331,0,'IT'
,'ITA',380,'VV','Vibo Valentia',''),(332,0,'GB','GBR',826,'ALD','Alderney',''),(
333,0,'GB','GBR',826,'ARM','Armagh',''),(334,0,'GB','GBR',826,'ATM','Antrim','')
,(335,0,'GB','GBR',826,'BDS','Borders',''),(336,0,'GB','GBR',826,'BFD','Bedfords
hire',''),(337,0,'GB','GBR',826,'BIR','Birmingham',''),(338,0,'GB','GBR',826,'BL
G','Blaenau Gwent',''),(339,0,'GB','GBR',826,'BRI','Bridgend',''),(340,0,'GB','G
BR',826,'BRK','Berkshire',''),(341,0,'GB','GBR',826,'BRS','Bristol',''),(342,0,'
GB','GBR',826,'BUX','Buckinghamshire',''),(343,0,'GB','GBR',826,'CAP','Caerphill
y',''),(344,0,'GB','GBR',826,'CAR','Cardiff',''),(345,0,'GB','GBR',826,'CAS','Ca
rmarthenshire',''),(346,0,'GB','GBR',826,'CBA','Cumbria',''),(347,0,'GB','GBR',8
26,'CBE','Cambridgeshire',''),(348,0,'GB','GBR',826,'CER','Ceredigion',''),(349,
0,'GB','GBR',826,'CHI','Channel Islands',''),(350,0,'GB','GBR',826,'CHS','Cheshi
re',''),(351,0,'GB','GBR',826,'CLD','Clwyd',''),(352,0,'GB','GBR',826,'CNL','Cor
nwall',''),(353,0,'GB','GBR',826,'CON','Conway',''),(354,0,'GB','GBR',826,'CTR',
'Central',''),(355,0,'GB','GBR',826,'CVE','Cleveland',''),(356,0,'GB','GBR',826,
'DEN','Denbighshire',''),(357,0,'GB','GBR',826,'DFD','Dyfed',''),(358,0,'GB','GB
R',826,'DGL','Dumfries and Galloway',''),(359,0,'GB','GBR',826,'DHM','Durham',''
),(360,0,'GB','GBR',826,'DOR','Dorset',''),(361,0,'GB','GBR',826,'DVN','Devon','
'),(362,0,'GB','GBR',826,'DWN','Down',''),(363,0,'GB','GBR',826,'DYS','Derbyshir
e',''),(364,0,'GB','GBR',826,'ESX','Essex',''),(365,0,'GB','GBR',826,'FER','Ferm
anagh',''),(366,0,'GB','GBR',826,'FFE','Fife',''),(367,0,'GB','GBR',826,'FLI','F
lintshire',''),(368,0,'GB','GBR',826,'FMH','County Fermanagh',''),(369,0,'GB','G
BR',826,'GDD','Gwynedd',''),(370,0,'GB','GBR',826,'GLO','Gloucestershire',''),(3
71,0,'GB','GBR',826,'GLR','Gloucester',''),(372,0,'GB','GBR',826,'GNM','Mid Glam
organ',''),(373,0,'GB','GBR',826,'GNS','South Glamorgan',''),(374,0,'GB','GBR',8
26,'GNW','West Glamorgan',''),(375,0,'GB','GBR',826,'GRN','Grampian',''),(376,0,
'GB','GBR',826,'GUR','Guernsey',''),(377,0,'GB','GBR',826,'GWT','Gwent',''),(378
,0,'GB','GBR',826,'HBS','Humberside',''),(379,0,'GB','GBR',826,'HFD','Hertfordsh
ire',''),(380,0,'GB','GBR',826,'HLD','Highlands',''),(381,0,'GB','GBR',826,'HPH'
,'Hampshire',''),(382,0,'GB','GBR',826,'HWR','Hereford and Worcester',''),(383,0
,'GB','GBR',826,'IOM','Isle of Man',''),(384,0,'GB','GBR',826,'IOW','Isle of Wig
ht',''),(385,0,'GB','GBR',826,'ISL','Isle of Anglesey',''),(386,0,'GB','GBR',826
,'JER','Jersey',''),(387,0,'GB','GBR',826,'KNT','Kent',''),(388,0,'GB','GBR',826
,'LCN','Lincolnshire',''),(389,0,'GB','GBR',826,'LDN','Greater London',''),(390,
0,'GB','GBR',826,'LDR','Londonderry',''),(391,0,'GB','GBR',826,'LEC','Leicesters
hire',''),(392,0,'GB','GBR',826,'LNH','Lancashire',''),(393,0,'GB','GBR',826,'LO
N','London',''),(394,0,'GB','GBR',826,'LTE','East Lothian',''),(395,0,'GB','GBR'
,826,'LTM','Mid Lothian',''),(396,0,'GB','GBR',826,'LTW','West Lothian',''),(397
,0,'GB','GBR',826,'MCH','Greater Manchester',''),(398,0,'GB','GBR',826,'MER','Me
rthyr Tydfil',''),(399,0,'GB','GBR',826,'MON','Monmouthshire',''),(400,0,'GB','G
BR',826,'MSY','Merseyside',''),(401,0,'GB','GBR',826,'NET','Neath Port Talbot','
'),(402,0,'GB','GBR',826,'NEW','Newport',''),(403,0,'GB','GBR',826,'NHM','Northa
mptonshire',''),(404,0,'GB','GBR',826,'NLD','Northumberland',''),(405,0,'GB','GB
R',826,'NOR','Norfolk',''),(406,0,'GB','GBR',826,'NOT','Nottinghamshire',''),(40
7,0,'GB','GBR',826,'NWH','North West Highlands',''),(408,0,'GB','GBR',826,'OFE',
'Oxfordshire',''),(409,0,'GB','GBR',826,'ORK','Orkney',''),(410,0,'GB','GBR',826
,'PEM','Pembrokeshire',''),(411,0,'GB','GBR',826,'PWS','Powys',''),(412,0,'GB','
GBR',826,'SCD','Strathclyde',''),(413,0,'GB','GBR',826,'SFD','Staffordshire','')
,(414,0,'GB','GBR',826,'SFK','Suffolk',''),(415,0,'GB','GBR',826,'SLD','Shetland
',''),(416,0,'GB','GBR',826,'SOM','Somerset',''),(417,0,'GB','GBR',826,'SPE','Sh
ropshire',''),(418,0,'GB','GBR',826,'SRK','Sark',''),(419,0,'GB','GBR',826,'SRY'
,'Surrey',''),(420,0,'GB','GBR',826,'SWA','Swansea',''),(421,0,'GB','GBR',826,'S
XE','East Sussex',''),(422,0,'GB','GBR',826,'SXW','West Sussex',''),(423,0,'GB',
'GBR',826,'TAF','Rhondda Cynon Taff',''),(424,0,'GB','GBR',826,'TOR','Torfaen','
'),(425,0,'GB','GBR',826,'TWR','Tyne and Wear',''),(426,0,'GB','GBR',826,'TYR','
Tyrone',''),(427,0,'GB','GBR',826,'TYS','Tayside',''),(428,0,'GB','GBR',826,'VAL
','Vale of Glamorgan',''),(429,0,'GB','GBR',826,'WIL','Western Isles',''),(430,0
,'GB','GBR',826,'WKS','Warwickshire',''),(431,0,'GB','GBR',826,'WLT','Wiltshire'
,''),(432,0,'GB','GBR',826,'WMD','West Midlands',''),(433,0,'GB','GBR',826,'WRE'
,'Wrexham',''),(434,0,'GB','GBR',826,'YSN','North Yorkshire',''),(435,0,'GB','GB
R',826,'YSS','South Yorkshire',''),(436,0,'GB','GBR',826,'YSW','West Yorkshire',
''),(460,0,'IE','IRL',372,'CAR','Carlow',''),(461,0,'IE','IRL',372,'CAV','Cavan'
,''),(462,0,'IE','IRL',372,'CLA','Clare',''),(463,0,'IE','IRL',372,'COR','Cork',
''),(464,0,'IE','IRL',372,'DON','Donegal',''),(465,0,'IE','IRL',372,'DUB','Dubli
n',''),(466,0,'IE','IRL',372,'GAL','Galway',''),(467,0,'IE','IRL',372,'KER','Ker
ry',''),(468,0,'IE','IRL',372,'KIL','Kildare',''),(469,0,'IE','IRL',372,'KLK','K
ilkenny',''),(470,0,'IE','IRL',372,'LAO','Laois',''),(471,0,'IE','IRL',372,'LEI'
,'Leitrim',''),(472,0,'IE','IRL',372,'LIM','Limerick',''),(473,0,'IE','IRL',372,
'LON','Longford',''),(474,0,'IE','IRL',372,'LOU','Louth',''),(475,0,'IE','IRL',3
72,'MAY','Mayo',''),(476,0,'IE','IRL',372,'MEA','Meath',''),(477,0,'IE','IRL',37
2,'MON','Monaghan',''),(478,0,'IE','IRL',372,'OFF','Offaly',''),(479,0,'IE','IRL
',372,'ROS','Roscommon',''),(480,0,'IE','IRL',372,'SLI','Sligo',''),(481,0,'IE',
'IRL',372,'TIP','Tipperary',''),(482,0,'IE','IRL',372,'WAT','Waterford',''),(483
,0,'IE','IRL',372,'WES','Westmeath',''),(484,0,'IE','IRL',372,'WEX','Wexford',''
),(485,0,'IE','IRL',372,'WIC','Wicklow',''),(490,0,'BR','BRA',76,'AC','Acre','')
,(491,0,'BR','BRA',76,'AP','Amap ',''),(492,0,'BR','BRA',76,'AL','Alagoas',''),(493,0
,'BR','BRA',76,'AM','Amazonas',''),(494,0,'BR','BRA',76,'BA','Bahia',''),(495,0,
'BR','BRA',76,'CE','Cear ',''),(496,0,'BR','BRA',76,'DF','Distrito Federal',''),(497,
0,'BR','BRA',76,'ES','Esp rito Santo',''),(498,0,'BR','BRA',76,'GO','Goi s',''),(499,0,
','BRA',76,'MA','Maranh o',''),(500,0,'BR','BRA',76,'MG','Minas Gerais',''),(501,0,'B
R','BRA',76,'MS','Mato Grosso do Sul',''),(502,0,'BR','BRA',76,'MT','Mato Grosso
',''),(503,0,'BR','BRA',76,'PA','Par ',''),(504,0,'BR','BRA',76,'PB','Para ba',''),(505
'BR','BRA',76,'PE','Pernambuco',''),(506,0,'BR','BRA',76,'PI','Piau ',''),(507,0,'BR'
,'BRA',76,'PR','Paran ',''),(508,0,'BR','BRA',76,'RJ','Rio de Janeiro',''),(509,0,'BR
','BRA',76,'RN','Rio Grande do Norte',''),(510,0,'BR','BRA',76,'RO','Rond nia',''),(5
11,0,'BR','BRA',76,'RR','Roraima',''),(512,0,'BR','BRA',76,'RS','Rio Grande do S
ul',''),(513,0,'BR','BRA',76,'SC','Santa Catarina',''),(514,0,'BR','BRA',76,'SE'
,'Sergipe',''),(515,0,'BR','BRA',76,'SP','S o Paulo',''),(516,0,'BR','BRA',76,'TO','T
ocantins',''),(530,0,'NL','NLD',528,'DR','Drenthe',''),(531,0,'NL','NLD',528,'FL
','Flevoland',''),(532,0,'NL','NLD',528,'FR','Friesland',''),(533,0,'NL','NLD',5
28,'GE','Gelderland',''),(534,0,'NL','NLD',528,'GR','Groningen',''),(535,0,'NL',
'NLD',528,'LI','Limburg',''),(536,0,'NL','NLD',528,'NB','Noord-Brabant',''),(537
,0,'NL','NLD',528,'NH','Noord-Holland',''),(538,0,'NL','NLD',528,'OV','Overijsse
l',''),(539,0,'NL','NLD',528,'UT','Utrecht',''),(540,0,'NL','NLD',528,'ZH','Zuid
-Holland',''),(541,0,'NL','NLD',528,'ZE','Zeeland','');
/*!40000 ALTER TABLE `static_country_zones` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `static_currencies`
--
DROP TABLE IF EXISTS `static_currencies`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `static_currencies` (
`uid` int(11) unsigned NOT NULL auto_increment,
`pid` int(11) unsigned default '0',
`cu_iso_3` char(3) default '',
`cu_iso_nr` int(11) unsigned default '0',
`cu_name_en` varchar(50) default '',
`cu_symbol_left` varchar(12) default '',
`cu_symbol_right` varchar(12) default '',
`cu_thousands_point` char(1) default '',
`cu_decimal_point` char(1) default '',
`cu_decimal_digits` tinyint(3) unsigned default '0',
`cu_sub_name_en` varchar(20) default '',
`cu_sub_divisor` int(11) default '1',
`cu_sub_symbol_left` varchar(12) default '',
`cu_sub_symbol_right` varchar(12) default '',
PRIMARY KEY (`uid`),
UNIQUE KEY `uid` (`uid`),
KEY `parent` (`pid`)
) ENGINE=MyISAM AUTO_INCREMENT=176 DEFAULT CHARSET=latin1;
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `static_currencies`
--
LOCK TABLES `static_currencies` WRITE;
/*!40000 ALTER TABLE `static_currencies` DISABLE KEYS */;
INSERT INTO `static_currencies` VALUES (2,0,'AED',784,'United Arab Emirates dirh
am','Dhs.','','.',',',2,'fils',100,'',''),(4,0,'ALL',8,'Albanian Lek','L','','.'
,',',2,'qindarka',100,'',''),(5,0,'AMD',51,'Armenian Dram','Dram','','.',',',2,'
luma',100,'',''),(6,0,'ANG',532,'Netherlands Antillean gulden','NA ','','.',',',2,'cen
t',100,'',''),(7,0,'AOA',973,'Angolan Kwanza','Kz','','.',',',2,'centavo',100,''
,''),(8,0,'ARS',32,'Argentine Peso','$','','.',',',2,'centavo',100,'',''),(9,0,'
AUD',36,'Australian Dollar','$A','','.',',',2,'cent',100,'',''),(10,0,'AWG',533,
'Aruban Guilder','Af.','','.',',',2,'cent',100,'',''),(11,0,'AZN',944,'Azerbaija
ni Manat','','','.',',',2,'q pik',100,'',''),(12,0,'BAM',977,'Bosnia-Herzegovina Conve
rtible Mark','KM','','.',',',2,'feninga',100,'',''),(13,0,'BBD',52,'Barbados Dol
lar','Bds$','','.',',',2,'cent',100,'',''),(14,0,'BDT',50,'Bangladeshi taka','Tk
','','.',',',2,'paisa',100,'',''),(16,0,'BGN',975,'Bulgarian Lev','lv','','.',',
',2,'stotinka',100,'',''),(17,0,'BHD',48,'Bahraini Dinar','BD','','.',',',3,'fil
s',1000,'',''),(18,0,'BIF',108,'Burundi Franc','FBu','','.','',2,'centime',100,'
',''),(19,0,'BMD',60,'Bermuda Dollar','BM$','','.',',',2,'cent',100,'',''),(20,0
,'BND',96,'Brunei Dollar','B$','','.',',',2,'sen',100,'',''),(21,0,'BOB',68,'Bol
iviano','Bs','','.',',',2,'centavo',100,'',''),(23,0,'BRL',986,'Brazilian Real',
'R$','','.',',',2,'centavo',100,'',''),(24,0,'BSD',44,'Bahamian Dollar','$','','
.',',',2,'cent',100,'',''),(25,0,'BTN',64,'Bhutanese Ngultrum','Nu','','.',',',2
,'chetrum',100,'',''),(26,0,'BWP',72,'Botswana pula','P','','.',',',2,'thebe',10
0,'',''),(27,0,'BYR',974,'Belarussian Ruble','Br','','.',',',2,'kapiejka',100,''
,''),(28,0,'BZD',84,'Belize Dollar','BZ','','.',',',2,'cent',100,'',''),(29,0,'C
AD',124,'Canadian Dollar','$','','.',',',2,'cent',100,'',' '),(30,0,'CDF',976,'Congol
ese franc','FC','','.',',',2,'centime',100,'',''),(31,0,'CHF',756,'Swiss franc',
'SFr.','','','.',2,'centime',100,'',''),(33,0,'CLP',152,'Chilean Peso','$','','.
','',0,'',1,'',''),(34,0,'CNY',156,'Chinese Yuan Renminbi',' ','','.',',',2,'fen',100
,'',''),(35,0,'COP',170,'Colombian Peso','$','','.',',',2,'centavo',100,'',''),(
36,0,'CRC',188,'Costa Rican col n',' ','','.',',',2,'centimo',100,'',''),(37,0,'CUP'
an peso','Cub$','','.',',',2,'centavo',100,'',''),(38,0,'CVE',132,'Cape Verde Es
cudo','CVEsc.','','.',',',2,'centavo',100,'',''),(39,0,'CYP',196,'Cypriot pound'
,'C ','','.',',',2,'cent',100,'',''),(40,0,'CZK',203,'Czech koruna','','K ','.',',',2,'
''),(41,0,'DJF',262,'Djibouti franc','FD','','.','',0,'',1,'',''),(42,0,'DKK',20
8,'Danish krone','kr.','','.',',',2,' re',100,'',''),(43,0,'DOP',214,'Dominican peso'
,'RD$','','.',',',2,'centavo',100,'',''),(44,0,'DZD',12,'Algerian Dinar','DA',''
,'.',',',2,'centime',100,'',''),(45,0,'EEK',233,'Estonian kroon','','ekr','.',',
',2,'sent',100,'',''),(46,0,'EGP',818,'Egyptian pound','LE','','.',',',2,'piastr
e',100,'',''),(47,0,'ERN',232,'Eritrean nakfa','Nfa','','.',',',2,'cent',100,'',
''),(48,0,'ETB',230,'Ethiopian birr','Br','','.',',',2,'santim',100,'',''),(49,0
,'EUR',978,'Euro',' ','','.',',',2,'cent',100,' ',''),(50,0,'FJD',242,'Fijian dollar
','.',',',2,'cent',100,'',''),(51,0,'FKP',238,'Falkland Islands pound','Fl ','','.','
,',2,'penny',100,'',''),(52,0,'GBP',826,'Pound sterling',' ','',',','.',2,'penny',100
,'','p'),(53,0,'GEL',981,'Georgian lari','','lari','.',',',2,'tetri',100,'',''),
(54,0,'GHC',288,'Ghanaian cedi','','','.',',',2,'pesewa',100,'',''),(55,0,'GIP',
292,'Gibraltar pound',' ','','.',',',2,'penny',100,'',''),(56,0,'GMD',270,'Gambian da
lasi','D','','.',',',2,'butut',100,'',''),(57,0,'GNF',324,'Guinea Franc','GF',''
,'.','',0,'',1,'',''),(58,0,'GTQ',320,'Guatemalan quetzal','Q.','','.',',',2,'ce
ntavo',100,'',''),(59,0,'GWP',624,'Guinea-Bissau Peso','','','.',',',2,'',100,''
,''),(60,0,'GYD',328,'Guyana Dollar','G$','','.',',',2,'Cent',100,'',''),(61,0,'
HKD',344,'Hong Kong dollar','HK$','','.',',',2,'cent',100,'',''),(62,0,'HNL',340
,'Honduran lempira','L','','.',',',2,'centavo',100,'',''),(63,0,'HRK',191,'Croat
ian kuna','kn','','.',',',2,'lipa',100,'',''),(64,0,'HTG',332,'Haitian gourde','
Gde.','','.',',',2,'centime',100,'',''),(65,0,'HUF',348,'Hungarian forint','','F
t','.',',',2,'fill r',100,'',''),(66,0,'IDR',360,'Indonesian rupiah','Rp.','','.',','
,2,'sen',100,'',''),(67,0,'ILS',376,'New Israeli Sheqel','','NIS','.',',',2,'ago
ra',100,'',''),(68,0,'INR',356,'Indian rupee','Rs','','.',',',2,'paisha',100,'',
''),(69,0,'IQD',368,'Iraqi dinar','ID','','.',',',3,'fils',1000,'',''),(70,0,'IR
R',364,'Iranian rial','Rls','','.',',',2,'dinar',100,'',''),(71,0,'ISK',352,'Ice
landic kr na','','ikr','.',',',2,'aurar',100,'',''),(72,0,'JMD',388,'Jamaican dollar'
,'J$','','.',',',2,'cent',100,'',''),(73,0,'JOD',400,'Jordanian dinar','JD','','
.',',',2,'piastre',100,'',''),(74,0,'JPY',392,'Japanese yen',' ','','.','',2,'sen',10
0,'',''),(75,0,'KES',404,'Kenyan shilling','Kshs.','','.',',',2,'cent',100,'',''
),(76,0,'KGS',417,'Kyrgyzstani som','K.S.','','.',',',2,'tyiyn',100,'',''),(77,0
,'KHR',116,'Cambodian riel','CR','','.',',',2,'sen',100,'',''),(78,0,'KMF',174,'
Comorian Franc','CF','','.','',0,'',1,'',''),(79,0,'KPW',408,'North Korean won',
' n','','.',',',2,'chon',100,'',''),(80,0,'KRW',410,'South Corean won','','','.',
00,'',''),(81,0,'KWD',414,'Kuwaiti dinar','KD','','.',',',3,'fils',1000,'',''),(
82,0,'KYD',136,'Cayman Islands Dollar','$','','.',',',2,'cent',100,'',''),(83,0,
'KZT',398,'Kazakhstani tenge','T','','.',',',2,'tiyin',100,'',''),(84,0,'LAK',41
8,'Lao kip',' ','','.',',',2,'at',100,'',''),(85,0,'LBP',422,'Lebanese pound','','LL','
',',',2,'piastre',100,'',''),(86,0,'LKR',144,'Sri Lankan rupee','Re','','.',',',
2,'cent',100,'',''),(87,0,'LRD',430,'Liberian dollar','Lib$','','.',',',2,'cent'
,100,'',''),(88,0,'LSL',426,'Lesotho loti','M','','.',',',2,'sente',100,'',''),(
89,0,'LTL',440,'Lithuanian litas','','Lt','.',',',2,'centas',100,'',''),(90,0,'L
VL',428,'Latvian lats','Ls','','.',',',2,'santim',100,'',''),(91,0,'LYD',434,'Li
byan dinar','LD.','','.',',',3,'dirham',1000,'',''),(92,0,'MAD',504,'Moroccan di
rham','Dh','','.',',',2,'centime',100,'',''),(93,0,'MDL',498,'Moldovan leu','','
','.',',',2,'ban',100,'',''),(95,0,'MKD',807,'Macedonian denar','Den','','.',','
,2,'deni',100,'',''),(96,0,'MMK',104,'Myanmar kyat','K','','.',',',2,'pya',100,'
',''),(97,0,'MNT',496,'Mongolian tugrug',' ','','.',',',2,'mongo',100,'',''),(98,0,'MOP
,446,'Macanese pataca','Pat.','','.',',',2,'avo',100,'',''),(99,0,'MRO',478,'Mau
ritanian ouguiya','UM','','.',',',2,'khoum',100,'',''),(100,0,'MTL',470,'Maltese
lira','Lm','','.',',',2,'cent',100,'',''),(101,0,'MUR',480,'Mauritian rupee','R
s','','.',',',2,'cent',100,'',''),(102,0,'MVR',462,'Maldivian rufiyaa','Rf','','
.',',',2,'laari',100,'',''),(103,0,'MWK',454,'Malawian kwacha','MK','','.',',',2
,'tambala',100,'',''),(104,0,'MXN',484,'Mexican peso','$','','.',',',2,'centavo'
,100,'',''),(106,0,'MYR',458,'Malaysian ringgit','RM','','.',',',2,'sen',100,'',
''),(107,0,'MZM',508,'Mozambican metical','','Mt','.',',',2,'centavo',100,'','')
,(108,0,'NAD',516,'Namibian dollar','N$','','.',',',2,'cent',100,'',''),(109,0,'
NGN',566,'Nigerian naira',' ','','.',',',2,'kobo',100,'',''),(110,0,'NIO',558,'Nicaragu
n c rdoba','C$','','.',',',2,'centavo',100,'',''),(111,0,'NOK',578,'Norvegian krone',
'kr','','.',',',2,' re',100,'',''),(112,0,'NPR',524,'Nepalese rupee','Rs.','','.',','
,2,'paisa',100,'',''),(113,0,'NZD',554,'New Zealand dollar','$','','.',',',2,'ce
nt',100,'',''),(114,0,'OMR',512,'Omani rial','OR','','.',',',3,'baiza',1000,'','
'),(115,0,'PAB',590,'Panamanian balboa','B','','.',',',2,'cent simo',100,'',''),(116,
0,'PEN',604,'Peruvian nuevo sol','Sl.','','.',',',2,'centimo',100,'',''),(117,0,
'PGK',598,'Papua New Guinean kina','K','','.',',',2,'toea',100,'',''),(118,0,'PH
P',608,'Philippine peso','P','','.',',',2,'centavo',100,'',''),(119,0,'PKR',586,
'Pakistani rupee','Rs.','','.',',',2,'paisa',100,'',''),(120,0,'PLN',985,'Polish
z oty','','z ','.',',',2,'grosz',100,'',''),(121,0,'PYG',600,'Paraguayan guaran '
2,'centimo',100,'',''),(122,0,'QAR',634,'Qatari riyal','QR','','.',',',2,'dirham
',100,'',''),(123,0,'ROL',642,'Romanian leu','','l','.',',',2,'ban',100,'',''),(
124,0,'RUB',643,'Russian ruble','','R','.',',',2,'kopek',100,'',''),(126,0,'RWF'
,646,'Rwandan franc','frw','','.','',0,'centime',1,'',''),(127,0,'SAR',682,'Saud
i riyal','SR','','.',',',2,'hallalah',100,'',''),(128,0,'SBD',90,'Solomon Island
s dollar','SI$','','.',',',2,'cent',100,'',''),(129,0,'SCR',690,'Seychelles rupe
e','SR','','.',',',2,'cent',100,'',''),(130,0,'SDD',736,'Sudanese dinar','sD',''
,'.',',',0,'',1,'',''),(131,0,'SEK',752,'Swedish krona','','kr','.',',',2,' re',100,'
',''),(132,0,'SGD',702,'Singapore dollar','$','','.',',',2,'cent',100,'',''),(13
3,0,'SHP',654,'Saint Helena pound',' ','','.',',',2,'penny',100,'',''),(134,0,'SIT',7
05,'Slovenian tolar','SIT','','.',',',2,'stotin',100,'',''),(135,0,'SKK',703,'Sl
ovak koruna','','Sk','.',',',2,'halier',100,'','h'),(136,0,'SLL',694,'Sierra Leo
nean leone','Le','','.',',',2,'cent',100,'',''),(137,0,'SOS',706,'Somali shillin
g','So.','','.',',',2,'centesimo',100,'',''),(139,0,'STD',678,'S o Tom and Pr ncipe
','','.',',',2,'c ntimo',100,'',''),(140,0,'SVC',222,'Salvadoran col n',' ','','.
,100,'',''),(141,0,'SYP',760,'Syrian pound',' S','','.',',',2,'piastre',100,'',''),(1
42,0,'SZL',748,'Swazi lilangeni','','','.',',',2,'cent',100,'',''),(143,0,'THB',
764,'Baht','','Bt','.',',',2,'satang',100,'',''),(144,0,'TJS',972,'Tajikistani s
omoni','','','.',',',2,'diram',100,'',''),(145,0,'TMM',795,'Turkmenistani manat'
,'','','.',',',2,'tenge',100,'',''),(146,0,'TND',788,'Tunisian dinar','TD','','.
',',',3,'millime',1000,'',''),(147,0,'TOP',776,'Tongan pa\'anga','T$','','.',','
,2,'seniti',100,'',''),(150,0,'TTD',780,'Trinidad and Tobago dollar','TT$','','.
',',',2,'cent',100,'',''),(151,0,'TWD',901,'New Taiwan dollar','NT$','','.',',',
2,'cent',100,'',''),(152,0,'TZS',834,'Tanzanian shilling','TSh','','.',',',2,'ce
nt',100,'',''),(153,0,'UAH',980,'Ukrainian hryvnia','hrn','','.',',',2,'kopiyka'
,100,'',''),(154,0,'UGX',800,'Ugandan shilling','USh','','.',',',2,'cent',100,''
,''),(155,0,'USD',840,'US dollar','$','',',','.',2,'cent',100,'',' '),(156,0,'UYU',85
8,'Uruguayan peso','UR$','','.',',',2,'cent simo',100,'',''),(157,0,'UZS',860,'Uzbeki
stani som','U.S.','','.',',',2,'tiyin',100,'',''),(158,0,'VEB',862,'Bolivar','Bs
.','','.',',',2,'c ntimo',100,'',''),(159,0,'VND',704,'Vietnamese ng','','
60,0,'VUV',548,'Vatu','','VT','.','',0,'centime',1,'',''),(161,0,'WST',882,'Samo
an tala','WS$','','.',',',2,'sene',100,'',''),(162,0,'XAF',950,'CFA Franc BEAC',
'CFAF','','.','',0,'',1,'',''),(163,0,'XCD',951,'East Caribbean dollar','EC$',''
,'.',',',2,'cent',100,'',''),(164,0,'XOF',952,'CFA Franc BCEAO','CFAF','','.',''
,0,'',1,'',''),(165,0,'XPF',953,'CFP Franc','CFPF','','.','',0,'',1,'',''),(166,
0,'YER',886,'Yemeni rial','RI','','.',',',2,'fils',100,'',''),(168,0,'ZAR',710,'
South African rand','R','','.',',',2,'cent',100,'',''),(169,0,'ZMK',894,'Zambian
kwacha','K','','.',',',2,'ngwee',100,'',''),(170,0,'ZWD',716,'Zimbabwean dollar
','$','','.',',',2,'cent',100,'',''),(171,0,'AFN',971,'Afghan afghani','Af','','
.',',',2,'pul',100,'',''),(172,0,'CSD',891,'Serbian dinar','','','.',',',2,'para
',100,'',''),(173,0,'MGA',969,'Malagasy ariary','','','.',',',1,'iraimbilanja',5
,'',''),(174,0,'SRD',968,'Suriname dollar','$','','.',',',2,'cent',100,'',''),(1
75,0,'TRY',949,'Turkish new lira','YTL','','.',',',2,'new kuru ',100,'','');
/*!40000 ALTER TABLE `static_currencies` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `static_languages`
--
DROP TABLE IF EXISTS `static_languages`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `static_languages` (
`uid` int(11) unsigned NOT NULL auto_increment,
`pid` int(11) unsigned default '0',
`lg_iso_2` char(2) default '',
`lg_name_en` varchar(50) default '',
`lg_typo3` char(2) default '',
`lg_country_iso_2` char(2) default '',
`lg_collate_locale` varchar(5) default '',
`lg_name_local` varchar(99) default '',
`lg_sacred` tinyint(3) unsigned default '0',
`lg_constructed` tinyint(3) unsigned default '0',
PRIMARY KEY (`uid`),
UNIQUE KEY `uid` (`uid`),
KEY `parent` (`pid`)
) ENGINE=MyISAM AUTO_INCREMENT=191 DEFAULT CHARSET=latin1;
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `static_languages`
--
LOCK TABLES `static_languages` WRITE;
/*!40000 ALTER TABLE `static_languages` DISABLE KEYS */;
INSERT INTO `static_languages` VALUES (1,0,'AB','Abkhazian','','','','
','Afrikaans','','','','Afrikaans',0,0),(4,0,'SQ','Albanian','','','','Gjuha shq
ipe',0,0),(5,0,'AM','Amharic','','','',' ',0,0),(6,0,'AR','Arabic','
),(10,0,'AZ','Azerbaijani','','','','Az rbaycan dili',0,0),(11,0,'BA','Bashkir','','',
'',' ',0,0),(12,0,'EU','Basque','eu','','eu_ES','Euskara',0,0),
),(17,0,'BR','Breton','','','','Brezhoneg',0,0),(18,0,'BG','Bulgarian','bg','','
bg_BG',' ',0,0),(19,0,'MY','Burmese','my','','my_MM','
rsican','','','','Corsu',0,0),(26,0,'HR','Croatian','hr','','hr_HR','Hrvatski',0
,0),(27,0,'CS','Czech','cz','','cs_CZ',' e tina',0,0),(28,0,'DA','Danish','dk','','da_D
'Dansk',0,0),(29,0,'NL','Dutch','nl','','nl_NL','Nederlands',0,0),(30,0,'EN','En
glish','','','en_GB','English',0,0),(31,0,'EO','Esperanto','eo','','','Esperanto
',0,1),(32,0,'ET','Estonian','et','','et_EE','Eesti',0,0),(33,0,'FO','Faeroese',
'fo','','fo_FO','F royskt',0,0),(34,0,'FA','Persian','fa','','fa_IR','
,'Na Vosa Vakaviti',0,0),(36,0,'FI','Finnish','fi','','fi_FI','Suomi',0,0),(37,0
,'FR','French','fr','','fr_FR','Fran ais',0,0),(38,0,'FY','Frisian','','','','Frysk',
0,0),(39,0,'GL','Galician','ga','','gl_ES','Galego',0,0),(40,0,'GD','Scottish Ga
elic','','','','G idhlig',0,0),(41,0,'GV','Manx','','','','Gaelg',0,0),(42,0,'KA','Ge
orgian','','','',' ',0,0),(43,0,'DE','German','de',
DK','Kalaallisut',0,0),(46,0,'GN','Guaran ','','','','Ava e\'',0,0),(47,0,'GU','G
'',' ',0,0),(48,0,'HA','Hausa','','','','Hausa',0,
ar',0,0),(52,0,'IS','Icelandic','is','','is_IS',' slenska',0,0),(53,0,'ID','Indonesia
n','','','','Bahasa Indonesia',0,0),(54,0,'IA','Interlingua','','','','Interling
ua',0,1),(55,0,'IE','Interlingue','','','','Interlingue',0,1),(56,0,'IU','Inukti
tut','','','',' ',0,0),(57,0,'IK','Inupiaq','','',''
an','it','','it_IT','Italiano',0,0),(60,0,'JA','Japanese','jp','','ja_JP','
da','','','',' ',0,0),(63,0,'KS','Kashmiri','','','','
i',0,0),(68,0,'KO','Korean','kr','','ko_KR',' ',0,0),(69,0,'KU','Kurdish','
','Lao','','','','',0,0),(71,0,'LA','Latin','','','
(73,0,'LN','Lingala','','','','Ling la',0,0),(74,0,'LT','Lithuanian','lt','','lt_LT',
'Lietuvi ',0,0),(75,0,'MK','Macedonian','','','','
','','Bahasa Melayu',0,0),(78,0,'ML','Malayalam','','','','
,0,'MI','M ori','','','','M ori',0,0),(81,0,'MR','Marathi','','','','
ro',0,0),(85,0,'NE','Nepali','','','',' ',0,0),(86,0,'NO
,'','','','Occitan',0,0),(88,0,'OR','Oriya','','','',' ',0,0),
,0,'PS','Pashto','','','',' ',0,0),(91,0,'PL','Polish','pl','','pl_PL','Polski',0,
T','Portuguese','pt','','pt_PT','Portugu s',0,0),(93,0,'PA','Punjabi','','','','
,'Rhaeto-Romance','','','','Rumantsch',0,0),(96,0,'RO','Romanian','ro','','ro_RO
','Rom n ',0,0),(97,0,'RU','Russian','ru','','ru_RU',' ',0,0
G','Sango','','','','S ng ',0,0),(100,0,'SA','Sanskrit','','','','
0),(104,0,'TN','Setswana','','','','Setswana',0,0),(105,0,'SN','Shona','','','',
'chiShona',0,0),(106,0,'SD','Sindhi','','','',' ',0
ak','sk','','sk_SK','Sloven ina',0,0),(110,0,'SL','Slovenian','si','','sl_SI','Sloven
),(111,0,'SO','Somali','','','','af Soomaali',0,0),(112,0,'ES','Spanish','es',''
,'es_ES','Espa ol',0,0),(113,0,'SU','Sundanese','','','','Basa Sunda',0,0),(114,0,'SW
','Swahili','','','','Kiswahili',0,0),(115,0,'SV','Swedish','se','','sv_SE','Sve
nska',0,0),(116,0,'TL','Tagalog','','','','Tagalog',0,0),(117,0,'TG','Tajik','',
'','',' / ',0,0),(118,0,'TA','Tamil','','','
h','tr','','tr_TR','T rk e',0,0),(127,0,'TK','Turkmen','','','','T rkmen dili',0,0),
,'Twi','','','','Twi',0,0),(129,0,'UG','Uyghur','','','','
,'',' / O\'zbek',0,0),(133,0,'VI','Vietnamese','vn','','vi_VN','Tin
),(135,0,'CY','Welsh','','','','Cymraeg',0,0),(136,0,'WO','Wolof','','','','Wolo
f',0,0),(137,0,'XH','Xhosa','','','','isiXhosa',0,0),(138,0,'YI','Yiddish','',''
,'',' ',0,0),(139,0,'YO','Yoruba','','','','Yor b ',0,0),(14
n','ba','','bs_BA','Bosanski',0,0),(142,0,'AE','Avestan','','','','Avestan',1,0)
,(143,0,'AK','Akan','','','','Akan',0,0),(144,0,'AN','Aragonese','','','','Arago
n s',0,0),(145,0,'AV','Avar','','','','
'Chamoru',0,0),(149,0,'CR','Cree','','','',' ',0,0),(150,0,'C
,'Hiri motu',0,0),(156,0,'HT','Ha tian Creole','','','','Kr yol ayisyen',0,0),(157,0,'H
'Herero','','','','otsiHerero',0,0),(158,0,'IG','Igbo','','','','Igbo',0,0),(159
,0,'II','Yi','','','',' ',0,0),(160,0,'IO','Ido','','','','Ido',0,1),(161,0,'J
,'','Basa Jawa',0,0),(162,0,'KG','Kongo','','','','Kikongo',0,0),(163,0,'KI','Ki
kuyu','','','','G k y ',0,0),(164,0,'KJ','Kuanyama','','','','Kuanyama',0,0),(165,0,
i','','','','Kanuri',0,0),(166,0,'KV','Komi','','','',' ',0,0),(
,(168,0,'LB','Luxembourgish','','','','L tzebuergesch',0,0),(169,0,'LG','Luganda','',
'','','Luganda',0,0),(170,0,'LI','Limburgish','','','','Limburgs',0,0),(171,0,'L
U','Luba-Katanga','','','','Luba-Katanga',0,0),(172,0,'MH','Marshallese','','','
','Kajin M aje ',0,0),(173,0,'NB','Norwegian Bokm l','','','','Norsk bokm l',0,0)
Ndebele','','','','isiNdebele',0,0),(175,0,'NG','Ndonga','','','','Owambo',0,0)
,(176,0,'NN','Norwegian Nynorsk','','','','Norsk nynorsk',0,0),(177,0,'NR','Sout
h Ndebele','','','','Nd b l ',0,0),(178,0,'NV','Navajo','','','','Din k eh
'chiChe a',0,0),(180,0,'OJ','Ojibwa','','','','
84,0,'SE','Northern Sami','','','',' S megiella',0,0),(186,0,'TY','Tahitian','','',''
,'Reo Tahiti',0,0),(187,0,'VE','Venda','','','','tshiVen a',0,0),(188,0,'WA','Walloon',
','','','Walon',0,0),(189,0,'PT','Brazilian Portuguese','br','BR','pt_BR','Portu
gu s brasileiro',0,0),(190,0,'ZH','Chinese (Simplified)','ch','CN','zh_CN',' '
/*!40000 ALTER TABLE `static_languages` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `static_territories`
--
DROP TABLE IF EXISTS `static_territories`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `static_territories` (
`uid` int(11) unsigned NOT NULL auto_increment,
`pid` int(11) unsigned default '0',
`tr_iso_nr` int(11) unsigned default '0',
`tr_parent_iso_nr` int(11) unsigned default '0',
`tr_name_en` varchar(50) default '',
PRIMARY KEY (`uid`),
UNIQUE KEY `uid` (`uid`)
) ENGINE=MyISAM AUTO_INCREMENT=31 DEFAULT CHARSET=latin1;
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `static_territories`
--
LOCK TABLES `static_territories` WRITE;
/*!40000 ALTER TABLE `static_territories` DISABLE KEYS */;
INSERT INTO `static_territories` VALUES (1,0,2,0,'Africa'),(2,0,9,0,'Oceania'),(
3,0,19,0,'Americas'),(4,0,142,0,'Asia'),(5,0,150,0,'Europe'),(6,0,30,142,'Easter
n Asia'),(7,0,35,142,'South-eastern Asia'),(8,0,143,142,'Central Asia'),(9,0,145
,142,'Western Asia'),(10,0,39,150,'Southern Europe'),(11,0,151,150,'Eastern Euro
pe'),(12,0,154,150,'Northern Europe'),(13,0,155,150,'Western Europe'),(16,0,5,19
,'South America'),(17,0,13,19,'Central America'),(18,0,21,19,'Northern America')
,(19,0,29,19,'Caribbean'),(20,0,11,2,'Western Africa'),(21,0,14,2,'Eastern Afric
a'),(22,0,15,2,'Northern Africa'),(23,0,17,2,'Middle Africa'),(24,0,18,2,'Southe
rn Africa'),(25,0,53,9,'Australia and New Zealand'),(26,0,54,9,'Melanesia'),(27,
0,57,9,'Micronesian Region'),(28,0,61,9,'Polynesia'),(30,0,34,142,'Southern Asia
');
/*!40000 ALTER TABLE `static_territories` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `static_tsconfig_help`
--
DROP TABLE IF EXISTS `static_tsconfig_help`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `static_tsconfig_help` (
`uid` int(11) NOT NULL auto_increment,
`guide` int(11) NOT NULL default '0',
`md5hash` varchar(32) NOT NULL default '',
`description` text,
`obj_string` varchar(255) NOT NULL default '',
`appdata` blob,
`title` varchar(255) NOT NULL default '',
PRIMARY KEY (`uid`),
KEY `guide` (`guide`,`md5hash`)
) ENGINE=MyISAM AUTO_INCREMENT=118 DEFAULT CHARSET=latin1;
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `static_tsconfig_help`
--
LOCK TABLES `static_tsconfig_help` WRITE;
/*!40000 ALTER TABLE `static_tsconfig_help` DISABLE KEYS */;
INSERT INTO `static_tsconfig_help` VALUES (1,15468566,'004ad0c011cac5a5fcbc29477
4cb0281','','page:RTE','a:1:{s:4:\"rows\";a:1:{i:0;a:6:{s:8:\"property\";s:32:\"
&nbsp;classes.[<i>classname</i>]\";s:8:\"datatype\";s:6:\"&nbsp;\";s:11:\"descri
ption\";s:841:\"Defines the classes available in the RTE. <i>classname</i> is th
e actual name of the style-class you&#039;re configuring. Notice you must specif
ically assign the classes to the various facilities also. See later.<br>&nbsp;<b
r>Properties:<br>&nbsp;<b>.name </b>= Label of the class<br>&nbsp;<b>.value </b>
= The style for the class<br>&nbsp;<b>.noShow</b> = Boolean; if set, the style o
f the class is not used to render it in the pop-up selector.<br>&nbsp;<b><br>Exa
mple:</b><br># General configuration of the available classes:<br>RTE.classes {<
br>&nbsp;&nbsp;&nbsp;mainBodyText {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;name = Body
Text (Primary)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;value = font:bold; color:blue;<
br>&nbsp;&nbsp;&nbsp;}<br>}<br># Specific configuration for the Character/Text S
tyle menu:<br>RTE.default.classesCharacter = mainBodyText\";s:7:\"default\";N;s:
12:\"column_count\";i:2;s:16:\"is_propertyTable\";i:1;}}}',''),(2,15468566,'0804
220e572dfe172ec49025a2c2c0b6','','page:RTE (1)','a:1:{s:4:\"rows\";a:1:{i:0;a:6:
{s:8:\"property\";s:31:\"&nbsp;colors.[<i>id-string</i>]\";s:8:\"datatype\";s:6:
\"&nbsp;\";s:11:\"description\";s:828:\"Defines the colors available in the RTE.
<br>&nbsp;<br>Properties:<br>&nbsp;<b>.name </b>= Label of the color in menu<br>
&nbsp;<b>.value </b>= The HTML-color value<br>&nbsp;<b><br>Example:</b><br># Gen
eral configuration of the available colors:<br>RTE.colors {<br>&nbsp;&nbsp;&nbsp
;color1 {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;name = Background color<br>&nbsp;&nbs
p;&nbsp;&nbsp;&nbsp;value = blue<br>&nbsp;&nbsp;&nbsp;}<br>&nbsp;&nbsp;&nbsp;col
or2 {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;name = Another color I like!<br>&nbsp;&nb
sp;&nbsp;&nbsp;&nbsp;value = #775533<br>&nbsp;&nbsp;&nbsp;}<br>&nbsp;&nbsp;&nbsp
;noColor {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;name = No color<br>&nbsp;&nbsp;&nbsp
;&nbsp;&nbsp;value = <br>&nbsp;&nbsp;&nbsp;}<br>}<br># Specific setting for the
font color selector:<br>RTE.default.colors = color1, color2, noColor\";s:7:\"def
ault\";N;s:12:\"column_count\";i:2;s:16:\"is_propertyTable\";i:1;}}}',''),(3,154
68566,'3cf8da0790d4c4a193bb0063d3854fa1','','page:RTE (2)','a:1:{s:4:\"rows\";a:
1:{i:0;a:6:{s:8:\"property\";s:30:\"&nbsp;fonts.[<i>id-string</i>]\";s:8:\"datat
ype\";s:6:\"&nbsp;\";s:11:\"description\";s:814:\"Defines the fonts available in
the RTE.<br>&nbsp;<br>Properties:<br>&nbsp;<b>.name </b>= Label of the font in
menu<br>&nbsp;<b>.value </b>= The font face value<br>&nbsp;<b><br>Example:</b><b
r># General configuration of the available fonts:<br>RTE.fonts {<br>&nbsp;&nbsp;
&nbsp;face1 {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;name = Verdana<br>&nbsp;&nbsp;&nb
sp;&nbsp;&nbsp;value = verdana, arial<br>&nbsp;&nbsp;&nbsp;}<br>&nbsp;&nbsp;&nbs
p;face2 {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;name = Comic Sans<br>&nbsp;&nbsp;&nbs
p;&nbsp;&nbsp;value = Comic Sans MS<br>&nbsp;&nbsp;&nbsp;}<br>&nbsp;&nbsp;&nbsp;
noFace {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;name = No font<br>&nbsp;&nbsp;&nbsp;&n
bsp;&nbsp;value = <br>&nbsp;&nbsp;&nbsp;}<br>}<br># Specific setting for the fon
tstyle selector:<br>RTE.default.fontFace = face2 , face1, noFace\";s:7:\"default
\";N;s:12:\"column_count\";i:2;s:16:\"is_propertyTable\";i:1;}}}',''),(4,1546856
6,'59fc94bd610e53db6d78233908e29e91','','page:RTE (3)','a:1:{s:4:\"rows\";a:1:{i
:0;a:6:{s:8:\"property\";s:133:\"default.[...]<br>config.[<i>tablename</i>].[<i>
field</i>].[...]<br>config.[<i>tablename</i>].[<i>field</i>].types.[<i>type</i>]
.[...]\";s:8:\"datatype\";s:6:\"&nbsp;\";s:11:\"description\";s:580:\"&nbsp; Thi
s is a description of how you can customize in general and override for specific
fields/types.<br>&#039;RTE.default&#039; configures the RTE for all tables/fiel
ds/types<br>&#039;RTE.config.[<i>tablename</i>].[<i>field</i>]&#039; configures
a specific field. The values inherit the values from &#039;RTE.default&#039; in
fact this is overriding values.<br>&#039;RTE.config.[<i>tablename</i>].[<i>field
</i>].types.[<i>type</i>]&#039; configures a specific field in case the &#039;ty
pe&#039;-value of the field matches <i>type</i>. Again this overrides the former
settings.\";s:7:\"default\";N;s:12:\"column_count\";i:2;s:16:\"is_propertyTable
\";i:1;}}}',''),(5,15468566,'2d88f60bc82382f1ed40901ed9ed363a','','page:RTE.defa
ult/RTE.default.FE/RTE.config.(table).(field)/RTE.config.(table).(field).types.(
type)','a:1:{s:4:\"rows\";a:62:{i:0;a:6:{s:8:\"property\";s:8:\"disabled\";s:8:\
"datatype\";s:7:\"boolean\";s:11:\"description\";s:31:\"If set, the editor is di
sabled.\";s:7:\"default\";N;s:12:\"column_count\";i:3;s:16:\"is_propertyTable\";
i:1;}i:1;a:6:{s:8:\"property\";s:16:\"classesParagraph\";s:8:\"datatype\";s:18:\
"list of id-strings\";s:11:\"description\";s:1167:\"Classes available in the Par
agraph Style selector. <br>The Paragraph Style selector lets you format a block
of content also known typographically as a <i>paragraph</i> (the section between
two linebreaks). The content of the paragraph is wrapped in block-tags and by d
efault you can select between &lt;Hx&gt;, &lt;P&gt; and &lt;PRE&gt; formatting (
you can disable any or all of these default values by the &#039;hidePStyleItems&
#039;, see later). <br>&nbsp;<b><br>Example:</b><br>This configuration would res
ult in this Paragraph style selector (provided that the classes &#039;mainBodyTe
xt&#039; and &#039;header2&#039; are found in the RTE.classes definition, see ab
ove):<br>&nbsp;<br>RTE.default {<br>&nbsp;&nbsp;&nbsp;classesParagraph = mainBod
yText, header2<br>}<br>&nbsp;<br>In the case of htmlArea RTE, the classes must b
e defined either in one of the occurrences of the inlineStyle property or in the
CSS file specified contentCSS property.<br>&nbsp;<br>In the case of the Classic
RTE, the classes defined in the &#039;classesParagraph&#039; value are prepende
d to the types of paragraphs options. They are inserted as &lt;DIV&gt;-tags with
a class-parameter.\";s:7:\"default\";N;s:12:\"column_count\";i:3;s:16:\"is_prop
ertyTable\";i:1;}i:2;a:6:{s:8:\"property\";s:17:\"classesCharacter \";s:8:\"data
type\";s:18:\"list of id-strings\";s:11:\"description\";s:1039:\"Classes availab
le for the Text Style selector.<br>&nbsp;<br>The Character Style selector is use
d to format any string of text inside a paragraph, tablecell. So this formatting
relates to the selected piece of text in opposition to the Paragraph Styles whi
ch always formats the current paragraph no matter the selection.<br>&nbsp;<br>In
the case of htmlArea RTE, the classes must be defined either in one of the occu
rrences of the inlineStyle property or in the CSS file specified contentCSS prop
erty.<br>&nbsp;<br>In the case of htmlArea RTE, if the property is empty, classe
s associated with the span tag in either the inlineSyle properties or in the con
tentCSS file are used.<br>&nbsp;<br>In the case of the Classic RTE, although the
Character Style selector is aimed at text-formatting, it will also apply classe
s to other elements, for instance tables or images if selected as well as links
and table-cells. The allowed classes for these operations may be configured sepa
rately by listing the classes with the options, you find below. \";s:7:\"default
\";N;s:12:\"column_count\";i:3;s:16:\"is_propertyTable\";i:1;}i:3;a:6:{s:8:\"pro
perty\";s:41:\"showTagFreeClasses<br>(htmlArea RTE only)\";s:8:\"datatype\";s:7:
\"boolean\";s:11:\"description\";s:200:\"Specifies that CSS classes not associat
ed with any tag in the contentCSS style sheet should be or should not be shown i
n the paragraph style and the text style selection lists.<br>&nbsp;<br>Default:
0\";s:7:\"default\";N;s:12:\"column_count\";i:3;s:16:\"is_propertyTable\";i:1;}i
:4;a:6:{s:8:\"property\";s:17:\"disablePCexamples\";s:8:\"datatype\";s:7:\"boole
an\";s:11:\"description\";s:216:\"If set, the examples of classes in Paragraph a
nd Character selectors are disabled.<br>&nbsp;<br>Note: In the case of htmlArea
RTE, the styling is removed on the options of the Paragraph and Text style selec
tor lists.\";s:7:\"default\";N;s:12:\"column_count\";i:3;s:16:\"is_propertyTable
\";i:1;}i:5;a:6:{s:8:\"property\";s:44:\"disableTYPO3Browsers <br>(htmlArea RTE
only)\";s:8:\"datatype\";s:7:\"boolean\";s:11:\"description\";s:265:\"If set, th
e TYPO3 element and image browsers are disabled.<br>&nbsp;<br>Default: 0<br>&nbs
p;<br>Note: If set, the htmlArea plugin TYPO3Browsers is disabled.<br>&nbsp;<br>
Note: The TYPO3Browsers plugin is not available when the editor is used in the T
YPO3 front end.\";s:7:\"default\";N;s:12:\"column_count\";i:3;s:16:\"is_property
Table\";i:1;}i:6;a:6:{s:8:\"property\";s:12:\"classesImage\";s:8:\"datatype\";s:
18:\"list of id-strings\";s:11:\"description\";s:458:\"Classes available for ima
ges.<br>&nbsp;<br>In the case of htmlArea RTE, each of the listed class must be
defined either in one of the occurrences of the inlineStyle property or in the C
SS file specified by contentCSS property.<br>&nbsp;<br>In the case of htmlArea R
TE, the same list of classes is used in the class selection list of the Insert/M
odify image dialog.<br>&nbsp;<br>In the case of the Classic RTE, see description
of &#039;classesCharacter&#039;.\";s:7:\"default\";N;s:12:\"column_count\";i:3;
s:16:\"is_propertyTable\";i:1;}i:7;a:6:{s:8:\"property\";s:17:\"blindImageOption
s\";s:8:\"datatype\";s:15:\"list of strings\";s:11:\"description\";s:83:\"List o
f tab items in the image selector to remove. Key list is magic,plain,dragdrop\";
s:7:\"default\";N;s:12:\"column_count\";i:3;s:16:\"is_propertyTable\";i:1;}i:8;a
:6:{s:8:\"property\";s:56:\"buttons.image.options.removeItems<br>(htmlArea RTE o
nly)\";s:8:\"datatype\";s:15:\"list of strings\";s:11:\"description\";s:278:\"Li
st of tab items to remove from the dialog of the image button. Possible tab item
s are: page,file,url,mail,spec<br>&nbsp;<br>Note: If integration with DAM is ena
bled, upload is also a possible tab.<br>&nbsp;<br>Note: This property is a synon
ymous of property blindImageOptions.\";s:7:\"default\";N;s:12:\"column_count\";i
:3;s:16:\"is_propertyTable\";i:1;}i:9;a:6:{s:8:\"property\";s:59:\"buttons.image
.options.magic.maxWidth<br>(htmlArea RTE only)\";s:8:\"datatype\";s:4:\"int+\";s
:11:\"description\";s:66:\"Maximum width of magic images in pixels.<br>&nbsp;<br
>Default: 300\";s:7:\"default\";N;s:12:\"column_count\";i:3;s:16:\"is_propertyTa
ble\";i:1;}i:10;a:6:{s:8:\"property\";s:60:\"buttons.image.options.magic.maxHeig
ht<br>(htmlArea RTE only)\";s:8:\"datatype\";s:4:\"int+\";s:11:\"description\";s
:168:\"Maximum height of magic images in pixels.<br>&nbsp;<br>Default: 1000<br>&
nbsp;<br>Note: By setting a large enough height, images should be resized based
on their width.\";s:7:\"default\";N;s:12:\"column_count\";i:3;s:16:\"is_property
Table\";i:1;}i:11;a:6:{s:8:\"property\";s:59:\"buttons.image.options.plain.maxWi
dth<br>(htmlArea RTE only)\";s:8:\"datatype\";s:4:\"int+\";s:11:\"description\";
s:77:\"Maximum width of selectable plain images in pixels.<br>&nbsp;<br>Default:
640\";s:7:\"default\";N;s:12:\"column_count\";i:3;s:16:\"is_propertyTable\";i:1
;}i:12;a:6:{s:8:\"property\";s:60:\"buttons.image.options.plain.maxHeight<br>(ht
mlArea RTE only)\";s:8:\"datatype\";s:4:\"int+\";s:11:\"description\";s:78:\"Max
imum height of selectable plain images in pixels.<br>&nbsp;<br>Default: 680\";s:
7:\"default\";N;s:12:\"column_count\";i:3;s:16:\"is_propertyTable\";i:1;}i:13;a:
6:{s:8:\"property\";s:32:\"buttons.image.title.useDAMColumn\";s:8:\"datatype\";s
:6:\"string\";s:11:\"description\";s:260:\"Name of the column of the tx_dam tabl
e that will be used to set the image title attribute.<br>&nbsp;<br>Default: capt
ion<br>&nbsp;<br>Note: This property is ignore if the extension configuration va
riable &#x201c;Enable the DAM media browser&#x201d; is not set.\";s:7:\"default\
";N;s:12:\"column_count\";i:3;s:16:\"is_propertyTable\";i:1;}i:14;a:6:{s:8:\"pro
perty\";s:36:\"classesAnchor<br>(htmlArea RTE only)\";s:8:\"datatype\";s:18:\"li
st of id-strings\";s:11:\"description\";s:392:\"Classes available in the Insert/
Modify link dialog.<br>&nbsp;<br>These classes must be defined by the RTE.classe
sAnchor property.<br>&nbsp;<br>The following property specifies the default clas
s of the class selector of the corresponding tab:<br>.default {<br>&nbsp;page =
<i>className</i><br>&nbsp;url = <i>className</i><br>&nbsp;file = <i>className</i
><br>&nbsp;mail = <i>className</i><br>} \";s:7:\"default\";N;s:12:\"column_count
\";i:3;s:16:\"is_propertyTable\";i:1;}i:15;a:6:{s:8:\"property\";s:13:\"classesL
inks \";s:8:\"datatype\";s:18:\"list of id-strings\";s:11:\"description\";s:154:
\"Classes available for links. See description of &#039;classesCharacter&#039;.<
br>&nbsp;<br>In the case of htmlArea RTE, classesAnchor offers more options.\";s
:7:\"default\";N;s:12:\"column_count\";i:3;s:16:\"is_propertyTable\";i:1;}i:16;a
:6:{s:8:\"property\";s:17:\"defaultLinkTarget\";s:8:\"datatype\";s:6:\"string\";
s:11:\"description\";s:54:\"This sets the default target for new links in the RT
E.\";s:7:\"default\";N;s:12:\"column_count\";i:3;s:16:\"is_propertyTable\";i:1;}
i:17;a:6:{s:8:\"property\";s:16:\"blindLinkOptions\";s:8:\"datatype\";s:15:\"lis
t of strings\";s:11:\"description\";s:85:\"List of tab items in the link selecto
r to remove. Key list is page,file,url,mail,spec\";s:7:\"default\";N;s:12:\"colu
mn_count\";i:3;s:16:\"is_propertyTable\";i:1;}i:18;a:6:{s:8:\"property\";s:55:\"
buttons.link.options.removeItems<br>(htmlArea RTE only)\";s:8:\"datatype\";s:15:
\"list of strings\";s:11:\"description\";s:190:\"List of tab items to remove fro
m the dialog of the link button. Possible tab items are: page,file,url,mail,spec
<br>&nbsp;<br>Note: This property is a synonymous of property blindLinkOptions.\
";s:7:\"default\";N;s:12:\"column_count\";i:3;s:16:\"is_propertyTable\";i:1;}i:1
9;a:6:{s:8:\"property\";s:59:\"buttons.link.targetSelector.disabled<br>(htmlArea
RTE only)\";s:8:\"datatype\";s:7:\"boolean\";s:11:\"description\";s:111:\"If se
t, the selection of link target is removed from the link insertion/update dialog
.<br>&nbsp;<br>Default : 0\";s:7:\"default\";N;s:12:\"column_count\";i:3;s:16:\"
is_propertyTable\";i:1;}i:20;a:6:{s:8:\"property\";s:58:\"buttons.link.popupSele
ctor.disabled<br>(htmlArea RTE only)\";s:8:\"datatype\";s:7:\"boolean\";s:11:\"d
escription\";s:127:\"If set the selection of a popup window as link target is re
moved from the link insertion/update dialog.<br>&nbsp;<br>Default: 0\";s:7:\"def
ault\";N;s:12:\"column_count\";i:3;s:16:\"is_propertyTable\";i:1;}i:21;a:6:{s:8:
\"property\";s:13:\"classesTable \";s:8:\"datatype\";s:18:\"list of id-strings\"
;s:11:\"description\";s:407:\"Classes available for tables. See description of &
#039;classesCharacter&#039;.<br>&nbsp;<br>In the case of htmlArea RTE, each of t
he listed class must be defined either in one of the occurrences of the inlineSt
yle property or in the CSS file specified contentCSS property.<br>&nbsp;<br>In t
he case of htmlArea RTE, the same list of classes is used in the class selection
list of the Table Properties dialog.\";s:7:\"default\";N;s:12:\"column_count\";
i:3;s:16:\"is_propertyTable\";i:1;}i:22;a:6:{s:8:\"property\";s:10:\"classesTD \
";s:8:\"datatype\";s:18:\"list of id-strings\";s:11:\"description\";s:410:\"Clas
ses available for tablecells. See description of &#039;classesCharacter&#039;.<b
r>&nbsp;<br>In the case of htmlArea RTE, each of the listed class must be define
d either in one of the occurrences of the inlineStyle property or in the CSS fil
e specified contentCSS property.<br>&nbsp;<br>In the case of htmlArea RTE, the s
ame list of classes is used in the class selection list of the Cell Properties d
ialog.\";s:7:\"default\";N;s:12:\"column_count\";i:3;s:16:\"is_propertyTable\";i
:1;}i:23;a:6:{s:8:\"property\";s:7:\"colors \";s:8:\"datatype\";s:18:\"list of i
d-strings\";s:11:\"description\";s:260:\"Defines the specific colors generally a
vailable in the color selectors. The id-strings must be configured in the RTE.co
lors array (see description earlier).<br>&nbsp;<b><br>Example:</b><br>RTE.defaul
t {<br>&nbsp;&nbsp;&nbsp;colors = color1, color2,noColor<br>}\";s:7:\"default\";
N;s:12:\"column_count\";i:3;s:16:\"is_propertyTable\";i:1;}i:24;a:6:{s:8:\"prope
rty\";s:18:\"disableColorPicker\";s:8:\"datatype\";s:7:\"boolean\";s:11:\"descri
ption\";s:249:\"Disables the color picker matrix in all color dialogs. The color
picker lets you select web-colors.<br>&nbsp;<br>Note: In the case of htmlArea R
TE, this applies only when the TYPO3 configurable color selection dialog is enab
led (plugin SelectColor).\";s:7:\"default\";N;s:12:\"column_count\";i:3;s:16:\"i
s_propertyTable\";i:1;}i:25;a:6:{s:8:\"property\";s:41:\"disableSelectColor<br>(
htmlArea RTE only)\";s:8:\"datatype\";s:7:\"boolean\";s:11:\"description\";s:162
:\"If set, the TYPO3 configurable color selection dialog is disabled.<br>&nbsp;<
br>Default: 0<br>&nbsp;<br>Note: If set, the htmlArea plugin SelectColor is disa
bled.\";s:7:\"default\";N;s:12:\"column_count\";i:3;s:16:\"is_propertyTable\";i:
1;}i:26;a:6:{s:8:\"property\";s:14:\"hideFontFaces \";s:8:\"datatype\";s:36:\"li
st of id-numbers,<br>* removes all\";s:11:\"description\";s:278:\"Lets you disab
le any of the default font faces in the Font Style selector. These are the possi
ble values you can set:<br>&nbsp;<br>1: Arial<br>2: Arial Black<br>3: Verdana<br
>4: Times New Roman<br>5: Garamond<br>6: Lucida Handwriting<br>7: Courier<br>8:
Webdings<br>9: Wingdings\";s:7:\"default\";N;s:12:\"column_count\";i:3;s:16:\"is
_propertyTable\";i:1;}i:27;a:6:{s:8:\"property\";s:9:\"fontFace \";s:8:\"datatyp
e\";s:18:\"list of id-strings\";s:11:\"description\";s:152:\"Defines the specifi
c fonts generally available in the font selector. The id-strings must be configu
red in the RTE.fonts array (see description earlier).\";s:7:\"default\";N;s:12:\
"column_count\";i:3;s:16:\"is_propertyTable\";i:1;}i:28;a:6:{s:8:\"property\";s:
14:\"hideFontSizes \";s:8:\"datatype\";s:38:\"list of size-numbers,<br>* removes
all\";s:11:\"description\";s:112:\"Lets you disable any of the default font siz
es available in the Font Size selector. Values are ranging from 1-7.\";s:7:\"def
ault\";N;s:12:\"column_count\";i:3;s:16:\"is_propertyTable\";i:1;}i:29;a:6:{s:8:
\"property\";s:27:\"showButtons<br>hideButtons \";s:8:\"datatype\";s:18:\"list o
f id-strings\";s:11:\"description\";s:1224:\"Note: In the case of htmlArea RTE,
available buttons are: blockstylelabel, blockstyle, textstylelabel, textstyle, f
ontstyle, fontsize, formatblock, bold, italic, underline, strikethrough, subscri
pt, superscript, lefttoright, righttoleft, left, center, right, justifyfull, ord
eredlist, unorderedlist, outdent, indent, textcolor, bgcolor, textindicator, emo
ticon, insertcharacter, line, link, image, table, user, acronym, findreplace, sp
ellcheck, chMode, inserttag, removeformat, copy, cut, paste, undo, redo, showhel
p, about, toggleborders, tableproperties, rowproperties, rowinsertabove, rowinse
rtunder, rowdelete, rowsplit, columninsertbefore, columninsertafter, columndelet
e, columnsplit, cellproperties, cellinsertbefore, cellinsertafter, celldelete, c
ellsplit, cellmerge<br>&nbsp;<br>Note: In the case of htmlArea RTE, if extension
sr_static_info is not installed, the spellcheck button is not enabled.<br>&nbsp
;<br>Note:In the case of htmlArea RTE, the following elements will always be sho
wn: undo redo, about.<br>&nbsp;<br>Note: In the case of htmlArea RTE, buttons us
er and acronym are never available in the front end.<br>&nbsp;<br>Note: In the c
ase of htmlArea RTE, button Acronym is not currently available in IE.\";s:7:\"de
fault\";N;s:12:\"column_count\";i:3;s:16:\"is_propertyTable\";i:1;}i:30;a:6:{s:8
:\"property\";s:35:\"toolbarOrder<br>(htmlArea RTE only)\";s:8:\"datatype\";s:18
:\"list of id-strings\";s:11:\"description\";s:1075:\"Specifies the order and gr
ouping of buttons in the RTE tool bar. The keywords space, bar and linebreak may
be used to insert a space, a separator or a line break at the corresponding pos
ition in the tool bar.<br>&nbsp;<br>Default: blockstylelabel, blockstyle, space,
textstylelabel, textstyle, bar, linebreak, fontstyle, space, fontsize, space, f
ormatblock, bar, bold, italic, underline, bar, strikethrough, subscript, supersc
ript, bar, lefttoright, righttoleft, bar, left, center, right, justifyfull, bar,
orderedlist, unorderedlist, outdent, indent, bar, textcolor, bgcolor, textindic
ator, bar, emoticon, insertcharacter, line, link, image, table, user, acronym, b
ar, findreplace, spellcheck, bar, chMode, inserttag, removeformat, bar, copy, cu
t, paste, bar, undo, redo, bar, showhelp, about, linebreak, toggleborders, bar,
tableproperties, bar, rowproperties, rowinsertabove, rowinsertunder, rowdelete,
rowsplit, bar, columninsertbefore, columninsertafter, columndelete, columnsplit,
bar, cellproperties, cellinsertbefore, cellinsertafter, celldelete, cellsplit,
cellmerge\";s:7:\"default\";N;s:12:\"column_count\";i:3;s:16:\"is_propertyTable\
";i:1;}i:31;a:6:{s:8:\"property\";s:46:\"keepButtonGroupTogether<br>(htmlArea RT
E only)\";s:8:\"datatype\";s:7:\"boolean\";s:11:\"description\";s:335:\"Specifie
s that all buttons of a button group are displayed on the same line of the tool
bar. A button group is delimited by a linebreak or by a bar.<br>&nbsp;<br>Defaul
t: 0<br>&nbsp;<br>Note: If enabled, the setting is honored only by Mozilla/Firef
ox. It is ignored when the browser is Internet Explorer, Safari, Opera or Mozill
a 1.3. \";s:7:\"default\";N;s:12:\"column_count\";i:3;s:16:\"is_propertyTable\";
i:1;}i:32;a:6:{s:8:\"property\";s:51:\"hideTableOperationsInToolbar<br>(htmlArea
RTE only)\";s:8:\"datatype\";s:7:\"boolean\";s:11:\"description\";s:246:\"Speci
fies that table operations buttons should be hidden in the tool bar or not.<br>&
nbsp;<br>Default: 0<br>&nbsp;<br>Note: If enabled, table operations will appear
only in the context menu, provided that they may be enabled in the given context
.\";s:7:\"default\";N;s:12:\"column_count\";i:3;s:16:\"is_propertyTable\";i:1;}i
:33;a:6:{s:8:\"property\";s:49:\"keepToggleBordersInToolbar<br>(htmlArea RTE onl
y)\";s:8:\"datatype\";s:7:\"boolean\";s:11:\"description\";s:77:\"This property
is deprecated. Use property buttons.toggleborders.keepInToolbar\";s:7:\"default\
";N;s:12:\"column_count\";i:3;s:16:\"is_propertyTable\";i:1;}i:34;a:6:{s:8:\"pro
perty\";s:58:\"buttons.toggleborders.keepInToolbar<br>(htmlArea RTE only)\";s:8:
\"datatype\";s:7:\"boolean\";s:11:\"description\";s:139:\"If set, the togglebord
ers button will be kept in the tool bar even if property hideTableOperationsInTo
olbar is set.<br>&nbsp;<br>Default: 0\";s:7:\"default\";N;s:12:\"column_count\";
i:3;s:16:\"is_propertyTable\";i:1;}i:35;a:6:{s:8:\"property\";s:63:\"buttons.tog
gleborders.setOnTableCreation<br>(htmlArea RTE only)\";s:8:\"datatype\";s:7:\"bo
olean\";s:11:\"description\";s:142:\"If set, and if the toggleborders button is
enabled, the table borders will be toggled on when a new table is created.<br>&n
bsp;<br>Default : 0\";s:7:\"default\";N;s:12:\"column_count\";i:3;s:16:\"is_prop
ertyTable\";i:1;}i:36;a:6:{s:8:\"property\";s:41:\"disableContextMenu<br>(htmlAr
ea RTE only)\";s:8:\"datatype\";s:7:\"boolean\";s:11:\"description\";s:162:\"Spe
cifies that the context menu should be disabled or not.<br>&nbsp;<br>Default: 0<
br>&nbsp;<br>Note: This property is a synonymous of disableRightClick property.\
";s:7:\"default\";N;s:12:\"column_count\";i:3;s:16:\"is_propertyTable\";i:1;}i:3
7;a:6:{s:8:\"property\";s:17:\"disableRightClick\";s:8:\"datatype\";s:7:\"boolea
n\";s:11:\"description\";s:62:\"If set, the right click (context) menu of the RT
E is disabled.\";s:7:\"default\";N;s:12:\"column_count\";i:3;s:16:\"is_propertyT
able\";i:1;}i:38;a:6:{s:8:\"property\";s:36:\"showStatusBar<br>(htmlArea RTE onl
y)\";s:8:\"datatype\";s:7:\"boolean\";s:11:\"description\";s:88:\"Specifies that
the editor status bar should be displayed or not.<br>&nbsp;<br>Default: 0\";s:7
:\"default\";N;s:12:\"column_count\";i:3;s:16:\"is_propertyTable\";i:1;}i:39;a:6
:{s:8:\"property\";s:18:\"mainStyleOverride \";s:8:\"datatype\";s:6:\"string\";s
:11:\"description\";s:1085:\"By default the editor style section is set with the
CSS-code below. However you may override this by this option.<br>&nbsp;<br>Defa
ult for Classic RTE:<br>&nbsp;<br>BODY {<br>&nbsp;&nbsp;&nbsp;border: 1px black
solid; <br>&nbsp;&nbsp;&nbsp;border-top: none; <br>&nbsp;&nbsp;&nbsp;margin : 2
2 2 2; <br>&nbsp;&nbsp;&nbsp;font-family:Verdana; <br>&nbsp;&nbsp;&nbsp;font-siz
e:10px;<br>&nbsp;&nbsp;&nbsp;color:black; <br>&nbsp;&nbsp;&nbsp;background-color
:white;<br>}<br>TD {font-family:Verdana; font-size:10px;}<br>P {margin-top:0px;
margin-bottom:5px;}<br>DIV {margin-top:0px; margin-bottom:5px;}<br>OL {margin: 5
px 10px 5px;}<br>UL {margin: 5px 10px 5px;}<br>BLOCKQUOTE {margin-top:0px; margi
n-bottom:0px;}<br>&nbsp;<br>Default for htmlArea RTE:<b><br>&nbsp;</b><br>body.h
tmlarea-content-body {<br>&nbsp;font-family: Verdana,sans-serif; <br>&nbsp;font-
size: 12px;<br>&nbsp;color: black;<br>&nbsp;background-color: white;<br>}<br>td
{ }<br>div { }<br>pre { }<br>ol { }<br>ul { }<br>blockquote { }<br>&nbsp;<br>Not
e: In the case of htmlArea RTE, see also property ignoreMainStyleOverride.\";s:7
:\"default\";N;s:12:\"column_count\";i:3;s:16:\"is_propertyTable\";i:1;}i:40;a:6
:{s:8:\"property\";s:34:\"mainStyleOverride_add.[<i>key</i>]\";s:8:\"datatype\";
s:18:\"string (css-style)\";s:11:\"description\";s:316:\"Allows to add style con
figuration to the values above (for .mainStyleOverride above)<br>Keys are:<br>.P
/ .DIV / .TD /.BODY / .BLOCKQUOTE /.OL / .UL / .PRE / .Hx will all take values
which are prepended to the above settings.<br>&nbsp;<br>Note: In the case of htm
lArea RTE, see also property ignoreMainStyleOverride.\";s:7:\"default\";N;s:12:\
"column_count\";i:3;s:16:\"is_propertyTable\";i:1;}i:41;a:6:{s:8:\"property\";s:
72:\"mainStyle_font<br>mainStyle_size<br>mainStyle_color<br>mainStyle_bgcolor\";
s:8:\"datatype\";s:6:\"string\";s:11:\"description\";s:269:\"Setting the default
font-family (verdana) , font-size (10px), font-color (black) and background col
or (white)<br>The default is shown in &#x201c;.mainStyleOverride&#x201d; above.<
br>&nbsp;<br>Note: In the case of htmlArea RTE, see also property ignoreMainStyl
eOverride.\";s:7:\"default\";N;s:12:\"column_count\";i:3;s:16:\"is_propertyTable
\";i:1;}i:42;a:6:{s:8:\"property\";s:33:\"inlineStyle.[any<i> keysting</i>]\";s:
8:\"datatype\";s:6:\"string\";s:11:\"description\";s:196:\"CSS code to be includ
ed in the editor style section. This will be included <i>after </i>the default c
ode.<br>&nbsp;<br>Note: In the case of htmlArea RTE, see also property ignoreMai
nStyleOverride.\";s:7:\"default\";N;s:12:\"column_count\";i:3;s:16:\"is_property
Table\";i:1;}i:43;a:6:{s:8:\"property\";s:27:\"skin<br>(htmlArea RTE only)\";s:8
:\"datatype\";s:8:\"resource\";s:11:\"description\";s:809:\"The skin contains th
e CSS files and the images used to style the editor.<br>The skin is specified by
specifying the location of the main CSS file to be used to style the editor. Th
e folder containing the CSS file MUST also contain a structure of folders and fi
les identical to the structure found in the folder of the default skin. All fold
er names and all file names must be identical.<br>&nbsp;<br>Default: EXT:rtehtml
area/htmlarea/skins/default/htmlarea.css<br>&nbsp;<br>Note: Extensions sr_rtehtm
larea_bluelook and sr_rtehtmlarea_xpblue provide two additional example skins.<b
r>&nbsp;<br>Note: these example skins do not work in Mozilla 1.3; if the propert
y is set to one of them, the default skin will be used when the browser is Mozil
la 1.3.<br>&nbsp;<br>Note: See also property ignoreMainStyleOverride.\";s:7:\"de
fault\";N;s:12:\"column_count\";i:3;s:16:\"is_propertyTable\";i:1;}i:44;a:6:{s:8
:\"property\";s:33:\"contentCSS<br>(htmlArea RTE only)\";s:8:\"datatype\";s:8:\"
resource\";s:11:\"description\";s:485:\"The CSS file that contains the style def
initions that should be applied to the edited contents.<br>The selectors defined
in this file will also be used by the DynamicCSS and InlineCSS plugins in the b
lock style and text style selection lists.<br>&nbsp;<br>Default: EXT:rtehtmlarea
/htmlarea/plugins/DynamicCSS/dynamiccss.css<br>&nbsp;<br>For example, this defau
lt could be overridden with: fileadmin/styles/my_contentCSS.css<br>&nbsp;<br>Not
e: See also property ignoreMainStyleOverride.\";s:7:\"default\";N;s:12:\"column_
count\";i:3;s:16:\"is_propertyTable\";i:1;}i:45;a:6:{s:8:\"property\";s:46:\"ign
oreMainStyleOverride<br>(htmlArea RTE only)\";s:8:\"datatype\";s:7:\"boolean\";s
:11:\"description\";s:678:\"Instruct htmlArea RTE to ignore properties mainStyle
Override and inlineStyle.<br>&nbsp;<br>Default: 0<br>&nbsp;<br>Note: In htmlArea
RTE, the following style sheets apply to the contents of the editing area and a
re linked in the following order:<br>1. the htmlarea-edited-content.css file fro
m the skin being used (contains selectors for use in the editor but not intended
to be applied in the frontend);<br>2. a css file generated from the mainStyleOv
erride and inlineStyle assignments;<br>3. the css file specified by contentCSS i
n Page TSConfig.<br>When ignoreMainStyleOverride is enabled, the middle style sh
eet is ignored and only the first and third style sheets are used.\";s:7:\"defau
lt\";N;s:12:\"column_count\";i:3;s:16:\"is_propertyTable\";i:1;}i:46;a:6:{s:8:\"
property\";s:4:\"proc\";s:8:\"datatype\";s:9:\"-&gt;PROC\";s:11:\"description\";
s:104:\"Customization of the server processing of the content - also called &#03
9;transformations&#039;.<br>See \";s:7:\"default\";N;s:12:\"column_count\";i:3;s
:16:\"is_propertyTable\";i:1;}i:47;a:6:{s:8:\"property\";s:38:\"enableWordClean<
br>(htmlArea RTE only)\";s:8:\"datatype\";s:27:\"boolean/<br>-&gt;HTMLparser\";s
:11:\"description\";s:592:\"Specifies that text pasted from external sources, pr
esumably from Microsoft Word, should be &#x201c;cleaned&#x201d; or not.<br>&nbsp
;<br>Default: 0<br>&nbsp;<br>Note:If no HTMLparser configuration is specified, a
limited default cleaning operation will be performed. If a HTMLparser specifica
tion is specified, parsing will be performed on the server at the time of the pa
ste operation.<br>&nbsp;<br>Note: The HTMLparser configuration is ignored If TYP
O3HtmlParser plugin is disabled.<br>&nbsp;<br>Note: Additional cleanup may be pe
rformed by the user when the removeformat button is enabled.\";s:7:\"default\";N
;s:12:\"column_count\";i:3;s:16:\"is_propertyTable\";i:1;}i:48;a:6:{s:8:\"proper
ty\";s:37:\"removeComments<br>(htmlArea RTE only)\";s:8:\"datatype\";s:7:\"boole
an\";s:11:\"description\";s:134:\"Specifies that html comments should be removed
or not by the editor on save and on toggle to HTML source mode.<br>&nbsp;<br>De
fault: 0\";s:7:\"default\";N;s:12:\"column_count\";i:3;s:16:\"is_propertyTable\"
;i:1;}i:49;a:6:{s:8:\"property\";s:33:\"removeTags<br>(htmlArea RTE only)\";s:8:
\"datatype\";s:12:\"list of tags\";s:11:\"description\";s:92:\"List of tags that
should be removed by the editor on save and on toggle to HTML source mode.\";s:
7:\"default\";N;s:12:\"column_count\";i:3;s:16:\"is_propertyTable\";i:1;}i:50;a:
6:{s:8:\"property\";s:44:\"removeTagsAndContents<br>(htmlArea RTE only)\";s:8:\"
datatype\";s:12:\"list of tags\";s:11:\"description\";s:171:\"List of tags that
should be removed by the editor, contents included, on save and on toggle to HTM
L source mode. The tags and the contents inside the tags will be removed.\";s:7:
\"default\";N;s:12:\"column_count\";i:3;s:16:\"is_propertyTable\";i:1;}i:51;a:6:
{s:8:\"property\";s:29:\"useCSS<br>(htmlArea RTE only)\";s:8:\"datatype\";s:7:\"
boolean\";s:11:\"description\";s:198:\"Specifies that Mozilla/Firefox should use
style attributes or not. When enabled, Mozilla/Firefox use span tags with style
attributes rather than tags such as b, i, font, etc.<br>&nbsp;<br>Default: 0\";
s:7:\"default\";N;s:12:\"column_count\";i:3;s:16:\"is_propertyTable\";i:1;}i:52;
a:6:{s:8:\"property\";s:45:\"disableEnterParagraphs<br>(htmlArea RTE only)\";s:8
:\"datatype\";s:7:\"boolean\";s:11:\"description\";s:549:\"Specifies that the in
sertion of paragraphs when hitting the Enter key in Mozilla/Firefox, Safari or O
pera should be disabled.<br>&nbsp;<br>Default: 0<br>&nbsp;<br>Note: If NOT enabl
ed, the behavior of Mozilla/Firefox, Safari and Opera is modified as follows: wh
en the Enter key is pressed, instead of inserting a br tag, the behavior of Inte
rnet Explorer is simulated and a new paragraph is created.<br>&nbsp;<br>Note: If
enabled, the behavior of Mozilla/Firefox, Safari and Opera is not modified: a b
r tag is inserted when the Enter key is pressed.\";s:7:\"default\";N;s:12:\"colu
mn_count\";i:3;s:16:\"is_propertyTable\";i:1;}i:53;a:6:{s:8:\"property\";s:39:\"
removeTrailingBR<br>(htmlArea RTE only)\";s:8:\"datatype\";s:7:\"boolean\";s:11:
\"description\";s:398:\"Specifies that trailing br tags should be removed from b
lock elements.<br>&nbsp;<br>Default: 0<br>&nbsp;<br>Note: If set, any trailing b
r tag in a block element will be removed on save and/or change mode. However, mu
ltiple trailing br tags will be preserved.<br>&nbsp;<br>Note: In Mozilla/Firefox
/Netscape, whenever some text is entered in an empty block, a trailing br tag is
added by the browser.\";s:7:\"default\";N;s:12:\"column_count\";i:3;s:16:\"is_p
ropertyTable\";i:1;}i:54;a:6:{s:8:\"property\";s:31:\"hideTags<br>(htmlArea RTE
only)\";s:8:\"datatype\";s:12:\"list of tags\";s:11:\"description\";s:78:\"This
property is deprecated. Use property buttons.inserttag.denyTags<br>&nbsp;\";s:7:
\"default\";N;s:12:\"column_count\";i:3;s:16:\"is_propertyTable\";i:1;}i:55;a:6:
{s:8:\"property\";s:49:\"buttons.inserttag.denyTags<br>(htmlArea RTE only)\";s:8
:\"datatype\";s:12:\"list of tags\";s:11:\"description\";s:331:\"List of tag nam
es that should NOT be shown by the dialog of the inserttag button.<br>&nbsp;<br>
Note: Listed tag names should be among the following: a, abbr, acronym, address,
b, big, blockquote, cite, code, div, em, fieldset, font, h1, h2, h3, h4, h5, h6
, i, legend, li, ol, p, pre, q, small, span, strong, sub, sup, table, tt, ul\";s
:7:\"default\";N;s:12:\"column_count\";i:3;s:16:\"is_propertyTable\";i:1;}i:56;a
:6:{s:8:\"property\";s:55:\"buttons.inserttag.allowedAttribs<br>(htmlArea RTE on
ly)\";s:8:\"datatype\";s:18:\"list of attributes\";s:11:\"description\";s:346:\"
List of attribute names that should be shown for all tags in the dialog of the i
nserttag button.<br>&nbsp;<br>Note: Listed attribute names should be among the f
ollowing: class, dir, id, lang, onFocus, onBlur, onClick, onDblClick, onMouseDow
n, onMouseUp, onMouseOver, onMouseMove, onMouseOut, onKeyPress, onKeyDown, onKey
Up, style, title, xml:lang\";s:7:\"default\";N;s:12:\"column_count\";i:3;s:16:\"
is_propertyTable\";i:1;}i:57;a:6:{s:8:\"property\";s:77:\"buttons.inserttag.tags
.<i>[tagname]</i>.allowedAttribs<br>(htmlArea RTE only)\";s:8:\"datatype\";s:18:
\"list of attributes\";s:11:\"description\";s:207:\"List of attribute names that
should be shown for the specified <i>tagname</i> in the dialog of the inserttag
button, in addition to the attribute names specified by property buttons.insert
tag.allowedAttribs.\";s:7:\"default\";N;s:12:\"column_count\";i:3;s:16:\"is_prop
ertyTable\";i:1;}i:58;a:6:{s:8:\"property\";s:233:\"disableAlignmentFieldsetInTa
bleOperations<br>disableSpacingFieldsetInTableOperations<br>disableColorFieldset
InTableOperations<br>disableLayoutFieldsetInTableOperations<br>disableBordersFie
ldsetInTableOperations<br>(htmlArea RTE only)\";s:8:\"datatype\";s:7:\"boolean\"
;s:11:\"description\";s:93:\"Disables the corresponding fieldsets of the table o
perations dialogs.<br>&nbsp;<br>Default: 0\";s:7:\"default\";N;s:12:\"column_cou
nt\";i:3;s:16:\"is_propertyTable\";i:1;}i:59;a:6:{s:8:\"property\";s:42:\"enable
PersonalDicts<br>(htmlArea RTE only)\";s:8:\"datatype\";s:7:\"boolean\";s:11:\"d
escription\";s:393:\"Specify that personal dictionaries should be enabled or not
.<br>&nbsp;<br>Default: 0<br>&nbsp;<br>Note: The SpellChecker plgin must be enab
led.<br>&nbsp;<br>Note: The option is ignored if PHP safe_mode is enabled on the
server.<br>&nbsp;<br>Note: The feature must also be enabled in User TSConfig.<b
r>&nbsp;<br>Note: Personal dictionaries are stored in subdirectories of uploads/
tx_rtehtmlarea\";s:7:\"default\";N;s:12:\"column_count\";i:3;s:16:\"is_propertyT
able\";i:1;}i:60;a:6:{s:8:\"property\";s:16:\"userElements.[#]\";s:8:\"datatype\
";s:24:\"string/-&gt;userCategory\";s:11:\"description\";s:166:\"Configuration o
f the categories of user elements<br>The string value sets the name of the categ
ory. Value is language-splitted (by |) to allow for multiple languages.\";s:7:\"
default\";N;s:12:\"column_count\";i:3;s:16:\"is_propertyTable\";i:1;}i:61;a:6:{s
:8:\"property\";s:13:\"userLinks.[#]\";s:8:\"datatype\";s:21:\"string/-&gt;userL
inks\";s:11:\"description\";s:154:\"Configuration of user defined links.<br>The
string value sets the name of the category. Value is language-splitted (by |) to
allow for multiple languages.\";s:7:\"default\";N;s:12:\"column_count\";i:3;s:1
6:\"is_propertyTable\";i:1;}}}',''),(6,15468566,'99b7f3224572b281e0d0c4e5fe5efb0
1','','page:RTE (4)','a:1:{s:4:\"rows\";a:1:{i:0;a:6:{s:8:\"property\";s:55:\"cl
assesAnchor.[<i>id-string</i>]<br>(htmlArea RTE only)\";s:8:\"datatype\";s:6:\"&
nbsp;\";s:11:\"description\";s:1489:\"Attaches special properties to the classes
available in the Insert/Modify link dialog.<br>&nbsp;<br>Properties:<br>&nbsp;<
br>.class = CSS-class-name: the name of the CSS class to which the properties ar
e attached<br>&nbsp;<br>.type = page, url, file, mail or spec: specifies that th
e class applies to anchors for internal pages, external URL&#039;s, files, email
addresses or special user-defined links respectively; the class will be present
ed only in the corresponding tab of the TYPO3 link browser<br>&nbsp;<br>.image =
URL of an icon file that will prefix the content of the anchor when the class i
s applied to an anchor; the TYPO3 syntax EXT:extension-key/sub-directory/image-f
ile-name may be used<br>&nbsp;<br>.altText = the text that will be used as altTe
xt for the image when the class is applied to an anchor; may be language-splitte
d; the TYPO3 syntax LLL:EXT:extension-key/sub-directory/locallang.php:label-inde
x may also be used in order for the text to be localized to the language of the
content using the specified language file and label index<br>&nbsp;<br>.titleTex
t = the text that will be used as title for the anchor when the class is applied
to an anchor; may be language-splitted; the TYPO3 syntax LLL:EXT:extension-key/
sub-directory/locallang.php:label-index may also be used in order for the text t
o be localized to the language of the content using the specified language file
and label index<br>&nbsp;<br>See the Demo default configuration for a complete e
xample.\";s:7:\"default\";N;s:12:\"column_count\";i:2;s:16:\"is_propertyTable\";
i:1;}}}',''),(7,15468566,'6da9b57fd30da516b101104fc9ea2d0b','','page:->userCateg
ory','a:1:{s:4:\"rows\";a:4:{i:0;a:6:{s:8:\"property\";s:4:\"load\";s:8:\"dataty
pe\";s:6:\"string\";s:11:\"description\";s:320:\"If set, the a predefined set of
user element is loaded into this category. They are always loaded in the key st
arting with 100 and then forward in steps of 10.<br>Current options are:<br>&#x2
01c;images_from_folder&#x201d;: Loads gif,jpg,jpeg,png images from the specified
folder (defined by the .path property)<br>&nbsp;\";s:7:\"default\";N;s:12:\"col
umn_count\";i:3;s:16:\"is_propertyTable\";i:1;}i:1;a:6:{s:8:\"property\";s:5:\"m
erge\";s:8:\"datatype\";s:7:\"Boolean\";s:11:\"description\";s:106:\"If set, the
n any manually configured user elements are merged onto the ones loaded by the .
load operation.\";s:7:\"default\";N;s:12:\"column_count\";i:3;s:16:\"is_property
Table\";i:1;}i:2;a:6:{s:8:\"property\";s:4:\"path\";s:8:\"datatype\";s:6:\"Strin
g\";s:11:\"description\";s:198:\"<i>(Applies for load=images_from_folder only)</
i><br>&nbsp;<br>Sets the path of the folder from which to fetch the images (gif,
jpg,jpeg,png)<br>&nbsp;<b><br>Example:</b><br>.path = fileadmin/istate/\";s:7:\"
default\";N;s:12:\"column_count\";i:3;s:16:\"is_propertyTable\";i:1;}i:3;a:6:{s:
8:\"property\";s:3:\"[#]\";s:8:\"datatype\";s:24:\"string/-&gt;userElements\";s:
11:\"description\";s:1942:\"Configuration of the user elements.<br>The string va
lue is the name of the user element. Language-splitted.<br>&nbsp;<b><br>Example:
</b><br>&nbsp;<br>RTE.default.userElements {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#
Category with various elements<br>&nbsp;&nbsp;&nbsp;10 = Various elements | Dive
rse elements<br>&nbsp;&nbsp;&nbsp;10 {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n
bsp;# An image is inserted<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;1 = Logo 1 | Bom&#xe
6;rke 1<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;1.description = This is the logo number
1. | Dette er logo nummer 1<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;1.content = &lt;im
g src=&quot;###_URL###fileadmin/istate/curro.png&quot;&gt;<br>&nbsp;<br>&nbsp;&n
bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;# The text-selection is wrapped with &lt;sup&g
t; tags.<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;2 = Subscript<br>&nbsp;&nbsp;&nbsp;&nb
sp;&nbsp;2.description = Selected text is wrapped in &lt;sup&gt;-tags.<br>&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;2.mode = wrap<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;2.content
= &lt;sup&gt;|&lt;/sup&gt;<br>&nbsp;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb
sp;# This submits the selected text content to the script, rte_cleaner.php<br>&n
bsp;&nbsp;&nbsp;&nbsp;&nbsp;5 = Strip all tags<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
5.description = All HTML-codes are removed from selection.<br>&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;5.mode = processor<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;5.submitToScript
= typo3/rte_cleaner.php<br>&nbsp;&nbsp;&nbsp;}<br>&nbsp;<br>&nbsp;&nbsp;&nbsp;&
nbsp;&nbsp;# Category with images from the fileadmin/istate/ folder<br>&nbsp;&nb
sp;&nbsp;2.load = images_from_folder<br>&nbsp;&nbsp;&nbsp;2.merge = 1<br>&nbsp;&
nbsp;&nbsp;2.path = fileadmin/istate/<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;# here th
e logo from &#x201c;Various elements&#x201d; is included as well<br>&nbsp;&nbsp;
&nbsp;2.1 &lt; .10.1<br>}<br>&nbsp;&nbsp;&nbsp;# Show the user-button, if not ex
isting<br>RTE.default.showButtons = user<br>&nbsp;\";s:7:\"default\";N;s:12:\"co
lumn_count\";i:3;s:16:\"is_propertyTable\";i:1;}}}',''),(8,15468566,'e65752d4886
a06cb12258917b801963b','','page:->userElements','a:1:{s:4:\"rows\";a:5:{i:0;a:6:
{s:8:\"property\";s:4:\"mode\";s:8:\"datatype\";s:6:\"string\";s:11:\"descriptio
n\";s:609:\"Which kind of object it is.<br>&nbsp;<br>Options:<br>&#x201c;wrap&#x
201d;: If a wrap, then the content is exploded by &#x201c;|&#x201d; and wrapped
around the current text selection.<br>&nbsp;<br>&#x201c;processor&#x201d;: The c
ontent is submitted to the php-script defined by .submitToScript. GPvar(&#x201c;
processContent&#x201d;) carries the selection content of the RTE and GPvar(&#x20
1c;returnUrl&#x201d;) contains the return url. (The &#x201c;content&#x201d; prop
erty is not used here!)<br>&nbsp;<br>default: The content is just inserted (past
ed into) at the cursor or substituting any current selection.\";s:7:\"default\";
N;s:12:\"column_count\";i:3;s:16:\"is_propertyTable\";i:1;}i:1;a:6:{s:8:\"proper
ty\";s:11:\"description\";s:8:\"datatype\";s:6:\"string\";s:11:\"description\";s
:75:\"A short description shown beneath the user element title (which is in bold
)\";s:7:\"default\";N;s:12:\"column_count\";i:3;s:16:\"is_propertyTable\";i:1;}i
:2;a:6:{s:8:\"property\";s:7:\"content\";s:8:\"datatype\";s:6:\"string\";s:11:\"
description\";s:41:\"The content inserted/wrapped into the RTE\";s:7:\"default\"
;N;s:12:\"column_count\";i:3;s:16:\"is_propertyTable\";i:1;}i:3;a:6:{s:8:\"prope
rty\";s:14:\"submitToScript\";s:8:\"datatype\";s:6:\"string\";s:11:\"description
\";s:353:\"<i>(Applies only to mode=processor)</i><br>&nbsp;<br>PHP script to wh
ich the current text selection of the RTE is submitted. The script must be relat
ive to the site-url or a full url starting with http://...<br>&nbsp;<b><br>Examp
le:</b><br>.submitToScript = typo3/rte_cleaner.php<br>or <br>.submitToScript = h
ttp://www.domain.org/some_extenal_script.php\";s:7:\"default\";N;s:12:\"column_c
ount\";i:3;s:16:\"is_propertyTable\";i:1;}i:4;a:6:{s:8:\"property\";s:17:\"dontI
nsertSiteUrl\";s:8:\"datatype\";s:7:\"boolean\";s:11:\"description\";s:254:\"If
set, the marker ###_URL### in the content property&#039;s content IS NOT substit
uted by the current site url. Normally you wish to do this for all image-referen
ces which must be prepended with the absolute url in order to display correctly
in the RTE!\";s:7:\"default\";N;s:12:\"column_count\";i:3;s:16:\"is_propertyTabl
e\";i:1;}}}',''),(9,15468566,'50145cc03f5f985111bb4fe700f38bdb','','page:->userL
inks','a:1:{s:4:\"rows\";a:3:{i:0;a:6:{s:8:\"property\";s:3:\"url\";s:8:\"dataty
pe\";s:6:\"string\";s:11:\"description\";s:120:\"The url.<br>If set, the marker
###_URL### in the content property&#039;s content is substituted by the current
site url.\";s:7:\"default\";N;s:12:\"column_count\";i:3;s:16:\"is_propertyTable\
";i:1;}i:1;a:6:{s:8:\"property\";s:11:\"description\";s:8:\"datatype\";s:6:\"str
ing\";s:11:\"description\";s:67:\"A short description shown beneath the link tit
le (which is in bold)\";s:7:\"default\";N;s:12:\"column_count\";i:3;s:16:\"is_pr
opertyTable\";i:1;}i:2;a:6:{s:8:\"property\";s:6:\"target\";s:8:\"datatype\";s:6
:\"string\";s:11:\"description\";s:27:\"Default target (if isset())\";s:7:\"defa
ult\";N;s:12:\"column_count\";i:3;s:16:\"is_propertyTable\";i:1;}}}',''),(10,124
76640,'76a6a76544ea76b5e7ba2a6a1fba2965','','page:RTE (5)','a:1:{s:4:\"rows\";a:
2:{i:0;a:6:{s:8:\"property\";s:133:\"default.[...]<br>config.[<i>tablename</i>].
[<i>field</i>].[...]<br>config.[<i>tablename</i>].[<i>field</i>].types.[<i>type<
/i>].[...]\";s:8:\"datatype\";s:12:\"-&gt;RTEconf\";s:11:\"description\";s:610:\
"&nbsp; This is a description of how you can customize in general and override f
or specific fields/types.<br>&nbsp;<br>&#039;RTE.default&#039; configures the RT
E for all tables/fields/types<br>&nbsp;<br>&#039;RTE.config.[<i>tablename</i>].[
<i>field</i>]&#039; configures a specific field. The values inherit the values f
rom &#039;RTE.default&#039; in fact this is overriding values.<br>&nbsp;<br>&#03
9;RTE.config.[<i>tablename</i>].[<i>field</i>].types.[<i>type</i>]&#039; configu
res a specific field in case the &#039;type&#039;-value of the field matches <i>
type</i>. Again this overrides the former settings.\";s:7:\"default\";N;s:12:\"c
olumn_count\";i:3;s:16:\"is_propertyTable\";i:1;}i:1;a:6:{s:8:\"property\";s:24:
\"[individual RTE options]\";s:8:\"datatype\";s:1:\"-\";s:11:\"description\";s:4
69:\"There are other options to set for the RTE toplevel object. These depends o
n the individual RTEs though! So there can be no further reference in this table
to these properties.<br>Generally the &quot;rte&quot; (classic MSIE RTE) will s
et the standard for configuration options, so you can refer to the documentation
for that RTE for more details. On the top level of the RTE object you will norm
ally find that general collections of classes, styles etc. are configured.\";s:7
:\"default\";N;s:12:\"column_count\";i:3;s:16:\"is_propertyTable\";i:1;}}}',''),
(11,12476640,'ccb0322c7d1f7b0e49e1c8b981aacd1e','','page:->RTEconf','a:1:{s:4:\"
rows\";a:3:{i:0;a:6:{s:8:\"property\";s:8:\"disabled\";s:8:\"datatype\";s:7:\"bo
olean\";s:11:\"description\";s:128:\"If set, the editor is disabled.<br>This opt
ion is evaluated in t3lib_TCEforms where it determines if the RTE is rendered or
not.\";s:7:\"default\";N;s:12:\"column_count\";i:3;s:16:\"is_propertyTable\";i:
1;}i:1;a:6:{s:8:\"property\";s:4:\"proc\";s:8:\"datatype\";s:9:\"-&gt;PROC\";s:1
1:\"description\";s:446:\"Customization of the server processing of the content
- also called &#039;transformations&#039;. See table below.<br>The transformatio
ns are only initialized, if they are configured (&#x201c;rte_transform&#x201d; m
ust be set for the field in the types-definition in TCA.)<br>The &quot;-&gt;PROC
&quot; object is processed in &quot;t3lib_parsehtml_proc&quot; and is <i>indepen
dant</i> of the particular RTE used (like transformations generally is!)\";s:7:\
"default\";N;s:12:\"column_count\";i:3;s:16:\"is_propertyTable\";i:1;}i:2;a:6:{s
:8:\"property\";s:24:\"[individual RTE options]\";s:8:\"datatype\";s:1:\"-\";s:1
1:\"description\";s:200:\"Each RTE may use additional properties for the RTE. Ty
pically such properties relates to the features of the RTE application. For inst
ance you could configure which tool bar buttons are available etc.\";s:7:\"defau
lt\";N;s:12:\"column_count\";i:3;s:16:\"is_propertyTable\";i:1;}}}',''),(12,1247
6640,'11acbecfba402c242e0ad130ba3140d1','','page:->PROC','a:1:{s:4:\"rows\";a:28
:{i:0;a:6:{s:8:\"property\";s:12:\"overruleMode\";s:8:\"datatype\";s:28:\"List o
f RTE transformations \";s:11:\"description\";s:171:\"This can overrule the RTE
transformation set from TCA.<br>&nbsp;<br>Notice, this is a <i>comma list</i> of
transformation keys. (Not a &quot;dash-list&quot; like in $TCA).\";s:7:\"defaul
t\";N;s:12:\"column_count\";i:3;s:16:\"is_propertyTable\";i:1;}i:1;a:6:{s:8:\"pr
operty\";s:8:\"typolist\";s:8:\"datatype\";s:7:\"boolean\";s:11:\"description\";
s:294:\"<i>(Applies for &#x201c;ts_transform&#x201d; only)</i><br>&nbsp;<br>This
enables/disables the conversion between &lt;TYPOLIST&gt; and &lt;UL&gt; section
s. Default (if unset) is that &quot;typolist&quot; is enabled.<br>&nbsp;<b><br>E
xample that disables &quot;typolist&quot;:</b><br>typolist = 0\";s:7:\"default\"
;N;s:12:\"column_count\";i:3;s:16:\"is_propertyTable\";i:1;}i:2;a:6:{s:8:\"prope
rty\";s:8:\"typohead\";s:8:\"datatype\";s:7:\"boolean\";s:11:\"description\";s:2
34:\"<i>(Applies for &#x201c;ts_transform&#x201d; only)</i><br>&nbsp;<br>This en
ables/disables the conversion between &lt;TYPOHEAD&gt; and &lt;Hx&gt; sections.<
br>&nbsp;<b><br>Example that disables &quot;typohead&quot;:</b><br>typohead = 0\
";s:7:\"default\";N;s:12:\"column_count\";i:3;s:16:\"is_propertyTable\";i:1;}i:3
;a:6:{s:8:\"property\";s:13:\"preserveTags \";s:8:\"datatype\";s:12:\"list of ta
gs\";s:11:\"description\";s:843:\"(DEPRECATED)<br>&nbsp;<br>Here you may specify
a list of tags - possibly user-defined pseudo tags - which you wish to preserve
from being removed by the RTE. See the information about preservation in the de
scription of transformations.<br>&nbsp;<b><br>Example:</b><br>In the default Typ
oScript configuration of content rendering the tags typotags &lt;LINK&gt;, &lt;T
YPOLIST&gt; and &lt;TYPOHEAD&gt; are the most widely used. However the &lt;TYPOC
ODE&gt;-tag is also configured to let you define a section being formatted in mo
nospace. Lets also imaging, you have defined a custom tag, &lt;MYTAG&gt;. In ord
er to preserve these tag from removal by the RTE, you should configure like this
.<br>&nbsp;<br>RTE.default.proc {<br>&nbsp;&nbsp;&nbsp;preserveTags = TYPOCODE,
MYTAG<br>}<br>&nbsp;<br>Relates to the transformation &#039;ts_preserve&#039;\";
s:7:\"default\";N;s:12:\"column_count\";i:3;s:16:\"is_propertyTable\";i:1;}i:4;a
:6:{s:8:\"property\";s:21:\"dontConvBRtoParagraph\";s:8:\"datatype\";s:7:\"boole
an\";s:11:\"description\";s:297:\"<i>(Applies for &#x201c;ts_transform&#x201d; a
nd &quot;css_transform&quot; only (function divideIntoLines))</i><br>&nbsp;<br>&
nbsp;By default &lt;BR&gt; tags in the content are converted to paragraphs. Sett
ing this value will <i>prevent</i> the convertion of &lt;BR&gt;-tags to new-line
s (chr(10))\";s:7:\"default\";N;s:12:\"column_count\";i:3;s:16:\"is_propertyTabl
e\";i:1;}i:5;a:6:{s:8:\"property\";s:19:\"internalizeFontTags\";s:8:\"datatype\"
;s:7:\"boolean\";s:11:\"description\";s:548:\"<i>(Applies for &#x201c;ts_transfo
rm&#x201d; and &quot;css_transform&quot; only (function divideIntoLines))</i><br
>&nbsp;<br>This splits the content into font-tag chunks. <br>If there are any &l
t;P&gt;/&lt;DIV&gt; sections inside of them, the font-tag is wrapped AROUND the
content INSIDE of the P/DIV sections and the outer font-tag is removed.<br>This
functions seems to be a good choice for pre-processing content if it has been pa
sted into the RTE from eg. star-office. <br>In that case the font-tags is normal
ly on the OUTSIDE of the sections.\";s:7:\"default\";N;s:12:\"column_count\";i:3
;s:16:\"is_propertyTable\";i:1;}i:6;a:6:{s:8:\"property\";s:16:\"allowTagsOutsid
e\";s:8:\"datatype\";s:20:\"commalist of strings\";s:11:\"description\";s:294:\"
<i>(Applies for &#x201c;ts_transform&#x201d; and &quot;css_transform&quot; only
(function divideIntoLines))</i><br>&nbsp;<br>&nbsp;Enter tags which are allowed
outside of &lt;P&gt; and &lt;DIV&gt; sections when converted back to database.<b
r>Default is &#x201c;img&#x201d;<br>Example:<br>IMG,HR\";s:7:\"default\";N;s:12:
\"column_count\";i:3;s:16:\"is_propertyTable\";i:1;}i:7;a:6:{s:8:\"property\";s:
20:\"allowTagsInTypolists\";s:8:\"datatype\";s:20:\"commalist of strings\";s:11:
\"description\";s:221:\"<i>(Applies for &#x201c;ts_transform&#x201d; only)</i><b
r>&nbsp;<br>Enter tags which are allowed inside of &lt;typolist&gt; tags when co
ntent is sent to the database.<br>Default is &#x201c;br,font,b,i,u,a,img,span&#x
201d;\";s:7:\"default\";N;s:12:\"column_count\";i:3;s:16:\"is_propertyTable\";i:
1;}i:8;a:6:{s:8:\"property\";s:9:\"allowTags\";s:8:\"datatype\";s:20:\"commalist
of strings\";s:11:\"description\";s:348:\"<i>(Applies for &#x201c;ts_transform&
#x201d; and &quot;css_transform&quot; only (function getKeepTags))</i><br>&nbsp;
<br>Tags to allow. Notice, this list is <i>added</i> to the default list, which
you see here:<br>b,i,u,a,img,br,div,center,pre,font,hr,sub,sup,p,strong,em,li,ul
,ol,blockquote,strike,span<br>If you wish to deny some tags, see below.\";s:7:\"
default\";N;s:12:\"column_count\";i:3;s:16:\"is_propertyTable\";i:1;}i:9;a:6:{s:
8:\"property\";s:8:\"denyTags\";s:8:\"datatype\";s:20:\"commalist of strings\";s
:11:\"description\";s:154:\"<i>(Applies for &#x201c;ts_transform&#x201d; and &qu
ot;css_transform&quot; only (function getKeepTags))</i><br>&nbsp;<br>Tags from a
bove list to disallow.\";s:7:\"default\";N;s:12:\"column_count\";i:3;s:16:\"is_p
ropertyTable\";i:1;}i:10;a:6:{s:8:\"property\";s:31:\"HTMLparser_rte<br>HTMLpars
er_db\";s:8:\"datatype\";s:15:\"-&gt;HTMLparser\";s:11:\"description\";s:955:\"<
i>(Applies for &#x201c;ts_transform&#x201d; and &quot;css_transform&quot; only (
function getKeepTags))</i><br>&nbsp;<br>This is additional options to the HTML-p
arser calls which strips of tags when the content is prepared for the RTE and DB
respectively. You can configure additional rules, like which other tags to pres
erve, which attributes to preserve, which values are allowed as attributes of a
certain tag etc.<br>&nbsp;.nestingGlobal for HTMLparser_db is set by default to
&#x201c;b,i,u,a,center,font,sub,sup,strong,em,strike,span&#x201d; unless another
value is set.<br>Also B/I tags are mapped to STRONG/EM tags in the RTE directio
n and vise versa.<br>This parsing is done on a per-line basis, so you cannot exp
ect the paragraph tags (P or DIV) to be included.<b><br>&nbsp;</b><br>&nbsp;<b>N
otice</b> the -&gt;HTMLparser options, &#x201c;keepNonMatchedTags&#x201d; and &#
x201c;htmlSpecialChars&#x201d; is NOT observed. They are preset internally\";s:7
:\"default\";N;s:12:\"column_count\";i:3;s:16:\"is_propertyTable\";i:1;}i:11;a:6
:{s:8:\"property\";s:24:\"dontRemoveUnknownTags_db\";s:8:\"datatype\";s:7:\"bool
ean\";s:11:\"description\";s:532:\"<i>(Applies for &#x201c;ts_transform&#x201d;
and &quot;css_transform&quot; only (function HTMLcleaner_db))</i><br>&nbsp;<br>D
irection: To database<br>Default is to remove all unknown tags in the content go
ing to the database. (See HTMLparser_db above for default tags). Generally this
is a very usefull thing, because all kinds of bogus tags from pasted content lik
e that from Word etc. will be removed to have clean content in the database.<br>
However this disables that and allows all tags, that are not in the HTMLparser_d
b-list.\";s:7:\"default\";N;s:12:\"column_count\";i:3;s:16:\"is_propertyTable\";
i:1;}i:12;a:6:{s:8:\"property\";s:14:\"dontUndoHSC_db\";s:8:\"datatype\";s:7:\"b
oolean\";s:11:\"description\";s:335:\"<i>(Applies for &#x201c;ts_transform&#x201
d; and &quot;css_transform&quot; only (function HTMLcleaner_db))</i><br>&nbsp;<b
r>Direction: To database<br>Default is to re-convert literals to characters (tha
t is &amp;lt; to &lt;) outside of HTML-tags. This is disabled by this boolean. (
HSC means HtmlSpecialChars - which is a PHP function)\";s:7:\"default\";N;s:12:\
"column_count\";i:3;s:16:\"is_propertyTable\";i:1;}i:13;a:6:{s:8:\"property\";s:
26:\"dontProtectUnknownTags_rte\";s:8:\"datatype\";s:7:\"boolean\";s:11:\"descri
ption\";s:574:\"<i>(Applies for &#x201c;ts_transform&#x201d; and &quot;css_trans
form&quot; only (function setDivTags))</i><br>&nbsp;<br>Direction: To RTE<br>&nb
sp;Default is that tags unknown to HTMLparser_rte is &#x201c;protected&#x201d; w
hen sent to the RTE. This means they are converted from eg &lt;MYTAG&gt; to &amp
;lt;MYTAG&amp;gt;. This is normally very fine, because it can be edited plainly
by the editor and when returned to the database the tag is (by default, disabled
by .dontUndoHSC_db) converted back.<br>Setting this option will prevent unknown
tags from becoming protected.\";s:7:\"default\";N;s:12:\"column_count\";i:3;s:1
6:\"is_propertyTable\";i:1;}i:14;a:6:{s:8:\"property\";s:11:\"dontHSC_rte\";s:8:
\"datatype\";s:7:\"boolean\";s:11:\"description\";s:348:\"<i>(Applies for &#x201
c;ts_transform&#x201d; and &quot;css_transform&quot; only (function setDivTags))
</i><br>&nbsp;<br>Direction: To RTE<br>Default is that all content outside of HT
ML-tags is passed through htmlspecialchars(). This will disable that. (opposite
to .dontUndoHSC_db)<br>This option disables the default htmlspecialchars() conve
rsion.\";s:7:\"default\";N;s:12:\"column_count\";i:3;s:16:\"is_propertyTable\";i
:1;}i:15;a:6:{s:8:\"property\";s:21:\"dontConvAmpInNBSP_rte\";s:8:\"datatype\";s
:7:\"boolean\";s:11:\"description\";s:299:\"<i>(Applies for &#x201c;ts_transform
&#x201d; and &quot;css_transform&quot; only (function setDivTags))</i><br>&nbsp;
<br>Direction: To RTE<br>By default all &amp;nbsp; codes are NOT converted to &a
mp;amp;nbsp; which they naturally word (unless .dontHSC_rte is set). You can dis
able that by this flag.\";s:7:\"default\";N;s:12:\"column_count\";i:3;s:16:\"is_
propertyTable\";i:1;}i:16;a:6:{s:8:\"property\";s:17:\"allowedFontColors\";s:8:\
"datatype\";s:18:\"list of HTMLcolors\";s:11:\"description\";s:226:\"<i>(Applies
for &#x201c;ts_transform&#x201d; and &quot;css_transform&quot; only (function g
etKeepTags))</i><br>&nbsp;<br>Direction: To DB<br>If set, this is the only color
s which will be allowed in font-tags! Case insensitive.\";s:7:\"default\";N;s:12
:\"column_count\";i:3;s:16:\"is_propertyTable\";i:1;}i:17;a:6:{s:8:\"property\";
s:14:\"allowedClasses\";s:8:\"datatype\";s:15:\"list of strings\";s:11:\"descrip
tion\";s:644:\"<i>(Applies for &#x201c;ts_transform&#x201d; and &quot;css_transf
orm&quot; only (function getKeepTags))</i><br>&nbsp;<br>Direction: To DB<br>&nbs
p;Allowed general classnames when content is stored in database. Could be a list
matching the number of defined classes you have. Case-insensitive.<br>This migh
t be a really good idea to do, because when pasting in content from MS word for
instance there are a lot of &lt;SPAN&gt; and &lt;P&gt; tags which may have class
-names in. So by setting a list of allowed classes, such foreign classnames are
removed.<br>If a classname is not found in this list, the default is to remove t
he class-attribute.\";s:7:\"default\";N;s:12:\"column_count\";i:3;s:16:\"is_prop
ertyTable\";i:1;}i:18;a:6:{s:8:\"property\";s:22:\"skipAlign<br>skipClass\";s:8:
\"datatype\";s:7:\"boolean\";s:11:\"description\";s:372:\"<i>(Applies for &#x201
c;ts_transform&#x201d; and &quot;css_transform&quot; only (function divideIntoLi
nes))</i><br>&nbsp;<br>If set, then the align and class attributes of &lt;P&gt;/
&lt;DIV&gt; sections (respectively) will be ignored. Normally &lt;P&gt;/&lt;DIV&
gt; tags are preserved if one or both of these attributes are present in the tag
. Otherwise it&#039;s removed.\";s:7:\"default\";N;s:12:\"column_count\";i:3;s:1
6:\"is_propertyTable\";i:1;}i:19;a:6:{s:8:\"property\";s:15:\"keepPDIVattribs\";
s:8:\"datatype\";s:32:\"list of tag attributes (strings)\";s:11:\"description\";
s:299:\"<i>(Applies for &#x201c;ts_transform&#x201d; and &quot;css_transform&quo
t; only (function divideIntoLines))</i><br>&nbsp;<br>&#x201c;align&#x201d; and &
#x201c;class&#x201d; are the only attributes preserved for &lt;P&gt;/&lt;DIV&gt;
tags. Here you can specify a list of other attributes to preserve.\";s:7:\"defa
ult\";N;s:12:\"column_count\";i:3;s:16:\"is_propertyTable\";i:1;}i:20;a:6:{s:8:\
"property\";s:17:\"remapParagraphTag\";s:8:\"datatype\";s:16:\"string / boolean\
";s:11:\"description\";s:536:\"<i>(Applies for &#x201c;ts_transform&#x201d; and
&quot;css_transform&quot; only (function divideIntoLines))</i><br>&nbsp;<br>When
&lt;P&gt;/&lt;DIV&gt; sections are converted to be put into the database, the t
ag - P or DIV - is preserved. However setting this options to either P or DIV wi
ll force the section to be converted to the one or the other.<br>If the value is
set true (1), then it works as a general disable-flag for the whole section-con
vertion stuff here and the result will be no tags preserved what so ever. Just r
emoved.\";s:7:\"default\";N;s:12:\"column_count\";i:3;s:16:\"is_propertyTable\";
i:1;}i:21;a:6:{s:8:\"property\";s:27:\"useDIVasParagraphTagForRTE \";s:8:\"datat
ype\";s:6:\"string\";s:11:\"description\";s:288:\"<i>(Applies for &#x201c;ts_tra
nsform&#x201d; only and &quot;css_transform&quot; (function TS_transform_rte))</
i><br>&nbsp;<br>Use &lt;DIV&gt;-tags for sections when converting lines from dat
abase to RTE. Default is &lt;P&gt;. Applies only to lines which has NO tag wrapp
ed around already.\";s:7:\"default\";N;s:12:\"column_count\";i:3;s:16:\"is_prope
rtyTable\";i:1;}i:22;a:6:{s:8:\"property\";s:14:\"preserveTables\";s:8:\"datatyp
e\";s:7:\"boolean\";s:11:\"description\";s:91:\"<i>(Applies for &#x201c;ts_trans
form&#x201d;)</i><br>&nbsp;<br>If set, tables are preserved\";s:7:\"default\";N;
s:12:\"column_count\";i:3;s:16:\"is_propertyTable\";i:1;}i:23;a:6:{s:8:\"propert
y\";s:20:\"dontFetchExtPictures\";s:8:\"datatype\";s:7:\"boolean\";s:11:\"descri
ption\";s:208:\"<i>(Applies for &#x201c;ts_images&#x201d;)</i><br>&nbsp;<br>If s
et, images from external urls are not fetched for the page if content is pasted
from external sources. Normally this process of copying is done.\";s:7:\"default
\";N;s:12:\"column_count\";i:3;s:16:\"is_propertyTable\";i:1;}i:24;a:6:{s:8:\"pr
operty\";s:14:\"plainImageMode\";s:8:\"datatype\";s:14:\"boolean/string\";s:11:\
"description\";s:1107:\"<i>(Applies for &#x201c;ts_images&#x201d;)</i><br>&nbsp;
<br>If set, all &#x201c;plain&#x201d; local images (those that are not magic ima
ges) will be cleaned up in some way.<br>If the value is just set, then the style
attribute will be removed after detecting any special width/height CSS attribut
es (which is what the RTE will set if you scale the image manually) and the bord
er attribute is set to zero.<br>You can also configure with special keywords. So
setting &#x201c;plainImageMode&#x201d; to any of the value below will perform s
pecial processing:<br>&nbsp;<br>&#x201c;lockDimensions&#x201d; : This will read
the real dimensions of the image file and force these values into the &lt;img&gt
; tag. Thus this option will prevent any user applied scaling in the image!<br>&
#x201c;lockRatio&#x201d; : This will allow users to scale the image but will aut
omatically correct the height dimension so the aspect ratio from the original im
age file is preserved.<br>&#x201c;lockRatioWhenSmaller&#x201d; : Like &#x201c;lo
ckRatio&#x201d;, but will not allow any scaling larger than the original size of
the image.\";s:7:\"default\";N;s:12:\"column_count\";i:3;s:16:\"is_propertyTabl
e\";i:1;}i:25;a:6:{s:8:\"property\";s:84:\"exitHTMLparser_rte<br>exitHTMLparser_
db<br>entryHTMLparser_rte<br>entryHTMLparser_db\";s:8:\"datatype\";s:23:\"boolea
n/-&gt;HTMLparser\";s:11:\"description\";s:274:\"<i>(Applies for all kinds of pr
ocessing)</i><br>&nbsp;<br>Allows you to enable/disable the HTMLparser for the c
ontent before (entry) and after (exit) the content is processed with the predefi
ned processors (eg. ts_images or ts_transform).<br>There is no default values se
t. \";s:7:\"default\";N;s:12:\"column_count\";i:3;s:16:\"is_propertyTable\";i:1;
}i:26;a:6:{s:8:\"property\";s:22:\"disableUnifyLineBreaks\";s:8:\"datatype\";s:7
:\"boolean\";s:11:\"description\";s:250:\"<i>(Applies for all kinds of processin
g)</i><br>&nbsp;<br>When entering the processor all rn linebreaks are converted
to n (13-10 to 10). When leaving the processor all n is reconverted to rn (10 to
13-10).<br>This options disables that processing...\";s:7:\"default\";N;s:12:\"
column_count\";i:3;s:16:\"is_propertyTable\";i:1;}i:27;a:6:{s:8:\"property\";s:4
3:\"usertrans.[user-defined transformation key]\";s:8:\"datatype\";s:1:\"-\";s:1
1:\"description\";s:110:\"Custom option-space for userdefined transformations.<b
r>See example from section about custom transformations.\";s:7:\"default\";N;s:1
2:\"column_count\";i:3;s:16:\"is_propertyTable\";i:1;}}}',''),(13,6356713,'284ea
ff2c8b565d4257002d25e85e0ec','','beuser','a:1:{s:4:\"rows\";a:9:{i:0;a:6:{s:8:\"
property\";s:8:\"admPanel\";s:8:\"datatype\";s:13:\"-&gt;ADMPANEL\";s:11:\"descr
iption\";s:43:\"Options regarding the front-end admin panel\";s:7:\"default\";s:
6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:1;a:6:{s
:8:\"property\";s:7:\"options\";s:8:\"datatype\";s:12:\"-&gt;OPTIONS\";s:11:\"de
scription\";s:29:\"Options for the user, various\";s:7:\"default\";s:6:\"&nbsp;\
";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:2;a:6:{s:8:\"proper
ty\";s:3:\"mod\";s:8:\"datatype\";s:38:\"<i>(see -&gt;MOD of Page TSconfig)</i>\
";s:11:\"description\";s:91:\"Overriding values for the backend modules<br>&nbsp
;<b>Deprecated. </b>Use page.mod instead!\";s:7:\"default\";s:6:\"&nbsp;\";s:12:
\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:3;a:6:{s:8:\"property\";s:
32:\"setup.defaults<br>setup.override\";s:8:\"datatype\";s:10:\"-&gt;SETUP\";s:1
1:\"description\";s:481:\"Default values and override values for the user settin
gs known from the setup module.<br>&nbsp;<b><br>Notice:</b><br>There is a tricky
aspect to these settings; If first you have set a value by setup.override and t
hen removes it again you will experience that the value persists to exist. This
is because it is saved in the backend users profile. Therefore, if you have once
set a value, do <i>not</i> remove it again by rather set it blank if you want t
o disable the effect again!\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count
\";i:4;s:16:\"is_propertyTable\";i:1;}i:4;a:6:{s:8:\"property\";s:31:\"TCAdefaul
ts.[tablename].[field]\";s:8:\"datatype\";s:6:\"string\";s:11:\"description\";s:
754:\"Sets default values for records. The order of default values when creating
new records in the backend is this:<br>Value from $TCA<br>Value from User TScon
fig (these settings)<br>Value from &#x201c;defVals&#x201d; GET vars (see alt_doc
.php)<br>Value from previous record based on &#039;useColumnsForDefaultValues&#0
39;<br>&nbsp;<br>However the order for default values used by tcemain.php if a c
ertain field is not granted access to for user will be:<br>Value from $TCA<br>Va
lue from User TSconfig (these settings)<br>&nbsp;<br>So these values will be aut
horitative if the user has no access to the field anyway.<br>&nbsp;<b><br>Exampl
e:</b><br>This sets the default hidden flag for pages to &#x201c;clear&#x201d;<b
r>&nbsp;<br>TCAdefaults.pages.hidden = 0\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\
"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:5;a:6:{s:8:\"property\";s:4
:\"user\";s:8:\"datatype\";s:6:\"&nbsp;\";s:11:\"description\";s:87:\"This is fo
r custom purposes. <br>Deprecated, use &quot;tx_*&quot; below from extensions\";
s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable
\";i:1;}i:6;a:6:{s:8:\"property\";s:4:\"auth\";s:8:\"datatype\";s:6:\"&nbsp;\";s
:11:\"description\";s:203:\"Configuration for authentication services. Currently
these are the options:<br>&nbsp;<b><br>auth.BE.redirectToURL</b><br>Specifies a
URL to redirect to after login is performed in the backend login form.\";s:7:\"
default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1
;}i:7;a:6:{s:8:\"property\";s:4:\"page\";s:8:\"datatype\";s:28:\"all page TSconf
ig properties\";s:11:\"description\";s:195:\"You can override all page TSconfig
properties by putting them into user<br>TSconfig and prefixing them with page.<b
r>&nbsp;<b><br>Example:</b><br>page.TCEMAIN.table.pages.disablePrependAtCopy = 1
\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTa
ble\";i:1;}i:8;a:6:{s:8:\"property\";s:37:\"tx_[extension key with no underscore
]\";s:8:\"datatype\";s:6:\"&nbsp;\";s:11:\"description\";s:38:\"This is reserved
space for extensions.\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:
4;s:16:\"is_propertyTable\";i:1;}}}',''),(14,6356713,'7cd94e953cc449fe4c0856671a
cf229d','','beuser:admPanel','a:1:{s:4:\"rows\";a:4:{i:0;a:6:{s:8:\"property\";s
:6:\"enable\";s:8:\"datatype\";s:8:\"[object]\";s:11:\"description\";s:253:\"Use
d to enable the various parts of the panel for users.<br>All values are 0/1 bool
eans.<b><br>&nbsp;</b><b><br>General:</b><br>.all: enables all modules<b><br>&nb
sp;</b><b><br>Modules:</b><br>.preview<br>.cache<br>.publish<br>.edit<br>.tsdebu
g<br>.info\";s:7:\"default\";s:57:\"(For admin-users, all = 1 is default! Hardco
ded in class)\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:1;a:6
:{s:8:\"property\";s:4:\"hide\";s:8:\"datatype\";s:7:\"boolean\";s:11:\"descript
ion\";s:93:\"If set, the panel will not display in the bottom of the page. This
has only a visual effect. \";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\
";i:4;s:16:\"is_propertyTable\";i:1;}i:2;a:6:{s:8:\"property\";s:8:\"override\";
s:8:\"datatype\";s:8:\"[object]\";s:11:\"description\";s:944:\"Override all admi
n panel settings:<br>.[modulename].[propertyname]<br>&nbsp;<b><br>Note:</b><br>Y
ou have to activate a module first by setting<br>.modulename = 1<br>&nbsp;<b><br
>Full reference:</b><br>To find out the name of a modulename/property, you can h
ave a look at the HTML code of the admin panel and watch the names of the form e
lements. In this example, the module name is &#x201c;tsdebug&#x201d;, and the pr
operty is called &#x201c;displayTimes&#x201d;:<i><br>name=&quot;TSFE_ADMIN_PANEL
[tsdebug_displayTimes]&quot;</i><br>&nbsp;<b><br>Most common options</b><br>.pre
view.showHiddenPages (boolean)<br>.preview.showHiddenRecords (boolean)<br>.previ
ew.simulateDate (timestamp)<br>.preview.simulateUserGroup (integer)<br>&nbsp;<br
>.cache.noCache (boolean)<br>.cache.clearCacheLevels (integer)<br>&nbsp;<br>.edi
t.displayFieldIcons (boolean)<br>.edit.displayIcons (boolean)<br>.edit.editForms
OnPage (boolean)<br>.edit.editNoPopup (boolean)\";s:7:\"default\";s:6:\"&nbsp;\"
;s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:3;a:6:{s:8:\"propert
y\";s:11:\"module.edit\";s:8:\"datatype\";s:8:\"[object]\";s:11:\"description\";
s:703:\"&nbsp;<b>DEPRECATED</b>, use override.* instead (see above).<b><br>&nbsp
;</b><br>&nbsp;<b>.forceDisplayIcons</b> (boolean):<i><br>Forces edit-panels to
appear regardless of the selectorbox.</i><br>&nbsp;<b>.forceDisplayFieldIcons</b
> (boolean):<i><br>Forces edit-icons to appear regardless of the selectorbox.</i
><br>&nbsp;<b>.forceNoPopup</b> (boolean):<i><br>Forces edit-forms to open in sa
me window - not pop up window.</i><i><br>&nbsp;</i><i><br>Example, that forces t
he display of the edit icons without displaying the admin-panel itself:</i><br>&
nbsp;<br>admPanel {<br>&nbsp;&nbsp;&nbsp;enable.edit = 1<br>&nbsp;&nbsp;&nbsp;mo
dule.edit.forceDisplayFieldIcons = 1<br>&nbsp;&nbsp;&nbsp;hide = 1<br>}\";s:7:\"
default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1
;}}}',''),(15,6356713,'114e940842aa2d2d8a1efb37b1191103','','beuser:options','a:
1:{s:4:\"rows\";a:35:{i:0;a:6:{s:8:\"property\";s:20:\"dontMountAdminMounts\";s:
8:\"datatype\";s:7:\"boolean\";s:11:\"description\";s:158:\"This options prevent
s the root to be mounted for an admin user.<b><br>&nbsp;</b><br>&nbsp;<b>NOTE:</
b> Only for admin-users. For other users it has no effect.\";s:7:\"default\";s:6
:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:1;a:6:{s:
8:\"property\";s:10:\"RTEkeyList\";s:8:\"datatype\";s:18:\"[list of keywords]\";
s:11:\"description\";s:299:\"This is a list of the Rich Text Editor buttons the
user may see displayed. The user will not see any buttons not listed here.<br>&n
bsp;<br>Either enter a comma list of button keywords (see &#x201c;TYPO3 Core API
/ RTE section&#x201d;) or specify all with a wildcard &#x201c;*&#x201d; for eve
rything.\";s:7:\"default\";s:48:\"*<br>(If value is not set at all, *, is defaul
t)\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:2;a:6:{s:8:\"pro
perty\";s:16:\"clearCache.pages\";s:8:\"datatype\";s:7:\"boolean\";s:11:\"descri
ption\";s:53:\"This will allow a user to clear the whole page cache.\";s:7:\"def
ault\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i
:3;a:6:{s:8:\"property\";s:14:\"clearCache.all\";s:8:\"datatype\";s:7:\"boolean\
";s:11:\"description\";s:82:\"This will allow a user to clear all cache (that is
everything including templates)\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_
count\";i:4;s:16:\"is_propertyTable\";i:1;}i:4;a:6:{s:8:\"property\";s:8:\"lockT
oIP\";s:8:\"datatype\";s:6:\"string\";s:11:\"description\";s:566:\"List of IP-nu
mbers with wildcards. <br>&nbsp;<br>&nbsp;<b>Note:</b> This option is enabled on
ly if the TYPO3_CONF_VARS[BE][enabledBeUserIPLock] configuration is true.<b><br>
&nbsp;</b><b><br>Examples:</b><br>192.168.*.* &nbsp;&nbsp;&nbsp;<br>- will allow
all from 192.168-network<br>&nbsp;<br>192.168.*.*, 212.22.33.44 &nbsp;&nbsp;&nb
sp;<br>- will allow all from 192.168-network plus all from REMOTE_ADDR 212.22.33
.44<br>&nbsp;<br>192.168, 212.22.33.44 &nbsp;&nbsp;&nbsp;<br>- the same as the p
revious. Leaving out parts of the IP address is the same as wild cards...\";s:7:
\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i
:1;}i:5;a:6:{s:8:\"property\";s:13:\"saveClipboard\";s:8:\"datatype\";s:7:\"bool
ean\";s:11:\"description\";s:129:\"If set, the clipboard content will be preserv
ed for the next login. Normally the clipboard content lasts only during the sess
ion.\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_proper
tyTable\";i:1;}i:6;a:6:{s:8:\"property\";s:19:\"clipboardNumberPads\";s:8:\"data
type\";s:10:\"int (0-20)\";s:11:\"description\";s:65:\"This allows you to enter
how many pads you want on the clipboard.\";s:7:\"default\";s:1:\"3\";s:12:\"colu
mn_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:7;a:6:{s:8:\"property\";s:20:\"d
isableDocModuleInAB\";s:8:\"datatype\";s:7:\"boolean\";s:11:\"description\";s:82
:\"If set, the doc module is not displayed in the backend even if enabled in gen
eral.\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_prope
rtyTable\";i:1;}i:8;a:6:{s:8:\"property\";s:13:\"shortcutFrame\";s:8:\"datatype\
";s:7:\"boolean\";s:11:\"description\";s:63:\"If set, the shortcut frame in the
bottom of the window appears.\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_cou
nt\";i:4;s:16:\"is_propertyTable\";i:1;}i:9;a:6:{s:8:\"property\";s:14:\"shortcu
tGroups\";s:8:\"datatype\";s:25:\"Array of integers/strings\";s:11:\"description
\";s:819:\"Set shortCutGroups that can be accessed by the user.<br>By default, 5
default groups will be defined globally (shared, can only be set by admins) and
also for each user (personal shortcuts):<br>&nbsp;<br>1: Pages<br>2: Records<br
>3: Files<br>4: Tools<br>5: Miscellaneous<br>&nbsp;<br>Set 0 to disable one of t
hese group IDs, 1 to enable it (this is the<br>default) or &quot;string&quot; to
change the label accordingly.<br>&nbsp;<b><br>Example:</b><br>shortcutGroups {<
br>&nbsp;&nbsp;&nbsp;1=1<br>&nbsp;&nbsp;&nbsp;2=My Group<br>&nbsp;&nbsp;&nbsp;3=
0<br>&nbsp;&nbsp;&nbsp;4=<br>}<br>&nbsp;<br>Shortcut group 1 is loaded with the
default label (Pages), group 2 is loaded and labeled as &quot;My Group&quot; and
groups 3 and 4 are disabled. Group 5 has not been set, so it will be displayed
by default, just like group 1.\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_co
unt\";i:4;s:16:\"is_propertyTable\";i:1;}i:10;a:6:{s:8:\"property\";s:33:\"short
cut_onEditId_dontSetPageTree\";s:8:\"datatype\";s:7:\"boolean\";s:11:\"descripti
on\";s:131:\"If set, the page tree is <i>not</i> opened to the page being edited
when an id number is entered in the &#x201c;Edit Id&#x201d; box\";s:7:\"default
\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:11;
a:6:{s:8:\"property\";s:38:\"shortcut_onEditId_keepExistingExpanded\";s:8:\"data
type\";s:7:\"boolean\";s:11:\"description\";s:189:\"If set, the existing expande
d pages in the page tree are not collapsed when an id is entered in the &#x201c;
Edit Id&#x201d; box.<br>(provided .shortcut_onEditId_dontSetPageTree is not set!
)\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyT
able\";i:1;}i:12;a:6:{s:8:\"property\";s:25:\"mayNotCreateEditShortcuts\";s:8:\"
datatype\";s:7:\"boolean\";s:11:\"description\";s:91:\"If set, then the user can
not create or edit shortcuts. Depends on .shortcutFrame being set.\";s:7:\"defau
lt\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:1
3;a:6:{s:8:\"property\";s:17:\"createFoldersInEB\";s:8:\"datatype\";s:7:\"boolea
n\";s:11:\"description\";s:103:\"If set, a createFolders option appears in the e
lement browser (for admin-users this is always enabled).\";s:7:\"default\";s:6:\
"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:14;a:6:{s:8
:\"property\";s:12:\"noThumbsInEB\";s:8:\"datatype\";s:7:\"boolean\";s:11:\"desc
ription\";s:67:\"If set, then image thumbnails are not shown in the element brow
ser.\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_proper
tyTable\";i:1;}i:15;a:6:{s:8:\"property\";s:24:\"noThumbsInRTEimageSelect\";s:8:
\"datatype\";s:7:\"boolean\";s:11:\"description\";s:61:\"As .noThumbsInEB but fo
r the Rich Text Editor image selector.\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"c
olumn_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:16;a:6:{s:8:\"property\";s:21
:\"uploadFieldsInTopOfEB\";s:8:\"datatype\";s:7:\"boolean\";s:11:\"description\"
;s:82:\"If set, the upload-fields in the element browser are put in the top of t
he window.\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_
propertyTable\";i:1;}i:17;a:6:{s:8:\"property\";s:32:\"saveDocNew<br>saveDocNew.
[table]\";s:8:\"datatype\";s:29:\"boolean / &#x201c;top&#x201d;\";s:11:\"descrip
tion\";s:487:\"If set, a button &#x201c;Save and create new&#x201d; will appear
in TCEFORMs. <br>Any value set for a single table will override the default valu
e set to the object &#x201c;saveDocNew&#x201d;.<br>&nbsp;<b><br>Example:</b><br>
In this example the button is disabled for all tables, except tt_content where i
t will appear, and in addition create the records in the top of the page (defaul
t is after instead of top).<br>&nbsp;<br>options.saveDocNew = 0<br>options.saveD
ocNew.tt_content = top\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:
4;s:16:\"is_propertyTable\";i:1;}i:18;a:6:{s:8:\"property\";s:38:\"disableDelete
<br>disableDelete.[table]\";s:8:\"datatype\";s:6:\"&nbsp;\";s:11:\"description\"
;s:133:\"Disables the &#x201c;Delete&#x201d; button in TCEFORMs. <br>Overriding
for single tables works like &#x201c;saveDocNew&#x201d; above.\";s:7:\"default\"
;s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:19;a:
6:{s:8:\"property\";s:34:\"showHistory<br>showHistory.[table]\";s:8:\"datatype\"
;s:6:\"&nbsp;\";s:11:\"description\";s:130:\"Shows link to the history for the r
ecord in TCEFORMs.<br>Overriding for single tables works like &#x201c;saveDocNew
&#x201d; above.\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:
\"is_propertyTable\";i:1;}i:20;a:6:{s:8:\"property\";s:80:\"pageTree.disableIcon
LinkToContextmenu<br>folderTree.disableIconLinkToContextmenu\";s:8:\"datatype\";
s:35:\"boolean / &#x201c;titlelink&#x201d;\";s:11:\"description\";s:207:\"If set
, the page/folder-icons in the page/folder tree will not activate the clickmenu.
<br>If the value is set &#x201c;titlelink&#x201d; then the icon will instead be
wrapped with the same link as the title.\";s:7:\"default\";s:6:\"&nbsp;\";s:12:
\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:21;a:6:{s:8:\"property\";s
:30:\"pageTree.disableTitleHighlight\";s:8:\"datatype\";s:7:\"boolean\";s:11:\"d
escription\";s:78:\"If set, the page titles in the page tree will not be highlig
hted when clicked.\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:
16:\"is_propertyTable\";i:1;}i:22;a:6:{s:8:\"property\";s:28:\"pageTree.showPage
IdWithTitle\";s:8:\"datatype\";s:7:\"boolean\";s:11:\"description\";s:109:\"If s
et, the titles in the page navigation tree will have their ID numbers printed be
fore the clickable title.\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\"
;i:4;s:16:\"is_propertyTable\";i:1;}i:23;a:6:{s:8:\"property\";s:32:\"pageTree.s
howDomainNameWithTitle\";s:8:\"datatype\";s:7:\"boolean\";s:11:\"description\";s
:204:\"If set, the domain name will be appended to the page title for <br>pages
that have &quot;Is root of web site?&quot; checked in the page properties.<br>Us
eful if there are several domains in one page tree.\";s:7:\"default\";s:6:\"&nbs
p;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:24;a:6:{s:8:\"pr
operty\";s:28:\"pageTree.onlineWorkspaceInfo\";s:8:\"datatype\";s:7:\"boolean\";
s:11:\"description\";s:135:\"If set, the workspace info box will also be shown i
n the page tree even in online mode. Recommended when working with workspaces a
lot.\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_proper
tyTable\";i:1;}i:25;a:6:{s:8:\"property\";s:43:\"&nbsp;contextMenu.[<i>key</i>].
disableItems\";s:8:\"datatype\";s:13:\"list of items\";s:11:\"description\";s:89
5:\"List of context menu (&#x201c;clickmenu&#x201d;) items to disable.<br>&#x201
c;key&#x201d; points to which kind of icon that brings up the menu, and possible
options are &#x201c;pageTree&#x201d;, &#x201c;pageList&#x201d;, &#x201c;folderT
ree&#x201d;, &#x201c;folderList&#x201d;. &#x201c;page&#x201d; and &#x201c;folder
&#x201d; obviously points to either the Web og File main module. &#x201c;Tree&#x
201d; and &#x201c;List&#x201d; points to whether the menu is activated from the
page/folder tree or the listing of records/files<br>Items to disable are (for &#
x201c;page&#x201d; type - that is database records):<br>&nbsp;<br>view,edit,hide
,new,info,copy,cut,paste,delete,move_wizard,<br>history,perms,new_wizard,hide,ed
it_access,edit_pageheader,db_list<br>&nbsp;<br>Items to disable are (for &#x201c
;folder&#x201d; type - that is files/folders):<br>edit,upload,rename,new,info,co
py,cut,paste,delete\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s
:16:\"is_propertyTable\";i:1;}i:26;a:6:{s:8:\"property\";s:29:\"contextMenu.opti
ons.leftIcons\";s:8:\"datatype\";s:7:\"boolean\";s:11:\"description\";s:70:\"If
set, the icons in the clickmenu appear to the left instead of right\";s:7:\"defa
ult\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:
27;a:6:{s:8:\"property\";s:42:\"&nbsp;contextMenu.options.clickMenuTimeOut\";s:8
:\"datatype\";s:10:\"int, 1-100\";s:11:\"description\";s:93:\"Number of seconds
the click menu is visible in the top frame before it disappears by it self.\";s:
7:\"default\";s:1:\"5\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;
}i:28;a:6:{s:8:\"property\";s:55:\"&nbsp;contextMenu.options.alwaysShowClickMenu
InTopFrame\";s:8:\"datatype\";s:7:\"boolean\";s:11:\"description\";s:153:\"If se
t, then the clickmenu in the top frame is always shown. Default is that it&#039;
s shown only if the pop-up menus are disabled by user or by browser.\";s:7:\"def
ault\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i
:29;a:6:{s:8:\"property\";s:18:\"overridePageModule\";s:8:\"datatype\";s:6:\"str
ing\";s:11:\"description\";s:296:\"By this value you can substitute the default
&#x201c;Web &gt; Page&#x201d; module key (&#x201c;web_layout&#x201d;) with anoth
er backend module key.<br>&nbsp;<b><br>Example:</b><br>options.overridePageModul
e = web_txtemplavoilaM1<br>This will enable TemplaVoila page module as default p
age module.\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is
_propertyTable\";i:1;}i:30;a:6:{s:8:\"property\";s:21:\"moduleMenuCollapsable\";
s:8:\"datatype\";s:7:\"boolean\";s:11:\"description\";s:60:\"If set, the user ca
n collapse main modules in the left menu.\";s:7:\"default\";s:1:\"1\";s:12:\"col
umn_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:31;a:6:{s:8:\"property\";s:11:\
"alertPopups\";s:8:\"datatype\";s:7:\"bitmask\";s:11:\"description\";s:261:\"Con
figure which Javascript popup alerts have to be displayed and which not:<br>&nbs
p;<br>1 &#x2013; onTypeChange<br>2 &#x2013; copy / move / paste<br>4 - delete<br
>8 &#x2013; FE editing<br>128 - other (not used yet)<br>&nbsp;<br>Default: 255 (
show all warnings)\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:
16:\"is_propertyTable\";i:1;}i:32;a:6:{s:8:\"property\";s:18:\"defaultFileUpload
s\";s:8:\"datatype\";s:7:\"integer\";s:11:\"description\";s:69:\"Default number
of file upload forms shown in the File-&gt;List module\";s:7:\"default\";s:6:\"&
nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:33;a:6:{s:8:\
"property\";s:19:\"hideRecords.[table]\";s:8:\"datatype\";s:21:\"[list of record
uids]\";s:11:\"description\";s:555:\"This hides records in the backend user int
erface. It is not an access <br>restriction but makes defined records invisible.
That means in principle <br>those records can still be edited if the rights all
ow. This makes sense if a <br>specialized module should be used only to edit tho
se records.<br>&nbsp;<br>This option is currently implemented for pages only and
has an effect in <br>following places:<br>&nbsp;<br>- Pagetree navigation frame
<br>- Web&gt;List module<br>- New record wizard<br>&nbsp;<b><br>Example:</b><br>
options.hideRecords.pages = 12,45\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column
_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:34;a:6:{s:8:\"property\";s:26:\"ad
ditionalPreviewLanguages\";s:8:\"datatype\";s:34:\"[list of sys_language record
uids]\";s:11:\"description\";s:129:\"The user will see these additional language
s when localizing stuff in TCEforms. The list are uid numbers of sys_language re
cords.\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_prop
ertyTable\";i:1;}}}',''),(16,6356713,'64dfc4b3acce1eaea54363c984c36980','','beus
er:setup.default/setup.override','a:1:{s:4:\"rows\";a:23:{i:0;a:6:{s:8:\"propert
y\";s:19:\"thumbnailsByDefault\";s:8:\"datatype\";s:7:\"boolean\";s:11:\"descrip
tion\";s:26:\"Show Thumbnails by default\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\
"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:1;a:6:{s:8:\"property\";s:1
4:\"emailMeAtLogin\";s:8:\"datatype\";s:7:\"boolean\";s:11:\"description\";s:57:
\"Notify me by email, when somebody logs in from my account\";s:7:\"default\";s:
6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:2;a:6:{s
:8:\"property\";s:17:\"startInTaskCenter\";s:8:\"datatype\";s:7:\"boolean\";s:11
:\"description\";s:102:\"If set, then the backend will start up in the task cent
er (task center should be enabled for the user)\";s:7:\"default\";s:6:\"&nbsp;\"
;s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:3;a:6:{s:8:\"propert
y\";s:8:\"helpText\";s:8:\"datatype\";s:7:\"boolean\";s:11:\"description\";s:30:
\"Show help text when applicable\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_
count\";i:4;s:16:\"is_propertyTable\";i:1;}i:4;a:6:{s:8:\"property\";s:8:\"title
Len\";s:8:\"datatype\";s:4:\"int+\";s:11:\"description\";s:17:\"Max. Title Lengt
h\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyT
able\";i:1;}i:5;a:6:{s:8:\"property\";s:17:\"edit_wideDocument\";s:8:\"datatype\
";s:7:\"boolean\";s:11:\"description\";s:24:\"Wide document background\";s:7:\"d
efault\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;
}i:6;a:6:{s:8:\"property\";s:8:\"edit_RTE\";s:8:\"datatype\";s:7:\"boolean\";s:1
1:\"description\";s:23:\"Enable Rich Text Editor\";s:7:\"default\";s:6:\"&nbsp;\
";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:7;a:6:{s:8:\"proper
ty\";s:20:\"edit_docModuleUpload\";s:8:\"datatype\";s:7:\"boolean\";s:11:\"descr
iption\";s:35:\"File upload directly in Doc. module\";s:7:\"default\";s:6:\"&nbs
p;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:8;a:6:{s:8:\"pro
perty\";s:18:\"edit_showFieldHelp\";s:8:\"datatype\";s:6:\"string\";s:11:\"descr
iption\";s:134:\"Keywords: &#x201c;&#x201d;, &#x201c;icon&#x201d; or &#x201c;tex
t&#x201d;<br>Determines the type of help text mode for TCA form fields.\";s:7:\"
default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1
;}i:9;a:6:{s:8:\"property\";s:13:\"navFrameWidth\";s:8:\"datatype\";s:4:\"int+\"
;s:11:\"description\";s:77:\"The width in pixels of the navigation frame in the
Page and File main modules\";s:7:\"default\";s:10:\"245 pixels\";s:12:\"column_c
ount\";i:4;s:16:\"is_propertyTable\";i:1;}i:10;a:6:{s:8:\"property\";s:17:\"navF
rameResizable\";s:8:\"datatype\";s:7:\"boolean\";s:11:\"description\";s:99:\"If
set, the frameset modules will have the border between the navigation and list f
rame resizable. \";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16
:\"is_propertyTable\";i:1;}i:11;a:6:{s:8:\"property\";s:4:\"lang\";s:8:\"datatyp
e\";s:12:\"language-key\";s:11:\"description\";s:143:\"One of the language-keys.
See t3lib/config_default.php for current options. Eg. &#x201c;dk&#x201d;, &#x20
1c;de&#x201d;, &#x201c;es&#x201d; etc.\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"c
olumn_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:12;a:6:{s:8:\"property\";s:10
:\"copyLevels\";s:8:\"datatype\";s:4:\"int+\";s:11:\"description\";s:84:\"Recurs
ive Copy: Enter the number of page sublevels to include, when a page is copied\"
;s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTabl
e\";i:1;}i:13;a:6:{s:8:\"property\";s:15:\"recursiveDelete\";s:8:\"datatype\";s:
7:\"boolean\";s:11:\"description\";s:74:\"Recursive Delete(!): Allow ALL subpage
s to be deleted when deleting a page\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"col
umn_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:14;a:6:{s:8:\"property\";s:16:\
"allSaveFunctions\";s:8:\"datatype\";s:7:\"boolean\";s:11:\"description\";s:45:\
"Display all save functions in Doc-module menu\";s:7:\"default\";s:6:\"&nbsp;\";
s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:15;a:6:{s:8:\"propert
y\";s:15:\"neverHideAtCopy\";s:8:\"datatype\";s:7:\"boolean\";s:11:\"description
\";s:72:\"If set, then the hideAtCopy feature for records in TCE will not be use
d.\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_property
Table\";i:1;}i:16;a:6:{s:8:\"property\";s:13:\"condensedMode\";s:8:\"datatype\";
s:7:\"boolean\";s:11:\"description\";s:213:\"If set, the backend will not load t
he Web-submodules and File-submodules in a frameset but allow the page and folde
r trees to load the submodule in its own frame. This allows for a better display
on small screens.\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:
16:\"is_propertyTable\";i:1;}i:17;a:6:{s:8:\"property\";s:10:\"noMenuMode\";s:8:
\"datatype\";s:16:\"boolean / string\";s:11:\"description\";s:588:\"If set, the
backend will not load the left menu frame but rather put a selector-box menu in
the topframe. This saves a lot of space on small screens. Also icons will not be
displayed in the clickmenu panel in the top.<br>&nbsp;<b><br>Value &#x201c;icon
s&#x201d;: </b><br>Setting noMenuMode to &#x201c;icons&#x201d; will still remove
the menu, but instead of the selectorbox menu you will have the whole clickmenu
panel as a menu with the icons only as the hidden state of the clickmenu panel.
This is extremely nice (in my opinion) for experienced users who know the icons
of the modules.\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16
:\"is_propertyTable\";i:1;}i:18;a:6:{s:8:\"property\";s:19:\"classicPageEditMode
\";s:8:\"datatype\";s:7:\"boolean\";s:11:\"description\";s:287:\"Setting this op
tion will not open the Web&gt;Page module but rather load the content elements (
normal column/default language) together with the page header in one big form wh
en a page is edited (clicking a page icon in the page tree). This simulates the
old behaviour in Classic Backend\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_
count\";i:4;s:16:\"is_propertyTable\";i:1;}i:19;a:6:{s:8:\"property\";s:18:\"hid
eSubmoduleIcons\";s:8:\"datatype\";s:7:\"boolean\";s:11:\"description\";s:78:\"I
f set then submodule icons will not be shown in the left menu of the backend.\";
s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable
\";i:1;}i:20;a:6:{s:8:\"property\";s:27:\"dontShowPalettesOnFocusInAB\";s:8:\"da
tatype\";s:7:\"boolean\";s:11:\"description\";s:82:\"If set, palettes are not ac
tivated in the TCEFORMs when focus is moved to a field.\";s:7:\"default\";s:6:\"
&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:21;a:6:{s:8:
\"property\";s:15:\"disableCMlayers\";s:8:\"datatype\";s:7:\"boolean\";s:11:\"de
scription\";s:47:\"Disable the context menu layers in the backend.\";s:7:\"defau
lt\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:2
2;a:6:{s:8:\"property\";s:20:\"disableTabInTextarea\";s:8:\"datatype\";s:7:\"boo
lean\";s:11:\"description\";s:213:\"If you are using IE or Mozilla, TYPO3 will l
oad a little JavaScript file that makes it possible to use the &lt;tab&gt; key i
n textareas. If you don&#039;t like the feature for some reason, you can disable
it here.\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_p
ropertyTable\";i:1;}}}',''),(17,6356713,'71860c77c6745379b0d44304d66b6a13','','p
age','a:1:{s:4:\"rows\";a:7:{i:0;a:6:{s:8:\"property\";s:3:\"mod\";s:8:\"datatyp
e\";s:8:\"-&gt;MOD\";s:11:\"description\";s:157:\"Options for the backend module
s.<br>&nbsp;<i><br>Notice that these options are merged with settings from User
TSconfig (TLO: mod) which takes precedence.</i>\";s:7:\"default\";s:6:\"&nbsp;\"
;s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:1;a:6:{s:8:\"propert
y\";s:3:\"RTE\";s:8:\"datatype\";s:8:\"-&gt;RTE\";s:11:\"description\";s:96:\"Th
is defines configuration for the Rich Text Editor.<br>&nbsp;<br>Please refer to
the document.\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\
"is_propertyTable\";i:1;}i:2;a:6:{s:8:\"property\";s:7:\"TCEMAIN\";s:8:\"datatyp
e\";s:12:\"-&gt;TCEMAIN\";s:11:\"description\";s:49:\"Configuration for the TYPO
3 Core Engine (TCEmain)\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i
:4;s:16:\"is_propertyTable\";i:1;}i:3;a:6:{s:8:\"property\";s:7:\"TCEFORM\";s:8:
\"datatype\";s:12:\"-&gt;TCEFORM\";s:11:\"description\";s:82:\"Extra configurati
on for the form fields rendered by the TCEforms-class in general.\";s:7:\"defaul
t\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:4;
a:6:{s:8:\"property\";s:4:\"TSFE\";s:8:\"datatype\";s:9:\"-&gt;TSFE\";s:11:\"des
cription\";s:38:\"Options for the TSFE front end object.\";s:7:\"default\";s:6:\
"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:5;a:6:{s:8:
\"property\";s:4:\"user\";s:8:\"datatype\";s:6:\"&nbsp;\";s:11:\"description\";s
:87:\"This is for custom purposes. <br>Deprecated, use &quot;tx_*&quot; below fr
om extensions\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"
is_propertyTable\";i:1;}i:6;a:6:{s:8:\"property\";s:37:\"tx_[extension key with
no underscore]\";s:8:\"datatype\";s:6:\"&nbsp;\";s:11:\"description\";s:38:\"Thi
s is reserved space for extensions.\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"colu
mn_count\";i:4;s:16:\"is_propertyTable\";i:1;}}}',''),(18,6356713,'7868483dcb3f5
52ecc4d86326398cc9e','','page:mod; beuser:mod','a:1:{s:4:\"rows\";a:6:{i:0;a:6:{
s:8:\"property\";s:24:\"web_layout.menu.function\";s:8:\"datatype\";s:6:\"&nbsp;
\";s:11:\"description\";s:879:\"<b>Web &gt; Page module</b><br>&nbsp;<br>&nbsp;<
br>&nbsp;<b><br>Option tags:</b><br>&nbsp;<br>&lt;select name<b>=&quot;</b>SET[f
unction]<b>&quot;</b>&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;option value<b>=&
quot;</b>1<b>&quot;</b>&gt;Columns&lt;/option&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nb
sp;&lt;option value<b>=&quot;</b>0<b>&quot;</b>&gt;QuickEdit&lt;/option&gt;<br>&
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;option value<b>=&quot;</b>2<b>&quot;</b>&gt;Lan
guages&lt;/option&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;option value<b>=&quot
;</b>3<b>&quot;</b>&gt;Page information&lt;/option&gt;<br>&lt;/select&gt;<b><br>
Example:</b><br>&nbsp;<br>&nbsp;&nbsp;&nbsp;<i># Disables all items except the &
quot;QuickEdit&quot; item:</i><br>&nbsp;mod.web_layout.menu.function <b>{</b><br
>&nbsp;&nbsp;&nbsp;1 <b>=</b> 0<br>&nbsp;&nbsp;&nbsp;2 <b>=</b> 0<br>&nbsp;&nbsp
;&nbsp;3 <b>=</b> 0<b><br>}</b>\";s:7:\"default\";N;s:12:\"column_count\";i:3;s:
16:\"is_propertyTable\";i:1;}i:1;a:6:{s:8:\"property\";s:22:\"web_info.menu.func
tion\";s:8:\"datatype\";s:6:\"&nbsp;\";s:11:\"description\";s:1023:\"<b>Web &gt;
Info module</b><br>&nbsp;<br>&nbsp;<b><br>Option tags:</b><br>&nbsp;<br>&lt;sel
ect name<b>=&quot;</b>SET[function]<b>&quot;</b>&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&lt;option value<b>=&quot;</b>tx_cms_webinfo_page<b>&quot;</b>&gt;Pagetree
overview&lt;/option&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;option value<b>=&q
uot;</b>tx_belog_webinfo<b>&quot;</b>&gt;Log&lt;/option&gt;<br>&nbsp;&nbsp;&nbsp
;&nbsp;&nbsp;&lt;option value<b>=&quot;</b>tx_infopagetsconfig_webinfo<b>&quot;<
/b>&gt;Page TSconfig&lt;/option&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;option
value<b>=&quot;</b>tx_cms_webinfo_hits<b>&quot;</b>&gt;Hit Statistics&lt;/option
&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;option value<b>=&quot;</b>tx_indexedse
arch_modfunc1<b>&quot;</b>&gt;Indexed search&lt;/option&gt;<br>&lt;/select&gt;<b
><br>Example:</b><br>&nbsp;<br>&nbsp;&nbsp;&nbsp;<i># Disables the item &quot;Hi
t Statistics&quot;:</i><br>&nbsp;mod.web_info.menu.function <b>{</b><br>&nbsp;&n
bsp;&nbsp;tx_cms_webinfo_hits <b>=</b> 0<b><br>}</b>\";s:7:\"default\";N;s:12:\"
column_count\";i:3;s:16:\"is_propertyTable\";i:1;}i:2;a:6:{s:8:\"property\";s:22
:\"web_func.menu.function\";s:8:\"datatype\";s:6:\"&nbsp;\";s:11:\"description\"
;s:292:\"<b>Web &gt; Functions module</b><br>&nbsp;<br>&nbsp;<b><br>Option tags:
</b><br>&nbsp;<br>&lt;select name<b>=&quot;</b>SET[function]<b>&quot;</b>&gt;<br
>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;option value<b>=&quot;</b>tx_funcwizards_webf
unc<b>&quot;</b>&gt;Wizards&lt;/option&gt;<br>&lt;/select&gt;\";s:7:\"default\";
N;s:12:\"column_count\";i:3;s:16:\"is_propertyTable\";i:1;}i:3;a:6:{s:8:\"proper
ty\";s:17:\"web_func.menu.wiz\";s:8:\"datatype\";s:6:\"&nbsp;\";s:11:\"descripti
on\";s:862:\"<b>Web &gt; Functions module, Wizards sub module</b><br>This is the
2nd-level Function Menu in the Web &gt; Functions module. Instead of the &quot;
function&quot; key of the main menu it just uses the key &quot;wiz&quot; instead
.<br>&nbsp;<br>&nbsp;<b><br>Option tags:</b><br>&nbsp;<br>&lt;select name<b>=&qu
ot;</b>SET[wiz]<b>&quot;</b>&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;option val
ue<b>=&quot;</b>tx_wizardcrpages_webfunc_2<b>&quot;</b>&gt;Create multiple pages
&lt;/option&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;option value<b>=&quot;</b>t
x_wizardsortpages_webfunc_2<b>&quot;</b>&gt;Sort pages&lt;/option&gt;<br>&lt;/se
lect&gt;<b><br>Example:</b><br>&nbsp;<br>&nbsp;&nbsp;&nbsp;<i># Disables the sub
-item &quot;Create multiple pages&quot;:</i><br>&nbsp;mod.web_func.menu.wiz <b>{
</b><br>&nbsp;&nbsp;&nbsp;tx_wizardcrpages_webfunc_2 <b>=</b> 0<b><br>}</b>\";s:
7:\"default\";N;s:12:\"column_count\";i:3;s:16:\"is_propertyTable\";i:1;}i:4;a:6
:{s:8:\"property\";s:20:\"web_ts.menu.function\";s:8:\"datatype\";s:6:\"&nbsp;\"
;s:11:\"description\";s:843:\"<b>Web &gt; Template module</b><br>&nbsp;<br>&nbsp
;<br>&nbsp;<b><br>Option tags:</b><br>&nbsp;<br>&lt;select name<b>=&quot;</b>SET
[function]<b>&quot;</b>&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;option value<b>
=&quot;</b>tx_tstemplateceditor<b>&quot;</b>&gt;Constant Editor&lt;/option&gt;<b
r>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;option value<b>=&quot;</b>tx_tstemplateinfo<
b>&quot;</b>&gt;Info/Modify&lt;/option&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;
option value<b>=&quot;</b>tx_tstemplateobjbrowser<b>&quot;</b>&gt;TypoScript Obj
ect Browser&lt;/option&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;option value<b>=
&quot;</b>tx_tstemplateanalyzer<b>&quot;</b>&gt;Template Analyzer&lt;/option&gt;
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;option value<b>=&quot;</b>tx_tstemplatesty
ler_modfunc1<b>&quot;</b>&gt;CSS Styler&lt;/option&gt;<br>&lt;/select&gt;\";s:7:
\"default\";N;s:12:\"column_count\";i:3;s:16:\"is_propertyTable\";i:1;}i:5;a:6:{
s:8:\"property\";s:23:\"user_task.menu.function\";s:8:\"datatype\";s:6:\"&nbsp;\
";s:11:\"description\";s:1146:\"<b>User &gt; Task Center</b><br>This is slightly
different because the Task Center does not provide a selector box function menu
. But behind the scene it uses the same functionality of saving &quot;states&quo
t; and therefore you can also blind items in the Task Center.<br>There is one tr
icky thing thought: The Task Center is not depending on a page in the page tree!
So you either have to set default Page TSconfig or User TSconfig to blind optio
ns here!<br>&nbsp;<br>&nbsp;<br>&nbsp;<b><br>Keys are:</b><br>&nbsp;<br>tx_sysno
tepad = Quick Notetx_taskcenterrecent = Recent Pagestx_taskcenterrootlist = Web&
gt;List module / roottx_taskcentermodules = Pluginstx_sysaction = Actionstx_syst
odos = Tasks<br>&nbsp;<b><br>Example:</b><br>Set this as <i>User TSconfig</i>:<b
r>&nbsp;<br>&nbsp;&nbsp;&nbsp;<i># Task Center configuration:</i><br>&nbsp;mod.u
ser_task.menu.function <b>{</b><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<i># Disable &q
uot;Recent Pages&quot; display:</i><br>&nbsp;&nbsp;&nbsp;tx_taskcenterrecent <b>
=</b> 0<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<i># Disable &quot;Action&quot; list</i
><br>&nbsp;&nbsp;&nbsp;tx_sysaction <b>=</b> 0<b><br>}</b>\";s:7:\"default\";N;s
:12:\"column_count\";i:3;s:16:\"is_propertyTable\";i:1;}}}',''),(19,6356713,'ef2
9a11397049df8d64b160558d05e89','','page:mod.SHARED; beuser:mod.SHARED','a:1:{s:4
:\"rows\";a:3:{i:0;a:6:{s:8:\"property\";s:11:\"colPos_list\";s:8:\"datatype\";s
:51:\"(list of integers, blank = don&#039;t do anything.)\";s:11:\"description\"
;s:841:\"This option lets you specify which columns of tt_content elements shoul
d be displayed in the &#039;Columns&#039; view of the modules, in particular Web
&gt;Page. <br>By default there are four columns, Left, Normal, Right, Border. Ho
wever most websites use only the Normal column, maybe another also. In that case
the remaining columns are not needed. By this option you can specify exactly wh
ich of the columns you want to display.<br>Each column has a number which ultima
tely comes from the configuration of the table tt_content, field &#039;colPos&#0
39; found in the tables.php file. This is the values of the four default columns
:<br>Left: 1<br>Normal: 0<br>Right: 2<br>&nbsp;Border: 3<br>&nbsp;<b><br>Example
:</b><br>This results in only the Normal and Border column being displayed:<br>&
nbsp;<br>&nbsp;mod.SHARED.colPos_list <b>=</b> 0,3\";s:7:\"default\";s:6:\"&nbsp
;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:1;a:6:{s:8:\"prop
erty\";s:20:\"defaultLanguageLabel\";s:8:\"datatype\";s:6:\"string\";s:11:\"desc
ription\";s:166:\"Alternative label for &quot;Default&quot; when language labels
are shown in the interface.<br>&nbsp;<br>Used on Web&gt;List, Web&gt;Page and T
emplaVoilas page module.\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";
i:4;s:16:\"is_propertyTable\";i:1;}i:2;a:6:{s:8:\"property\";s:19:\"defaultLangu
ageFlag\";s:8:\"datatype\";s:6:\"string\";s:11:\"description\";s:117:\"Flag icon
filename from gfx/flags/ for default language<br>&nbsp;<br>User in Web&gt;List
and TemplaVoila page module.\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_coun
t\";i:4;s:16:\"is_propertyTable\";i:1;}}}',''),(20,6356713,'4bce98e2b4a7c2890738
97b4dbc86601','','page:mod.web_layout; beuser:mod.web_layout','a:1:{s:4:\"rows\"
;a:12:{i:0;a:6:{s:8:\"property\";s:22:\"tt_content.colPos_list\";s:8:\"datatype\
";s:51:\"(list of integers, blank = don&#039;t do anything.)\";s:11:\"descriptio
n\";s:288:\"See mod.SHARED.colPos_list for details.<br>If non-blank, this list w
ill override the one set by mod.SHARED.colPos_list.<br>&nbsp;<b><br>Example:</b>
<br>This results in only the Normal and Border column being displayed:<br>&nbsp;
<br>&nbsp;mod.web_layout.tt_content.colPos_list <b>=</b> 0,3\";s:7:\"default\";s
:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:1;a:6:{
s:8:\"property\";s:21:\"tt_content.fieldOrder\";s:8:\"datatype\";s:41:\"list of
field names from tt_content table\";s:11:\"description\";s:646:\"This allows you
to specify (and thereby overrule) the preferred order of the fieldnames of the
&quot;Quick Edit&quot; editing forms of the tt_content table (Content Elements).
Just specify the list of fields, separated by comma. Then these fields will be
listed first and all remaining fields thereafter in their original order.<br>&nb
sp;<b><br>Example:</b><br>This results in the &#039;Text&#039; field and thereaf
ter &#039;Header&#039; field being display as the very first fields instead of t
he &#039;Type&#039; field. <br>&nbsp;<br>&nbsp;mod.web_layout.tt_content <b>{</b
><br>&nbsp;&nbsp;&nbsp;fieldOrder <b>=</b> bodytext, header<b><br>}</b>\";s:7:\"
default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1
;}i:2;a:6:{s:8:\"property\";s:17:\"editFieldsAtATime\";s:8:\"datatype\";s:4:\"in
t+\";s:11:\"description\";s:305:\"Specifies the number of subsequent content ele
ments to load in the editform when clicking the editicon of a content element in
the &#039;Columns&#039; view of the module. <br>&nbsp;<b><br>Example:</b><br>&n
bsp;<br>&nbsp;mod.web_layout <b>{</b><br>&nbsp;&nbsp;&nbsp;editFieldsAtATime <b>
=</b> 2<b><br>}</b>\";s:7:\"default\";s:1:\"1\";s:12:\"column_count\";i:4;s:16:\
"is_propertyTable\";i:1;}i:3;a:6:{s:8:\"property\";s:19:\"noCreateRecordsLink\";
s:8:\"datatype\";s:7:\"boolean\";s:11:\"description\";s:85:\"If set, the link in
the bottom of the page, &quot;Create new record&quot;, is hidden.\";s:7:\"defau
lt\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:4
;a:6:{s:8:\"property\";s:11:\"QEisDefault\";s:8:\"datatype\";s:7:\"boolean\";s:1
1:\"description\";s:108:\"If set, then the QuickEditor is the first element in t
he Function Menu in the top of the menu in Web&gt;Page\";s:7:\"default\";s:6:\"&
nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:5;a:6:{s:8:\"
property\";s:16:\"disableSearchBox\";s:8:\"datatype\";s:7:\"boolean\";s:11:\"des
cription\";s:40:\"Disables the search box in Columns view.\";s:7:\"default\";s:6
:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:6;a:6:{s:
8:\"property\";s:17:\"disableBigButtons\";s:8:\"datatype\";s:7:\"boolean\";s:11:
\"description\";s:141:\"Disables the large buttons in top of the Columns view.<b
r>&nbsp;<br>These are the buttons that are hidden by this option:<br>&nbsp;<br>&
nbsp;\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_prope
rtyTable\";i:1;}i:7;a:6:{s:8:\"property\";s:15:\"disableAdvanced\";s:8:\"datatyp
e\";s:7:\"boolean\";s:11:\"description\";s:133:\"Disables the clear cache advanc
ed function in the bottom of the page in the module, including the &quot;Create
new record&quot; link.\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:
4;s:16:\"is_propertyTable\";i:1;}i:8;a:6:{s:8:\"property\";s:30:\"disableNewCont
entElementWizard\";s:8:\"datatype\";s:7:\"boolean\";s:11:\"description\";s:142:\
"Disables the fact that the new-content-element icons links to the content eleme
nt wizard and not directly to a blank &#x201c;NEW&#x201d; form.\";s:7:\"default\
";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:9;a:
6:{s:8:\"property\";s:20:\"defaultLanguageLabel\";s:8:\"datatype\";s:6:\"string\
";s:11:\"description\";s:156:\"Alternative label for &quot;Default&quot; when la
nguage labels are shown in the interface.<br>&nbsp;<br>Overrides the same proper
ty from mod.SHARED if set. \";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count
\";i:4;s:16:\"is_propertyTable\";i:1;}i:10;a:6:{s:8:\"property\";s:14:\"defLangB
inding\";s:8:\"datatype\";s:7:\"boolean\";s:11:\"description\";s:521:\"If set, t
ranslations of content elements are bound to the default record in the display.
This means that within each column with content elements any translation found f
or exactly the shown default content element will be shown in the language colum
n next to.<br>&nbsp;<br>This display mode should be used depending on how the fr
ontend is configured to display localization. The frontend must display localize
d pages by selecting the default content elements and for each one overlay with
a possible translation if found.\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_
count\";i:4;s:16:\"is_propertyTable\";i:1;}i:11;a:6:{s:8:\"property\";s:18:\"dis
ableIconToolbar\";s:8:\"datatype\";s:7:\"boolean\";s:11:\"description\";s:95:\"D
isables the topmost icon toolbar with the &quot;view&quot;-Icon and the icon<br>
toolbar below.\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\
"is_propertyTable\";i:1;}}}',''),(21,6356713,'2f1769c34fe68445a2679c113ab252c3',
'','page:mod.web_list; beuser:mod.web_list','a:1:{s:4:\"rows\";a:10:{i:0;a:6:{s:
8:\"property\";s:19:\"noCreateRecordsLink\";s:8:\"datatype\";s:7:\"boolean\";s:1
1:\"description\";s:219:\"If set, the link in the bottom of the page, &quot;Crea
te new record&quot;, is hidden.<br>&nbsp;<b><br>Example:</b><br>&nbsp;<br>&nbsp;
mod.web_list <b>{</b><br>&nbsp;&nbsp;&nbsp;noCreateRecordsLink <b>=</b> 1<b><br>
}</b>\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_prope
rtyTable\";i:1;}i:1;a:6:{s:8:\"property\";s:17:\"alternateBgColors\";s:8:\"datat
ype\";s:7:\"boolean\";s:11:\"description\";s:274:\"If set, the background colors
of elements will alternate.<br>&nbsp;<b><br>Example:</b><br>&nbsp;<br>&nbsp;mod
.web_list <b>{</b><br>&nbsp;&nbsp;&nbsp;alternateBgColors <b>=</b> 1<b><br>}</b>
<br>The result is alternating background colors for each element:<br>&nbsp;<br>&
nbsp;\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_prope
rtyTable\";i:1;}i:2;a:6:{s:8:\"property\";s:22:\"disableSingleTableView\";s:8:\"
datatype\";s:7:\"boolean\";s:11:\"description\";s:199:\"If set, then the links o
n the table titles which shows a single table listing only will not be available
(including sorting links on columns titles, because these links jumps to the ta
ble-only view).\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:
\"is_propertyTable\";i:1;}i:3;a:6:{s:8:\"property\";s:25:\"listOnlyInSingleTable
View\";s:8:\"datatype\";s:7:\"boolean\";s:11:\"description\";s:500:\"If set, the
n records will be listed only when the single table view is enabled. This is ver
y practical for pages containing many records from many tables!<br>&nbsp;<b><br>
Example:</b><br>&nbsp;<br>&nbsp;mod.web_list <b>{</b><br>&nbsp;&nbsp;&nbsp;listO
nlyInSingleTableView <b>=</b> 1<b><br>}</b><br>The result will be that records f
rom tables are listed only in the single-table mode and the default view will ju
st show number of table records in page and the table description if available:<
br>&nbsp;\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_p
ropertyTable\";i:1;}i:4;a:6:{s:8:\"property\";s:10:\"hideTables\";s:8:\"datatype
\";s:19:\"list of table names\";s:11:\"description\";s:54:\"Hide these tables in
record listings (comma-separated)\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"colum
n_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:5;a:6:{s:8:\"property\";s:16:\"al
lowedNewTables\";s:8:\"datatype\";s:25:\"<i>list of tablenames</i>\";s:11:\"desc
ription\";s:669:\"If this list is set, then only tables listed here will have a
link to &#x201c;create new&#x201d; in the page and subpages.<br>&nbsp;<br>This a
lso affects &quot;db_new.php&quot; (the display of &#x201c;Create new record&#x2
01d;)<br>&nbsp;<b>Note:</b> Technically records can be created (eg. by copying/m
oving), so this is &quot;pseudo security&quot;. The point is to reduce the numbe
r of options for new records visually.<br>&nbsp;<b><br>Example:</b><br>&nbsp;<br
>&nbsp;mod.web_list <b>{</b><br>&nbsp;&nbsp;&nbsp;allowedNewTables <b>=</b> page
s, tt_news<b><br>}</b><br>Only pages and tt_news table elements will be linked t
o in the New record screen:<br>&nbsp;<br>&nbsp;\";s:7:\"default\";s:6:\"&nbsp;\"
;s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:6;a:6:{s:8:\"propert
y\";s:10:\"newWizards\";s:8:\"datatype\";s:7:\"boolean\";s:11:\"description\";s:
177:\"If set, then the new-link over the control panel of the pages and tt_conte
nt listings in the List module will link to the wizards and not create a record
in the top of the list.\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i
:4;s:16:\"is_propertyTable\";i:1;}i:7;a:6:{s:8:\"property\";s:38:\"showClipContr
olPanelsDespiteOfCMlayers\";s:8:\"datatype\";s:7:\"boolean\";s:11:\"description\
";s:237:\"If set, then the control- and clipboard panels of the module is shown
even if the context-popups (ClickMenu) are available. Normally the control- and
clipboard panels are disabled (unless extended mode is set) in order to save ban
dwidth.\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_pro
pertyTable\";i:1;}i:8;a:6:{s:8:\"property\";s:71:\"newPageWiz.overrideWithExtens
ion<br>newContentWiz.overrideWithExtension\";s:8:\"datatype\";s:6:\"string\";s:1
1:\"description\";s:363:\"If set to an extension key, (eg. &#x201c;templavoila&#
x201d;) then the &#x201c;mod1/index.php&#x201d; file of that extension will be u
sed for creating new elements on the page. &quot;newContentWiz&quot; will likewi
se use the &quot;mod1/db_new_content_el.php&quot; for creating new content eleme
nts.<br>&nbsp;<br>Also see &#x201c;options.overridePageModule&#x201d;\";s:7:\"de
fault\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}
i:9;a:6:{s:8:\"property\";s:14:\"clickTitleMode\";s:8:\"datatype\";s:6:\"string\
";s:11:\"description\";s:337:\"Keyword which defines what happens when a user cl
icks the title in the list.<br>&nbsp;<br>Default is that pages will go one level
down while other records have no link at all.<br>&nbsp;<br>Keywords:<br>&nbsp;<
b>edit</b> = Edits record<br>&nbsp;<b>info</b> = Shows information<br>&nbsp;<b>s
how</b> = Shows page/content element in frontend\";s:7:\"default\";s:6:\"&nbsp;\
";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}}}',''),(22,6356713,'
2c0faa1efede00c1315123808e0536ef','','page:mod.web_view; beuser:mod.web_view','a
:1:{s:4:\"rows\";a:1:{i:0;a:6:{s:8:\"property\";s:4:\"type\";s:8:\"datatype\";s:
4:\"int+\";s:11:\"description\";s:314:\"Enter the value of the &amp;type paramet
er passed to the webpage.<br>&nbsp;<b><br>Example:</b><br>By this configuration
frontend pages will be shown with &quot;index.php?id=123&amp;type=1&quot; from t
he Web &gt; View module:<br>&nbsp;<br>&nbsp;mod.web_view <b>{</b><br>&nbsp;&nbsp
;&nbsp;type <b>=</b> 1<b><br>}</b>\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"colum
n_count\";i:4;s:16:\"is_propertyTable\";i:1;}}}',''),(23,6356713,'14bf6725234188
138476fdcb63eaba70','','beuser:mod.tools_em','a:1:{s:4:\"rows\";a:1:{i:0;a:6:{s:
8:\"property\";s:14:\"allowTVlisting\";s:8:\"datatype\";s:7:\"boolean\";s:11:\"d
escription\";s:350:\"If set the Technical and Validation listings are available
in the EM. Those will evaluate ALL available extensions and that can take many s
econds (up to 30) depending on number of extensions. <br>&nbsp;<b><br>Example:</
b><br>&nbsp;<br>&nbsp;mod.tools_em.allowTVlisting <b>=</b> 1<br>Enables these op
tions in the Extension Manager:<br>&nbsp;<br>&nbsp;\";s:7:\"default\";s:6:\"&nbs
p;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}}}',''),(24,635671
3,'b6ee1f8429c301026c90ac1561f84770','','page:mod.xMOD_alt_doc; beuser:mod.xMOD_
alt_doc','a:1:{s:4:\"rows\";a:2:{i:0;a:6:{s:8:\"property\";s:18:\"disableDocSele
ctor\";s:8:\"datatype\";s:7:\"boolean\";s:11:\"description\";s:393:\"If set, the
document selector is disabled<br>&nbsp;<b><br>Example:</b><br>&nbsp;<br>&nbsp;m
od.xMOD_alt_doc <b>{</b><br>&nbsp;&nbsp;&nbsp;disableDocSelector <b>=</b> 1<br>&
nbsp;&nbsp;&nbsp;disableCacheSelector <b>=</b> 1<b><br>}</b><br>The result is th
at both the document and cache action selector is hidden in the form page:<br>&n
bsp;<br>&nbsp;<br>(The interesting part is what is missing...)\";s:7:\"default\"
;s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:1;a:6
:{s:8:\"property\";s:20:\"disableCacheSelector\";s:8:\"datatype\";s:7:\"boolean\
";s:11:\"description\";s:89:\"If set, the cache/save/close selector is disabled.
<br>&nbsp;<i><br>See example above.</i>\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"
column_count\";i:4;s:16:\"is_propertyTable\";i:1;}}}',''),(25,6356713,'dc552e3c7
8a7a59de68ad59044c36468','','page:TCEMAIN','a:1:{s:4:\"rows\";a:8:{i:0;a:6:{s:8:
\"property\";s:35:\"table.[<i>tablename</i>]<br>default\";s:8:\"datatype\";s:19:
\"-&gt;TCEMAIN_tables\";s:11:\"description\";s:23:\"Options for each table.\";s:
7:\"default\";N;s:12:\"column_count\";i:3;s:16:\"is_propertyTable\";i:1;}i:1;a:6
:{s:8:\"property\";s:41:\"permissions.userid<br>permissions.groupid\";s:8:\"data
type\";s:4:\"int+\";s:11:\"description\";s:861:\"Hardcodes the default owner Bac
kend User / Group UID of new and copied pages.<br>&nbsp;<br>(The default owner i
s the backend user that creates / copies the record. The default user group is t
he &quot;main group&quot; of the backend user - the group in the very top of the
users group-list.)<br>&nbsp;<b><br>Example:</b><br>&nbsp;<br>&nbsp;TCEMAIN <b>{
</b><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<i># Owner be_users UID for new pages:</i>
<br>&nbsp;&nbsp;&nbsp;permissions.userid <b>=</b> 2<br>&nbsp;&nbsp;&nbsp;&nbsp;&
nbsp;<i># Owner be_groups UID for new pages:</i><br>&nbsp;&nbsp;&nbsp;permission
s.groupid <b>=</b> 3<b><br>}</b><br>Backend User with UID 2 is &quot;test&quot;
and the Backend Group with UID 3 is &quot;test_group&quot;. With the configurati
on above a new page would be created with this user/group setting instead of the
defaults:<br>&nbsp;<br>&nbsp;\";s:7:\"default\";N;s:12:\"column_count\";i:3;s:1
6:\"is_propertyTable\";i:1;}i:2;a:6:{s:8:\"property\";s:62:\"permissions.user<br
>permissions.group<br>permissions.everybody\";s:8:\"datatype\";s:24:\"list of st
ring/int[0-31]\";s:11:\"description\";s:1415:\"Default permissions set for owner
-user, owner-group and everybody.<br>&nbsp;<br>Keylist: show,edit,delete,new,edi
tcontent<br>Alternatively you can specify an integer from 0 to 31 indicating whi
ch bits corresponding to the keylist should be set. (Bits in keylist: show=1,edi
t=2,delete=4,new=8,editcontent=16)<br>&nbsp;<br>Defaults from $TYPO3_CONF_VARS:<
br>&quot;user&quot; =&gt; &quot;show,edit,delete,new,editcontent&quot;,<br>&#x20
1c;group&quot; =&gt; &quot;show,edit,new,editcontent&quot;,<br>&quot;everybody&q
uot; =&gt; &quot;&quot;<br>&nbsp;<b><br>Example:</b><br>&nbsp;<br>&nbsp;TCEMAIN.
permissions <b>{</b><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<i># User can do anything
(default):</i><br>&nbsp;&nbsp;&nbsp;user <b>=</b> 31<br>&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;<i># Group can do anything </i><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<i># (nor
mally &quot;delete&quot; is disabled)</i><br>&nbsp;&nbsp;&nbsp;group <b>=</b> 31
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<i># Everybody can at least see the page</i><b
r>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<i># (normally everybody can do nothing)</i><br>
&nbsp;&nbsp;&nbsp;everybody <b>=</b> show<b><br>}</b><br>The page &quot;Test (co
py 3)&quot; was created with the settings above for permissions. Compared to the
two other pages created with default permissions you can see the effect: The Ba
ckend Group can now also delete the page by default and Everybody has read acces
s:<br>&nbsp;<br>&nbsp;\";s:7:\"default\";N;s:12:\"column_count\";i:3;s:16:\"is_p
ropertyTable\";i:1;}i:3;a:6:{s:8:\"property\";s:13:\"clearCacheCmd\";s:8:\"datat
ype\";s:61:\"List of values (integers, &quot;all&quot;, &quot;pages&quot;)\";s:1
1:\"description\";s:563:\"This can allow you to have the cache for additional pa
ges cleared when saving to some page or branch of the page tree.<br>&nbsp;<b><br
>Examples:</b><br>&nbsp;<br>&nbsp;&nbsp;&nbsp;<i># Will clear the cache for page
ID 12 and 23 </i><br>&nbsp;&nbsp;&nbsp;<i># when saving a record in this page:<
/i><br>&nbsp;TCEMAIN.clearCacheCmd <b>=</b> 12,23<br>&nbsp;<br>&nbsp;&nbsp;&nbsp
;<i># Will clear all pages cache:</i><br>&nbsp;TCEMAIN.clearCacheCmd <b>=</b> pa
ges<br>&nbsp;<br>&nbsp;&nbsp;&nbsp;<i># Will clear ALL cache:</i><br>&nbsp;TCEMA
IN.clearCacheCmd <b>=</b> all\";s:7:\"default\";N;s:12:\"column_count\";i:3;s:16
:\"is_propertyTable\";i:1;}i:4;a:6:{s:8:\"property\";s:30:\"clearCache_pageSibli
ngChildren\";s:8:\"datatype\";s:7:\"boolean\";s:11:\"description\";s:204:\"If se
t, then children of all siblings of a page being edited will have the page cache
cleared.<br>(Default is that when a page record is edited, the cache for itself
and siblings (same level) is cleared.)\";s:7:\"default\";N;s:12:\"column_count\
";i:3;s:16:\"is_propertyTable\";i:1;}i:5;a:6:{s:8:\"property\";s:26:\"clearCache
_pageGrandParent\";s:8:\"datatype\";s:7:\"boolean\";s:11:\"description\";s:86:\"
If set, then the grand parent of a page being edited will have the page cache cl
eared.\";s:7:\"default\";N;s:12:\"column_count\";i:3;s:16:\"is_propertyTable\";i
:1;}i:6;a:6:{s:8:\"property\";s:18:\"clearCache_disable\";s:8:\"datatype\";s:7:\
"boolean\";s:11:\"description\";s:189:\"If set, then the automatic clearing of p
age cache when records are edited etc. is disabled. This also disables the signi
ficance of the two &quot;clearCache_page*&quot; options listed above.\";s:7:\"de
fault\";N;s:12:\"column_count\";i:3;s:16:\"is_propertyTable\";i:1;}i:7;a:6:{s:8:
\"property\";s:18:\"translateToMessage\";s:8:\"datatype\";s:6:\"string\";s:11:\"
description\";s:486:\"Defines the string that will be prepended to every field v
alue if you copy an element to another language version.<br>&nbsp;<br>The specia
l string &#x201c;%s&quot; will be replaced with the language title.<br>Default i
st &quot;Translate to [language title]:&quot;.<br>&nbsp;<b><br>Example:</b><br>&
nbsp;<br>&nbsp;TCEMAIN <b>{</b><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<i># Set a Germ
an label:</i><br>&nbsp;&nbsp;&nbsp;translateToMessage = Bitte in &quot;%s&quot;
&#xfc;bersetzen:<b><br>}</b>\";s:7:\"default\";N;s:12:\"column_count\";i:3;s:16:
\"is_propertyTable\";i:1;}}}',''),(26,6356713,'bdedb7b326ecbf571a94829143391fa3'
,'','page:TCEMAIN.default/TCEMAIN.table.(tablename)/->TCEMAIN_tables','a:1:{s:4:
\"rows\";a:3:{i:0;a:6:{s:8:\"property\";s:18:\"history.maxAgeDays\";s:8:\"dataty
pe\";s:4:\"int+\";s:11:\"description\";s:155:\"The number of days elements are i
n the history at most. Takes precedence over keepEntries.<br>Default is 7 days.
Range 0-200. Zero turns the magAgeDays of.\";s:7:\"default\";N;s:12:\"column_cou
nt\";i:3;s:16:\"is_propertyTable\";i:1;}i:1;a:6:{s:8:\"property\";s:20:\"disable
PrependAtCopy\";s:8:\"datatype\";s:7:\"boolean\";s:11:\"description\";s:1182:\"D
isables the &#x201c;prependAtCopy&#x201d; feature (if configured for table in $T
CA)<br>&nbsp;<br>(The word &quot;prepend&quot; is misguiding - the &quot;(copy)&
quot; label is <i>appended</i> to (put after) the record title! Sorry for that m
istake, it isn&#039;t the only time I have made that.)<br>&nbsp;<b><br>Example:<
/b><br>&nbsp;<br>&nbsp;TCEMAIN.table.pages <b>{</b><br>&nbsp;&nbsp;&nbsp;&nbsp;&
nbsp;<i># Pages will NOT have &quot;(copy)&quot; appended:</i><br>&nbsp;&nbsp;&n
bsp;disablePrependAtCopy <b>=</b> 1<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<i># Pages
will NOT be hidden upon copy:</i><br>&nbsp;&nbsp;&nbsp;disableHideAtCopy <b>=</b
> 1<b><br>}</b><br>These settings means that a page copied (say, the last page i
n this tree, labeled &quot;Test&quot;) will neither have &quot;(copy X)&quot; ap
pended nor be hidden. <br>This effect is shown in the first sub page here, label
ed &quot;Test&quot;. It appears exactly like the third page that was copied. <br
>The page in the middle, labeled &quot;Test (copy 3)&quot; is the default mode w
here the page is hidden and the &quot;(copy X)&quot; suffix is added if another
page with the same named existed already.<br>&nbsp;<br>&nbsp;\";s:7:\"default\";
N;s:12:\"column_count\";i:3;s:16:\"is_propertyTable\";i:1;}i:2;a:6:{s:8:\"proper
ty\";s:17:\"disableHideAtCopy\";s:8:\"datatype\";s:7:\"boolean\";s:11:\"descript
ion\";s:151:\"Disables the &#x201c;hideAtCopy&#x201d; feature (if configured for
table in $TCA)<br>&nbsp;<br>For example, see &quot;disablePrependAtCopy&quot; a
bove.\";s:7:\"default\";N;s:12:\"column_count\";i:3;s:16:\"is_propertyTable\";i:
1;}}}',''),(27,6356713,'635aff2d727b50d7cdaaaf6a4144318e','','page:TCEFORM','a:1
:{s:4:\"rows\";a:2:{i:0;a:6:{s:8:\"property\";s:90:\"[<i>tablename</i>].[<i>fiel
d</i>]<br>[<i>tablename</i>].[<i>field</i>].types.[<i>type</i>]\";s:8:\"datatype
\";s:20:\"-&gt;TCEFORM_confObj\";s:11:\"description\";s:459:\"These objects cont
ain additional configuration of the TCEFORM interface. For the properties availa
ble, refer to the table below. This is a description of how you can customize in
general and override for specific types.<br>&nbsp;<br>TCEFORM.[tablename].[fiel
d] - configures the field in TCEFORM for all types.<br>&nbsp;<br>TCEFORM.[tablen
ame].[field].types.[type] - configures the field in TCEFORM in case the &#039;ty
pe&#039;-value of the field matches type.\";s:7:\"default\";N;s:12:\"column_coun
t\";i:3;s:16:\"is_propertyTable\";i:1;}i:1;a:6:{s:8:\"property\";s:53:\"[<i>tabl
ename</i>].[<i>field</i>].config.[<i>key</i>]\";s:8:\"datatype\";s:14:\"string /
array\";s:11:\"description\";s:783:\"This setting allows to override TCA field
configuration and offers a flexible opportunity to reuse tables and TCA definiti
ons but adept it to individual demands. So this will influence configuration set
tings in $TCA[&lt;tablename&gt;][&#039;columns&#039;][&lt;field&gt;][&#039;confi
g&#039;][&lt;key&gt;].<br>&nbsp;<br>Depending on the $TCA type of the field, the
allowed keys are:<br>&nbsp;<b>input </b>- size, max<br>&nbsp;<b>text</b> - cols
, rows, wrap<br>&nbsp;<b>check</b> - cols, showIfRTE<br>&nbsp;<b>select</b> - si
ze, autoSizeMax, maxitems, minitems<br>&nbsp;<b>group</b> - size, autoSizeMax, m
ax_size, show_thumbs, maxitems, minitems<br>&nbsp;<b>inline</b> - appearance, fo
reign_label, foreign_selector, foreign_unique, maxitems, minitems, size, autoSiz
eMax, symmetric_label\";s:7:\"default\";N;s:12:\"column_count\";i:3;s:16:\"is_pr
opertyTable\";i:1;}}}',''),(28,6356713,'aa7f13fe687c77a191a431405d3f9631','','pa
ge:TCEFORM.(tablename).(field)/TCEFORM.(tablename).(field).types.(type)','a:1:{s
:4:\"rows\";a:12:{i:0;a:6:{s:8:\"property\";s:8:\"disabled\";s:8:\"datatype\";s:
7:\"boolean\";s:11:\"description\";s:248:\"If set, the field is not rendered.<br
>&nbsp;<b><br>Example:</b><br>&nbsp;<br>&nbsp;TCEFORM.pages.title <b>{</b><br>&n
bsp;&nbsp;&nbsp;&nbsp;&nbsp;<i># You cannot edit the Page title field now:</i><b
r>&nbsp;&nbsp;&nbsp;disabled <b>=</b> 1<b><br>}</b>\";s:7:\"default\";N;s:12:\"c
olumn_count\";i:3;s:16:\"is_propertyTable\";i:1;}i:1;a:6:{s:8:\"property\";s:11:
\"removeItems\";s:8:\"datatype\";s:14:\"list of values\";s:11:\"description\";s:
378:\"<i>(applies to select-types only)</i><i><br>&nbsp;</i><br>This removes the
items from the list which has a value found in this comma list of values.<br>&n
bsp;<b><br>Example:</b><br>&nbsp;<br>&nbsp;TCEFORM.pages.doktype {<br>&nbsp;&#xa
0;&#xa0;&#xa0;&#xa0;# Remove the &quot;Recycler&quot; and &quot;Spacer&quot; pag
e type options:<br>&nbsp;&#xa0;&#xa0;removeItems = 199, 255<br>}\";s:7:\"default
\";N;s:12:\"column_count\";i:3;s:16:\"is_propertyTable\";i:1;}i:2;a:6:{s:8:\"pro
perty\";s:20:\"addItems.[itemValue]\";s:8:\"datatype\";s:18:\"string (label, LS)
\";s:11:\"description\";s:935:\"<i>(applies to select-types only)</i><i><br>&nbs
p;</i><br>This will add elements to the list. Notice that the added elements mig
ht be removed if the selector represents records. In that case only still existi
ng records will be preserved.<br>&nbsp;<b><br>Example:</b><br>&nbsp;<br>&nbsp;TC
EFORM.pages.doktype <b>{</b><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<i># Creates a new
page type option:</i><br>&nbsp;&nbsp;&nbsp;addItems.123 <b>=</b> New Page type!
<br>&nbsp;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<i># Creates yet a page type with &q
uot;locallang&quot; title:</i><br>&nbsp;&nbsp;&nbsp;addItems.124 <b>=</b> LLL:EX
T:lang/locallang_tca.php:title<b><br>}</b><br>This example extends the options f
or Page types with two new items:<br>&nbsp;<br>&nbsp;<br>&nbsp;<b>Warning:</b> T
his example shows the principle of adding adhoc-items to a selector box in TYPO3
but you <i>should not</i> add new <i>page types</i> or Content Element types th
is way!\";s:7:\"default\";N;s:12:\"column_count\";i:3;s:16:\"is_propertyTable\";
i:1;}i:3;a:6:{s:8:\"property\";s:29:\"disableNoMatchingValueElement\";s:8:\"data
type\";s:7:\"boolean\";s:11:\"description\";s:771:\"<i>(applies to select-types
only)</i><i><br>&nbsp;</i><br>If set, the element &quot;CURRENT VALUE IS NOT AVA
ILABLE&quot; will not be added to the list.<br>&nbsp;<b><br>Example:</b><br>&nbs
p;<br>If a selector box value is not available among the options in the box the
default behavior of TYPO3 is to preserve the value and show a label that warns a
bout this special state:<br>&nbsp;<br>&nbsp;<br>Setting this option disables tha
t behavior:<br>&nbsp;<br>&nbsp;TCEFORM.pages.doktype <b>{</b><br>&nbsp;&nbsp;&nb
sp;&nbsp;&nbsp;<i># &quot;CURRENT VALUE IS NOT ...&quot; label will never show u
p:</i><br>&nbsp;&nbsp;&nbsp;disableNoMatchingValueElement <b>=</b> 1<b><br>}</b>
<br>... and the selector box will default to the first element in the selector b
ox:<br>&nbsp;<br>&nbsp;\";s:7:\"default\";N;s:12:\"column_count\";i:3;s:16:\"is_
propertyTable\";i:1;}i:4;a:6:{s:8:\"property\";s:21:\"noMatchingValue_label\";s:
8:\"datatype\";s:11:\"string (LS)\";s:11:\"description\";s:564:\"<i>(applies to
select-types only)</i><i><br>&nbsp;</i><br>Allows for an alternative label the &
#x201c;noMatchingValue&#x201d; element. <br>You can insert the placeholder &quot
;%s&quot; to insert the value.<br>If you supply a blank value the label will be
blank.<br>&nbsp;<b><br>Example:</b><br>&nbsp;<br>&nbsp;TCEFORM.pages.doktype {<b
r>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<i># Alternative &quot;CURRENT VALUE IS NOT ...&
quot; label:</i><br>&nbsp;&nbsp;&nbsp;noMatchingValue_label = VALUE &quot;%s&quo
t; was not available!<br>}<br>The result will be:<br>&nbsp;<br>&nbsp;\";s:7:\"de
fault\";N;s:12:\"column_count\";i:3;s:16:\"is_propertyTable\";i:1;}i:5;a:6:{s:8:
\"property\";s:22:\"altLabels.[item_value]\";s:8:\"datatype\";s:11:\"string (LS)
\";s:11:\"description\";s:727:\"<i>(applies to select-types only)</i><i><br>&nbs
p;</i><br>This allows you to enter alternative labels for the items in the list.
<br>&nbsp;<b><br>Example:</b><br>&nbsp;<br>&nbsp;TCEFORM.pages.doktype <b>{</b>
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<i># Setting alternative labels:</i><br>&nbsp;
&nbsp;&nbsp;altLabels.1 <b>=</b> STANDARD page type<br>&nbsp;&nbsp;&nbsp;altLabe
ls.2 <b>=</b> ADVANCED page type<br>&nbsp;&nbsp;&nbsp;altLabels.254 <b>=</b> Sys
tem Folder (for various elements)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<i># Sets the
default labels for Recycler (via &quot;locallang&quot;):</i><br>&nbsp;&nbsp;&nb
sp;altLabels.255 <b>=</b> LLL:EXT:lang/locallang_tca.php:doktype.I.2<b><br>}</b>
<br>Result will be:<br>&nbsp;<br>&nbsp;\";s:7:\"default\";N;s:12:\"column_count\
";i:3;s:16:\"is_propertyTable\";i:1;}i:6;a:6:{s:8:\"property\";s:16:\"PAGE_TSCON
FIG_ID\";s:8:\"datatype\";s:7:\"integer\";s:11:\"description\";s:293:\"<i>(appli
es to select-types with foreign table)</i><i><br>&nbsp;</i><br>When the select-t
ypes are used with foreign-table the where-query has four markers (see descripti
on of $TCA in the &#x201c;Inside TYPO3&#x201d; document.) The value of three of
these markers may be set from Page TSconfig.\";s:7:\"default\";N;s:12:\"column_c
ount\";i:3;s:16:\"is_propertyTable\";i:1;}i:7;a:6:{s:8:\"property\";s:20:\"PAGE_
TSCONFIG_IDLIST\";s:8:\"datatype\";s:22:\"comma list of integers\";s:11:\"descri
ption\";s:81:\"<i>(applies to select-types with foreign table)</i><i><br>&nbsp;<
/i><br>See above\";s:7:\"default\";N;s:12:\"column_count\";i:3;s:16:\"is_propert
yTable\";i:1;}i:8;a:6:{s:8:\"property\";s:17:\"PAGE_TSCONFIG_STR\";s:8:\"datatyp
e\";s:6:\"string\";s:11:\"description\";s:81:\"<i>(applies to select-types with
foreign table)</i><i><br>&nbsp;</i><br>See above\";s:7:\"default\";N;s:12:\"colu
mn_count\";i:3;s:16:\"is_propertyTable\";i:1;}i:9;a:6:{s:8:\"property\";s:19:\"i
temsProcFunc.[...]\";s:8:\"datatype\";s:8:\"(custom)\";s:11:\"description\";s:19
2:\"<i>(applies to select-types with itemsProcFunc)</i><i><br>&nbsp;</i><br>The
properties of this key is passed on to the itemsProcFunc in the parameter array
by the key &#x201c;TSconfig&#x201d;.\";s:7:\"default\";N;s:12:\"column_count\";i
:3;s:16:\"is_propertyTable\";i:1;}i:10;a:6:{s:8:\"property\";s:18:\"RTEfullScree
nWidth\";s:8:\"datatype\";s:6:\"int+/%\";s:11:\"description\";s:273:\"<i>(applie
s for RTE text fields only with the RTE wizard configured)</i><i><br>&nbsp;</i><
br>The width of the RTE full screen display. If nothing is set, the whole width
is used which means &#x201c;100%&#x201d;. If you set an integer value, that indi
cates the pixels width.\";s:7:\"default\";N;s:12:\"column_count\";i:3;s:16:\"is_
propertyTable\";i:1;}i:11;a:6:{s:8:\"property\";s:15:\"linkTitleToSelf\";s:8:\"d
atatype\";s:7:\"boolean\";s:11:\"description\";s:870:\"<i>(all fields)</i><i><br
>&nbsp;</i><br>If set, then the title of the field in the forms links to alt_doc
.php editing ONLY that field. <br>Works for existing records only - not new reco
rds.<br>&nbsp;<b><br>Extra property:</b><br>.returnUrl = boolean; if set, then t
he return URL is also set.<br>&nbsp;<b><br>Example:</b><br>&nbsp;<br>&nbsp;TCEFO
RM.pages.title <b>{</b><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<i># The label for the
&quot;title&quot; field will link itself</i><br>&nbsp;&nbsp;&nbsp;linkTitleToSel
f <b>=</b> 1<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<i># From the form with &quot;titl
e&quot;, return to full form:</i><br>&nbsp;&nbsp;&nbsp;linkTitleToSelf.returnUrl
<b>=</b> 1<b><br>}</b><br>The result is that the label for the title field will
be a link:<br>&nbsp;<br>&nbsp;<br>Clicking the link brings you to a form where
only this field is shown:<br>&nbsp;<br>&nbsp;\";s:7:\"default\";N;s:12:\"column_
count\";i:3;s:16:\"is_propertyTable\";i:1;}}}',''),(29,6356713,'7a924c59af67c619
fd51493947aa7abb','','page:TSFE','a:1:{s:4:\"rows\";a:2:{i:0;a:6:{s:8:\"property
\";s:23:\"jumpUrl_transferSession\";s:8:\"datatype\";s:7:\"boolean\";s:11:\"desc
ription\";s:977:\"If set, the jumpUrl redirection to the URL will be prepended w
ith a parameter that transfers the current fe_users session to that URL. This UR
L should be the TYPO3 frontend in the same database, just at another domain (els
e it makes no sense).<br>&nbsp;<br>You can implement it in your own links if you
like. This is how you do:<br>You must send the parameter &#039;FE_SESSION_KEY&#
039; as GET or POST. The parameter looks like this: [fe_user-session-id]-[a hash
made to prevent misuse]<br>The parameter can be calculated like this:<br>&nbsp;
<br>&nbsp;$param = &#039;&amp;FE_SESSION_KEY=&#039;.rawurlencode(<br>&nbsp;&#xa0
;&#xa0;&#xa0;$GLOBALS[&#039;TSFE&#039;]-&gt;fe_user-&gt;id.&#039;-&#039;.<br>&nb
sp;&#xa0;&#xa0;&#xa0;md5(<br>&nbsp;&#xa0;&#xa0;&#xa0;&#xa0;&#xa0;$GLOBALS[&#039;
TSFE&#039;]-&gt;fe_user-&gt;id.&#039;/&#039;.<br>&nbsp;&#xa0;&#xa0;&#xa0;&#xa0;&
#xa0;$GLOBALS[&#039;TYPO3_CONF_VARS&#039;][&#039;SYS&#039;][&#039;encryptionKey&
#039;]<br>&#xa0;&#xa0;&#xa0;)<br>);\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"colu
mn_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:1;a:6:{s:8:\"property\";s:9:\"co
nstants\";s:8:\"datatype\";s:40:\"[TypoScript Frontend Constants defaults]\";s:1
1:\"description\";s:1728:\"Defaults for TypoScript Template constants!<br>&nbsp;
<br>This features allows you to pass some amount of information (in the form of
TypoScript Template constants) to the frontend. <br>The specific use of this sho
uld be information which you want to configure for both frontend and backend. Fo
r instance you could have a backend module which should act in a certain way dep
ending on in which branch of the page tree it operates. The change of behavior i
s set by Page TSconfig as always but since you need the same setting applied som
ewhere in the frontend you don&#039;t want the redundancy of specifying the valu
e twice. In such a case you can use this feature. <br>&nbsp;<b><br>Example:</b><
br>&nbsp;<br>&nbsp;TSFE.constants.websiteConfig.id <b>=</b> 123<br>&nbsp;<br>In
the TypoScript templates you can now insert this constant as {$websiteConfig.id}
<br>&nbsp;<br>&nbsp;<br>&nbsp;<br>In the backend module (in the Web main module)
you can reach the value by a few codelines like these:<br>&nbsp;<br>&nbsp;$Page
TSconfig = <br>&nbsp;&#xa0;&#xa0;&#xa0;&#xa0;t3lib_BEfunc::getPagesTSconfig($thi
s-&gt;pObj-&gt;id);<br>&nbsp;$websiteID = <br>&nbsp;&#xa0;&#xa0;&#xa0;&#xa0;$Pag
eTSconfig[&#039;TSFE.&#039;][&#039;constants.&#039;][&#039;websiteConfig.&#039;]
[&#039;id&#039;];<br>&nbsp;<b>Notice:</b> In the frontend the setting of default
constants will only apply to a branch of the tree <i>if</i> a template record i
s found on that page (or if a template record is set for &#x201c;next level&#x20
1d;). In other words: If you want the Page TSconfig constant defaults to affect
only a certain branch of the page tree, make sure to create a template record (a
blank one will do) on the page that carries the Page TSconfig information.\";s:
7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\"
;i:1;}}}',''),(30,7389802,'562ee021929de249706534bf02f731ff','','tsref:(datatype
s)','a:1:{s:4:\"rows\";a:34:{i:0;a:6:{s:8:\"property\";s:11:\"&lt;tag&gt;\";s:8:
\"datatype\";s:43:\"<b>&lt;BODY bgcolor=&quot;red&quot;&gt;</b>\";s:11:\"descrip
tion\";s:6:\"&nbsp;\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s
:16:\"is_propertyTable\";i:1;}i:1;a:6:{s:8:\"property\";s:5:\"align\";s:8:\"data
type\";s:12:\"<b>right</b>\";s:11:\"description\";s:73:\"<b>right / left / cente
r</b><br>Decides alignment, typically in HTML-tags\";s:7:\"default\";s:4:\"left\
";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:2;a:6:{s:8:\"proper
ty\";s:7:\"VHalign\";s:8:\"datatype\";s:67:\"<i>Hori.align = right and Vert.alig
n = center:</i><b><br>r , c </b>\";s:11:\"description\";s:97:\"<b>r/c/l , t/c/b<
/b><br>Horizontal (right, center, left) , Vertical align (top / center / bottom)
\";s:7:\"default\";s:5:\"l , t\";s:12:\"column_count\";i:4;s:16:\"is_propertyTab
le\";i:1;}i:3;a:6:{s:8:\"property\";s:8:\"resource\";s:8:\"datatype\";s:116:\"<i
>From the resourcefield:</i><br>toplogo*.gif<br>&nbsp;<i><br>Reference to filesy
stem:</i><br>fileadmin/picture.gif\";s:11:\"description\";s:603:\"1) A reference
to a file from the resource-field in the template.<br>You can write the exact f
ilename or you can include an asterisk (*) as wildcard. <br>It&#039;s recommende
d to include a &quot;*&quot; before the fileextension (see example to the left).
This will ensure that the file is still referenced correct even if the template
is copied and the file will have it&#039;s name prepended with numbers!!<br>&nb
sp;2) If the value contains a &quot;/&quot; it&#039;s expected to be a reference
(absolute or relative) to a file on the file-system instead of the resource-fie
ld. No support for wildcards.\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_cou
nt\";i:4;s:16:\"is_propertyTable\";i:1;}i:4;a:6:{s:8:\"property\";s:11:\"imgReso
urce\";s:8:\"datatype\";s:204:\"Here &quot;file&quot; is an imgResource:<br>file
= toplogo*.gif<br>file.width = 200<br>&nbsp;<br>GIFBUILDER:<br>file = GIFBUILDE
R<br>file {<br>&nbsp;&nbsp;&nbsp;&nbsp;... (GIFBUILDER-properties here)<br>}\";s
:11:\"description\";s:371:\"1) A &quot;resource&quot; (see above) + imgResource-
properties (see example to the left and object-reference below)<br>Filetypes can
be anything among the allowed types defined in the configuration variable $TYPO
3_CONF_VARS[&quot;GFX&quot;][&quot;imagefile_ext&quot;] (localconf.php). Standar
d is pdf,gif,jpg,jpeg,tif,bmp,ai,pcx,tga,png.<br>&nbsp;<br>2) GIFBUILDER-object\
";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTab
le\";i:1;}i:5;a:6:{s:8:\"property\";s:9:\"HTML-code\";s:8:\"datatype\";s:43:\"<b
>&lt;B&gt;Some text in bold&lt;/B&gt;</b>\";s:11:\"description\";s:14:\"pure HTM
L-code\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_prop
ertyTable\";i:1;}i:6;a:6:{s:8:\"property\";s:6:\"target\";s:8:\"datatype\";s:46:
\"<b>_top</b><b><br>_blank</b><b><br>content</b>\";s:11:\"description\";s:121:\"
target in &lt;A&gt;-tag. <br>This is normally the same value as the name of the
root-level object that defines the frame.\";s:7:\"default\";s:6:\"&nbsp;\";s:12:
\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:7;a:6:{s:8:\"property\";s:
14:\"imageExtension\";s:8:\"datatype\";s:46:\"<b>jpg</b><b><br>web<i>(gif or jpg
..)</i></b>\";s:11:\"description\";s:388:\"Image extensions can be anything amo
ng the allowed types defined in the global variable $TYPO3_CONF_VARS[&quot;GFX&q
uot;][&quot;imagefile_ext&quot;] (localconf.php). Standard is pdf,gif,jpg,jpeg,t
if,bmp,ai,pcx,tga,png.<br>&nbsp;<b>The value &quot;web&quot;</b> is special. Thi
s will just ensure that an image is converted to a web imageformat (gif or jpg)
if it happens not to be already!\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_
count\";i:4;s:16:\"is_propertyTable\";i:1;}i:8;a:6:{s:8:\"property\";s:6:\"degre
e\";s:8:\"datatype\";s:13:\"<b>&nbsp;</b>\";s:11:\"description\";s:19:\"-90 to 9
0, integers\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is
_propertyTable\";i:1;}i:9;a:6:{s:8:\"property\";s:13:\"posint / int+\";s:8:\"dat
atype\";s:13:\"<b>&nbsp;</b>\";s:11:\"description\";s:16:\"Positive integer\";s:
7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\"
;i:1;}i:10;a:6:{s:8:\"property\";s:3:\"int\";s:8:\"datatype\";s:13:\"<b>&nbsp;</
b>\";s:11:\"description\";s:115:\"integer<br>(sometimes used generally though an
other type would have been more appropriate, like &quot;pixels&quot;)\";s:7:\"de
fault\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}
i:11;a:6:{s:8:\"property\";s:20:\"str / string / value\";s:8:\"datatype\";s:13:\
"<b>&nbsp;</b>\";s:11:\"description\";s:114:\"string.<br>(sometimes used general
ly though another type would have been more appropriate, like &quot;align&quot;)
\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTa
ble\";i:1;}i:12;a:6:{s:8:\"property\";s:7:\"boolean\";s:8:\"datatype\";s:8:\"<b>
1</b>\";s:11:\"description\";s:65:\"boolean <br>non-empty strings (but not zero)
are &quot;true&quot;\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4
;s:16:\"is_propertyTable\";i:1;}i:13;a:6:{s:8:\"property\";s:8:\"rotation\";s:8:
\"datatype\";s:6:\"&nbsp;\";s:11:\"description\";s:29:\"integer, degrees from 0
- 360\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_prope
rtyTable\";i:1;}i:14;a:6:{s:8:\"property\";s:7:\"x,y,w,h\";s:8:\"datatype\";s:16
:\"<b>10,10,5,5</b>\";s:11:\"description\";s:77:\"x,y is the offset from the upp
er left corner. <br>w,h is the width and height\";s:7:\"default\";s:6:\"&nbsp;\"
;s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:15;a:6:{s:8:\"proper
ty\";s:10:\"HTML-color\";s:8:\"datatype\";s:29:\"<b>red</b><b><br>#ffeecc </b>\"
;s:11:\"description\";s:633:\"<b>HTML-color codes:</b><br>&nbsp;<br>Black = &quo
t;#000000&quot; &nbsp;&nbsp;<br>Silver = &quot;#C0C0C0&quot; &nbsp;&nbsp;<br>Gra
y = &quot;#808080&quot; &nbsp;&nbsp;<br>White = &quot;#FFFFFF&quot; &nbsp;&nbsp;
<br>Maroon = &quot;#800000&quot; &nbsp;&nbsp;<br>Red = &quot;#FF0000&quot; &nbsp
;&nbsp;<br>Purple = &quot;#800080&quot; &nbsp;&nbsp;<br>Fuchsia = &quot;#FF00FF&
quot; &nbsp;&nbsp;<br>Green = &quot;#008000&quot;<br>Lime = &quot;#00FF00&quot;<
br>Olive = &quot;#808000&quot;<br>Yellow = &quot;#FFFF00&quot;<br>Navy = &quot;#
000080&quot;<br>Blue = &quot;#0000FF&quot;<br>Teal = &quot;#008080&quot;<br>Aqua
= &quot;#00FFFF&quot; \";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i
:4;s:16:\"is_propertyTable\";i:1;}i:16;a:6:{s:8:\"property\";s:12:\"GraphicColor
\";s:8:\"datatype\";s:166:\"<b>red</b><b><br>#ffeecc </b><b><br>255,0,255</b><i>
<br>&nbsp;</i><i><br>Extra:</i><b><br>red<i> : *0.8</i></b><b><br>#ffeecc <i>: +
16</i></b><b><i><br>&nbsp;</b></i>\";s:11:\"description\";s:399:\"The color can
be given as HTML-colors or as a comma-seperated list of RGB-values (integers)<br
>You can add an extra parameter that will modify the color mathematically:<br>Sy
ntax: <br>[colordef] : [modifier]<br>where modifier can be and integer which is
added/subtracted to the three RGB-channels or a floatingpoint with an &quot;*&qu
ot; before, which will then multiply the values with that factor.\";s:7:\"defaul
t\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:17
;a:6:{s:8:\"property\";s:7:\"page_id\";s:8:\"datatype\";s:24:\"<b>this</b><b><br
>34</b>\";s:11:\"description\";s:54:\"A page id (int) or &quot;this&quot; (=curr
ent page id)\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"i
s_propertyTable\";i:1;}i:18;a:6:{s:8:\"property\";s:6:\"pixels\";s:8:\"datatype\
";s:10:\"<b>345</b>\";s:11:\"description\";s:14:\"pixel-distance\";s:7:\"default
\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:19;
a:6:{s:8:\"property\";s:4:\"list\";s:8:\"datatype\";s:23:\"<b>item,item2,item3</
b>\";s:11:\"description\";s:14:\"list of values\";s:7:\"default\";s:6:\"&nbsp;\"
;s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:20;a:6:{s:8:\"proper
ty\";s:7:\"margins\";s:8:\"datatype\";s:108:\"<i>This sets leftmargin to 10 and
bottom-margin to 5. Top and right is not set (zero)</i><b><br>10,0,0,5</b>\";s:1
1:\"description\";s:35:\"l,t,r,b<br>left, top, right, bottom\";s:7:\"default\";s
:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:21;a:6:
{s:8:\"property\";s:4:\"wrap\";s:8:\"datatype\";s:145:\"<i>This will cause the v
alue to be wrapped in a font-tag coloring the value red:</i><b><br>&lt;font colo
r=&quot;red&quot;&gt; | &lt;/font&gt;</b>\";s:11:\"description\";s:156:\"&lt;...
&gt; | &lt;/...&gt;<br>Used to wrap something. The part on the left and right of
the vertical line is placed on the left and right side of the value.\";s:7:\"de
fault\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}
i:22;a:6:{s:8:\"property\";s:8:\"linkWrap\";s:8:\"datatype\";s:118:\"<i>This wil
l make a link to the root-level of a website:</i><b><br>&lt;A HREF=&quot;?id={0}
&quot;&gt; | &lt;/A&gt;</b>\";s:11:\"description\";s:351:\"&lt;.. {x}.&gt; | &lt
;/...&gt;<br>{x}; x is an integer (0-9) and points to a key in the PHP-array roo
tLine. The key is equal to the level the current page is on measured relatively
to the root of the website.<br>If the key exists the uid of the level that key p
ointed to is inserted instead of {x}.<br>Thus we can insert page_ids from previo
us levels.\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_
propertyTable\";i:1;}i:23;a:6:{s:8:\"property\";s:4:\"case\";s:8:\"datatype\";s:
12:\"<b>upper</b>\";s:11:\"description\";s:56:\"&quot;upper&quot; / &quot;lower&
quot;<br>Case-conversion\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";
i:4;s:16:\"is_propertyTable\";i:1;}i:24;a:6:{s:8:\"property\";s:5:\"space\";s:8:
\"datatype\";s:12:\"<b>5 | 5</b>\";s:11:\"description\";s:89:\"&quot;before | af
ter&quot;<br>Used for content and sets space &quot;before | after&quot;.\";s:7:\
"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:
1;}i:25;a:6:{s:8:\"property\";s:9:\"date-conf\";s:8:\"datatype\";s:36:\"<b>d-m-y
<i>(dd-mm-yy format)</i></b>\";s:11:\"description\";s:931:\"See PHP function Dat
e()!<br>&nbsp;<br>a - &quot;am&quot; or &quot;pm&quot;<br>A - &quot;AM&quot; or
&quot;PM&quot;<br>d - day of the month, numeric, 2 digits (with leading zeros)<b
r>D - day of the week, textual, 3 letters; i.e. &quot;Fri&quot;<br>F - month, te
xtual, long; i.e. &quot;January&quot;<br>h - hour, numeric, 12 hour format<br>H
- hour, numeric, 24 hour format<br>i - minutes, numeric<br>j - day of the month,
numeric, without leading zeros<br>l (lowercase &#039;L&#039;) - day of the week
, textual, long; i.e. &quot;Friday&quot;<br>m - month, numeric<br>M - month, tex
tual, 3 letters; i.e. &quot;Jan&quot;<br>s - seconds, numeric<br>S - English ord
inal suffix, textual, 2 characters; i.e. &quot;th&quot;, &quot;nd&quot;<br>U - s
econds since the epoch<br>Y - year, numeric, 4 digits<br>w - day of the week, nu
meric, 0 represents Sunday<br>y - year, numeric, 2 digits<br>z - day of the year
, numeric; i.e. &quot;299&quot;\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_c
ount\";i:4;s:16:\"is_propertyTable\";i:1;}i:26;a:6:{s:8:\"property\";s:13:\"strf
time-conf\";s:8:\"datatype\";s:122:\"Date &quot;DD-MM-YY&quot; = <b><br>%e:%m:%y
</b><br>Time &quot;HH:MM:SS&quot; = <b><br>%H:%M:%S</b><br>or just<b><br>%T</b>\
";s:11:\"description\";s:2273:\"%a - abbreviated weekday name according to the c
urrent locale <br>%A - full weekday name according to the current locale <br>%b
- abbreviated month name according to the current locale <br>%B - full month nam
e according to the current locale <br>%c - preferred date and time representatio
n for the current locale <br>%C - century number (the year divided by 100 and tr
uncated to an integer, range 00 to 99) <br>%d - day of the month as a decimal nu
mber (range 00 to 31) <br>%D - same as %m/%d/%y <b><br>%e - day of the month as
a decimal number, a single digit is preceded by a space (range &#039; 1&#039; to
&#039;31&#039;) </b><br>%h - same as %b <b><br>%H - hour as a decimal number us
ing a 24-hour clock (range 00 to 23) </b><br>%I - hour as a decimal number using
a 12-hour clock (range 01 to 12) <br>%j - day of the year as a decimal number (
range 001 to 366) <b><br>%m - month as a decimal number (range 01 to 12) </b><b>
<br>%M - minute as a decimal number </b><br>%n - newline character <br>%p - eith
er `am&#039; or `pm&#039; according to the given time value, or the correspondin
g strings for the current locale <br>%r - time in a.m. and p.m. notation <br>%R
- time in 24 hour notation <b><br>%S - second as a decimal number </b><br>%t - t
ab character <br>%T - current time, equal to %H:%M:%S <br>%u - weekday as a deci
mal number [1,7], with 1 representing Monday <br>%U - week number of the current
year as a decimal number, starting with the first Sunday as the first day of th
e first week <br>%V - The ISO 8601:1988 week number of the current year as a dec
imal number, range 01 to 53, where week 1 is the first week that has at least 4
days in the current year, and with Monday as the first day of the week. <br>%W -
week number of the current year as a decimal number, starting with the first Mo
nday as the first day of the first week <br>%w - day of the week as a decimal, S
unday being 0 <br>%x - preferred date representation for the current locale with
out the time <br>%X - preferred time representation for the current locale witho
ut the date <b><br>%y - year as a decimal number without a century (range 00 to
99) </b><br>%Y - year as a decimal number including the century <br>%Z - time zo
ne or name or abbreviation <br>%% - a literal `%&#039; character \";s:7:\"defaul
t\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:27
;a:6:{s:8:\"property\";s:9:\"UNIX-time\";s:8:\"datatype\";s:55:\"<i>Seconds to 0
7/04 2000 23:58:</i><b><br>955144722</b>\";s:11:\"description\";s:25:\"Seconds s
ince 1/1 1970...\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16
:\"is_propertyTable\";i:1;}i:28;a:6:{s:8:\"property\";s:4:\"path\";s:8:\"datatyp
e\";s:23:\"<i>fileadmin/stuff/</i>\";s:11:\"description\";s:53:\"path relative t
o the directory from which we operate.\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"c
olumn_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:29;a:6:{s:8:\"property\";s:23
:\"&lt;<i>tag</i>&gt;-data\";s:8:\"datatype\";s:13:\"<i>&nbsp;</i>\";s:11:\"desc
ription\";s:89:\"<b>Example:</b><i><br>&lt;frameset&gt;-data: row</i><br>could b
e &#039;<i>150,*</i>&#039;\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\
";i:4;s:16:\"is_propertyTable\";i:1;}i:30;a:6:{s:8:\"property\";s:25:\"&lt;<i>ta
g</i>&gt;-params\";s:8:\"datatype\";s:13:\"<i>&nbsp;</i>\";s:11:\"description\";
s:128:\"<b>Example:</b><i><br>&lt;frameset&gt;-params</i><br>could be &#039;<i>b
order=&quot;0&quot; framespacing=&quot;0&quot;</i>&#039;\";s:7:\"default\";s:6:\
"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:31;a:6:{s:8
:\"property\";s:7:\"getText\";s:8:\"datatype\";s:2094:\"<i>get content from the
$cObj-&gt;data-array[<b>header</b>]:</i><b><br>= field : header</b><i><br>get co
ntent from the $cObj-&gt;parameters-array[<b>color</b>]:</i><b><br>= parameters
: color</b><i><br>get content from the $GLOBALS[&quot;TSFE&quot;]-&gt;register[<
b>color</b>]:</i><b><br>= register : color</b><i><br>get the title of the page o
n the first level of the rootline:</i><b><br>= leveltitle : 1</b><i><br>get the
title of the page on the level right below the current page AND if that is not p
resent, walt to the bottom of the rootline until there&#039;s a title:</i><b><br
>= leveltitle : -2 , slide</b><i><br>get the id of the root-page of the website
(level zero)</i><b><br>= leveluid : 0</b><i><br>Gets the value of the user defin
ed field &#x201c;user_myExtField&#x201d; in the root line (requires additional c
onfig in TYPO3_CONF_VARS to include field!)</i><b><br>= levelfield : -1 , user_m
yExtField , slide</b><i><br>get the env var HTTP_REFERER:</i><b><br>= getenv : H
TTP_REFERER</b><i><br>get the env variable $HTTP_COOKIE_VARS[some_cookie]:</i><b
><br>= global : HTTP_COOKIE_VARS | some_cookie</b><i><br>get the current time fo
rmatted dd-mm-yy:</i><b><br>= date : d-m-y</b><i><br>get the current page-title:
</i><b><br>= page : title</b><i><br>get the current value:</i><b><br>= current :
1</b><br>get input value from query string, (&amp;stuff=)<b><br>= GPvar : stuff
</b><br>get input value from query string, (&amp;stuff[key]=)<b><br>= GPvar : st
uff | key</b><br>get the current id<b><br>= TSFE : id</b><br>get the value of th
e header of record with uid 234 from table tt_content:<b><br>= DB : tt_content:2
34:header</b><i><br>Gets the title of the page right before the start of the cur
rent website:</i><b><br>= fullRootLine : -1, title</b><i><br>Returns localized l
abel for logout button</i><b><br>= LLL:EXT:css_styled_content/pi1/locallang.x:lo
gin.logout</b><i><br>Outputs the current root-line visually in HTML:</i><b><br>=
debug : rootLine</b><i><br>Gets path to file relative file to siteroot possibly
placed in an extension:</i><b><br>path:EXT:ie7/js/ie7-standard.js</b>\";s:11:\"
description\";s:4383:\"This returns a value from somewhere in PHP-array, defined
by the type. The syntax is &quot;type : pointer&quot;<br>&nbsp;<br>&nbsp;<b>fie
ld :</b> [fieldname from the current <i>$cObj</i>-&gt;data-array in the cObj.]<b
r>As default the <i>$cObj</i>-&gt;data-array is $GLOBALS[&quot;TSFE&quot;]-&gt;p
age (record of the current page!) <br>In TMENU: <i>$cObj</i>-&gt;data is set to
the page-record for each menuitem.<br>In CONTENT/RECORDS <i>$cObj</i>-&gt;data i
s set to the actual record<br>In GIFBUILDER <i>$cObj</i>-&gt;data is set to the
data GIFBUILDER is supplied with.<br>&nbsp; [fieldname from the current <i>$cObj
</i>-&gt;parameters-array in the cObj.]<br>See -&gt;parseFunc!<br>&nbsp;<b>regis
ter :</b> [fieldname from the $GLOBALS[&quot;TSFE&quot;]-&gt;register]<br>See cO
bject &quot;LOAD_REGISTER&quot;<br>&nbsp;<b>leveltitle, leveluid, levelmedia:</b
> [levelTitle, uid or media in rootLine, 0- , negative = from behind, &#x201c; ,
slide&#x201d; parameter forces a walk to the bottom of the rootline until there
&#039;s a &#x201c;true&#x201d; value to return. Useful with levelmedia.]<br>&nbs
p;<b>levelfield:</b> Like &#x201c;leveltitle&#x201d; et al. but where the second
parameter is the rootLine field you want to fetch. Syntax: [pointer, integer],
[fieldname], [&#x201c;slide&#x201d;]<br>&nbsp;<b>global :</b> [GLOBAL-var, split
with | if you want to get from an array! DEPRECATED, use GPvar, TSFE or getenv]
<br>&nbsp;<b>date :</b> [date-conf]<br>&nbsp;<b>page :</b> [current page record]
<br>&nbsp;<b>current : 1</b> (gets &#039;current&#039; value)<b><br>level : 1 (g
ets the rootline level of the current page)</b><br>&nbsp;<b>GPvar:</b> Value fro
m GET or POST method. Use this instead of global<br>&nbsp;<b>TSFE: </b>Value fro
m TSFE global main object<br>&nbsp;<b>getenv:</b> Value from environment vars<br
>&nbsp;<b>getIndpEnv:</b> Value from t3lib_div::getIndpEnv()<br>&nbsp;<b>DB:</b>
Value from database, syntax is [tablename] : [uid] : [field]. Any record from a
table in TCA can be selected here. Only marked-deleted records does not return
a value here.<br>&nbsp;<b>fullRootLine :</b> This gets the title &#x201c;1. page
before&#x201d; in a page tree like the one below provided we are are the page &
#x201c;Here you are!&#x201d; (or &#x201c;Site root&#x201d;) and this TypoScript
is in the template with root at &#x201c;Site root&#x201d;. Red numbers indicate
what values of <i>keynumber</i> would point to:<br>- Page tree root &nbsp;&nbsp;
-2<br>&nbsp;&nbsp;&nbsp;&nbsp;|- 1. page before &nbsp;&nbsp;-1 <br>&nbsp;&nbsp;&
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|- Site root (root template here!) &nbsp;&nbsp;0<br
>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|- Here you are! 1<
br>&nbsp;<br>&nbsp;<b>LLL:</b> Reference to a locallang (php or xml) label. Refe
rence consists of [fileref]:[labelkey]<br>&nbsp;<b>path:</b> path to a file, pos
sibly placed in an extension, returns empty if the file doesn&#039;t exist.<br>&
nbsp;<b>cObj</b>: [internal variable from list: &#x201c;parentRecordNumber&#x201
d;]: For CONTENT and RECORDS cObjects that are returned <br>by a select query, t
his returns the row number (1,2,3,...) of the current cObject record.<br>&nbsp;<
b>debug</b>: Returns HTML formated content of PHP variable defined by keyword. A
vailable keys are &#x201c;rootLine&#x201d;, &#x201c;fullRootLine&#x201d;, &#x201
c;data&#x201d;<b><br>--------------------</b><b><br>Getting array/object element
s.</b><br>You can fetch the value of an array/object by splitting it with a pipe
&#x201c;|&#x201d;.Example: <i>TSFE:fe_user|user|username</i><b><br>Getting more
values.</b><br>By separating the value of getText with &quot;//&quot; (double s
lash) you let getText fetch the first value. If it appears empty (&quot;&quot; o
r zero) the next value is fetched and so on. Example:<br>= field:header // field
:title // field:uid<br>This gets &quot;title&quot; if &quot;header&quot; is empt
y. If &quot;title&quot; is also empty it gets field &quot;uid&quot;<br>&nbsp;<b>
fullRootLine </b>:<br>Getting a value from the rootline (TSFE-&gt;rootLine) goin
g all the way to the root of the page tree.<i><br>[keynumber, fieldname, &#x201c
;slide&#x201d;]</i><br>Keynumber is relative to the current site root, so negati
ve numbers refer to subsequent levels below the site root. Fieldname is the name
of the datafield to get. For &#x201c;slide&#x201d;, see <i>levelmedia</i> type
above.\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_prop
ertyTable\";i:1;}i:32;a:6:{s:8:\"property\";s:3:\"dir\";s:8:\"datatype\";s:251:\
"&nbsp;<i>returns a list of all pdf, gif and jpf-filer from fileadmin/files/ sor
ted by their name</i> reversely and with the full path (with &quot;<i>fileadmin/
files/&quot; prepended)</i><br>&nbsp;<b>fileadmin/files/ | pdf,gif,jpg | name</b
> | r | true\";s:11:\"description\";s:380:\"[path relative to the webroot of the
site] | [list of valid extensions] | [sorting: name, size, ext, date] | [revers
e: &quot;r&quot;] | [return full path: boolean<br>Files matching is returned in
a comma-separated string.<b><br>Note:</b><br>&nbsp;The value of config-option &q
uot;lockFilePath&quot; must equal the first part of the path. Thereby the path i
s locked to that folder.\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";
i:4;s:16:\"is_propertyTable\";i:1;}i:33;a:6:{s:8:\"property\";s:13:\"function-na
me\";s:8:\"datatype\";s:107:\"Function:<b><br>user_reverseString</b><br>Method i
n class:<b><br>user_stringReversing-&gt;reverseString</b>\";s:11:\"description\"
;s:759:\"Indicates a function or method in a class to call. See more information
at the USER cObject.<br>Depending on implementation the class or function name
(but not the method name) should probably be prefixed with &#x201c;user_&#x201d;
. This can be changed in the TYPO3_CONF_VARS config though. Also the function /
method is normally called with 2 parameters, typ. $conf (TS config) and $content
(some content to be processed and returned)<br>Also if you call a method in a c
lass, it is checked (when using the USER/USER_INT objects) whether a class with
the same name, but prefixed with &#x201c;ux_&#x201d; is present and if so, this
class is instantiated instead. See &#x201c;Inside TYPO3&#x201d; document for mor
e information on extending the classes in TYPO3!\";s:7:\"default\";s:13:\"<b>&nb
sp;</b>\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}}}',''),(31,7
389802,'dd3620dfffa9b5fa5da8d430c83cae46','','tsref:->stdWrap','a:1:{s:4:\"rows\
";a:79:{i:0;a:6:{s:8:\"property\";s:16:\"<b>Get data:</b>\";s:8:\"datatype\";N;s
:11:\"description\";N;s:7:\"default\";N;s:12:\"column_count\";i:1;s:16:\"is_prop
ertyTable\";i:1;}i:1;a:6:{s:8:\"property\";s:19:\"setContentToCurrent\";s:8:\"da
tatype\";s:7:\"boolean\";s:11:\"description\";s:63:\"Sets the current value to t
he incoming content of the function.\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"col
umn_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:2;a:6:{s:8:\"property\";s:10:\"
setCurrent\";s:8:\"datatype\";s:15:\"string /stdWrap\";s:11:\"description\";s:14
1:\"Sets the &quot;current&quot;-value. This is normally set from some outside r
outine, so be careful with this. But it might be handy to do this\";s:7:\"defaul
t\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:3;
a:6:{s:8:\"property\";s:4:\"lang\";s:8:\"datatype\";s:29:\"<i>Array of language
keys</i>\";s:11:\"description\";s:465:\"This is used to define optional language
specific values. <br>If the global language key set by the -&gt;config property
.language is found in this array, then this value is used instead of the defaul
t input value to stdWrap.<br>&nbsp;<b><br>Example:</b><br>config.language = de<b
r>page.10 = TEXT<br>page.10.value = I am a Berliner!<br>page.10.lang.de = Ich bi
n ein Berliner!<br>&nbsp;<br>Output will be &#x201c;Ich bin...&#x201d; instead o
f &#x201c;I am...&#x201d;\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\"
;i:4;s:16:\"is_propertyTable\";i:1;}i:4;a:6:{s:8:\"property\";s:4:\"data\";s:8:\
"datatype\";s:7:\"getText\";s:11:\"description\";s:6:\"&nbsp;\";s:7:\"default\";
s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:5;a:6:
{s:8:\"property\";s:5:\"field\";s:8:\"datatype\";s:16:\"<i>fieldname</i>\";s:11:
\"description\";s:564:\"Sets the content to the value $cObj-&gt;data[<i>field</i
>]<br>&nbsp;<br>&nbsp;<b>Example:</b> Set content to the value of field &quot;ti
tle&quot;: &quot;.field = title&quot;<br>$cObj-&gt;data changes. See the descrip
tion for the data type &quot;getText&quot;/field!<b><br>&nbsp;</b><br>&nbsp;<b>N
ote:</b> You can also divide fieldnames by &#x201c;//&#x201d;. Say, you set &#x2
01c;nav_title // title&#x201d; as the value, then the content from the field nav
_title will be returned unless it is a blank string, in which case the title-fie
ld&#039;s value is returned.\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_coun
t\";i:4;s:16:\"is_propertyTable\";i:1;}i:6;a:6:{s:8:\"property\";s:7:\"current\"
;s:8:\"datatype\";s:7:\"boolean\";s:11:\"description\";s:66:\"Sets the content t
o the &quot;current&quot;-value (see -&gt;split)\";s:7:\"default\";s:6:\"&nbsp;\
";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:7;a:6:{s:8:\"proper
ty\";s:7:\"cObject\";s:8:\"datatype\";s:7:\"cObject\";s:11:\"description\";s:35:
\"Loads content from a content-object\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"co
lumn_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:8;a:6:{s:8:\"property\";s:7:\"
numRows\";s:8:\"datatype\";s:12:\"-&gt;numRows\";s:11:\"description\";s:52:\"Ret
urns the number of rows resulting from the select\";s:7:\"default\";s:6:\"&nbsp;
\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:9;a:6:{s:8:\"prope
rty\";s:8:\"filelist\";s:8:\"datatype\";s:12:\"dir /stdWrap\";s:11:\"description
\";s:442:\"Reads a directory and returns a list of files.<br>The value is explod
ed by &quot;|&quot; into parameters:<br>1: The path<br>2: comma-list of allowed
extensions (no spaces between); if empty all extensions goes.<br>3: sorting: nam
e, size, ext, date, mdate (modification date)<br>4: reverse: Set to &quot;r&quot
; if you want a reversed sorting<br>5: fullpath_flag: If set, the filelist is re
turned with complete paths, and not just the filename\";s:7:\"default\";s:6:\"&n
bsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:10;a:6:{s:8:\"
property\";s:11:\"preUserFunc\";s:8:\"datatype\";s:13:\"function-name\";s:11:\"d
escription\";s:168:\"Calling a PHP-function or method in a class, passing the cu
rrent content to the function as first parameter and any properties as second pa
rameter.<br>See .postUserFunc\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_cou
nt\";i:4;s:16:\"is_propertyTable\";i:1;}i:11;a:6:{s:8:\"property\";s:29:\"<b>Ove
rride / Conditions:</b>\";s:8:\"datatype\";N;s:11:\"description\";N;s:7:\"defaul
t\";N;s:12:\"column_count\";i:1;s:16:\"is_propertyTable\";i:1;}i:12;a:6:{s:8:\"p
roperty\";s:8:\"override\";s:8:\"datatype\";s:15:\"string /stdWrap\";s:11:\"desc
ription\";s:117:\"if &quot;override&quot; returns something else than &quot;&quo
t; or zero (trimmed), the content is loaded with this! \";s:7:\"default\";s:6:\"
&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:13;a:6:{s:8:
\"property\";s:17:\"preIfEmptyListNum\";s:8:\"datatype\";s:30:\"(as &quot;listNu
m&quot; below)\";s:11:\"description\";s:30:\"(as &quot;listNum&quot; below)\";s:
7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\"
;i:1;}i:14;a:6:{s:8:\"property\";s:7:\"ifEmpty\";s:8:\"datatype\";s:15:\"string
/stdWrap\";s:11:\"description\";s:131:\"if the content is empty (trimmed) at thi
s point, the content is loaded with &quot;ifEmpty&quot;. Zeros are treated as em
pty values!\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is
_propertyTable\";i:1;}i:15;a:6:{s:8:\"property\";s:7:\"ifBlank\";s:8:\"datatype\
";s:15:\"string /stdWrap\";s:11:\"description\";s:65:\"Same as &quot;ifEmpty&quo
t; but the check is done using strlen().\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\
"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:16;a:6:{s:8:\"property\";s:
7:\"listNum\";s:8:\"datatype\";s:34:\"int<br>+calc <br>+&quot;last&quot;\";s:11:
\"description\";s:727:\"Explodes the content with &quot;,&quot; (comma) and the
content is set to the item[<i>value</i>]. <b><br>&nbsp;</b><br>&nbsp;<b>Special
keyword:</b> &quot;last&quot; is set to the last element of the array!<b><br>&nb
sp;</b><br>&nbsp;<b>.splitChar</b> (string):<i><br>Defines the string used to ex
plode the value. If splitChar is an integer, the character with that number is u
sed (eg. &quot;10&quot; to split lines...).</i><i><br>Default: &#x201c;,&quot; (
comma)</i><br>&nbsp;<b>.stdWrap </b>(stdWrap properties):<i><br>stdWrap properti
es of the listNum...</i><b><br>&nbsp;</b><b><br>Examples:</b><br>We have a value
of &quot;item 1, item 2, item 3, item 4&quot;:<br>This would return &quot;item
3&quot;:<br>.listNum = last - 1\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_c
ount\";i:4;s:16:\"is_propertyTable\";i:1;}i:17;a:6:{s:8:\"property\";s:4:\"trim\
";s:8:\"datatype\";s:6:\"&nbsp;\";s:11:\"description\";s:52:\"PHP-function trim(
); Removes whitespace around value\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"colum
n_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:18;a:6:{s:8:\"property\";s:7:\"st
dWrap\";s:8:\"datatype\";s:12:\"-&gt;stdWrap\";s:11:\"description\";s:34:\"Recur
sive call to stdWrap function\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_cou
nt\";i:4;s:16:\"is_propertyTable\";i:1;}i:19;a:6:{s:8:\"property\";s:8:\"require
d\";s:8:\"datatype\";s:7:\"boolean\";s:11:\"description\";s:291:\"This flag requ
ires the content to be set to some value after any content-import and treatment
that might have happend now (data, field, current, listNum, trim). Zero&#039;s i
s NOT regarded as empty! Use &quot;if&quot; instead!<br>If the content i empty,
&quot;&quot; is returned immediately.\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"co
lumn_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:20;a:6:{s:8:\"property\";s:2:\
"if\";s:8:\"datatype\";s:7:\"-&gt;if\";s:11:\"description\";s:72:\"If the if-obj
ect returns false, stdWrap returns &quot;&quot; immediately\";s:7:\"default\";s:
6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:21;a:6:{
s:8:\"property\";s:13:\"fieldRequired\";s:8:\"datatype\";s:16:\"<i>fieldname</i>
\";s:11:\"description\";s:31:\"value in this field MUST be set\";s:7:\"default\"
;s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:22;a:
6:{s:8:\"property\";s:18:\"<b>Parse data:</b>\";s:8:\"datatype\";N;s:11:\"descri
ption\";N;s:7:\"default\";N;s:12:\"column_count\";i:1;s:16:\"is_propertyTable\";
i:1;}i:23;a:6:{s:8:\"property\";s:6:\"csConv\";s:8:\"datatype\";s:6:\"string\";s
:11:\"description\";s:131:\"Convert the charset of the string from the charset g
iven as value to the current rendering charset of the frontend (renderCharset).\
";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTab
le\";i:1;}i:24;a:6:{s:8:\"property\";s:9:\"parseFunc\";s:8:\"datatype\";s:38:\"o
bject path reference / -&gt;parseFunc\";s:11:\"description\";s:529:\"Processing
instructions for the content. <br>&nbsp;<b>Notice:</b> If you enter a string as
value this will be taken as a reference to an object path globally in the TypoSc
ript object tree. This will be the basis configuration for parseFunc merged with
any properties you add here. It works exactly like references does for content
elements.<br>&nbsp;<b><br>Example:</b><br>parseFunc = &lt; lib.parseFunc_RTE<br>
parseFunc.tags.myTag = TEXT<br>parseFunc.tags.myTag.value = This will be inserte
d when &amp;lt;myTag&amp;gt; is found!\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"c
olumn_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:25;a:6:{s:8:\"property\";s:10
:\"HTMLparser\";s:8:\"datatype\";s:25:\"boolean / -&gt;HTMLparser\";s:11:\"descr
iption\";s:220:\"This object allows you to parse the HTML-content and make all k
inds of advanced filterings on the content.<br>Value must be set and properties
are those of -&gt;HTMLparser.<br>(See adminguide for -&gt;HTMLparser options)\";
s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable
\";i:1;}i:26;a:6:{s:8:\"property\";s:5:\"split\";s:8:\"datatype\";s:10:\"-&gt;sp
lit\";s:11:\"description\";s:6:\"&nbsp;\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"
column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:27;a:6:{s:8:\"property\";s:1
0:\"prioriCalc\";s:8:\"datatype\";s:7:\"boolean\";s:11:\"description\";s:661:\"C
alculation of the value using operators -+*/%^ plus respects priority to + and -
operators and parenthesis levels ().<br>. (period) is decimal delimiter.<br>Ret
urns a doublevalue.<br>If .prioriCalc is set to &#x201c;intval&#x201d; an intege
r is returned.<br>There is no errorchecking and division by zero or other invali
d values may generate strange results. Also you use a proper syntax because futu
re modifications to the function used may allow for more operators and features.
<br>&nbsp;<b><br>Examples:</b><br>100%7 = 2<br>-5*-4 = 20<br>+6^2 = 36<br>6 ^(1
+1) = 36<br>-5*-4+6^2-100%7 = 54 <br>-5 * (-4+6) ^ 2 - 100%7 = 98<br>-5 * ((-4+6
) ^ 2) - 100%7 = -22\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;
s:16:\"is_propertyTable\";i:1;}i:28;a:6:{s:8:\"property\";s:4:\"char\";s:8:\"dat
atype\";s:3:\"int\";s:11:\"description\";s:94:\"Content is set to the chr(<i>val
ue</i>).<br>PHP: $content=chr(intval($conf[&quot;char&quot;]);\";s:7:\"default\"
;s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:29;a:
6:{s:8:\"property\";s:6:\"intval\";s:8:\"datatype\";s:7:\"boolean\";s:11:\"descr
iption\";s:77:\"PHP function intval(); Returns an integer.<br>PHP: $content=intv
al($content);\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"
is_propertyTable\";i:1;}i:30;a:6:{s:8:\"property\";s:4:\"date\";s:8:\"datatype\"
;s:9:\"date-conf\";s:11:\"description\";s:256:\"The content should be data-type
&quot;UNIX-time&quot;. Returns the content formatted as a date.<br>$content=Date
($conf[&quot;date&quot;], $content);<br>&nbsp;<br>&nbsp;<b>Example</b> where a t
imestamp is imported:<br>.value.field = tstamp<br>.value.date = \";s:7:\"default
\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:31;
a:6:{s:8:\"property\";s:8:\"strftime\";s:8:\"datatype\";s:20:\"<i>strftime-conf<
/i>\";s:11:\"description\";s:424:\"Exactly like &quot;date&quot; above. See the
PHP-manual (strftime) for the codes, or datatype &quot;strftime-conf&quot;.<br>T
his formatting is useful if the locale is set in advance in the CONFIG-object. S
ee this.<br>&nbsp;<br>Properties:<br>&nbsp;<b>.charset</b> : Can be set to the c
harset of the output string if you need to convert it to renderCharset. Default
is to take the intelligently guessed charset from t3lib_cs.\";s:7:\"default\";s:
6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:32;a:6:{
s:8:\"property\";s:3:\"age\";s:8:\"datatype\";s:17:\"boolean or string\";s:11:\"
description\";s:666:\"If enabled with a &quot;1&quot; (number, integer) the cont
ent is seen as a date (UNIX-time) and the difference from present time and the c
ontent-time is returned as one of these four variations:<br>&quot;xx min&quot; o
r &quot;xx hrs&quot; or &quot;xx days&quot; or &quot;xx yrs&quot;<br>The limits
between which layout is used are 60 minutes, 24 hours, 365 days,<br>&nbsp;<b><br
>NOTE: </b><br>If you set this property with a non-integer, it&#039;s used to fo
rmat the four units. This is the default value: <br>&quot; min| hrs| days| yrs&q
uot;<br>&nbsp;<br>Set another string if you want to change the units. You may in
clude the &quot;-signs. They are removed anyway.\";s:7:\"default\";s:6:\"&nbsp;\
";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:33;a:6:{s:8:\"prope
rty\";s:4:\"case\";s:8:\"datatype\";s:4:\"case\";s:11:\"description\";s:76:\"Con
verts case<br>&nbsp;<br>Uses &quot;renderCharset&quot; for the operation.\";s:7:
\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i
:1;}i:34;a:6:{s:8:\"property\";s:5:\"bytes\";s:8:\"datatype\";s:7:\"boolean\";s:
11:\"description\";s:401:\"Will format the input (an integer) as bytes: bytes, k
b, mb<br>&nbsp;<br>If you add a value for the property &#x201c;labels&#x201d; yo
u can alter the default suffixes. Labels for bytes, kilo, mega and giga are sepa
rated by vertical bar (|) and possibly encapsulated in &quot;&quot;. Eg: &quot;
| K| M| G&quot; (which is the default value)<br>Thus:<br>&nbsp;<br>bytes.labels
= &#x201c; | K| M| G&#x201d;\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_coun
t\";i:4;s:16:\"is_propertyTable\";i:1;}i:35;a:6:{s:8:\"property\";s:9:\"substrin
g\";s:8:\"datatype\";s:10:\"[p1], [p2]\";s:11:\"description\";s:168:\"Returns th
e substring with [p1] and [p2] send as the 2nd and 3rd parameter to the PHP subs
tring function.<br>&nbsp;<br>Uses &quot;renderCharset&quot; for the operation.\"
;s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTabl
e\";i:1;}i:36;a:6:{s:8:\"property\";s:13:\"removeBadHTML\";s:8:\"datatype\";s:7:
\"boolean\";s:11:\"description\";s:118:\"Removes &quot;bad&quot; HTML code based
on a pattern that filters away HTML that is considered dangerous for XSS bugs.\
";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTab
le\";i:1;}i:37;a:6:{s:8:\"property\";s:9:\"stripHtml\";s:8:\"datatype\";s:7:\"bo
olean\";s:11:\"description\";s:21:\"Strips all html-tags.\";s:7:\"default\";s:6:
\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:38;a:6:{s:
8:\"property\";s:4:\"crop\";s:8:\"datatype\";s:6:\"&nbsp;\";s:11:\"description\"
;s:831:\"Crops the content to a certain length<br>Syntax: +/- (chars) = from lef
t / from right | [string] | [boolean: keep whole words]<br>&nbsp;<br>&nbsp;<b>Ex
amples:</b> <br>&nbsp;<b>20 | ... </b>&nbsp;&nbsp;&nbsp;<i>=&gt; max 20 characte
rs. If more, the value will be truncated to </i><b><i>first</b></i><i> 20 chars
and prepended with &quot;...&quot;</i><br>&nbsp;<b><i>-20 | ...</b></i><i> =&gt;
max 20 characters. If more, the value will be truncated to </i><b><i>last</b></
i><i> 20 chars and appended with &quot;...&quot;</i><i><br>&nbsp;<b>20 | ... | 1
</b> =&gt; max 20 characters. If more, the value will be truncated to <b>last</b
> 20 chars and appended with &quot;...&quot;. If the division is in the middle o
f a word, the remains of that word is removed.</i><i><br>&nbsp;</i><br>Uses &quo
t;renderCharset&quot; for the operation.\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\
"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:39;a:6:{s:8:\"property\";s:
12:\"rawUrlEncode\";s:8:\"datatype\";s:7:\"boolean\";s:11:\"description\";s:54:\
"Passes the content through rawurlencode()-PHP-function\";s:7:\"default\";s:6:\"
&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:40;a:6:{s:8:
\"property\";s:16:\"htmlSpecialChars\";s:8:\"datatype\";s:7:\"boolean\";s:11:\"d
escription\";s:177:\"Passes the content through htmlspecialchars()-PHP-function<
br>Additional property &#x201c;.preserveEntities&#x201d; will preserve entities
so only non-entity chars are affected.\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"c
olumn_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:41;a:6:{s:8:\"property\";s:11
:\"doubleBrTag\";s:8:\"datatype\";s:6:\"string\";s:11:\"description\";s:55:\"All
double-line-breaks are substituted with this value.\";s:7:\"default\";s:6:\"&nb
sp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:42;a:6:{s:8:\"p
roperty\";s:2:\"br\";s:8:\"datatype\";s:7:\"boolean\";s:11:\"description\";s:62:
\"PHP function nl2br(); Converts linebreaks to &lt;br /&gt;-tags\";s:7:\"default
\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:43;
a:6:{s:8:\"property\";s:5:\"brTag\";s:8:\"datatype\";s:6:\"string\";s:11:\"descr
iption\";s:77:\"&nbsp;All ASCII-codes of &quot;10&quot; (CR) is substituted with
<i>value</i>\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"
is_propertyTable\";i:1;}i:44;a:6:{s:8:\"property\";s:11:\"encapsLines\";s:8:\"da
tatype\";s:16:\"-&gt;encapsLines\";s:11:\"description\";s:115:\"Lets you split t
he content by chr(10) and proces each line independently. Used to format content
made with the RTE.\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s
:16:\"is_propertyTable\";i:1;}i:45;a:6:{s:8:\"property\";s:8:\"keywords\";s:8:\"
datatype\";s:7:\"boolean\";s:11:\"description\";s:149:\"splits the content by ch
aracters &quot;,&quot; &quot;;&quot; and chr(10) (return), trims each value and
returns a comma-separated list of the values.\";s:7:\"default\";s:6:\"&nbsp;\";s
:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:46;a:6:{s:8:\"property
\";s:9:\"innerWrap\";s:8:\"datatype\";s:13:\"wrap /stdWrap\";s:11:\"description\
";s:17:\"Wraps the content\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\
";i:4;s:16:\"is_propertyTable\";i:1;}i:47;a:6:{s:8:\"property\";s:10:\"innerWrap
2\";s:8:\"datatype\";s:13:\"wrap /stdWrap\";s:11:\"description\";s:74:\"<i>same
as .innerWrap (but watch the order in which they are executed)</i>\";s:7:\"defau
lt\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:4
8;a:6:{s:8:\"property\";s:7:\"fontTag\";s:8:\"datatype\";s:4:\"wrap\";s:11:\"des
cription\";s:6:\"&nbsp;\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i
:4;s:16:\"is_propertyTable\";i:1;}i:49;a:6:{s:8:\"property\";s:9:\"addParams\";s
:8:\"datatype\";s:14:\"-&gt;addParams\";s:11:\"description\";s:74:\"Lets you add
tag-parameters to the content <i>if </i>the content is a tag!\";s:7:\"default\"
;s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:50;a:
6:{s:8:\"property\";s:9:\"textStyle\";s:8:\"datatype\";s:14:\"-&gt;textStyle\";s
:11:\"description\";s:26:\"Wraps content in font-tags\";s:7:\"default\";s:6:\"&n
bsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:51;a:6:{s:8:\"
property\";s:10:\"tableStyle\";s:8:\"datatype\";s:15:\"-&gt;tableStyle\";s:11:\"
description\";s:29:\"Wraps content with table-tags\";s:7:\"default\";s:6:\"&nbsp
;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:52;a:6:{s:8:\"pro
perty\";s:8:\"filelink\";s:8:\"datatype\";s:13:\"-&gt;filelink\";s:11:\"descript
ion\";s:37:\"Used to make lists of links to files.\";s:7:\"default\";s:6:\"&nbsp
;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:53;a:6:{s:8:\"pro
perty\";s:10:\"preCObject\";s:8:\"datatype\";s:7:\"cObject\";s:11:\"description\
";s:30:\"cObject prepended the content \";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"
column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:54;a:6:{s:8:\"property\";s:1
1:\"postCObject\";s:8:\"datatype\";s:7:\"cObject\";s:11:\"description\";s:28:\"c
Object appended the content\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count
\";i:4;s:16:\"is_propertyTable\";i:1;}i:55;a:6:{s:8:\"property\";s:9:\"wrapAlign
\";s:8:\"datatype\";s:14:\"align /stdWrap\";s:11:\"description\";s:109:\"Wraps c
ontent with &lt;div style=text-align:[<i>value</i>];&#x201d;&gt; | &lt;/div&gt;
<i>if </i>align is set\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:
4;s:16:\"is_propertyTable\";i:1;}i:56;a:6:{s:8:\"property\";s:8:\"typolink\";s:8
:\"datatype\";s:13:\"-&gt;typolink\";s:11:\"description\";s:33:\"Wraps the conte
nt with a link-tag\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:
16:\"is_propertyTable\";i:1;}i:57;a:6:{s:8:\"property\";s:14:\"TCAselectItem.\";
s:8:\"datatype\";s:26:\"<i>Array of properties</i>\";s:11:\"description\";s:446:
\"Resolves a comma seperated list of values into the TCA item representation.<br
>&nbsp;<br>&nbsp;<b>.table</b> (string): <i>The Table to look up</i><br>&nbsp;<b
>.field</b> (string): <i>The field to resolve</i><br>&nbsp;<b>.delimiter </b>(st
ring): <i>Delimiter for concatenating multiple elements.</i><br>&nbsp;<i><br>&nb
sp;<b>Notice: </b>Currently this works only with TCA fields of type &#x201c;sele
ct&#x201d; which are not database relations.</i>\";s:7:\"default\";s:6:\"&nbsp;\
";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:58;a:6:{s:8:\"prope
rty\";s:11:\"spaceBefore\";s:8:\"datatype\";s:12:\"int /stdWrap\";s:11:\"descrip
tion\";s:69:\"Pixels space before. Done with a clear-gif; &lt;img ...&gt;&lt;BR&
gt;\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propert
yTable\";i:1;}i:59;a:6:{s:8:\"property\";s:10:\"spaceAfter\";s:8:\"datatype\";s:
12:\"int /stdWrap\";s:11:\"description\";s:68:\"Pixels space after. Done with a
clear-gif; &lt;img ...&gt;&lt;BR&gt;\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"col
umn_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:60;a:6:{s:8:\"property\";s:5:\"
space\";s:8:\"datatype\";s:5:\"space\";s:11:\"description\";s:260:\"[spaceBefore
] &nbsp;&nbsp;| &nbsp;&nbsp;[spaceAfter]<br>&nbsp;<b><br>Additional property:</b
><br>.useDiv = 1<br>If set, a clear gif is not used by rather a &lt;div&gt; tag
with a style-attribute setting the height. (Affects spaceBefore and spaceAfter a
s well).\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_pr
opertyTable\";i:1;}i:61;a:6:{s:8:\"property\";s:4:\"wrap\";s:8:\"datatype\";s:17
:\"wrap /+.splitChar\";s:11:\"description\";s:104:\".splitChar defines an altern
ative splitting character (default is &#x201c;|&#x201d; - the vertical line)\";s
:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\
";i:1;}i:62;a:6:{s:8:\"property\";s:10:\"noTrimWrap\";s:8:\"datatype\";s:24:\"&q
uot;special&quot; wrap\";s:11:\"description\";s:292:\"This wraps the content wit
h the values val1 and val2 in the example below - including surrounding whitespa
ce! - without trimming the values. Note that this kind of wrap requires a &quot;
|&quot; character to begin and end the wrap.<br>&nbsp;<b><br>Example:</b><br>| <
b>val1</b> | <b>val2</b> |\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\
";i:4;s:16:\"is_propertyTable\";i:1;}i:63;a:6:{s:8:\"property\";s:5:\"wrap2\";s:
8:\"datatype\";s:17:\"wrap /+.splitChar\";s:11:\"description\";s:69:\"<i>same as
.wrap (but watch the order in which they are executed)</i>\";s:7:\"default\";s:
6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:64;a:6:{
s:8:\"property\";s:8:\"dataWrap\";s:8:\"datatype\";s:6:\"&nbsp;\";s:11:\"descrip
tion\";s:336:\"The content is parsed for sections of {...} and the content of {.
..} is of the type getText and substituted with the result of getText.<br>&nbsp;
<b><br>Example:</b><br>This should result in a font-tag where the fontsize is de
cided by the global variable &quot;size&quot;:<br>&lt;font size=&quot;{global :
size}&quot;&gt; | &lt;/font&gt;\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_c
ount\";i:4;s:16:\"is_propertyTable\";i:1;}i:65;a:6:{s:8:\"property\";s:7:\"prepe
nd\";s:8:\"datatype\";s:7:\"cObject\";s:11:\"description\";s:37:\"cObject prepen
ded to content (before)\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i
:4;s:16:\"is_propertyTable\";i:1;}i:66;a:6:{s:8:\"property\";s:6:\"append\";s:8:
\"datatype\";s:7:\"cObject\";s:11:\"description\";s:35:\"cObject appended to con
tent (after)\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"i
s_propertyTable\";i:1;}i:67;a:6:{s:8:\"property\";s:5:\"wrap3\";s:8:\"datatype\"
;s:17:\"wrap /+.splitChar\";s:11:\"description\";s:69:\"<i>same as .wrap (but wa
tch the order in which they are executed)</i>\";s:7:\"default\";s:6:\"&nbsp;\";s
:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:68;a:6:{s:8:\"property
\";s:9:\"outerWrap\";s:8:\"datatype\";s:13:\"wrap /stdWrap\";s:11:\"description\
";s:33:\"<i>Wraps the complete content</i>\";s:7:\"default\";s:6:\"&nbsp;\";s:12
:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:69;a:6:{s:8:\"property\";
s:10:\"insertData\";s:8:\"datatype\";s:7:\"boolean\";s:11:\"description\";s:205:
\"If set, then the content string is parsed like .dataWrap above.<br>&nbsp;<b><b
r>Example:</b><br>Displays the page title:<br>10 = TEXT<br>10.value = This is th
e page title: {page:title}<br>10.insertData = 1\";s:7:\"default\";s:6:\"&nbsp;\"
;s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:70;a:6:{s:8:\"proper
ty\";s:10:\"offsetWrap\";s:8:\"datatype\";s:3:\"x,y\";s:11:\"description\";s:387
:\"This wraps the input in a table with columns to the left and top that offsets
the content by the values of x,y. Based on the cObject OTABLE.<br>&nbsp;<b><br>
.tableParams / .tdParams /stdWrap</b><br>- used to manipulate tableParams/tdPara
ms (default width=99%) of the offset. Default: See OTABLE.<br>&nbsp;<b><br>.stdW
rap</b><br>- stdWrap properties wrapping the offsetWrap&#039;ed output\";s:7:\"d
efault\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;
}i:71;a:6:{s:8:\"property\";s:12:\"postUserFunc\";s:8:\"datatype\";s:13:\"functi
on-name\";s:11:\"description\";s:871:\"&nbsp;Calling a PHP-function or method in
a class, passing the current content to the function as first parameter and any
properties as second parameter. Please see the description of the cObject USER
for in-depth information.<br>&nbsp;<b><br>Example:</b><br>You can paste this exa
mple directly into a new template record.<br>&nbsp;<br>page = PAGE<br>page.typeN
um=0<br>includeLibs.something = media/scripts/example_callfunction.php<br>&nbsp;
<br>page.10 = TEXT<br>page.10 {<br>&nbsp;&nbsp;&nbsp;value = Hello World<br>&nbs
p;&nbsp;&nbsp;postUserFunc = user_reverseString<br>&nbsp;&nbsp;&nbsp;postUserFun
c.uppercase = 1<br>}<br>&nbsp;<br>page.20 = TEXT<br>page.20 {<br>&nbsp;&nbsp;&nb
sp;value = Hello World<br>&nbsp;&nbsp;&nbsp;postUserFunc = user_various-&gt;reve
rseString<br>&nbsp;&nbsp;&nbsp;postUserFunc.uppercase = 1<br>&nbsp;&nbsp;&nbsp;p
ostUserFunc.typolink = 11<br>}\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_co
unt\";i:4;s:16:\"is_propertyTable\";i:1;}i:72;a:6:{s:8:\"property\";s:15:\"postU
serFuncInt\";s:8:\"datatype\";s:13:\"function-name\";s:11:\"description\";s:347:
\"Calling a PHP-function or method in a class, passing the current content to th
e function as first parameter and any properties as second parameter. The result
will be rendered non-cached, outside the main page-rendering. Please see the de
scription of the cObject USER_INT and PHP_SCRIPT_INT for in-depth information.<b
r>Supplied by Jens Ellerbrock\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_cou
nt\";i:4;s:16:\"is_propertyTable\";i:1;}i:73;a:6:{s:8:\"property\";s:13:\"prefix
Comment\";s:8:\"datatype\";s:6:\"string\";s:11:\"description\";s:462:\"Prefixes
content with a HTML comment with the second part of input string (divided by &qu
ot;|&quot;) where first part is an integer telling how many trailing tabs to put
before the comment on a new line.<br>The content is parsed through insertData.<
br>&nbsp;<b><br>Example:</b><br>prefixComment = 2 | CONTENT ELEMENT, uid:{field:
uid}/{field:CType}<br>&nbsp;<br>Will indent the comment with 1 tab (and the next
line with 2+1 tabs)<br>(Added in TYPO3 &gt;3.6.0RC1)\";s:7:\"default\";s:6:\"&n
bsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:74;a:6:{s:8:\"
property\";s:9:\"editIcons\";s:8:\"datatype\";s:6:\"string\";s:11:\"description\
";s:1795:\"If not empty, then insert an icon linking to the typo3/alt_doc.php wi
th some parameters to build and backend user edit form for certain fields.<br>Th
e value of this property is a list of fields from a table to edit. It&#039;s ass
umed that the current record of the cObj is the record to be edited.<br>Syntax:
<i>optional tablename</i> : <i>comma list of fieldnames[list of pallette-field n
ames separated by | ]</i><i><br>&nbsp;</i><br>&nbsp;<b>.beforeLastTag</b> (1,0,-
1): If set (1), the icon will be inserted before the last HTML tag in the conten
t. If -1 the icon will be prepended to the content. If zero (0) the icon is appe
nded in the end of the content.<br>&nbsp;<br>&nbsp;<b>.styleAttribute</b> (strin
g): Adds a style-attribute to the icon image with this value. For instance you c
an set &#x201c;position:absolute&#x201d; if you want a non-destructive insertion
of the icon. Notice: For general styling all edit icons has the class &#x201c;f
rontEndEditIcons&#x201d; which can be addressed from the stylesheet of the site.
<br>&nbsp;<b><br>.iconTitle (string): The title attribute of the image tag.</b><
br>&nbsp;<br>&nbsp;<b>.iconImg</b> (HTML): Alternative HTML code instead of the
default icon shown. Can be used to set another icon for editing (for instance a
red dot or otherwise... :-)<br>&nbsp;<b><br>Example:</b><br>This will insert an
edit icon which links to a form where the header and bodytext fields are display
ed and made available for editing (provided the user has access!).<br>editIcons
= tt_content : header, bodytext<br>&nbsp;<br>Or this line that puts the header_a
lign and date field into a &#x201c;palette&#x201d; which means they are displaye
d on a single line below the header field. This saves some space.<br>editIcons =
header[header_align|date], bodytext<br>&nbsp;\";s:7:\"default\";s:6:\"&nbsp;\";
s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:75;a:6:{s:8:\"propert
y\";s:9:\"editPanel\";s:8:\"datatype\";s:19:\"boolean / editPanel\";s:11:\"descr
iption\";s:22:\"See cObject EDITPANEL.\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"c
olumn_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:76;a:6:{s:8:\"property\";s:5:
\"debug\";s:8:\"datatype\";s:7:\"boolean\";s:11:\"description\";s:231:\"Prints c
ontent with HTMLSpecialChars() and &lt;PRE&gt;&lt;/PRE&gt;: Usefull for debuggin
g which value stdWrap actually ends up with, if you&#039;re constructing a websi
te with TypoScript. <br>Should be used under construction only.\";s:7:\"default\
";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:77;a
:6:{s:8:\"property\";s:9:\"debugFunc\";s:8:\"datatype\";s:7:\"boolean\";s:11:\"d
escription\";s:196:\"Prints the content directly to browser with the debug() fun
ction.<br>Should be used under construction only.<br>Set to value &#x201c;2&#x20
1d; the content will be printed in a table - looks nicer.\";s:7:\"default\";s:6:
\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:78;a:6:{s:
8:\"property\";s:9:\"debugData\";s:8:\"datatype\";s:7:\"boolean\";s:11:\"descrip
tion\";s:160:\"Prints the current data-array, $cObj-&gt;data, directly to browse
r. This is where &quot;.field&quot; gets data from.<br>Should be used under cons
truction only. \";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:
\"is_propertyTable\";i:1;}}}',''),(32,7389802,'a86e19eef308f8779c6e1c720defaacb'
,'','tsref:->imgResource','a:1:{s:4:\"rows\";a:17:{i:0;a:6:{s:8:\"property\";s:3
:\"ext\";s:8:\"datatype\";s:23:\"imageExtension /stdWrap\";s:11:\"description\";
s:6:\"&nbsp;\";s:7:\"default\";s:3:\"web\";s:12:\"column_count\";i:4;s:16:\"is_p
ropertyTable\";i:1;}i:1;a:6:{s:8:\"property\";s:5:\"width\";s:8:\"datatype\";s:1
5:\"pixels /stdWrap\";s:11:\"description\";s:1321:\"If both the width and the he
igth are set and one of the numbers is appended by an &quot;m&quot;, the proport
ions will be preserved and thus width/height are treated as maximum dimensions f
or the image. The image will be scaled to fit into width/height rectangle.<br>&n
bsp;<br>If both the width and the heigth are set and at least one of the numbers
is appended by a &quot;c&quot;, cropscaling will be enabled. This means that th
e proportions will be preserved and the image will be scaled to fit around a rec
tangle with width/height dimensions. Then, a centered portion from inside of the
image (size defined by width/height) will be cut out.<br>The &quot;c&quot; can
have a percentage value (-100 ... +100) after it, which defines how much the cro
pping will be moved off the center to the border.<br>&nbsp;<br>Notice that you c
an only use &#x201c;m&#x201d; or &#x201c;c&#x201d; at the same time!<br>&nbsp;<b
><br>Examples:</b><br>This crops 120x80px from the center of the scaled image:<b
r>.width = 120c.height = 80c<br>&nbsp;<br>This crops 100x100px; from landscape-i
mages at the left and portrait-images centered:<br>.width = 100c-100.height = 10
0c<br>&nbsp;<br>This crops 100x100px; from landscape-images a bit right of the c
enter and portrait-images a bit upper than centered:<br>.width = 100c+30<br>.hei
ght = 100c-25\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"
is_propertyTable\";i:1;}i:2;a:6:{s:8:\"property\";s:6:\"height\";s:8:\"datatype\
";s:15:\"pixels /stdWrap\";s:11:\"description\";s:26:\"see &#x201c;.width&#x201d
;\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyT
able\";i:1;}i:3;a:6:{s:8:\"property\";s:6:\"params\";s:8:\"datatype\";s:6:\"stri
ng\";s:11:\"description\";s:78:\"ImageMagick command-line:<br>fx. &quot;-rotate
90&quot; or &quot;-negate&quot;\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_c
ount\";i:4;s:16:\"is_propertyTable\";i:1;}i:4;a:6:{s:8:\"property\";s:6:\"sample
\";s:8:\"datatype\";s:7:\"boolean\";s:11:\"description\";s:124:\"If set, -sample
is used to scale images instead of -geometry. Sample does not use antialiasing
and is therefore much faster.\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_cou
nt\";i:4;s:16:\"is_propertyTable\";i:1;}i:5;a:6:{s:8:\"property\";s:19:\"alterna
tiveTempPath\";s:8:\"datatype\";s:6:\"string\";s:11:\"description\";s:116:\"Ente
r an alternative path to use for temp images. Must be found in the list in TYPO3
_CONF_VARS[FE][allowedTempPaths]\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_
count\";i:4;s:16:\"is_propertyTable\";i:1;}i:6;a:6:{s:8:\"property\";s:5:\"frame
\";s:8:\"datatype\";s:3:\"int\";s:11:\"description\";s:90:\"Chooses which frame
in an gif-animation or pdf-file. <br>&quot;&quot; = first frame (zero)\";s:7:\"d
efault\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;
}i:7;a:6:{s:8:\"property\";s:6:\"import\";s:8:\"datatype\";s:13:\"path /stdWrap\
";s:11:\"description\";s:301:\"&nbsp;<i>value</i> should be set to the path of t
he file<br>with stdWrap you get the filename from the data-array<br>&nbsp;<b><br
>Example:</b><br>This returns the first image in the field &quot;image&quot; fro
m the data-array:<br>.import = uploads/pics/<br>.import.field = image<br>.import
.listNum = 0\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"i
s_propertyTable\";i:1;}i:8;a:6:{s:8:\"property\";s:4:\"maxW\";s:8:\"datatype\";s
:15:\"pixels /stdWrap\";s:11:\"description\";s:9:\"Max width\";s:7:\"default\";s
:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:9;a:6:{
s:8:\"property\";s:4:\"maxH\";s:8:\"datatype\";s:15:\"pixels /stdWrap\";s:11:\"d
escription\";s:10:\"Max height\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_co
unt\";i:4;s:16:\"is_propertyTable\";i:1;}i:10;a:6:{s:8:\"property\";s:4:\"minW\"
;s:8:\"datatype\";s:6:\"pixels\";s:11:\"description\";s:31:\"Min width (overrule
s maxW/maxH)\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"i
s_propertyTable\";i:1;}i:11;a:6:{s:8:\"property\";s:4:\"minH\";s:8:\"datatype\";
s:6:\"pixels\";s:11:\"description\";s:32:\"Min height (overrules maxW/maxH)\";s:
7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\"
;i:1;}i:12;a:6:{s:8:\"property\";s:45:\"<b>Masking:</b><br>(Black hides, white s
hows)\";s:8:\"datatype\";N;s:11:\"description\";N;s:7:\"default\";N;s:12:\"colum
n_count\";i:1;s:16:\"is_propertyTable\";i:1;}i:13;a:6:{s:8:\"property\";s:6:\"m.
mask\";s:8:\"datatype\";s:11:\"imgResource\";s:11:\"description\";s:262:\"The ma
sk by which the image is masked onto &quot;m.bgImg&quot;. Both &quot;m.mask&quot
; and &quot;m.bgImg&quot; <b>is scaled to fit</b> the size of the imgResource im
age!<br>&nbsp;<b>NOTE:</b> Both &quot;m.mask&quot; and &quot;m.bgImg&quot; must
be valid images.\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16
:\"is_propertyTable\";i:1;}i:14;a:6:{s:8:\"property\";s:7:\"m.bgImg\";s:8:\"data
type\";s:11:\"imgResource\";s:11:\"description\";s:88:\"&nbsp;<b>NOTE:</b> Both
&quot;m.mask&quot; and &quot;m.bgImg&quot; must be valid images.\";s:7:\"default
\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:15;
a:6:{s:8:\"property\";s:11:\"m.bottomImg\";s:8:\"datatype\";s:11:\"imgResource\"
;s:11:\"description\";s:430:\"An image masked by &quot;m.bottomImg_mask&quot; on
to &quot;m.bgImg&quot; before the imgResources is masked by &quot;m.mask&quot;.
<br>Both &quot;m.bottomImg&quot; and &quot;m.bottomImg_mask&quot; <b>is scaled t
o fit</b> the size of the imgResource image!<br>This is most often used to creat
e an underlay for the imgResource.<br>&nbsp;<b>NOTE:</b> Both &quot;m.bottomImg&
quot; and &quot;m.bottomImg_mask&quot; must be valid images.\";s:7:\"default\";s
:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:16;a:6:
{s:8:\"property\";s:16:\"m.bottomImg_mask\";s:8:\"datatype\";s:11:\"imgResource\
";s:11:\"description\";s:116:\"(optional)<br>&nbsp;<b>NOTE:</b> Both &quot;m.bot
tomImg&quot; and &quot;m.bottomImg_mask&quot; must be valid images.\";s:7:\"defa
ult\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}}}
',''),(33,7389802,'995f8106dda949b01ff8cc2cc0da016c','','tsref:->imageLinkWrap',
'a:1:{s:4:\"rows\";a:16:{i:0;a:6:{s:8:\"property\";s:5:\"width\";s:8:\"datatype\
";s:12:\"int (1-1000)\";s:11:\"description\";s:134:\"If you add &quot;m&quot; to
either the width or height, the image will be held in proportions and width/hei
ght works as max-dimensions\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count
\";i:4;s:16:\"is_propertyTable\";i:1;}i:1;a:6:{s:8:\"property\";s:6:\"height\";s
:8:\"datatype\";s:12:\"int (1-1000)\";s:11:\"description\";s:22:\"see &quot;.wid
th&quot;\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_pr
opertyTable\";i:1;}i:2;a:6:{s:8:\"property\";s:7:\"effects\";s:8:\"datatype\";s:
66:\"&nbsp;<i>see GIFBUILDER / effects. (from stdgraphics-library)</i> \";s:11:\
"description\";s:55:\"<b>Example:</b><br>gamma=1,3 | sharpen=80 | solarize=70\";
s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable
\";i:1;}i:3;a:6:{s:8:\"property\";s:6:\"sample\";s:8:\"datatype\";s:7:\"boolean\
";s:11:\"description\";s:124:\"If set, -sample is used to scale images instead o
f -geometry. Sample does not use antialiasing and is therefore much faster.\";s:
7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\"
;i:1;}i:4;a:6:{s:8:\"property\";s:19:\"alternativeTempPath\";s:8:\"datatype\";s:
6:\"&nbsp;\";s:11:\"description\";s:116:\"Enter an alternative path to use for t
emp images. Must be found in the list in TYPO3_CONF_VARS[FE][allowedTempPaths]\"
;s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTabl
e\";i:1;}i:5;a:6:{s:8:\"property\";s:5:\"title\";s:8:\"datatype\";s:6:\"string\"
;s:11:\"description\";s:35:\"page title of the new window (HTML)\";s:7:\"default
\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:6;a
:6:{s:8:\"property\";s:7:\"bodyTag\";s:8:\"datatype\";s:11:\"&lt;tag&gt;\";s:11:
\"description\";s:26:\"Body tag of the new window\";s:7:\"default\";s:6:\"&nbsp;
\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:7;a:6:{s:8:\"prope
rty\";s:4:\"wrap\";s:8:\"datatype\";s:4:\"wrap\";s:11:\"description\";s:56:\"Wra
p of the image, which is output between the body-tags\";s:7:\"default\";s:6:\"&n
bsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:8;a:6:{s:8:\"p
roperty\";s:6:\"target\";s:8:\"datatype\";s:21:\"&lt;A&gt;-data:target\";s:11:\"
description\";s:42:\"NOTE: Only if &quot;.JSwindow&quot; is set\";s:7:\"default\
";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:9;a:
6:{s:8:\"property\";s:8:\"JSwindow\";s:8:\"datatype\";s:7:\"boolean\";s:11:\"des
cription\";s:88:\"The image will be opened in a new window which is fitted to th
e dimensions of the image!\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\
";i:4;s:16:\"is_propertyTable\";i:1;}i:10;a:6:{s:8:\"property\";s:15:\"JSwindow.
expand\";s:8:\"datatype\";s:3:\"x,y\";s:11:\"description\";s:42:\"x and y is add
ed to the window dimensions.\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_coun
t\";i:4;s:16:\"is_propertyTable\";i:1;}i:11;a:6:{s:8:\"property\";s:18:\"JSwindo
w.newWindow\";s:8:\"datatype\";s:7:\"boolean\";s:11:\"description\";s:39:\"Each
picture will open in a new window!\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"colum
n_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:12;a:6:{s:8:\"property\";s:15:\"J
Swindow.altUrl\";s:8:\"datatype\";s:15:\"string /stdWrap\";s:11:\"description\";
s:99:\"If this returns anything, the URL shown in the JS-window is NOT showpic.p
hp but the url given here!\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\
";i:4;s:16:\"is_propertyTable\";i:1;}i:13;a:6:{s:8:\"property\";s:31:\"JSwindow.
altUrl_noDefaultParams\";s:8:\"datatype\";s:7:\"boolean\";s:11:\"description\";s
:159:\"If this is set, the image parameters are not appended to the altUrl<br>au
tomatically. This is useful if you want to create them with a userfunction<br>in
stead.\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_prop
ertyTable\";i:1;}i:14;a:6:{s:8:\"property\";s:8:\"typolink\";s:8:\"datatype\";s:
13:\"-&gt;typolink\";s:11:\"description\";s:63:\"NOTE: This overrides the imageL
inkWrap if it returns anything!!\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_
count\";i:4;s:16:\"is_propertyTable\";i:1;}i:15;a:6:{s:8:\"property\";s:6:\"enab
le\";s:8:\"datatype\";s:16:\"boolean /stdWrap\";s:11:\"description\";s:49:\"<b>T
he image is linked ONLY if this is true!!</b>\";s:7:\"default\";s:1:\"0\";s:12:\
"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}}}',''),(34,7389802,'8354e493
f67a8b31615797f35c761ce3','','tsref:->numRows','a:1:{s:4:\"rows\";a:2:{i:0;a:6:{
s:8:\"property\";s:5:\"table\";s:8:\"datatype\";s:9:\"tablename\";s:11:\"descrip
tion\";s:6:\"&nbsp;\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s
:16:\"is_propertyTable\";i:1;}i:1;a:6:{s:8:\"property\";s:6:\"select\";s:8:\"dat
atype\";s:11:\"-&gt;select\";s:11:\"description\";s:142:\"Select query for the o
peration.<br>&nbsp;<br>The property &#x201c;selectFields&#x201d; is overridden i
nternally with &#x201c;count(*)&#x201d;.\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\
"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}}}',''),(35,7389802,'232474bb
912dfb37279eda0d54a3cebe','','tsref:->select','a:1:{s:4:\"rows\";a:11:{i:0;a:6:{
s:8:\"property\";s:9:\"uidInList\";s:8:\"datatype\";s:22:\"<i>list of page_id</i
>\";s:11:\"description\";s:6:\"&nbsp;\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"co
lumn_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:1;a:6:{s:8:\"property\";s:9:\"
pidInList\";s:8:\"datatype\";s:37:\"&nbsp;<i>list of page_id</i> /stdWrap\";s:11
:\"description\";s:6:\"&nbsp;\";s:7:\"default\";s:4:\"this\";s:12:\"column_count
\";i:4;s:16:\"is_propertyTable\";i:1;}i:2;a:6:{s:8:\"property\";s:7:\"orderBy\";
s:8:\"datatype\";s:18:\"<i>SQL-orderBy</i>\";s:11:\"description\";s:60:\"without
&quot;order by&quot;! Eg. &quot;sorting, title&quot;\";s:7:\"default\";s:6:\"&n
bsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:3;a:6:{s:8:\"p
roperty\";s:7:\"groupBy\";s:8:\"datatype\";s:18:\"<i>SQL-groupBy</i>\";s:11:\"de
scription\";s:51:\"without &quot;group by&quot;! Eg. &quot;CType&quot;\";s:7:\"d
efault\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;
}i:4;a:6:{s:8:\"property\";s:3:\"max\";s:8:\"datatype\";s:35:\"int <br>+calc<br>
+&quot;total&quot;\";s:11:\"description\";s:95:\"max records<br>&nbsp;<b><br>Spe
cial keyword: &quot;total&quot; is substituted with count(*)</b>\";s:7:\"default
\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:5;a
:6:{s:8:\"property\";s:5:\"begin\";s:8:\"datatype\";s:36:\"int <br>+calc <br>+&q
uot;total&quot;\";s:11:\"description\";s:134:\"begin with record number <i>value
</i><i><br>&nbsp;</i><br>&nbsp;<b>Special keyword:</b> &quot;total&quot; is subs
tituted with count(*)\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4
;s:16:\"is_propertyTable\";i:1;}i:6;a:6:{s:8:\"property\";s:5:\"where\";s:8:\"da
tatype\";s:16:\"<i>SQL-where</i>\";s:11:\"description\";s:98:\"without &quot;whe
re&quot;!, Eg. &quot; (title LIKE &#039;%SOMETHING%&#039; AND NOT doktype) &quot
;\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyT
able\";i:1;}i:7;a:6:{s:8:\"property\";s:8:\"andWhere\";s:8:\"datatype\";s:31:\"&
nbsp;<i>SQL-where</i> /stdWrap\";s:11:\"description\";s:54:\"without &quot;AND&q
uot;!, Eg. &quot;NOT doktype&quot;.\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"colu
mn_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:8;a:6:{s:8:\"property\";s:13:\"l
anguageField\";s:8:\"datatype\";s:6:\"string\";s:11:\"description\";s:327:\"If s
et, this points to the field in the record which holds a reference to a record i
n sys_language table. And if set, the records returned by the select-function wi
ll be selected only if the value of this field matches the $GLOBALS[&#x201c;TSFE
&#x201d;]-&gt;sys_language_uid (which is set by the config.sys_language_uid opti
on)\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propert
yTable\";i:1;}i:9;a:6:{s:8:\"property\";s:12:\"selectFields\";s:8:\"datatype\";s
:6:\"string\";s:11:\"description\";s:54:\"List of fields to select, or &#x201c;c
ount(*)&#x201d;.\";s:7:\"default\";s:1:\"*\";s:12:\"column_count\";i:4;s:16:\"is
_propertyTable\";i:1;}i:10;a:6:{s:8:\"property\";s:29:\"join<br>leftjoin<br>righ
tjoin\";s:8:\"datatype\";s:6:\"string\";s:11:\"description\";s:77:\"Enter tablen
ame for JOIN , LEFT OUTER JOIN and RIGHT OUTER JOIN respectively.\";s:7:\"defaul
t\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}}}',
''),(36,7389802,'d31c5c1d83f5f71ea314f95fa18982b3','','tsref:->split','a:1:{s:4:
\"rows\";a:7:{i:0;a:6:{s:8:\"property\";s:5:\"token\";s:8:\"datatype\";s:12:\"st
r /stdWrap\";s:11:\"description\";s:51:\"string or character (token) used to spl
it the value\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"i
s_propertyTable\";i:1;}i:1;a:6:{s:8:\"property\";s:3:\"max\";s:8:\"datatype\";s:
12:\"int /stdWrap\";s:11:\"description\";s:20:\"max number of splits\";s:7:\"def
ault\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i
:2;a:6:{s:8:\"property\";s:3:\"min\";s:8:\"datatype\";s:12:\"int /stdWrap\";s:11
:\"description\";s:21:\"min number of splits.\";s:7:\"default\";s:6:\"&nbsp;\";s
:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:3;a:6:{s:8:\"property\
";s:9:\"returnKey\";s:8:\"datatype\";s:12:\"int /stdWrap\";s:11:\"description\";
s:87:\"Instead of parsing the split result, just return this element of the inde
x immediately.\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\
"is_propertyTable\";i:1;}i:4;a:6:{s:8:\"property\";s:7:\"cObjNum\";s:8:\"datatyp
e\";s:30:\"<i>cObjNum</i><br>+optionSplit\";s:11:\"description\";s:120:\"This is
a pointer the array of this object (&quot;1,2,3,4&quot;), that should treat the
items, resulting from the split.\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column
_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:5;a:6:{s:8:\"property\";s:7:\"1,2,
3,4\";s:8:\"datatype\";s:20:\"-&gt;CARRAY /stdWrap\";s:11:\"description\";s:537:
\"The object that should treat the value. <b><br>NOTE: The &quot;current&quot;-v
alue is set to the value of current item, when the objects are called. See &quot
;stdWrap&quot; / current.</b><b><br>&nbsp;</b><b><br>Example (stdWrap used):</b>
<br>1.current = 1<br>1.wrap = &lt;B&gt; | &lt;/B&gt;<br>&nbsp;<b><br>Example (CA
RRAY used):</b><br>1 {<br>&nbsp;&nbsp;&nbsp;10 = TEXT<br>&nbsp;&nbsp;&nbsp;10.cu
rrent = 1<br>&nbsp;&nbsp;&nbsp;10.wrap = &lt;B&gt; | &lt;/B&gt;<br>&nbsp;&nbsp;&
nbsp;20 = CLEARGIF<br>&nbsp;&nbsp;&nbsp;20.height = 20<br>}\";s:7:\"default\";s:
6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:6;a:6:{s
:8:\"property\";s:4:\"wrap\";s:8:\"datatype\";s:21:\"wrap <br>+optionSplit\";s:1
1:\"description\";s:29:\"Defines a wrap for each item.\";s:7:\"default\";s:6:\"&
nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}}}',''),(37,738
9802,'c3abe7b3e50e8c5a3ec49c6fc37e7c6c','','tsref:->if','a:1:{s:4:\"rows\";a:10:
{i:0;a:6:{s:8:\"property\";s:6:\"isTrue\";s:8:\"datatype\";s:12:\"str /stdWrap\"
;s:11:\"description\";s:70:\"If the content is &quot;true&quot;.... (not empty s
tring and not zero)\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s
:16:\"is_propertyTable\";i:1;}i:1;a:6:{s:8:\"property\";s:7:\"isFalse\";s:8:\"da
tatype\";s:12:\"str /stdWrap\";s:11:\"description\";s:54:\"If the content is &qu
ot;false&quot;... (empty or zero)\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column
_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:2;a:6:{s:8:\"property\";s:10:\"isP
ositive\";s:8:\"datatype\";s:22:\"int /stdWrap<br>+ calc\";s:11:\"description\";
s:40:\"returns false if content is not positive\";s:7:\"default\";s:6:\"&nbsp;\"
;s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:3;a:6:{s:8:\"propert
y\";s:13:\"isGreaterThan\";s:8:\"datatype\";s:14:\"value /stdWrap\";s:11:\"descr
iption\";s:63:\"returns false if content is not greater than &quot;.value&quot;\
";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTab
le\";i:1;}i:4;a:6:{s:8:\"property\";s:10:\"isLessThan\";s:8:\"datatype\";s:14:\"
value /stdWrap\";s:11:\"description\";s:60:\"returns false if content is not les
s than &quot;.value&quot;\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\"
;i:4;s:16:\"is_propertyTable\";i:1;}i:5;a:6:{s:8:\"property\";s:6:\"equals\";s:8
:\"datatype\";s:14:\"value /stdWrap\";s:11:\"description\";s:58:\"returns false
if content does not equal &quot;.value&quot;\";s:7:\"default\";s:6:\"&nbsp;\";s:
12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:6;a:6:{s:8:\"property\"
;s:8:\"isInList\";s:8:\"datatype\";s:14:\"value /stdWrap\";s:11:\"description\";
s:152:\"returns false if content is not in the comma-separated list &quot;.value
&quot;.<br>The list in &quot;.value&quot; may not have spaces between elements!!
\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTa
ble\";i:1;}i:7;a:6:{s:8:\"property\";s:5:\"value\";s:8:\"datatype\";s:14:\"value
/stdWrap\";s:11:\"description\";s:56:\"&quot;value&quot; (the comparison value
mentioned above)\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16
:\"is_propertyTable\";i:1;}i:8;a:6:{s:8:\"property\";s:6:\"negate\";s:8:\"dataty
pe\";s:7:\"boolean\";s:11:\"description\";s:125:\"This negates the result just b
efore it exits. So if anything above returns true the overall returns ends up re
turning false!!\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:
\"is_propertyTable\";i:1;}i:9;a:6:{s:8:\"property\";s:12:\"directReturn\";s:8:\"
datatype\";s:7:\"boolean\";s:11:\"description\";s:120:\"If this property exists
the true/false of this value is returned. Could be used to set true/false by Typ
oScript constant\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16
:\"is_propertyTable\";i:1;}}}',''),(38,7389802,'8d5bffcf7ab541700c652a5edf894713
','','tsref:->typolink','a:1:{s:4:\"rows\";a:15:{i:0;a:6:{s:8:\"property\";s:9:\
"extTarget\";s:8:\"datatype\";s:15:\"target /stdWrap\";s:11:\"description\";s:30
:\"target used for external links\";s:7:\"default\";s:4:\"_top\";s:12:\"column_c
ount\";i:4;s:16:\"is_propertyTable\";i:1;}i:1;a:6:{s:8:\"property\";s:6:\"target
\";s:8:\"datatype\";s:15:\"target /stdWrap\";s:11:\"description\";s:30:\"target
used for internal links\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i
:4;s:16:\"is_propertyTable\";i:1;}i:2;a:6:{s:8:\"property\";s:8:\"no_cache\";s:8
:\"datatype\";s:16:\"boolean /stdWrap\";s:11:\"description\";s:56:\"Adds a &quot
;&amp;no_cache=1&quot;-parameter to the link\";s:7:\"default\";s:6:\"&nbsp;\";s:
12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:3;a:6:{s:8:\"property\"
;s:12:\"useCacheHash\";s:8:\"datatype\";s:7:\"boolean\";s:11:\"description\";s:5
32:\"If set, the additionalParams list is exploded and calculated into a hashstr
ing appended to the url, like &#x201c;&amp;cHash=ae83fd7s87&#x201d;. When the ca
ching mechanism sees this value, it calculates the same value on the server base
d on incoming values in HTTP_GET_VARS, excluding id,type,no_cache,ftu,cHash,MP v
alues. If the incoming cHash value matches the calculated value, the page may be
cached based on this.<br>The [SYS][encryptionKey] is included in the hash in or
der to make it unique for the server and non-predictable.\";s:7:\"default\";s:6:
\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:4;a:6:{s:8
:\"property\";s:16:\"additionalParams\";s:8:\"datatype\";s:15:\"string /stdWrap\
";s:11:\"description\";s:556:\"This is parameters that are added to the end of t
he url. This must be code ready to insert after the last parameter. <br>&nbsp;<b
><br>Example:</b><br>&#039;&amp;print=1&#039;<br>&#039;&amp;sword_list[]=word1&a
mp;sword_list[]=word2&#039;<br>&nbsp;<b><br>Applications:</b><br>This is very us
eful when linking to pages from a searchresult. The searchwords are stored in th
e register-key SWORD_PARAMS and can be insert directly like this:<br>.additional
Params.data = register:SWORD_PARAMS<br>&nbsp;<br>&nbsp;<b>NOTE:</b> This is only
active for internal links!\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count
\";i:4;s:16:\"is_propertyTable\";i:1;}i:5;a:6:{s:8:\"property\";s:14:\"addQueryS
tring\";s:8:\"datatype\";s:7:\"boolean\";s:11:\"description\";s:884:\"Add the QU
ERY_STRING to the start of the link. Notice that this does not check for any dup
licate parameters! This is not a problem (only the last parameter of the same na
me will be applied), but enable &quot;config.uniqueLinkVars&quot; if you still d
on&#039;t like it.<br>&nbsp;<br>&nbsp;<b>.method: </b>If set to to GET or POST t
hen then the parsed query arguments (GET or POST data) will be used. This settin
gs are useful if you use URL processing extensions like Real URL, which translat
e part of the path into query arguments.<br>It&#039;s also possible to get both,
POST and GET data, on setting this to<br>&quot;POST,GET&quot; or &quot;GET,POST
&quot;. The last method in this sequence takes<br>precedence and overwrites the
parts that are also present for the first<br>method.<br>&nbsp;<br>&nbsp;<b>.excl
ude: </b>List of query arguments to exclude from the link (eg L or cHash).\";s:7
:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";
i:1;}i:6;a:6:{s:8:\"property\";s:4:\"wrap\";s:8:\"datatype\";s:4:\"wrap\";s:11:\
"description\";s:16:\"Wraps the links.\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"c
olumn_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:7;a:6:{s:8:\"property\";s:14:
\"ATagBeforeWrap\";s:8:\"datatype\";s:7:\"boolean\";s:11:\"description\";s:91:\"
If set, the link is first wrapped with &quot;<i>.wrap&quot;</i> and then the &lt
;A&gt;-tag.\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is
_propertyTable\";i:1;}i:8;a:6:{s:8:\"property\";s:9:\"parameter\";s:8:\"datatype
\";s:15:\"string /stdWrap\";s:11:\"description\";s:4199:\"This is the data, that
-&gt;typolink uses to create the link. The value is trimmed and if it&#039;s em
pty, -&gt;typolink returns the input value untouched.<br>&nbsp;<br>&nbsp;<b>NOTE
:</b> If used from parseFunc, this value should be imported by:<br>typolink.para
meter.data = parameters : allParams<br>&nbsp;<b><br>Examples:</b><br>Internal li
nks:<br>integers (51): creates a link to page with uid = 51<br>filerefs (fileadm
in/somedir/thedoc.html): creates a link to the file on the local server.<br>stri
ngs (some_alias): creates a link to the page with alias = &quot;some_alias&quot;
<br>&nbsp;<br>External links:<br>email-adresses (name@email.com): creates a link
to the email-addr.<br>domains (www.domain.com): creates link to http://-page<br
>&nbsp;<b><br>The input is parsed like this:</b><br>First the parameter is split
ted by character-space. This provides a way to pass more parameters. See &quot;t
arget&quot; below here.<br>If a &quot;@&quot; is in the string, it&#039;s an ema
il<br>If a period (.) is in the string AND if the period (.) is found before a s
lash (/) is found OR if a doubleslash is found, then it&#039;s a URL<br>If a sla
sh (/) is found, it&#039;s a filereference. If the file/directory does not exist
on the server, the link is NOT made!<br>&nbsp;<br>Now the input can be an alias
or page-id. If the input is an integer it&#039;s a page-id, if it&#039;s two co
mma separated integers, it&#039;s a id/type pair, else it&#039;s an alias. For p
age-id&#039;s or aliases you can prepend a &quot;#&quot; mark with a number indi
cation tt_content record number on the page to jump to! (if .section-property is
present, it overrides this).<br>If you insert only &quot;#234&quot; where &quot
;234&quot; is the tt_content record number, it links to the current page-id<i><b
r>Notice: The parameter can contain a keyword that hands over link generation to
an external function. See example below this table!</i><b><br>&nbsp;</b><b><br>
Target</b><br>Target is normally defined by the &quot;extTarget&quot; and &quot;
target&quot; properties of typolink. But you may override this target by adding
the new target after the parameter separated by a whitespace. Thus the target be
comes the second parameter.<br>If the &#x201c;Target&#x201d; parameter is set to
the &#x201c;-&#x201d; character, then it&#039;s the same as no target passed to
the function. This feature enables you to still pass a class as third parameter
and title as fourth parameter without setting the target also.<br>&nbsp;<b><br>
Open in windows with fixed dimensions (JavaScript)</b><br>It is possible to open
the link in a window opened by JavaScript (with &#x201c;window.open&#x201d;). F
or this, just set the target value to &#x201c;123x456&#x201d; where 123 is the w
indow width and 456 is the window height. You can also specify additional parame
ters to the function by entering them separated from the width and height with a
colon &#x201c;:&#x201d;. For instance &#x201c;230x450:resizable=0,location=1&#x
201d; will disable resizing of the window and enable the location bar.<br>Also s
ee property &#x201c;JSwindow&#x201d;.<br>&nbsp;<b><br>Class</b><br>If you specif
y a third parameter separated by whitespace in the parameter value this becomes
the class-parameter of the link. This class parameter is inserted in the link-ta
g before any values from .ATagParams which means this class value will override
any class value set in ATagParams (at least for MSIE). If set to &#x201c;-&#x201
d;, then it&#039;s the same as no class passed to the function. This feature ena
bles you to still pass a title as fourth parameter without setting the class als
o.<br>&nbsp;<b><br>Title</b><br>The title attribute is normally specified via .A
TagParams or directly via the .title property. But you may override this value b
y adding the desired title as the fourth parameter (parameters separated by whit
espace) to typolink.<br>&nbsp;<b><br>Examples of multiparameters:</b><br>Conside
r this .parameter value passed to this function:<br>&nbsp;<br>51 _blank blueLink
<br>&nbsp;<br>&nbsp;This would result in a link approx like this:<br>&nbsp;<br>&
lt;A href=&#x201d;?id=51&#x201d; target=&#x201d;_blank&#x201d; class=&#x201d;blu
eLink&#x201d;&gt;\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:1
6:\"is_propertyTable\";i:1;}i:9;a:6:{s:8:\"property\";s:5:\"title\";s:8:\"dataty
pe\";s:15:\"string /stdWrap\";s:11:\"description\";s:38:\"Sets the title paramet
er of the A-tag.\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16
:\"is_propertyTable\";i:1;}i:10;a:6:{s:8:\"property\";s:15:\"JSwindow_params\";s
:8:\"datatype\";s:6:\"string\";s:11:\"description\";s:170:\"Preset values for op
ening the window. This example lists almost all possible attributes:<br>status=1
,menubar=1,scrollbars=1,resizable=1,location=1,directories=1,toolbar=1\";s:7:\"d
efault\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;
}i:11;a:6:{s:8:\"property\";s:10:\"returnLast\";s:8:\"datatype\";s:6:\"string\";
s:11:\"description\";s:263:\"If set to &quot;url&quot; then it will return the U
RL of the link ($this-&gt;lastTypoLinkUrl)<br>If set to &quot;target&quot; it wi
ll return the target of the link.<br>So, in these two cases you will not get the
value wrapped but the url or target value returned!\";s:7:\"default\";s:6:\"&nb
sp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:12;a:6:{s:8:\"p
roperty\";s:7:\"section\";s:8:\"datatype\";s:15:\"string /stdWrap\";s:11:\"descr
iption\";s:221:\"If this value is present, it&#039;s prepended with a &quot;#&qu
ot; and placed after any internal url to another page in TYPO3.<br>This is used
create a link, which jumps from one page directly the section on another page.\"
;s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTabl
e\";i:1;}i:13;a:6:{s:8:\"property\";s:10:\"ATagParams\";s:8:\"datatype\";s:38:\"
&nbsp;<i>&lt;A&gt;-params</i> /stdWrap\";s:11:\"description\";s:81:\"Additional
parameters<br>&nbsp;<b><br>Example:</b><br>class=&#x201d;board&#x201d;\";s:7:\"d
efault\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;
}i:14;a:6:{s:8:\"property\";s:8:\"userFunc\";s:8:\"datatype\";s:13:\"function-na
me\";s:11:\"description\";s:954:\"This passes the link-data compiled by the typo
link function to a user-defined function for final manipulation.<br>The $content
variable passed to the user-function (first parameter) is an array with the key
s &#x201c;TYPE&#x201d;, &#x201c;TAG&#x201d;, &#x201c;url&#x201d;, &#x201c;target
Params&#x201d; and &#x201c;aTagParams&#x201d;. <br>TYPE is an indication of link
-kind: mailto, url, file, page<br>TAG is the full &lt;A&gt;-tag as generated and
ready from the typolink function.<br>The latter three is combined into the &#03
9;TAG&#039; value after this formula:<br>&nbsp;<br>&lt;a href=&quot;&#039;.$fina
lTagParts[&#039;url&#039;].&#039;&quot;&#039;.<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$finalTagParts[&#039;targetParams&#039
;].<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$
finalTagParts[&#039;aTagParams&#039;].&#039;&gt;<br>&nbsp;<br>The userfunction m
ust return an &lt;A&gt;-tag.\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_coun
t\";i:4;s:16:\"is_propertyTable\";i:1;}}}',''),(39,7389802,'80780565cc3f65439bc9
a712a1a05942','','tsref:->textStyle','a:1:{s:4:\"rows\";a:11:{i:0;a:6:{s:8:\"pro
perty\";s:11:\"align.field\";s:8:\"datatype\";s:5:\"align\";s:11:\"description\"
;s:46:\"Set to fieldname from the $cObj-&gt;data-array\";s:7:\"default\";s:6:\"&
nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:1;a:6:{s:8:\"
property\";s:30:\"face.field<br>&nbsp;<br>&nbsp;\";s:8:\"datatype\";s:6:\"string
\";s:11:\"description\";s:200:\"Set to fieldname from the $cObj-&gt;data-array<b
r>&nbsp;<br>[1] = &quot;Times New Roman&quot;;<br>[2] = &quot;Verdana,Arial,Helv
etica,Sans serif&quot;;<br>[3] = &quot;Arial,Helvetica,Sans serif&quot;;\";s:7:\
"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:
1;}i:2;a:6:{s:8:\"property\";s:12:\"face.default\";s:8:\"datatype\";s:15:\"strin
g /stdWrap\";s:11:\"description\";s:24:\"[default] = User defined\";s:7:\"defaul
t\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:3;
a:6:{s:8:\"property\";s:30:\"size.field<br>&nbsp;<br>&nbsp;\";s:8:\"datatype\";s
:6:\"string\";s:11:\"description\";s:144:\"Set to fieldname from the $cObj-&gt;d
ata-array<br>&nbsp;<br>[1] = 1;<br>[2] = 2;<br>[3] = 3;<br>[10] = &quot;+1&quot;
;<br>[11] = &quot;-1&quot;;\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count
\";i:4;s:16:\"is_propertyTable\";i:1;}i:4;a:6:{s:8:\"property\";s:12:\"size.defa
ult\";s:8:\"datatype\";s:15:\"string /stdWrap\";s:11:\"description\";s:24:\"[def
ault] = User defined\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;
s:16:\"is_propertyTable\";i:1;}i:5;a:6:{s:8:\"property\";s:41:\"color.field<br>&
nbsp;<br>&nbsp;<br>&nbsp;\";s:8:\"datatype\";s:6:\"string\";s:11:\"description\"
;s:112:\"Set to fieldname from the $cObj-&gt;data-array<br>&nbsp;<br>See &quot;c
ontent.php&quot; for the colors available\";s:7:\"default\";s:6:\"&nbsp;\";s:12:
\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:6;a:6:{s:8:\"property\";s:
13:\"color.default\";s:8:\"datatype\";s:15:\"string /stdWrap\";s:11:\"descriptio
n\";s:24:\"[default] = User defined\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"colu
mn_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:7;a:6:{s:8:\"property\";s:18:\"c
olor.1<br>color.2\";s:8:\"datatype\";s:6:\"string\";s:11:\"description\";s:22:\"
[1],[2] = User defined\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:
4;s:16:\"is_propertyTable\";i:1;}i:8;a:6:{s:8:\"property\";s:16:\"properties.fie
ld\";s:8:\"datatype\";s:3:\"int\";s:11:\"description\";s:249:\"Set to fieldname
from the $cObj-&gt;data-array<br>&nbsp;<br>The property values goes like this:<b
r>bit 0: &lt;B&gt;<br>bit 1: &lt;I&gt;<br>bit 2: &lt;U&gt;<br>bit 3: (uppercase)
<br>&nbsp;<br>Thus a value of 5 would result in bold and underlined text\";s:7:\
"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:
1;}i:9;a:6:{s:8:\"property\";s:18:\"properties.default\";s:8:\"datatype\";s:12:\
"int /stdWrap\";s:11:\"description\";s:88:\"[default] = User defined (This value
will be used whenever &quot;.field&quot; is false!)\";s:7:\"default\";s:6:\"&nb
sp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:10;a:6:{s:8:\"p
roperty\";s:7:\"altWrap\";s:8:\"datatype\";s:4:\"wrap\";s:11:\"description\";s:2
68:\"If this value is set, the wrapping with a font-tag based on font,size and c
olor is NOT done. Rather the element is wrapped with this value.<br>Use it to as
sign a stylesheet by setting this value to eg.<br>&nbsp;<br>&lt;div class=&#x201
d;text&#x201d;&gt; | &lt;/div&gt;\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column
_count\";i:4;s:16:\"is_propertyTable\";i:1;}}}',''),(40,7389802,'5117f2da4a9bf81
9b7f78f176d3ede8e','','tsref:->encapsLines','a:1:{s:4:\"rows\";a:9:{i:0;a:6:{s:8
:\"property\";s:13:\"encapsTagList\";s:8:\"datatype\";s:15:\"list of strings\";s
:11:\"description\";s:374:\"List of tags which qualify as encapsulating tags. Mu
st be lowercase.<br>&nbsp;<b><br>Example:</b><br>encapsTagList = div, p<br>&nbsp
;<br>This setting will recognize the red line below as encapsulated lines:<br>&n
bsp;<br>First line of text<br>Some &lt;div&gt;text&lt;/div&gt;<br>&lt;p&gt;Some
text&lt;/p&gt;<br>&lt;div&gt;Some text&lt;/div&gt;<br>&lt;B&gt;Some text&lt;/B&g
t;\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_property
Table\";i:1;}i:1;a:6:{s:8:\"property\";s:25:\"remapTag.[<i>tagname</i>]\";s:8:\"
datatype\";s:6:\"string\";s:11:\"description\";s:440:\"Enter a new tag name here
if you wish the tagname of any encapsulation to be unified to a single tag name
.<br>&nbsp;<br>For instance, setting this value to &#x201c;remapTags.P=DIV&#x201
d; would convert:<br>&nbsp;<br>&nbsp;&lt;p&gt;Some text&lt;/p&gt;<br>&lt;div&gt;
Some text&lt;/div&gt;<br>&nbsp;<br>to <br>&nbsp;<br>&nbsp;&lt;div&gt;Some text&l
t;/div&gt;<br>&lt;div&gt;Some text&lt;/div&gt;<br>&nbsp;<br>([<i>tagname</i>] is
in uppercase.)\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:
\"is_propertyTable\";i:1;}i:2;a:6:{s:8:\"property\";s:30:\"addAttributes.[<i>tag
name</i>]\";s:8:\"datatype\";s:16:\"array of strings\";s:11:\"description\";s:55
4:\"Attributes to set in the encapsulation tag.<b><br>&nbsp;</b><b><br>Example:<
/b><br>addAttributes.P {<br>&nbsp;&nbsp;&nbsp;style=padding-bottom:0px; margin-t
op:1px; margin-bottom:1px;<br>&nbsp;&nbsp;&nbsp;align=center<br>}<br>&nbsp;<br>(
[<i>tagname</i>] is in uppercase.)<br>&nbsp;<br>.setOnly = <br>exists : This wil
l set the value ONLY if the property does not already exist<br>blank : This will
set the value ONLY if the property does not already exist OR is blank (&#x201c;
&#x201d;)<br>&nbsp;<br>Default is to always override/set the attributes value.\"
;s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTabl
e\";i:1;}i:3;a:6:{s:8:\"property\";s:14:\"removeWrapping\";s:8:\"datatype\";s:6:
\"boolen\";s:11:\"description\";s:391:\"If set, then all existing wrapping will
be removed.<br>&nbsp;<br>This:<br>&nbsp;<br>First line of text<br>Some &lt;div&g
t;text&lt;/div&gt;<br>&lt;p&gt;Some text&lt;/p&gt;<br>&lt;div&gt;Some text&lt;/d
iv&gt;<br>&lt;B&gt;Some text&lt;/B&gt;<br>&nbsp;<br>becomes this:<br>&nbsp;<br>F
irst line of text<br>Some &lt;div&gt;text&lt;/div&gt;<br>Some text<br>Some text<
br>&lt;B&gt;Some text&lt;/B&gt;\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_c
ount\";i:4;s:16:\"is_propertyTable\";i:1;}i:4;a:6:{s:8:\"property\";s:19:\"wrapN
onWrappedLines\";s:8:\"datatype\";s:4:\"wrap\";s:11:\"description\";s:304:\"Wrap
ping for non-encapsulated lines<br>&nbsp;<b><br>Example:</b><br>.wrapNonWrappedL
ines = &lt;P&gt;|&lt;/P&gt;<br>&nbsp;<br>This:<br>&nbsp;<br>First line of text<b
r>&lt;p&gt;Some text&lt;/p&gt;<br>&nbsp;<br>becomes this:<br>&nbsp;<br>&lt;P&gt;
First line of text&lt;/P&gt;<br>&lt;p&gt;Some text&lt;/p&gt;\";s:7:\"default\";s
:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:5;a:6:{
s:8:\"property\";s:16:\"innerStdWrap_all\";s:8:\"datatype\";s:12:\"-&gt;stdWrap\
";s:11:\"description\";s:73:\"Wraps the content inside all lines, whether they a
re encapsulated or not.\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i
:4;s:16:\"is_propertyTable\";i:1;}i:6;a:6:{s:8:\"property\";s:35:\"encapsLinesSt
dWrap.[<i>tagname</i>]\";s:8:\"datatype\";s:12:\"-&gt;stdWrap\";s:11:\"descripti
on\";s:87:\"Wraps the content inside all encapsulated lines.<br>([<i>tagname</i>
] is in uppercase.)\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s
:16:\"is_propertyTable\";i:1;}i:7;a:6:{s:8:\"property\";s:12:\"defaultAlign\";s:
8:\"datatype\";s:15:\"string /stdWrap\";s:11:\"description\";s:156:\"If set, thi
s value is set as the default &#x201c;align&#x201d; value of the wrapping tags,
both from .encapsTagList, .bypassEncapsTagList and .nonWrappedTag\";s:7:\"defaul
t\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:8;
a:6:{s:8:\"property\";s:13:\"nonWrappedTag\";s:8:\"datatype\";s:7:\"tagname\";s:
11:\"description\";s:343:\"For all non-wrapped lines, you can set here which tag
it should be wrapped in. Example would be &#x201c;P&#x201d;. This is an alterna
tive to .wrapNonWrappedLines and has the advantage that it&#039;s attributes are
set by .addAttributes as well as defaultAlign. Thus you can easier match the wr
apping tags used for nonwrapped and wrapped lines.\";s:7:\"default\";s:6:\"&nbsp
;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}}}',''),(41,7389802
,'1678f0ea79537a75222cb478bbf92623','','tsref:->tableStyle','a:1:{s:4:\"rows\";a
:7:{i:0;a:6:{s:8:\"property\";s:5:\"align\";s:8:\"datatype\";s:14:\"align /stdWr
ap\";s:11:\"description\";s:6:\"&nbsp;\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"c
olumn_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:1;a:6:{s:8:\"property\";s:6:\
"border\";s:8:\"datatype\";s:12:\"int /stdWrap\";s:11:\"description\";s:6:\"&nbs
p;\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_property
Table\";i:1;}i:2;a:6:{s:8:\"property\";s:11:\"cellspacing\";s:8:\"datatype\";s:1
2:\"int /stdWrap\";s:11:\"description\";s:6:\"&nbsp;\";s:7:\"default\";s:6:\"&nb
sp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:3;a:6:{s:8:\"pr
operty\";s:11:\"cellpadding\";s:8:\"datatype\";s:12:\"int /stdWrap\";s:11:\"desc
ription\";s:6:\"&nbsp;\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:
4;s:16:\"is_propertyTable\";i:1;}i:4;a:6:{s:8:\"property\";s:11:\"color.field\";
s:8:\"datatype\";s:6:\"string\";s:11:\"description\";s:46:\"Set to fieldname fro
m the $cObj-&gt;data-array\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\
";i:4;s:16:\"is_propertyTable\";i:1;}i:5;a:6:{s:8:\"property\";s:35:\"color.defa
ult<br>color.1<br>color.2\";s:8:\"datatype\";s:6:\"string\";s:11:\"description\"
;s:42:\"[default],[1],[2] = User defined<br>&nbsp;\";s:7:\"default\";s:6:\"&nbsp
;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:6;a:6:{s:8:\"prop
erty\";s:6:\"params\";s:8:\"datatype\";s:20:\"&lt;TABLE&gt;-params\";s:11:\"desc
ription\";s:6:\"&nbsp;\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:
4;s:16:\"is_propertyTable\";i:1;}}}',''),(42,7389802,'91a86be2eb43c2534b37854644
71e0c3','','tsref:->addParams','a:1:{s:4:\"rows\";a:2:{i:0;a:6:{s:8:\"property\"
;s:7:\"_offset\";s:8:\"datatype\";s:3:\"int\";s:11:\"description\";s:143:\"Use t
his to define which tag you want to manipulate.<br>1 is the first tag in the inp
ut, 2 is the second, -1 is the last, -2 is the second last\";s:7:\"default\";s:1
:\"1\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:1;a:6:{s:8:\"p
roperty\";s:25:\"<i>(array of strings)</i>\";s:8:\"datatype\";s:15:\"string /std
Wrap\";s:11:\"description\";s:284:\"This defines the content of each added prope
rty to the tag.<br>If there is a tag-property with this name already (case-sensi
tive!) that property will be overridden! <br>If the returned value is a blank st
ring (but not zero!) then the existing (if any) property will not be overridden.
\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTa
ble\";i:1;}}}',''),(43,7389802,'f7e884f75020be6aeaf62ddc5e89bce0','','tsref:->fi
lelink','a:1:{s:4:\"rows\";a:17:{i:0;a:6:{s:8:\"property\";s:4:\"path\";s:8:\"da
tatype\";s:13:\"path /stdWrap\";s:11:\"description\";s:45:\"<b>Example:</b><br>&
quot;uploads/media/&quot;\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\"
;i:4;s:16:\"is_propertyTable\";i:1;}i:1;a:6:{s:8:\"property\";s:4:\"icon\";s:8:\
"datatype\";s:16:\"boolean /stdWrap\";s:11:\"description\";s:27:\"Set if icon sh
ould be shown\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"
is_propertyTable\";i:1;}i:2;a:6:{s:8:\"property\";s:19:\"icon_image_ext_list\";s
:8:\"datatype\";s:30:\"<i>list of imageextensions</i>\";s:11:\"description\";s:7
4:\"This is the extensions that should render as thumbsnails instead of icons.\"
;s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTabl
e\";i:1;}i:3;a:6:{s:8:\"property\";s:11:\"iconCObject\";s:8:\"datatype\";s:7:\"c
Object\";s:11:\"description\";s:164:\"Enter a cObject to use alternatively for t
he icons, eg. IMAGE type.<br>If this is set, it&#039;ll substitute the use of th
e thumbs-script for display of thumbnails.\";s:7:\"default\";s:6:\"&nbsp;\";s:12
:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:4;a:6:{s:8:\"property\";s
:9:\"icon_link\";s:8:\"datatype\";s:7:\"boolean\";s:11:\"description\";s:33:\"If
the icon should be linked also\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_c
ount\";i:4;s:16:\"is_propertyTable\";i:1;}i:5;a:6:{s:8:\"property\";s:12:\"label
StdWrap\";s:8:\"datatype\";s:12:\"-&gt;stdWrap\";s:11:\"description\";s:177:\"st
dWrap options for the label (by default the label is the filename) before being
wrapped with the A-tags.<br>Use this to eg. import another label from a database
field or such.\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:
\"is_propertyTable\";i:1;}i:6;a:6:{s:8:\"property\";s:4:\"wrap\";s:8:\"datatype\
";s:4:\"wrap\";s:11:\"description\";s:16:\"Wraps the links.\";s:7:\"default\";s:
6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:7;a:6:{s
:8:\"property\";s:14:\"ATagBeforeWrap\";s:8:\"datatype\";s:7:\"boolean\";s:11:\"
description\";s:91:\"If set, the link is first wrapped with &quot;<i>.wrap&quot;
</i> and then the &lt;A&gt;-tag.\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_
count\";i:4;s:16:\"is_propertyTable\";i:1;}i:8;a:6:{s:8:\"property\";s:4:\"file\
";s:8:\"datatype\";s:12:\"-&gt;stdWrap\";s:11:\"description\";s:97:\"stdWrap of
the label (by default the label is the filename) after having been wrapped with
A-tag!\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_prop
ertyTable\";i:1;}i:9;a:6:{s:8:\"property\";s:4:\"size\";s:8:\"datatype\";s:16:\"
boolean /stdWrap\";s:11:\"description\";s:27:\"Set if size should be shown\";s:7
:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";
i:1;}i:10;a:6:{s:8:\"property\";s:7:\"jumpurl\";s:8:\"datatype\";s:7:\"boolean\"
;s:11:\"description\";s:949:\"Decides if the link should call the script with th
e jumpurl paramter in order to register any clicks in the stat.<br>This has the
advantage that any clicks on the file will register in the stat.<br>The disadvan
tage is, that users cant right-click and select &quot;Save Target As&quot; in th
e browser.<b><br>&nbsp;</b><b><br>Properties:</b><br>.secure (boolean)If set, th
en the file pointed to by jumpurl is NOT redirected to, but rather it&#039;s rea
d from the file and returned with a correct header. This option adds a hash and
locationData to the url and there MUST be access to the record in order to downl
oad the file. If the fileposition on the server is furthermore secured by a .hta
ccess file preventing ANY access, you&#039;ve got secure download here!<br>&nbsp
;<br>.secure.mimeTypes (list of mimetypes, syntax [ext] = [mimetype]<br>&nbsp;<b
><br>Example:</b><br>.secure = 1<br>.secure.mimeTypes = pdf=application/pdf, doc
=application/msword\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s
:16:\"is_propertyTable\";i:1;}i:11;a:6:{s:8:\"property\";s:6:\"target\";s:8:\"da
tatype\";s:6:\"target\";s:11:\"description\";s:6:\"&nbsp;\";s:7:\"default\";s:6:
\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:12;a:6:{s:
8:\"property\";s:7:\"stdWrap\";s:8:\"datatype\";s:12:\"-&gt;stdWrap\";s:11:\"des
cription\";s:6:\"&nbsp;\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i
:4;s:16:\"is_propertyTable\";i:1;}i:13;a:6:{s:8:\"property\";s:10:\"ATagParams\"
;s:8:\"datatype\";s:38:\"&nbsp;<i>&lt;A&gt;-params</i> /stdWrap\";s:11:\"descrip
tion\";s:81:\"Additional parameters<br>&nbsp;<b><br>Example:</b><br>class=&#x201
d;board&#x201d;\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:
\"is_propertyTable\";i:1;}i:14;a:6:{s:8:\"property\";s:22:\"removePrependedNumbe
rs\";s:8:\"datatype\";s:7:\"boolean\";s:11:\"description\";s:90:\"if set, any 2-
digit prepended numbers (&#x201c;eg _23&#x201d;) in the filename is removed.\";s
:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\
";i:1;}i:15;a:6:{s:8:\"property\";s:20:\"altText<br>titleText\";s:8:\"datatype\"
;s:15:\"string /stdWrap\";s:11:\"description\";s:212:\"For icons (image made wit
h &quot;iconCObject&quot; must have their own properties)<br>&nbsp;<br>If no tit
ltext is specified, it will use the alttext insteadIf no alttext is specified, i
t will use an empty alttext\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count
\";i:4;s:16:\"is_propertyTable\";i:1;}i:16;a:6:{s:8:\"property\";s:11:\"longdesc
URL\";s:8:\"datatype\";s:15:\"string /stdWrap\";s:11:\"description\";s:189:\"For
icons (image made with &quot;iconCObject&quot; must have their own properties)<
br>&nbsp;<br>&quot;longdesc&quot; attribute (URL pointing to document with exten
sive details about image).\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\
";i:4;s:16:\"is_propertyTable\";i:1;}}}',''),(44,7389802,'ce1240f8c0d72bb639611e
a407625c88','','tsref:->parseFunc','a:1:{s:4:\"rows\";a:13:{i:0;a:6:{s:8:\"prope
rty\";s:15:\"externalBlocks \";s:8:\"datatype\";s:28:\"list of tagnames/+propert
ies\";s:11:\"description\";s:3527:\"This allows you to pre-split the content pas
sed to parseFunc so that only content outside the blocks with the given tags is
parsed.<b><br>Extra properties:</b><br>&nbsp;<b>.[tagname]</b> {<br>&nbsp;&nbsp;
&nbsp;<b>callRecursive</b> = [boolean]; If set, the content of the block is dire
cted into parseFunc again. Otherwise the content is just passed through with no
other processing than stdWrap (see below)<br>&nbsp;&nbsp;&nbsp;<b>callRecursive.
dontWrapSelf </b>= [boolean]; If set, the tags of the block is <i>not</i> wrappe
d around the content returned from parseFunc.<br>&nbsp;&nbsp;&nbsp;<b>callRecurs
ive.alternativeWrap</b> = Alternative wrapping instead of the original tags.<br>
&nbsp;&nbsp;&nbsp;<b>callRecursive.tagStdWrap</b> = -&gt;stdWrap processing of t
he block-tags.<br>&nbsp;&nbsp;&nbsp;<b>stdWrap </b>= -&gt;stdWrap processing of
the whole block (regardless of whether callRecursive was set.)<br>&nbsp;&nbsp;&n
bsp;<b>stripNLprev </b>= [boolean]; Strips off last linebreak of the previous ou
tside block<br>&nbsp;&nbsp;&nbsp;<b>stripNLnext </b>= [boolean]; Strips off firs
t linebreak of the next outside block<br>&nbsp;&nbsp;&nbsp;<b>stripNL </b>= [boo
lean]: Does both of the above.<br>&nbsp;<br>&nbsp;&nbsp;&nbsp;&nbsp;= [boolean];
If set, then the content is expected to be a table and every table-cell is trav
ersed.<br>&nbsp;&nbsp;&nbsp;&nbsp;# Below, default is all cells and 1,2,3... ove
rrides for specific cols.<br>&nbsp;&nbsp;&nbsp;&nbsp;{<br>&nbsp;&nbsp;&nbsp;&nbs
p;&nbsp;&nbsp;<b>callRecursive </b>= [boolean]; The content is parsed through cu
rrent parseFunc<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b>stdWrap </b>= -&
gt;stdWrap processing of the content in the cell<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbs
p;&nbsp;&nbsp;<b>tagStdWrap</b> = -&gt; The &lt;TD&gt; tag is processed by -&gt;
stdWrap<br>&nbsp;&nbsp;&nbsp;&nbsp;}<br>&nbsp;&nbsp;&nbsp;&nbsp;<b>HTMLtableCell
s.addChr10BetweenParagraphs </b>= [boolean]; If set, then all &lt;/P&gt;&lt;P&gt
; appearances will have a chr(10) inserted between them<br>}<br>&nbsp;<b><br>Exa
mple:</b><br>This example is used to split regular bodytext content so that tabl
es and blockquotes in the bodytext are processed correctly. The blockquotes are
passed into parseFunc again (recursively) and further their top/bottom margins a
re set to 0 (so no apparent linebreaks are seen)<br>The tables are also displaye
d with a number of properties of the cells overridden.<br>tt_content.text.20.par
seFunc.externalBlocks {<br>&nbsp;&nbsp;&nbsp;blockquote.callRecursive=1<br>&nbsp
;&nbsp;&nbsp;blockquote.callRecursive.tagStdWrap.HTMLparser = 1<br>&nbsp;&nbsp;&
nbsp;blockquote.callRecursive.tagStdWrap.HTMLparser {<br>&nbsp;&nbsp;&nbsp;&nbsp
;&nbsp;tags.blockquote.fixAttrib.style.list = margin-bottom:0;margin-top:0;<br>&
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;tags.blockquote.fixAttrib.style.always=1<br>&nbsp;&
nbsp;&nbsp;}<br>&nbsp;&nbsp;&nbsp;blockquote.stripNLprev=1<br>&nbsp;&nbsp;&nbsp;
blockquote.stripNLnext=1<br>&nbsp;<br>&nbsp;&nbsp;&nbsp;table.stripNL=1<br>&nbsp
;&nbsp;&nbsp;table.stdWrap.HTMLparser = 1<br>&nbsp;&nbsp;&nbsp;table.stdWrap.HTM
Lparser {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;tags.table.overrideAttribs = border=0
cellpadding=2 cellspacing=1 style=&quot;margin-top:10px; margin-bottom:10px;&qu
ot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;tags.tr.allowedAttribs=0<br>&nbsp;&nbsp;&nb
sp;&nbsp;&nbsp;tags.td.overrideAttribs = valign=top bgcolor=&quot;#eeeeee&quot;
style=&quot;font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;font-siz
e : 10px;&quot;<br>&nbsp;&nbsp;&nbsp;}<br>}\";s:7:\"default\";s:6:\"&nbsp;\";s:1
2:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:1;a:6:{s:8:\"property\";
s:9:\"constants\";s:8:\"datatype\";s:7:\"boolean\";s:11:\"description\";s:346:\"
The toplevel-defined constants will be substituted in the text. The constant-nam
e is wrapped in &quot;###&quot;.<br>&nbsp;<b><br>Example:</b><br>constants.EMAIL
= <i>email@email.com</i><br>(NOTE: This is toplevel TypoScript!)<br>All cases o
f the string ###EMAIL### will be substituted in the text. The constants are defi
ned as a toplevel object. \";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\
";i:4;s:16:\"is_propertyTable\";i:1;}i:2;a:6:{s:8:\"property\";s:5:\"short\";s:8
:\"datatype\";s:23:\"<i>array of strings</i>\";s:11:\"description\";s:346:\"Like
constants above, but local.<br>&nbsp;<b><br>Example:</b><br>This substitutes al
l occurencies of &#x201c;T3&#x201d; with &#x201c;TYPO3 CMS&#x201d; and &#x201c;T
3web&#x201d; with a link to typo3.com.<br>short {<br>&nbsp;&nbsp;&nbsp;T3 = TYPO
3 CMS<br>&nbsp;&nbsp;&nbsp;T3web = &lt;a href=&#x201d;http://typo3.com&#x201d;&g
t;typo3&lt;/a&gt;<br>}\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:
4;s:16:\"is_propertyTable\";i:1;}i:3;a:6:{s:8:\"property\";s:16:\"plainTextStdWr
ap\";s:8:\"datatype\";s:12:\"-&gt;stdWrap\";s:11:\"description\";s:52:\"This is
stdWrap properties for all non-tag content. \";s:7:\"default\";s:6:\"&nbsp;\";s:
12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:4;a:6:{s:8:\"property\"
;s:8:\"userFunc\";s:8:\"datatype\";s:13:\"function name\";s:11:\"description\";s
:185:\"This passes the non-tag content to a function of your own choice. Similar
to eg. .postUserFunc in stdWrap.<br>Remember the function name must possibly be
prepended &#x201c;user_&#x201d;\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_
count\";i:4;s:16:\"is_propertyTable\";i:1;}i:5;a:6:{s:8:\"property\";s:17:\"nonT
ypoTagStdWrap\";s:8:\"datatype\";s:12:\"-&gt;stdWrap\";s:11:\"description\";s:25
0:\"Like .plainTextStdWrap. Difference: <br>.plainTextStdWrap works an ALL non-t
ag pieces in the text. .nonTypoTagStdWrap is post processing of all text (includ
ing tags) between special TypoTags (unless .breakoutTypoTagContent is not set fo
r the TypoTag)\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\
"is_propertyTable\";i:1;}i:6;a:6:{s:8:\"property\";s:18:\"nonTypoTagUserFunc\";s
:8:\"datatype\";s:13:\"function name\";s:11:\"description\";s:276:\"Like .userFu
nc. Differences is (like nonTypoTagStdWrap) that this is post processing of all
content pieces around TypoTags while .userFunc processes all non-tag content. (N
otice: .breakoutTypoTagContent must be set for the TypoTag if it&#039;s excluded
from nonTypoTagContent)\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";
i:4;s:16:\"is_propertyTable\";i:1;}i:7;a:6:{s:8:\"property\";s:5:\"sword\";s:8:\
"datatype\";s:4:\"wrap\";s:11:\"description\";s:203:\"Marks up any words from th
e GET-method send array sword_list[] in the text. The word MUST be at least two
characters long!<br>&nbsp;<b>NOTE:</b> works only with $GLOBALS[&quot;TSFE&quot;
]-&gt;no_cache==1\";s:7:\"default\";s:48:\"&lt;font color=&quot;red&quot;&gt;|&l
t;/font&gt;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:8;a:6:{
s:8:\"property\";s:9:\"makelinks\";s:8:\"datatype\";s:24:\"boolean / -&gt;makeli
nks\";s:11:\"description\";s:115:\"Convert webadresses prefixed with &quot;http:
//&quot; and mail-adresses prefixed with &quot;mailto:&quot; to links.\";s:7:\"d
efault\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;
}i:9;a:6:{s:8:\"property\";s:4:\"tags\";s:8:\"datatype\";s:16:\"<i>-&gt;tags</i>
\";s:11:\"description\";s:80:\"Here you can define <b>custom tags</b> that will
parse the content to something.\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_c
ount\";i:4;s:16:\"is_propertyTable\";i:1;}i:10;a:6:{s:8:\"property\";s:9:\"allow
Tags\";s:8:\"datatype\";s:15:\"list of strings\";s:11:\"description\";s:125:\"Li
st of tags, which are allowed to exist in code! <br>Highest priority: If a tag i
s found in allowTags, denyTags is ignored!!\";s:7:\"default\";s:6:\"&nbsp;\";s:1
2:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:11;a:6:{s:8:\"property\"
;s:8:\"denyTags\";s:8:\"datatype\";s:15:\"list of strings\";s:11:\"description\"
;s:388:\"List of tags, which may NOT exist in code! (use &quot;*&quot; for all.)
<br>Lowest priority: If a tag is NOT found in allowTags, denyTags is checked. If
denyTags is not &quot;*&quot; and the tag is not found in the list, the tag may
exist!<br>&nbsp;<b><br>Example:</b><br>This allows &lt;B&gt;, &lt;I&gt;, &lt;A&
gt; and &lt;IMG&gt; -tags to exist<br>.allowTags = b,i,a,img<br>.denyTags = *\";
s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable
\";i:1;}i:12;a:6:{s:8:\"property\";s:2:\"if\";s:8:\"datatype\";s:7:\"-&gt;if\";s
:11:\"description\";s:85:\"if &quot;if&quot; returns false the input value is no
t parsed, but returned directly.\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_
count\";i:4;s:16:\"is_propertyTable\";i:1;}}}',''),(45,7389802,'87d6057bd7b0beb1
8019a72c170a32fa','','tsref:->makelinks','a:1:{s:4:\"rows\";a:8:{i:0;a:6:{s:8:\"
property\";s:14:\"http.extTarget\";s:8:\"datatype\";s:6:\"target\";s:11:\"descri
ption\";s:22:\"The target of the link\";s:7:\"default\";s:4:\"_top\";s:12:\"colu
mn_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:1;a:6:{s:8:\"property\";s:9:\"ht
tp.wrap\";s:8:\"datatype\";s:4:\"wrap\";s:11:\"description\";s:20:\"wrap around
the link\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_pr
opertyTable\";i:1;}i:2;a:6:{s:8:\"property\";s:19:\"http.ATagBeforeWrap\";s:8:\"
datatype\";s:7:\"boolean\";s:11:\"description\";s:83:\"If set, the link is first
wrapped with <i>http.wrap</i> and then the &lt;A&gt;-tag.\";s:7:\"default\";s:6
:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:3;a:6:{s:
8:\"property\";s:9:\"http.keep\";s:8:\"datatype\";s:66:\"list: <i>&quot;scheme&q
uot;,&quot;path&quot;,&quot;query&quot;</i>\";s:11:\"description\";s:381:\"As de
fault the link-text will be the full domain-name of the link. <br>&nbsp;<br>&nbs
p;<b>Examples</b>:<br>http://www.webaddress.rld/test/doc.php?id=3 <br>&quot;&quo
t;: www.webaddress.rld<br>&quot;scheme&quot;: http://www.webaddress.rld<br>&quot
;scheme,path&quot;: http://www.webaddress.rld/test/doc.php<br>&quot;scheme,path,
query&quot;: http://www.webaddress.rld/test/doc.php?id=3\";s:7:\"default\";s:6:\
"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:4;a:6:{s:8:
\"property\";s:15:\"http.ATagParams\";s:8:\"datatype\";s:38:\"&nbsp;<i>&lt;A&gt;
-params</i> /stdWrap\";s:11:\"description\";s:81:\"Additional parameters<br>&nbs
p;<b><br>Example:</b><br>class=&#x201d;board&#x201d;\";s:7:\"default\";s:6:\"&nb
sp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:5;a:6:{s:8:\"pr
operty\";s:11:\"mailto.wrap\";s:8:\"datatype\";s:4:\"wrap\";s:11:\"description\"
;s:20:\"wrap around the link\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_coun
t\";i:4;s:16:\"is_propertyTable\";i:1;}i:6;a:6:{s:8:\"property\";s:21:\"mailto.A
TagBeforeWrap\";s:8:\"datatype\";s:7:\"boolean\";s:11:\"description\";s:85:\"If
set, the link is first wrapped with mailto<i>.wrap</i> and then the &lt;A&gt;-ta
g.\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_property
Table\";i:1;}i:7;a:6:{s:8:\"property\";s:17:\"mailto.ATagParams\";s:8:\"datatype
\";s:38:\"&nbsp;<i>&lt;A&gt;-params</i> /stdWrap\";s:11:\"description\";s:81:\"A
dditional parameters<br>&nbsp;<b><br>Example:</b><br>class=&#x201d;board&#x201d;
\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTa
ble\";i:1;}}}',''),(46,7389802,'a465bb5ed515df37786b15b6049198e8','','tsref:->ta
gs','a:1:{s:4:\"rows\";a:1:{i:0;a:6:{s:8:\"property\";s:15:\"<i>Array...</i>\";s
:8:\"datatype\";s:58:\"cObject <i>+stripNL</i><i><br>+ breakoutTypoTagContent</i
>\";s:11:\"description\";s:1226:\"Every entry in the <i>Array...</i> corresponds
to a tag, that will be parsed. The elements MUST be in lowercase. <br>Every ent
ry must be set to a content-object.<br>&quot;current&quot; is set to the content
of the tag, eg &lt;TAG&gt;content&lt;/TAG&gt;: here &quot;current&quot; is set
to &quot;content&quot;.<b><br>Parameters:</b><br>Parameters of the tag is set in
$cObj-&gt;parameters (key is lowercased):<br>&lt;TAG COLOR=&quot;red&quot;&gt;c
ontent&lt;/TAG&gt;<br>=&gt; $cObj-&gt;parameters[color] = red <b><br>Special add
ed properties to the content-object:</b><br>$cObj-&gt;parameters[allParams]: thi
s is automatically set to the whole parameter-string of the tag, eg &#039; color
=&quot;red&quot;&#039;<br>[cObject].stripNL: is a boolean option, which tells <i
>parseFunc</i> that NewLines before and after content of the tag should be strip
ped.<br>[cObject].breakoutTypoTagContent: is a boolean option, which tells parse
Func that this block of content is breaking up the nonTypoTag content and that t
he content after this must be re-wrapped.<br>&nbsp;<b><br>Examples:</b><br>tags.
bold = TEXT<br>tags.bold {<br>&nbsp;&nbsp;&nbsp;current = 1<br>&nbsp;&nbsp;&nbsp
;wrap = &lt;B&gt; | &lt;/B&gt;<br>}<br>tags.bold.stripNL = 1\";s:7:\"default\";s
:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}}}',''),(
47,7389802,'eb48183e6181b87770ebe8ae2364c70d','','page:->HTMLparser; tsref:->HTM
Lparser','a:1:{s:4:\"rows\";a:10:{i:0;a:6:{s:8:\"property\";s:9:\"allowTags\";s:
8:\"datatype\";s:12:\"list of tags\";s:11:\"description\";s:20:\"Default allowed
tags\";s:7:\"default\";N;s:12:\"column_count\";i:3;s:16:\"is_propertyTable\";i:
1;}i:1;a:6:{s:8:\"property\";s:14:\"tags.[tagname]\";s:8:\"datatype\";s:28:\"boo
lean/-&gt;HTMLparser_tags\";s:11:\"description\";s:212:\"Either set this propert
y to 0 or 1 to allow or deny the tag. If you enter -&gt;HTMLparser_tags properti
es, those will automatically overrule this option, thus it&#039;s not needed the
n.<br>[tagname] in lowercase.\";s:7:\"default\";N;s:12:\"column_count\";i:3;s:16
:\"is_propertyTable\";i:1;}i:2;a:6:{s:8:\"property\";s:12:\"localNesting\";s:8:\
"datatype\";s:42:\"list of tags, must be among preserved tags\";s:11:\"descripti
on\";s:100:\"List of tags (among the already set tags), which will be forced to
have the nesting-flag set to true\";s:7:\"default\";N;s:12:\"column_count\";i:3;
s:16:\"is_propertyTable\";i:1;}i:3;a:6:{s:8:\"property\";s:13:\"globalNesting\";
s:8:\"datatype\";s:6:\"(ibid)\";s:11:\"description\";s:118:\"List of tags (among
the already set tags), which will be forced to have the nesting-flag set to &#x
201c;global&#x201d;\";s:7:\"default\";N;s:12:\"column_count\";i:3;s:16:\"is_prop
ertyTable\";i:1;}i:4;a:6:{s:8:\"property\";s:15:\"rmTagIfNoAttrib\";s:8:\"dataty
pe\";s:6:\"(ibid)\";s:11:\"description\";s:103:\"List of tags (among the already
set tags), which will be forced to have the rmTagIfNoAttrib set to true\";s:7:\
"default\";N;s:12:\"column_count\";i:3;s:16:\"is_propertyTable\";i:1;}i:5;a:6:{s
:8:\"property\";s:8:\"noAttrib\";s:8:\"datatype\";s:6:\"(ibid)\";s:11:\"descript
ion\";s:154:\"List of tags (among the already set tags), which will be forced to
have the allowedAttribs value set to zero (which means, all attributes will be
removed.\";s:7:\"default\";N;s:12:\"column_count\";i:3;s:16:\"is_propertyTable\"
;i:1;}i:6;a:6:{s:8:\"property\";s:10:\"removeTags\";s:8:\"datatype\";s:6:\"(ibid
)\";s:11:\"description\";s:95:\"List of tags (among the already set tags), which
will be configured so they are surely removed.\";s:7:\"default\";N;s:12:\"colum
n_count\";i:3;s:16:\"is_propertyTable\";i:1;}i:7;a:6:{s:8:\"property\";s:18:\"ke
epNonMatchedTags\";s:8:\"datatype\";s:33:\"boolean / &#x201c;protect&#x201d;\";s
:11:\"description\";s:328:\"If set (true=1), then all tags are kept regardless o
f tags present as keys in $tags-array. <br>If &quot;protect&quot;, then the pres
erved tags have their &lt;&gt; converted to &amp;lt; and &amp;gt;<br>Default is
to REMOVE all tags, which are not specifically assigned to be allowed! So you mi
ght probably want to set this value!\";s:7:\"default\";N;s:12:\"column_count\";i
:3;s:16:\"is_propertyTable\";i:1;}i:8;a:6:{s:8:\"property\";s:16:\"htmlSpecialCh
ars\";s:8:\"datatype\";s:14:\"-1 / 0 / 1 / 2\";s:11:\"description\";s:538:\"This
regards all content which is NOT tags: <br>&#x201c;0&#x201d; means &#x201c;disa
bled&#x201d; - nothing is done<br>&#x201c;1&#x201d; means the content outside ta
gs is htmlspecialchar()&#039;ed (PHP-function which converts &amp;&#x201d;&lt;&g
t; to &amp;...;)<br>&#x201c;2&#x201d; is the same as &#x201c;1&#x201d; but entit
ies like &#x201c;&amp;amp;&#x201d; or &#x201c;&amp;#234&#x201d; are untouched.<b
r>&#x201c;-1&#x201d; does the opposite of &#x201c;1&#x201d; - converts &amp;lt;
to &lt;, &amp;gt; to &gt;, &amp;quot; to &#x201c; etc.\";s:7:\"default\";N;s:12:
\"column_count\";i:3;s:16:\"is_propertyTable\";i:1;}i:9;a:6:{s:8:\"property\";s:
14:\"xhtml_cleaning\";s:8:\"datatype\";s:7:\"boolean\";s:11:\"description\";s:16
7:\"Cleans up the content for XHTML compliance. Still slightly experimental and
supports only some clean up operations (like convertion tags and attributes to l
ower case).\";s:7:\"default\";N;s:12:\"column_count\";i:3;s:16:\"is_propertyTabl
e\";i:1;}}}',''),(48,7389802,'0adbed858831d26590fb2051a38b06d1','','page:->HTMLp
arser_tags; tsref:->HTMLparser_tags','a:1:{s:4:\"rows\";a:19:{i:0;a:6:{s:8:\"pro
perty\";s:15:\"overrideAttribs\";s:8:\"datatype\";s:6:\"string\";s:11:\"descript
ion\";s:60:\"If set, this string is preset as the attributes of the tag. \";s:7:
\"default\";N;s:12:\"column_count\";i:3;s:16:\"is_propertyTable\";i:1;}i:1;a:6:{
s:8:\"property\";s:14:\"allowedAttribs\";s:8:\"datatype\";s:6:\"&nbsp;\";s:11:\"
description\";s:156:\"&#039;0&#039; (zero) = no attributes allowed, &#039;[comma
list of attributes]&#039; = only allowed attributes. If blank/not set, all attri
butes are allowed.\";s:7:\"default\";N;s:12:\"column_count\";i:3;s:16:\"is_prope
rtyTable\";i:1;}i:2;a:6:{s:8:\"property\";s:31:\"&nbsp;fixAttrib.[attribute].set
\";s:8:\"datatype\";s:6:\"string\";s:11:\"description\";s:40:\"Force the attribu
te value to this value.\";s:7:\"default\";N;s:12:\"column_count\";i:3;s:16:\"is_
propertyTable\";i:1;}i:3;a:6:{s:8:\"property\";s:33:\"&nbsp;fixAttrib.[attribute
].unset\";s:8:\"datatype\";s:7:\"boolean\";s:11:\"description\";s:37:\"&nbsp;If
set, the attribute is unset.\";s:7:\"default\";N;s:12:\"column_count\";i:3;s:16:
\"is_propertyTable\";i:1;}i:4;a:6:{s:8:\"property\";s:35:\"&nbsp;fixAttrib.[attr
ibute].default\";s:8:\"datatype\";s:6:\"string\";s:11:\"description\";s:100:\"If
no attribute exists by this name, this value is set as default value (if this v
alue is not blank)\";s:7:\"default\";N;s:12:\"column_count\";i:3;s:16:\"is_prope
rtyTable\";i:1;}i:5;a:6:{s:8:\"property\";s:34:\"&nbsp;fixAttrib.[attribute].alw
ays\";s:8:\"datatype\";s:7:\"boolean\";s:11:\"description\";s:95:\"If set, the a
ttribute is always processed. Normally an attribute is processed only if it exis
ts\";s:7:\"default\";N;s:12:\"column_count\";i:3;s:16:\"is_propertyTable\";i:1;}
i:6;a:6:{s:8:\"property\";s:144:\"&nbsp;fixAttrib.[attribute].trim<br>&nbsp;fixA
ttrib.[attribute].intval<br>&nbsp;fixAttrib.[attribute].upper<br>&nbsp;fixAttrib
.[attribute].lower\";s:8:\"datatype\";s:7:\"boolean\";s:11:\"description\";s:87:
\"If any of these keys are set, the value is passed through the respective PHP-f
unctions.\";s:7:\"default\";N;s:12:\"column_count\";i:3;s:16:\"is_propertyTable\
";i:1;}i:7;a:6:{s:8:\"property\";s:33:\"&nbsp;fixAttrib.[attribute].range\";s:8:
\"datatype\";s:12:\"[low],[high]\";s:11:\"description\";s:23:\"Setting integer r
ange. \";s:7:\"default\";N;s:12:\"column_count\";i:3;s:16:\"is_propertyTable\";i
:1;}i:8;a:6:{s:8:\"property\";s:32:\"&nbsp;fixAttrib.[attribute].list\";s:8:\"da
tatype\";s:23:\"list of values, trimmed\";s:11:\"description\";s:84:\"Attribute
value must be in this list. If not, the value is set to the first element.\";s:7
:\"default\";N;s:12:\"column_count\";i:3;s:16:\"is_propertyTable\";i:1;}i:9;a:6:
{s:8:\"property\";s:41:\"&nbsp;fixAttrib.[attribute].removeIfFalse\";s:8:\"datat
ype\";s:36:\"boolean/&#x201d;blank&#x201d; string\";s:11:\"description\";s:203:\
"If set, then the attribute is removed if it is &quot;false&quot;. If this value
is set to &quot;blank&quot; then the value must be a blank string (that means a
&quot;zero&quot; value will not be removed)\";s:7:\"default\";N;s:12:\"column_c
ount\";i:3;s:16:\"is_propertyTable\";i:1;}i:10;a:6:{s:8:\"property\";s:42:\"&nbs
p;fixAttrib.[attribute].removeIfEquals\";s:8:\"datatype\";s:6:\"string\";s:11:\"
description\";s:70:\"If the attribute value matches the value set here, then it
is removed.\";s:7:\"default\";N;s:12:\"column_count\";i:3;s:16:\"is_propertyTabl
e\";i:1;}i:11;a:6:{s:8:\"property\";s:45:\"&nbsp;fixAttrib.[attribute].casesensi
tiveComp\";s:8:\"datatype\";s:7:\"boolean\";s:11:\"description\";s:113:\"If set,
the comparison in .removeIfEquals and .list will be case-sensitive. At this poi
nt, it&#039;s insensitive.\";s:7:\"default\";N;s:12:\"column_count\";i:3;s:16:\"
is_propertyTable\";i:1;}i:12;a:6:{s:8:\"property\";s:46:\"&nbsp;fixAttrib.[attri
bute].prefixLocalAnchors\";s:8:\"datatype\";s:7:\"integer\";s:11:\"description\"
;s:473:\"If the first char is a &#x201c;#&#x201d; character (anchor of fx. &lt;a
&gt; tags) this will prefix either a relative or absolute path.<br>If the value
is &#x201c;1&#x201d; you will get the absolute path (t3lib_div::getIndpEnv(&#039
;TYPO3_REQUEST_URL&#039;))<br>If the value is &#x201c;2&#x201d; you will get the
relative path (stripping of t3lib_div::getIndpEnv(&#039;TYPO3_SITE_URL&#039;))<
br>&nbsp;<b><br>Example:</b><br>&nbsp;<br>...fixAttrib.href.prefixLocalAnchors =
1\";s:7:\"default\";N;s:12:\"column_count\";i:3;s:16:\"is_propertyTable\";i:1;}
i:13;a:6:{s:8:\"property\";s:45:\"&nbsp;fixAttrib.[attribute].prefixRelPathWith\
";s:8:\"datatype\";s:6:\"string\";s:11:\"description\";s:314:\"If the value of t
he attribute seems to be a relative URL (no scheme like &#x201c;http&#x201d; and
no &#x201c;/&#x201d; as first char) then that value of this property will be pr
efixed the attribute.<br>&nbsp;<b><br>Example:</b><br>&nbsp;<br>...fixAttrib.src
.prefixRelPathWith = http://192.168.230.3/typo3/32/dummy/\";s:7:\"default\";N;s:
12:\"column_count\";i:3;s:16:\"is_propertyTable\";i:1;}i:14;a:6:{s:8:\"property\
";s:36:\"&nbsp;fixAttrib.[attribute].userFunc\";s:8:\"datatype\";s:18:\"function
reference\";s:11:\"description\";s:145:\"User function for processing of the at
tribute.<br>&nbsp;<b><br>Example:</b><br>&nbsp;<br>...fixAttrib.href.userFunc =
tx_realurl-&gt;test_urlProc\";s:7:\"default\";N;s:12:\"column_count\";i:3;s:16:\
"is_propertyTable\";i:1;}i:15;a:6:{s:8:\"property\";s:7:\"protect\";s:8:\"dataty
pe\";s:7:\"boolean\";s:11:\"description\";s:62:\"If set, the tag &lt;&gt; is con
verted to &amp;lt; and &amp;gt;\";s:7:\"default\";N;s:12:\"column_count\";i:3;s:
16:\"is_propertyTable\";i:1;}i:16;a:6:{s:8:\"property\";s:5:\"remap\";s:8:\"data
type\";s:6:\"string\";s:11:\"description\";s:47:\"If set, the tagname is remappe
d to this tagname\";s:7:\"default\";N;s:12:\"column_count\";i:3;s:16:\"is_proper
tyTable\";i:1;}i:17;a:6:{s:8:\"property\";s:15:\"rmTagIfNoAttrib\";s:8:\"datatyp
e\";s:7:\"boolean\";s:11:\"description\";s:69:\"If set, then the tag is removed
if no attributes happend to be there.\";s:7:\"default\";N;s:12:\"column_count\";
i:3;s:16:\"is_propertyTable\";i:1;}i:18;a:6:{s:8:\"property\";s:7:\"nesting\";s:
8:\"datatype\";s:6:\"&nbsp;\";s:11:\"description\";s:624:\"If set true, then thi
s tag must have starting and ending tags in the correct order. Any tags not in t
his order will be discarded. Thus &#039;&lt;/B&gt;&lt;B&gt;&lt;I&gt;&lt;/B&gt;&l
t;/I&gt;&lt;/B&gt;&#039; will be converted to &#039;&lt;B&gt;&lt;I&gt;&lt;/B&gt;
&lt;/I&gt;&#039;. <br>Is the value &quot;global&quot; then true nesting in relat
ion to other tags marked for &quot;global&quot; nesting control is preserved. Th
is means that if &lt;B&gt; and &lt;I&gt; are set for global nesting then this st
ring &#039;&lt;/B&gt;&lt;B&gt;&lt;I&gt;&lt;/B&gt;&lt;/I&gt;&lt;/B&gt;&#039; is c
onverted to &#039;&lt;B&gt;&lt;/B&gt;&#039;\";s:7:\"default\";N;s:12:\"column_co
unt\";i:3;s:16:\"is_propertyTable\";i:1;}}}',''),(49,7389802,'2bcf41f3a27a1da90a
09ebdf3a40f315','','tsref:(TLO)','a:1:{s:4:\"rows\";a:10:{i:0;a:6:{s:8:\"propert
y\";s:5:\"types\";s:8:\"datatype\";s:8:\"readonly\";s:11:\"description\";s:59:\"
Types (internal)<br>type=99 reserved for plaintext display \";s:7:\"default\";s:
6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:1;a:6:{s
:8:\"property\";s:9:\"resources\";s:8:\"datatype\";s:8:\"readonly\";s:11:\"descr
iption\";s:28:\"Resources in list (internal)\";s:7:\"default\";s:6:\"&nbsp;\";s:
12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:2;a:6:{s:8:\"property\"
;s:9:\"sitetitle\";s:8:\"datatype\";s:8:\"readonly\";s:11:\"description\";s:20:\
"SiteTitle (internal)\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4
;s:16:\"is_propertyTable\";i:1;}i:3;a:6:{s:8:\"property\";s:6:\"config\";s:8:\"d
atatype\";s:11:\"-&gt;CONFIG\";s:11:\"description\";s:135:\"Global configuration
. <br>These values are stored with cached pages which means they are also access
ible when retrieving a cached page.\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"colu
mn_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:4;a:6:{s:8:\"property\";s:9:\"co
nstants\";s:8:\"datatype\";s:14:\"-&gt;CONSTANTS\";s:11:\"description\";s:183:\"
Site-specific constants, eg. a general email-adresse. These constants may be sub
stituted in the text throughout the pages. The substitution is done by parseFunc
. (Option: constants=1)\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i
:4;s:16:\"is_propertyTable\";i:1;}i:5;a:6:{s:8:\"property\";s:6:\"FEData\";s:8:\
"datatype\";s:19:\"<i>-&gt;FE_DATA</i>\";s:11:\"description\";s:105:\"Here you c
an configure how data submitted from the front-end should be processed, which sc
ript and so on.\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:
\"is_propertyTable\";i:1;}i:6;a:6:{s:8:\"property\";s:11:\"includeLibs\";s:8:\"d
atatype\";s:23:\"<i>Array of strings</i>\";s:11:\"description\";s:160:\"With thi
s you can include php-files with function libraries for use in your includescrip
t in TYPO3. <br>Please see the PAGE-object, which has the same property.\";s:7:\
"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:
1;}i:7;a:6:{s:8:\"property\";s:101:\"<i>Other reserved TLO&#039;s:</i><br>&nbsp;
<br>plugin<br>tt_*<br>temp<br>styles<br>lib<br>_GIFBUILDER\";s:8:\"datatype\";s:
13:\"<i>&nbsp;</i>\";s:11:\"description\";s:872:\"These toplevel object names ar
e reserved. That means you can risk static_templates to use them:<br>&#x201c;plu
gin&#x201d; is used for rendering of special content like boards, ecommerce solu
tions, guestbooks and so on. Normally set from static_templates. <i>Please see s
eparate description below!</i><br>&#x201c;tt_*&#x201d;, eg tt_content (from &#x2
01c;content (default)&#x201d;) is used to render content from tables.<br>&#x201c
;temp&#x201d; and &#x201c;styles&#x201d; are used for conde-libraries you can co
py during parse-time, but they are not saved with the template in cache. <b>&quo
t;temp&quot; / &quot;styles&quot; are unset</b> before the template is cached! T
herefore use these names to store temporary data.<br>&#x201c;lib&#x201d; can be
used for a &#x201c;library&#x201d; of code, you can reference in TypoScript (unl
ike &#x201c;styles&#x201d; which is unset)\";s:7:\"default\";s:6:\"&nbsp;\";s:12
:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:8;a:6:{s:8:\"property\";s
:3:\"...\";s:8:\"datatype\";s:4:\"PAGE\";s:11:\"description\";s:469:\"Start a ne
w page<br>&nbsp;<b><br>Example:</b><br>page = PAGE<br>page.typeNum = 1<br>&nbsp;
<b><br>Guidelines:</b><br>Good, general PAGE object names to use are such as:<br
>&nbsp;<i>page </i>for the main page with content<br>&nbsp;<i>frameset, frameset
2 </i>for framesets.<br>&nbsp;<i>top, left, menu, right, bottom, border </i>for
top and menu frames etc.<br>This is just recommandations. Especially the name &#
039;page&#039; for the content bearing page is very common.\";s:7:\"default\";s:
6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:9;a:6:{s
:8:\"property\";s:3:\"...\";s:8:\"datatype\";s:17:\"<i>(whatever)</i>\";s:11:\"d
escription\";s:368:\"If a toplevel-object is not a PAGE-object it could be used
as a temporary repository for setup. In this case you should use the &quot;temp&
quot; or &quot;styles&quot; objects.<br>&quot;tt_...&quot; is normally used to d
efine the setup of content-records. Eg. &quot;tt_content&quot; would be used for
the tt_content-table as default. See the &quot;CONTENT&quot;-cObject\";s:7:\"de
fault\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}
}}',''),(50,7389802,'270df189982a4482d7b570baa95cba05','','tsref:plugin','a:1:{s
:4:\"rows\";a:5:{i:0;a:6:{s:8:\"property\";s:15:\"<i>userFunc</i>\";s:8:\"dataty
pe\";s:13:\"<i>&nbsp;</i>\";s:11:\"description\";s:67:\"<i>Property setting up t
he USER / USER_INT object of the plugin</i>\";s:7:\"default\";s:13:\"<i>&nbsp;</
i>\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:1;a:6:{s:8:\"pro
perty\";s:18:\"<i>includeLibs</i>\";s:8:\"datatype\";s:13:\"<i>&nbsp;</i>\";s:11
:\"description\";s:67:\"<i>Property setting up the USER / USER_INT object of the
plugin</i>\";s:7:\"default\";s:13:\"<i>&nbsp;</i>\";s:12:\"column_count\";i:4;s
:16:\"is_propertyTable\";i:1;}i:2;a:6:{s:8:\"property\";s:18:\"_CSS_DEFAULT_STYL
E\";s:8:\"datatype\";s:6:\"string\";s:11:\"description\";s:331:\"Use this to hav
e some default CSS styles inserted in the header section of the document. Most l
ikely this will provide a default acceptable display from the plugin, but should
ideally be cleared and moved to an external stylesheet.<br>This value is for al
l plugins read by the pagegen script when making the header of the document.\";s
:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\
";i:1;}i:3;a:6:{s:8:\"property\";s:28:\"_DEFAULT_PI_VARS.[piVar-key]\";s:8:\"dat
atype\";s:6:\"string\";s:11:\"description\";s:206:\"Allows you to set default va
lues of the piVars array which most plugins are using (and should use) for data
exchange with themselves. <br>This works only if the plugin calls $this-&gt;pi_s
etPiVarDefaults().\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:
16:\"is_propertyTable\";i:1;}i:4;a:6:{s:8:\"property\";s:34:\"_LOCAL_LANG.[lang-
key].[label-key]\";s:8:\"datatype\";s:6:\"string\";s:11:\"description\";s:68:\"C
an be used to override the default locallang labels for the plugin.\";s:7:\"defa
ult\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}}}
',''),(51,7389802,'f98a9e5726c62fb08803c31cac589abb','','tsref:config/->CONFIG',
'a:1:{s:4:\"rows\";a:109:{i:0;a:6:{s:8:\"property\";s:8:\"linkVars\";s:8:\"datat
ype\";s:4:\"list\";s:11:\"description\";s:1097:\"HTTP_GET_VARS, which should be
passed on with links in TYPO3. This is compiled into a string stored in $GLOBALS
[&quot;TSFE&quot;]-&gt;linkVars<br>&nbsp;<br>The values are rawurlencoded in PHP
.<br>&nbsp;<br>You can specify a range of valid values by appending a () after e
ach value. If this range does not match, the variable won&#039;t be appended to
links. This is very important to prevent that the cache system gets flooded with
forged values.<br>&nbsp;<br>The range may containing one of these values:<br>&n
bsp;<b>[a]-[b]</b> - A range of allowed integer values<br>&nbsp;<b>int</b> - Onl
y integer values are allowed<br>&nbsp;<b>[a]|[b]|[c]</b> - A list of allowed str
ings (whitespaces will be remove',''),(52,7389802,'61a507730523bd733941819140f88
11b','','tsref:constants','a:1:{s:4:\"rows\";a:1:{i:0;a:6:{s:8:\"property\";s:15
:\"<i>Array...</i>\";s:8:\"datatype\";s:13:\"<i>string</i>\";s:11:\"description\
";s:232:\"Constants. <br>&nbsp;<b><br>Examples:</b><br>.EMAIL = <i>email@email.c
om</i><br>Now if parseFunc anywhere is configured with constants=1 then all case
s of the string ###EMAIL### will be substituted in the text.<br>see -&gt;parseFu
nc\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_property
Table\";i:1;}}}',''),(53,7389802,'7032add39bae490a73f4ce839844c001','','tsref:(p
age)','a:1:{s:4:\"rows\";a:27:{i:0;a:6:{s:8:\"property\";s:7:\"typeNum\";s:8:\"d
atatype\";s:17:\"<i>typeNumber</i>\";s:11:\"description\";s:221:\"This decides t
he the typeId of the page. The value defaults to 0 for the first <br>found PAGE
object, but it MUST be set and be unique as soon you use more than one such obje
ct (watch this if you use frames on your page)!\";s:7:\"default\";s:1:\"0\";s:12
:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:1;a:6:{s:8:\"property\";s
:10:\"1,2,3,4...\";s:8:\"datatype\";s:7:\"cObject\";s:11:\"description\";s:6:\"&
nbsp;\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_prope
rtyTable\";i:1;}i:2;a:6:{s:8:\"property\";s:4:\"wrap\";s:8:\"datatype\";s:4:\"wr
ap\";s:11:\"description\";s:42:\"Wraps the content of the the cObject array\";s:
7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\"
;i:1;}i:3;a:6:{s:8:\"property\";s:7:\"stdWrap\";s:8:\"datatype\";s:12:\"-&gt;std
Wrap\";s:11:\"description\";s:63:\"Wraps the content of the the cObject array wi
th stdWrap options\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:
16:\"is_propertyTable\";i:1;}i:4;a:6:{s:8:\"property\";s:14:\"bodyTagCObject\";s
:8:\"datatype\";s:7:\"cObject\";s:11:\"description\";s:78:\"This is default body
tag overridden by &#x201c;.bodyTag&#x201d; if that is set.\";s:7:\"default\";s:6
:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:5;a:6:{s:
8:\"property\";s:7:\"bodyTag\";s:8:\"datatype\";s:11:\"&lt;tag&gt;\";s:11:\"desc
ription\";s:93:\"Bodytag on the page<br>&nbsp;<b><br>Example:</b><br>&lt;body bg
color=&quot;{$bgCol}&quot;&gt;\";s:7:\"default\";s:40:\"&lt;body bgcolor=&quot;#
FFFFFF&quot;&gt;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:6;
a:6:{s:8:\"property\";s:7:\"headTag\";s:8:\"datatype\";s:11:\"&lt;tag&gt;\";s:11
:\"description\";s:35:\"Head-tag if alternatives are wanted\";s:7:\"default\";s:
12:\"&lt;head&gt;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:7
;a:6:{s:8:\"property\";s:14:\"bodyTagMargins\";s:8:\"datatype\";s:3:\"int\";s:11
:\"description\";s:373:\"margins in the bodytag. <br>&nbsp;<b><br>Property:</b><
br>.useCSS = 1 (boolean) - will set a &#x201c;BODY {margin: ...}&#x201d; line in
the in-document style declaration - for XHTML compliance.<br>&nbsp;<b><br>Examp
le:</b><br>value <i>4</i><br>adds <i>leftmargin=&quot;4&quot; topmargin=&quot;4&
quot; marginwidth=&quot;4&quot; marginheight=&quot;4&quot;</i> to the bodyTag.\"
;s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTabl
e\";i:1;}i:8;a:6:{s:8:\"property\";s:10:\"bodyTagAdd\";s:8:\"datatype\";s:6:\"st
ring\";s:11:\"description\";s:48:\"This content is added to the end of the bodyT
ag.\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propert
yTable\";i:1;}i:9;a:6:{s:8:\"property\";s:5:\"bgImg\";s:8:\"datatype\";s:11:\"im
gResource\";s:11:\"description\";s:74:\"Background image on the page. This is au
tomatically added to the body-tag.\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"colum
n_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:10;a:6:{s:8:\"property\";s:8:\"fr
ameSet\";s:8:\"datatype\";s:13:\"-&gt;FRAMESET\";s:11:\"description\";s:76:\"if
any properties is set to this property, the page is made into a frameset.\";s:7:
\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i
:1;}i:11;a:6:{s:8:\"property\";s:4:\"meta\";s:8:\"datatype\";s:9:\"-&gt;META\";s
:11:\"description\";s:6:\"&nbsp;\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_
count\";i:4;s:16:\"is_propertyTable\";i:1;}i:12;a:6:{s:8:\"property\";s:12:\"sho
rtcutIcon\";s:8:\"datatype\";s:8:\"resource\";s:11:\"description\";s:339:\"Favic
on of the page. Create a reference to an icon here!<br>Browsers that support fav
icons display them in the browser&#039;s address bar, next to the site&#039;s na
me in lists of bookmarks, and next to the page&#039;s title in a Tabbed Document
Interface.<br>&nbsp;<b><br>Note:</b><br>This must be a valid &quot;.ico&quot;-f
ile (iconfile)\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\
"is_propertyTable\";i:1;}i:13;a:6:{s:8:\"property\";s:10:\"headerData\";s:8:\"da
tatype\";s:11:\"-&gt;CARRAY\";s:11:\"description\";s:149:\"Inserts content in th
e header-section. Could be JavaScripts, meta-tags, other stylesheet references.
<br>Is inserted after all the style-definitions.\";s:7:\"default\";s:6:\"&nbsp;\
";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:14;a:6:{s:8:\"prope
rty\";s:6:\"config\";s:8:\"datatype\";s:11:\"-&gt;CONFIG\";s:11:\"description\";
s:108:\"configuration for the page. Any entries override the same entries in the
toplevel-object &quot;config&quot;.\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"col
umn_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:15;a:6:{s:8:\"property\";s:17:\
"includeJS.[array]\";s:8:\"datatype\";s:8:\"resource\";s:11:\"description\";s:53
7:\"Inserts one or more (Java)Scripts in &lt;script&gt; tags.<br>&nbsp;<br>The f
ile definition must be a valid &quot;resource&quot; datatype, otherwise nothing
is inserted.<br>&nbsp;<br>Each file has <i>optional properties</i>:<br>&nbsp;<b>
.style</b> - setting the MIME type of the script (default: text/javascript)<br>&
nbsp;<b><br>Example:</b><br>includeJS {<br>&nbsp;&nbsp;&nbsp;file1 = fileadmin/h
elloworld.js<br>&nbsp;&nbsp;&nbsp;file1.type = application/x-javascript<br>&nbsp
;&nbsp;&nbsp;file2 = javascript_uploaded_to_template*.js<br>}\";s:7:\"default\";
s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:16;a:6
:{s:8:\"property\";s:11:\"includeLibs\";s:8:\"datatype\";s:23:\"<i>array of stri
ngs</i>\";s:11:\"description\";s:902:\"With this you may include php-files. This
does the same as &quot;includeLibrary&quot; in -&gt;CONFIG but this can include
more than one file. These files are included <i>after</i> the file of includeLi
brary.<br>&nbsp;<b><br>NOTE:</b><br>The toplevel object &quot;includeLibs&quot;
and the scripts defined with this property is added to each other. Script-keys (
that is the &quot;array of strings&quot;-value, like below &quot;ts_address&quot
;) from this property of the page overrides any scripts-keys from the toplevel &
quot;includeLibs&quot; property!<br>The script-filenames are of the datatype &qu
ot;resource&quot;.<br>&nbsp;<b><br>Example:</b><br>includeLibs.ts_address = lib_
filename.php<br>includeLibs.ts_shop = lib_filename.php<br>&nbsp;<br>Please do no
t use the prefix shown above (&quot;ts_&quot;) as this will probably be used by
the standard TYPO3 libraries that will appear in the future. \";s:7:\"default\";
s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:17;a:6
:{s:8:\"property\";s:40:\"<b>&nbsp;</b><b><br>CSS Stylesheets:</b>\";s:8:\"datat
ype\";N;s:11:\"description\";N;s:7:\"default\";N;s:12:\"column_count\";i:1;s:16:
\"is_propertyTable\";i:1;}i:18;a:6:{s:8:\"property\";s:10:\"stylesheet\";s:8:\"d
atatype\";s:8:\"resource\";s:11:\"description\";s:139:\"Inserts a stylesheet in
the &lt;HEAD&gt;-section of the page;<i><br>&lt;link rel=&quot;stylesheet&quot;
href=&quot;[resource]&quot;&gt;</i>\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"colu
mn_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:19;a:6:{s:8:\"property\";s:18:\"
includeCSS.[array]\";s:8:\"datatype\";s:8:\"resource\";s:11:\"description\";s:96
2:\"Inserts a stylesheet (just like the .stylesheet property) by allows to setti
ng up more than a single stylesheet, because you can enter files in an array.<br
>&nbsp;<br>The file definition must be a valid &quot;resource&quot; datatype, ot
herwise nothing is inserted.<br>&nbsp;<br>Each file has <i>optional properties</
i>:<br>&nbsp;<b>.media</b> - setting the media attribute of the &lt;style&gt; ta
g.<br>&nbsp;<b>.title</b> - setting the title of the &lt;style&gt; tag.<br>&nbsp
;<b>.alternate</b> - If set (boolean) then the rel-attribute will be &quot;alter
nate stylesheet&quot;<br>&nbsp;<b>.import</b> - If set (boolean) then the @impor
t way of including a stylesheet is used instead of &lt;link&gt;<br>&nbsp;<b><br>
Example:</b><br>includeCSS {<br>&nbsp;&nbsp;&nbsp;file1 = fileadmin/mystylesheet
1.css<br>&nbsp;&nbsp;&nbsp;file2 = stylesheet_uploaded_to_template*.css<br>&nbsp
;&nbsp;&nbsp;file2.title = High contrast<br>&nbsp;&nbsp;&nbsp;file2.media = prin
t<br>}\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_prop
ertyTable\";i:1;}i:20;a:6:{s:8:\"property\";s:15:\"CSS_inlineStyle\";s:8:\"datat
ype\";s:6:\"string\";s:11:\"description\";s:95:\"This value is just passed on as
inline css (in-document css encapsulated in &lt;style&gt;-tags)\";s:7:\"default
\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:21;
a:6:{s:8:\"property\";s:20:\"insertClassesFromRTE\";s:8:\"datatype\";s:7:\"boole
an\";s:11:\"description\";s:470:\"If set, the classes for the Rich Text Editor c
onfigured in Page TSconfig is inserted in as the first thing in the Style-sectio
n right after the setting of the stylesheet.<br>&nbsp;<br>&nbsp;<b>.add_mainStyl
eOverrideDefs</b> = [* / list of tags ] - will add all the &#x201c;RTE.default.
mainStyleOverride_add&#x201d; - tags configured as well.<br>&nbsp;<i><br>Might b
e deprecated soon. Most likely the RTE should be configured by the stylesheet in
stead. Stay tuned...</i>\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";
i:4;s:16:\"is_propertyTable\";i:1;}i:22;a:6:{s:8:\"property\";s:15:\"noLinkUnder
line\";s:8:\"datatype\";s:7:\"boolean\";s:11:\"description\";s:111:\"Disables li
nk-underlining. Uses in-document stylesheet.<br>&nbsp;<i><br>Deprecated. Use sty
lesheet instead.</i>\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;
s:16:\"is_propertyTable\";i:1;}i:23;a:6:{s:8:\"property\";s:5:\"hover\";s:8:\"da
tatype\";s:10:\"HTML-color\";s:11:\"description\";s:147:\"The color of a link wh
en the mouse moves over it! (only MSIE). Uses in-document stylesheet.<br>&nbsp;<
i><br>Deprecated. Use stylesheet instead.</i>\";s:7:\"default\";s:6:\"&nbsp;\";s
:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:24;a:6:{s:8:\"property
\";s:10:\"hoverStyle\";s:8:\"datatype\";s:6:\"string\";s:11:\"description\";s:18
9:\"Additional style information to the hover-color.<br>&nbsp;<b><br>Example:</b
><br>page.hoverStyle = font: bold; text-decoration: none;<br>&nbsp;<i><br>Deprec
ated. Use stylesheet instead.</i>\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column
_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:25;a:6:{s:8:\"property\";s:15:\"sm
allFormFields\";s:8:\"datatype\";s:7:\"boolean\";s:11:\"description\";s:396:\"Re
nders formfields like textarea, input and select-boxes small with &quot;verdana
size 1&quot; font. <br>Uses in-document stylesheet.<br>&nbsp;<b><br>Tip:</b><br>
Use this together with the config-option &quot;compensateFieldWidth&quot; set to
&quot;0.6&quot; for netscape-browsers in order to render the small form fields
in the same width!<br>&nbsp;<i><br>Deprecated. Use stylesheet instead.</i>\";s:7
:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";
i:1;}i:26;a:6:{s:8:\"property\";s:16:\"adminPanelStyles\";s:8:\"datatype\";s:7:\
"boolean\";s:11:\"description\";s:44:\"Will include CSS styles for the Admin Pan
el.\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propert
yTable\";i:1;}}}',''),(54,7389802,'abe1a9b50d108f34d9b6348126ca6a7b','','tsref:F
EData','a:1:{s:4:\"rows\";a:1:{i:0;a:6:{s:8:\"property\";s:26:\"<i>array of tabl
eNames</i>\";s:8:\"datatype\";s:13:\"-&gt;FE_TABLE\";s:11:\"description\";s:13:\
"<b>&nbsp;</b>\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\
"is_propertyTable\";i:1;}}}',''),(55,7389802,'885e0cbd1482e884cb0583019453c414',
'','tsref:FEData.(tablename)/->FE_TABLE','a:1:{s:4:\"rows\";a:9:{i:0;a:6:{s:8:\"
property\";s:15:\"default.[field]\";s:8:\"datatype\";s:6:\"string\";s:11:\"descr
iption\";s:446:\"This property is in charge of which default-values is used for
the table:<br>&nbsp;<b><br>Example:</b><br>This defines the default values used
for new records. These values will be overridden with any value submitted instea
d (as long as the submitted fields are allowed due to &quot;allowNew&quot;)<br>d
efault {<br>&nbsp;&nbsp;&nbsp;subject = This is the default subject value!<br>&n
bsp;&nbsp;&nbsp;hidden = 1<br>&nbsp;&nbsp;&nbsp;parent = 0<br>}\";s:7:\"default\
";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:1;a:
6:{s:8:\"property\";s:16:\"allowNew.[field]\";s:8:\"datatype\";s:6:\"string\";s:
11:\"description\";s:641:\"This property is in charge of which fields that may b
e written from the frontend.<br>&nbsp;<b><br>Example:</b><br>This defines that s
ubject is a field, that may be submitted from the frontend. If a value is not su
bmitted, subject is filled with the default value (see above). <br>The field &qu
ot;hidden&quot; on the other hand cannot be changed from the frontend. &quot;hid
den&quot; will gain the value from the default definition (see above). If fields
are set to &quot;0&quot; (zero) it&#039;s the same as if they were not defined
in this array.<br>&nbsp;<br>allowNew {<br>&nbsp;&nbsp;&nbsp;subject = 1<br>&nbsp
;&nbsp;&nbsp;hidden = 0<br>}\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_coun
t\";i:4;s:16:\"is_propertyTable\";i:1;}i:2;a:6:{s:8:\"property\";s:17:\"allowEdi
t.[field]\";s:8:\"datatype\";s:6:\"string\";s:11:\"description\";s:221:\"Same as
above (&quot;allowNew&quot;) but this controls which fields that may be written
in case of an update of a record (and not a new submission)<br>Please pay atten
sion to the property below! (&quot;overrideEdit&quot;)\";s:7:\"default\";s:6:\"&
nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:3;a:6:{s:8:\"
property\";s:20:\"overrideEdit.[field]\";s:8:\"datatype\";s:6:\"string\";s:11:\"
description\";s:479:\"This works like default-values above but is values inserte
d after the submitted values has beed processed. This means that opposite to def
ault-values overwritten by the submitted values, these values override the submi
tted values.<br>&nbsp;<b><br>Example:</b><br>In this case overrideEdit secures t
hat if a user updates his record (if he &quot;own&quot; it) the &quot;hidden&quo
t;-field will be set no matter what.<br>&nbsp;<br>overrideEdit {<br>&nbsp;&nbsp;
&nbsp;hidden = 1<br>}\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4
;s:16:\"is_propertyTable\";i:1;}i:4;a:6:{s:8:\"property\";s:12:\"userIdColumn\";
s:8:\"datatype\";s:14:\"string (field)\";s:11:\"description\";s:197:\"This is a
string that points to the column of a record where the user-id of the current fe
_user should be inserted. This fe_user-uid is inserted/updated both by &quot;new
&quot; and &quot;edit&quot;\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count
\";i:4;s:16:\"is_propertyTable\";i:1;}i:5;a:6:{s:8:\"property\";s:13:\"autoInser
tPID\";s:8:\"datatype\";s:7:\"boolean\";s:11:\"description\";s:195:\"Works with
new records: Insert automatically the PID of the page, where the submitted data
is sent to. Any &quot;pid&quot; supplied from the submitted data will override.
This is for convenience.\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";
i:4;s:16:\"is_propertyTable\";i:1;}i:6;a:6:{s:8:\"property\";s:13:\"processScrip
t\";s:8:\"datatype\";s:8:\"resource\";s:11:\"description\";s:567:\"Include-scrip
t to be used for processing of incoming data to the table. The script is include
d from a function in the class tslib_fetce<br>This is the really important optio
n, because whether or not you are going to utilize the &quot;cleaning&quot;/&quo
t;authorization&quot; features of the properties above depend on how you write y
our script to process data and put it in the database.<br>A very good example is
to look at &quot;media/scripts/guest_submit.inc&quot;, included from static_tem
plate &quot;plugin.tt_guest&quot; (Used for the default guestbook feature)\";s:7
:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";
i:1;}i:7;a:6:{s:8:\"property\";s:9:\"separator\";s:8:\"datatype\";s:6:\"string\"
;s:11:\"description\";s:94:\"Separator character used when the submitted data is
an array from eg. a multiple selector box.\";s:7:\"default\";s:19:\"chr(10) (li
nebreak)\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:8;a:6:{s:8
:\"property\";s:15:\"doublePostCheck\";s:8:\"datatype\";s:18:\"string (fieldname
)\";s:11:\"description\";s:344:\"Specifies a fieldname (integer) into which an i
nteger-hash compiled of the submitted data is inserted. If the field is set, the
n submissions are checked whether another record with this value already exists.
If so, the record is NOT inserted, because it&#039;s expected to be a &#x201c;d
ouble post&#x201d; (posting the same data more than once)\";s:7:\"default\";s:6:
\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}}}',''),(56,
7389802,'dfb38a4b542a66ea9ca4c51cc1e8c454','','tsref:(page).frameSet/->FRAMESET'
,'a:1:{s:4:\"rows\";a:4:{i:0;a:6:{s:8:\"property\";s:10:\"1,2,3,4...\";s:8:\"dat
atype\";s:8:\"frameObj\";s:11:\"description\";s:45:\"Configuration of frames and
nested framesets.\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:
16:\"is_propertyTable\";i:1;}i:1;a:6:{s:8:\"property\";s:4:\"cols\";s:8:\"dataty
pe\";s:26:\"&lt;frameset&gt;-data:cols\";s:11:\"description\";s:4:\"Cols\";s:7:\
"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:
1;}i:2;a:6:{s:8:\"property\";s:4:\"rows\";s:8:\"datatype\";s:26:\"&lt;frameset&g
t;-data:rows\";s:11:\"description\";s:4:\"Rows\";s:7:\"default\";s:6:\"&nbsp;\";
s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:3;a:6:{s:8:\"property
\";s:6:\"params\";s:8:\"datatype\";s:23:\"&lt;frameset&gt;-params\";s:11:\"descr
iption\";s:93:\"<b>Example:</b><br>border=&quot;0&quot; framespacing=&quot;0&quo
t; frameborder=&quot;NO&quot;\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_cou
nt\";i:4;s:16:\"is_propertyTable\";i:1;}}}',''),(57,7389802,'88d7c4b86d5cebdad2b
438b0538b48d3','','tsref:(page).frameSet.(number)/->FRAMESET.(number)','a:1:{s:4
:\"rows\";a:5:{i:0;a:6:{s:8:\"property\";s:3:\"obj\";s:8:\"datatype\";s:38:\"<i>
pointer to toplevel object-name</i>\";s:11:\"description\";s:130:\"toplevel obje
ct-name of a PAGE / FRAMESET<br>&nbsp;<b><br>Example:</b><br>&quot;left&quot;, &
quot;page&quot;, &quot;frameset&quot;\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"co
lumn_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:1;a:6:{s:8:\"property\";s:7:\"
options\";s:8:\"datatype\";s:21:\"<i>url-parameters</i>\";s:11:\"description\";s
:199:\"<b>Example:</b><br>print=1&amp;othervar=anotherthing<br>would add &#039;<
i>&amp;print=1&amp;othervar=anotherthing</i>&#039; to the &quot;.src&quot;-conte
nt (if not &quot;.src&quot; is set manually!!)\";s:7:\"default\";s:6:\"&nbsp;\";
s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:2;a:6:{s:8:\"property
\";s:6:\"params\";s:8:\"datatype\";s:20:\"&lt;frame&gt;-params\";s:11:\"descript
ion\";s:81:\"<b>Example:</b><br>scrolling=&quot;AUTO&quot; noresize frameborder=
&quot;NO&quot;\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\
"is_propertyTable\";i:1;}i:3;a:6:{s:8:\"property\";s:4:\"name\";s:8:\"datatype\"
;s:23:\"&lt;frame&gt;-data:name\";s:11:\"description\";s:133:\"Manually set name
of frame<br>&nbsp;<br>&nbsp;<b>NOTE:</b> Is set automatically and should not be
overridden under normal conditions!\";s:7:\"default\";s:25:\"value of &quot;.ob
j&quot;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:4;a:6:{s:8:
\"property\";s:3:\"src\";s:8:\"datatype\";s:22:\"&lt;frame&gt;-data:src\";s:11:\
"description\";s:140:\"Manually set the src of the frame<br>&nbsp;<br>&nbsp;<b>N
OTE:</b> Is set automatically and should not be overridden under normal conditio
ns!\";s:7:\"default\";s:33:\"could be index.php?$id&amp;$type \";s:12:\"column_c
ount\";i:4;s:16:\"is_propertyTable\";i:1;}}}',''),(58,7389802,'c123846d335b06bc4
4b284ee8c7a8ea0','','tsref:->META','a:1:{s:4:\"rows\";a:1:{i:0;a:6:{s:8:\"proper
ty\";s:15:\"<i>Array...</i>\";s:8:\"datatype\";s:15:\"string /stdWrap\";s:11:\"d
escription\";s:495:\"Metatags<br>If value is empty (after trimming) the metatag
is not generated.<br>If the &quot;key&quot; (eg. &quot;REFRESH&quot; or &quot;DE
SCRIPTION&quot;) is &quot;REFRESH&quot; (caseinsensitive), then the &quot;http-e
quiv&quot;-attribute is used in the metatag instead of &quot;name&quot;.<br>&nbs
p;<b><br>Examples:</b><br>.REFRESH = <i>[sec]; [url, leave blank for same page]<
/i><br>.DESCRIPTION = This is the description of the content in this document<br
>.KEYWORDS = This is the keywords...\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"col
umn_count\";i:4;s:16:\"is_propertyTable\";i:1;}}}',''),(59,7389802,'e8c6be7a5c4b
f207221e5b5d5a6441a4','','tsref:->CARRAY','a:1:{s:4:\"rows\";a:4:{i:0;a:6:{s:8:\
"property\";s:10:\"1,2,3,4...\";s:8:\"datatype\";s:7:\"cObject\";s:11:\"descript
ion\";s:182:\"This is a numerical &quot;array&quot; of content-objects (cObjects
). The order by which you specific the objects is not important as the array wil
l be sorted before it&#039;s parsed!\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"col
umn_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:1;a:6:{s:8:\"property\";s:29:\"
<b>Occational properties:</b>\";s:8:\"datatype\";N;s:11:\"description\";N;s:7:\"
default\";N;s:12:\"column_count\";i:1;s:16:\"is_propertyTable\";i:1;}i:2;a:6:{s:
8:\"property\";s:23:\"(stdWrap properties...)\";s:8:\"datatype\";s:6:\"&nbsp;\";
s:11:\"description\";s:474:\"&nbsp;<b>NOTE:</b> This applies ONLY if &quot;CARRA
Y /stdWrap&quot; is set to be data type<br>If you specify any non-integer proper
ties to a CARRAY, stdWrap will be invoked with all properties of the CARRAY.<br>
&nbsp;<b><br>Example:</b><br>This will return &#039;&lt;B&gt;This will be render
ed before &quot;10&quot;testing&lt;/B&gt;&#039;<br>10 = TEXT<br>10.value = testi
ng<br>5 = HTML<br>5.value = This will be rendered before &quot;10&quot;<br>wrap
= &lt;B&gt; |&lt;/B&gt;\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i
:4;s:16:\"is_propertyTable\";i:1;}i:3;a:6:{s:8:\"property\";s:10:\"(TDParams)\";
s:8:\"datatype\";s:17:\"&lt;TD&gt;-params\";s:11:\"description\";s:217:\"&nbsp;<
b>NOTE:</b> This applies ONLY if &quot;CARRAY +TDParams&quot; is set to be data
type<br>This property is used only in some cases where CARRAY is used. Please lo
ok out for a note about that in the various cases.\";s:7:\"default\";s:6:\"&nbsp
;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}}}',''),(60,7389802
,'90abbeca518fabd3ec8944e62fd200b7','','tsref:(cObject).HTML','a:1:{s:4:\"rows\"
;a:1:{i:0;a:6:{s:8:\"property\";s:5:\"value\";s:8:\"datatype\";s:13:\"HTML /stdW
rap\";s:11:\"description\";s:14:\"Raw HTML-code.\";s:7:\"default\";s:6:\"&nbsp;\
";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}}}',''),(61,7389802,'
03fe46bb8628f60fec5859bf75fa5f75','','tsref:(cObject).TEXT','a:1:{s:4:\"rows\";a
:2:{i:0;a:6:{s:8:\"property\";s:5:\"value\";s:8:\"datatype\";s:5:\"value\";s:11:
\"description\";s:34:\"text, wrap with stdWrap properties\";s:7:\"default\";s:6:
\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:1;a:6:{s:8
:\"property\";s:30:\"<i>(stdWrap properties...)</i>\";s:8:\"datatype\";s:6:\"&nb
sp;\";s:11:\"description\";s:6:\"&nbsp;\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"
column_count\";i:4;s:16:\"is_propertyTable\";i:1;}}}',''),(62,7389802,'571d18366
e15bc9b1ce2cd4ef7da8ff5','','tsref:(cObject).COA/(cObject).COA_INT/(cObject).COB
J_ARRAY','a:1:{s:4:\"rows\";a:5:{i:0;a:6:{s:8:\"property\";s:10:\"1,2,3,4...\";s
:8:\"datatype\";s:7:\"cObject\";s:11:\"description\";s:6:\"&nbsp;\";s:7:\"defaul
t\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:1;
a:6:{s:8:\"property\";s:2:\"if\";s:8:\"datatype\";s:7:\"-&gt;if\";s:11:\"descrip
tion\";s:55:\"if &quot;if&quot; returns false the COA is NOT rendered\";s:7:\"de
fault\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}
i:2;a:6:{s:8:\"property\";s:4:\"wrap\";s:8:\"datatype\";s:4:\"wrap\";s:11:\"desc
ription\";s:6:\"&nbsp;\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:
4;s:16:\"is_propertyTable\";i:1;}i:3;a:6:{s:8:\"property\";s:7:\"stdWrap\";s:8:\
"datatype\";s:12:\"-&gt;stdWrap\";s:11:\"description\";s:6:\"&nbsp;\";s:7:\"defa
ult\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:
4;a:6:{s:8:\"property\";s:11:\"includeLibs\";s:8:\"datatype\";s:29:\"&nbsp;<i>li
st of </i>resource\";s:11:\"description\";s:380:\"<b>(This property is used only
if the object is COA_INT!, See introduction.)</b><br>This is a comma-separated
list of resources that are included as PHP-scripts (with include_once() function
) if this script is included.<br>This is possible to do because any include-file
s will be known before the scripts are included. That&#039;s not the case with t
he regular PHP_SCRIPT cObject.\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_co
unt\";i:4;s:16:\"is_propertyTable\";i:1;}}}',''),(63,7389802,'3918801c03952a7fde
07c4afd3faa80a','','tsref:(cObject).FILE','a:1:{s:4:\"rows\";a:5:{i:0;a:6:{s:8:\
"property\";s:4:\"file\";s:8:\"datatype\";s:8:\"resource\";s:11:\"description\";
s:217:\"If the resource is <b>jpg,gif,jpeg,png </b>the image is inserted as an i
mage-tag. Al other formats is read and inserted into the HTML-code.<br>The maxim
um filesize of documents to be read is set to 1024 kb internally!\";s:7:\"defaul
t\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:1;
a:6:{s:8:\"property\";s:8:\"linkWrap\";s:8:\"datatype\";s:8:\"linkWrap\";s:11:\"
description\";s:26:\"(before &quot;.wrap&quot;)\";s:7:\"default\";s:6:\"&nbsp;\"
;s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:2;a:6:{s:8:\"propert
y\";s:4:\"wrap\";s:8:\"datatype\";s:4:\"wrap\";s:11:\"description\";s:6:\"&nbsp;
\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTa
ble\";i:1;}i:3;a:6:{s:8:\"property\";s:20:\"altText<br>titleText\";s:8:\"datatyp
e\";s:15:\"string /stdWrap\";s:11:\"description\";s:165:\"<b>For &lt;img&gt; out
put only!</b><br>&nbsp;<br>If no titltext is specified, it will use the alttext
insteadIf no alttext is specified, it will use an empty alttext\";s:7:\"default\
";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:4;a:
6:{s:8:\"property\";s:11:\"longdescURL\";s:8:\"datatype\";s:15:\"string /stdWrap
\";s:11:\"description\";s:149:\"<b>For &lt;img&gt; output only!</b><b><br>&nbsp;
</b><br>&quot;longdesc&quot; attribute (URL pointing to document with extensive
details about image).\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4
;s:16:\"is_propertyTable\";i:1;}}}',''),(64,7389802,'45effe326c7d351875eb7617843
0f63f','','tsref:(cObject).IMAGE','a:1:{s:4:\"rows\";a:10:{i:0;a:6:{s:8:\"proper
ty\";s:4:\"file\";s:8:\"datatype\";s:11:\"imgResource\";s:11:\"description\";s:6
:\"&nbsp;\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_p
ropertyTable\";i:1;}i:1;a:6:{s:8:\"property\";s:6:\"params\";s:8:\"datatype\";s:
18:\"&lt;IMG&gt;-params\";s:11:\"description\";s:6:\"&nbsp;\";s:7:\"default\";s:
6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:2;a:6:{s
:8:\"property\";s:6:\"border\";s:8:\"datatype\";s:7:\"integer\";s:11:\"descripti
on\";s:63:\"Value of the &#x201c;border&#x201d; attribute of the image tag.\";s:
7:\"default\";s:1:\"0\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;
}i:3;a:6:{s:8:\"property\";s:43:\"altText<br>titleText<br>&nbsp;<br>(alttext)\";
s:8:\"datatype\";s:15:\"string /stdWrap\";s:11:\"description\";s:273:\"If no tit
ltext is specified, it will use the alttext insteadIf no alttext is specified, i
t will use an empty alttext<br>&nbsp;<br>(&quot;alttext&quot; is the old spellin
g of this attribute. It will be used only if &quot;altText&quot; does not specif
y a value or properties)\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";
i:4;s:16:\"is_propertyTable\";i:1;}i:4;a:6:{s:8:\"property\";s:11:\"longdescURL\
";s:8:\"datatype\";s:15:\"string /stdWrap\";s:11:\"description\";s:93:\"&quot;lo
ngdesc&quot; attribute (URL pointing to document with extensive details about im
age).\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_prope
rtyTable\";i:1;}i:5;a:6:{s:8:\"property\";s:8:\"linkWrap\";s:8:\"datatype\";s:8:
\"linkWrap\";s:11:\"description\";s:26:\"(before &quot;.wrap&quot;)\";s:7:\"defa
ult\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:
6;a:6:{s:8:\"property\";s:13:\"imageLinkWrap\";s:8:\"datatype\";s:30:\"boolean/<
br>-&gt;imageLinkWrap\";s:11:\"description\";s:122:\"&nbsp;<b>NOTE:</b> ONLY act
ive if linkWrap is NOT set and file is NOT GIFBUILDER (as it works with the orig
inal imagefile)\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:
\"is_propertyTable\";i:1;}i:7;a:6:{s:8:\"property\";s:2:\"if\";s:8:\"datatype\";
s:7:\"-&gt;if\";s:11:\"description\";s:55:\"if &quot;if&quot; returns false the
image is not shown!\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s
:16:\"is_propertyTable\";i:1;}i:8;a:6:{s:8:\"property\";s:4:\"wrap\";s:8:\"datat
ype\";s:4:\"wrap\";s:11:\"description\";s:6:\"&nbsp;\";s:7:\"default\";s:6:\"&nb
sp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:9;a:6:{s:8:\"pr
operty\";s:7:\"stdWrap\";s:8:\"datatype\";s:12:\"-&gt;stdWrap\";s:11:\"descripti
on\";s:6:\"&nbsp;\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:1
6:\"is_propertyTable\";i:1;}}}',''),(65,7389802,'a2140130f94da8de59d956354896d9b
f','','tsref:(cObject).IMG_RESOURCE','a:1:{s:4:\"rows\";a:2:{i:0;a:6:{s:8:\"prop
erty\";s:4:\"file\";s:8:\"datatype\";s:11:\"imgResource\";s:11:\"description\";s
:6:\"&nbsp;\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is
_propertyTable\";i:1;}i:1;a:6:{s:8:\"property\";s:7:\"stdWrap\";s:8:\"datatype\"
;s:12:\"-&gt;stdWrap\";s:11:\"description\";s:6:\"&nbsp;\";s:7:\"default\";s:6:\
"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}}}',''),(66,7
389802,'698298181be68b56fd0361e9da1a114f','','tsref:(cObject).CLEARGIF','a:1:{s:
4:\"rows\";a:3:{i:0;a:6:{s:8:\"property\";s:6:\"height\";s:8:\"datatype\";s:45:\
"&nbsp;<i>&lt;img&gt;-data:height</i> /stdWrap\";s:11:\"description\";s:6:\"&nbs
p;\";s:7:\"default\";s:1:\"1\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable
\";i:1;}i:1;a:6:{s:8:\"property\";s:5:\"width\";s:8:\"datatype\";s:44:\"&nbsp;<i
>&lt;img&gt;-data:width</i> /stdWrap\";s:11:\"description\";s:6:\"&nbsp;\";s:7:\
"default\";s:1:\"1\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:
2;a:6:{s:8:\"property\";s:4:\"wrap\";s:8:\"datatype\";s:4:\"wrap\";s:11:\"descri
ption\";s:6:\"&nbsp;\";s:7:\"default\";s:18:\"&nbsp;| &lt;BR&gt;\";s:12:\"column
_count\";i:4;s:16:\"is_propertyTable\";i:1;}}}',''),(67,7389802,'0f2fee21aca2929
d02f2ede163104d2b','','tsref:(cObject).CONTENT','a:1:{s:4:\"rows\";a:6:{i:0;a:6:
{s:8:\"property\";s:6:\"select\";s:8:\"datatype\";s:11:\"-&gt;select\";s:11:\"de
scription\";s:30:\"The SQL-statement is set here!\";s:7:\"default\";s:6:\"&nbsp;
\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:1;a:6:{s:8:\"prope
rty\";s:5:\"table\";s:8:\"datatype\";s:16:\"<i>tableName</i>\";s:11:\"descriptio
n\";s:320:\"The table, the content should come from. <br>In standard-configurati
ons this will be &quot;tt_content&quot;<br>&nbsp;<b>NOTE:</b> Only tables allowe
d are &#x201c;pages&#x201d; or tables prefixed with one of these: &#x201c;tt_&#x
201d;, &#x201c;tx_&#x201d;, &#x201c;ttx_&#x201d;, &#x201c;fe_&#x201d;, &#x201c;u
ser_&#x201d;\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"i
s_propertyTable\";i:1;}i:2;a:6:{s:8:\"property\";s:9:\"renderObj\";s:8:\"datatyp
e\";s:7:\"cObject\";s:11:\"description\";s:6:\"&nbsp;\";s:7:\"default\";s:16:\"&
lt; [tablename]\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:3;a
:6:{s:8:\"property\";s:5:\"slide\";s:8:\"datatype\";s:7:\"integer\";s:11:\"descr
iption\";s:1001:\"If set and no content element is found by the select command,
then the rootLine will be traversed back until some content is found.<br>&nbsp;<
br>Possible values are &#x201c;-1&#x201d; (slide back up to the siteroot), &#x20
1c;1&#x201d; (only the current level) and &#x201c;2&#x201d; (up from one level b
ack).<br>&nbsp;<br>Use -1 in combination with collect.<br>&nbsp;<br>&nbsp;<b>.co
llect (integer)</b>: If set, all content elements found on current and parent pa
ges will be collected. Otherwise, the sliding would stop after the first hit. Se
t this value to the amount of levels to collect on, or use &#x201c;-1&#x201d; to
collect up to the siteroot.<br>&nbsp;<b>.collectFuzzy (boolean)</b>: Only usefu
l in collect mode. If no content elements have been found for the specified dept
h in collect mode, traverse further until at least one match has occurred.<br>&n
bsp;<b>.collectReverse (boolean)</b>: Change order of elements in collect mode.
If set, elements of the current page will be on the bottom.\";s:7:\"default\";s:
6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:4;a:6:{s
:8:\"property\";s:4:\"wrap\";s:8:\"datatype\";s:4:\"wrap\";s:11:\"description\";
s:31:\"Wrap the whole content-story...\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"c
olumn_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:5;a:6:{s:8:\"property\";s:7:\
"stdWrap\";s:8:\"datatype\";s:12:\"-&gt;stdWrap\";s:11:\"description\";s:6:\"&nb
sp;\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propert
yTable\";i:1;}}}',''),(68,7389802,'fda9a1413332096fac6ed5a6f0f8ce90','','tsref:(
cObject).RECORDS','a:1:{s:4:\"rows\";a:5:{i:0;a:6:{s:8:\"property\";s:6:\"source
\";s:8:\"datatype\";s:34:\"&nbsp;<i>records-list </i>/stdWrap\";s:11:\"descripti
on\";s:126:\"List of record-id&#039;s, optionally with appended table-names.<br>
&nbsp;<b><br>Example:</b><br>tt_content_34, 45, tt_links_56\";s:7:\"default\";s:
6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:1;a:6:{s
:8:\"property\";s:6:\"tables\";s:8:\"datatype\";s:21:\"<i>list of tables</i>\";s
:11:\"description\";s:456:\"List of accepted tables. If any items in the &quot;.
source&quot;-list is not prepended with a tablename, the first table in this lis
t is assumed to be the table for such records.<br>Also tablenames configured in
.conf is allowed.<br>&nbsp;<b><br>Example:</b><br>tables = tt_content, tt_addres
s, tt_links<br>conf.tx_myexttable = TEXT<br>conf.tx_myexttable.value = Hello wor
ld<br>&nbsp;<br>This adds the tables tt_content, tt_address, tt_links, tx_myextt
able\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_proper
tyTable\";i:1;}i:2;a:6:{s:8:\"property\";s:23:\"conf.[<i>tablename</i>]\";s:8:\"
datatype\";s:7:\"cObject\";s:11:\"description\";s:62:\"Config-array which render
s records from table <i>tablename</i>\";s:7:\"default\";s:131:\"If this is NOT d
efined, the rendering of the records is done with the toplevel-object [tablename
] - just like the cObject, CONTENT!\";s:12:\"column_count\";i:4;s:16:\"is_proper
tyTable\";i:1;}i:3;a:6:{s:8:\"property\";s:4:\"wrap\";s:8:\"datatype\";s:4:\"wra
p\";s:11:\"description\";s:6:\"&nbsp;\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"co
lumn_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:4;a:6:{s:8:\"property\";s:12:\
"dontCheckPid\";s:8:\"datatype\";s:7:\"boolean\";s:11:\"description\";s:141:\"No
rmally a record cannot be selected, if it&#039;s parent page (pid) is not access
ible for the website user. This option disables that check.\";s:7:\"default\";s:
6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}}}',''),(6
9,7389802,'58494541fb84e7f9f04a7222619963cf','','tsref:(cObject).HMENU','a:1:{s:
4:\"rows\";a:16:{i:0;a:6:{s:8:\"property\";s:16:\"(1 / 2 / 3 /...)\";s:8:\"datat
ype\";s:7:\"menuObj\";s:11:\"description\";s:260:\"<b>Required!</b><br>Defines w
hich menuObj that should render the menuitems on the various levels. <br>1 is th
e first level, 2 is the second level, 3 is the third level, 4 is ....<br>&nbsp;<
b><br>Example:</b><br>temp.sidemenu = HMENU<br>temp.sidemenu.1 = GMENU \";s:7:\"
default\";s:15:\"&nbsp;(no menu)\";s:12:\"column_count\";i:4;s:16:\"is_propertyT
able\";i:1;}i:1;a:6:{s:8:\"property\";s:10:\"entryLevel\";s:8:\"datatype\";s:3:\
"int\";s:11:\"description\";s:358:\"Defines at which level in the rootLine, the
menu should start. <br>Default is &quot;0&quot; which gives us a menu of the ver
y first pages on the site.<br>If the value is &lt; 0, entryLevel is chosen from
&quot;behind&quot; in the rootLine. Thus &quot;-1&quot; is a menu with items fro
m the outermost level, &quot;-2&quot; is the level before the outermost...\";s:7
:\"default\";s:1:\"0\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}
i:2;a:6:{s:8:\"property\";s:7:\"special\";s:8:\"datatype\";s:163:\"<i>&quot;dire
ctory&quot; / &quot;list&quot; / &quot;updated&quot; / &quot;browse&quot; / &quo
t;rootline&quot; / &quot;keywords&quot; / &#x201c;language&#x201d;</i>\";s:11:\"
description\";s:26:\"(See separate table below)\";s:7:\"default\";s:6:\"&nbsp;\"
;s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:3;a:6:{s:8:\"propert
y\";s:13:\"special.value\";s:8:\"datatype\";s:45:\"&nbsp;<i>list of page-uid&#03
9;s</i> /stdWrap\";s:11:\"description\";s:9:\"See above\";s:7:\"default\";s:6:\"
&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:4;a:6:{s:8:\
"property\";s:8:\"minItems\";s:8:\"datatype\";s:3:\"int\";s:11:\"description\";s
:364:\"The minimum items in the menu. If the number of pages does not reach this
level, a dummy-page with the title &quot;...&quot; and uid=[currentpage_id] is
inserted.<br>&nbsp;<br>&nbsp;<b>Notice:</b> Affects all sub menus as well. To se
t the value for each menu level individually, set the properties in the menu obj
ects (see &#x201c;Common properties&#x201d; table).\";s:7:\"default\";s:6:\"&nbs
p;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:5;a:6:{s:8:\"pro
perty\";s:8:\"maxItems\";s:8:\"datatype\";s:3:\"int\";s:11:\"description\";s:165
:\"The maximum items in the menu. More items will be ignored.<br>&nbsp;<br>&nbsp
;<b>Notice:</b> Affects all sub menus as well. (See &#x201c;minItems&#x201d; for
notice)\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_pr
opertyTable\";i:1;}i:6;a:6:{s:8:\"property\";s:5:\"begin\";s:8:\"datatype\";s:9:
\"int +calc\";s:11:\"description\";s:290:\"The first item in the menu. <br>&nbsp
;<b><br>Example:</b><br>This results in a menu, where the first two items are sk
ipped starting with item number 3:<br>&nbsp;&nbsp;&nbsp;begin = 3 <br>&nbsp;<br>
&nbsp;<b>Notice:</b> Affects all sub menus as well. (See &#x201c;minItems&#x201d
; for notice)\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"
is_propertyTable\";i:1;}i:7;a:6:{s:8:\"property\";s:14:\"excludeUidList\";s:8:\"
datatype\";s:11:\"list of int\";s:11:\"description\";s:372:\"This is a list of p
age uid&#039;s to exclude when the select statement is done. Comma-separated. Yo
u may add &#x201c;current&#x201d; to the list to exclude the current page.<br>&n
bsp;<b><br>Example:</b><br>The pages with these uid-number will NOT be within th
e menu!! Additionally the current page is always excluded too.<br>&nbsp;&nbsp;&n
bsp;excludeUidList = 34,2,current\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column
_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:8;a:6:{s:8:\"property\";s:15:\"exc
ludeDoktypes\";s:8:\"datatype\";s:16:\"list of integers\";s:11:\"description\";s
:193:\"Enter the list of page document types (doktype) to exclude from menus. By
default pages that are &#x201c;not in menu&#x201d; (5) are excluded and those m
arked for backend user access only (6). \";s:7:\"default\";s:3:\"5,6\";s:12:\"co
lumn_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:9;a:6:{s:8:\"property\";s:16:\
"includeNotInMenu\";s:8:\"datatype\";s:7:\"boolean\";s:11:\"description\";s:272:
\"If set, pages with type &#x201c;Not in menu&#x201d; will be included in menus.
<br>The number &#x201c;5&#x201d; will simply be removed from the current dok-typ
e list (which is by default &#x201c;5,6&#x201d; but can be changed by &#x201c;ex
cludeDoktypes&#x201d;, see above).\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"colum
n_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:10;a:6:{s:8:\"property\";s:19:\"a
lwaysActivePIDlist\";s:8:\"datatype\";s:16:\"list of integers\";s:11:\"descripti
on\";s:145:\"This is a list of page UID numbers that will always be regarded as
active menu items and thereby automatically opened regardless of the rootline.\"
;s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTabl
e\";i:1;}i:11;a:6:{s:8:\"property\";s:11:\"protectLvar\";s:8:\"datatype\";s:17:\
"boolean / keyword\";s:11:\"description\";s:1242:\"If set, then for each page in
the menu it will be checked if an Alternative Page Language record for the lang
uage defined in &quot;config.sys_language_uid&quot; (typically defined via &amp;
L) exists for the page. If that is not the case and the pages &#x201c;Localizati
on settings&#x201d; have the &#x201c;Hide page if no translation for current lan
guage exists&#x201d; flag set, then the menu item will link to a non accessible
page that will yield an error page to the user. Setting this option will prevent
that situation by simply adding &#x201c;&amp;L=0&#x201d; for such pages, meanin
g that they will switch to the default language rather than keeping the current
language.<br>The check is only carried out if a translation is requested (&quot;
config.sys_language_uid&quot; is not zero).<br>&nbsp;<b><br>Keyword: &#x201c;all
&#x201d;</b><br>When set to &#x201c;all&#x201d; the same check is carried out bu
t it will not look if &#x201c;Hide page if no translation for current language e
xists&#x201d; is set - it always reverts to default language if no translation i
s found.<br>&nbsp;<br>For these options to make sense, they should only be used
when &#x201c;config.sys_language_mode&#x201d; is not set to &#x201c;content_fall
back&#x201d;.\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"
is_propertyTable\";i:1;}i:12;a:6:{s:8:\"property\";s:14:\"addQueryString\";s:8:\
"datatype\";s:6:\"string\";s:11:\"description\";s:113:\"<i>see typolink.addQuery
String</i><br>&nbsp;<br>&nbsp;<b>Notice: </b>This works only for <i>special=lang
uage</i>.\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_p
ropertyTable\";i:1;}i:13;a:6:{s:8:\"property\";s:2:\"if\";s:8:\"datatype\";s:7:\
"-&gt;if\";s:11:\"description\";s:58:\"If &quot;if&quot; returns false, the menu
is not generated\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:1
6:\"is_propertyTable\";i:1;}i:14;a:6:{s:8:\"property\";s:4:\"wrap\";s:8:\"dataty
pe\";s:4:\"wrap\";s:11:\"description\";s:6:\"&nbsp;\";s:7:\"default\";s:6:\"&nbs
p;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:15;a:6:{s:8:\"pr
operty\";s:7:\"stdWrap\";s:8:\"datatype\";s:12:\"-&gt;stdWrap\";s:11:\"descripti
on\";s:6:\"&nbsp;\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:1
6:\"is_propertyTable\";i:1;}}}',''),(70,7389802,'cd830eb4ea8346e958afc812a860ed7
5','','tsref:(cObject).HMENU.special','a:1:{s:4:\"rows\";a:9:{i:0;a:6:{s:8:\"pro
perty\";s:9:\"directory\";s:8:\"datatype\";s:304:\"This will generate a menu of
all pages with pid = 35 and pid = 56.<br>&nbsp;&nbsp;&nbsp;20 = HMENU<br>&nbsp;&
nbsp;&nbsp;20.special = directory<br>&nbsp;&nbsp;&nbsp;20.special.value = 35, 56
<br>&nbsp;<br>If .value is not set, the default pid is the current page.<br>&nbs
p;<br>Support for Mount Pages: Yes.\";s:11:\"description\";s:6:\"&nbsp;\";s:7:\"
default\";N;s:12:\"column_count\";i:3;s:16:\"is_propertyTable\";i:1;}i:1;a:6:{s:
8:\"property\";s:4:\"list\";s:8:\"datatype\";s:308:\"This will generate a menu w
ith the two pages (uid=35 and uid=36) listed:<br>&nbsp;&nbsp;&nbsp;20 = HMENU<br
>&nbsp;&nbsp;&nbsp;20.special = list<br>&nbsp;&nbsp;&nbsp;20.special.value = 35,
56<br>&nbsp;<br>If .value is not set, the default uid is the .entryLevel uid.<b
r>&nbsp;<br>Support for Mount Pages: Yes.\";s:11:\"description\";s:6:\"&nbsp;\";
s:7:\"default\";N;s:12:\"column_count\";i:3;s:16:\"is_propertyTable\";i:1;}i:2;a
:6:{s:8:\"property\";s:7:\"updated\";s:8:\"datatype\";s:2753:\"This will generat
e a menu of the most recently updated pages from the branches in the tree starti
ng with the uid&#039;s (uid=35 and uid=36) listed. Furthermore the field &quot;t
stamp&quot; is used (default is SYS_LASTCHANGED) and the treedepth is 2 levels.
Also there will be shown a maximum of 8 pages and they must have been updated wi
thin the last three days (3600*24*3):<br>&nbsp;&nbsp;&nbsp;20 = HMENU<br>&nbsp;&
nbsp;&nbsp;20.special = updated<br>&nbsp;&nbsp;&nbsp;20.special.value = 35, 56<b
r>&nbsp;&nbsp;&nbsp;20.special {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;mode = tstamp<
br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;depth = 2<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;maxA
ge = 3600*24*3<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;limit = 8<br>&nbsp;&nbsp;&nbsp;}
<br>&nbsp;<br>&nbsp;<b>Ordering </b>is by default done in reverse order (desc) w
ith the field specified by &#x201c;mode&#x201d; , but setting &#x201c;alternativ
eSortingField&#x201d; for the menu object (eg GMENU, see later) will override th
at.<br>Properties &quot;mode&quot;, &quot;depth&quot;, &quot;maxAge&quot; and &q
uot;limit&quot; is only used with special=&quot;updated&quot;.<br>&nbsp;<b>mode:
</b> Which field in the pages-table to use. Default is &quot;SYS_LASTCHANGED&quo
t; (which is updated when a page is generated to the youngest tstamp of the reco
rds on the page), &quot;manual&quot; or &#x201c;lastUpdated&#x201d; will use the
field &quot;lastUpdated&quot; (set manually in the page-record) and &quot;tstam
p&quot; will use the &quot;tstamp&quot;-field of the pagerecord, which is set au
tomatically when the record is changed. &quot;crdate&quot; will use &quot;crdate
&quot;-field of the pagerecord. &#x201c;starttime&#x201d; will use the starttime
field.<br>Fields with zero value is not selected anyway.<br>&nbsp;<b>depth:</b>
By default (if the value is not an integer) the depth is 20 levels. The range i
s 1-20. A depth of 1 means only the start id, depth of 2 means start-id + first
level. NOTE: depth is relative to beginAtLevel.<br>&nbsp;<b>beginAtLevel</b>: In
teger. Determines starting level for the pagetrees generated based on .value and
.depth. Zero is default and includes the start id. 1=starts with the first row
of subpages, 2=starts with the second row of subpages. Depth is relative to this
starting point.<br>&nbsp;<b>maxAge:</b> Seconds+calc. Pages with update-dates o
lder than currenttime minus this number of seconds will not be shown in the menu
no matter what. Default is &quot;not used&quot;. You may use +-*/ for calculati
ons.<br>&nbsp;<b>limit:</b> Max number of items in the menu. Default is 10, max
is 100.<br>&nbsp;<b>excludeNoSearchPages:</b> Boolean. If set, pages marked &quo
t;No search&quot; is not included into special-menus.<br>&nbsp;<br>Support for M
ount Pages: Yes.\";s:11:\"description\";s:6:\"&nbsp;\";s:7:\"default\";N;s:12:\"
column_count\";i:3;s:16:\"is_propertyTable\";i:1;}i:3;a:6:{s:8:\"property\";s:8:
\"rootline\";s:8:\"datatype\";s:888:\"Creates a menu with pages from the &quot;r
ootline&quot; (see earlier in this reference)<br>&nbsp;<b>.range</b> = [begin-le
vel] | [end-level] (same way as you reference the .entryLevel for HMENU)<br>&nbs
p;<b>.target_[0-x]</b> targets<br>&nbsp;<br>This...<br>&nbsp;<br>page.2 = HMENU<
br>page.2.special = rootline<br>page.2.special.range = 1|-2<br>page.2.special.ta
rgets.3 = page<br>page.2.1 = TMENU<br>page.2.1.target = _top<br>page.2.1.wrap =
&lt;HR&gt; | &lt;HR&gt;<br>page.2.1.NO {<br>&nbsp;&nbsp;&nbsp;linkWrap = | &gt;
<br>}<br>&nbsp;<br>... creates a menu like this:<b><br>Page level 1 &gt; Page le
vel 2 &gt; Page level 3 &gt; Page level 4 &gt;</b><br>(The menu starts at level
1 and does NOT link to the current page (-2 is the level before). Further all pa
ges on level 3 will have &quot;page&quot; as target and all other &quot;_top&quo
t;)<br>&nbsp;<br>Support for Mount Pages: Yes.\";s:11:\"description\";s:6:\"&nbs
p;\";s:7:\"default\";N;s:12:\"column_count\";i:3;s:16:\"is_propertyTable\";i:1;}
i:4;a:6:{s:8:\"property\";s:6:\"browse\";s:8:\"datatype\";s:3477:\"This kind of
menu is built of items given by a list from the property &quot;.item&quot;. Each
element in the list (sep. by &quot;|&quot;) is either a reserved itemname (see
list) with a predefined function or a userdefined name which you can assign a li
nk to any page. Note that the current page cannot be the root-page of a site.<br
>&nbsp;<br>Support for Mount Pages: No!<br>&nbsp;<b>.items </b>( &quot;|&quot; s
eparated list of &quot;itemnames&quot;)<br>&nbsp;<b>.[itemnames].target </b>(tar
get) - optional/alternative target of the item<br>&nbsp;<b>.[itemnames].uid </b>
(uid of page) - optional/alternative page-uid to link to<br>&nbsp;<b>.[itemnames
].fields.[fieldname]</b> (string) - override field &quot;fieldname&quot; in page
record.<br>&nbsp;<b>.items.prevnextToSection (boolean)</b> - if set, the &quot;p
rev&quot; and &quot;next&quot; navigation will jump to the next section when it
reaches the end of pages in the current section<br>&nbsp;<b>.value</b> (page-uid
) - default is current page id. Seldomly you might want to override this value w
ith another page-uid which will then act as the basepoint for the menu and the p
redefined items.<br>&nbsp;<b>Ordering </b>is by default done in reverse order (d
esc) with the field specified by &#x201c;mode&#x201d; , but setting &#x201c;alte
rnativeSortingField&#x201d; for the menu object (eg GMENU, see later) will overr
ide that.<i><br>&nbsp;</i><i><br>Reserved itemnames:</i><br>&nbsp;<b>next</b> /
<b>prev</b> : links to next page / previous page. Next and previous pages are fr
om the same &quot;pid&quot; as the current page id (or &quot;value&quot;) - that
is the next item in a menu with the current page. Also referred to as current l
evel. <br>If &quot;.prevnextToSection&quot; is set then next/prev will link to t
he first page of next section / last page of previous section.<br>&nbsp;<b>nexts
ection</b> / <b>prevsection</b> : links to next section / previous section. A se
ction is defined as the subpages of a page on the same level as the parent (pid)
page of the current page. Will not work if parent page of current page is the r
oot page of the site.<br>&nbsp;<b>nextsection_last</b> | <b>prevsection_last</b>
: Where nextsection/prevsection links to the first page in a section, these link
s to the last pages. If there is only one page in the section that will be both
first and last. Will not work if parent page of current page is the root page of
the site.<br>&nbsp;<b>first</b> / <b>last </b>: First / Last page on current le
vel. If there is only one page on the current level that page will be both first
and last.<br>&nbsp;<b>up</b> : Links to the parent (pid) page of the current pa
ge. (up 1 level) Will always be available<br>&nbsp;<b>index </b>: Links to the p
arent of the parent page of the current page (up 2 levels). May not be available
if that page is out of the rootline.<br>&nbsp;<b><br>&nbsp;Examples:</b><br>If
id=20 is current page then:<br>21= prev and first, 19 = next, 18 = last, 17 = up
, 1=index, 10 = nextsection, 11 = nextsection_last<br>prevsection and prevsectio
n_last is not present because id=3 has no subpages! <br>&nbsp;<b><br>TypoScript
(only &quot;browse&quot;-part, needs also TMENU/GMENU):</b><br>xxx = HMENU<br>xx
x.special = browse<br>xxx.special {<br>&nbsp;&nbsp;&nbsp;items = index|up|next|p
rev <br>&nbsp;&nbsp;&nbsp;items.prevnextToSection = 1<br>&nbsp;&nbsp;&nbsp;index
.target = _blank<br>&nbsp;&nbsp;&nbsp;index.fields.title = INDEX<br>&nbsp;&nbsp;
&nbsp;index.uid = 8<br>}\";s:11:\"description\";s:6:\"&nbsp;\";s:7:\"default\";N
;s:12:\"column_count\";i:3;s:16:\"is_propertyTable\";i:1;}i:5;a:6:{s:8:\"propert
y\";s:8:\"keywords\";s:8:\"datatype\";s:1741:\"Makes a menu of pages with one or
more keywords also found on the current page.<br>&nbsp;<b>.value </b>= page for
which keywords to find similar pages.<br>&nbsp;<b>.mode:</b> Which field in the
pages-table to use for sorting. Default is &quot;SYS_LASTCHANGED&quot; (which i
s updated when a page is generated to the youngest tstamp of the records on the
page), &quot;manual&quot; or &#x201c;lastUpdated&#x201d; will use the field &quo
t;lastUpdated&quot; (set manually in the page-record) and &quot;tstamp&quot; wil
l use the &quot;tstamp&quot;-field of the pagerecord, which is set automatically
when the record is changed. &quot;crdate&quot; will use &quot;crdate&quot;-fiel
d of the pagerecord. &#x201c;starttime&#x201d; will use the starttime field.<br>
&nbsp;<b>.entryLevel </b>= where in the rootline the search begins. Standard roo
tline syntax (-x to x)<br>&nbsp;<b>.depth, .limit, .excludeNoSearchPages, .begin
AtLevel </b>(like &quot;updated&quot; menu)<b><br>.setKeywords (/stdWrap) = lets
you define the keywords manually by defining them as a commaseparated list. If
this property is defined, it overrides the default, which is the keywords of the
current page.</b><br>&nbsp;<b>.keywordsField</b> = defines the field in the pag
es-table in which to search for the keywords. Default is the fieldname &#x201c;k
eyword&#x201d;. No check is done to see if the field you enter here exists, so e
nter an existing field, OK?!<br>&nbsp;<b>.keywordsField.sourceField</b> = define
s the field from the current page from which to take the keywords being matched.
The default is &#x201c;keyword&#x201d;. (Notice that &#x201c;.keywordsField&#x2
01d; is only setting the page-record field to <i>search in</i> !)<br>&nbsp;<br>S
upport for Mount Pages: Yes.\";s:11:\"description\";s:6:\"&nbsp;\";s:7:\"default
\";N;s:12:\"column_count\";i:3;s:16:\"is_propertyTable\";i:1;}i:6;a:6:{s:8:\"pro
perty\";s:8:\"language\";s:8:\"datatype\";s:2678:\"Creates a language selector m
enu. Typically this is made as a menu with flags for each language a page is tra
nslated to and when the user clicks any element the same page id is hit but with
a change to the &#x201c;&amp;L&#x201d; parameter in the URL.<br>&nbsp;<br>The &
#x201c;language&#x201d; type will create menu items based on the current page re
cord but with the language record for each language overlaid if available. The i
tems all link to the current page id and only &#x201c;&amp;L&#x201d; is changed.
<br>&nbsp;<b><br>Item states:</b><br>When &#x201c;TSFE-&gt;sys_language_uid&#x20
1d; matches the sys_language uid for an element the state is set to &#x201c;ACT&
#x201d;, otherwise &#x201c;NO&#x201d;. However, if a page is not available due t
o the pages &#x201c;Localization settings&#x201d; (which can disable translation
s) or if no Alternative Page Language record was found (can be disabled with &#x
201c;.normalWhenNoLanguage&#x201d;, see below) the state is set to &#x201c;USERD
EF1&#x201d; for non-active items and &#x201c;USERDEF2&#x201d; for active items.
So in total there are four states to create designs for. It is recommended to di
sable the link on menu items rendered with &#x201c;USERDEF1&#x201d; and &#x201c;
USERDEF2&#x201d; in this case since they are disabled exactly because a page in
that language does not exist and might even issue an error if tried accessed (de
pending on site configuration).<br>&nbsp;<br>&nbsp;<b>.value</b> = comma list of
sys_language uids to construct the menu with. The number of elements in this li
st determines the number of menu items.<br>&nbsp;<b>.normalWhenNoLanguage</b> =
boolean, which if set will render the button for a language as a non-disabled bu
tton even if no translation is found for the language.<br>&nbsp;<b><br>Example:<
/b><br>Creates a language menu with flags (notice that some lines break):<br>&nb
sp;<br>&nbsp;<br>&nbsp;<br>&nbsp;<br>lib.langMenu = HMENU<br>lib.langMenu.specia
l = language<br>lib.langMenu.special.value = 0,1,2<br>lib.langMenu.1 = GMENU<br>
lib.langMenu.1.NO {<br>&nbsp;&nbsp;&nbsp;XY = [5.w]+4, [5.h]+4<br>&nbsp;&nbsp;&n
bsp;backColor = white<br>&nbsp;&nbsp;&nbsp;5 = IMAGE<br>&nbsp;&nbsp;&nbsp;5.file
= media/flags/flag_uk.gif || media/flags/flag_fr.gif || media/flags/flag_es.gif
<br>&nbsp;&nbsp;&nbsp;5.offset = 2,2<br>}<br>&nbsp;<br>lib.langMenu.1.ACT &lt;
lib.langMenu.1.NO<br>lib.langMenu.1.ACT=1<br>lib.langMenu.1.ACT.backColor = blac
k<br>&nbsp;<br>lib.langMenu.1.USERDEF1 &lt; lib.langMenu.1.NO<br>lib.langMenu.1.
USERDEF1=1<br>lib.langMenu.1.USERDEF1.5.file = media/flags/flag_uk_d.gif || medi
a/flags/flag_fr_d.gif || media/flags/flag_es_d.gif <br>lib.langMenu.1.USERDEF1.n
oLink = 1\";s:11:\"description\";s:6:\"&nbsp;\";s:7:\"default\";N;s:12:\"column_
count\";i:3;s:16:\"is_propertyTable\";i:1;}i:7;a:6:{s:8:\"property\";s:11:\"user
defined\";s:8:\"datatype\";s:2231:\"Lets you write your own little PHP-script th
at generates the array of menuitems.<br>&nbsp;<b>.file</b> [resource] = filename
of the php-file to include. (Just like cObject PHP_SCRIPT)<br>&nbsp;<b>.[any ot
her key]</b> = your own variables to your script. They are all accessible in the
array $conf in your script<br>&nbsp;<b><br>Howto:</b><br>You must populate an a
rray called $menuItemsArray with page-records of the menuitems you want to be in
the menu.<br>It goes like this:<br>&nbsp;<br>$menuItemsArray[] = pageRow1;<br>$
menuItemsArray[] = pageRow2;<br>$menuItemsArray[] = pageRow3;<br>...<br>&nbsp;<b
r>A &#x201c;pageRow&#x201d; is a record from the table &#x201c;pages&#x201d; wit
h all fields selected (SELECT * FROM...)<br>If you create fake page rows, make s
ure to add at least &#x201c;title&#x201d; and &#x201c;uid&#x201d; field values.<
br>&nbsp;<b><br>Notice:</b><br>If you work with mount-points you can set the MP
param which should be set for the page by setting the internal field &#x201c;_MP
_PARAM&#x201d; in the page-record (xxx-xxx).<br>&nbsp;<b><br>Overriding URLs:</b
><br>You can also use the internal field &quot;_OVERRIDE_HREF&quot; to set a cus
tom href-value (eg. &quot;http://www.typo3.org&quot;) which will in any case be
used rather than a link to the page that the page otherwise might represent. If
you use &quot;_OVERRIDE_HREF&quot; then &quot;_OVERRIDE_TARGET&quot; can be used
to override the target value as well (See example below).<br>&nbsp;<b><br>Other
reserved keys:</b><br>&#x201c;_ADD_GETVARS&#x201d; can be used to add get param
eters to the URL, eg. &#x201c;&amp;L=xxx&#x201d;.<br>&#x201c;_SAFE&#x201d; can b
e used to protect the element to make sure it is not filtered out for any reason
.<br>&nbsp;<b><br>Creating submenus:</b><br>You can create submenus for the next
level easily by just adding an array of menu items in the internal field &quot;
_SUB_MENU&quot; (See example below).<br>&nbsp;<b><br>Presetting element state</b
><br>If you would like to preset an element to be recognized as a SPC, IFSUB, AC
T, CUR or USR mode item, you can do so by specifying one of these values in the
key &#x201c;ITEM_STATE&#x201d; of the page record. This setting will override th
e natural state-evaluation.\";s:11:\"description\";s:6:\"&nbsp;\";s:7:\"default\
";N;s:12:\"column_count\";i:3;s:16:\"is_propertyTable\";i:1;}i:8;a:6:{s:8:\"prop
erty\";s:12:\"userfunction\";s:8:\"datatype\";s:184:\"Calls a user function/meth
od in class which should (as with &#x201c;userdefined&#x201d; above) return an a
rray with page records for the menu.<br>&nbsp;<b>.userFunc</b> = function-name\"
;s:11:\"description\";s:6:\"&nbsp;\";s:7:\"default\";N;s:12:\"column_count\";i:3
;s:16:\"is_propertyTable\";i:1;}}}',''),(71,7389802,'51fb0254a54165c4bb95358367a
e0aec','','tsref:(cObject).CTABLE','a:1:{s:4:\"rows\";a:9:{i:0;a:6:{s:8:\"proper
ty\";s:6:\"offset\";s:8:\"datatype\";s:3:\"x,y\";s:11:\"description\";s:29:\"Off
set from upper left corner\";s:7:\"default\";s:11:\"0,0 = intet\";s:12:\"column_
count\";i:4;s:16:\"is_propertyTable\";i:1;}i:1;a:6:{s:8:\"property\";s:2:\"tm\";
s:8:\"datatype\";s:21:\"-&gt;CARRAY +TDParams\";s:11:\"description\";s:7:\"topMe
nu\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_property
Table\";i:1;}i:2;a:6:{s:8:\"property\";s:2:\"lm\";s:8:\"datatype\";s:21:\"-&gt;C
ARRAY +TDParams\";s:11:\"description\";s:8:\"leftMenu\";s:7:\"default\";s:6:\"&n
bsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:3;a:6:{s:8:\"p
roperty\";s:2:\"rm\";s:8:\"datatype\";s:21:\"-&gt;CARRAY +TDParams\";s:11:\"desc
ription\";s:9:\"rightMenu\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\"
;i:4;s:16:\"is_propertyTable\";i:1;}i:4;a:6:{s:8:\"property\";s:2:\"bm\";s:8:\"d
atatype\";s:21:\"-&gt;CARRAY +TDParams\";s:11:\"description\";s:10:\"bottomMenu\
";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTab
le\";i:1;}i:5;a:6:{s:8:\"property\";s:1:\"c\";s:8:\"datatype\";s:21:\"-&gt;CARRA
Y +TDParams\";s:11:\"description\";s:13:\"content-cell \";s:7:\"default\";s:6:\"
&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:6;a:6:{s:8:\
"property\";s:8:\"cMargins\";s:8:\"datatype\";s:7:\"margins\";s:11:\"description
\";s:46:\"Distance around the content-cell &quot;c&quot;\";s:7:\"default\";s:7:\
"0,0,0,0\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:7;a:6:{s:8
:\"property\";s:6:\"cWidth\";s:8:\"datatype\";s:6:\"pixels\";s:11:\"description\
";s:39:\"Width of the content-cell &quot;c&quot;\";s:7:\"default\";s:6:\"&nbsp;\
";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:8;a:6:{s:8:\"proper
ty\";s:11:\"tableParams\";s:8:\"datatype\";s:20:\"&lt;TABLE&gt;-params\";s:11:\"
description\";s:6:\"&nbsp;\";s:7:\"default\";s:36:\"border=0 cellspacing=0 cellp
adding=0\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}}}',''),(72,
7389802,'d15fe4c25a73d14a1233602ae5c00aeb','','tsref:(cObject).OTABLE','a:1:{s:4
:\"rows\";a:3:{i:0;a:6:{s:8:\"property\";s:6:\"offset\";s:8:\"datatype\";s:3:\"x
,y\";s:11:\"description\";s:334:\"Offset from upper left corner<br>&nbsp;<b><br>
Note:</b><br>Actually the datatype is &#x201c;x,y,r,b,w,h&#x201d;:<br>x,y is off
set from upperleft corner<br>r,b is offset (margin) to right and bottom<br>w is
the required width of the content field<br>h is the required height of the conte
nt field<br>&nbsp;<br>All measures is in pixels.\";s:7:\"default\";s:6:\"&nbsp;\
";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:1;a:6:{s:8:\"proper
ty\";s:10:\"1,2,3,4...\";s:8:\"datatype\";s:7:\"cObject\";s:11:\"description\";s
:6:\"&nbsp;\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is
_propertyTable\";i:1;}i:2;a:6:{s:8:\"property\";s:11:\"tableParams\";s:8:\"datat
ype\";s:20:\"&lt;TABLE&gt;-params\";s:11:\"description\";s:6:\"&nbsp;\";s:7:\"de
fault\";s:36:\"border=0 cellspacing=0 cellpadding=0\";s:12:\"column_count\";i:4;
s:16:\"is_propertyTable\";i:1;}}}',''),(73,7389802,'ac73d41309997ef5db797e0ac823
c30f','','tsref:(cObject).COLUMNS','a:1:{s:4:\"rows\";a:12:{i:0;a:6:{s:8:\"prope
rty\";s:11:\"tableParams\";s:8:\"datatype\";s:20:\"&lt;TABLE&gt;-params\";s:11:\
"description\";s:6:\"&nbsp;\";s:7:\"default\";s:36:\"border=0 cellspacing=0 cell
padding=0\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:1;a:6:{s:
8:\"property\";s:8:\"TDparams\";s:8:\"datatype\";s:17:\"&lt;TD&gt;-params\";s:11
:\"description\";s:6:\"&nbsp;\";s:7:\"default\";s:10:\"valign=top\";s:12:\"colum
n_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:2;a:6:{s:8:\"property\";s:4:\"row
s\";s:8:\"datatype\";s:17:\"int (Range: 2-20)\";s:11:\"description\";s:34:\"The
number of rows in the columns.\";s:7:\"default\";s:1:\"2\";s:12:\"column_count\"
;i:4;s:16:\"is_propertyTable\";i:1;}i:3;a:6:{s:8:\"property\";s:10:\"totalWidth\
";s:8:\"datatype\";s:3:\"int\";s:11:\"description\";s:35:\"The total-width of th
e columns+gaps\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\
"is_propertyTable\";i:1;}i:4;a:6:{s:8:\"property\";s:8:\"gapWidth\";s:8:\"dataty
pe\";s:28:\"int /stdWrap<br>+optionSplit\";s:11:\"description\";s:48:\"Width of
the gap between columns. <br>0 = no gap\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"
column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:5;a:6:{s:8:\"property\";s:8:
\"gapBgCol\";s:8:\"datatype\";s:35:\"HTML-color /stdWrap<br>+optionSplit\";s:11:
\"description\";s:39:\"background-color for the gap-tablecells\";s:7:\"default\"
;s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:6;a:6
:{s:8:\"property\";s:16:\"gapLineThickness\";s:8:\"datatype\";s:28:\"int /stdWra
p<br>+optionSplit\";s:11:\"description\";s:72:\"lineThickness of the dividerline
in the gap between cells<br>0 = no line\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\
"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:7;a:6:{s:8:\"property\";s:1
0:\"gapLineCol\";s:8:\"datatype\";s:35:\"HTML-color /stdWrap<br>+optionSplit\";s
:11:\"description\";s:10:\"Line color\";s:7:\"default\";s:5:\"black\";s:12:\"col
umn_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:8;a:6:{s:8:\"property\";s:29:\"
[column-number]<br>1,2,3,4...\";s:8:\"datatype\";s:7:\"cObject\";s:11:\"descript
ion\";s:44:\"This is the content-object for each column!!\";s:7:\"default\";s:6:
\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:9;a:6:{s:8
:\"property\";s:5:\"after\";s:8:\"datatype\";s:7:\"cObject\";s:11:\"description\
";s:50:\"This is a cObject placed after the columns-table!!\";s:7:\"default\";s:
6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:10;a:6:{
s:8:\"property\";s:2:\"if\";s:8:\"datatype\";s:7:\"-&gt;if\";s:11:\"description\
";s:61:\"if &quot;if&quot; returns false the columns are not rendered!\";s:7:\"d
efault\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;
}i:11;a:6:{s:8:\"property\";s:7:\"stdWrap\";s:8:\"datatype\";s:12:\"-&gt;stdWrap
\";s:11:\"description\";s:6:\"&nbsp;\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"col
umn_count\";i:4;s:16:\"is_propertyTable\";i:1;}}}',''),(74,7389802,'735744d82b01
f1ae8ee357b35a445a18','','tsref:(cObject).HRULER','a:1:{s:4:\"rows\";a:6:{i:0;a:
6:{s:8:\"property\";s:13:\"lineThickness\";s:8:\"datatype\";s:12:\"int /stdWrap\
";s:11:\"description\";s:11:\"Range: 1-50\";s:7:\"default\";s:1:\"1\";s:12:\"col
umn_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:1;a:6:{s:8:\"property\";s:9:\"l
ineColor\";s:8:\"datatype\";s:10:\"HTML-color\";s:11:\"description\";s:23:\"The
color of the ruler.\";s:7:\"default\";s:5:\"black\";s:12:\"column_count\";i:4;s:
16:\"is_propertyTable\";i:1;}i:2;a:6:{s:8:\"property\";s:9:\"spaceLeft\";s:8:\"d
atatype\";s:6:\"pixels\";s:11:\"description\";s:35:\"space before the line (to t
he left)\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_pr
opertyTable\";i:1;}i:3;a:6:{s:8:\"property\";s:10:\"spaceRight\";s:8:\"datatype\
";s:6:\"pixels\";s:11:\"description\";s:35:\"space after the line (to the right)
\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTa
ble\";i:1;}i:4;a:6:{s:8:\"property\";s:10:\"tableWidth\";s:8:\"datatype\";s:6:\"
string\";s:11:\"description\";s:63:\"Width of the ruler (&#x201c;width&#x201d; a
ttribute in a table)\";s:7:\"default\";s:3:\"99%\";s:12:\"column_count\";i:4;s:1
6:\"is_propertyTable\";i:1;}i:5;a:6:{s:8:\"property\";s:7:\"stdWrap\";s:8:\"data
type\";s:12:\"-&gt;stdWrap\";s:11:\"description\";s:6:\"&nbsp;\";s:7:\"default\"
;s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}}}','')
,(75,7389802,'99c88493b5fbff11087e84f8b0caf05e','','tsref:(cObject).IMGTEXT','a:
1:{s:4:\"rows\";a:36:{i:0;a:6:{s:8:\"property\";s:4:\"text\";s:8:\"datatype\";s:
20:\"-&gt;CARRAY /stdWrap\";s:11:\"description\";s:82:\"Use this to import / gen
erate the content, that should flow around the imageblock.\";s:7:\"default\";s:6
:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:1;a:6:{s:
8:\"property\";s:7:\"textPos\";s:8:\"datatype\";s:12:\"int /stdWrap\";s:11:\"des
cription\";s:352:\"Textposition:<br>bit[0-2]: 000 = centre, 001 = right, 010 = l
eft<br>bit[3-5]: 000 = over, 001 = under, 010 text<br>&nbsp;<br>0 - Above: Centr
e<br>1 - Above: Right<br>2 - Above: Left<br>8 - Below: Centre<br>9 - Below: Righ
t<br>10 - Below: Left<br>17 - In Text: Right<br>18 - In Text: Left<br>25 - In Te
xt: Right (no wrap)<br>26 - In Text: Left (no wrap)\";s:7:\"default\";s:6:\"&nbs
p;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:2;a:6:{s:8:\"pro
perty\";s:10:\"textMargin\";s:8:\"datatype\";s:15:\"pixels /stdWrap\";s:11:\"des
cription\";s:40:\"margin between the image and the content\";s:7:\"default\";s:6
:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:3;a:6:{s:
8:\"property\";s:20:\"textMargin_outOfText\";s:8:\"datatype\";s:7:\"boolean\";s:
11:\"description\";s:337:\"If set, the textMargin space will still be inserted e
ven if the image is placed above or below the text. <br>This flag is only for a
kind of backwards compatibility because this &quot;feature&quot; was recently co
nsidered a bug and thus corrected. So if anyone has depended on this way things
are done, you can compensate with this flag.\";s:7:\"default\";s:6:\"&nbsp;\";s:
12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:4;a:6:{s:8:\"property\"
;s:7:\"imgList\";s:8:\"datatype\";s:40:\"&nbsp;<i>list of imagefiles</i> /stdWra
p\";s:11:\"description\";s:176:\"list of images from &quot;.imgPath&quot;<br>&nb
sp;<b><br>Example:</b><br>This imports the list of images from tt_content&#039;s
image-field<br>&quot;imgList.field = image&quot;\";s:7:\"default\";s:6:\"&nbsp;
\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:5;a:6:{s:8:\"prope
rty\";s:7:\"imgPath\";s:8:\"datatype\";s:13:\"path /stdWrap\";s:11:\"description
\";s:76:\"Path to the images<br>&nbsp;<b><br>Example:</b><br>&quot;uploads/pics/
&quot;\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_prop
ertyTable\";i:1;}i:6;a:6:{s:8:\"property\";s:6:\"imgMax\";s:8:\"datatype\";s:12:
\"int /stdWrap\";s:11:\"description\";s:20:\"max number of images\";s:7:\"defaul
t\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:7;
a:6:{s:8:\"property\";s:8:\"imgStart\";s:8:\"datatype\";s:12:\"int /stdWrap\";s:
11:\"description\";s:45:\"start with image-number &quot;.imgStart&quot;\";s:7:\"
default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1
;}i:8;a:6:{s:8:\"property\";s:9:\"imgObjNum\";s:8:\"datatype\";s:35:\"&nbsp;<i>i
mgObjNum</i> +optionSplit\";s:11:\"description\";s:410:\"Here you define, which
IMAGE-cObjects from the array &quot;1,2,3,4...&quot; in this object that should
render the images.<br>&quot;current&quot; is set to the image-filename.<br>&nbsp
;<b><br>Example:</b><br>&quot;imgObjNum = 1 |*||*| 2&quot;:<br>This would render
the first two images with &quot;1. ...&quot; and the last image with &quot;2. .
..&quot;, provided that the &quot;.imgList&quot; contains 3 images.\";s:7:\"defa
ult\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:
9;a:6:{s:8:\"property\";s:7:\"1,2,3,4\";s:8:\"datatype\";s:20:\"-&gt;IMAGE (cObj
ect)\";s:11:\"description\";s:323:\"Rendering of the images<br>The register &quo
t;IMAGE_NUM&quot; is set with the number of image being rendered for each render
ing of a image-object. Starting with zero.<br>The image-object should not be of
type GIFBUILDER!<br>&nbsp;<b><br>Important:</b><br>&quot;file.import.current = 1
&quot; fetches the name of the images! \";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"
column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:10;a:6:{s:8:\"property\";s:7
:\"caption\";s:8:\"datatype\";s:20:\"-&gt;CARRAY /stdWrap\";s:11:\"description\"
;s:7:\"Caption\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\
"is_propertyTable\";i:1;}i:11;a:6:{s:8:\"property\";s:12:\"captionAlign\";s:8:\"
datatype\";s:14:\"align /stdWrap\";s:11:\"description\";s:17:\"Caption alignment
\";s:7:\"default\";s:30:\"default = &quot;.textPos&quot;\";s:12:\"column_count\"
;i:4;s:16:\"is_propertyTable\";i:1;}i:12;a:6:{s:8:\"property\";s:12:\"captionSpl
it\";s:8:\"datatype\";s:7:\"boolean\";s:11:\"description\";s:379:\"If this is se
t, the caption text is split by the character (or string) from &quot;.token&quot
; , and every item is displayed under an image each in the image block.<br>.toke
n = (string /stdWrap) Character to split the caption elements (default is chr(10
))<br>.cObject = cObject, used to fetch the caption for the split<br>.stdWrap =
stdWrap properties used to render the caption.\";s:7:\"default\";s:6:\"&nbsp;\";
s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:13;a:6:{s:8:\"propert
y\";s:20:\"altText<br>titleText\";s:8:\"datatype\";s:15:\"string /stdWrap\";s:11
:\"description\";s:215:\"Default altText/titleText if no alternatives are provid
ed by the -&gt;IMAGE cObjects <br>&nbsp;<br>If no titltext is specified, it will
use the alttext insteadIf no alttext is specified, it will use an empty alttext
\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTa
ble\";i:1;}i:14;a:6:{s:8:\"property\";s:11:\"longdescURL\";s:8:\"datatype\";s:15
:\"string /stdWrap\";s:11:\"description\";s:186:\"Default longdescURL if no alte
rnatives are provided by the -&gt;IMAGE cObjects <br>&nbsp;<br>&quot;longdesc&qu
ot; attribute (URL pointing to document with extensive details about image).\";s
:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\
";i:1;}i:15;a:6:{s:8:\"property\";s:6:\"border\";s:8:\"datatype\";s:17:\"boolean
/stdWrap \";s:11:\"description\";s:48:\"If true, a border i generated around th
e images.\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_p
ropertyTable\";i:1;}i:16;a:6:{s:8:\"property\";s:9:\"borderCol\";s:8:\"datatype\
";s:32:\"&nbsp;<i>HTML-color</i> /stdWrap\";s:11:\"description\";s:50:\"Color of
the border, if &quot;.border&quot; is set\";s:7:\"default\";s:5:\"black\";s:12:
\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:17;a:6:{s:8:\"property\";s
:11:\"borderThick\";s:8:\"datatype\";s:15:\"pixels /stdWrap\";s:11:\"description
\";s:39:\"Width of the border around the pictures\";s:7:\"default\";s:1:\"1\";s:
12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:18;a:6:{s:8:\"property\
";s:4:\"cols\";s:8:\"datatype\";s:13:\"int /stdWrap \";s:11:\"description\";s:7:
\"Columns\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_p
ropertyTable\";i:1;}i:19;a:6:{s:8:\"property\";s:4:\"rows\";s:8:\"datatype\";s:1
3:\"int /stdWrap \";s:11:\"description\";s:44:\"Rows (higher priority thab &quot
;cols&quot;)\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"i
s_propertyTable\";i:1;}i:20;a:6:{s:8:\"property\";s:6:\"noRows\";s:8:\"datatype\
";s:16:\"boolean /stdWrap\";s:11:\"description\";s:145:\"If set, the rows are no
t divided by a table-rows. Thus images are more nicely shown if the height diffe
rs a lot (normally the width is the same!)\";s:7:\"default\";s:6:\"&nbsp;\";s:12
:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:21;a:6:{s:8:\"property\";
s:6:\"noCols\";s:8:\"datatype\";s:16:\"boolean /stdWrap\";s:11:\"description\";s
:208:\"If set, the columns are not made in the table. The images are all put in
one row separated by a clear giffile to space them apart.<br>If noRows is set, n
oCols will be unset. They cannot be set simultaneously.\";s:7:\"default\";s:6:\"
&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:22;a:6:{s:8:
\"property\";s:8:\"colSpace\";s:8:\"datatype\";s:12:\"int /stdWrap\";s:11:\"desc
ription\";s:21:\"space between columns\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"c
olumn_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:23;a:6:{s:8:\"property\";s:8:
\"rowSpace\";s:8:\"datatype\";s:12:\"int /stdWrap\";s:11:\"description\";s:18:\"
space between rows\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:
16:\"is_propertyTable\";i:1;}i:24;a:6:{s:8:\"property\";s:15:\"spaceBelowAbove\"
;s:8:\"datatype\";s:12:\"int /stdWrap\";s:11:\"description\";s:101:\"Pixelsspace
between content an images when position of image is above or belox text (but no
t in text)\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_
propertyTable\";i:1;}i:25;a:6:{s:8:\"property\";s:12:\"tableStdWrap\";s:8:\"data
type\";s:12:\"-&gt;stdWrap\";s:11:\"description\";s:85:\"This passes the final &
lt;table&gt; code for the image block to the stdWrap function.\";s:7:\"default\"
;s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:26;a:
6:{s:8:\"property\";s:4:\"maxW\";s:8:\"datatype\";s:12:\"int /stdWrap\";s:11:\"d
escription\";s:195:\"max width of the image-table. <br>This will scale images no
t in the right size! Takes the number of columns into account!<br>&nbsp;<br>&nbs
p;<b>NOTE: </b>Works ONLY if IMAGE-obj is NOT GIFBUILDER\";s:7:\"default\";s:6:\
"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:27;a:6:{s:8
:\"property\";s:10:\"maxWInText\";s:8:\"datatype\";s:12:\"int /stdWrap\";s:11:\"
description\";s:269:\"max width of the image-table, if the text is wrapped aroun
d the image-table (on the left or right side).<br>This will scale images not in
the right size! Takes the number of columns into account!<br>&nbsp;<br>&nbsp;<b>
NOTE: </b>Works ONLY if IMAGE-obj is NOT GIFBUILDER\";s:7:\"default\";s:11:\"50%
of maxW\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:28;a:6:{s:
8:\"property\";s:6:\"equalH\";s:8:\"datatype\";s:12:\"int /stdWrap\";s:11:\"desc
ription\";s:655:\"If this value is greater than zero, it will secure that images
in a row has the same height. The width will be calculated.<br>If the total wid
th of the images raise above the &quot;maxW&quot;-value of the table the height
for each image will be scaled down equally so that the images still have the sam
e height but is within the limits of the totalWidth.<br>Please note that this va
lue will override the properties &quot;width&quot;, &quot;maxH&quot;, &quot;maxW
&quot;, &quot;minW&quot;, &quot;minH&quot; of the IMAGE-objects generating the i
mages. Furthermore it will override the &quot;noRows&quot;-property and generate
a table with no columns instead!\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column
_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:29;a:6:{s:8:\"property\";s:12:\"co
lRelations\";s:8:\"datatype\";s:15:\"string /stdWrap\";s:11:\"description\";s:62
9:\"This value defines the width-relations of the images in the columns of IMGTE
XT. The syntax is &quot;[int] : [int] : [int] : ...&quot; for each column. If th
ere are more imagecolumns than figures in this value, it&#039;s ignored. If the
relation between two of these figures exceeds 10, this function is ignore. <br>I
t works only fully if all images are downscaled by their maxW-definition.<br>&nb
sp;<b><br>Example:</b><br>If 6 images are placed in three columns and their widt
h&#039;s are high enough to be forcibly scaled, this value will scale the images
in the to be eg. 100, 200 and 300 pixels from left to right<br>1 : 2 : 3\";s:7:
\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i
:1;}i:30;a:6:{s:8:\"property\";s:17:\"image_compression\";s:8:\"datatype\";s:12:
\"int /stdWrap\";s:11:\"description\";s:996:\"Image Compression:<br>0= Default<b
r>1= Dont change! (removes all parameters for the image_object!!)<br>(adds gif-e
xtension and color-reduction command)<br>10= GIF/256<br>11= GIF/128<br>12= GIF/6
4<br>13= GIF/32<br>14= GIF/16<br>15= GIF/8<br>(adds jpg-extension and quality co
mmand)<br>20= IM: -quality 100<br>21= IM: -quality 90 &lt;=&gt; Photoshop 60 &nb
sp;&nbsp;&nbsp;&nbsp;(JPG/Very High)<br>22= IM: -quality 80 &nbsp;&nbsp;&nbsp;(J
PG/High)<br>23= IM: -quality 70<br>24= IM: -quality 60 &lt;=&gt; Photoshop 30 &n
bsp;&nbsp;(JPG/Medium)<br>25= IM: -quality 50<br>26= IM: -quality 40 (JPG/Low)<b
r>27= IM: -quality 30 &lt;=&gt; Photoshop 10 <br>28= IM: -quality 20 &nbsp;&nbsp
;(JPG/Very Low)<br>&nbsp;<br>The default ImageMagick quality seems to be 75. Thi
s equals Photoshop quality 45. Images compressed with ImageMagick with the same
visual quality as a Photoshop-compressed image seems to be largely 50% greater i
n size!!<br>&nbsp;<br>&nbsp;<b>NOTE: </b>Works ONLY if IMAGE-obj is NOT GIFBUILD
ER\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_property
Table\";i:1;}i:31;a:6:{s:8:\"property\";s:13:\"image_effects\";s:8:\"datatype\";
s:12:\"int /stdWrap\";s:11:\"description\";s:548:\"Adds these commands to the pa
rameteres for the scaling. This function has no effect if &quot;image_compressio
n&quot; above is set to 1!!<br>&nbsp;<br>1 =&gt; &quot;-rotate 90&quot;,<br>2 =&
gt; &quot;-rotate 270&quot;,<br>3 =&gt; &quot;-rotate 180&quot;,<br>10 =&gt; &qu
ot;-colorspace GRAY&quot;,<br>11 =&gt; &quot;-sharpen 70&quot;,<br>20 =&gt; &quo
t;-normalize&quot;,<br>23 =&gt; &quot;-contrast&quot;,<br>25 =&gt; &quot;-gamma
1.3&quot;,<br>26 =&gt; &quot;-gamma 0.8&quot;<br>&nbsp;<br>&nbsp;<b>NOTE: </b>Wo
rks ONLY if IMAGE-obj is NOT GIFBUILDER\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"
column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:32;a:6:{s:8:\"property\";s:1
2:\"image_frames\";s:8:\"datatype\";s:35:\"Array <br>+ .key /stdWrap<br>&nbsp;\"
;s:11:\"description\";s:1175:\"<b>Frames:</b><br>.key points to the frame used.<
br>&nbsp;<br>&quot;.image_frames.x&quot; is imgResource-mask (&quot;.m&quot;)pro
perties which will override to the [imgResource].m properties of the imageObject
s. This is used to mask the images into a frame. See how it&#039;s done in the d
efault configuration and IMGTEXT in the static_template-table. <br>&nbsp;<b><br>
Example:</b><br>1 {<br>&nbsp;&nbsp;&nbsp;mask = media/uploads/darkroom1_mask.jpg
<br>&nbsp;&nbsp;&nbsp;bgImg = GIFBUILDER<br>&nbsp;&nbsp;&nbsp;bgImg {<br>&nbsp;&
nbsp;&nbsp;&nbsp;&nbsp;XY = 100,100<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;backColor =
{$bgCol}<br>&nbsp;&nbsp;&nbsp;}<br>&nbsp;&nbsp;&nbsp;bottomImg = GIFBUILDER<br>
&nbsp;&nbsp;&nbsp;bottomImg {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;XY = 100,100<br>&
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;backColor = black<br>&nbsp;&nbsp;&nbsp;}<br>&nbsp;&
nbsp;&nbsp;bottomImg_mask = media/uploads/darkroom1_bottom.jpg<br>}<br>&nbsp;<br
>&nbsp;<b>NOTE: </b>This cancels the jpg-quality settings sent as ordinary &quot
;.params&quot; to the imgResource. In addition the output of this operation will
always be jpg or gif!<br>&nbsp;<b>NOTE: </b>Works ONLY if IMAGE-obj is NOT GIFB
UILDER\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_prop
ertyTable\";i:1;}i:33;a:6:{s:8:\"property\";s:9:\"editIcons\";s:8:\"datatype\";s
:6:\"string\";s:11:\"description\";s:23:\"(See stdWrap.editIcons)\";s:7:\"defaul
t\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:34
;a:6:{s:8:\"property\";s:23:\"noStretchAndMarginCells\";s:8:\"datatype\";s:7:\"b
oolean\";s:11:\"description\";s:279:\"If set (1), the cells used to add left and
right margins plus stretch out the table will not be added. You will loose the
ability to set margins for the object if entered &#x201c;in text&#x201d;. So it&
#039;s not recommended, but it has been requested by some people for reasons.\";
s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable
\";i:1;}i:35;a:6:{s:8:\"property\";s:7:\"stdWrap\";s:8:\"datatype\";s:12:\"-&gt;
stdWrap\";s:11:\"description\";s:6:\"&nbsp;\";s:7:\"default\";s:6:\"&nbsp;\";s:1
2:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}}}',''),(76,7389802,'7831f
428e4ab5909c05af00f0f34071e','','tsref:(cObject).CASE','a:1:{s:4:\"rows\";a:6:{i
:0;a:6:{s:8:\"property\";s:10:\"setCurrent\";s:8:\"datatype\";s:15:\"string /std
Wrap\";s:11:\"description\";s:36:\"Sets the &quot;current&quot;-value. \";s:7:\"
default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1
;}i:1;a:6:{s:8:\"property\";s:3:\"key\";s:8:\"datatype\";s:15:\"string /stdWrap\
";s:11:\"description\";s:12:\"This is the \";s:7:\"default\";s:6:\"&nbsp;\";s:12
:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:2;a:6:{s:8:\"property\";s
:7:\"default\";s:8:\"datatype\";s:7:\"cObject\";s:11:\"description\";s:6:\"&nbsp
;\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyT
able\";i:1;}i:3;a:6:{s:8:\"property\";s:15:\"<i>Array...</i>\";s:8:\"datatype\";
s:7:\"cObject\";s:11:\"description\";s:6:\"&nbsp;\";s:7:\"default\";s:6:\"&nbsp;
\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:4;a:6:{s:8:\"prope
rty\";s:7:\"stdWrap\";s:8:\"datatype\";s:12:\"-&gt;stdWrap\";s:11:\"description\
";s:6:\"&nbsp;\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\
"is_propertyTable\";i:1;}i:5;a:6:{s:8:\"property\";s:2:\"if\";s:8:\"datatype\";s
:7:\"-&gt;if\";s:11:\"description\";s:51:\"if &quot;if&quot; returns false nothi
ng is returned\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\
"is_propertyTable\";i:1;}}}',''),(77,7389802,'11559da8560e5a25a5d94dc2ababdc78',
'','tsref:(cObject).LOAD_REGISTER','a:1:{s:4:\"rows\";a:1:{i:0;a:6:{s:8:\"proper
ty\";s:38:\"<i>Array... </i><i><br>[fieldname]</i>\";s:8:\"datatype\";s:15:\"str
ing /stdWrap\";s:11:\"description\";s:347:\"<b>Example:</b><br>(This sets &quot;
contentWidth&quot;, &quot;label&quot; and &quot;head&quot;)<br>&nbsp;<br>page.27
= LOAD_REGISTER<br>page.27 {<br>&nbsp;&nbsp;&nbsp;contentWidth = 500 <br>&nbsp;
<br>&nbsp;&nbsp;&nbsp;label.field = header<br>&nbsp;<br>&nbsp;&nbsp;&nbsp;head =
some text<br>&nbsp;&nbsp;&nbsp;head.wrap = &lt;B&gt; | &lt;/B&gt;<br>}\";s:7:\"
default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1
;}}}',''),(78,7389802,'d6df84910bc06faaa29868176f91b324','','tsref:(cObject).FOR
M','a:1:{s:4:\"rows\";a:38:{i:0;a:6:{s:8:\"property\";s:4:\"data\";s:8:\"datatyp
e\";s:15:\"string /stdWrap\";s:11:\"description\";s:102:\"This is the data that
sets up the form. See above.<br>&quot;||&quot; can be used instead of linebreaks
\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTa
ble\";i:1;}i:1;a:6:{s:8:\"property\";s:9:\"dataArray\";s:8:\"datatype\";s:31:\"<
i>[array of form elements]</i>\";s:11:\"description\";s:2835:\"This is an altern
ative way to define the form-fields. Instead of using the syntax with vertical s
eparator bars suggested by the .data property, you can define the elements in re
gular TypoScript style arrays.<br>.dataArray is <i>added </i>to the input in .da
ta if any.<br>Every entry in the dataArray is numeric and has three main propert
ies, <i>label</i>, <i>type</i>, <i>value</i> and <i>required</i>. &#039;label&#0
39; and &#039;value&#039; has stdWrap properties. <br>There is an alternative pr
operty to .value, which is .valueArray. This is also an array in the same style
with numeric entries which has properties <i>label</i>, <i>value</i> and <i>sele
cted</i>. &#039;label&#039; has stdWrap properties.<br>&nbsp;<b><br>Example:</b>
<br>&nbsp;&nbsp;&nbsp;dataArray {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;10.label = Na
me:<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;10.type = name=input<br>&nbsp;&nbsp;&nbsp;&
nbsp;&nbsp;10.value = [Enter name]<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;10.required
= 1<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;20.label = Eyecolor<br>&nbsp;&nbsp;&nbsp;&n
bsp;&nbsp;20.type = eyecolor=select<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;20.valueArr
ay {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;10.label = Blue<br>&nbsp;&nbsp
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;10.value = 1<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb
sp;&nbsp;20.label = Red<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;20.value =
2<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;20.selected = 1<br>&nbsp;&nbsp;&n
bsp;&nbsp;&nbsp;}<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;40.type = submit=submit<br>&n
bsp;&nbsp;&nbsp;&nbsp;&nbsp;40.value = Submit<br>&nbsp;&nbsp;&nbsp;}<br>&nbsp;<b
r>&nbsp;<br>This is the same as this line in the .data property:<br>&nbsp;<br>Na
me: | *name=input | [Enter name]<br>Eyecolor: | eyecolor=select | Blue=1, *Red=2
<br>| submit=submit | Submit<br>&nbsp;<br>&nbsp;<b>Why do it this way?</b> <br>I
nserting an email-field after the name field would be like this:<br>&nbsp;&nbsp;
&nbsp;dataArray {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;15.label = Email:<br>&nbsp;&n
bsp;&nbsp;&nbsp;&nbsp;15.type = input<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;15.value
= <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;15.specialEval = EMAIL<br>&nbsp;&nbsp;&nbsp;
}<br>&nbsp;<br>&nbsp;Or translating the form to danish (setting config.language
to &#039;dk&#039;):<br>&nbsp;<br>&nbsp;&nbsp;&nbsp;dataArray {<br>&nbsp;&nbsp;&n
bsp;&nbsp;&nbsp;10.label.lang.dk = Navn:<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;10.val
ue.lang.dk = [Indtast dit navn]<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;20.label.lang.d
k = &#xd8;jenfarve<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;20.valueArray {<br>&nbsp;&nb
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;10.label.lang.dk = Bl&#xe5;<br>&nbsp;&nbsp;&nbs
p;&nbsp;&nbsp;&nbsp;&nbsp;20.label.lang.dk = R&#xf8;d<br>&nbsp;&nbsp;&nbsp;&nbsp
;&nbsp;}<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;40.value.lang.dk = Send<br>&nbsp;&nbsp
;&nbsp;}<br>&nbsp;\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:
16:\"is_propertyTable\";i:1;}i:2;a:6:{s:8:\"property\";s:9:\"radioWrap\";s:8:\"d
atatype\";s:12:\"-&gt;stdWrap\";s:11:\"description\";s:33:\"Wraps the labels for
radiobuttons\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"
is_propertyTable\";i:1;}i:3;a:6:{s:8:\"property\";s:4:\"type\";s:8:\"datatype\";
s:3:\"int\";s:11:\"description\";s:742:\"Type (action=&quot;&quot; of the form):
<br>&nbsp;<br>&nbsp;<b>Integer:</b> this is regarded to be a page in TYPO3<br>&n
bsp;<b>String:</b> this is regarded to be a normal URL (eg. &quot;formmail.php&q
uot; or &quot;fe_tce_db.php&quot;)<br>&nbsp;<b>Empty:</b> the current page is ch
osen.<br>&nbsp;<br>&nbsp;<b>NOTE:</b> If type is integer/empty the form will be
submitted to a page in TYPO3 and if this page has a value for target/no_cache, t
hen this will be used instead of the default target/no_cache below.<br>&nbsp;<br
>&nbsp;<b>NOTE:</b> If the redirect-value is set, the redirect-target overrides
the target set by the action-url<br>&nbsp;<br>&nbsp;<b>NOTE:</b> May be overridd
en by the property override feature of the formdata (see above)\";s:7:\"default\
";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:4;a:
6:{s:8:\"property\";s:6:\"target\";s:8:\"datatype\";s:6:\"target\";s:11:\"descri
ption\";s:28:\"Default target of the form. \";s:7:\"default\";s:6:\"&nbsp;\";s:1
2:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:5;a:6:{s:8:\"property\";
s:6:\"method\";s:8:\"datatype\";s:11:\"form-method\";s:11:\"description\";s:23:\
"<b>Example: </b><br>GET\";s:7:\"default\";s:4:\"POST\";s:12:\"column_count\";i:
4;s:16:\"is_propertyTable\";i:1;}i:6;a:6:{s:8:\"property\";s:8:\"no_cache\";s:8:
\"datatype\";s:6:\"string\";s:11:\"description\";s:23:\"Default no_cache-option\
";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTab
le\";i:1;}i:7;a:6:{s:8:\"property\";s:13:\"noValueInsert\";s:8:\"datatype\";s:7:
\"boolean\";s:11:\"description\";s:434:\"By default values that are submitted to
the same page (and thereby same form, eg. at searchforms) are re-inserted in th
e form instead of any default-data that might be set up. <br>This, however, appl
ies ONLY if the &quot;no_cache=1&quot; is set! (a page being cached may not incl
ude user-specific defaults in the fields of course...) <br>If you set this flag,
&quot;noValueInsert&quot;, the content will always be the default content.\";s:
7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\"
;i:1;}i:8;a:6:{s:8:\"property\";s:20:\"compensateFieldWidth\";s:8:\"datatype\";s
:6:\"double\";s:11:\"description\";s:85:\"Overriding option to the config-value
of the same name. See &quot;CONFIG&quot; above.\";s:7:\"default\";s:6:\"&nbsp;\"
;s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:9;a:6:{s:8:\"propert
y\";s:12:\"locationData\";s:8:\"datatype\";s:16:\"boolean / string\";s:11:\"desc
ription\";s:1479:\"If this value is true, then a hidden-field called &quot;locat
ionData&quot; is added to the form. This field wil be loaded with a value like t
his:<br>[page id]:[current record table]:[current record id]<br>For example, if
a formfield is inserted on page with uid = &quot;100&quot;, as a page-content it
em from the table &quot;tt_content&quot; with id &quot;120&quot;, then the value
would be &quot;100:tt_content:120&quot;.<br>The value is use by eg. the cObject
SEARCHRESULT. If the value $GLOBALS[&quot;HTTP_POST_VARS&quot;][&quot;locationD
ata&quot;] is detected here, the search is done as if it was performed on this p
age! This is very usefull if you want a search functionality implemented on a pa
ge with the &quot;stype&quot; field set to &quot;L1&quot; which means that the s
earch is carried out from the first level in the rootline. <br>Suppose you want
the search to submit to a dedicated searchpage where ever. This page will then k
now - because of locationData - that the search was submittet from another place
on the website.<br>If &quot;locationData&quot; is not only true but also set to
&quot;HTTP_POST_VARS&quot; then the value will insert the content of $GLOBALS[&
quot;HTTP_POST_VARS&quot;][&quot;locationData&quot;] instead of the true locatio
n data of the page. This should be done with search-fields as this will carry th
e initial searching start point with.<br>&nbsp;<b>NOTE:</b> May be overridden by
the property override feature of the formdata (see above)\";s:7:\"default\";s:6
:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:10;a:6:{s
:8:\"property\";s:8:\"redirect\";s:8:\"datatype\";s:15:\"string /stdWrap\";s:11:
\"description\";s:372:\"URL to redirect to (generates the hidden field &quot;red
irect&quot;)<br>&nbsp;<br>&nbsp;<b>Integer:</b> this is regarded to be a page in
TYPO3<br>&nbsp;<b>String:</b> this is regarded to be a normal url<br>&nbsp;<b>E
mpty;</b> the current page is chosen.<br>&nbsp;<br>&nbsp;<b>NOTE:</b> If this va
lue is set the target of this overriddes the target of the &quot;type&quot;.\";s
:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\
";i:1;}i:11;a:6:{s:8:\"property\";s:9:\"recipient\";s:8:\"datatype\";s:38:\"&nbs
p;<i>(list of) string</i> /stdWrap\";s:11:\"description\";s:89:\"Email recipient
of the formmail content (generates the hiddenfield &quot;recipient&quot;)\";s:7
:\"default\";s:8:\"No email\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\
";i:1;}i:12;a:6:{s:8:\"property\";s:8:\"goodMess\";s:8:\"datatype\";s:6:\"string
\";s:11:\"description\";s:184:\"Message for the formevaluation function in case
of correctly filled form.<br>&nbsp;<br>&nbsp;<b>NOTE:</b> May be overridden by t
he property override feature of the formdata (see above)\";s:7:\"default\";s:10:
\"No message\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:13;a:6
:{s:8:\"property\";s:7:\"badMess\";s:8:\"datatype\";s:6:\"string\";s:11:\"descri
ption\";s:238:\"Prefixed Message for the formevaluation in case of missing requi
red fields. <br>This message is shown above the list of fields.<br>&nbsp;<br>&nb
sp;<b>NOTE:</b> May be overridden by the property override feature of the formda
ta (see above)\";s:7:\"default\";s:10:\"No message\";s:12:\"column_count\";i:4;s
:16:\"is_propertyTable\";i:1;}i:14;a:6:{s:8:\"property\";s:9:\"emailMess\";s:8:\
"datatype\";s:6:\"string\";s:11:\"description\";s:180:\"Message if a field evalu
ated to be an email adresse did not validate.<br>&nbsp;<br>&nbsp;<b>NOTE:</b> Ma
y be overridden by the property override feature of the formdata (see above)\";s
:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\
";i:1;}i:15;a:6:{s:8:\"property\";s:5:\"image\";s:8:\"datatype\";s:20:\"-&gt;IMA
GE (cObject)\";s:11:\"description\";s:171:\"If this is a valid image the submitb
utton is rendered as this image!!<br>&nbsp;<br>&nbsp;<b>NOTE:</b> CurrentValue i
s set to the caption-label before generating the image.\";s:7:\"default\";s:6:\"
&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:16;a:6:{s:8:
\"property\";s:6:\"layout\";s:8:\"datatype\";s:6:\"string\";s:11:\"description\"
;s:471:\"This defines how the label and the field are placed towards each other.
<br>&nbsp;<b><br>Example:</b><br>This substitutes the &quot;###FIELD###&quot; wi
th the field data and the &quot;###LABEL###&#039; with labeldata. <br>&nbsp;<br>
&lt;tr&gt;&lt;td&gt;###FIELD###&lt;/td&gt;&lt;td&gt; ###LABEL###&lt;/td&gt;&lt;/
tr&gt;<br>&nbsp;<br>You can also use the marker ###COMMENT### which is ALSO the
label value inserted, but wrapped in .commentWrap stdWrap-properties (see below)
\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTa
ble\";i:1;}i:17;a:6:{s:8:\"property\";s:9:\"fieldWrap\";s:8:\"datatype\";s:12:\"
-&gt;stdWrap\";s:11:\"description\";s:23:\"Field: Wraps the fields\";s:7:\"defau
lt\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:1
8;a:6:{s:8:\"property\";s:9:\"labelWrap\";s:8:\"datatype\";s:12:\"-&gt;stdWrap\"
;s:11:\"description\";s:23:\"Labels: Wraps the label\";s:7:\"default\";s:6:\"&nb
sp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:19;a:6:{s:8:\"p
roperty\";s:11:\"commentWrap\";s:8:\"datatype\";s:12:\"-&gt;stdWrap\";s:11:\"des
cription\";s:52:\"Comments: Wrap for comments IF you use ###COMMENT###\";s:7:\"d
efault\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;
}i:20;a:6:{s:8:\"property\";s:3:\"REQ\";s:8:\"datatype\";s:7:\"boolean\";s:11:\"
description\";s:58:\"Defines if required-fields should be checked and marked up\
";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTab
le\";i:1;}i:21;a:6:{s:8:\"property\";s:13:\"REQ.fieldWrap\";s:8:\"datatype\";s:1
2:\"-&gt;stdWrap\";s:11:\"description\";s:47:\"Field: Wraps the fields, but for
reuired fields\";s:7:\"default\";s:34:\"the &quot;fieldWrap&quot;-property\";s:1
2:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:22;a:6:{s:8:\"property\"
;s:13:\"REQ.labelWrap\";s:8:\"datatype\";s:12:\"-&gt;stdWrap\";s:11:\"descriptio
n\";s:47:\"Labels: Wraps the label, but for reuired fields\";s:7:\"default\";s:3
4:\"the &quot;labelWrap&quot;-property\";s:12:\"column_count\";i:4;s:16:\"is_pro
pertyTable\";i:1;}i:23;a:6:{s:8:\"property\";s:10:\"REQ.layout\";s:8:\"datatype\
";s:6:\"string\";s:11:\"description\";s:60:\"The same as &quot;layout&quot; abov
e, but for reuired fields\";s:7:\"default\";s:31:\"the &quot;layout&quot;-proper
ty\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:24;a:6:{s:8:\"pr
operty\";s:14:\"COMMENT.layout\";s:8:\"datatype\";s:6:\"string\";s:11:\"descript
ion\";s:32:\"Alternative layout for comments.\";s:7:\"default\";s:31:\"the &quot
;layout&quot;-property\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1
;}i:25;a:6:{s:8:\"property\";s:12:\"CHECK.layout\";s:8:\"datatype\";s:6:\"string
\";s:11:\"description\";s:33:\"Alternative layout for checkboxes\";s:7:\"default
\";s:31:\"the &quot;layout&quot;-property\";s:12:\"column_count\";i:4;s:16:\"is_
propertyTable\";i:1;}i:26;a:6:{s:8:\"property\";s:12:\"RADIO.layout\";s:8:\"data
type\";s:6:\"string\";s:11:\"description\";s:35:\"Alternative layout for radiobu
ttons\";s:7:\"default\";s:31:\"the &quot;layout&quot;-property\";s:12:\"column_c
ount\";i:4;s:16:\"is_propertyTable\";i:1;}i:27;a:6:{s:8:\"property\";s:12:\"LABE
L.layout\";s:8:\"datatype\";s:6:\"string\";s:11:\"description\";s:34:\"Alternati
ve layout for label types\";s:7:\"default\";s:31:\"the &quot;layout&quot;-proper
ty\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:28;a:6:{s:8:\"pr
operty\";s:7:\"stdWrap\";s:8:\"datatype\";s:12:\"-&gt;stdWrap\";s:11:\"descripti
on\";s:46:\"Wraps the hole form (before formtags is added)\";s:7:\"default\";s:6
:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:29;a:6:{s
:8:\"property\";s:12:\"hiddenFields\";s:8:\"datatype\";s:18:\"[array of cObject]
\";s:11:\"description\";s:221:\"Used to set hiddenFields from TS.<br>&nbsp;<b><b
r>Example:</b><br>hiddenFields.pid = TEXT<br>hiddenFields.pid.value = 2<br>&nbsp
;<br>This makes a hidden-field with the name &#x201c;pid&#x201d; and value &#x20
1c;2&#x201d;.\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"
is_propertyTable\";i:1;}i:30;a:6:{s:8:\"property\";s:6:\"params\";s:8:\"datatype
\";s:27:\"form-element tag parameters\";s:11:\"description\";s:288:\"Extra param
eters to form elements<br>&nbsp;<b><br>Example:</b><br>params = style=&#x201d;wi
dth:200px;&#x201d;<br>params.textarea = style=&#x201d;width:300px;&#x201d;<br>pa
rams.check = <br>&nbsp;<br>This sets the default to 200 px width, but excludes c
heck-boxes and sets textareas to 300.\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"co
lumn_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:31;a:6:{s:8:\"property\";s:13:
\"wrapFieldName\";s:8:\"datatype\";s:4:\"wrap\";s:11:\"description\";s:222:\"Thi
s wraps the fieldnames before they are applied to the form-field tags.<br>&nbsp;
<b><br>Example:</b><br>If value is then the fieldname &quot;email&quot; would be
wrapped to this value: <i>tx_myextension[input][email]</i>\";s:7:\"default\";s:
6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:32;a:6:{
s:8:\"property\";s:10:\"noWrapAttr\";s:8:\"datatype\";s:7:\"boolean\";s:11:\"des
cription\";s:281:\"If this value is true then all wrap attributes of textarea el
ements are suppressed. This is needed for XHTML-compliancy.<br>&nbsp;<br>The wra
p attributes can also be disabled on a per-field basis by using the special keyw
ord &quot;disabled&quot; as the value of the wrap attribute.\";s:7:\"default\";s
:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:33;a:6:
{s:8:\"property\";s:15:\"arrayReturnMode\";s:8:\"datatype\";s:7:\"boolean\";s:11
:\"description\";s:217:\"If set, the &lt;form&gt; tags and the form content will
be returned in an array as separate elements including other pratical values. T
his mode is for use in extensions where the array return value can be more usefu
l.\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_property
Table\";i:1;}i:34;a:6:{s:8:\"property\";s:13:\"accessibility\";s:8:\"datatype\";
s:7:\"boolean\";s:11:\"description\";s:461:\"If set, then the form will be compl
iant with accessibility guidelines (XHTML compliant). This includes:<br>&nbsp;<b
r>label string will be wrapped in &lt;label for=&quot;formname[fieldname-hash]&q
uot;&gt; ... &lt;/label&gt;<br>All form elements will have an id-attribute carry
ing the formname with the md5-hashed fieldname appended<br>&nbsp;<br>&nbsp;<b>No
tice: </b>In TYPO3 4.0 and later, CSS Styled Content is configured to produce ac
cessible forms by default.\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\
";i:4;s:16:\"is_propertyTable\";i:1;}i:35;a:6:{s:8:\"property\";s:8:\"formName\"
;s:8:\"datatype\";s:6:\"string\";s:11:\"description\";s:125:\"An alternative nam
e for this form. Default will be a unique (random) hash.<br>&nbsp;<br>&lt;form n
ame=&#x201d;...&#x201d;&gt;\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count
\";i:4;s:16:\"is_propertyTable\";i:1;}i:36;a:6:{s:8:\"property\";s:11:\"fieldPre
fix\";s:8:\"datatype\";s:6:\"string\";s:11:\"description\";s:255:\"Alternative p
refix for the name of the fields in this form. Otherwise, all fields are prefixe
d with the form name (either a unique hash or the name set in the &#x201c;formNa
me&#x201d; property). If set to &#x201c;0&#x201d;, there will be no prefix at al
l.\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_property
Table\";i:1;}i:37;a:6:{s:8:\"property\";s:17:\"dontMd5FieldNames\";s:8:\"datatyp
e\";s:7:\"boolean\";s:11:\"description\";s:272:\"The IDs generated for all eleme
nts in a form are md5 hashes from the fieldname. Setting this to true will disab
le this behaviour and use a cleaned fieldname, prefixed with the form name as th
e ID, instead.<br>This can be useful to style specifically named fields with CSS
.\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyT
able\";i:1;}}}',''),(79,7389802,'06d8abccf0aba6b413150e9c100f4bd4','','tsref:(cO
bject).SEARCHRESULT','a:1:{s:4:\"rows\";a:15:{i:0;a:6:{s:8:\"property\";s:11:\"a
llowedCols\";s:8:\"datatype\";s:6:\"string\";s:11:\"description\";s:120:\"List (
separated by &quot;:&quot;) of allowed table-cols.<br>&nbsp;<b><br>Example:</b><
br>pages.title:tt_content.bodytext\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"colum
n_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:1;a:6:{s:8:\"property\";s:6:\"lay
out\";s:8:\"datatype\";s:6:\"string\";s:11:\"description\";s:368:\"This defines
how the search content is shown.<br>&nbsp;<b><br>Example:</b><br>This substitute
s the following fields:<br>###RANGELOW###:The low result range, eg. &quot;1&quot
;<br>###RANGEHIGH###:The high result range, eg. &quot;10&quot;<br>###TOTAL###:Th
e total results<br>###RESULT###:The result itself<br>&nbsp;###NEXT###:The next-b
utton<br>###PREV###:The prev-button\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"colu
mn_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:2;a:6:{s:8:\"property\";s:4:\"ne
xt\";s:8:\"datatype\";s:7:\"cObject\";s:11:\"description\";s:126:\"This cObject
will be wrapped by a link to the next searchresult. This is the code substitutin
g the &quot;###NEXT###&quot;-mark\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column
_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:3;a:6:{s:8:\"property\";s:4:\"prev
\";s:8:\"datatype\";s:7:\"cObject\";s:11:\"description\";s:126:\"This cObject wi
ll be wrapped by a link to the prev searchresult. This is the code substituting
the &quot;###PREV###&quot;-mark\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_c
ount\";i:4;s:16:\"is_propertyTable\";i:1;}i:4;a:6:{s:8:\"property\";s:6:\"target
\";s:8:\"datatype\";s:6:\"target\";s:11:\"description\";s:27:\"target til next/p
rev links!\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_
propertyTable\";i:1;}i:5;a:6:{s:8:\"property\";s:5:\"range\";s:8:\"datatype\";s:
3:\"int\";s:11:\"description\";s:32:\"The number of results at a time!\";s:7:\"d
efault\";s:2:\"20\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:6
;a:6:{s:8:\"property\";s:9:\"renderObj\";s:8:\"datatype\";s:7:\"cObject\";s:11:\
"description\";s:325:\"the cObject to render the searchresults<br>$cObj-&gt;data
array is set to the resulting record from the search.<br>Please note, that in a
ll fields are named [tablename]_[fieldnam]. Thus the pagetitle is in the field &
quot;pages_title&quot;.<br>Apart from this, these fields from the pages-table ar
e also present:<br>&nbsp;uid\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_coun
t\";i:4;s:16:\"is_propertyTable\";i:1;}i:7;a:6:{s:8:\"property\";s:10:\"renderWr
ap\";s:8:\"datatype\";s:4:\"wrap\";s:11:\"description\";s:6:\"&nbsp;\";s:7:\"def
ault\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i
:8;a:6:{s:8:\"property\";s:9:\"resultObj\";s:8:\"datatype\";s:7:\"cObject\";s:11
:\"description\";s:56:\"the cObject prepended in the search results returns rows
\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTa
ble\";i:1;}i:9;a:6:{s:8:\"property\";s:11:\"noResultObj\";s:8:\"datatype\";s:7:\
"cObject\";s:11:\"description\";s:50:\"the cObject used if the search results in
no rows.\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_p
ropertyTable\";i:1;}i:10;a:6:{s:8:\"property\";s:9:\"noOrderBy\";s:8:\"datatype\
";s:7:\"boolean\";s:11:\"description\";s:87:\"If this is set, the result is NOT
sorted after lastUpdated, tstamp for the pages-table.\";s:7:\"default\";s:6:\"&n
bsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:11;a:6:{s:8:\"
property\";s:4:\"wrap\";s:8:\"datatype\";s:4:\"wrap\";s:11:\"description\";s:25:
\"Wrap the whole content...\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count
\";i:4;s:16:\"is_propertyTable\";i:1;}i:12;a:6:{s:8:\"property\";s:7:\"stdWrap\"
;s:8:\"datatype\";s:12:\"-&gt;stdWrap\";s:11:\"description\";s:25:\"Wrap the who
le content...\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"
is_propertyTable\";i:1;}i:13;a:6:{s:8:\"property\";s:22:\"addExtUrlsAndShortCuts
\";s:8:\"datatype\";s:7:\"boolean\";s:11:\"description\";s:408:\"If set, then th
e doktypes 3 and 4 (External URLS and Shortcuts) are added to the doktypes being
searched.<br>However at this point in time, no pages will be select if they do
not have at least one tt_content record on them! That is because the pages and t
t_content (or other) table is joined. So there must at least one occurance of a
tt_content element on a External URL / Shortcut page for them to show up.\";s:7:
\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i
:1;}i:14;a:6:{s:8:\"property\";s:25:\"languageField.[2nd table]\";s:8:\"datatype
\";s:6:\"string\";s:11:\"description\";s:202:\"Setting a field name to filter la
nguage on. This works like the &#x201c;languageField&#x201d; setting in -&gt;sel
ect<br>&nbsp;<b><br>Example:</b><br>&nbsp;<br>languageField.tt_content = sys_lan
guage_uid\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_p
ropertyTable\";i:1;}}}',''),(80,7389802,'4a24c3602d0800d7feacc6759c6dbf21','','t
sref:(cObject).USER/(cObject).USER_INT','a:1:{s:4:\"rows\";a:2:{i:0;a:6:{s:8:\"p
roperty\";s:15:\"<i>userFunc</i>\";s:8:\"datatype\";s:13:\"function-name\";s:11:
\"description\";s:862:\"The name of the function. If you specify the name with a
&#039;-&gt;&#039; in, it&#039;s intepreted as a call to a method in a class.<br
>&nbsp;Two parameters are sent: A content variable (which is empty in this case,
but not when used from stdWrap function .postUserFunc and .preUserFunc) and the
second parameter is an array with the properties of this cObject if any.<br>&nb
sp;<b><br>Example:</b><br>This TypoScript will display all content element heade
rs of a page in reversed order. Please take a look in media/scripts/example_call
function.php!!<br>(Also demonstrated on the testsite, page <br>&nbsp;<br>page =
PAGE<br>page.typeNum=0<br>includeLibs.something = media/scripts/example_callfunc
tion.php<br>&nbsp;<br>page.30 = USER<br>page.30 {<br>&nbsp;&nbsp;&nbsp;userFunc
= user_various-&gt;listContentRecordsOnPage<br>&nbsp;&nbsp;&nbsp;reverseOrder =
1<br>}\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_prop
ertyTable\";i:1;}i:1;a:6:{s:8:\"property\";s:11:\"includeLibs\";s:8:\"datatype\"
;s:29:\"&nbsp;<i>list of </i>resource\";s:11:\"description\";s:372:\"<b>(This pr
operty applies only if the object is created as USER_INT)</b><br>This is a comma
-separated list of resources that are included as PHP-scripts (with include_once
() function) if this script is included.<br>This is possible to do because any i
nclude-files will be known before the scripts are included. That&#039;s not the
case with the regular PHP_SCRIPT cObject.\";s:7:\"default\";s:6:\"&nbsp;\";s:12:
\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}}}',''),(81,7389802,'58679d0
408b0f09f69cb93e0634e69c9','','tsref:(cObject).PHP_SCRIPT','a:1:{s:4:\"rows\";a:
1:{i:0;a:6:{s:8:\"property\";s:11:\"<i>file</i>\";s:8:\"datatype\";s:8:\"resourc
e\";s:11:\"description\";s:972:\"File that will be included. This file must be v
alid PHP-code! It&#039;s included with &quot;include()&quot;;<br>&nbsp;<b><br>Di
rections:</b><br>&nbsp;<b>1) All content must be put into $content.</b> No outpu
t must be echo&#039;ed out!<br>&nbsp;<br>&nbsp;2) Call $GLOBALS[&quot;TSFE&quot;
]-&gt;set_no_cache(), if you want to disable caching of the page. Set this durin
g development! And set it, if the content you create may not be cached. <br>&nbs
p;<br>&nbsp;<b>NOTE:</b> If you have a parsing error in your include script the
$GLOBALS[&quot;TSFE&quot;]-&gt;set_no_cache() function is NOT executed and there
by does not disable caching. Upon a parse-error you must manually clear the page
-cache after you have corrected your error!<br>&nbsp;3) the array $conf contains
the configuration for the PHP_SCRIPT cObject. Try debug($conf) to see the conte
nt printed out for debugging!<i><br>See later in this manual for an introduction
to writing your own PHP include-scripts.</i>\";s:7:\"default\";s:6:\"&nbsp;\";s
:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}}}',''),(82,7389802,'630
7a490ae08c78efdc8a3ceb92bfde6','','tsref:(cObject).PHP_SCRIPT_INT','a:1:{s:4:\"r
ows\";a:2:{i:0;a:6:{s:8:\"property\";s:11:\"<i>file</i>\";s:8:\"datatype\";s:8:\
"resource\";s:11:\"description\";s:2109:\"File that will be included. This file
must be valid PHP-code! It&#039;s included with &quot;include()&quot;;<br>&nbsp;
<b><br>Purpose:</b><br>&nbsp;This basically works like PHP_SCRIPT. But the vital
difference is that inserting a PHP_SCRIPT<b>_INT </b>(internal opposed to exter
nal, see below) merely inserts a divider-string in the code and then serializes
the current cObj and puts it in the $GLOBALS[&quot;TSFE&quot;]-&gt;config[&#x201
c;INTincScript&#x201d;]-array. This array is saved with the cached page-content.
<br>Now, the point is, that including a script like this lets you avoid disablin
g pagecaching. The reason is that the cached page contains the divider string an
d when a &#x201c;static&#x201d; page is fetched from cache, it&#039;s divided by
that string and the dynamic content object is inserted.<br>This is the compromi
se option of all three PHP_SCRIPT-cObjects, because the page-data is all cached,
but still the pagegen.php script is included, which initializes all the classes
, objects and so. What you gain here is an environment for your script almost ex
actly the same as PHP_SCRIPT because your script is called from inside a class t
slib_cObj object. You can work with all functions of the tslib_cObj-class. But s
till all the &#x201c;static&#x201d; pagecontent is only generated once, cached a
nd only your script is dynamically rendered.<br>&nbsp;<b><br>Rules:</b><br>- cal
ls to $GLOBALS[&quot;TSFE&quot;]-&gt;set_no_cache() and $GLOBALS[&quot;TSFE&quot
;]-&gt;set_cache_timeout_default() makes no sense in this situation.<br>- parsin
g errors does not interfere with caching<br>- Be aware that certain global varia
bles may not be set as usual and be available as usual when working in this mode
. Most scripts should work out-of-the-box with this option though.<br>- Dependen
ce and use of LOAD_REGISTER is fragile because the PHP_SCRIPT_INT is not rendere
d until <i>after</i> the cached content and due to this changed order of events,
use of LOAD_REGISTER may not work.<br>- You can not nest PHP_SCRIPT_INT and PHP
_SCRIPT_EXT in PHP_SCRIPT_INT. You may nest PHP_SCRIPT cObjects though.\";s:7:\"
default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1
;}i:1;a:6:{s:8:\"property\";s:11:\"includeLibs\";s:8:\"datatype\";s:29:\"&nbsp;<
i>list of </i>resource\";s:11:\"description\";s:296:\"This is a comma-separated
list of resources that are included as PHP-scripts (with include_once() function
) if this script is included.<br>This is possible to do because any include-file
s will be known before the scripts are included. That&#039;s not the case with t
he regular PHP_SCRIPT cObject.\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_co
unt\";i:4;s:16:\"is_propertyTable\";i:1;}}}',''),(83,7389802,'dede7a11cddf475e1e
af0a9116291157','','tsref:(cObject).PHP_SCRIPT_EXT','a:1:{s:4:\"rows\";a:2:{i:0;
a:6:{s:8:\"property\";s:11:\"<i>file</i>\";s:8:\"datatype\";s:8:\"resource\";s:1
1:\"description\";s:1472:\"File that will be included. This file must be valid P
HP-code! It&#039;s included with &quot;include()&quot;;<br>&nbsp;<b><br>Purpose:
</b><br>&nbsp;This works like PHP_SCRIPT_INT, because a divider string is also i
nserted in the content for this kind of include-script. But the difference is th
at the content is divided as the very last thing before it&#039;s output to the
browser. <br>This basically means that PHP_SCRIPT<b>_EXT</b> (external, because
it&#039;s included in the global space in index_ts.php file!!) can output data d
irectly with echo-statements! <br>This is a very &#x201c;raw&#x201d; version of
PHP_SCRIPT because it&#039;s not included from inside an object and you have onl
y very few standard functions from TYPO3 to call.<br>This is the fastest option
of all three PHP_SCRIPT-cObjects, because the page-data is all cached and your d
ynamic content is generated by a raw php-script<br>&nbsp;<b><br>Rules:</b><br>-
All content can be either 1) echo&#039;ed out directly, or 2) returned in $conte
nt.<br>- calls to $GLOBALS[&quot;TSFE&quot;]-&gt;set_no_cache() and $GLOBALS[&qu
ot;TSFE&quot;]-&gt;set_cache_timeout_default() makes no sense in this situation.
<br>- parsing errors does not interfere with caching<br>- In the global name-spa
ce, the array $REC contains the current record when the file was &#x201c;inserte
d&#x201d; on the page, and $CONF-array contains the configuration for the script
.<br>- Don&#039;t mess with the global vars named $EXTiS_* \";s:7:\"default\";s:
6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:1;a:6:{s
:8:\"property\";s:11:\"includeLibs\";s:8:\"datatype\";s:29:\"&nbsp;<i>list of </
i>resource\";s:11:\"description\";s:296:\"This is a comma-separated list of reso
urces that are included as PHP-scripts (with include_once() function) if this sc
ript is included.<br>This is possible to do because any include-files will be kn
own before the scripts are included. That&#039;s not the case with the regular P
HP_SCRIPT cObject.\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:
16:\"is_propertyTable\";i:1;}}}',''),(84,7389802,'36fc199c62fb88c0a813769e3de9ad
c9','','tsref:(cObject).TEMPLATE','a:1:{s:4:\"rows\";a:9:{i:0;a:6:{s:8:\"propert
y\";s:8:\"template\";s:8:\"datatype\";s:7:\"cObject\";s:11:\"description\";s:84:
\"&nbsp;This must be loaded with the template-code. If not the object returns no
thing.\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_prop
ertyTable\";i:1;}i:1;a:6:{s:8:\"property\";s:8:\"subparts\";s:8:\"datatype\";s:3
0:\"<i>Array... of </i><br>cObject\";s:11:\"description\";s:1253:\"This is an ar
ray of subpart-markers (case-sensitive).<br>A subpart is defined by two markers
in the template. The markers must be wrapped by &quot;###&quot; on both sides. Y
ou may insert the subpart-markers inside HTML-comment-tags!! <br>&nbsp;<b><br>Ex
ample: </b><br>subparts {<br>&nbsp;&nbsp;&nbsp;HELLO = TEXT<br>&nbsp;&nbsp;&nbsp
;HELLO.value = En subpart er blevet erstattet!!<br>}<br>&nbsp;<br>In the templat
es:<br>&lt;!-- start of subpart: ###HELLO### --&gt;<br>This is the HTML.code, th
at will be loaded in the register and replaced with the result...<br>&lt;!-- end
###HELLO### --&gt;<br>&nbsp;<b><br>NOTE:</b><br>Before the content-objects of e
ach subpart is generated, all subparts in the array are extracted and loaded int
o the register so that you can load them from there later on. <br>The register-k
ey for each subparts code is &quot;SUBPART_[theSubpartkey]&quot;.<br>In addition
the current-value is loaded with the content of each subpart just before the cO
bject for the subpart is parsed. That makes it quite easy to load the subpart of
the cObject (eg: &quot;.current=1&quot;)<br>Eg. this subpart above has the regi
ster-key &quot;SUBPART_HELLO&quot;.<i><br>This is valid ONLY if the property .no
nCachedSubst is not set! (see below)</i>\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\
"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:2;a:6:{s:8:\"property\";s:1
3:\"relPathPrefix\";s:8:\"datatype\";s:26:\"<i>string / properties</i>\";s:11:\"
description\";s:757:\"Finds all relative references (eg. to images or stylesheet
s) and prefixes this value.<br>If you specify properties (uppercase) these will
match HTML tags and specify alternative paths for them. See example below.<br>If
the property is named &quot;style&quot; it will set alternative path for the &q
uot;url()&quot; wrapper that may be in &lt;style&gt; sections.<br>&nbsp;<b><br>E
xample:</b><br>page.10 = TEMPLATEpage.10 { template = FILE template.file = filea
dmin/template.html relPathPrefix = fileadmin/<br>&nbsp;&nbsp;&nbsp;relPathPrefix
.IMG = fileadmin/img/}<br>&nbsp;<br>Inthis example all relative paths found are
prefixed &quot;fileadmin/&quot; unless it was the src attribute of an img tag in
which case the path prefixed is &quot;fileadmin/img/&quot;\";s:7:\"default\";s:
6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:3;a:6:{s
:8:\"property\";s:5:\"marks\";s:8:\"datatype\";s:30:\"<i>Array... of </i><br>cOb
ject\";s:11:\"description\";s:451:\"This is an array of marks-markers (case-sens
itive).<br>A mark is defined by one markers in the template. The marker must be
wrapped by &quot;###&quot; on both sides. Opposite to subparts, you may NOT inse
rt the subpart-markers inside HTML-comment-tags! (They will not be removed).<br>
Marks are substituted bya str_replace-function. The subparts loaded in the regis
ter is available also to the cObjects of markers (only if .nonCachedSubst is not
set!).\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_pro
pertyTable\";i:1;}i:4;a:6:{s:8:\"property\";s:5:\"wraps\";s:8:\"datatype\";s:30:
\"<i>Array... of </i><br>cObject\";s:11:\"description\";s:487:\"This is an array
of wraps-markers (case-sensitive).<br>This is shown best by an example:<b><br>E
xample: </b><br>subparts {<br>&nbsp;&nbsp;&nbsp;MYLINK = TEXT<br>&nbsp;&nbsp;&nb
sp;MYLINK.value = &lt;A href=&#x201d;#&#x201d;&gt; | &lt;/A&gt;<br>}<br>&nbsp;<b
r>In the template:<br>This is &lt;!--###MYLINK###--&gt;a link to my&lt;!--###MYL
INK###--&gt; page!<br>&nbsp;<br>In this example the MYLINK subpart will be subst
ituted by the wrap which is the content returned by the MYLINK cObject.\";s:7:\"
default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1
;}i:5;a:6:{s:8:\"property\";s:13:\"workOnSubpart\";s:8:\"datatype\";s:6:\"string
\";s:11:\"description\";s:204:\"This is an optional definition of a subpart, tha
t we decide to work on. In other words; if you define this value that subpart is
extracted from the template and is the basis for this whole templateobject.\";s
:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\
";i:1;}i:6;a:6:{s:8:\"property\";s:10:\"markerWrap\";s:8:\"datatype\";s:4:\"wrap
\";s:11:\"description\";s:235:\"This is the wrap the markers is wrapped with. Th
e default value is ### | ### resulting in the markers to be presented as ###[mar
ker_key]###.<br>Any whitespace around the wrap-items is stripped before they are
set around the marker_key.\";s:7:\"default\";s:9:\"### | ###\";s:12:\"column_co
unt\";i:4;s:16:\"is_propertyTable\";i:1;}i:7;a:6:{s:8:\"property\";s:20:\"substM
arksSeparately\";s:8:\"datatype\";s:7:\"boolean\";s:11:\"description\";s:431:\"I
f set, then marks are substituted in the content AFTER the substitution of subpa
rts and wraps. <br>Normally marks are not substituted inside of subparts and wra
ps when you are using the default cached mode of the TEMPLATE cObject. That is a
problem if you have marks inside of subparts! But setting this flag will make t
he marker-substitution a non-cached, subsequent process.<br>Another solution is
to turn of caching, see below.\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_co
unt\";i:4;s:16:\"is_propertyTable\";i:1;}i:8;a:6:{s:8:\"property\";s:14:\"nonCac
hedSubst\";s:8:\"datatype\";s:7:\"boolean\";s:11:\"description\";s:711:\"If set,
then the substitution mode of this cObject is totally different. Normally the r
aw template is read and divided into the sections denoted by the marks, subparts
and wraps keys. The good thing is high speed, because this &#x201c;pre-parsed&#
x201d; template is cached. The bad thing is that templates that depends on incre
mental substition (where the order of substition is important) will not work so
well.<br>By setting this flag, markers are first substituted by str_replace in t
he template - one by one. Then the subparts are substituted one by one. And fina
lly the wraps one by one.<br>Obviously you loose the ability to refer to other p
arts in the template with the register-keys as described above. \";s:7:\"default
\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}}}','
'),(85,7389802,'9e45ae1e8e57e33a34339154486c9e40','','tsref:(cObject).MULTIMEDIA
','a:1:{s:4:\"rows\";a:3:{i:0;a:6:{s:8:\"property\";s:4:\"file\";s:8:\"datatype\
";s:17:\"resource /stdWrap\";s:11:\"description\";s:213:\"The multimedia file. T
ypes are:<br>txt, html, htm:Inserted directly<br>class:Java-applet<br>swf:Flash
animation<br>swa, dcr:ShockWave Animation<br>wav,au:Sound<br>avi,mov,asf,mpg,wmv
:Movies (AVI, QuickTime, MPEG4)\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_c
ount\";i:4;s:16:\"is_propertyTable\";i:1;}i:1;a:6:{s:8:\"property\";s:6:\"params
\";s:8:\"datatype\";s:15:\"string /stdWrap\";s:11:\"description\";s:351:\"This i
s parameters for the multimedia-objects. Use this to enter stuff like with and h
eight:<br>&nbsp;<b><br>Example:</b><br>width=200<br>height=300<br>&nbsp;<br>...
will generate a tag like &#039;&lt;embed .... width=&quot;200&quot; height=&quot
;300&quot;&gt;&#039;<br>height=<br>&nbsp;<br>An empty string will remove the par
ameter from the embed-tag\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\"
;i:4;s:16:\"is_propertyTable\";i:1;}i:2;a:6:{s:8:\"property\";s:7:\"stdWrap\";s:
8:\"datatype\";s:12:\"-&gt;stdWrap\";s:11:\"description\";s:6:\"&nbsp;\";s:7:\"d
efault\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;
}}}',''),(86,7389802,'71d45380d5c1507c11c46fa7b95d72fa','','tsref:(cObject).EDIT
PANEL','a:1:{s:4:\"rows\";a:11:{i:0;a:6:{s:8:\"property\";s:5:\"label\";s:8:\"da
tatype\";s:6:\"string\";s:11:\"description\";s:123:\"Title for the panel. You ca
n insert the record title with %s<br>&nbsp;<b><br>Example:</b><br>Section: &lt;B
&gt;%s&lt;/B&gt;\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16
:\"is_propertyTable\";i:1;}i:1;a:6:{s:8:\"property\";s:5:\"allow\";s:8:\"datatyp
e\";s:6:\"string\";s:11:\"description\";s:356:\"Define which functions are acces
sible. Further this list may be reduced, if the BE_USER does not have permission
to perform the action<br>Values should be listed separated by comma. This is th
e options you can choose between:<br>toolbar,edit,new,delete,move,hide <br>(tool
bar is a general list of icons regarding the page, so use this for pagerecords o
nly)\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_proper
tyTable\";i:1;}i:2;a:6:{s:8:\"property\";s:18:\"newRecordFromTable\";s:8:\"datat
ype\";s:6:\"string\";s:11:\"description\";s:98:\"Will display a panel for creati
on of new element (in the top of list) on the page from that table.\";s:7:\"defa
ult\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:
3;a:6:{s:8:\"property\";s:14:\"newRecordInPid\";s:8:\"datatype\";s:3:\"int\";s:1
1:\"description\";s:70:\"Define a page ID where new records (except new pages) w
ill be created.\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:
\"is_propertyTable\";i:1;}i:4;a:6:{s:8:\"property\";s:4:\"line\";s:8:\"datatype\
";s:13:\"boolean / int\";s:11:\"description\";s:120:\"If set, a black line will
appear after the panel. This value will indicate the distance from the black lin
e to the panel\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\
"is_propertyTable\";i:1;}i:5;a:6:{s:8:\"property\";s:18:\"edit.displayRecord\";s
:8:\"datatype\";s:7:\"boolean\";s:11:\"description\";s:67:\"If set, then the rec
ord edited is displayed above the editing form.\";s:7:\"default\";s:6:\"&nbsp;\"
;s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:6;a:6:{s:8:\"propert
y\";s:14:\"onlyCurrentPid\";s:8:\"datatype\";s:7:\"boolean\";s:11:\"description\
";s:99:\"If set, only records with a pid matching the current id (TSFE-&gt;id) w
ill be shown with the panel.\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_coun
t\";i:4;s:16:\"is_propertyTable\";i:1;}i:7;a:6:{s:8:\"property\";s:9:\"innerWrap
\";s:8:\"datatype\";s:4:\"wrap\";s:11:\"description\";s:20:\"Wraps the edit pane
l\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyT
able\";i:1;}i:8;a:6:{s:8:\"property\";s:9:\"outerWrap\";s:8:\"datatype\";s:4:\"w
rap\";s:11:\"description\";s:67:\"Wraps the whole edit panel including the black
line (if configured)\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4
;s:16:\"is_propertyTable\";i:1;}i:9;a:6:{s:8:\"property\";s:13:\"previewBorder\"
;s:8:\"datatype\";s:14:\"boolean / int \";s:11:\"description\";s:157:\"If set, t
he hidden/starttime/endtime/fe_user elements which are previewed will have a bor
der around.<br>The integer value denotes the thickness of the border\";s:7:\"def
ault\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i
:10;a:6:{s:8:\"property\";s:73:\"previewBorder.innerWrap<br>previewBorder.outerW
rap<br>previewBorder.color\";s:8:\"datatype\";s:17:\"wrap / HTML color\";s:11:\"
description\";s:271:\"&nbsp;<b>innerWrap</b> wraps the content elements (includi
ng the icons) inside the preview border (an HTML table). <br>&nbsp;<br>&nbsp;<b>
outerWrap</b> wraps the whole content element including the border. <br>&nbsp;<b
r>&nbsp;<b>color</b> denotes the color of the border.\";s:7:\"default\";s:6:\"&n
bsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}}}',''),(87,7389
802,'92d229100f79be75aed1bd3d7f60373d','','tsref:_GIFBUILDER.charRangeMap','a:1:
{s:4:\"rows\";a:4:{i:0;a:6:{s:8:\"property\";s:8:\"[array] \";s:8:\"datatype\";s
:6:\"string\";s:11:\"description\";s:1003:\"Basename of font file to match for t
his configuration. Notice that only the <i>filename</i> of the font file is used
- the path is stripped off. This is done to make matching easier and avoid prob
lems when font files might move to other locations in extensions etc.<br>&nbsp;<
br>So if you use the font file &#x201c;EXT:myext/fonts/arial.ttf&#x201d; or &#x2
01c;t3lib/fonts/arial.ttf&#x201d; both of them will match with this configuratio
n.<br>&nbsp;<b><br>The key:</b><br>The value of the array key will be the key us
ed when forcing the configuration into &#x201c;splitRendering&#x201d; configurat
ion of the individual GIFBUILDER objects. In the example below the key is &#x201
c;123&#x201d;. <br>Notice; If the key is already found in the local GIFBUILDER c
onfiguration the content of that key is respected and not overridden. Thus you c
an make local configurations which override the global setting.<br>&nbsp;<b><br>
Example:</b><br>_GIFBUILDER.charRangeMap {<br>&nbsp;&nbsp;&nbsp;123 = arial.ttf<
br>....\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_pro
pertyTable\";i:1;}i:1;a:6:{s:8:\"property\";s:21:\"[array].charMapConfig\";s:8:\
"datatype\";s:43:\"TEXT / splitRendering.[array] configuration\";s:11:\"descript
ion\";s:879:\"splitRendering configuration to set. See GIFBUILDER TEXT object fo
r details.<br>&nbsp;<b><br>Example:</b><br>&nbsp;<br>_GIFBUILDER.charRangeMap {<
br>&nbsp;&nbsp;&nbsp;123 = arial.ttf<br>&nbsp;&nbsp;&nbsp;123 {<br>&nbsp;&nbsp;&
nbsp;&nbsp;&nbsp;<b>charMapConfig {</b><b><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs
p;&nbsp;fontFile = t3lib/fonts/vera.ttf</b><b><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;value = -65</b><b><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;font
Size = 45</b><b><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}</b><br>&nbsp;&nbsp;&nbsp;&nb
sp;&nbsp;fontSizeMultiplicator = 2.3<br>&nbsp;&nbsp;&nbsp;}<br>}<br>&nbsp;<br>Th
is example configuration shows that GIFBUILDER TEXT objects with font faces matc
hing &#x201c;arial.ttf&#x201d; will have a splitConfiguration that uses &#x201c;
t3lib/fonts/vera.ttf&#x201d; for all characters that fall below/equal to 65 in U
nicode value.\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"
is_propertyTable\";i:1;}i:2;a:6:{s:8:\"property\";s:29:\"[array].fontSizeMultipl
icator\";s:8:\"datatype\";s:6:\"double\";s:11:\"description\";s:193:\"If set, th
is will take the font size of the TEXT GIFBUILDER object and multiply with this
amount (xx.xx) and override the &#x201c;fontSize&#x201d; property inside &#x201c
;charMapConfig&#x201d;.\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i
:4;s:16:\"is_propertyTable\";i:1;}i:3;a:6:{s:8:\"property\";s:29:\"[array].pixel
SpaceFontSizeRef\";s:8:\"datatype\";s:6:\"double\";s:11:\"description\";s:1377:\
"If set, this will multiply the four [x/y]Space[Before/After] properties of spli
t rendering with the relationship between the fontsize and this value. <br>In ot
her words; Since pixel space may vary depending on the font size used you can si
mply specify by this value at what fontsize the pixel space settings are optimiz
ed and for other fontsizes this will automatically be adjusted according to this
font size.<br>&nbsp;<b><br>Example:</b><br>_GIFBUILDER.charRangeMap {<br>&nbsp;
&nbsp;&nbsp;123 = arial.ttf<br>&nbsp;&nbsp;&nbsp;123 {<br>&nbsp;&nbsp;&nbsp;&nbs
p;&nbsp;charMapConfig {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;fontFile =
t3lib/fonts/vera.ttf<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;value = 48-57<
br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;color = green<br>&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;<b>xSpaceBefore = 3</b><b><br>&nbsp;&nbsp;&nbsp;&nbsp;&n
bsp;&nbsp;&nbsp;xSpaceAfter = 3</b><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br>&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;<b>pixelSpaceFontSizeRef = 24</b><br>&nbsp;&nbsp;&nbsp;}
<br>}<br>&nbsp;<br>In this example xSpaceBefore and xSpaceAfter will be &#x201c;
3&#x201d; when the font size is 24. If this configuration is used on a GIFBUILDE
R TEXT object where the font size is only 16 the spacing values will be correcte
d by &#x201c;16/24&#x201d;, effectively reducing the pixelspace to &#x201c;2&#x2
01d; in that case.\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:
16:\"is_propertyTable\";i:1;}}}',''),(88,7389802,'07c97ef7ff913a09f3d43365e69325
4c','','tsref:->GIFBUILDER','a:1:{s:4:\"rows\";a:12:{i:0;a:6:{s:8:\"property\";s
:10:\"1,2,3,4...\";s:8:\"datatype\";s:32:\"GifBuilderObj<br>+ .if (-&gt;if)\";s:
11:\"description\";s:205:\".if (-&gt;if) is a property of all gifbuilder-objects
. If the property is present and NOT set, the object is NOT rendered! This corre
sponds to the functionallity of &quot;.if&quot; of the stdWrap-function.\";s:7:\
"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:
1;}i:1;a:6:{s:8:\"property\";s:2:\"XY\";s:8:\"datatype\";s:9:\"x,y +calc\";s:11:
\"description\";s:22:\"Size of the gif-file. \";s:7:\"default\";s:6:\"100,20\";s
:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:2;a:6:{s:8:\"property\
";s:6:\"format\";s:8:\"datatype\";s:33:\"&quot;gif&quot; / &quot;jpg&quot;\";s:1
1:\"description\";s:61:\"Output type. <br>&quot;jpg&quot;/&quot;jpeg&quot; = jpg
-image\";s:7:\"default\";s:3:\"gif\";s:12:\"column_count\";i:4;s:16:\"is_propert
yTable\";i:1;}i:3;a:6:{s:8:\"property\";s:12:\"reduceColors\";s:8:\"datatype\";s
:14:\"posint (1-255)\";s:11:\"description\";s:41:\"Reduce the number of colors (
if gif-file)\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"i
s_propertyTable\";i:1;}i:4;a:6:{s:8:\"property\";s:21:\"transparentBackground\";
s:8:\"datatype\";s:7:\"boolean\";s:11:\"description\";s:287:\"Set this flag to r
ender the background transparent. TYPO3 makes the color found at position 0,0 of
the image (upper left corner) transparent.<br>If you render text you should lea
ve the niceText option OFF as the result with probably be more precise without t
he niceText antialiasing hack\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_cou
nt\";i:4;s:16:\"is_propertyTable\";i:1;}i:5;a:6:{s:8:\"property\";s:16:\"transpa
rentColor\";s:8:\"datatype\";s:31:\"&nbsp;<i>HTMLColor</i> /stdWrap\";s:11:\"des
cription\";s:451:\"Specify a color that should be transparent<br>&nbsp;<b><br>Ex
ample-values:</b><br>#ffffcc <br>red <br>255,255,127<br>&nbsp;<b><br>Option:</b>
<br>transparentColor.closest = 1<br>This will allow for the closest color to be
matched instead. You may need this if you image is not garanteed &quot;clean&quo
t;.<br>&nbsp;<br>&nbsp;<b>NOTE:</b> You may experience that this doesn&#039;t wo
rk if you use reduceColors-option or render text with niceText-option.\";s:7:\"d
efault\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;
}i:6;a:6:{s:8:\"property\";s:7:\"quality\";s:8:\"datatype\";s:15:\"posint (10-10
0)\";s:11:\"description\";s:51:\"JPG-quality (if &#x201c;.format&#x201d; = jpg/j
peg)\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_proper
tyTable\";i:1;}i:7;a:6:{s:8:\"property\";s:9:\"backColor\";s:8:\"datatype\";s:25
:\"GraphicColor <br>/stdWrap\";s:11:\"description\";s:28:\"Background color for
the gif\";s:7:\"default\";s:5:\"white\";s:12:\"column_count\";i:4;s:16:\"is_prop
ertyTable\";i:1;}i:8;a:6:{s:8:\"property\";s:6:\"offset\";s:8:\"datatype\";s:9:\
"x,y +calc\";s:11:\"description\";s:30:\"Offset all objects on the gif.\";s:7:\"
default\";s:3:\"0,0\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i
:9;a:6:{s:8:\"property\";s:8:\"workArea\";s:8:\"datatype\";s:14:\"x,y,w,h + calc
\";s:11:\"description\";s:253:\"Define the workarea on the giffile. All the GifB
uilderObj&#039;s will see this as the dimensions of the gif-file regarding align
ment, overlaying of images an so on. Only will TEXT-objects exceeding the bounda
ries of the workarea print outside this area.\";s:7:\"default\";s:6:\"&nbsp;\";s
:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:10;a:6:{s:8:\"property
\";s:8:\"maxWidth\";s:8:\"datatype\";s:6:\"pixels\";s:11:\"description\";s:25:\"
Maximal width of gif-file\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\"
;i:4;s:16:\"is_propertyTable\";i:1;}i:11;a:6:{s:8:\"property\";s:9:\"maxHeight\"
;s:8:\"datatype\";s:6:\"pixels\";s:11:\"description\";s:26:\"Maximal heigth of g
if-file\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_pro
pertyTable\";i:1;}}}',''),(89,7389802,'39e45fa8cdd66301847431223c33177b','','tsr
ef:->GIFBUILDER.(GBObj).TEXT','a:1:{s:4:\"rows\";a:22:{i:0;a:6:{s:8:\"property\"
;s:4:\"text\";s:8:\"datatype\";s:7:\"stdWrap\";s:11:\"description\";s:220:\"This
is text text-string on the gif-file. The item is rendered only if this string i
s not empty.<br>The cObj-&gt;data-array is loaded with the page-record, if for e
xample the GIFBUILDER-object is used by GMENU or IMGMENU\";s:7:\"default\";s:6:\
"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:1;a:6:{s:8:
\"property\";s:13:\"textMaxLength\";s:8:\"datatype\";s:3:\"int\";s:11:\"descript
ion\";s:115:\"The maximum length of the text. This is just a natural break that
prevents incidental rendering of very long texts!\";s:7:\"default\";s:3:\"100\";
s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:2;a:6:{s:8:\"property
\";s:8:\"maxWidth\";s:8:\"datatype\";s:6:\"pixels\";s:11:\"description\";s:261:\
"Sets the maximum width in pixels, the text must be. Reduces the fontSize if the
text does not fit within this width.<br>&nbsp;<br>Does not support setting alte
rnative fontSizes in splitRendering options.<br>&nbsp;<br>(By Rene Fritz &lt;r.f
ritz@colorcube.de&gt;)\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:
4;s:16:\"is_propertyTable\";i:1;}i:3;a:6:{s:8:\"property\";s:14:\"doNotStripHTML
\";s:8:\"datatype\";s:7:\"boolean\";s:11:\"description\";s:104:\"If set, HTML-ta
gs in the string inserted are NOT removed. Any other way HTML-code is removed by
default!\";s:7:\"default\";s:1:\"0\";s:12:\"column_count\";i:4;s:16:\"is_proper
tyTable\";i:1;}i:4;a:6:{s:8:\"property\";s:8:\"fontSize\";s:8:\"datatype\";s:6:\
"posint\";s:11:\"description\";s:9:\"Font size\";s:7:\"default\";s:2:\"12\";s:12
:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:5;a:6:{s:8:\"property\";s
:9:\"fontColor\";s:8:\"datatype\";s:21:\"GraphicColor /stdWrap\";s:11:\"descript
ion\";s:10:\"Font color\";s:7:\"default\";s:5:\"black\";s:12:\"column_count\";i:
4;s:16:\"is_propertyTable\";i:1;}i:6;a:6:{s:8:\"property\";s:8:\"fontFile\";s:8:
\"datatype\";s:8:\"resource\";s:11:\"description\";s:42:\"Font face (truetype fo
nt you can upload!!)\";s:7:\"default\";s:20:\"Nimbus (Arial-clone)\";s:12:\"colu
mn_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:7;a:6:{s:8:\"property\";s:5:\"an
gle\";s:8:\"datatype\";s:6:\"degree\";s:11:\"description\";s:116:\"Rotation degr
ees of the text. <br>&nbsp;<br>&nbsp;<b>NOTE:</b> Angle is not available if spac
ing/wordSpacing is set.\";s:7:\"default\";s:22:\"0<br>Range: -90 til 90\";s:12:\
"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:8;a:6:{s:8:\"property\";s:5
:\"align\";s:8:\"datatype\";s:5:\"align\";s:11:\"description\";s:21:\"Alignment
of the text\";s:7:\"default\";s:4:\"left\";s:12:\"column_count\";i:4;s:16:\"is_p
ropertyTable\";i:1;}i:9;a:6:{s:8:\"property\";s:6:\"offset\";s:8:\"datatype\";s:
9:\"x,y +calc\";s:11:\"description\";s:18:\"Offset of the text\";s:7:\"default\"
;s:3:\"0,0\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:10;a:6:{
s:8:\"property\";s:9:\"antiAlias\";s:8:\"datatype\";s:7:\"Boolean\";s:11:\"descr
iption\";s:151:\"FreeType antialiasing. Notice, the default mode is &quot;on&quo
t;!<br>&nbsp;<br>&nbsp;<b>Note:</b> This option is not available if .niceText is
enabled\";s:7:\"default\";s:1:\"1\";s:12:\"column_count\";i:4;s:16:\"is_propert
yTable\";i:1;}i:11;a:6:{s:8:\"property\";s:10:\"iterations\";s:8:\"datatype\";s:
6:\"posint\";s:11:\"description\";s:191:\"How many times the text should be &quo
t;printed&quot; onto it self. This will add the effect of bold text.<br>&nbsp;<b
r>&nbsp;<b>Note:</b> This option is not available if .niceText is enabled\";s:7:
\"default\";s:1:\"1\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i
:12;a:6:{s:8:\"property\";s:7:\"spacing\";s:8:\"datatype\";s:6:\"posint\";s:11:\
"description\";s:53:\"Pixel-distance between letters. This may render ugly!\";s:
7:\"default\";s:1:\"0\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;
}i:13;a:6:{s:8:\"property\";s:11:\"wordSpacing\";s:8:\"datatype\";s:6:\"posint\"
;s:11:\"description\";s:29:\"Pixel-distance between words.\";s:7:\"default\";s:2
4:\"= &quot;.spacing&quot;*2\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable
\";i:1;}i:14;a:6:{s:8:\"property\";s:4:\"hide\";s:8:\"datatype\";s:7:\"boolean\"
;s:11:\"description\";s:163:\"If this is true, the text is NOT printed. <br>This
feature may be used if you need a shadow-object to base a shadow on the text, b
ut do not want the text to print.\";s:7:\"default\";s:1:\"0\";s:12:\"column_coun
t\";i:4;s:16:\"is_propertyTable\";i:1;}i:15;a:6:{s:8:\"property\";s:16:\"hideBut
CreateMap\";s:8:\"datatype\";s:7:\"boolean\";s:11:\"description\";s:230:\"If thi
s option is set, the text will not be rendered. Shadows and emboss will, though,
so don&#039;t apply these!! But this feature is also meant only to enable a tex
t to generate the imageMap coordinates without rendering itself.\";s:7:\"default
\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:16;
a:6:{s:8:\"property\";s:6:\"emboss\";s:8:\"datatype\";s:24:\"GifBuilderObj-&gt;E
MBOSS\";s:11:\"description\";s:6:\"&nbsp;\";s:7:\"default\";s:6:\"&nbsp;\";s:12:
\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:17;a:6:{s:8:\"property\";s
:6:\"shadow\";s:8:\"datatype\";s:24:\"GifBuilderObj-&gt;SHADOW\";s:11:\"descript
ion\";s:6:\"&nbsp;\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:
16:\"is_propertyTable\";i:1;}i:18;a:6:{s:8:\"property\";s:7:\"outline\";s:8:\"da
tatype\";s:25:\"GifBuilderObj-&gt;OUTLINE\";s:11:\"description\";s:6:\"&nbsp;\";
s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable
\";i:1;}i:19;a:6:{s:8:\"property\";s:6:\"imgMap\";s:8:\"datatype\";s:111:\"-&gt;
IMGMAP<br>&nbsp;<br>-&gt;stdWrap properties for &quot;altText&quot; and &quot;ti
tleText&quot; in this case\";s:11:\"description\";s:6:\"&nbsp;\";s:7:\"default\"
;s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:20;a:
6:{s:8:\"property\";s:8:\"niceText\";s:8:\"datatype\";s:7:\"boolean\";s:11:\"des
cription\";s:1004:\"This is a very popular feature that helps to render small le
tters much nicer than the freetype library can normally do. But it also loads th
e system very much!<br>The principle of this function is to create a black/white
giffile in twice or more times the size of the actual gif-file and then print t
he text onto this is a scaled dimension. Afterwards ImageMagick (IM) scales down
the mask and masks the font color down on the original gif-file through the tem
porary mask. <br>The fact that the font is actually rendered in the double size
and scaled down adds a more homogenous shape to the lettes. Some fonts are more
critical than others though. If you do not need the quality, then don&#039;t use
the function.<br>&nbsp;<b><br>Some properties:</b><br>.before = IM-params befor
e scale<br>.after = IM-params after scale<br>.sharpen = sharpen-value for the ma
sk (after scaling), integer 0-99 (this enables you to make the text crisper if i
t&#039;s too blurred!)<br>.scaleFactor = scaling-factor, int 2-5\";s:7:\"default
\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:21;
a:6:{s:8:\"property\";s:80:\"splitRendering.compX<br>splitRendering.compY<br>spl
itRendering.[array]<br>&nbsp;\";s:8:\"datatype\";s:6:\"&nbsp;\";s:11:\"descripti
on\";s:2838:\"Split the rendering of a string into separate processes with indiv
idual configurations. By this method a certain range of characters can be render
ed with another font face or size. This is very useful if you want to use separa
te fonts for strings where you have latin characters combined with eg. Japanese
and there is a separate font file for each.<br>You can also render keywords in a
nother font/size/color.<br>&nbsp;<b><br>Properties:</b><br>splitRendering.compX
= <i>Additional pixelspace between parts, x direction</i><br>splitRendering.comp
Y = <i>Additional pixelspace between parts, y direction</i><br>splitRendering.[a
rray] = [charRange, highlightWord]<br>splitRendering.[array] {<br>&nbsp;&nbsp;&n
bsp;fontFile = <i>Alternative font file for this rendering</i><br>&nbsp;&nbsp;&n
bsp;fontSize = <i>Alternative font size for this rendering</i><br>&nbsp;&nbsp;&n
bsp;color = <i>Alternative color for this rendering, works ONLY without &#x201c;
niceText&#x201d;</i><br>&nbsp;&nbsp;&nbsp;xSpaceBefore = <i>x-Space before this
part</i><br>&nbsp;&nbsp;&nbsp;xSpaceAfter = <i>x-Space after this part</i><br>&n
bsp;&nbsp;&nbsp;ySpaceBefore =<i> y-Space before this part</i><br>&nbsp;&nbsp;&n
bsp;ySpaceAfter = <br>}<br>&nbsp;<b><br>Keyword: charRange</b><br>splitRendering
.[array].value = Commaseparated list of character ranges (eg. &#x201c;100-200&#x
201d;) given as Unicode character numbers. The list accepts optional starting an
d ending points, eg. &#x201c; - 200&#x201d; or &#x201c; 200 -&#x201d; and single
values, eg. &#x201c;65, 66, 67&#x201d;<br>&nbsp;<b><br>Keyword: highlightWord</
b><br>splitRendering.[array].value = Word to highlight, makes a case sensitive s
earch for this.<br>&nbsp;<b><br>Limitations:</b><br>The pixelcompensation values
are not corrected for scale factor used with niceText. Basically this means tha
t when niceText is used, these values will have only the half effect.<br>When wo
rd spacing is used the &#x201c;highlightWord&#x201d; mode doesn&#039;t work.<br>
The color override works only without &#x201c;niceText&#x201d;.<br>&nbsp;<b><br>
Example:</b><br>&nbsp;&nbsp;&nbsp;10.splitRendering.compX <b>=</b> 2<br>&nbsp;&n
bsp;&nbsp;10.splitRendering.compY <b>=</b> -2<br>&nbsp;&nbsp;&nbsp;10.splitRende
ring.10 <b>=</b> charRange<br>&nbsp;&nbsp;&nbsp;10.splitRendering.10 <b>{</b><br
>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;value <b>=</b> 200-380 , 65, 66<br>&nbsp;&nbsp;&n
bsp;&nbsp;&nbsp;fontSize <b>=</b> 50<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;fontFile <
b>=</b> t3lib/fonts/nimbus.ttf<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;xSpaceBefore <b>
=</b> 30<br>&nbsp;&nbsp;&nbsp;<b>}</b><br>&nbsp;&nbsp;&nbsp;10.splitRendering.20
<b>=</b> highlightWord<br>&nbsp;&nbsp;&nbsp;10.splitRendering.20 <b>{</b><br>&n
bsp;&nbsp;&nbsp;&nbsp;&nbsp;value <b>=</b> TheWord<br>&nbsp;&nbsp;&nbsp;&nbsp;&n
bsp;color <b>=</b> red<br>&nbsp;&nbsp;&nbsp;<b>}</b>\";s:7:\"default\";s:6:\"&nb
sp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}}}',''),(90,73898
02,'5be8c3b8974e916b9d679e1daf164057','','tsref:->GIFBUILDER.(GBObj).SHADOW','a:
1:{s:4:\"rows\";a:6:{i:0;a:6:{s:8:\"property\";s:10:\"textObjNum\";s:8:\"datatyp
e\";s:7:\"pos-int\";s:11:\"description\";s:309:\"Must point to the TEXT-object i
f these shadow-properties are not properties to a TEXT-object directly (&quot;st
and-alone-shadow&quot;). Then the shadow needs to know which TEXT-object it shou
ld be a shadow of!<br>If - on the other hand - the shadow is a property to a tex
t-object, this property is not needed.\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"c
olumn_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:1;a:6:{s:8:\"property\";s:6:\
"offset\";s:8:\"datatype\";s:3:\"x,y\";s:11:\"description\";s:13:\"Shadow offset
\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTa
ble\";i:1;}i:2;a:6:{s:8:\"property\";s:5:\"color\";s:8:\"datatype\";s:12:\"Graph
icColor\";s:11:\"description\";s:12:\"Shadow color\";s:7:\"default\";s:6:\"&nbsp
;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:3;a:6:{s:8:\"prop
erty\";s:4:\"blur\";s:8:\"datatype\";s:13:\"posint (1-99)\";s:11:\"description\"
;s:389:\"Blurring of the shadow. Above 40 only values of 40,50,60,70,80,90 means
something.<br>&nbsp;<br>&nbsp;<b>NOTE:</b> Unfortunately the blurring capabilit
ies of ImageMagick is not very mature in the version 4.2.9. This is addressed in
the later version 5.2.0 where a gaussian blur-function is added. BUT as we do c
annot use the latest ImageMagick development yet, this is not utilized so far.\"
;s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTabl
e\";i:1;}i:4;a:6:{s:8:\"property\";s:7:\"opacity\";s:8:\"datatype\";s:14:\"posin
t (1-100)\";s:11:\"description\";s:97:\"Opacity (transparency^-1) <br>100% opaci
ty = 0% transparency). Only active with a value for blur.\";s:7:\"default\";s:6:
\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:5;a:6:{s:8
:\"property\";s:9:\"intensity\";s:8:\"datatype\";s:13:\"posint(0-100)\";s:11:\"d
escription\";s:148:\"How &quot;massive&quot; the shadow is. This value can - if
it has a high value combined with a blurred shadow - create a kind of soft-edged
outline.\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_p
ropertyTable\";i:1;}}}',''),(91,7389802,'effa3a1bd581c80efddf4f9370a21358','','t
sref:->GIFBUILDER.(GBObj).EMBOSS','a:1:{s:4:\"rows\";a:7:{i:0;a:6:{s:8:\"propert
y\";s:10:\"textObjNum\";s:8:\"datatype\";s:7:\"pos-int\";s:11:\"description\";s:
309:\"Must point to the TEXT-object if these shadow-properties are not propertie
s to a TEXT-object directly (&quot;stand-alone-shadow&quot;). Then the shadow ne
eds to know which TEXT-object it should be a shadow of!<br>If - on the other han
d - the shadow is a property to a text-object, this property is not needed.\";s:
7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\"
;i:1;}i:1;a:6:{s:8:\"property\";s:6:\"offset\";s:8:\"datatype\";s:3:\"x,y\";s:11
:\"description\";s:20:\"Offset of the emboss\";s:7:\"default\";s:6:\"&nbsp;\";s:
12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:2;a:6:{s:8:\"property\"
;s:9:\"highColor\";s:8:\"datatype\";s:12:\"GraphicColor\";s:11:\"description\";s
:18:\"Upper border-color\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";
i:4;s:16:\"is_propertyTable\";i:1;}i:3;a:6:{s:8:\"property\";s:8:\"lowColor\";s:
8:\"datatype\";s:12:\"GraphicColor\";s:11:\"description\";s:18:\"lower border-co
lor\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propert
yTable\";i:1;}i:4;a:6:{s:8:\"property\";s:4:\"blur\";s:8:\"datatype\";s:13:\"pos
int (1-99)\";s:11:\"description\";s:82:\"Blurring of the shadow. Above 40 only v
alues of 40,50,60,70,80,90 means something.\";s:7:\"default\";s:6:\"&nbsp;\";s:1
2:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:5;a:6:{s:8:\"property\";
s:7:\"opacity\";s:8:\"datatype\";s:14:\"posint (1-100)\";s:11:\"description\";s:
97:\"Opacity (transparency^-1) <br>100% opacity = 0% transparency). Only active
with a value for blur.\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:
4;s:16:\"is_propertyTable\";i:1;}i:6;a:6:{s:8:\"property\";s:9:\"intensity\";s:8
:\"datatype\";s:13:\"posint(0-100)\";s:11:\"description\";s:148:\"How &quot;mass
ive&quot; the emboss is. This value can - if it has a high value combined with a
blurred shadow - create a kind of soft-edged outline.\";s:7:\"default\";s:6:\"&
nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}}}',''),(92,738
9802,'51a763b66d4511f3e4e5216bc300f7db','','tsref:->GIFBUILDER.(GBObj).OUTLINE',
'a:1:{s:4:\"rows\";a:3:{i:0;a:6:{s:8:\"property\";s:10:\"textObjNum\";s:8:\"data
type\";s:7:\"pos-int\";s:11:\"description\";s:309:\"Must point to the TEXT-objec
t if these shadow-properties are not properties to a TEXT-object directly (&quot
;stand-alone-shadow&quot;). Then the shadow needs to know which TEXT-object it s
hould be a shadow of!<br>If - on the other hand - the shadow is a property to a
text-object, this property is not needed.\";s:7:\"default\";s:6:\"&nbsp;\";s:12:
\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:1;a:6:{s:8:\"property\";s:
9:\"thickness\";s:8:\"datatype\";s:3:\"x,y\";s:11:\"description\";s:38:\"Thickne
ss in each direction, range 1-2\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_c
ount\";i:4;s:16:\"is_propertyTable\";i:1;}i:2;a:6:{s:8:\"property\";s:5:\"color\
";s:8:\"datatype\";s:12:\"GraphicColor\";s:11:\"description\";s:13:\"Outline col
or\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_property
Table\";i:1;}}}',''),(93,7389802,'8ff83c2335d4b0a2170dbe5180c449a0','','tsref:->
GIFBUILDER.(GBObj).BOX','a:1:{s:4:\"rows\";a:3:{i:0;a:6:{s:8:\"property\";s:10:\
"dimensions\";s:8:\"datatype\";s:13:\"x,y,w,h +calc\";s:11:\"description\";s:164
:\"Dimensions of a filled box. <br>x,y &nbsp;&nbsp;&nbsp;is the offset. <br>w,h
&nbsp;&nbsp;&nbsp;is the dimensions. Dimensions of 1 will result in 1-pixel wide
lines!\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_pro
pertyTable\";i:1;}i:1;a:6:{s:8:\"property\";s:5:\"color\";s:8:\"datatype\";s:12:
\"GraphicColor\";s:11:\"description\";s:10:\"fill-color\";s:7:\"default\";s:5:\"
black\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:2;a:6:{s:8:\"
property\";s:5:\"align\";s:8:\"datatype\";s:7:\"VHalign\";s:11:\"description\";s
:6:\"&nbsp;\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is
_propertyTable\";i:1;}}}',''),(94,7389802,'2cb1f22d527579954a79b8a61bde9821','',
'tsref:->GIFBUILDER.(GBObj).IMAGE','a:1:{s:4:\"rows\";a:5:{i:0;a:6:{s:8:\"proper
ty\";s:4:\"file\";s:8:\"datatype\";s:11:\"imgResource\";s:11:\"description\";s:1
3:\"The imagefile\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:1
6:\"is_propertyTable\";i:1;}i:1;a:6:{s:8:\"property\";s:6:\"offset\";s:8:\"datat
ype\";s:9:\"x,y +calc\";s:11:\"description\";s:7:\"Offset \";s:7:\"default\";s:3
:\"0,0\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:2;a:6:{s:8:\
"property\";s:4:\"tile\";s:8:\"datatype\";s:3:\"x,y\";s:11:\"description\";s:93:
\"tile x,y times. <br>Maximum times is 20 each direction. If you need more, use
a larger image.\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:
\"is_propertyTable\";i:1;}i:3;a:6:{s:8:\"property\";s:5:\"align\";s:8:\"datatype
\";s:7:\"VHalign\";s:11:\"description\";s:6:\"&nbsp;\";s:7:\"default\";s:6:\"&nb
sp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:4;a:6:{s:8:\"pr
operty\";s:4:\"mask\";s:8:\"datatype\";s:11:\"imgResource\";s:11:\"description\"
;s:38:\"Optional mask-image for the imagefile.\";s:7:\"default\";s:6:\"&nbsp;\";
s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}}}',''),(95,7389802,'92
9383b3d8d54785cc1039680ff99cc1','','tsref:->GIFBUILDER.(GBObj).EFFECT','a:1:{s:4
:\"rows\";a:16:{i:0;a:6:{s:8:\"property\";s:5:\"gamma\";s:8:\"datatype\";s:9:\"0
.5 - 3.0\";s:11:\"description\";s:6:\"&nbsp;\";s:7:\"default\";s:6:\"&nbsp;\";s:
12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:1;a:6:{s:8:\"property\"
;s:4:\"blur\";s:8:\"datatype\";s:4:\"1-99\";s:11:\"description\";s:6:\"&nbsp;\";
s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable
\";i:1;}i:2;a:6:{s:8:\"property\";s:7:\"sharpen\";s:8:\"datatype\";s:4:\"1-99\";
s:11:\"description\";s:6:\"&nbsp;\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column
_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:3;a:6:{s:8:\"property\";s:8:\"sola
rize\";s:8:\"datatype\";s:4:\"0-99\";s:11:\"description\";s:6:\"&nbsp;\";s:7:\"d
efault\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;
}i:4;a:6:{s:8:\"property\";s:5:\"swirl\";s:8:\"datatype\";s:5:\"0-100\";s:11:\"d
escription\";s:6:\"&nbsp;\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\"
;i:4;s:16:\"is_propertyTable\";i:1;}i:5;a:6:{s:8:\"property\";s:4:\"wave\";s:8:\
"datatype\";s:15:\"ampli , length \";s:11:\"description\";s:6:\"&nbsp;\";s:7:\"d
efault\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;
}i:6;a:6:{s:8:\"property\";s:8:\"charcoal\";s:8:\"datatype\";s:5:\"0-100\";s:11:
\"description\";s:6:\"&nbsp;\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_coun
t\";i:4;s:16:\"is_propertyTable\";i:1;}i:7;a:6:{s:8:\"property\";s:4:\"gray\";s:
8:\"datatype\";s:1:\"-\";s:11:\"description\";s:6:\"&nbsp;\";s:7:\"default\";s:6
:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:8;a:6:{s:
8:\"property\";s:4:\"edge\";s:8:\"datatype\";s:4:\"0-99\";s:11:\"description\";s
:6:\"&nbsp;\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is
_propertyTable\";i:1;}i:9;a:6:{s:8:\"property\";s:6:\"emboss\";s:8:\"datatype\";
s:1:\"-\";s:11:\"description\";s:6:\"&nbsp;\";s:7:\"default\";s:6:\"&nbsp;\";s:1
2:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:10;a:6:{s:8:\"property\"
;s:4:\"flip\";s:8:\"datatype\";s:1:\"-\";s:11:\"description\";s:17:\"Vertical fl
ipping\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_prop
ertyTable\";i:1;}i:11;a:6:{s:8:\"property\";s:4:\"flop\";s:8:\"datatype\";s:1:\"
-\";s:11:\"description\";s:19:\"Horizontal flipping\";s:7:\"default\";s:6:\"&nbs
p;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:12;a:6:{s:8:\"pr
operty\";s:6:\"rotate\";s:8:\"datatype\";s:5:\"0-360\";s:11:\"description\";s:8:
\"Rotation\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_
propertyTable\";i:1;}i:13;a:6:{s:8:\"property\";s:6:\"colors\";s:8:\"datatype\";
s:5:\"2-255\";s:11:\"description\";s:6:\"&nbsp;\";s:7:\"default\";s:6:\"&nbsp;\"
;s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:14;a:6:{s:8:\"proper
ty\";s:5:\"shear\";s:8:\"datatype\";s:8:\"-90 - 90\";s:11:\"description\";s:19:\
"Horizontal shearing\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;
s:16:\"is_propertyTable\";i:1;}i:15;a:6:{s:8:\"property\";s:6:\"invert\";s:8:\"d
atatype\";s:1:\"-\";s:11:\"description\";s:17:\"invert the colors\";s:7:\"defaul
t\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}}}',
''),(96,7389802,'2f2fcb9c4842398cd5db95ab70b149e1','','tsref:->GIFBUILDER.(GBObj
).WORKAREA','a:1:{s:4:\"rows\";a:2:{i:0;a:6:{s:8:\"property\";s:3:\"set\";s:8:\"
datatype\";s:14:\"x,y,w,h + calc\";s:11:\"description\";s:6:\"&nbsp;\";s:7:\"def
ault\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i
:1;a:6:{s:8:\"property\";s:5:\"clear\";s:8:\"datatype\";s:7:\"(isset)\";s:11:\"d
escription\";s:6:\"&nbsp;\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\"
;i:4;s:16:\"is_propertyTable\";i:1;}}}',''),(97,7389802,'5508b16c314c5d90493806f
1d5ca4cf3','','tsref:->GIFBUILDER.(GBObj).CROP','a:1:{s:4:\"rows\";a:3:{i:0;a:6:
{s:8:\"property\";s:9:\"backColor\";s:8:\"datatype\";s:12:\"GraphicColor\";s:11:
\"description\";s:6:\"&nbsp;\";s:7:\"default\";s:22:\"The original backColor\";s
:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:1;a:6:{s:8:\"property\
";s:5:\"align\";s:8:\"datatype\";s:7:\"VHalign\";s:11:\"description\";s:6:\"&nbs
p;\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_property
Table\";i:1;}i:2;a:6:{s:8:\"property\";s:4:\"crop\";s:8:\"datatype\";s:14:\"x,y,
v,h + calc\";s:11:\"description\";s:58:\"x,y is offset of the crop-frame, <br>v,
h is the dimensions\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s
:16:\"is_propertyTable\";i:1;}}}',''),(98,7389802,'ba6305e366aaa4b52244519082a73
3b0','','tsref:->GIFBUILDER.(GBObj).SCALE','a:1:{s:4:\"rows\";a:3:{i:0;a:6:{s:8:
\"property\";s:5:\"width\";s:8:\"datatype\";s:13:\"pixels + calc\";s:11:\"descri
ption\";s:6:\"&nbsp;\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;
s:16:\"is_propertyTable\";i:1;}i:1;a:6:{s:8:\"property\";s:6:\"height\";s:8:\"da
tatype\";s:13:\"pixels + calc\";s:11:\"description\";s:6:\"&nbsp;\";s:7:\"defaul
t\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:2;
a:6:{s:8:\"property\";s:6:\"params\";s:8:\"datatype\";s:17:\"ImageMagickParams\"
;s:11:\"description\";s:6:\"&nbsp;\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"colum
n_count\";i:4;s:16:\"is_propertyTable\";i:1;}}}',''),(99,7389802,'bf3aab4abf7599
f8a3e05707afd7b9fc','','tsref:->GIFBUILDER.(GBObj).ADJUST','a:1:{s:4:\"rows\";a:
3:{i:0;a:6:{s:8:\"property\";s:11:\"inputLevels\";s:8:\"datatype\";s:8:\"low,hig
h\";s:11:\"description\";s:6:\"&nbsp;\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"co
lumn_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:1;a:6:{s:8:\"property\";s:12:\
"outputLevels\";s:8:\"datatype\";s:9:\"low, high\";s:11:\"description\";s:6:\"&n
bsp;\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_proper
tyTable\";i:1;}i:2;a:6:{s:8:\"property\";s:10:\"autoLevels\";s:8:\"datatype\";s:
1:\"-\";s:11:\"description\";s:6:\"&nbsp;\";s:7:\"default\";s:6:\"&nbsp;\";s:12:
\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}}}',''),(100,7389802,'c647a6
f7686f2a20dfc6fcea63b02c18','','tsref:->IMGMAP','a:1:{s:4:\"rows\";a:6:{i:0;a:6:
{s:8:\"property\";s:3:\"url\";s:8:\"datatype\";s:3:\"url\";s:11:\"description\";
s:11:\"url to link\";s:7:\"default\";s:47:\"For IMGMENU menu objects provided au
tomatically\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:1;a:6:{
s:8:\"property\";s:6:\"target\";s:8:\"datatype\";s:6:\"target\";s:11:\"descripti
on\";s:15:\"target for link\";s:7:\"default\";s:47:\"For IMGMENU menu objects pr
ovided automatically\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}
i:2;a:6:{s:8:\"property\";s:6:\"noBlur\";s:8:\"datatype\";s:7:\"Boolean\";s:11:\
"description\";s:192:\"Normally graphical links are &quot;blurred&quot; if the b
rowser is MSIE. This removes the ugly box around a link. <br>If this property is
set, the link is NOT blurred with &quot;onFocus&quot;.\";s:7:\"default\";s:47:\
"For IMGMENU menu objects provided automatically\";s:12:\"column_count\";i:4;s:1
6:\"is_propertyTable\";i:1;}i:3;a:6:{s:8:\"property\";s:7:\"explode\";s:8:\"data
type\";s:3:\"x,y\";s:11:\"description\";s:146:\"This &quot;explodes&quot; or &qu
ot;implodes&quot; the image-map. Useful to let the hot area cover a little more
than just the letters of the text.\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"colum
n_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:4;a:6:{s:8:\"property\";s:7:\"alt
Text\";s:8:\"datatype\";s:6:\"atring\";s:11:\"description\";s:121:\"Value of the
alt-attribute.<br>&nbsp;<br>(Used from TEXT Gifbuilding objects, this has stdWr
ap properties. Otherwise not)\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_cou
nt\";i:4;s:16:\"is_propertyTable\";i:1;}i:5;a:6:{s:8:\"property\";s:9:\"titleTex
t\";s:8:\"datatype\";s:6:\"string\";s:11:\"description\";s:123:\"Value of the ti
tle attribute.<br>&nbsp;<br>(Used from TEXT Gifbuilding objects, this has stdWra
p properties. Otherwise not)\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_coun
t\";i:4;s:16:\"is_propertyTable\";i:1;}}}',''),(101,7389802,'5c576ef57f313263731
885ee7eb93387','','tsref:(cObject).HMENU.(mObj)','a:1:{s:4:\"rows\";a:14:{i:0;a:
6:{s:8:\"property\";s:12:\"sectionIndex\";s:8:\"datatype\";s:6:\"&nbsp;\";s:11:\
"description\";s:11:\"(see below)\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column
_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:1;a:6:{s:8:\"property\";s:23:\"alt
ernativeSortingField\";s:8:\"datatype\";s:6:\"&nbsp;\";s:11:\"description\";s:51
7:\"Normally the menuitems are sorted by the fields &quot;sorting&quot; in the p
ages- and tt_content-table. Here you can enter a list of fields that is used in
the SQL- &quot;ORDER BY&quot; statement instead.<br>&nbsp;<b><br>Examples (for &
quot;pages&quot; table):</b><br>alternativeSortingField = title desc<br>(This wi
ll render the menu in reversed alphabetical order)<br>&nbsp;<br>&nbsp;<b>LIMITAT
IONS:</b> <br>This property works with normal menus, sectionsIndex menus and spe
cial-menus of type &quot;directory&quot;.\";s:7:\"default\";s:6:\"&nbsp;\";s:12:
\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:2;a:6:{s:8:\"property\";s:
8:\"minItems\";s:8:\"datatype\";s:3:\"int\";s:11:\"description\";s:212:\"The min
imum items in the menu. If the number of pages does not reach this level, a dumm
y-page with the title &quot;...&quot; and uid=[currentpage_id] is inserted.<br>&
nbsp;<br>Takes precedence over HMENU.minItems\";s:7:\"default\";s:6:\"&nbsp;\";s
:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:3;a:6:{s:8:\"property\
";s:8:\"maxItems\";s:8:\"datatype\";s:3:\"int\";s:11:\"description\";s:108:\"The
maximum items in the menu. More items will be ignored.<br>&nbsp;<br>Takes prece
dence over HMENU.maxItems\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\"
;i:4;s:16:\"is_propertyTable\";i:1;}i:4;a:6:{s:8:\"property\";s:5:\"begin\";s:8:
\"datatype\";s:9:\"int +calc\";s:11:\"description\";s:230:\"The first item in th
e menu. <br>&nbsp;<b><br>Example:</b><br>This results in a menu, where the first
two items are skipped starting with item number 3:<br>&nbsp;&nbsp;&nbsp;begin =
3 <br>&nbsp;<br>Takes precedence over HMENU.begin\";s:7:\"default\";s:6:\"&nbsp
;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:5;a:6:{s:8:\"prop
erty\";s:8:\"JSWindow\";s:8:\"datatype\";s:7:\"boolean\";s:11:\"description\";s:
441:\"If set, the links of the menu-items will open by JavaScript in a pop-up wi
ndow. <br>&nbsp;<b><br>.newWindow boolean, that lets every menuitem open in its
own window opposite to opening in the same window for each click.</b><br>&nbsp;<
br>&nbsp;<b>.params</b> is the list of parameters sent to the JavaScript open-wi
ndow function, eg: <br>width=200,height=300,status=0,menubar=0<br>&nbsp;<br>&nbs
p;<b>NOTE:</b> Does not work with JSMENU&#039;s\";s:7:\"default\";s:6:\"&nbsp;\"
;s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:6;a:6:{s:8:\"propert
y\";s:13:\"imgNamePrefix\";s:8:\"datatype\";s:6:\"string\";s:11:\"description\";
s:76:\"prefix for the imagenames. This prefix is appended with the uid of the pa
ge.\";s:7:\"default\";s:15:\"&quot;img&quot;\";s:12:\"column_count\";i:4;s:16:\"
is_propertyTable\";i:1;}i:7;a:6:{s:8:\"property\";s:16:\"imgNameNotRandom\";s:8:
\"datatype\";s:7:\"boolean\";s:11:\"description\";s:373:\"If set, the image name
s of menuitems is not randomly assigned. Usefull switch if you&#039;re manipulat
ing these images with some external JavaScript<br>&nbsp;<br>&nbsp;<b>NOTE:</b> D
on&#039;t set this if you&#039;re working with a menu with sectionIndex! In that
case you need special unique names of items based on something else than the ui
d of the parent page of course!\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_c
ount\";i:4;s:16:\"is_propertyTable\";i:1;}i:8;a:6:{s:8:\"property\";s:13:\"debug
ItemConf\";s:8:\"datatype\";s:6:\"&nbsp;\";s:11:\"description\";s:160:\"Outputs
(by the debug()-function) the configuration arrays for each menuitem. Useful to
debug optionSplit things and such...<br>Applies to GMENU, TMENU, IMGMENU\";s:7:\
"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:
1;}i:9;a:6:{s:8:\"property\";s:10:\"overrideId\";s:8:\"datatype\";s:17:\"integer
(page-id)\";s:11:\"description\";s:393:\"If set, then all links in the menu wil
l point to this pageid. Instead the real uid of the page is sent by the paramete
r &quot;&amp;real_uid=[uid]&quot;.<br>This feature is smart, if you have inserte
d a menu from somewhere else, perhaps a shared menu, but wants the menuitems to
call the same page, which then generates a proper output based on the real_uid.<
br>Applies to GMENU, TMENU, IMGMENU\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"colu
mn_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:10;a:6:{s:8:\"property\";s:9:\"a
ddParams\";s:8:\"datatype\";s:6:\"string\";s:11:\"description\";s:174:\"Addition
al parameter for the menu-links. <br>&nbsp;<b><br>Example:</b><br>&quot;&amp;som
e_var=some%20value&quot;<br>Must be rawurlencoded.<br>Applies to GMENU, TMENU, I
MGMENU\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_prop
ertyTable\";i:1;}i:11;a:6:{s:8:\"property\";s:25:\"showAccessRestrictedPages\";s
:8:\"datatype\";s:48:\"integer (page id) / keyword &#x201c;NONE&#x201d;\";s:11:\
"description\";s:1182:\"If set, pages in the menu will include pages with fronte
nd user group access enabled. However the page is of course not accessible and t
herefore the URL in the menu will be linked to the page with the ID of this valu
e. On that page you could put a login form or other message.<br>If the value is
&#x201c;NONE&#x201d; the link will not be changed and the site will perform page
-not-found handling when clicked (which can be used to capture the event and act
accordingly of course).<br>&nbsp;<b><br>Properties:</b><br>.addParam = Addition
al parameter for the URL, which can hold two markers; ###RETURN_URL### which wil
l be substituted with the link the page would have had if it had been accessible
and ###PAGE_ID### holding the page id of the page coming from (could be used to
look up which fe_groups was required for access.<br>&nbsp;<b><br>Example:</b><b
r>showAccessRestrictedPages = 22<br>showAccessRestrictedPages.addParams = &amp;r
eturn_url=###RETURN_URL###&amp;pageId=###PAGE_ID###<br>&nbsp;<br>The example wil
l link access restricted menu items to page id 22 with the return URL in the GET
var &#x201c;return_url&#x201d; and the page id in the GET var &#x201c;pageId&#x
201d;.\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_prop
ertyTable\";i:1;}i:12;a:6:{s:8:\"property\";s:17:\"itemArrayProcFunc\";s:8:\"dat
atype\";s:13:\"function-name\";s:11:\"description\";s:690:\"The first variable p
assed to this function is the &#x201c;menuArr&#x201d; array with the menuitems a
s they are collected based on the type of menu.<br>You&#039;re free to manipulat
e or add to this array as you like. Just remember to return the array again!<br>
&nbsp;<b><br>Note:</b><br>.parentObj property is hardcoded to be a reference to
the calling tslib_menu object. Here you&#039;ll find eg. -&gt;id to be the uid o
f the menu item generating a submenu and such.<br>&nbsp;<b><br>Presetting elemen
t state</b><br>You can override element states like SPC, IFSUB, ACT, CUR or USR
by setting the key ITEM_STATE in the page records. See cObject HMENU/special=use
rdefined for more information.\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_co
unt\";i:4;s:16:\"is_propertyTable\";i:1;}i:13;a:6:{s:8:\"property\";s:18:\"subme
nuObjSuffixes\";s:8:\"datatype\";s:22:\"string<br>+optionSplit\";s:11:\"descript
ion\";s:1805:\"Defines a suffix for alternative sub-level menu objects. Useful t
o create special submenus depending on their parent menu element. See example be
low.<br>&nbsp;<b><br>Example:</b><br>This example will generate a menu where the
menu objects for the second level will differ depending on the number of the fi
rst level item for which the submenu is rendered. The second level objects used
are &#x201c;2&#x201d; (the default), &#x201c;2a&#x201d; and &#x201c;2b&#x201d; (
the alternatives). Which of them is used is defined by &#x201c;1.submenuObjSuffi
xes&#x201d; which has the configuration &#x201c;a |*| |*| b&#x201d;. This config
uration means that the first menu element will use configuration &#x201c;2a&#x20
1d; and the last will use &#x201c;2b&#x201d; while anything in between will use
&#x201c;2&#x201d; (no suffix applied)<br>&nbsp;<br>page.200 = HMENU<br>page.200
{<br>&nbsp;&nbsp;&nbsp;1 = TMENU<br>&nbsp;&nbsp;&nbsp;1.wrap = &lt;div style=&qu
ot;width:200px; border: 1px solid;&quot;&gt;|&lt;/div&gt;<br>&nbsp;&nbsp;&nbsp;1
.expAll = 1<br>&nbsp;&nbsp;&nbsp;1.submenuObjSuffixes = a |*| |*| b<br>&nbsp;&nb
sp;&nbsp;1.NO.allWrap = &lt;b&gt;|&lt;/b&gt;&lt;br/&gt;<br>&nbsp;<br>&nbsp;&nbsp
;&nbsp;2 = TMENU<br>&nbsp;&nbsp;&nbsp;2.NO.allWrap = &lt;div style=&quot;backgro
und:red;&quot;&gt;|&lt;/div&gt;<br>&nbsp;<br>&nbsp;&nbsp;&nbsp;2a = TMENU<br>&nb
sp;&nbsp;&nbsp;2a.NO.allWrap = &lt;div style=&quot;background:yellow;&quot;&gt;|
&lt;/div&gt;<br>&nbsp;<br>&nbsp;&nbsp;&nbsp;2b = TMENU<br>&nbsp;&nbsp;&nbsp;2b.N
O.allWrap = &lt;div style=&quot;background:green;&quot;&gt;|&lt;/div&gt;<br>}<br
>&nbsp;<br>The result can be seen in the image below (applied on the testsite pa
ckage):<br>&nbsp;<br>&nbsp;<br>&nbsp;<br>Applies to GMENU, TMENU, GMENU_LAYERS,
TMENU_LAYERS and GMENU_FOLDOUT on &gt;= 2nd level in a menu.\";s:7:\"default\";s
:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}}}',''),(
102,7389802,'2c8d1fb6db707d441cd5769786710a19','','tsref:(cObject).HMENU.(mObj_i
temStates)','a:1:{s:4:\"rows\";a:10:{i:0;a:6:{s:8:\"property\";s:2:\"NO\";s:8:\"
datatype\";s:18:\"Boolean / (config)\";s:11:\"description\";s:524:\"The default
&#x201c;Normal&#x201d; state rendering of Item. This is required for all menus.<
br>If you specify properties for the &#x201c;NO&#x201d; property you do not have
to set it &#x201c;1&#x201d;. Otherwise with no properties setting &#x201c;NO=1&
#x201d; will render the menu anyways (for TMENU this may make sense).<br>&nbsp;<
br>The simplest menu TYPO3 can generate is then:<br>&nbsp;<br>page.20 = HMENU<br
>page.20.1 = TMENU<br>page.20.1.NO = 1<br>&nbsp;<br>That will be pure &lt;a&gt;
tags wrapped around page titles.\";s:7:\"default\";s:1:\"1\";s:12:\"column_count
\";i:4;s:16:\"is_propertyTable\";i:1;}i:1;a:6:{s:8:\"property\";s:16:\"IFSUB<br>
IFSUBRO\";s:8:\"datatype\";s:18:\"Boolean / (config)\";s:11:\"description\";s:54
:\"Enable/Configuration for menu items which has subpages\";s:7:\"default\";s:1:
\"0\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:2;a:6:{s:8:\"pr
operty\";s:12:\"ACT<br>ACTRO\";s:8:\"datatype\";s:18:\"Boolean / (config)\";s:11
:\"description\";s:67:\"Enable/Configuration for menu items which are found in t
he rootLine\";s:7:\"default\";s:1:\"0\";s:12:\"column_count\";i:4;s:16:\"is_prop
ertyTable\";i:1;}i:3;a:6:{s:8:\"property\";s:22:\"ACTIFSUB<br>ACTIFSUBRO\";s:8:\
"datatype\";s:18:\"Boolean / (config)\";s:11:\"description\";s:84:\"Enable/Confi
guration for menu items which are found in the rootLine and has subpages\";s:7:\
"default\";s:1:\"0\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:
4;a:6:{s:8:\"property\";s:12:\"CUR<br>CURRO\";s:8:\"datatype\";s:18:\"Boolean /
(config)\";s:11:\"description\";s:69:\"Enable/Configuration for a menu item if t
he item is the current page.\";s:7:\"default\";s:1:\"0\";s:12:\"column_count\";i
:4;s:16:\"is_propertyTable\";i:1;}i:5;a:6:{s:8:\"property\";s:22:\"CURIFSUB<br>C
URIFSUBRO\";s:8:\"datatype\";s:18:\"Boolean / (config)\";s:11:\"description\";s:
86:\"Enable/Configuration for a menu item if the item is the current page and ha
s subpages.\";s:7:\"default\";s:1:\"0\";s:12:\"column_count\";i:4;s:16:\"is_prop
ertyTable\";i:1;}i:6;a:6:{s:8:\"property\";s:12:\"USR<br>USRRO\";s:8:\"datatype\
";s:18:\"Boolean / (config)\";s:11:\"description\";s:96:\"Enable/Configuration f
or menu items which are access restricted pages that a user has access to.\";s:7
:\"default\";s:1:\"0\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}
i:7;a:6:{s:8:\"property\";s:3:\"SPC\";s:8:\"datatype\";s:18:\"Boolean / (config)
\";s:11:\"description\";s:295:\"Enable/Configuration for &#039;Spacer&#039; page
s.<br>Spacers are pages of the doktype &quot;Spacer&quot;. These are not viewabl
e pages but &quot;placeholders&quot; which can be used to divide menuitems.<br>&
nbsp;<br>&nbsp;<b>Note:</b> Rollovers doesn&#039;t work with spacers, if you use
GMENU!\";s:7:\"default\";s:1:\"0\";s:12:\"column_count\";i:4;s:16:\"is_property
Table\";i:1;}i:8;a:6:{s:8:\"property\";s:22:\"USERDEF1<br>USERDEF1RO\";s:8:\"dat
atype\";s:18:\"Boolean / (config)\";s:11:\"description\";s:280:\"Userdefined, se
e .itemArrayProcFunc for details on how to use this.<br>You can set the ITEM_STA
TE values USERDEF1 and USERDEF2 (+...RO) from a script/userfunction processing t
he menu item array. See HMENU/special=userdefined or the property .itemArrayProc
Func of the menu objects.\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\"
;i:4;s:16:\"is_propertyTable\";i:1;}i:9;a:6:{s:8:\"property\";s:22:\"USERDEF2<br
>USERDEF2RO\";s:8:\"datatype\";s:18:\"Boolean / (config)\";s:11:\"description\";
s:11:\"(See above)\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:
16:\"is_propertyTable\";i:1;}}}',''),(103,7389802,'397a0804fc8ada0e121f0a17e8bf8
dd4','','tsref:(cObject).HMENU.(mObj).GMENU','a:1:{s:4:\"rows\";a:21:{i:0;a:6:{s
:8:\"property\";s:2:\"RO\";s:8:\"datatype\";s:7:\"Boolean\";s:11:\"description\"
;s:159:\"RollOver configuration enabled / disabled. <br>If this is true, RO beco
mes a GIFBUILDER-object defining the layout of the menuitem when the mouse rolls
over it\";s:7:\"default\";s:1:\"0\";s:12:\"column_count\";i:4;s:16:\"is_propert
yTable\";i:1;}i:1;a:6:{s:8:\"property\";s:6:\"expAll\";s:8:\"datatype\";s:7:\"Bo
olean\";s:11:\"description\";s:252:\"If this is true, the menu will always show
the menu on the level underneath the menuitem. This corresponds to a situation w
here a user has clicked a menuitem and the menu folds out the next level. This c
an enable that to happen on all items as default.\";s:7:\"default\";s:6:\"&nbsp;
\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:2;a:6:{s:8:\"prope
rty\";s:8:\"collapse\";s:8:\"datatype\";s:7:\"Boolean\";s:11:\"description\";s:1
16:\"If set, &quot;active&quot; menuitems that has expanded the next level on th
e menu will now collapse that menu again.\";s:7:\"default\";s:6:\"&nbsp;\";s:12:
\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:3;a:6:{s:8:\"property\";s:
9:\"accessKey\";s:8:\"datatype\";s:7:\"Boolean\";s:11:\"description\";s:44:\"If
set access-keys are set on the menu-links\";s:7:\"default\";s:6:\"&nbsp;\";s:12:
\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:4;a:6:{s:8:\"property\";s:
6:\"noBlur\";s:8:\"datatype\";s:7:\"Boolean\";s:11:\"description\";s:222:\"Norma
lly graphical links are &quot;blurred&quot; if the browser is MSIE. Blurring rem
oves the ugly box around a clicked link. <br>If this property is set, the link i
s NOT blurred (browser-default) with &quot;onFocus&quot;.\";s:7:\"default\";s:6:
\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:5;a:6:{s:8
:\"property\";s:6:\"target\";s:8:\"datatype\";s:6:\"target\";s:11:\"description\
";s:23:\"Target of the menulinks\";s:7:\"default\";s:4:\"self\";s:12:\"column_co
unt\";i:4;s:16:\"is_propertyTable\";i:1;}i:6;a:6:{s:8:\"property\";s:14:\"forceT
ypeValue\";s:8:\"datatype\";s:3:\"int\";s:11:\"description\";s:151:\"If set, the
&amp;type parameter of the link is forced to this value regardless of target. O
verrides the global equivalent in &#039;config&#039; if set.\";s:7:\"default\";s
:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:7;a:6:{
s:8:\"property\";s:7:\"stdWrap\";s:8:\"datatype\";s:12:\"-&gt;stdWrap\";s:11:\"d
escription\";s:328:\"Wraps the whole item using stdWrap<br>&nbsp;<b><br>Example:
</b><br>2 = TMENU<br>2 {<br>&nbsp;&nbsp;&nbsp;stdWrap.dataWrap = &lt;ul class=&#
x201d;{register :<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;parentProperty}&#x201d;
&gt; | &lt;/ul&gt;<br>&nbsp;&nbsp;&nbsp;NO {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;..
.<br>&nbsp;&nbsp;&nbsp;}<br>}\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_cou
nt\";i:4;s:16:\"is_propertyTable\";i:1;}i:8;a:6:{s:8:\"property\";s:4:\"wrap\";s
:8:\"datatype\";s:4:\"wrap\";s:11:\"description\";s:43:\"Wraps only if there wer
e items in the menu!\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;
s:16:\"is_propertyTable\";i:1;}i:9;a:6:{s:8:\"property\";s:11:\"applyTotalH\";s:
8:\"datatype\";s:20:\"objNumsList (offset)\";s:11:\"description\";s:498:\"This a
dds the total height of the previously generated menuitems to the offset of the
GifBuilderObj&#039;s mentioned in this list.<br>&nbsp;<b><br>Example:</b><br>Thi
s is useful it you want to create a menu with individual items but a common back
ground image that extends to the whole area behind the menu. Then you should set
up the background image in each GIFBUILDER-object and include the object-number
in this list. <br>Look at the implementation in static_template &quot;styles.gme
nu.bug&quot;\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"i
s_propertyTable\";i:1;}i:10;a:6:{s:8:\"property\";s:11:\"applyTotalW\";s:8:\"dat
atype\";s:20:\"objNumsList (offset)\";s:11:\"description\";s:129:\"This adds the
total width of the previously generated menuitems to the offset of the GifBuild
erObj&#039;s mentioned in this list.\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"col
umn_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:11;a:6:{s:8:\"property\";s:3:\"
min\";s:8:\"datatype\";s:13:\"x,y (calcInt)\";s:11:\"description\";s:54:\"Forces
the menu as a whole to these minimum dimensions\";s:7:\"default\";s:6:\"&nbsp;\
";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:12;a:6:{s:8:\"prope
rty\";s:3:\"max\";s:8:\"datatype\";s:13:\"x,y (calcInt)\";s:11:\"description\";s
:54:\"Forces the menu as a whole to these maximum dimensions\";s:7:\"default\";s
:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:13;a:6:
{s:8:\"property\";s:15:\"useLargestItemX\";s:8:\"datatype\";s:7:\"boolean\";s:11
:\"description\";s:81:\"If set, then the width of all menuitems will be equal to
the largest of them all.\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\"
;i:4;s:16:\"is_propertyTable\";i:1;}i:14;a:6:{s:8:\"property\";s:15:\"useLargest
ItemY\";s:8:\"datatype\";s:7:\"boolean\";s:11:\"description\";s:82:\"If set, the
n the height of all menuitems will be equal to the largest of them all.\";s:7:\"
default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1
;}i:15;a:6:{s:8:\"property\";s:11:\"distributeX\";s:8:\"datatype\";s:4:\"int+\";
s:11:\"description\";s:219:\"If set, the total width of all the menuitems will b
e equal to this number of pixels by adding/subtracting an equal amount of pixels
to each menu items width.<br>Will overrule any setting for &quot;.useLargestIte
mX&quot;\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_pr
opertyTable\";i:1;}i:16;a:6:{s:8:\"property\";s:11:\"distributeY\";s:8:\"datatyp
e\";s:4:\"int+\";s:11:\"description\";s:221:\"If set, the total height of all th
e menuitems will be equal to this number of pixels by adding/subtracting an equa
l amount of pixels to each menu items height.<br>Will overrule any setting for &
quot;.useLargestItemY&quot;\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count
\";i:4;s:16:\"is_propertyTable\";i:1;}i:17;a:6:{s:8:\"property\";s:20:\"removeOb
jectsOfDummy\";s:8:\"datatype\";s:11:\"objNumsList\";s:11:\"description\";s:259:
\"If the menu is forced to a certain minimum dimension, this is a list of object
s in the gifbuilder-object that is removed for this last item. This is important
to do if the menuitems has elements that should only be applied if the item is
actually a menuitem!!\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4
;s:16:\"is_propertyTable\";i:1;}i:18;a:6:{s:8:\"property\";s:14:\"disableAltText
\";s:8:\"datatype\";s:7:\"boolean\";s:11:\"description\";s:116:\"If set, the alt
-parameter of the images are not set. You can do it manually by &#x201c;imgParam
s&#x201d; (see below)\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4
;s:16:\"is_propertyTable\";i:1;}i:19;a:6:{s:8:\"property\";s:9:\"IProcFunc\";s:8
:\"datatype\";s:13:\"function-name\";s:11:\"description\";s:339:\"The internal a
rray &#x201c;I&#x201d; is passed to this function and expected returned as well.
Subsequent to this function call the menu item is compiled by implode()&#039;in
g the array $I[parts] in the passed array. Thus you may modify this if you need
to.<br>See example on the testsite and in media/scripts/example_itemArrayProcFun
c.php\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_prope
rtyTable\";i:1;}i:20;a:6:{s:8:\"property\";s:73:\"[Common Item States, see above
]<br>+ rollover version for all, except SPC\";s:8:\"datatype\";s:59:\"-&gt;GIFBU
ILDER<br>+ Additional properties! See table below\";s:11:\"description\";s:572:\
"This is the GIFBUILDER-options for each category of menuitem that can be genera
ted.<br>&nbsp;<br>&nbsp;<b>NOTE:</b> For the GMENU series you can also define th
e RollOver configuration for the item states. This means that you define the GIF
BUILDER object for the &#039;Active&#039; state by ACT and the RollOver GIFBUILD
ER object for the &#039;Active&#039; state by ACTRO.<br>This pattern goes for AL
L the states except the SPC state.<br>&nbsp;<b><br>SPECIAL:</b><br>The -&gt;Opti
onSplit function is run on the whole GIFBUILDER-configuration before the items a
re generated.\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"
is_propertyTable\";i:1;}}}',''),(104,7389802,'1bbf6acf6082debc2080c0087b00e44b',
'','tsref:(cObject).HMENU.(mObj).GMENU.(itemState)','a:1:{s:4:\"rows\";a:11:{i:0
;a:6:{s:8:\"property\";s:6:\"noLink\";s:8:\"datatype\";s:7:\"boolean\";s:11:\"de
scription\";s:31:\"If set, the item is NOT linked!\";s:7:\"default\";s:6:\"&nbsp
;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:1;a:6:{s:8:\"prop
erty\";s:9:\"imgParams\";s:8:\"datatype\";s:6:\"params\";s:11:\"description\";s:
34:\"Parameters for the &lt;img&gt;-tag\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"
column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:2;a:6:{s:8:\"property\";s:9:
\"altTarget\";s:8:\"datatype\";s:6:\"string\";s:11:\"description\";s:67:\"Altern
ative target which overrides the target defined for the GMENU\";s:7:\"default\";
s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:3;a:6:
{s:8:\"property\";s:14:\"altImgResource\";s:8:\"datatype\";s:10:\"imgResouce\";s
:11:\"description\";s:109:\"Defines an alternative image to use. If an image ret
urns here, it will override any GIFBUILDER configuration.\";s:7:\"default\";s:6:
\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:4;a:6:{s:8
:\"property\";s:10:\"ATagParams\";s:8:\"datatype\";s:6:\"string\";s:11:\"descrip
tion\";s:21:\"Additional parameters\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"colu
mn_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:5;a:6:{s:8:\"property\";s:9:\"AT
agTitle\";s:8:\"datatype\";s:15:\"string /stdWrap\";s:11:\"description\";s:68:\"
which defines the title attribute of the a-tag. (See TMENUITEM also)\";s:7:\"def
ault\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i
:6;a:6:{s:8:\"property\";s:16:\"additionalParams\";s:8:\"datatype\";s:15:\"strin
g /stdWrap\";s:11:\"description\";s:175:\"Define parameters that are added to th
e end of the URL. This must be code ready to insert after the last parameter.<br
>&nbsp;<br>For details, see typolink-&gt;additionalParams\";s:7:\"default\";s:6:
\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:7;a:6:{s:8
:\"property\";s:4:\"wrap\";s:8:\"datatype\";s:4:\"wrap\";s:11:\"description\";s:
21:\"Wrap of the menu item\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\
";i:4;s:16:\"is_propertyTable\";i:1;}i:8;a:6:{s:8:\"property\";s:7:\"allWrap\";s
:8:\"datatype\";s:13:\"wrap /stdWrap\";s:11:\"description\";s:20:\"Wraps the who
le item\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_pro
pertyTable\";i:1;}i:9;a:6:{s:8:\"property\";s:16:\"subst_elementUid\";s:8:\"data
type\";s:7:\"boolean\";s:11:\"description\";s:66:\"If set, &quot;{elementUid}&qu
ot; is substituted with the item uid.\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"co
lumn_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:10;a:6:{s:8:\"property\";s:10:
\"allStdWrap\";s:8:\"datatype\";s:12:\"-&gt;stdWrap\";s:11:\"description\";s:25:
\"stdWrap of the whole item\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count
\";i:4;s:16:\"is_propertyTable\";i:1;}}}',''),(105,7389802,'de8dd1a479d93f1a2b3b
6339f8b3bcc6','','tsref:(cObject).HMENU.(mObj).GMENU_LAYERS, (cObject).HMENU.(mO
bj).TMENU_LAYERS','a:1:{s:4:\"rows\";a:23:{i:0;a:6:{s:8:\"property\";s:10:\"laye
rStyle\";s:8:\"datatype\";s:22:\"&lt;DIV&gt;-tag params\";s:11:\"description\";s
:176:\"Parameters for the &lt;DIV&gt;-layer-tags in the HTML-document. You might
probably not need change this.<br>&nbsp;<b><br>Example:</b><br>position:absolut
e; VISIBILITY: hidden; \";s:7:\"default\";s:39:\"position:absolute; visibility:
hidden; \";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:1;a:6:{s:8
:\"property\";s:12:\"lockPosition\";s:8:\"datatype\";s:44:\"&quot;x&quot; / &quo
t;y&quot; / &quot;&quot;\";s:11:\"description\";s:438:\"If this is set to &quot;
x&quot; or &quot;y&quot; the menu on the layers is locked and does not follow th
e mouse-cursor (which it does if this is not set).<br>&quot;x&quot; or &quot;y&q
uot; defines respectively that the summed width (x) or height (y) is added to th
e x or y offset of the menu. That means that you should set this value to &quot;
x&quot; if you have a horizontal GMENU_LAYERS and to &quot;y&quot; if you have a
verical menu.\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\
"is_propertyTable\";i:1;}i:2;a:6:{s:8:\"property\";s:15:\"dontFollowMouse\";s:8:
\"datatype\";s:7:\"boolean\";s:11:\"description\";s:422:\"If set and lockPositio
n is blank (so that the menu layer follows the mouse) then the menu will NOT fol
low the mouse but still it will appear where the mouse cursor hit the trigger-el
ement. Usefull if you don&#039;t know the exact positions of elements. <br>&nbsp
;<br>&nbsp;<b>Warning:</b> You should not set displayActiveOnLoad for menus with
this feature enabled (because the absolute position of the layer is not known).
\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTa
ble\";i:1;}i:3;a:6:{s:8:\"property\";s:19:\"lockPosition_adjust\";s:8:\"datatype
\";s:3:\"int\";s:11:\"description\";s:153:\"A number which is added to the width
/height of the menuitems in order to compensate for eg. hspace or other things b
etween the images in the GMENU_LAYERS\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"co
lumn_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:4;a:6:{s:8:\"property\";s:20:\
"lockPosition_addSelf\";s:8:\"datatype\";s:7:\"boolean\";s:11:\"description\";s:
308:\"Normally the width and height of the items (+lockPosition_adjust) are summ
ed up after the item has been rendered. This is good if the direction of the men
ulayers is right- og downwards.<br>But if you use directionLeft/directionUp, you
might want to add the width of the items before.<br>If so, set this flag.\";s:7
:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";
i:1;}i:5;a:6:{s:8:\"property\";s:10:\"xPosOffset\";s:8:\"datatype\";s:3:\"int\";
s:11:\"description\";s:154:\"The offset of the menu from the point where it&#039
;s &quot;activated&quot; (if lockPosition is false) / from topleft page corner (
if lockPosition is set)\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i
:4;s:16:\"is_propertyTable\";i:1;}i:6;a:6:{s:8:\"property\";s:10:\"yPosOffset\";
s:8:\"datatype\";s:3:\"int\";s:11:\"description\";s:34:\"As above, but for the y
-dimension.\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is
_propertyTable\";i:1;}i:7;a:6:{s:8:\"property\";s:9:\"topOffset\";s:8:\"datatype
\";s:3:\"int\";s:11:\"description\";s:210:\"The offset of menuitems from top of
browser. Should be set rather than defining it in the .layerStyle property. Must
be set in order to use directionUp.<br>Used with either lockPosition=x or xPosO
ffset defined.\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\
"is_propertyTable\";i:1;}i:8;a:6:{s:8:\"property\";s:10:\"leftOffset\";s:8:\"dat
atype\";s:3:\"int\";s:11:\"description\";s:220:\"The offset of menuitems from le
ft border of browser. Should be set rather than defining it in the .layerStyle p
roperty. Must be set in order to use directionLeft.<br>Used with either lockPosi
tion=y or yPosOffset defined.\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_cou
nt\";i:4;s:16:\"is_propertyTable\";i:1;}i:9;a:6:{s:8:\"property\";s:15:\"blankSt
rEqFalse\";s:8:\"datatype\";s:7:\"boolean\";s:11:\"description\";s:308:\"If set,
then the properties topOffset,leftOffset, xPosOffset, yPosOffset are considered
&#x201c;blank&#x201d; if they are really blank strings - not just &#x201c;zero&
#x201d;. You should enable this if you wish to be able to work with zero offsets
. This is typically the case if you use relative positioning.\";s:7:\"default\";
s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:10;a:6
:{s:8:\"property\";s:13:\"directionLeft\";s:8:\"datatype\";s:7:\"boolean\";s:11:
\"description\";s:292:\"Set this, if you want the items to be right-aligned (pop
&#039;s out towards the left).<br>Does not work with Opera at this time because
I don&#039;t know how to make Opera read the width of each layer.<br>If you set
the width of the menu-layers in .layerStyles this might work no matter what.\";s
:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\
";i:1;}i:11;a:6:{s:8:\"property\";s:11:\"directionUp\";s:8:\"datatype\";s:7:\"bo
olean\";s:11:\"description\";s:99:\"Set this, if you want the items to be bottom
-aligned (pop&#039;s out upwards instead of downwards).\";s:7:\"default\";s:6:\"
&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:12;a:6:{s:8:
\"property\";s:13:\"setFixedWidth\";s:8:\"datatype\";s:3:\"int\";s:11:\"descript
ion\";s:926:\"For GMENU_LAYERS the width and heights of the element is normally
known from the graphical item. For TMENU_LAYERS this cannot be known in the same
way. Therefore you can use .setFixedWidth and .setFixedHeight to set these valu
es to a number you find reasonable. Of course this may be blasted by the browser
s rendering if the font gets out of proportions etc.<br>Alternatively you may wa
nt to use the property &#x201c;relativeToTriggerItem&#x201d; which will position
your menu layers relative to the item you roll over. This has some drawbacks th
ough. A middle solution is to use a menu with lockPosition set to blank and dont
FollowMouse set to true. Then you need only specify either an x or y coordinate
to follow and the item will appear where the mouse hits the element.<br>&nbsp;<b
>Notice:</b> Active if value is NOT a blank str. Setting this value to zero mean
s that no width is calculated for the items in GMENU_LAYERS.\";s:7:\"default\";s
:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:13;a:6:
{s:8:\"property\";s:14:\"setFixedHeight\";s:8:\"datatype\";s:3:\"int\";s:11:\"de
scription\";s:56:\"See &#x201c;setFixedWidth&#x201d;. Same, but for height.\";s:
7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\"
;i:1;}i:14;a:6:{s:8:\"property\";s:13:\"bordersWithin\";s:8:\"datatype\";s:11:\"
l,t,r,b,l,t\";s:11:\"description\";s:172:\"Keep borders of the layer within thes
e limits in pixels. Zero is &#039;not set&#039;<br>(Syntax: List of integers, ev
aluated clockwise: Left, Top, Right, Bottom, Left, Top)\";s:7:\"default\";s:6:\"
&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:15;a:6:{s:8:
\"property\";s:19:\"displayActiveOnLoad\";s:8:\"datatype\";s:7:\"boolean\";s:11:
\"description\";s:605:\"If set, the submenu-layer of the active menuitem is open
ed at page-load. If .freezeMouseover is also set and there is RO defined for the
main menu items, the menuitem belonging to the displayed submenu is also shown.
<br>&nbsp;<b><br>Properties:</b><br>.onlyOnLoad (boolean)<br>If set, then the di
splay of the active item will happen only when the page is loaded. The display w
ill not be restored on mouseout of other items.<br>&nbsp;<b><br>Warning: If you
are cascading GMENU_LAYER objects make sure that all elements before this elemen
t (for which you set this attribute) also has this attribute set!</b>\";s:7:\"de
fault\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}
i:16;a:6:{s:8:\"property\";s:15:\"freezeMouseover\";s:8:\"datatype\";s:7:\"boole
an\";s:11:\"description\";s:297:\"If set, any mouseout effect of main menuitems
is removed not on roll-out but when another element is rolled over (or the layer
is hidden/default layer restored)<br>&nbsp;<b><br>Properties:</b><br>.alwaysKee
p (boolean)<br>If set, the freezed element will always stay, even if the submenu
is hidden.\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is
_propertyTable\";i:1;}i:17;a:6:{s:8:\"property\";s:19:\"hideMenuWhenNotOver\";s:
8:\"datatype\";s:4:\"int+\";s:11:\"description\";s:267:\"If set (&gt; 1) then th
e menu will hide it self whenever a user moves the cursor away from the menu. Th
e value of this parameter determines the width (pixels) of the zone around the e
lement until the mousepointer is considered to be far enough away to hide the la
yer.\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_proper
tyTable\";i:1;}i:18;a:6:{s:8:\"property\";s:13:\"hideMenuTimer\";s:8:\"datatype\
";s:4:\"int+\";s:11:\"description\";s:106:\"This is the number of milliseconds t
o wait before the submenu will disappear if hideMenuWhenNotOver is set\";s:7:\"d
efault\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;
}i:19;a:6:{s:8:\"property\";s:17:\"dontHideOnMouseUp\";s:8:\"datatype\";s:7:\"bo
olean\";s:11:\"description\";s:140:\"If set, the menu will not hide it&#039;s la
yers when the mouse botton is clicked. Usefull if your menuitems loads the pages
in another frame\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:1
6:\"is_propertyTable\";i:1;}i:20;a:6:{s:8:\"property\";s:13:\"layer_menu_id\";s:
8:\"datatype\";s:6:\"string\";s:11:\"description\";s:209:\"If you want to specif
ically name a menu on a page. Probably you don&#039;t need that!<br>&nbsp;<br>&n
bsp;<b>Warning:</b> Don&#039;t use underscore and special characters in this str
ing. Stick to alpha-numeric.\";s:7:\"default\";s:26:\"[random 6 char hashstring]
\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:21;a:6:{s:8:\"prop
erty\";s:21:\"relativeToTriggerItem\";s:8:\"datatype\";s:7:\"boolean\";s:11:\"de
scription\";s:1246:\"This allows you to position the menu layers relative to the
item that triggers it. However you should be aware of the following facts:<br>T
his does not work with Netscape 4 - the position of the trigger layer will be ca
lculated to zero and thus the offset for all menu layers will be 0,0 + your valu
es. <br>This feature will wrap the menu item in some &lt;div&gt;-tags right befo
re the whole item is wrapped by the .wrap code (for GMENU_LAYERS) or .allWrap (f
or TMENU_LAYERS). The bottom line of this is: 1) If your menu is horizontal, alw
ays wrap your menu items in a table so linebreaks does not appear because of the
&lt;div&gt;-tags and 2) make sure the wrapping of the table cell is done with t
he .wrap/.allWrap properties respectively.<br>Works only effectively on the firs
t xMENU_LAYER in a cascade. For succeeding xMENU_LAYERS items please use &#x201c
;relativeToParentLayer&#x201d;.<i><br>If set, properties xPosOffset, yPosOffset
and lockPosition* are not functional (properties directionLeft, directionUp, top
Offset and leftOffset are still active)</i><i><br>&nbsp;</i><b><br>Additional Pr
operties:</b><br>&nbsp;<b>.addWidth</b> = Adds the width of the trigger element<
br>&nbsp;<b>.addHeight</b> = Adds the height of the trigger element\";s:7:\"defa
ult\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:
22;a:6:{s:8:\"property\";s:21:\"relativeToParentLayer\";s:8:\"datatype\";s:7:\"b
oolean\";s:11:\"description\";s:556:\"If set, then the layer will be positioned
relative to the previous layer (parent) in a cascaded series of xMENU_LAYERS. Ba
sically the relative position of the parent layer is just added to the offset of
the current menu. <br>&nbsp;<br>&nbsp;<b>Warning:</b> This property makes sense
only if there really is a previous GMENU_LAYER to get position from! So you mus
t have a cascaded menu!<br>&nbsp;<b><br>Additional Properties:</b><br>&nbsp;<b>.
addWidth</b> = Adds the width of the parent layer<br>&nbsp;<b>.addHeight</b> = A
dds the height of the parent layer\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"colum
n_count\";i:4;s:16:\"is_propertyTable\";i:1;}}}',''),(106,7389802,'cc7479b256282
161af55c3137ffe98ec','','tsref:(cObject).HMENU.(mObj).GMENU_FOLDOUT','a:1:{s:4:\
"rows\";a:17:{i:0;a:6:{s:8:\"property\";s:17:\"dontLinkIfSubmenu\";s:8:\"datatyp
e\";s:7:\"boolean\";s:11:\"description\";s:110:\"If set, items that has a submen
u is not linked. Items without a submenu are always linked in the regular ways.\
";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTab
le\";i:1;}i:1;a:6:{s:8:\"property\";s:9:\"foldTimer\";s:8:\"datatype\";s:3:\"int
\";s:11:\"description\";s:53:\"The timeout in the animation, these are milliseco
nds.\";s:7:\"default\";s:2:\"40\";s:12:\"column_count\";i:4;s:16:\"is_propertyTa
ble\";i:1;}i:2;a:6:{s:8:\"property\";s:9:\"foldSpeed\";s:8:\"datatype\";s:16:\"i
nt, range 1-100\";s:11:\"description\";s:58:\"How many steps in an animation? Ch
oose 1 for no animation.\";s:7:\"default\";s:1:\"1\";s:12:\"column_count\";i:4;s
:16:\"is_propertyTable\";i:1;}i:3;a:6:{s:8:\"property\";s:10:\"stayFolded\";s:8:
\"datatype\";s:7:\"boolean\";s:11:\"description\";s:49:\"Stay open when you clic
k a new toplink? (Level 1)\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\
";i:4;s:16:\"is_propertyTable\";i:1;}i:4;a:6:{s:8:\"property\";s:12:\"bottomHeig
ht\";s:8:\"datatype\";s:11:\"int, pixels\";s:11:\"description\";s:147:\"Sets the
height of the bottom layer. Is important if the bottomlayer contains either con
tent or a background color: Else the layer will be clipped.\";s:7:\"default\";s:
3:\"100\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:5;a:6:{s:8:
\"property\";s:9:\"menuWidth\";s:8:\"datatype\";s:11:\"int, pixels\";s:11:\"desc
ription\";s:174:\"Width of the whole menu main layer. Important to set, especial
ly for the bottomlayer as it is clipped by this value. Always try to set this to
the width in pixels of the menu\";s:7:\"default\";s:3:\"170\";s:12:\"column_cou
nt\";i:4;s:16:\"is_propertyTable\";i:1;}i:6;a:6:{s:8:\"property\";s:10:\"menuHei
ght\";s:8:\"datatype\";s:3:\"int\";s:11:\"description\";s:60:\"Height of the who
le menulayer. Seems to be not so important.\";s:7:\"default\";s:3:\"400\";s:12:\
"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:7;a:6:{s:8:\"property\";s:1
3:\"subMenuOffset\";s:8:\"datatype\";s:3:\"x,y\";s:11:\"description\";s:159:\"Of
fset of the submenu for each menuitem. This is important because if you don&#039
;t set this value the items will appear ontop of their &#x201c;parent&#x201d;\";
s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable
\";i:1;}i:8;a:6:{s:8:\"property\";s:10:\"menuOffset\";s:8:\"datatype\";s:3:\"x,y
\";s:11:\"description\";s:64:\"Offset of the menu main layer on the page. From u
pperleft corner\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:
\"is_propertyTable\";i:1;}i:9;a:6:{s:8:\"property\";s:13:\"menuBackColor\";s:8:\
"datatype\";s:10:\"HTML-color\";s:11:\"description\";s:158:\"Background color be
hind menu. If not set, transparent (which will not work very well in case .foldS
peed is set to something else than 1. But see for yourself)\";s:7:\"default\";s:
6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:10;a:6:{
s:8:\"property\";s:15:\"dontWrapInTable\";s:8:\"datatype\";s:7:\"boolean\";s:11:
\"description\";s:482:\"By default every menuitem on the first level is wrapped
in a table:<br>&lt;TABLE cellSpacing=0 cellPadding=0 width=&quot;100%&quot; bord
er=0&gt;&lt;TR&gt;&lt;TD&gt;<br>[menu item HTML here..]<br>&lt;/TD&gt;&lt;/TR&gt
;&lt;/TABLE&gt;<br>Doing this ensures that the layers renders equally in the sup
ported browsers. However you might need to disable that which is what you can do
by setting this flag.<br>&nbsp;<b>Note:</b> Using &lt;TBODY&gt; in this tables
seems to break Netscape 4+\";s:7:\"default\";s:1:\"0\";s:12:\"column_count\";i:4
;s:16:\"is_propertyTable\";i:1;}i:11;a:6:{s:8:\"property\";s:13:\"bottomContent\
";s:8:\"datatype\";s:7:\"cObject\";s:11:\"description\";s:62:\"Content for the b
ottom layer that covers the end of the menu. \";s:7:\"default\";s:6:\"&nbsp;\";s
:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:12;a:6:{s:8:\"property
\";s:12:\"adjustItemsH\";s:8:\"datatype\";s:3:\"int\";s:11:\"description\";s:211
:\"Adjusts the height calculation of the menulayers of the first level (called T
op)<br>&nbsp;<b><br>Example:</b><br>-10<br>&nbsp;<br>This value will substract 1
0 pixels from the height of the layer in calculations.\";s:7:\"default\";s:6:\"&
nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:13;a:6:{s:8:\
"property\";s:15:\"adjustSubItemsH\";s:8:\"datatype\";s:3:\"int\";s:11:\"descrip
tion\";s:104:\"Adjusts the height calculation of the menulayers of the second le
vel (subitems, called Sub)<br>See above\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"
column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:14;a:6:{s:8:\"property\";s:1
9:\"arrowNO<br>arrowACT\";s:8:\"datatype\";s:11:\"imgResource\";s:11:\"descripti
on\";s:407:\"If both arrowNO and arrowACT is defined and valid imgResources then
these images are use as &#x201c;traditional arrows&#x201d; that indicates wheth
er an item is expanded (active) or not. <br>NO is normal, ACT is expanded<br>The
image is inserted just before the menuitem. If you want to change the position,
put the marker ###ARROW_IMAGE### into the wrap of the item and the image will b
e put there instead.\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;
s:16:\"is_propertyTable\";i:1;}i:15;a:6:{s:8:\"property\";s:14:\"arrowImgParams\
";s:8:\"datatype\";s:18:\"&lt;img&gt; params\";s:11:\"description\";s:80:\"Param
eters to the arrow-image.<br>&nbsp;<b><br>Example:</b><br>hspace=5 vspace=7\";s:
7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\"
;i:1;}i:16;a:6:{s:8:\"property\";s:19:\"displayActiveOnLoad\";s:8:\"datatype\";s
:7:\"boolean\";s:11:\"description\";s:71:\"If set, then the active menu items wi
ll fold out &#x201c;onLoad&#x201d;\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"colum
n_count\";i:4;s:16:\"is_propertyTable\";i:1;}}}',''),(107,7389802,'bec5811d03462
a9bb1c8e461c032d461','','tsref:(cObject).HMENU.(mObj).TMENU','a:1:{s:4:\"rows\";
a:10:{i:0;a:6:{s:8:\"property\";s:6:\"expAll\";s:8:\"datatype\";s:7:\"boolean\";
s:11:\"description\";s:252:\"If this is true, the menu will always show the menu
on the level underneath the menuitem. This corresponds to a situation where a u
ser has clicked a menuitem and the menu folds out the next level. This can enabl
e that to happen on all items as default.\";s:7:\"default\";s:6:\"&nbsp;\";s:12:
\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:1;a:6:{s:8:\"property\";s:
8:\"collapse\";s:8:\"datatype\";s:7:\"boolean\";s:11:\"description\";s:116:\"If
set, &quot;active&quot; menuitems that has expanded the next level on the menu w
ill now collapse that menu again.\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column
_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:2;a:6:{s:8:\"property\";s:9:\"acce
ssKey\";s:8:\"datatype\";s:7:\"boolean\";s:11:\"description\";s:44:\"If set acce
ss-keys are set on the menu-links\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column
_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:3;a:6:{s:8:\"property\";s:6:\"noBl
ur\";s:8:\"datatype\";s:7:\"boolean\";s:11:\"description\";s:212:\"Normally link
s are &quot;blurred&quot; if the browser is MSIE. Blurring removes the ugly box
around a clicked link. <br>If this property is set, the link is NOT blurred (bro
wser-default) with &quot;onFocus&quot;.\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"
column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:4;a:6:{s:8:\"property\";s:6:
\"target\";s:8:\"datatype\";s:6:\"target\";s:11:\"description\";s:23:\"Target of
the menulinks\";s:7:\"default\";s:4:\"self\";s:12:\"column_count\";i:4;s:16:\"i
s_propertyTable\";i:1;}i:5;a:6:{s:8:\"property\";s:14:\"forceTypeValue\";s:8:\"d
atatype\";s:3:\"int\";s:11:\"description\";s:89:\"If set, the &amp;type paramete
r of the link is forced to this value regardless of target.\";s:7:\"default\";s:
6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:6;a:6:{s
:8:\"property\";s:7:\"stdWrap\";s:8:\"datatype\";s:12:\"-&gt;stdWrap\";s:11:\"de
scription\";s:87:\"Wraps the whole item using stdWrap<br>&nbsp;<br>&nbsp;<b>Exam
ple:</b> see GMENU.stdWrap\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\
";i:4;s:16:\"is_propertyTable\";i:1;}i:7;a:6:{s:8:\"property\";s:4:\"wrap\";s:8:
\"datatype\";s:4:\"wrap\";s:11:\"description\";s:43:\"Wraps only if there were i
tems in the menu!\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:1
6:\"is_propertyTable\";i:1;}i:8;a:6:{s:8:\"property\";s:9:\"IProcFunc\";s:8:\"da
tatype\";s:13:\"function-name\";s:11:\"description\";s:339:\"The internal array
&#x201c;I&#x201d; is passed to this function and expected returned as well. Subs
equent to this function call the menu item is compiled by implode()&#039;ing the
array $I[parts] in the passed array. Thus you may modify this if you need to.<b
r>See example on the testsite and in media/scripts/example_itemArrayProcFunc.php
\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTa
ble\";i:1;}i:9;a:6:{s:8:\"property\";s:31:\"[Common Item States, see above]\";s:
8:\"datatype\";s:14:\"-&gt;TMENUITEM\";s:11:\"description\";s:221:\"This is the
TMENUITEM-options for each category of menuitem that can be generated.<br>&nbsp;
<b><br>SPECIAL:</b><br>The -&gt;OptionSplit function is run on the whole GIFBUIL
DER-configuration before the items are generated.\";s:7:\"default\";s:6:\"&nbsp;
\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}}}',''),(108,7389802
,'6741d93da8500fc90e7237a7a0cf9479','','tsref:(cObject).HMENU.(mObj).TMENUITEM',
'a:1:{s:4:\"rows\";a:23:{i:0;a:6:{s:8:\"property\";s:7:\"allWrap\";s:8:\"datatyp
e\";s:13:\"wrap /stdWrap\";s:11:\"description\";s:20:\"Wraps the whole item\";s:
7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\"
;i:1;}i:1;a:6:{s:8:\"property\";s:15:\"wrapItemAndSub \";s:8:\"datatype\";s:4:\"
wrap\";s:11:\"description\";s:56:\"Wraps the whole item and any submenu concaten
ated to it.\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is
_propertyTable\";i:1;}i:2;a:6:{s:8:\"property\";s:16:\"subst_elementUid\";s:8:\"
datatype\";s:7:\"boolean\";s:11:\"description\";s:301:\"If set, all appearances
of the string &#039;{elementUid}&#039; in the total element html-code (after wra
pped in .allWrap} is substituted with the uid number of the menu item. <br>This
is useful if you want to insert an identification code in the HTML in order to m
anipulate properties with JavaScript.\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"co
lumn_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:3;a:6:{s:8:\"property\";s:12:\
"RO_chBgColor\";s:8:\"datatype\";s:6:\"string\";s:11:\"description\";s:1411:\"If
property RO is set (see below) then you can set this property to a certain set
of parameters which will allow you to change the background color of eg. the tab
lecell when the mouse rolls over you text-link.<br>&nbsp;<b><br>Syntax:</b><br>[
over-color] | [out-color] | [id-prefix]<br>&nbsp;<b><br>Example:</b><br>page = P
AGE<br>page.typeNum = 0<br>page.10 = HMENU<br>page.10.wrap = &lt;table border=1&
gt;|&lt;/table&gt;<br>page.10.1 = TMENU<br>page.10.1.NO {<br>&nbsp;&nbsp;&nbsp;a
llWrap = &lt;tr&gt;&lt;td valign=top id=&quot;1tmenu{elementUid}&quot; style=&qu
ot;background:#eeeeee;&quot;&gt;|&lt;/td&gt;&lt;/tr&gt;<br>&nbsp;&nbsp;&nbsp;sub
st_elementUid = 1<br>&nbsp;&nbsp;&nbsp;RO_chBgColor = #cccccc | #eeeeee | 1tmenu
<br>&nbsp;&nbsp;&nbsp;RO = 1<br>}<br>&nbsp;<br>This example will start out with
the table cells in #eeeeee and change them to #cccccc (and back) when rolled ove
r. The &#x201c;1tmenu&#x201d; string is a unique id for the menu items. You may
not need it (unless the same menu items are more than once on a page), but the i
mportant thing is that the id of the table cell has the exact same label before
the {elementUid} (red marks). The other important thing is that you DO set a def
ault background color for the cell with the style-attribute (blue marking). If y
ou do not, Mozilla browsers will behave a little strange by not capturing the mo
useout event the first time it&#039;s triggered. \";s:7:\"default\";s:6:\"&nbsp;
\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:4;a:6:{s:8:\"prope
rty\";s:6:\"before\";s:8:\"datatype\";s:13:\"HTML /stdWrap\";s:11:\"description\
";s:6:\"&nbsp;\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\
"is_propertyTable\";i:1;}i:5;a:6:{s:8:\"property\";s:9:\"beforeImg\";s:8:\"datat
ype\";s:11:\"imgResource\";s:11:\"description\";s:6:\"&nbsp;\";s:7:\"default\";s
:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:6;a:6:{
s:8:\"property\";s:18:\"beforeImgTagParams\";s:8:\"datatype\";s:18:\"&lt;img&gt;
-params\";s:11:\"description\";s:6:\"&nbsp;\";s:7:\"default\";s:6:\"&nbsp;\";s:1
2:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:7;a:6:{s:8:\"property\";
s:13:\"beforeImgLink\";s:8:\"datatype\";s:7:\"boolean\";s:11:\"description\";s:6
8:\"If set, this image is linked with the same &lt;A&gt; tag as the text\";s:7:\
"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:
1;}i:8;a:6:{s:8:\"property\";s:11:\"beforeROImg\";s:8:\"datatype\";s:11:\"imgRes
ource\";s:11:\"description\";s:99:\"If set, &quot;.beforeImg&quot; and &quot;.be
foreROImg&quot; is expected to create a rollOver-pair. \";s:7:\"default\";s:6:\"
&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:9;a:6:{s:8:\
"property\";s:10:\"beforeWrap\";s:8:\"datatype\";s:4:\"wrap\";s:11:\"description
\";s:40:\"wrap around the &quot;.before&quot;-code\";s:7:\"default\";s:6:\"&nbsp
;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:10;a:6:{s:8:\"pro
perty\";s:8:\"linkWrap\";s:8:\"datatype\";s:4:\"wrap\";s:11:\"description\";s:6:
\"&nbsp;\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_pr
opertyTable\";i:1;}i:11;a:6:{s:8:\"property\";s:7:\"stdWrap\";s:8:\"datatype\";s
:12:\"-&gt;stdWrap\";s:11:\"description\";s:26:\"stdWrap to the link-text! \";s:
7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\"
;i:1;}i:12;a:6:{s:8:\"property\";s:14:\"ATagBeforeWrap\";s:8:\"datatype\";s:7:\"
boolean\";s:11:\"description\";s:6:\"&nbsp;\";s:7:\"default\";s:6:\"&nbsp;\";s:1
2:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:13;a:6:{s:8:\"property\"
;s:10:\"ATagParams\";s:8:\"datatype\";s:38:\"&nbsp;<i>&lt;A&gt;-params</i> /stdW
rap\";s:11:\"description\";s:81:\"Additional parameters<br>&nbsp;<b><br>Example:
</b><br>class=&#x201d;board&#x201d;\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"colu
mn_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:14;a:6:{s:8:\"property\";s:9:\"A
TagTitle\";s:8:\"datatype\";s:15:\"string /stdWrap\";s:11:\"description\";s:280:
\"Allows you to specify the &quot;title&quot; attribute of the &lt;a&gt; tag aro
und the menu item.<br>&nbsp;<b><br>Example:</b><br>ATagTitle.field = abstract //
description<br>&nbsp;<br>This would use the abstract or description field for t
he &lt;a title=&quot;&quot;&gt; attribute.\";s:7:\"default\";s:6:\"&nbsp;\";s:12
:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:15;a:6:{s:8:\"property\";
s:16:\"additionalParams\";s:8:\"datatype\";s:15:\"string /stdWrap\";s:11:\"descr
iption\";s:175:\"Define parameters that are added to the end of the URL. This mu
st be code ready to insert after the last parameter.<br>&nbsp;<br>For details, s
ee typolink-&gt;additionalParams\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_
count\";i:4;s:16:\"is_propertyTable\";i:1;}i:16;a:6:{s:8:\"property\";s:11:\"doN
otLinkIt\";s:8:\"datatype\";s:7:\"boolean\";s:11:\"description\";s:43:\"if set,
the linktext are not linked at all!\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"colu
mn_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:17;a:6:{s:8:\"property\";s:13:\"
doNotShowLink\";s:8:\"datatype\";s:7:\"boolean\";s:11:\"description\";s:62:\"if
set, the text will not be shown at all (smart with spacers)\";s:7:\"default\";s:
6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:18;a:6:{
s:8:\"property\";s:8:\"stdWrap2\";s:8:\"datatype\";s:13:\"wrap /stdWrap\";s:11:\
"description\";s:127:\"stdWrap to the total link-text and ATag. (Notice that the
plain default value passed to stdWrap function is &#x201c;|&#x201c;.)\";s:7:\"d
efault\";s:8:\"&nbsp;| \";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:
1;}i:19;a:6:{s:8:\"property\";s:2:\"RO\";s:8:\"datatype\";s:7:\"boolean\";s:11:\
"description\";s:41:\"if set, rollOver is enabled for this link\";s:7:\"default\
";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:20;a
:6:{s:8:\"property\";s:8:\"after...\";s:8:\"datatype\";s:7:\"[mixed]\";s:11:\"de
scription\";s:233:\"The series of &#x201c;before...&#x201d; properties are dupli
cated to &#x201c;after...&#x201d; properties as well. The only difference is tha
t the output generated by the .after.... properties are placed after the link an
d not before.\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"
is_propertyTable\";i:1;}i:21;a:6:{s:8:\"property\";s:9:\"altTarget\";s:8:\"datat
ype\";s:6:\"target\";s:11:\"description\";s:70:\"Alternative target overriding t
he target property of the TMENU if set.\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"
column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:22;a:6:{s:8:\"property\";s:1
0:\"allStdWrap\";s:8:\"datatype\";s:12:\"-&gt;stdWrap\";s:11:\"description\";s:2
5:\"stdWrap of the whole item\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_cou
nt\";i:4;s:16:\"is_propertyTable\";i:1;}}}',''),(109,7389802,'0ab0ced808e0b08923
1bd8b12ab07fca','','tsref:(cObject).HMENU.(mObj).IMGMENU','a:1:{s:4:\"rows\";a:1
0:{i:0;a:6:{s:8:\"property\";s:6:\"target\";s:8:\"datatype\";s:6:\"target\";s:11
:\"description\";s:23:\"Target of the menulinks\";s:7:\"default\";s:4:\"self\";s
:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:1;a:6:{s:8:\"property\
";s:14:\"forceTypeValue\";s:8:\"datatype\";s:3:\"int\";s:11:\"description\";s:89
:\"If set, the &amp;type parameter of the link is forced to this value regardles
s of target.\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"i
s_propertyTable\";i:1;}i:2;a:6:{s:8:\"property\";s:6:\"noBlur\";s:8:\"datatype\"
;s:7:\"Boolean\";s:11:\"description\";s:222:\"Normally graphical links are &quot
;blurred&quot; if the browser is MSIE. Blurring removes the ugly box around a cl
icked link. <br>If this property is set, the link is NOT blurred (browser-defaul
t) with &quot;onFocus&quot;.\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_coun
t\";i:4;s:16:\"is_propertyTable\";i:1;}i:3;a:6:{s:8:\"property\";s:4:\"wrap\";s:
8:\"datatype\";s:4:\"wrap\";s:11:\"description\";s:6:\"&nbsp;\";s:7:\"default\";
s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:4;a:6:
{s:8:\"property\";s:6:\"params\";s:8:\"datatype\";s:18:\"&lt;img&gt;-params\";s:
11:\"description\";s:6:\"&nbsp;\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_c
ount\";i:4;s:16:\"is_propertyTable\";i:1;}i:5;a:6:{s:8:\"property\";s:4:\"main\"
;s:8:\"datatype\";s:15:\"-&gt;GIFBUILDER\";s:11:\"description\";s:75:\"Main conf
iguration of the image-map! This defines the &quot;underlay&quot;!\";s:7:\"defau
lt\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:6
;a:6:{s:8:\"property\";s:9:\"dWorkArea\";s:8:\"datatype\";s:13:\"offset + calc\"
;s:11:\"description\";s:78:\"Main offset of the GIFBUILDER-items (also called th
e &quot;distribution&quot;)\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count
\";i:4;s:16:\"is_propertyTable\";i:1;}i:7;a:6:{s:8:\"property\";s:31:\"[Common I
tem States, see above]\";s:8:\"datatype\";s:30:\"-&gt;IMGMENUITEM<br>+ .distrib\
";s:11:\"description\";s:1359:\"This is the TMENUITEM-options for each category
of menuitem that can be generated.<br>&nbsp;<b><br>SPECIAL:</b><br>The -&gt;Opti
onSplit function is run on the whole GIFBUILDER-configuration before the items a
re generated.<br>&nbsp;<br>&nbsp;<b>.distrib</b> is (x,y,v,h +calc) of the distr
ibution of the menuitems. This provides a way to space each item from the other.
The codes &quot;textX&quot; and &quot;textY&quot; can be used for the width (X)
and height (Y) dimension of each link.<br>This works by adding a WORKAREA-GifBu
ilderObj between each of the IMGMENUITEM (&quot;subset&quot; of a GIFBUILDER-obj
ect) and this workarea defines where the text should be printed. As such the &qu
ot;x,y&quot; defines the offset <b><i>the next item will have</b></i> (this shou
ld be the width of the previous in many cases!) and &quot;v,h&quot; defines the
<b><i>dimensions of the current item</b></i>. <br>Consider this example taken fr
om the static_template &quot;template: MM&quot;:<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbs
p;NO.distrib = textX+10, 0, textX+10, textY+5<br>In the future TypoScript may pr
ovide better ways to position GIFBUILDER-objects on the image-maps!<br>&nbsp;<br
>&nbsp;<b>ImgMap</b> is automatically used on the links! (that is the &quot;.img
Map&quot; property of the text-objects in the GIFBUILDER-objects is set automati
cally, unless is allready set.)\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_c
ount\";i:4;s:16:\"is_propertyTable\";i:1;}i:8;a:6:{s:8:\"property\";s:12:\"imgMa
pExtras\";s:8:\"datatype\";s:20:\"&lt;area...&gt;-tags\";s:11:\"description\";s:
43:\"Extra &lt;area...&gt;tags for the image-map\";s:7:\"default\";s:6:\"&nbsp;\
";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:9;a:6:{s:8:\"proper
ty\";s:21:\"debugRenumberedObject\";s:8:\"datatype\";s:7:\"boolean\";s:11:\"desc
ription\";s:104:\"if set, the final GIFBUILDER object configuration is output in
order for you to debug your configuration\";s:7:\"default\";s:6:\"&nbsp;\";s:12
:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}}}',''),(110,7389802,'cdccc
471d5b78c74bb04998ced50107c','','tsref:(cObject).HMENU.(mObj).IMGMENUITEM','a:1:
{s:4:\"rows\";a:1:{i:0;a:6:{s:8:\"property\";s:10:\"1,2,3,4...\";s:8:\"datatype\
";s:18:\"-&gt;GifBuilderObj\";s:11:\"description\";s:2298:\"<b>NOTE:</b><br>The
way a imagemap is made is this; All IMGMENUITEMS are included in one big Gifbuil
derobj (and renumbered!!). Because of this, Gifbuilderobjects on the next level
will not be able to access the data of each menuitem.<br>Also the feature of usi
ng [##.w] and [##.h] with +calc is currently not supported by IMGMENUITEMs.<br>T
herefore all IMAGE-objects on the first level is checked; if &quot;file&quot; or
&quot;mask&quot; for any IMAGE-objects are set to &quot;GIFBUILDER&quot;, the G
ifbuilder-object is parsed to see if any TEXT-objects are present and if so, the
TEXT-object is &quot;checked&quot; - which means, that the stdWrap-function is
called at a time where the $cObj-&gt;data-array is set to the actual menuitem.<b
r>In the example below, the text of each menuitem is rendered by letting the tit
le be rendered on a mask instead of directly on the image. Please observe that t
he &quot;NO.10&quot;-object is present in order for the image-map coordinates to
be generated!!<br>&nbsp;<br>&nbsp;&nbsp;&nbsp;NO.6 = IMAGE<br>&nbsp;&nbsp;&nbsp
;NO.6.file = masked_pencolor*.gif<br>&nbsp;&nbsp;&nbsp;NO.6.mask = GIFBUILDER<br
>&nbsp;&nbsp;&nbsp;NO.6.mask {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;XY = 500, 200<br
>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;backColor = black<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbs
p;10 = TEXT<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;10 {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nb
sp;&nbsp;&nbsp;text.field = title<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;f
ontFile = fileadmin/fonts/caflisch.ttf<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n
bsp;fontSize = 34<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;fontColor = white
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;angle = 15<br>&nbsp;&nbsp;&nbsp;&n
bsp;&nbsp;&nbsp;&nbsp;offset = 48,110<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br>&nbs
p;&nbsp;&nbsp;&nbsp;&nbsp;20 = EFFECT<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;20.value
= blur=80<br>&nbsp;&nbsp;&nbsp;} <br>&nbsp;&nbsp;&nbsp;NO.10 = TEXT<br>&nbsp;&nb
sp;&nbsp;NO.10 {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;text.field = title<br>&nbsp;&n
bsp;&nbsp;&nbsp;&nbsp;fontFile = fileadmin/fonts/caflisch.ttf<br>&nbsp;&nbsp;&nb
sp;&nbsp;&nbsp;fontSize = 34<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;angle = 15<br>&nbs
p;&nbsp;&nbsp;&nbsp;&nbsp;offset = 48,110<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;hideB
utCreateMap = 1<br>&nbsp;&nbsp;&nbsp;}\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"c
olumn_count\";i:4;s:16:\"is_propertyTable\";i:1;}}}',''),(111,7389802,'2cdd9060d
cb2633b93d2a58448f1323e','','tsref:(cObject).HMENU.(mObj).JSMENU','a:1:{s:4:\"ro
ws\";a:9:{i:0;a:6:{s:8:\"property\";s:6:\"levels\";s:8:\"datatype\";s:8:\"int, 1
-5\";s:11:\"description\";s:25:\"How many levels there are\";s:7:\"default\";s:1
:\"1\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:1;a:6:{s:8:\"p
roperty\";s:8:\"menuName\";s:8:\"datatype\";s:6:\"string\";s:11:\"description\";
s:111:\"JavaScript menu name. <br>If you have more than one JSMENU on the page,
you should set this value for each one.\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"
column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:2;a:6:{s:8:\"property\";s:6:
\"target\";s:8:\"datatype\";s:6:\"target\";s:11:\"description\";s:32:\"Decides t
arget of the menu-links\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i
:4;s:16:\"is_propertyTable\";i:1;}i:3;a:6:{s:8:\"property\";s:14:\"forceTypeValu
e\";s:8:\"datatype\";s:3:\"int\";s:11:\"description\";s:89:\"If set, the &amp;ty
pe parameter of the link is forced to this value regardless of target.\";s:7:\"d
efault\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;
}i:4;a:6:{s:8:\"property\";s:10:\"1,2,3,4...\";s:8:\"datatype\";s:10:\"JSMENUITE
M\";s:11:\"description\";s:13:\"levels-config\";s:7:\"default\";s:6:\"&nbsp;\";s
:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:5;a:6:{s:8:\"property\
";s:4:\"wrap\";s:8:\"datatype\";s:4:\"wrap\";s:11:\"description\";s:30:\"wrap ar
ound the selector-boxes\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i
:4;s:16:\"is_propertyTable\";i:1;}i:6;a:6:{s:8:\"property\";s:13:\"wrapAfterTags
\";s:8:\"datatype\";s:4:\"wrap\";s:11:\"description\";s:66:\"wrap around the sel
ector-boxes with wrap and form-tags og JS-code.\";s:7:\"default\";s:6:\"&nbsp;\"
;s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:7;a:6:{s:8:\"propert
y\";s:17:\"firstLabelGeneral\";s:8:\"datatype\";s:6:\"string\";s:11:\"descriptio
n\";s:71:\"General firstlabel. May be overridden by the one set in each JSMENUIT
EM\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_property
Table\";i:1;}i:8;a:6:{s:8:\"property\";s:3:\"SPC\";s:8:\"datatype\";s:7:\"boolea
n\";s:11:\"description\";s:46:\"If set, spacer can go into the menu, else not.\"
;s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTabl
e\";i:1;}}}',''),(112,7389802,'52b4fd3e8e7b15fb48cd362b5fc056cd','','tsref:(cObj
ect).HMENU.(mObj).JSMENUITEM','a:1:{s:4:\"rows\";a:9:{i:0;a:6:{s:8:\"property\";
s:6:\"noLink\";s:8:\"datatype\";s:7:\"boolean\";s:11:\"description\";s:407:\"Nor
mally the selection of a menu item in the selector box will update the selector
on the next level (if there is a next level) and if there are no items for that
selector (because there were no subpages), then the link jumps to the page of it
self. <br>If this flag is set, however, no menuitems in the selector box will ev
er link to anything. Only update the content of the next selector box on next le
vel.\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_proper
tyTable\";i:1;}i:1;a:6:{s:8:\"property\";s:10:\"alwaysLink\";s:8:\"datatype\";s:
7:\"boolean\";s:11:\"description\";s:100:\"If set an item in the menu selector w
ill always link. This takes precedence over &quot;noLink&quot;.\";s:7:\"default\
";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:2;a:
6:{s:8:\"property\";s:10:\"showFi rst\";s:8:\"datatype\";s:7:\"boolean\";s:11:\"
description\";s:62:\"if set, the first link will be shown when the menu is updat
ed.\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propert
yTable\";i:1;}i:3;a:6:{s:8:\"property\";s:10:\"showActive\";s:8:\"datatype\";s:7
:\"boolean\";s:11:\"description\";s:53:\"if set, the active level will be select
ed, if present\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\
"is_propertyTable\";i:1;}i:4;a:6:{s:8:\"property\";s:4:\"wrap\";s:8:\"datatype\"
;s:4:\"wrap\";s:11:\"description\";s:21:\"wraps the selectorbox\";s:7:\"default\
";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:5;a:
6:{s:8:\"property\";s:5:\"width\";s:8:\"datatype\";s:4:\"int+\";s:11:\"descripti
on\";s:61:\"Initial width of the boxes set by a number of _ (underscores)\";s:7:
\"default\";s:2:\"14\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}
i:6;a:6:{s:8:\"property\";s:8:\"elements\";s:8:\"datatype\";s:4:\"int+\";s:11:\"
description\";s:98:\"Initial number of elements in the menu. This is of course o
verruled by the actual menu item texts.\";s:7:\"default\";s:1:\"5\";s:12:\"colum
n_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:7;a:6:{s:8:\"property\";s:16:\"ad
ditionalParams\";s:8:\"datatype\";s:6:\"string\";s:11:\"description\";s:145:\"Ad
ditional parameters to the &lt;select&gt; box. Eg, you could set the width with
a style-parameter like this:<br>style=&quot;width: 200px;&quot;\";s:7:\"default\
";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:8;a:
6:{s:8:\"property\";s:10:\"firstLabel\";s:8:\"datatype\";s:6:\"string\";s:11:\"d
escription\";s:48:\"Firt label in top of the menu (default is blank)\";s:7:\"def
ault\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}}
}',''),(113,7389802,'d5d05a1da766c8752918259cd571b75f','','tsref:(script).fe_adm
inLib','a:1:{s:4:\"rows\";a:31:{i:0;a:6:{s:8:\"property\";s:12:\"templateFile\";
s:8:\"datatype\";s:8:\"resource\";s:11:\"description\";s:67:\"The template file,
see examples in media/scripts/fe_user_admin.tmpl\";s:7:\"default\";s:6:\"&nbsp;
\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:1;a:6:{s:8:\"prope
rty\";s:15:\"templateContent\";s:8:\"datatype\";s:6:\"string\";s:11:\"descriptio
n\";s:78:\"Alternatively you can set this property directly to the value of the
template.\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_p
ropertyTable\";i:1;}i:2;a:6:{s:8:\"property\";s:5:\"table\";s:8:\"datatype\";s:9
:\"tablename\";s:11:\"description\";s:289:\"The table to edit. <br>Notice: The u
ltimate lsit of fields allowed to be edited for the table is defined in TCA with
the key [&quot;feInterface&quot;][&quot;fe_admin_fieldList&quot;] for each tabl
e in question. For an example, see the table definition for fe_users which is a
good example.\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"
is_propertyTable\";i:1;}i:3;a:6:{s:8:\"property\";s:10:\"defaultCmd\";s:8:\"data
type\";s:6:\"string\";s:11:\"description\";s:86:\"Defines which action should be
default (if &amp;cmd= is not set when calling the page)\";s:7:\"default\";s:6:\
"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:4;a:6:{s:8:
\"property\";s:17:\"clearCacheOfPages\";s:8:\"datatype\";s:25:\"<i>[list of inte
gers]</i>\";s:11:\"description\";s:114:\"This is a list of page-ids for which to
clear the cache on any successfull operation be it EDIT, CREATE og DELETE.\";s:
7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\"
;i:1;}i:5;a:6:{s:8:\"property\";s:5:\"debug\";s:8:\"datatype\";s:7:\"boolean\";s
:11:\"description\";s:86:\"If set, debug information will be output from fe_admi
nLib which helps to track errors.\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column
_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:6;a:6:{s:8:\"property\";s:15:\"<b>
Actions:</b>\";s:8:\"datatype\";N;s:11:\"description\";N;s:7:\"default\";N;s:12:
\"column_count\";i:1;s:16:\"is_propertyTable\";i:1;}i:7;a:6:{s:8:\"property\";s:
5:\"edit \";s:8:\"datatype\";s:21:\"boolean /actionObject\";s:11:\"description\"
;s:1880:\"If set, editing is basically allowed.<br>But you need to specify:<br>&
nbsp;<br>&nbsp;<b>.fields </b>(list of fieldnames) which determines the fields a
llowed for editing. Every field in this list must be found as well in the [&quot
;feInterface&quot;][&quot;fe_admin_fieldList&quot;] found in the TCA array which
ultimately determines which fields can be edited by the fe_adminLib.<b><br>&nbs
p;</b><br>&nbsp;<b>.overrideValues.[fieldname]</b> (value string) defines values
for specific fields which will override ANY input from the form. Overriding val
ues happens after the outside values has been parsed by the .parseValues-propert
y of fe_adminLib but before the evaluation by .required and .evalValues below. F
or example this may be useful if you wish to hide a record which is being edited
, because you want to preview it first.<b><br>&nbsp;</b><br>&nbsp;<b>.required <
/b>(list of fieldnames, subset of .fields) which determines which fields are req
uired to return a true value. The valid fields entered here will have the subpar
t ###SUB_REQUIRED_FIELD_<i>[fieldname]</i>### removed from the templates if they
evaluates to being true and thereby OK. See below for information about this su
bpart.<b><br>&nbsp;</b><br>&nbsp;<b>.evalValues.[fieldname]</b> (list of eval-co
des) defines specific evaluation forms for the individual fiels of the form. See
below.<b><br>&nbsp;</b><br>&nbsp;<b>.preview</b> (boolean) will enable the form
submitted to be previewed first. This requires a template for preview to be fou
nd in the template file. See below for subpart marker names.<b><br>&nbsp;</b><br
>&nbsp;<b>.menuLockPid</b> (boolean will force the menu of editable items to be
locked to the .pid (edit only)<b><br>&nbsp;</b><br>&nbsp;<b>.userFunc_afterSave
</b>(function-name) is called after the record is saved. The content passed is a
n array with the current (and previous) record in.\";s:7:\"default\";s:6:\"&nbsp
;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:8;a:6:{s:8:\"prop
erty\";s:7:\"create \";s:8:\"datatype\";s:21:\"boolean /actionObject\";s:11:\"de
scription\";s:443:\"The same as .edit above except where otherwise stated.<br>Pl
us there is these additional properties:<b><br>&nbsp;</b><br>&nbsp;<b>.noSpecial
LoginForm </b>(boolean) - if set, fe_adminLib does NOT look for the subpart mark
er TEMPLATE_CREATE_LOGIN but always for TEMPLATE_CREATE<b><br>&nbsp;</b><br>&nbs
p;<b>.defaultValues.[fieldname]</b> (value string); Like .overrideValues but thi
s sets the default values the first time the form is displayed.\";s:7:\"default\
";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:9;a:
6:{s:8:\"property\";s:6:\"delete\";s:8:\"datatype\";s:7:\"boolean\";s:11:\"descr
iption\";s:218:\"Whether or not records may be deleted. Still regular authentica
tion (ownership or email authCode) is required. Setting the var &#x201c;preview&
#x201d; lets you make a delete-preview before actually deleting the record.\";s:
7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\"
;i:1;}i:10;a:6:{s:8:\"property\";s:8:\"infomail\";s:8:\"datatype\";s:7:\"boolean
\";s:11:\"description\";s:374:\"Infomails are plaintext mails based on templates
found in the template file. They may be used for such as sending a forgotten pa
ssword to a user, but what goes into the infomail is totally up to your design o
f the template.<br>Normally you may have only a default infomail (infomail.defau
lt) for instance for sending the password. But you can use other keys also. See
below.\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_prop
ertyTable\";i:1;}i:11;a:6:{s:8:\"property\";s:14:\"infomail.[key]\";s:8:\"dataty
pe\";s:38:\"(configuration of infomail properties)\";s:11:\"description\";s:619:
\"In order to make fe_adminLib send an infomail, you must specify these vars in
your GET vars or HTML-form.<br>&nbsp;<br>&nbsp;<b>fetch</b> - if integer, it sea
rches for the uid being the value of &#039;fetch&#039;. If not, it searches for
the email-field (defined by a property of fe_adminLib, see below). <br>&nbsp;<br
>&nbsp;<b>key</b> - points to the infomail.[key] configuration to use<b><br>&nbs
p;</b><b><br>Properties:</b><br>&nbsp;<b>.dontLockPid</b> (boolean) - selects on
ly records from the .pid of fe_adminLib.<br>&nbsp;<b>.label </b>(string) - The s
uffix for the markers, see &#039;Email Markers&#039; beneath.\";s:7:\"default\";
s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:12;a:6
:{s:8:\"property\";s:8:\"setfixed\";s:8:\"datatype\";s:19:\"boolean /properties\
";s:11:\"description\";s:3167:\"Allows set-fixed input, probably coming from a l
ink in an infomail or notification mail.<b><br>Syntax: </b><br>&nbsp;<br>&nbsp;<
b>.[fix</b><b><i>key</b></i><b>].[</b><b><i>fieldname</b></i><b>] = </b><b><i>fi
eldvalue</b></i><i> </i>- is used to setup a setfixed-link insertable in the inf
omail by the SYS_SETFIXED_*-markers. See above (setfixed-property of fe_adminLib
).<br>Special fixkey &#039;DELETE&#039; is just a boolean.<br>&nbsp;<br>&nbsp;<b
>.userFunc_afterSave </b>(function-name) is called after the record is saved. Th
e content passed is an array with the current (and previous) record in.<br>&nbsp
;<b><br>Concept:</b><br>The &#039;setfixed&#039; concept is best explained by de
scribing a typical scenario - in fact the most common situation of its use:<br>I
magine you have some users submitting information on your website. But before th
at information enters the database, you would like to moderate it - simply previ
ew it and then either delete it or approve it. In the &#039;create&#039; configu
ration of fe_adminLib, you set up the hidden field of the record to be overridde
n to 1. Thus the record is hidden by default. Then you configure a setfixed-fixk
ey to set the hidden field to 0. This set up generates a list of parameters for
use in an URL and those parameters are finally inserted by a corresponding marke
r in the email template. The link includes all necessary authentication to perfo
rm the change of values and thus a single click on that link is enough to change
the field values. So this will - by a single click of a link in a notification
mail sent to an admin - enable the record! Or of course a similar link with a cm
d=delete link will delete it...<br>There is a special &#x201c;fieldname&#x201d;
you can use, which is &#039;_FIELDLIST&#x201d; and that lets you specify a list
of fields in the record to base the auth-code on. If nothing is specifyed the md
5-hash is based on the whole record which means that any changes will disable th
e setfixed link. If on the other hand, you set _FIELDLIST = uid,pid then that re
cord will be editable as long as the uid and pid values are intact.<b><br>Exampl
e:</b><br>This is a common configuration of the email-properties with a simple s
etfixed setting:<br>&nbsp;&nbsp;&nbsp;email.from = kasper@typo3.com<br>&nbsp;&nb
sp;&nbsp;email.fromName = Kasper Sk&#xe5;rh&#xf8;j<br>&nbsp;&nbsp;&nbsp;email.ad
min = kasper@typo3.com<br>&nbsp;&nbsp;&nbsp;setfixed.approve {<br>&nbsp;&nbsp;&n
bsp;&nbsp;&nbsp;hidden = 0<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;_FIELDLIST = uid,pid
<br>&nbsp;&nbsp;&nbsp;}<br>&nbsp;&nbsp;&nbsp;setfixed.DELETE = 1<br>&nbsp;&nbsp;
&nbsp;setfixed.DELETE._FIELDLIST = uid<br>&nbsp;<br>Now, if you insert this mark
er in your email template <br>&nbsp;<br>&nbsp;&nbsp;&nbsp;###SYS_SETFIXED_approv
e### <br>&nbsp;<br>if will get substituted with something like these parameters:
<br>&nbsp;<br>&amp;cmd=setfixed&amp;rU=9&amp;fD[hidden]=0&amp;aC=5c403d90 <br>&n
bsp;<br>Now, all you need is to point that to the correct url (where fe_adminLib
is invoked!), eg:<br>&nbsp;<br>###THIS_URL######FORM_URL######SYS_SETFIXED_appr
ove###<br>&nbsp;<br>and for deletion:<br>&nbsp;<br>...###SYS_SETFIXED_DELETE###\
";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTab
le\";i:1;}i:13;a:6:{s:8:\"property\";s:13:\"<b>Others</b>\";s:8:\"datatype\";N;s
:11:\"description\";N;s:7:\"default\";N;s:12:\"column_count\";i:1;s:16:\"is_prop
ertyTable\";i:1;}i:14;a:6:{s:8:\"property\";s:15:\"authcodeFields \";s:8:\"datat
ype\";s:23:\"<i>[list of fields]</i>\";s:11:\"description\";s:1352:\"Comma separ
ated list of fields to base the authCode generation on. Basically this list woul
d include &#x201c;uid&#x201d; only in most cases. If the list includes more fiel
ds, you should be aware that the authCode will change when the value of that fie
ld changes. And then the user will have to re-send an email to himself with a ne
w code.<br>&nbsp;<br>&nbsp;<b>.addKey </b>(string) adds the string to the md5-ha
sh of the authCode. Just enter any random string here. Point is that people from
outside doesn&#039;t know this code and therefore are not able to reconstruct t
he md5-hash solely based on the uid<br>&nbsp;<br>&nbsp;<b>.addDate</b> (date-con
fig) You can use this to make the code time-disabled. Say if you enter &#x201c;d
-m-Y&#x201d; here as value, the code will work until midnight and then a new cod
e will be valid.<br>&nbsp;<br>&nbsp;<b>.codeLength</b> (int) Defines how long th
e authentication code should be. Default is 8 characters.<br>In any case TYPO3_C
ONF_VARS[SYS][encryptionKey] is prepended.<br>&nbsp;<b><br>Advice:</b><br>If you
want to generate authCodes compatible with the standard authCodes (used by the
direct mailer by t3lib_div::stdAuthCode()), please set TYPO3_CONF_VARS[SYS][encr
yptionKey] to a unique and secret key (like you should in any case) and add &#x2
01c;uid&#x201d; as authcodeField ONLY. This is secure enough.\";s:7:\"default\";
s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:15;a:6
:{s:8:\"property\";s:5:\"email\";s:8:\"datatype\";s:6:\"&nbsp;\";s:11:\"descript
ion\";s:558:\"&nbsp;<b>.from </b>(string, email) Defines the sender email addres
s of mails sent out<br>&nbsp;<br>&nbsp;<b>.fromName </b>(string) Defines the nam
e of the sender. If set, this will be used on the form NAME &lt;EMAIL&gt;<br>&nb
sp;<b><br>.admin</b><br>&nbsp;<br>&nbsp;<b>.field </b>(string/integer) Defines t
he fieldname of the record where the email address to send to is found. If the f
ield content happens to be an integer, this is assumed to be the uid of the fe_u
ser owning the record and the email address of that user is fetched for the purp
ose instead.\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"i
s_propertyTable\";i:1;}i:16;a:6:{s:8:\"property\";s:3:\"pid\";s:8:\"datatype\";s
:4:\"int+\";s:11:\"description\";s:42:\"The pid in which to store/get the record
s.\";s:7:\"default\";s:12:\"Current page\";s:12:\"column_count\";i:4;s:16:\"is_p
ropertyTable\";i:1;}i:17;a:6:{s:8:\"property\";s:14:\"fe_userOwnSelf\";s:8:\"dat
atype\";s:7:\"boolean\";s:11:\"description\";s:361:\"If set, fe_users created by
this module has their fe_cruser_id-field set to their own uid which means they
&#039;own&#039; their own record and can thus edit their own data. <br>All other
tables which has a fe_cruser_id field configured in the &#039;ctrl&#039; sectio
n of their $TCA-configuration will automatically get this field set to the curre
nt fe_user id.\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\
"is_propertyTable\";i:1;}i:18;a:6:{s:8:\"property\";s:15:\"fe_userEditSelf\";s:8
:\"datatype\";s:7:\"boolean\";s:11:\"description\";s:102:\"If set, fe_users - re
gardless of whether they own themselves or not - will be allowed to edit himself
.\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyT
able\";i:1;}i:19;a:6:{s:8:\"property\";s:13:\"allowedGroups\";s:8:\"datatype\";s
:18:\"[list of integers]\";s:11:\"description\";s:141:\"List of fe_groups uid nu
mbers which are allowed to edit the records through this form. Normally only the
owner fe_user is allowed to do that.\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"co
lumn_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:20;a:6:{s:8:\"property\";s:8:\
"evalFunc\";s:8:\"datatype\";s:13:\"function-name\";s:11:\"description\";s:280:\
"Function by which you can manipulate the dataArray before it&#039;s saved. <br>
The dataArray is passed to the function as $content and MUST be returned again f
rom the function.<br>The property &#x201c;parentObj&#x201d; is a hardcoded refer
ence to the fe_adminLib object.<br>&nbsp;\";s:7:\"default\";s:6:\"&nbsp;\";s:12:
\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:21;a:6:{s:8:\"property\";s
:7:\"formurl\";s:8:\"datatype\";s:13:\"-&gt;typolink\";s:11:\"description\";s:66
:\"Contains typolink properties for the URL (action tag) of the form.\";s:7:\"de
fault\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}
i:22;a:6:{s:8:\"property\";s:19:\"parseValues.[field]\";s:8:\"datatype\";s:20:\"
[list of parseCodes]\";s:11:\"description\";s:1510:\"<b>ParseCodes:</b><br>&nbsp
;<b>int </b>- returns the integer value of the input<br>&nbsp;<b>lower</b> - ret
urns lowercase version of the input<br>&nbsp;<b>upper </b>- returns uppercase ve
rsion of the input<br>&nbsp;<b>nospace</b> - strips all space<br>&nbsp;<b>alpha,
num, alphanum, alphanum_x</b> - only alphabetic (a-z) and/or numeric chars. alp
hanum_x also allows _ and -<br>&nbsp;<b>trim </b>- trims whitespace in the ends
of the string<br>&nbsp;<b>setEmptyIfAbsent </b>- will make sure the field is set
to empty if the value is not submitted. This ensures a field to be updated an i
s handy with checkboxes<br>&nbsp;<b>random[x]</b> - Returns a random number betw
een 0 and x<br>&nbsp;<b>files[semicolon-list(!) of extensions, none=all][maxsize
in kb, none=no limit]</b> - Defining the field to hold files. See below for det
ails!<br>&nbsp;<b>multiple </b>- Set this, if the input comes from a multiple-se
lector box (remember to add ...[] to the fieldname so the values come in an arra
y!)<br>&nbsp;<b>checkArray</b> - Set this, if you want several checkboxes to set
bits in a single field. In that case you must prepend every checkbox with [x] w
here x is the bitnumber to set starting with zero. The default values of the che
ckbox form elements must be false.<br>&nbsp;<b>uniqueHashInt[semicolon-list(!) o
f other fields]</b> - This makes a unique hash (32 bit integer) of the content i
n the specified fields. The values of those fields are first converted to lowerc
ase and only alphanum chars are preserved. \";s:7:\"default\";s:6:\"&nbsp;\";s:1
2:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:23;a:6:{s:8:\"property\"
;s:20:\"userFunc_updateArray\";s:8:\"datatype\";s:13:\"function-name\";s:11:\"de
scription\";s:148:\"Points to a user function which will have the value-array pa
ssed to it before the value array is used to construct the update-JavaScript sta
tements.\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_pr
opertyTable\";i:1;}i:24;a:6:{s:8:\"property\";s:29:\"evalErrors.[field].[evalCod
e]\";s:8:\"datatype\";s:6:\"&nbsp;\";s:11:\"description\";s:165:\"This lets you
specify the error messages inserted in the ###EVAL_ERROR_FIELD_[fieldname]### ma
rkers upon an evaluation error.<br>See description of evaluation below.\";s:7:\"
default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1
;}i:25;a:6:{s:8:\"property\";s:22:\"cObjects.[marker_name]\";s:8:\"datatype\";s:
7:\"cObject\";s:11:\"description\";s:389:\"This is cObjects you can insert by ma
rkers in the template.<br>&nbsp;<b><br>Example:</b><br>Say, you set up a cObject
like this:<br>&nbsp;<br>cObject.myHeader = TEXT<br>cObject.myHeader.value = Thi
s is my header<br>&nbsp;<br>then you can include this cObject in most of the tem
plates through a marker named ###CE_myHeader### or ###PCE_myHeader### (see below
for details on the difference).\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_
count\";i:4;s:16:\"is_propertyTable\";i:1;}i:26;a:6:{s:8:\"property\";s:5:\"wrap
1\";s:8:\"datatype\";s:12:\"-&gt;stdWrap\";s:11:\"description\";s:225:\"Global W
rap 1. This will be splitted into the markers ###GW1B### and ###GW1E###. Don&#03
9;t change the input value by the settings, only wrap it in something.<br>&nbsp;
<b><br>Example:</b><br>wrap1.wrap = &lt;b&gt; |&lt;/B&gt;\";s:7:\"default\";s:6:
\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:27;a:6:{s:
8:\"property\";s:5:\"wrap2\";s:8:\"datatype\";s:12:\"-&gt;stdWrap\";s:11:\"descr
iption\";s:25:\"Global Wrap 2 (see above)\";s:7:\"default\";s:6:\"&nbsp;\";s:12:
\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:28;a:6:{s:8:\"property\";s
:6:\"color1\";s:8:\"datatype\";s:15:\"string /stdWrap\";s:11:\"description\";s:4
3:\"Value for ###GC1### marker (Global color 1)\";s:7:\"default\";s:6:\"&nbsp;\"
;s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:29;a:6:{s:8:\"proper
ty\";s:6:\"color2\";s:8:\"datatype\";s:15:\"string /stdWrap\";s:11:\"description
\";s:43:\"Value for ###GC2### marker (Global color 2)\";s:7:\"default\";s:6:\"&n
bsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:30;a:6:{s:8:\"
property\";s:6:\"color3\";s:8:\"datatype\";s:15:\"string /stdWrap\";s:11:\"descr
iption\";s:43:\"Value for ###GC3### marker (Global color 3)\";s:7:\"default\";s:
6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}}}',''),(1
14,7389802,'63743e1b082d6f7bcb449ddeb484466e','','tsref:(script).fe_adminLib.eva
lErrors.(field).(evalCode)','a:1:{s:4:\"rows\";a:8:{i:0;a:6:{s:8:\"property\";s:
12:\"uniqueGlobal\";s:8:\"datatype\";s:6:\"&nbsp;\";s:11:\"description\";s:149:\
"This requires the value of the field to be globally unique, which means it must
not exist in the same field of any other record in the current table.\";s:7:\"d
efault\";N;s:12:\"column_count\";i:2;s:16:\"is_propertyTable\";i:1;}i:1;a:6:{s:8
:\"property\";s:11:\"uniqueLocal\";s:8:\"datatype\";s:6:\"&nbsp;\";s:11:\"descri
ption\";s:193:\"This is like uniqueGlobal, but the value is required to be uniqu
e <i>only</i> in the PID of the record. Thus if two records has different pid va
lues, they may have the same value of this field.\";s:7:\"default\";N;s:12:\"col
umn_count\";i:2;s:16:\"is_propertyTable\";i:1;}i:2;a:6:{s:8:\"property\";s:5:\"t
wice\";s:8:\"datatype\";s:6:\"&nbsp;\";s:11:\"description\";s:349:\"This require
s the value of the field to match the value of a secondary field name [fieldname
]_again sent in the incoming formdata. THis is useful for entering password. The
n if your password field is name &#x201c;user_pass&#x201d; then you simple add a
second field name &#x201c;user_pass_again&#x201d; and then set the &#039;twice&
#039; eval code. \";s:7:\"default\";N;s:12:\"column_count\";i:2;s:16:\"is_proper
tyTable\";i:1;}i:3;a:6:{s:8:\"property\";s:5:\"email\";s:8:\"datatype\";s:6:\"&n
bsp;\";s:11:\"description\";s:91:\"Requires the field value to be an email addre
ss at least on the form [name]@*[domain].[tld]\";s:7:\"default\";N;s:12:\"column
_count\";i:2;s:16:\"is_propertyTable\";i:1;}i:4;a:6:{s:8:\"property\";s:8:\"requ
ired\";s:8:\"datatype\";s:6:\"&nbsp;\";s:11:\"description\";s:70:\"Just simple r
equired (trimmed value). 0 (zero) will evaluate to false!\";s:7:\"default\";N;s:
12:\"column_count\";i:2;s:16:\"is_propertyTable\";i:1;}i:5;a:6:{s:8:\"property\"
;s:17:\"atLeast<br>atMost\";s:8:\"datatype\";s:6:\"&nbsp;\";s:11:\"description\"
;s:142:\"Specifies a minimum / maximum of characters to enter in the fields.<br>
&nbsp;<b>Example</b>, that requires at least 5 characters: atleast [5] \";s:7:\"
default\";N;s:12:\"column_count\";i:2;s:16:\"is_propertyTable\";i:1;}i:6;a:6:{s:
8:\"property\";s:8:\"inBranch\";s:8:\"datatype\";s:6:\"&nbsp;\";s:11:\"descripti
on\";s:320:\"inBranch requires the value (typically of a pid-field) to be among
a list of page-id&#039;s (pid&#039;s) specified with the inBranch parameters. Th
e parameters are given like <i>[root_pid; depth; beginAt]</i><br>&nbsp;<b>Exampl
e</b>, which will return a list of pids one level deep from page 4 (included): i
nBranch [4;1]\";s:7:\"default\";N;s:12:\"column_count\";i:2;s:16:\"is_propertyTa
ble\";i:1;}i:7;a:6:{s:8:\"property\";s:10:\"unsetEmpty\";s:8:\"datatype\";s:6:\"
&nbsp;\";s:11:\"description\";s:196:\"This evaluation does not result in any err
or code. Only it simply unsets the field if the value of the field is empty. Thu
s it&#039;ll not override any current value if the field value is not set.\";s:7
:\"default\";N;s:12:\"column_count\";i:2;s:16:\"is_propertyTable\";i:1;}}}',''),
(115,7389802,'63839135a1a4b8831ae951b0be3e42e0','','tsref:(script).tipafriend','
a:1:{s:4:\"rows\";a:10:{i:0;a:6:{s:8:\"property\";s:12:\"templateFile\";s:8:\"da
tatype\";s:8:\"resource\";s:11:\"description\";s:88:\"The template-file. <br>See
example in &#039;media/scripts/tipafriend_template.tmpl&#039;\";s:7:\"default\"
;s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:1;a:6
:{s:8:\"property\";s:4:\"code\";s:8:\"datatype\";s:15:\"string /stdWrap\";s:11:\
"description\";s:53:\"Code to define, what the script does. Case sensitive.\";s:
7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\"
;i:1;}i:2;a:6:{s:8:\"property\";s:11:\"defaultCode\";s:8:\"datatype\";s:6:\"stri
ng\";s:11:\"description\";s:110:\"The default code (see above) if the value is e
mpty. By default it&#039;s not set and a help screen will appear\";s:7:\"default
\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:3;a
:6:{s:8:\"property\";s:5:\"wrap1\";s:8:\"datatype\";s:12:\"-&gt;stdWrap\";s:11:\
"description\";s:225:\"Global Wrap 1. This will be splitted into the markers ###
GW1B### and ###GW1E###. Don&#039;t change the input value by the settings, only
wrap it in something.<br>&nbsp;<b><br>Example:</b><br>wrap1.wrap = &lt;B&gt; |&l
t;/B&gt;\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_pr
opertyTable\";i:1;}i:4;a:6:{s:8:\"property\";s:5:\"wrap2\";s:8:\"datatype\";s:12
:\"-&gt;stdWrap\";s:11:\"description\";s:25:\"Global Wrap 2 (see above)\";s:7:\"
default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1
;}i:5;a:6:{s:8:\"property\";s:6:\"color1\";s:8:\"datatype\";s:15:\"string /stdWr
ap\";s:11:\"description\";s:43:\"Value for ###GC1### marker (Global color 1)\";s
:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\
";i:1;}i:6;a:6:{s:8:\"property\";s:6:\"color2\";s:8:\"datatype\";s:15:\"string /
stdWrap\";s:11:\"description\";s:43:\"Value for ###GC2### marker (Global color 2
)\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyT
able\";i:1;}i:7;a:6:{s:8:\"property\";s:6:\"color3\";s:8:\"datatype\";s:15:\"str
ing /stdWrap\";s:11:\"description\";s:43:\"Value for ###GC3### marker (Global co
lor 3)\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_prop
ertyTable\";i:1;}i:8;a:6:{s:8:\"property\";s:8:\"typolink\";s:8:\"datatype\";s:1
3:\"-&gt;typolink\";s:11:\"description\";s:129:\"TypoLink configuration for the
TIPLINK to the TIPFORM page. .additionalParams is added the parameter &#x201c;&a
mp;tipUrl=&#x201d;\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:
16:\"is_propertyTable\";i:1;}i:9;a:6:{s:8:\"property\";s:8:\"htmlmail\";s:8:\"da
tatype\";s:7:\"boolean\";s:11:\"description\";s:92:\"If set, the page is fetched
as HTML and send in HTML (a plain text version is sent as well).\";s:7:\"defaul
t\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}}}',
''),(116,7389802,'824b1ba31d52dfeb00b9afbcb7790c9b','','tsref:(script).plaintext
Lib','a:1:{s:4:\"rows\";a:28:{i:0;a:6:{s:8:\"property\";s:7:\"siteUrl\";s:8:\"da
tatype\";s:3:\"url\";s:11:\"description\";s:16:\"Url of the site.\";s:7:\"defaul
t\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:1;
a:6:{s:8:\"property\";s:13:\"defaultOutput\";s:8:\"datatype\";s:16:\"untrimmed s
tring\";s:11:\"description\";s:40:\"Default output if CType is not rendered.\";s
:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\
";i:1;}i:2;a:6:{s:8:\"property\";s:14:\"uploads.header\";s:8:\"datatype\";s:16:\
"untrimmed string\";s:11:\"description\";s:18:\"Header for uploads\";s:7:\"defau
lt\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:3
;a:6:{s:8:\"property\";s:13:\"images.header\";s:8:\"datatype\";s:16:\"untrimmed
string\";s:11:\"description\";s:17:\"Header for images\";s:7:\"default\";s:6:\"&
nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:4;a:6:{s:8:\"
property\";s:20:\"images.captionHeader\";s:8:\"datatype\";s:16:\"untrimmed strin
g\";s:11:\"description\";s:24:\"Header for imagecaptions\";s:7:\"default\";s:6:\
"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:5;a:6:{s:8:
\"property\";s:17:\"images.linkPrefix\";s:8:\"datatype\";s:16:\"untrimmed string
\";s:11:\"description\";s:22:\"Prefix for image-links\";s:7:\"default\";s:6:\"&n
bsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:6;a:6:{s:8:\"p
roperty\";s:14:\"<b>.header</b>\";s:8:\"datatype\";N;s:11:\"description\";N;s:7:
\"default\";N;s:12:\"column_count\";i:1;s:16:\"is_propertyTable\";i:1;}i:7;a:6:{
s:8:\"property\";s:11:\"defaultType\";s:8:\"datatype\";s:3:\"int\";s:11:\"descri
ption\";s:28:\"Which type to use as default\";s:7:\"default\";s:6:\"&nbsp;\";s:1
2:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:8;a:6:{s:8:\"property\";
s:4:\"date\";s:8:\"datatype\";s:11:\"date-config\";s:11:\"description\";s:15:\"F
or header date\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\
"is_propertyTable\";i:1;}i:9;a:6:{s:8:\"property\";s:10:\"datePrefix\";s:8:\"dat
atype\";s:16:\"untrimmed string\";s:11:\"description\";s:22:\"Prefix for header
date\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_proper
tyTable\";i:1;}i:10;a:6:{s:8:\"property\";s:10:\"linkPrefix\";s:8:\"datatype\";s
:16:\"untrimmed string\";s:11:\"description\";s:23:\"Prefix for header links\";s
:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\
";i:1;}i:11;a:6:{s:8:\"property\";s:16:\"[1-5].preLineLen\";s:8:\"datatype\";s:3
:\"int\";s:11:\"description\";s:28:\"Lenght of line before header\";s:7:\"defaul
t\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:12
;a:6:{s:8:\"property\";s:17:\"[1-5].postLineLen\";s:8:\"datatype\";s:3:\"int\";s
:11:\"description\";s:27:\"Lenght of line after header\";s:7:\"default\";s:6:\"&
nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:13;a:6:{s:8:\
"property\";s:15:\"[1-5].preBlanks\";s:8:\"datatype\";s:3:\"int\";s:11:\"descrip
tion\";s:35:\"Number of blank lines before header\";s:7:\"default\";s:6:\"&nbsp;
\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:14;a:6:{s:8:\"prop
erty\";s:16:\"[1-5].postBlanks\";s:8:\"datatype\";s:3:\"int\";s:11:\"description
\";s:34:\"Number of blank lines after header\";s:7:\"default\";s:6:\"&nbsp;\";s:
12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:15;a:6:{s:8:\"property\
";s:13:\"[1-5].stdWrap\";s:8:\"datatype\";s:12:\"-&gt;stdWrap\";s:11:\"descripti
on\";s:15:\"for header text\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count
\";i:4;s:16:\"is_propertyTable\";i:1;}i:16;a:6:{s:8:\"property\";s:17:\"[1-5].pr
eLineChar\";s:8:\"datatype\";s:6:\"string\";s:11:\"description\";s:21:\"Characte
r to pre-line\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"
is_propertyTable\";i:1;}i:17;a:6:{s:8:\"property\";s:18:\"[1-5].postLineChar\";s
:8:\"datatype\";s:6:\"string\";s:11:\"description\";s:22:\"Character to post-lin
e\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyT
able\";i:1;}i:18;a:6:{s:8:\"property\";s:19:\"[1-5].preLineBlanks\";s:8:\"dataty
pe\";s:3:\"int\";s:11:\"description\";s:49:\"Number of blank lines between heade
r and pre-line\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\
"is_propertyTable\";i:1;}i:19;a:6:{s:8:\"property\";s:20:\"[1-5].postLineBlanks\
";s:8:\"datatype\";s:3:\"int\";s:11:\"description\";s:50:\"Number of blank lines
between header and post-line\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_cou
nt\";i:4;s:16:\"is_propertyTable\";i:1;}i:20;a:6:{s:8:\"property\";s:16:\"[1-5].
autonumber\";s:8:\"datatype\";s:7:\"boolean\";s:11:\"description\";s:111:\"If se
t, a number is prepended every header. The number corresponds to the content ele
ment number in the select.\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\
";i:4;s:16:\"is_propertyTable\";i:1;}i:21;a:6:{s:8:\"property\";s:12:\"[1-5].pre
fix\";s:8:\"datatype\";s:16:\"untrimmed string\";s:11:\"description\";s:20:\"Hea
der string prefix\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:1
6:\"is_propertyTable\";i:1;}i:22;a:6:{s:8:\"property\";s:23:\"bulletlist.[0-3].b
ullet\";s:8:\"datatype\";s:16:\"untrimmed string\";s:11:\"description\";s:36:\"B
ullet for bullet list, layout [0-3]\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"colu
mn_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:23;a:6:{s:8:\"property\";s:26:\"
bulletlist.[0-3].secondRow\";s:8:\"datatype\";s:16:\"untrimmed string\";s:11:\"d
escription\";s:65:\"If set, this is used for lines on the second row of bullet-l
ists.\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_prope
rtyTable\";i:1;}i:24;a:6:{s:8:\"property\";s:4:\"menu\";s:8:\"datatype\";s:7:\"c
Object\";s:11:\"description\";s:137:\"cObject to render menu. The output is stri
pped for tags and the links is extracted. Further all &lt;BR&gt; chars are conve
rted to chr(10)\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:
\"is_propertyTable\";i:1;}i:25;a:6:{s:8:\"property\";s:8:\"shortcut\";s:8:\"data
type\";s:7:\"cObject\";s:11:\"description\";s:129:\"cObject to render other elem
ents. See config below which simply uses this object to render more tt_content e
lements as plaintext.\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4
;s:16:\"is_propertyTable\";i:1;}i:26;a:6:{s:8:\"property\";s:16:\"bodytext.stdWr
ap\";s:8:\"datatype\";s:12:\"-&gt;stdWrap\";s:11:\"description\";s:48:\"stdWrap
for body-text. See config example below.\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\
"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:27;a:6:{s:8:\"property\";s:
8:\"userProc\";s:8:\"datatype\";s:13:\"function-name\";s:11:\"description\";s:19
9:\"Lets you proces the output of each content element before it finally is retu
rned. Property &#x201c;parentObj&#x201d; of the conf-array holds a references to
the plainText object calling the function.\";s:7:\"default\";s:6:\"&nbsp;\";s:1
2:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}}}',''),(117,9021659,'f6d9
4840515a9e43422f184482e42e5c','','tsref:plugin.tx_indexedsearch','a:1:{s:4:\"row
s\";a:13:{i:0;a:6:{s:8:\"property\";s:12:\"templateFile\";s:8:\"datatype\";s:8:\
"resource\";s:11:\"description\";s:67:\"The template file, see examples in typo3
/sysext/indexed_search/pi/.\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count
\";i:4;s:16:\"is_propertyTable\";i:1;}i:1;a:6:{s:8:\"property\";s:21:\"show.forb
iddenRecords\";s:8:\"datatype\";s:7:\"boolean\";s:11:\"description\";s:131:\"Exp
licitely display search hits although the visitor has no access to it.<br>Notice
: This behavior was different in TYPO3 &lt; 4.0.\";s:7:\"default\";s:6:\"&nbsp;\
";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:2;a:6:{s:8:\"proper
ty\";s:17:\"show.resultNumber\";s:8:\"datatype\";s:7:\"boolean\";s:11:\"descript
ion\";s:96:\"Display the numbers of search results.<br>Notice: This behavior was
different in TYPO3 &lt; 4.0.\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_cou
nt\";i:4;s:16:\"is_propertyTable\";i:1;}i:3;a:6:{s:8:\"property\";s:23:\"show.ad
vancedSearchLink\";s:8:\"datatype\";s:7:\"boolean\";s:11:\"description\";s:45:\"
Display the link to the advanced search page.\";s:7:\"default\";s:1:\"1\";s:12:\
"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:4;a:6:{s:8:\"property\";s:1
8:\"search.rootPidList\";s:8:\"datatype\";s:11:\"list of int\";s:11:\"descriptio
n\";s:514:\"A list of integer which should be root-pages to search from. Thus yo
u can search multiple branches of the page tree by setting this property to a li
st of page id numbers.<br>If this value is set to less than zero (eg. -1) search
ing will happen in ALL of the page tree with no regard to branches at all.<br>&n
bsp;<br>Notice that by &#x201c;root-page&#x201d; we mean a website root defined
by <br>a TypoScript Template! If you just want to search in branches of your sit
e, use the possibility of searching in levels.\";s:7:\"default\";s:24:\"The curr
ent root-page id\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:5;
a:6:{s:8:\"property\";s:32:\"search.detect_sys_domain_records\";s:8:\"datatype\"
;s:7:\"boolean\";s:11:\"description\";s:86:\"If set, then the search results are
linked to the proper domains where they are found.\";s:7:\"default\";s:6:\"&nbs
p;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:6;a:6:{s:8:\"pro
perty\";s:39:\"search.detect_sys_domain_records.target\";s:8:\"datatype\";s:6:\"
string\";s:11:\"description\";s:25:\"Target for external URLs.\";s:7:\"default\"
;s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;}i:7;a:6
:{s:8:\"property\";s:16:\"search.mediaList\";s:8:\"datatype\";s:6:\"string\";s:1
1:\"description\";s:53:\"Restrict the file type list when searching for files.\"
;s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTabl
e\";i:1;}i:8;a:6:{s:8:\"property\";s:30:\"search.defaultFreeIndexUidList\";s:8:\
"datatype\";s:6:\"string\";s:11:\"description\";s:136:\"List of Indexing Configu
ration Uids to show as categories in search form. The order determines the order
displayed in the search result.\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_
count\";i:4;s:16:\"is_propertyTable\";i:1;}i:9;a:6:{s:8:\"property\";s:15:\"spec
Confs.[pid]\";s:8:\"datatype\";s:1:\"-\";s:11:\"description\";s:967:\"&#x201c;sp
ecConfs&#x201d; is an array of objects with properties that can customize certai
n behaviours of the display of a result row depending on it&#039;s position in t
he rootline. For instance you can define that all results which links to pages i
n a branch from page id 123 should have another page icon displayed. Of you can
add a suffix to the class names so you can style that section differently.<br>&n
bsp;<b><br>Examples:</b><br>If a page &#x201c;Contact&#x201d; is found in a sear
ch for &#x201c;address&#x201d; and that &#x201c;Contact&#x201d; page is in the r
ootline &#x201c;Frontpage [ID=23] &gt; About us [ID=45] &gt; Contact [ID=77]&#x2
01d; then you should set the pid value to either &#x201c;77&#x201d; or &#x201c;4
5&#x201d;. If &#x201c;45&#x201d; then all subpages including the &#x201c;About u
s&#x201d; page will have similar configuration.<br>If the pid value is set to 0
(zero) it will apply to all pages.<br>&nbsp;<br>Please see the options below.\";
s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable
\";i:1;}i:10;a:6:{s:8:\"property\";s:24:\"specConfs.[pid].pageIcon\";s:8:\"datat
ype\";s:18:\"-&gt;IMAGE cObject\";s:11:\"description\";s:22:\"Alternative page i
con.\";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_proper
tyTable\";i:1;}i:11;a:6:{s:8:\"property\";s:25:\"specConfs.[pid].CSSsuffix\";s:8
:\"datatype\";s:6:\"string\";s:11:\"description\";s:332:\"A string that will be
appended to the class-names of all the class-attributes used within the result r
ow presentation. The prefix will be like this:<br>&nbsp;<b><br>Example:</b><br>I
f &#x201c;...CSSsuffix = doc&#x201d; then eg. the class name &#x201c;tx-indexeds
earch-title&#x201d; will be &#x201c;tx-indexedsearch-title-doc&#x201d;\";s:7:\"d
efault\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTable\";i:1;
}i:12;a:6:{s:8:\"property\";s:14:\"whatis_stdWrap\";s:8:\"datatype\";s:12:\"-&gt
;stdWrap\";s:11:\"description\";s:40:\"Parse input through the stdWrap function\
";s:7:\"default\";s:6:\"&nbsp;\";s:12:\"column_count\";i:4;s:16:\"is_propertyTab
le\";i:1;}}}','');
/*!40000 ALTER TABLE `static_tsconfig_help` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `sys_be_shortcuts`
--
DROP TABLE IF EXISTS `sys_be_shortcuts`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `sys_be_shortcuts` (
`uid` int(11) unsigned NOT NULL auto_increment,
`userid` int(11) unsigned NOT NULL default '0',
`module_name` varchar(255) NOT NULL default '',
`url` text,
`description` varchar(255) NOT NULL default '',
`sorting` int(11) NOT NULL default '0',
`sc_group` tinyint(4) NOT NULL default '0',
PRIMARY KEY (`uid`),
KEY `event` (`userid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `sys_be_shortcuts`
--
LOCK TABLES `sys_be_shortcuts` WRITE;
/*!40000 ALTER TABLE `sys_be_shortcuts` DISABLE KEYS */;
/*!40000 ALTER TABLE `sys_be_shortcuts` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `sys_domain`
--
DROP TABLE IF EXISTS `sys_domain`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `sys_domain` (
`uid` int(11) unsigned NOT NULL auto_increment,
`pid` int(11) unsigned NOT NULL default '0',
`tstamp` int(11) unsigned NOT NULL default '0',
`crdate` int(11) unsigned NOT NULL default '0',
`cruser_id` int(11) unsigned NOT NULL default '0',
`hidden` tinyint(4) unsigned NOT NULL default '0',
`domainName` varchar(80) NOT NULL default '',
`redirectTo` varchar(120) NOT NULL default '',
`redirectHttpStatusCode` int(4) unsigned NOT NULL default '301',
`sorting` int(10) unsigned NOT NULL default '0',
`prepend_params` int(10) NOT NULL default '0',
`forced` tinyint(3) unsigned NOT NULL default '0',
PRIMARY KEY (`uid`),
KEY `parent` (`pid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `sys_domain`
--
LOCK TABLES `sys_domain` WRITE;
/*!40000 ALTER TABLE `sys_domain` DISABLE KEYS */;
/*!40000 ALTER TABLE `sys_domain` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `sys_filemounts`
--
DROP TABLE IF EXISTS `sys_filemounts`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `sys_filemounts` (
`uid` int(11) unsigned NOT NULL auto_increment,
`pid` int(11) unsigned NOT NULL default '0',
`tstamp` int(11) unsigned NOT NULL default '0',
`title` varchar(30) NOT NULL default '',
`path` varchar(120) NOT NULL default '',
`base` tinyint(4) unsigned NOT NULL default '0',
`hidden` tinyint(3) unsigned NOT NULL default '0',
`deleted` tinyint(1) unsigned NOT NULL default '0',
`sorting` int(11) unsigned NOT NULL default '0',
PRIMARY KEY (`uid`),
KEY `parent` (`pid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `sys_filemounts`
--
LOCK TABLES `sys_filemounts` WRITE;
/*!40000 ALTER TABLE `sys_filemounts` DISABLE KEYS */;
/*!40000 ALTER TABLE `sys_filemounts` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `sys_history`
--
DROP TABLE IF EXISTS `sys_history`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `sys_history` (
`uid` int(11) unsigned NOT NULL auto_increment,
`sys_log_uid` int(11) NOT NULL default '0',
`history_data` mediumtext,
`fieldlist` text,
`recuid` int(11) NOT NULL default '0',
`tablename` varchar(255) NOT NULL default '',
`tstamp` int(11) NOT NULL default '0',
`history_files` mediumtext,
`snapshot` tinyint(4) NOT NULL default '0',
PRIMARY KEY (`uid`),
KEY `recordident` (`tablename`,`recuid`,`tstamp`),
KEY `sys_log_uid` (`sys_log_uid`)
) ENGINE=MyISAM AUTO_INCREMENT=156 DEFAULT CHARSET=latin1;
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `sys_history`
--
LOCK TABLES `sys_history` WRITE;
/*!40000 ALTER TABLE `sys_history` DISABLE KEYS */;
INSERT INTO `sys_history` VALUES (1,11,'a:2:{s:9:\"oldRecord\";a:1:{s:4:\"lang\"
;s:0:\"\";}s:9:\"newRecord\";a:1:{s:4:\"lang\";s:2:\"de\";}}','lang',1,'be_users
',1281519102,NULL,0),(2,12,'a:2:{s:9:\"oldRecord\";a:1:{s:8:\"password\";s:32:\"
5f4dcc3b5aa765d61d8327deb882cf99\";}s:9:\"newRecord\";a:1:{s:8:\"password\";s:32
:\"5e5d29ae9b2c8c0e211d91efd5c2c48e\";}}','password',1,'be_users',1281519126,NUL
L,0),(5,30,'a:2:{s:9:\"oldRecord\";a:1:{s:6:\"config\";s:4323:\"[browser = msie]
\r\nconfig.xmlprologue = none\r\n[global]\r\n\r\nincludeLibs.pagetitle = typo3co
nf/ext/mf_pagetitle/pagetitle.php\r\nplugin.mf_pagetitle.title = {page:title} :
ZTS Wire\r\nconfig.titleTagFunction = user_pagetitle_class->changetitle\r\n\r\nc
onfig.simulateStaticDocuments = 1\r\nconfig.simulateStaticDocuments_addTitle = 7
0\r\nconfig.simulateStaticDocuments_pEnc = base64\r\n\r\n\r\nconfig.extTarget =
_self\r\nconfig.intTarget = _self\r\n#config.removeDefaultJS = external\r\nconfi
g.inlineStyle2TempFile = 1\r\nconfig.language = de\r\n\r\n# richtigen Doctype se
tzen\r\nconfig.doctype = xhtml_trans\r\n\r\n\r\n#RTE Tuning\r\nlib.parseFunc_RTE
.nonTypoTagStdWrap.encapsLines.addAttributes.P.class >\r\nlib.parseFunc_RTE.nonT
ypoTagStdWrap.encapsLines.remapTag >\r\nlib.parseFunc_RTE.nonTypoTagStdWrap.enca
psLines.addAttributes.DIV.class >\r\n#Angabe von Tags, die nicht mit einem zustzli
chen wrap umgeben werden\r\ndrfen\r\nlib.parseFunc_RTE.nonTypoTagStdWrap.encapsLin
es.encapsTagList = cite,\r\ndiv, p, pre, h1, h2, h3, h4, h5, h6\r\n\r\n#Entfernt
die zustzlichen CSS-Klassen\r\nlib.stdheader.3 = LOAD_REGISTER\r\nlib.stdheader.3
.headerClass =\r\nlib.stdheader.3.headerClass.noTrimWrap = |\r\nlib.stdheader.st
dWrap.dataWrap = |\r\n\r\n#Standard-Headings aufrumen\r\nlib.stdheader.stdWrap.dat
aWrap =\r\nlib.stdheader.10.1.fontTag = <h1>|</h1>\r\nlib.stdheader.10.2.fontTag
= <h2>|</h2>\r\nlib.stdheader.10.3.fontTag = <h3>|</h3>\r\nlib.stdheader.10.4.f
ontTag = <h4>|</h4>\r\nlib.stdheader.10.5.fontTag = <h5>|</h5>\r\n\r\n#Content E
lemente aufrumen und Kommentare entfernen\r\ntt_content.stdWrap.dataWrap >\r\ntt_c
ontent.stdWrap.prefixComment >\r\ntt_content.header.20.dataWrap >\r\ntt_content.
header.20.prefixComment >\r\ntt_content.default.prefixComment >\r\ntt_content.te
xt.stdWrap.prefixComment >\r\ntt_content.text.20.prefixComment >\r\ntt_content.t
extpic.20.stdWrap.prefixComment >\r\ntt_content.table.20.stdWrap.prefixComment >
\r\ntt_content.mailform.20.stdWrap.wrap >\r\ntt_content.menu.20.stdWrap.prefixCo
mment >\r\ntt_content.image.20.stdWrap.prefixComment >\r\ntt_content.list.20.std
Wrap.prefixComment >\r\n\r\n\r\n\r\n# Configuring the Auto-Parser for main templ
ate:\r\nplugin.tx_automaketemplate_pi1 {\r\n # Read the template file:\r\n c
ontent = FILE\r\n content.file = fileadmin/standard/template.html\r\n\r\n #
Here we define which elements in the HTML that\r\n # should be wrapped in sub
part-comments:\r\n elements {\r\n BODY.all = 1\r\n BODY.all.subpartMarker
= DOCUMENT_BODY\r\n\r\n HEAD.all = 1\r\n HEAD.all.subpartMarker = DOCUMEN
T_HEADER\r\n HEAD.rmTagSections = title\r\n\r\n TD.all = 1\r\n DIV.all
= 1\r\n }\r\n\r\n # Prefix all relative paths with this value:\r\n relPathP
refix = fileadmin/standard/\r\n}\r\n\r\n\r\n\r\ntemp.MENU2 = HMENU\r\ntemp.MENU2
{\r\nwrap = <ul> | </ul>\r\n1 = TMENU\r\n1 {\r\nnoBlur = 1\r\nNO.wrapItemAndSub
= <li> | </li>\r\n ACT = 1\r\n ACT.wrapItemAndSub = <li class=\"curr\
"> | </li>\r\nnoBlur = 1\r\n\r\n}\r\n2 = TMENU\r\n2 {\r\nnoBlur = 1\r\n\r\nwrap
= <ul> | </ul>\r\nNO.wrapItemAndSub = <li> | </li>\r\n ACT = 1\r\n ACT
.wrapItemAndSub = <li class=\"curr\"> | </li>\r\nnoBlur = 1\r\n}\r\n3 =\r\n4 =\r
\n5 =\r\n6 =\r\n\r\n}\r\n\r\n# Main TEMPLATE cObject for the BODY\r\ntemp.mainTe
mplate = TEMPLATE\r\ntemp.mainTemplate {\r\n # Feeding the content from the A
uto-parser to the TEMPLATE cObject:\r\n template =< plugin.tx_automaketemplate_
pi1\r\n # Select only the content between the <body>-tags\r\n workOnSubpart
= DOCUMENT_BODY\r\n\r\n subparts.mainnav < temp.MENU2\r\n subparts.content < s
tyles.content.get\r\n\r\n\r\n subparts.top < styles.content.getBorder\r\n\r\n
subparts.top.slide = -1\r\n\r\n \r\n # Dynamischer Banner mit Marker \'TESTS
TYLE\':\r\nsubparts.TESTSTYLE = TEXT\r\nsubparts.TESTSTYLE.value = fileadmin/btg
/images/background.png\r\nsubparts.TESTSTYLE.override {\r\n\r\n data = levelmed
ia: -1, slide\r\n wrap = uploads/media/|\r\n listNum = 0\r\n}\r\n}\r\n\r\n\r\n
# Main TEMPLATE cObject for the HEAD\r\ntemp.headTemplate = TEMPLATE\r\ntemp.hea
dTemplate {\r\n # Feeding the content from the Auto-parser to the TEMPLATE cO
bject:\r\n template =< plugin.tx_automaketemplate_pi1\r\n # Select only the
content between the <head>-tags\r\n workOnSubpart = DOCUMENT_HEADER\r\n}\r\n\r\
n\r\n\r\n\r\n# Default PAGE object:\r\npage = PAGE\r\npage.typeNum = 0\r\n\r\n#
Copying the content from TEMPLATE for <body>-section:\r\npage.10 < temp.mainTemp
late\r\n\r\n# Copying the content from TEMPLATE for <head>-section:\r\npage.head
erData.10 < temp.headTemplate\r\n\r\npage.config.disablePrefixComment = 1\r\n\"
;}s:9:\"newRecord\";a:1:{s:6:\"config\";s:4337:\"# Keywords, Description\npage.m
eta.DESCRIPTION = \npage.meta.DESCRIPTION.override.field = DESCRIPTION\n\npage.m
eta.KEYWORDS = \npage.meta.KEYWORDS.override.field = KEYWORDS\n\n\n\n[browser =
msie]\nconfig.xmlprologue = none\n[global]\n\nincludeLibs.pagetitle = typo3conf/
ext/mf_pagetitle/pagetitle.php\nplugin.mf_pagetitle.title = {page:title} : ZTS W
ire\nconfig.titleTagFunction = user_pagetitle_class->changetitle\n\nconfig.simul
ateStaticDocuments = 1\nconfig.simulateStaticDocuments_addTitle = 70\nconfig.sim
ulateStaticDocuments_pEnc = base64\n\n\nconfig.extTarget = _self\nconfig.intTarg
et = _self\n#config.removeDefaultJS = external\nconfig.inlineStyle2TempFile = 1\
nconfig.language = de\n\n# richtigen Doctype setzen\nconfig.doctype = xhtml_tran
s\n\n\n#RTE Tuning\nlib.parseFunc_RTE.nonTypoTagStdWrap.encapsLines.addAttribute
s.P.class >\nlib.parseFunc_RTE.nonTypoTagStdWrap.encapsLines.remapTag >\nlib.par
seFunc_RTE.nonTypoTagStdWrap.encapsLines.addAttributes.DIV.class >\n#Angabe von
Tags, die nicht mit einem zustzlichen wrap umgeben werden\ndrfen\nlib.parseFunc_RTE.
nonTypoTagStdWrap.encapsLines.encapsTagList = cite,div, p, pre, h1, h2, h3, h4,
h5, h6\n\n#Entfernt die zustzlichen CSS-Klassen\nlib.stdheader.3 = LOAD_REGISTER\n
lib.stdheader.3.headerClass =\nlib.stdheader.3.headerClass.noTrimWrap = |\nlib.s
tdheader.stdWrap.dataWrap = |\n\n#Standard-Headings aufrumen\nlib.stdheader.stdWra
p.dataWrap =\nlib.stdheader.10.1.fontTag = <h1>|</h1>\nlib.stdheader.10.2.fontTa
g = <h2>|</h2>\nlib.stdheader.10.3.fontTag = <h3>|</h3>\nlib.stdheader.10.4.font
Tag = <h4>|</h4>\nlib.stdheader.10.5.fontTag = <h5>|</h5>\n\n#Content Elemente a
ufrumen und Kommentare entfernen\ntt_content.stdWrap.dataWrap >\ntt_content.stdWra
p.prefixComment >\ntt_content.header.20.dataWrap >\ntt_content.header.20.prefixC
omment >\ntt_content.default.prefixComment >\ntt_content.text.stdWrap.prefixComm
ent >\ntt_content.text.20.prefixComment >\ntt_content.textpic.20.stdWrap.prefixC
omment >\ntt_content.table.20.stdWrap.prefixComment >\ntt_content.mailform.20.st
dWrap.wrap >\ntt_content.menu.20.stdWrap.prefixComment >\ntt_content.image.20.st
dWrap.prefixComment >\ntt_content.list.20.stdWrap.prefixComment >\n\n\n\n# Confi
guring the Auto-Parser for main template:\nplugin.tx_automaketemplate_pi1 {\n
# Read the template file:\n content = FILE\n content.file = fileadmin/templat
eZTSWire/template.html\n\n # Here we define which elements in the HTML that\n
# should be wrapped in subpart-comments:\n elements {\n BODY.all = 1\n
BODY.all.subpartMarker = DOCUMENT_BODY\n\n HEAD.all = 1\n HEAD.all.subpa
rtMarker = DOCUMENT_HEADER\n HEAD.rmTagSections = title\n\n TD.all = 1\n
DIV.all = 1\n }\n\n # Prefix all relative paths with this value:\n relPat
hPrefix = fileadmin/templateZTSWire/\n}\n\n\n\ntemp.MENU2 = HMENU\ntemp.MENU2 {\
nwrap = <ul> | </ul>\n1 = TMENU\n1 {\nnoBlur = 1\nNO.wrapItemAndSub = <li> | </l
i>\n ACT = 1\n ACT.wrapItemAndSub = <li class=\"curr\"> | </li>\nnoBlu
r = 1\n\n}\n2 = TMENU\n2 {\nnoBlur = 1\n\nwrap = <ul> | </ul>\nNO.wrapItemAndSub
= <li> | </li>\n ACT = 1\n ACT.wrapItemAndSub = <li class=\"curr\"> |
</li>\nnoBlur = 1\n}\n3 =\n4 =\n5 =\n6 =\n\n}\n\n# Main TEMPLATE cObject for th
e BODY\ntemp.mainTemplate = TEMPLATE\ntemp.mainTemplate {\n # Feeding the con
tent from the Auto-parser to the TEMPLATE cObject:\n template =< plugin.tx_auto
maketemplate_pi1\n # Select only the content between the <body>-tags\n workO
nSubpart = DOCUMENT_BODY\n\n subparts.mainnav < temp.MENU2\n subparts.content
< styles.content.get\n\n\n subparts.top < styles.content.getBorder\n\n subpart
s.top.slide = -1\n\n \n # Dynamischer Banner mit Marker \'TESTSTYLE\':\nsubp
arts.TESTSTYLE = TEXT\nsubparts.TESTSTYLE.value = fileadmin/btg/images/backgroun
d.png\nsubparts.TESTSTYLE.override {\n\n data = levelmedia: -1, slide\n wrap =
uploads/media/|\n listNum = 0\n}\n}\n\n\n# Main TEMPLATE cObject for the HEAD\
ntemp.headTemplate = TEMPLATE\ntemp.headTemplate {\n # Feeding the content fr
om the Auto-parser to the TEMPLATE cObject:\n template =< plugin.tx_automaketem
plate_pi1\n # Select only the content between the <head>-tags\n workOnSubpar
t = DOCUMENT_HEADER\n}\n\n\n\n\n# Default PAGE object:\npage = PAGE\npage.typeNu
m = 0\n\n# Copying the content from TEMPLATE for <body>-section:\npage.10 < temp
.mainTemplate\n\n# Copying the content from TEMPLATE for <head>-section:\npage.h
eaderData.10 < temp.headTemplate\n\npage.config.disablePrefixComment = 1\n\";}}
','config',1,'sys_template',1282290984,NULL,0),(6,31,'a:2:{s:9:\"oldRecord\";a:1
:{s:6:\"config\";s:4337:\"# Keywords, Description\npage.meta.DESCRIPTION = \npag
e.meta.DESCRIPTION.override.field = DESCRIPTION\n\npage.meta.KEYWORDS = \npage.m
eta.KEYWORDS.override.field = KEYWORDS\n\n\n\n[browser = msie]\nconfig.xmlprolog
ue = none\n[global]\n\nincludeLibs.pagetitle = typo3conf/ext/mf_pagetitle/pageti
tle.php\nplugin.mf_pagetitle.title = {page:title} : ZTS Wire\nconfig.titleTagFun
ction = user_pagetitle_class->changetitle\n\nconfig.simulateStaticDocuments = 1\
nconfig.simulateStaticDocuments_addTitle = 70\nconfig.simulateStaticDocuments_pE
nc = base64\n\n\nconfig.extTarget = _self\nconfig.intTarget = _self\n#config.rem
oveDefaultJS = external\nconfig.inlineStyle2TempFile = 1\nconfig.language = de\n
\n# richtigen Doctype setzen\nconfig.doctype = xhtml_trans\n\n\n#RTE Tuning\nlib
.parseFunc_RTE.nonTypoTagStdWrap.encapsLines.addAttributes.P.class >\nlib.parseF
unc_RTE.nonTypoTagStdWrap.encapsLines.remapTag >\nlib.parseFunc_RTE.nonTypoTagSt
dWrap.encapsLines.addAttributes.DIV.class >\n#Angabe von Tags, die nicht mit ein
em zustzlichen wrap umgeben werden\ndrfen\nlib.parseFunc_RTE.nonTypoTagStdWrap.encap
sLines.encapsTagList = cite,div, p, pre, h1, h2, h3, h4, h5, h6\n\n#Entfernt die
zustzlichen CSS-Klassen\nlib.stdheader.3 = LOAD_REGISTER\nlib.stdheader.3.headerC
lass =\nlib.stdheader.3.headerClass.noTrimWrap = |\nlib.stdheader.stdWrap.dataWr
ap = |\n\n#Standard-Headings aufrumen\nlib.stdheader.stdWrap.dataWrap =\nlib.stdhe
ader.10.1.fontTag = <h1>|</h1>\nlib.stdheader.10.2.fontTag = <h2>|</h2>\nlib.std
header.10.3.fontTag = <h3>|</h3>\nlib.stdheader.10.4.fontTag = <h4>|</h4>\nlib.s
tdheader.10.5.fontTag = <h5>|</h5>\n\n#Content Elemente aufrumen und Kommentare en
tfernen\ntt_content.stdWrap.dataWrap >\ntt_content.stdWrap.prefixComment >\ntt_c
ontent.header.20.dataWrap >\ntt_content.header.20.prefixComment >\ntt_content.de
fault.prefixComment >\ntt_content.text.stdWrap.prefixComment >\ntt_content.text.
20.prefixComment >\ntt_content.textpic.20.stdWrap.prefixComment >\ntt_content.ta
ble.20.stdWrap.prefixComment >\ntt_content.mailform.20.stdWrap.wrap >\ntt_conten
t.menu.20.stdWrap.prefixComment >\ntt_content.image.20.stdWrap.prefixComment >\n
tt_content.list.20.stdWrap.prefixComment >\n\n\n\n# Configuring the Auto-Parser
for main template:\nplugin.tx_automaketemplate_pi1 {\n # Read the template fi
le:\n content = FILE\n content.file = fileadmin/templateZTSWire/template.html\
n\n # Here we define which elements in the HTML that\n # should be wrapped
in subpart-comments:\n elements {\n BODY.all = 1\n BODY.all.subpartMarke
r = DOCUMENT_BODY\n\n HEAD.all = 1\n HEAD.all.subpartMarker = DOCUMENT_HEA
DER\n HEAD.rmTagSections = title\n\n TD.all = 1\n DIV.all = 1\n }\n\n
# Prefix all relative paths with this value:\n relPathPrefix = fileadmin/tem
plateZTSWire/\n}\n\n\n\ntemp.MENU2 = HMENU\ntemp.MENU2 {\nwrap = <ul> | </ul>\n1
= TMENU\n1 {\nnoBlur = 1\nNO.wrapItemAndSub = <li> | </li>\n ACT = 1\n
ACT.wrapItemAndSub = <li class=\"curr\"> | </li>\nnoBlur = 1\n\n}\n2 = TMENU\n
2 {\nnoBlur = 1\n\nwrap = <ul> | </ul>\nNO.wrapItemAndSub = <li> | </li>\n
ACT = 1\n ACT.wrapItemAndSub = <li class=\"curr\"> | </li>\nnoBlur = 1\n}\n
3 =\n4 =\n5 =\n6 =\n\n}\n\n# Main TEMPLATE cObject for the BODY\ntemp.mainTempla
te = TEMPLATE\ntemp.mainTemplate {\n # Feeding the content from the Auto-pars
er to the TEMPLATE cObject:\n template =< plugin.tx_automaketemplate_pi1\n #
Select only the content between the <body>-tags\n workOnSubpart = DOCUMENT_BOD
Y\n\n subparts.mainnav < temp.MENU2\n subparts.content < styles.content.get\n\
n\n subparts.top < styles.content.getBorder\n\n subparts.top.slide = -1\n\n
\n # Dynamischer Banner mit Marker \'TESTSTYLE\':\nsubparts.TESTSTYLE = TEXT\n
subparts.TESTSTYLE.value = fileadmin/btg/images/background.png\nsubparts.TESTSTY
LE.override {\n\n data = levelmedia: -1, slide\n wrap = uploads/media/|\n lis
tNum = 0\n}\n}\n\n\n# Main TEMPLATE cObject for the HEAD\ntemp.headTemplate = TE
MPLATE\ntemp.headTemplate {\n # Feeding the content from the Auto-parser to t
he TEMPLATE cObject:\n template =< plugin.tx_automaketemplate_pi1\n # Select
only the content between the <head>-tags\n workOnSubpart = DOCUMENT_HEADER\n}\
n\n\n\n\n# Default PAGE object:\npage = PAGE\npage.typeNum = 0\n\n# Copying the
content from TEMPLATE for <body>-section:\npage.10 < temp.mainTemplate\n\n# Copy
ing the content from TEMPLATE for <head>-section:\npage.headerData.10 < temp.he
adTemplate\n\npage.config.disablePrefixComment = 1\n\";}s:9:\"newRecord\";a:1:{s
:6:\"config\";s:4341:\"# Keywords, Description\npage.meta.DESCRIPTION = \npage.m
eta.DESCRIPTION.override.field = DESCRIPTION\n\npage.meta.KEYWORDS = \npage.meta
.KEYWORDS.override.field = KEYWORDS\n\n\n\n[browser = msie]\nconfig.xmlprologue
= none\n[global]\n\nincludeLibs.pagetitle = typo3conf/ext/mf_pagetitle/pagetitle
.php\nplugin.mf_pagetitle.title = {page:title} : ZTS Wire\nconfig.titleTagFuncti
on = user_pagetitle_class->changetitle\n\nconfig.simulateStaticDocuments = 1\nco
nfig.simulateStaticDocuments_addTitle = 70\nconfig.simulateStaticDocuments_pEnc
= base64\n\n\nconfig.extTarget = _self\nconfig.intTarget = _self\n#config.remove
DefaultJS = external\nconfig.inlineStyle2TempFile = 1\nconfig.language = de\n\n#
richtigen Doctype setzen\nconfig.doctype = xhtml_trans\n\n\n#RTE Tuning\nlib.pa
rseFunc_RTE.nonTypoTagStdWrap.encapsLines.addAttributes.P.class >\nlib.parseFunc
_RTE.nonTypoTagStdWrap.encapsLines.remapTag >\nlib.parseFunc_RTE.nonTypoTagStdWr
ap.encapsLines.addAttributes.DIV.class >\n#Angabe von Tags, die nicht mit einem
zustzlichen wrap umgeben werden\ndrfen\nlib.parseFunc_RTE.nonTypoTagStdWrap.encapsLi
nes.encapsTagList = cite,div, p, pre, h1, h2, h3, h4, h5, h6\n\n#Entfernt die zu
stzlichen CSS-Klassen\nlib.stdheader.3 = LOAD_REGISTER\nlib.stdheader.3.headerClas
s =\nlib.stdheader.3.headerClass.noTrimWrap = |\nlib.stdheader.stdWrap.dataWrap
= |\n\n#Standard-Headings aufrumen\nlib.stdheader.stdWrap.dataWrap =\nlib.stdheade
r.10.1.fontTag = <h1>|</h1>\nlib.stdheader.10.2.fontTag = <h2>|</h2>\nlib.stdhea
der.10.3.fontTag = <h3>|</h3>\nlib.stdheader.10.4.fontTag = <h4>|</h4>\nlib.stdh
eader.10.5.fontTag = <h5>|</h5>\n\n#Content Elemente aufrumen und Kommentare entfe
rnen\ntt_content.stdWrap.dataWrap >\ntt_content.stdWrap.prefixComment >\ntt_cont
ent.header.20.dataWrap >\ntt_content.header.20.prefixComment >\ntt_content.defau
lt.prefixComment >\ntt_content.text.stdWrap.prefixComment >\ntt_content.text.20.
prefixComment >\ntt_content.textpic.20.stdWrap.prefixComment >\ntt_content.table
.20.stdWrap.prefixComment >\ntt_content.mailform.20.stdWrap.wrap >\ntt_content.m
enu.20.stdWrap.prefixComment >\ntt_content.image.20.stdWrap.prefixComment >\ntt_
content.list.20.stdWrap.prefixComment >\n\n\n\n# Configuring the Auto-Parser for
main template:\nplugin.tx_automaketemplate_pi1 {\n # Read the template file:
\n content = FILE\n content.file = fileadmin/templateZTSWire/template.html\n\n
# Here we define which elements in the HTML that\n # should be wrapped in
subpart-comments:\n elements {\n BODY.all = 1\n BODY.all.subpartMarker =
DOCUMENT_BODY\n\n HEAD.all = 1\n HEAD.all.subpartMarker = DOCUMENT_HEADER
\n HEAD.rmTagSections = title\n\n TD.all = 1\n DIV.all = 1\n }\n\n
# Prefix all relative paths with this value:\n relPathPrefix = fileadmin/templa
teZTSWire/\n}\n\n\n\ntemp.MENU2 = HMENU\ntemp.MENU2 {\nwrap = <ul> | </ul>\n1 =
TMENU\n1 {\nnoBlur = 1\nNO.wrapItemAndSub = <li> | </li>\n ACT = 1\n A
CT.wrapItemAndSub = <li class=\"curr\"> | </li>\nnoBlur = 1\n\n}\n2 = TMENU\n2 {
\nnoBlur = 1\n\nwrap = <ul> | </ul>\nNO.wrapItemAndSub = <li> | </li>\n ACT
= 1\n ACT.wrapItemAndSub = <li class=\"curr\"> | </li>\nnoBlur = 1\n}\n3 =
\n4 =\n5 =\n6 =\n\n}\n\n# Main TEMPLATE cObject for the BODY\ntemp.mainTemplate
= TEMPLATE\ntemp.mainTemplate {\n # Feeding the content from the Auto-parser
to the TEMPLATE cObject:\n template =< plugin.tx_automaketemplate_pi1\n # Se
lect only the content between the <body>-tags\n workOnSubpart = DOCUMENT_BODY\n
\n #subparts.mainnav < temp.MENU2\n #subparts.content < styles.content.get\n\n
\n #subparts.top < styles.content.getBorder\n\n #subparts.top.slide = -1\n\n
\n # Dynamischer Banner mit Marker \'TESTSTYLE\':\nsubparts.TESTSTYLE = TEXT\
nsubparts.TESTSTYLE.value = fileadmin/btg/images/background.png\nsubparts.TESTST
YLE.override {\n\n data = levelmedia: -1, slide\n wrap = uploads/media/|\n li
stNum = 0\n}\n}\n\n\n# Main TEMPLATE cObject for the HEAD\ntemp.headTemplate = T
EMPLATE\ntemp.headTemplate {\n # Feeding the content from the Auto-parser to
the TEMPLATE cObject:\n template =< plugin.tx_automaketemplate_pi1\n # Selec
t only the content between the <head>-tags\n workOnSubpart = DOCUMENT_HEADER\n}
\n\n\n\n\n# Default PAGE object:\npage = PAGE\npage.typeNum = 0\n\n# Copying the
content from TEMPLATE for <body>-section:\npage.10 < temp.mainTemplate\n\n# Cop
ying the content from TEMPLATE for <head>-section:\npage.headerData.10 < temp.h
eadTemplate\n\npage.config.disablePrefixComment = 1\n\";}}','config',1,'sys_temp
late',1282290997,NULL,0),(7,32,'a:2:{s:9:\"oldRecord\";a:1:{s:6:\"config\";s:434
1:\"# Keywords, Description\npage.meta.DESCRIPTION = \npage.meta.DESCRIPTION.ove
rride.field = DESCRIPTION\n\npage.meta.KEYWORDS = \npage.meta.KEYWORDS.override.
field = KEYWORDS\n\n\n\n[browser = msie]\nconfig.xmlprologue = none\n[global]\n\
nincludeLibs.pagetitle = typo3conf/ext/mf_pagetitle/pagetitle.php\nplugin.mf_pag
etitle.title = {page:title} : ZTS Wire\nconfig.titleTagFunction = user_pagetitle
_class->changetitle\n\nconfig.simulateStaticDocuments = 1\nconfig.simulateStatic
Documents_addTitle = 70\nconfig.simulateStaticDocuments_pEnc = base64\n\n\nconfi
g.extTarget = _self\nconfig.intTarget = _self\n#config.removeDefaultJS = externa
l\nconfig.inlineStyle2TempFile = 1\nconfig.language = de\n\n# richtigen Doctype
setzen\nconfig.doctype = xhtml_trans\n\n\n#RTE Tuning\nlib.parseFunc_RTE.nonTypo
TagStdWrap.encapsLines.addAttributes.P.class >\nlib.parseFunc_RTE.nonTypoTagStdW
rap.encapsLines.remapTag >\nlib.parseFunc_RTE.nonTypoTagStdWrap.encapsLines.addA
ttributes.DIV.class >\n#Angabe von Tags, die nicht mit einem zustzlichen wrap umge
ben werden\ndrfen\nlib.parseFunc_RTE.nonTypoTagStdWrap.encapsLines.encapsTagList =
cite,div, p, pre, h1, h2, h3, h4, h5, h6\n\n#Entfernt die zustzlichen CSS-Klassen
\nlib.stdheader.3 = LOAD_REGISTER\nlib.stdheader.3.headerClass =\nlib.stdheader.
3.headerClass.noTrimWrap = |\nlib.stdheader.stdWrap.dataWrap = |\n\n#Standard-He
adings aufrumen\nlib.stdheader.stdWrap.dataWrap =\nlib.stdheader.10.1.fontTag = <h
1>|</h1>\nlib.stdheader.10.2.fontTag = <h2>|</h2>\nlib.stdheader.10.3.fontTag =
<h3>|</h3>\nlib.stdheader.10.4.fontTag = <h4>|</h4>\nlib.stdheader.10.5.fontTag
= <h5>|</h5>\n\n#Content Elemente aufrumen und Kommentare entfernen\ntt_content.st
dWrap.dataWrap >\ntt_content.stdWrap.prefixComment >\ntt_content.header.20.dataW
rap >\ntt_content.header.20.prefixComment >\ntt_content.default.prefixComment >\
ntt_content.text.stdWrap.prefixComment >\ntt_content.text.20.prefixComment >\ntt
_content.textpic.20.stdWrap.prefixComment >\ntt_content.table.20.stdWrap.prefixC
omment >\ntt_content.mailform.20.stdWrap.wrap >\ntt_content.menu.20.stdWrap.pref
ixComment >\ntt_content.image.20.stdWrap.prefixComment >\ntt_content.list.20.std
Wrap.prefixComment >\n\n\n\n# Configuring the Auto-Parser for main template:\npl
ugin.tx_automaketemplate_pi1 {\n # Read the template file:\n content = FILE\
n content.file = fileadmin/templateZTSWire/template.html\n\n # Here we defin
e which elements in the HTML that\n # should be wrapped in subpart-comments:\
n elements {\n BODY.all = 1\n BODY.all.subpartMarker = DOCUMENT_BODY\n\n
HEAD.all = 1\n HEAD.all.subpartMarker = DOCUMENT_HEADER\n HEAD.rmTagSec
tions = title\n\n TD.all = 1\n DIV.all = 1\n }\n\n # Prefix all relati
ve paths with this value:\n relPathPrefix = fileadmin/templateZTSWire/\n}\n\n\n
\ntemp.MENU2 = HMENU\ntemp.MENU2 {\nwrap = <ul> | </ul>\n1 = TMENU\n1 {\nnoBlur
= 1\nNO.wrapItemAndSub = <li> | </li>\n ACT = 1\n ACT.wrapItemAndSub =
<li class=\"curr\"> | </li>\nnoBlur = 1\n\n}\n2 = TMENU\n2 {\nnoBlur = 1\n\nwra
p = <ul> | </ul>\nNO.wrapItemAndSub = <li> | </li>\n ACT = 1\n ACT.wra
pItemAndSub = <li class=\"curr\"> | </li>\nnoBlur = 1\n}\n3 =\n4 =\n5 =\n6 =\n\n
}\n\n# Main TEMPLATE cObject for the BODY\ntemp.mainTemplate = TEMPLATE\ntemp.ma
inTemplate {\n # Feeding the content from the Auto-parser to the TEMPLATE cOb
ject:\n template =< plugin.tx_automaketemplate_pi1\n # Select only the conte
nt between the <body>-tags\n workOnSubpart = DOCUMENT_BODY\n\n #subparts.mainn
av < temp.MENU2\n #subparts.content < styles.content.get\n\n\n #subparts.top <
styles.content.getBorder\n\n #subparts.top.slide = -1\n\n \n # Dynamischer
Banner mit Marker \'TESTSTYLE\':\nsubparts.TESTSTYLE = TEXT\nsubparts.TESTSTYLE
.value = fileadmin/btg/images/background.png\nsubparts.TESTSTYLE.override {\n\n
data = levelmedia: -1, slide\n wrap = uploads/media/|\n listNum = 0\n}\n}\n\n
\n# Main TEMPLATE cObject for the HEAD\ntemp.headTemplate = TEMPLATE\ntemp.headT
emplate {\n # Feeding the content from the Auto-parser to the TEMPLATE cObjec
t:\n template =< plugin.tx_automaketemplate_pi1\n # Select only the content
between the <head>-tags\n workOnSubpart = DOCUMENT_HEADER\n}\n\n\n\n\n# Default
PAGE object:\npage = PAGE\npage.typeNum = 0\n\n# Copying the content from TEMPL
ATE for <body>-section:\npage.10 < temp.mainTemplate\n\n# Copying the content fr
om TEMPLATE for <head>-section:\npage.headerData.10 < temp.headTemplate\n\npage
.config.disablePrefixComment = 1\n\";}s:9:\"newRecord\";a:1:{s:6:\"config\";s:44
76:\"# Keywords, Description\npage.meta.DESCRIPTION = \npage.meta.DESCRIPTION.ov
erride.field = DESCRIPTION\n\npage.meta.KEYWORDS = \npage.meta.KEYWORDS.override
.field = KEYWORDS\n\n\n\n[browser = msie]\nconfig.xmlprologue = none\n[global]\n
\nincludeLibs.pagetitle = typo3conf/ext/mf_pagetitle/pagetitle.php\nplugin.mf_pa
getitle.title = {page:title} : ZTS Wire\nconfig.titleTagFunction = user_pagetitl
e_class->changetitle\n\nconfig.simulateStaticDocuments = 1\nconfig.simulateStati
cDocuments_addTitle = 70\nconfig.simulateStaticDocuments_pEnc = base64\n\n\nconf
ig.extTarget = _self\nconfig.intTarget = _self\n#config.removeDefaultJS = extern
al\nconfig.inlineStyle2TempFile = 1\nconfig.language = de\n\n# richtigen Doctype
setzen\nconfig.doctype = xhtml_trans\n\n\n#RTE Tuning\nlib.parseFunc_RTE.nonTyp
oTagStdWrap.encapsLines.addAttributes.P.class >\nlib.parseFunc_RTE.nonTypoTagStd
Wrap.encapsLines.remapTag >\nlib.parseFunc_RTE.nonTypoTagStdWrap.encapsLines.add
Attributes.DIV.class >\n#Angabe von Tags, die nicht mit einem zustzlichen wrap umg
eben werden\ndrfen\nlib.parseFunc_RTE.nonTypoTagStdWrap.encapsLines.encapsTagList
= cite,div, p, pre, h1, h2, h3, h4, h5, h6\n\n#Entfernt die zustzlichen CSS-Klasse
n\nlib.stdheader.3 = LOAD_REGISTER\nlib.stdheader.3.headerClass =\nlib.stdheader
.3.headerClass.noTrimWrap = |\nlib.stdheader.stdWrap.dataWrap = |\n\n#Standard-H
eadings aufrumen\nlib.stdheader.stdWrap.dataWrap =\nlib.stdheader.10.1.fontTag = <
h1>|</h1>\nlib.stdheader.10.2.fontTag = <h2>|</h2>\nlib.stdheader.10.3.fontTag =
<h3>|</h3>\nlib.stdheader.10.4.fontTag = <h4>|</h4>\nlib.stdheader.10.5.fontTag
= <h5>|</h5>\n\n#Content Elemente aufrumen und Kommentare entfernen\ntt_content.s
tdWrap.dataWrap >\ntt_content.stdWrap.prefixComment >\ntt_content.header.20.data
Wrap >\ntt_content.header.20.prefixComment >\ntt_content.default.prefixComment >
\ntt_content.text.stdWrap.prefixComment >\ntt_content.text.20.prefixComment >\nt
t_content.textpic.20.stdWrap.prefixComment >\ntt_content.table.20.stdWrap.prefix
Comment >\ntt_content.mailform.20.stdWrap.wrap >\ntt_content.menu.20.stdWrap.pre
fixComment >\ntt_content.image.20.stdWrap.prefixComment >\ntt_content.list.20.st
dWrap.prefixComment >\n\n\n\n# Configuring the Auto-Parser for main template:\np
lugin.tx_automaketemplate_pi1 {\n # Read the template file:\n content = FILE
\n content.file = fileadmin/templateZTSWire/template.html\n\n # Here we defi
ne which elements in the HTML that\n # should be wrapped in subpart-comments:
\n elements {\n BODY.all = 1\n BODY.all.subpartMarker = DOCUMENT_BODY\n\n
HEAD.all = 1\n HEAD.all.subpartMarker = DOCUMENT_HEADER\n HEAD.rmTagSe
ctions = title\n\n TD.all = 1\n DIV.all = 1\n }\n\n # Prefix all relat
ive paths with this value:\n relPathPrefix = fileadmin/templateZTSWire/\n}\n\nt
emp.logo = COA\ntemp.logo{\n 10 = TEXT\n 10{\n wrap = <h1>|</h1>\n typol
ink.parameter = 1\n value = ZTS Wire\n noBlur = 1\n }\n}\n\ntemp.MENU2 =
HMENU\ntemp.MENU2 {\nwrap = <ul> | </ul>\n1 = TMENU\n1 {\nnoBlur = 1\nNO.wrapIte
mAndSub = <li> | </li>\n ACT = 1\n ACT.wrapItemAndSub = <li class=\"cu
rr\"> | </li>\nnoBlur = 1\n\n}\n2 = TMENU\n2 {\nnoBlur = 1\n\nwrap = <ul> | </ul
>\nNO.wrapItemAndSub = <li> | </li>\n ACT = 1\n ACT.wrapItemAndSub = <
li class=\"curr\"> | </li>\nnoBlur = 1\n}\n3 =\n4 =\n5 =\n6 =\n\n}\n\n# Main TEM
PLATE cObject for the BODY\ntemp.mainTemplate = TEMPLATE\ntemp.mainTemplate {\n
# Feeding the content from the Auto-parser to the TEMPLATE cObject:\n templa
te =< plugin.tx_automaketemplate_pi1\n # Select only the content between the
<body>-tags\n workOnSubpart = DOCUMENT_BODY\n\n #subparts.mainnav < temp.MENU2
\n #subparts.content < styles.content.get\n\n\n #subparts.top < styles.content
.getBorder\n\n #subparts.top.slide = -1\n\n \n # Dynamischer Banner mit Mar
ker \'TESTSTYLE\':\nsubparts.TESTSTYLE = TEXT\nsubparts.TESTSTYLE.value = filead
min/btg/images/background.png\nsubparts.TESTSTYLE.override {\n\n data = levelme
dia: -1, slide\n wrap = uploads/media/|\n listNum = 0\n}\n}\n\n\n# Main TEMPLA
TE cObject for the HEAD\ntemp.headTemplate = TEMPLATE\ntemp.headTemplate {\n
# Feeding the content from the Auto-parser to the TEMPLATE cObject:\n template
=< plugin.tx_automaketemplate_pi1\n # Select only the content between the <he
ad>-tags\n workOnSubpart = DOCUMENT_HEADER\n}\n\n\n\n\n# Default PAGE object:\n
page = PAGE\npage.typeNum = 0\n\n# Copying the content from TEMPLATE for <body>-
section:\npage.10 < temp.mainTemplate\n\n# Copying the content from TEMPLATE for
<head>-section:\npage.headerData.10 < temp.headTemplate\n\npage.config.disable
PrefixComment = 1\n\";}}','config',1,'sys_template',1282291237,NULL,0),(8,33,'a:
2:{s:9:\"oldRecord\";a:1:{s:6:\"config\";s:4476:\"# Keywords, Description\npage.
meta.DESCRIPTION = \npage.meta.DESCRIPTION.override.field = DESCRIPTION\n\npage.
meta.KEYWORDS = \npage.meta.KEYWORDS.override.field = KEYWORDS\n\n\n\n[browser =
msie]\nconfig.xmlprologue = none\n[global]\n\nincludeLibs.pagetitle = typo3conf
/ext/mf_pagetitle/pagetitle.php\nplugin.mf_pagetitle.title = {page:title} : ZTS
Wire\nconfig.titleTagFunction = user_pagetitle_class->changetitle\n\nconfig.simu
lateStaticDocuments = 1\nconfig.simulateStaticDocuments_addTitle = 70\nconfig.si
mulateStaticDocuments_pEnc = base64\n\n\nconfig.extTarget = _self\nconfig.intTar
get = _self\n#config.removeDefaultJS = external\nconfig.inlineStyle2TempFile = 1
\nconfig.language = de\n\n# richtigen Doctype setzen\nconfig.doctype = xhtml_tra
ns\n\n\n#RTE Tuning\nlib.parseFunc_RTE.nonTypoTagStdWrap.encapsLines.addAttribut
es.P.class >\nlib.parseFunc_RTE.nonTypoTagStdWrap.encapsLines.remapTag >\nlib.pa
rseFunc_RTE.nonTypoTagStdWrap.encapsLines.addAttributes.DIV.class >\n#Angabe von
Tags, die nicht mit einem zustzlichen wrap umgeben werden\ndrfen\nlib.parseFunc_RTE
.nonTypoTagStdWrap.encapsLines.encapsTagList = cite,div, p, pre, h1, h2, h3, h4,
h5, h6\n\n#Entfernt die zustzlichen CSS-Klassen\nlib.stdheader.3 = LOAD_REGISTER\
nlib.stdheader.3.headerClass =\nlib.stdheader.3.headerClass.noTrimWrap = |\nlib.
stdheader.stdWrap.dataWrap = |\n\n#Standard-Headings aufrumen\nlib.stdheader.stdWr
ap.dataWrap =\nlib.stdheader.10.1.fontTag = <h1>|</h1>\nlib.stdheader.10.2.fontT
ag = <h2>|</h2>\nlib.stdheader.10.3.fontTag = <h3>|</h3>\nlib.stdheader.10.4.fon
tTag = <h4>|</h4>\nlib.stdheader.10.5.fontTag = <h5>|</h5>\n\n#Content Elemente
aufrumen und Kommentare entfernen\ntt_content.stdWrap.dataWrap >\ntt_content.stdWr
ap.prefixComment >\ntt_content.header.20.dataWrap >\ntt_content.header.20.prefix
Comment >\ntt_content.default.prefixComment >\ntt_content.text.stdWrap.prefixCom
ment >\ntt_content.text.20.prefixComment >\ntt_content.textpic.20.stdWrap.prefix
Comment >\ntt_content.table.20.stdWrap.prefixComment >\ntt_content.mailform.20.s
tdWrap.wrap >\ntt_content.menu.20.stdWrap.prefixComment >\ntt_content.image.20.s
tdWrap.prefixComment >\ntt_content.list.20.stdWrap.prefixComment >\n\n\n\n# Conf
iguring the Auto-Parser for main template:\nplugin.tx_automaketemplate_pi1 {\n
# Read the template file:\n content = FILE\n content.file = fileadmin/templa
teZTSWire/template.html\n\n # Here we define which elements in the HTML that\
n # should be wrapped in subpart-comments:\n elements {\n BODY.all = 1\n
BODY.all.subpartMarker = DOCUMENT_BODY\n\n HEAD.all = 1\n HEAD.all.subp
artMarker = DOCUMENT_HEADER\n HEAD.rmTagSections = title\n\n TD.all = 1\n
DIV.all = 1\n }\n\n # Prefix all relative paths with this value:\n relPa
thPrefix = fileadmin/templateZTSWire/\n}\n\ntemp.logo = COA\ntemp.logo{\n 10 =
TEXT\n 10{\n wrap = <h1>|</h1>\n typolink.parameter = 1\n value = ZTS
Wire\n noBlur = 1\n }\n}\n\ntemp.MENU2 = HMENU\ntemp.MENU2 {\nwrap = <ul> |
</ul>\n1 = TMENU\n1 {\nnoBlur = 1\nNO.wrapItemAndSub = <li> | </li>\n ACT =
1\n ACT.wrapItemAndSub = <li class=\"curr\"> | </li>\nnoBlur = 1\n\n}\n2 =
TMENU\n2 {\nnoBlur = 1\n\nwrap = <ul> | </ul>\nNO.wrapItemAndSub = <li> | </li>
\n ACT = 1\n ACT.wrapItemAndSub = <li class=\"curr\"> | </li>\nnoBlur
= 1\n}\n3 =\n4 =\n5 =\n6 =\n\n}\n\n# Main TEMPLATE cObject for the BODY\ntemp.ma
inTemplate = TEMPLATE\ntemp.mainTemplate {\n # Feeding the content from the A
uto-parser to the TEMPLATE cObject:\n template =< plugin.tx_automaketemplate_pi
1\n # Select only the content between the <body>-tags\n workOnSubpart = DOCU
MENT_BODY\n\n #subparts.mainnav < temp.MENU2\n #subparts.content < styles.cont
ent.get\n\n\n #subparts.top < styles.content.getBorder\n\n #subparts.top.slide
= -1\n\n \n # Dynamischer Banner mit Marker \'TESTSTYLE\':\nsubparts.TESTST
YLE = TEXT\nsubparts.TESTSTYLE.value = fileadmin/btg/images/background.png\nsubp
arts.TESTSTYLE.override {\n\n data = levelmedia: -1, slide\n wrap = uploads/me
dia/|\n listNum = 0\n}\n}\n\n\n# Main TEMPLATE cObject for the HEAD\ntemp.headT
emplate = TEMPLATE\ntemp.headTemplate {\n # Feeding the content from the Auto
-parser to the TEMPLATE cObject:\n template =< plugin.tx_automaketemplate_pi1\n
# Select only the content between the <head>-tags\n workOnSubpart = DOCUMEN
T_HEADER\n}\n\n\n\n\n# Default PAGE object:\npage = PAGE\npage.typeNum = 0\n\n#
Copying the content from TEMPLATE for <body>-section:\npage.10 < temp.mainTempla
te\n\n# Copying the content from TEMPLATE for <head>-section:\npage.headerData.1
0 < temp.headTemplate\n\npage.config.disablePrefixComment = 1\n\";}s:9:\"newRec
ord\";a:1:{s:6:\"config\";s:4507:\"# Keywords, Description\npage.meta.DESCRIPTIO
N = \npage.meta.DESCRIPTION.override.field = DESCRIPTION\n\npage.meta.KEYWORDS =
\npage.meta.KEYWORDS.override.field = KEYWORDS\n\n\n\n[browser = msie]\nconfig.
xmlprologue = none\n[global]\n\nincludeLibs.pagetitle = typo3conf/ext/mf_pagetit
le/pagetitle.php\nplugin.mf_pagetitle.title = {page:title} : ZTS Wire\nconfig.ti
tleTagFunction = user_pagetitle_class->changetitle\n\nconfig.simulateStaticDocum
ents = 1\nconfig.simulateStaticDocuments_addTitle = 70\nconfig.simulateStaticDoc
uments_pEnc = base64\n\n\nconfig.extTarget = _self\nconfig.intTarget = _self\n#c
onfig.removeDefaultJS = external\nconfig.inlineStyle2TempFile = 1\nconfig.langua
ge = de\n\n# richtigen Doctype setzen\nconfig.doctype = xhtml_trans\n\n\n#RTE Tu
ning\nlib.parseFunc_RTE.nonTypoTagStdWrap.encapsLines.addAttributes.P.class >\nl
ib.parseFunc_RTE.nonTypoTagStdWrap.encapsLines.remapTag >\nlib.parseFunc_RTE.non
TypoTagStdWrap.encapsLines.addAttributes.DIV.class >\n#Angabe von Tags, die nich
t mit einem zustzlichen wrap umgeben werden\ndrfen\nlib.parseFunc_RTE.nonTypoTagStdW
rap.encapsLines.encapsTagList = cite,div, p, pre, h1, h2, h3, h4, h5, h6\n\n#Ent
fernt die zustzlichen CSS-Klassen\nlib.stdheader.3 = LOAD_REGISTER\nlib.stdheader.
3.headerClass =\nlib.stdheader.3.headerClass.noTrimWrap = |\nlib.stdheader.stdWr
ap.dataWrap = |\n\n#Standard-Headings aufrumen\nlib.stdheader.stdWrap.dataWrap =\n
lib.stdheader.10.1.fontTag = <h1>|</h1>\nlib.stdheader.10.2.fontTag = <h2>|</h2>
\nlib.stdheader.10.3.fontTag = <h3>|</h3>\nlib.stdheader.10.4.fontTag = <h4>|</h
4>\nlib.stdheader.10.5.fontTag = <h5>|</h5>\n\n#Content Elemente aufrumen und Komm
entare entfernen\ntt_content.stdWrap.dataWrap >\ntt_content.stdWrap.prefixCommen
t >\ntt_content.header.20.dataWrap >\ntt_content.header.20.prefixComment >\ntt_c
ontent.default.prefixComment >\ntt_content.text.stdWrap.prefixComment >\ntt_cont
ent.text.20.prefixComment >\ntt_content.textpic.20.stdWrap.prefixComment >\ntt_c
ontent.table.20.stdWrap.prefixComment >\ntt_content.mailform.20.stdWrap.wrap >\n
tt_content.menu.20.stdWrap.prefixComment >\ntt_content.image.20.stdWrap.prefixCo
mment >\ntt_content.list.20.stdWrap.prefixComment >\n\n\n\n# Configuring the Aut
o-Parser for main template:\nplugin.tx_automaketemplate_pi1 {\n # Read the te
mplate file:\n content = FILE\n content.file = fileadmin/templateZTSWire/templ
ate.html\n\n # Here we define which elements in the HTML that\n # should b
e wrapped in subpart-comments:\n elements {\n BODY.all = 1\n BODY.all.sub
partMarker = DOCUMENT_BODY\n\n HEAD.all = 1\n HEAD.all.subpartMarker = DOC
UMENT_HEADER\n HEAD.rmTagSections = title\n\n TD.all = 1\n DIV.all = 1\
n }\n\n # Prefix all relative paths with this value:\n relPathPrefix = file
admin/templateZTSWire/\n}\n\ntemp.logo = COA\ntemp.logo{\n 10 = TEXT\n 10{\n
wrap = <h1>|</h1>\n typolink.parameter = 1\n value = ZTS Wire\n noBlu
r = 1\n }\n}\n\ntemp.MENU2 = HMENU\ntemp.MENU2 {\nwrap = <ul> | </ul>\n1 = TMEN
U\n1 {\nnoBlur = 1\nNO.wrapItemAndSub = <li> | </li>\n ACT = 1\n ACT.w
rapItemAndSub = <li class=\"curr\"> | </li>\nnoBlur = 1\n\n}\n2 = TMENU\n2 {\nno
Blur = 1\n\nwrap = <ul> | </ul>\nNO.wrapItemAndSub = <li> | </li>\n ACT = 1
\n ACT.wrapItemAndSub = <li class=\"curr\"> | </li>\nnoBlur = 1\n}\n3 =\n4
=\n5 =\n6 =\n\n}\n\n# Main TEMPLATE cObject for the BODY\ntemp.mainTemplate = TE
MPLATE\ntemp.mainTemplate {\n # Feeding the content from the Auto-parser to t
he TEMPLATE cObject:\n template =< plugin.tx_automaketemplate_pi1\n # Select
only the content between the <body>-tags\n workOnSubpart = DOCUMENT_BODY\n \n
subparts.logo < temp.logo\n\n #subparts.mainnav < temp.MENU2\n #subparts.con
tent < styles.content.get\n\n\n #subparts.top < styles.content.getBorder\n\n #
subparts.top.slide = -1\n\n \n # Dynamischer Banner mit Marker \'TESTSTYLE\'
:\nsubparts.TESTSTYLE = TEXT\nsubparts.TESTSTYLE.value = fileadmin/btg/images/ba
ckground.png\nsubparts.TESTSTYLE.override {\n\n data = levelmedia: -1, slide\n
wrap = uploads/media/|\n listNum = 0\n}\n}\n\n\n# Main TEMPLATE cObject for th
e HEAD\ntemp.headTemplate = TEMPLATE\ntemp.headTemplate {\n # Feeding the con
tent from the Auto-parser to the TEMPLATE cObject:\n template =< plugin.tx_auto
maketemplate_pi1\n # Select only the content between the <head>-tags\n workO
nSubpart = DOCUMENT_HEADER\n}\n\n\n\n\n# Default PAGE object:\npage = PAGE\npage
.typeNum = 0\n\n# Copying the content from TEMPLATE for <body>-section:\npage.10
< temp.mainTemplate\n\n# Copying the content from TEMPLATE for <head>-section:\
npage.headerData.10 < temp.headTemplate\n\npage.config.disablePrefixComment = 1
\n\";}}','config',1,'sys_template',1282291283,NULL,0),(14,42,'a:2:{s:9:\"oldReco
rd\";a:1:{s:6:\"config\";s:4507:\"# Keywords, Description\npage.meta.DESCRIPTION
= \npage.meta.DESCRIPTION.override.field = DESCRIPTION\n\npage.meta.KEYWORDS =
\npage.meta.KEYWORDS.override.field = KEYWORDS\n\n\n\n[browser = msie]\nconfig.x
mlprologue = none\n[global]\n\nincludeLibs.pagetitle = typo3conf/ext/mf_pagetitl
e/pagetitle.php\nplugin.mf_pagetitle.title = {page:title} : ZTS Wire\nconfig.tit
leTagFunction = user_pagetitle_class->changetitle\n\nconfig.simulateStaticDocume
nts = 1\nconfig.simulateStaticDocuments_addTitle = 70\nconfig.simulateStaticDocu
ments_pEnc = base64\n\n\nconfig.extTarget = _self\nconfig.intTarget = _self\n#co
nfig.removeDefaultJS = external\nconfig.inlineStyle2TempFile = 1\nconfig.languag
e = de\n\n# richtigen Doctype setzen\nconfig.doctype = xhtml_trans\n\n\n#RTE Tun
ing\nlib.parseFunc_RTE.nonTypoTagStdWrap.encapsLines.addAttributes.P.class >\nli
b.parseFunc_RTE.nonTypoTagStdWrap.encapsLines.remapTag >\nlib.parseFunc_RTE.nonT
ypoTagStdWrap.encapsLines.addAttributes.DIV.class >\n#Angabe von Tags, die nicht
mit einem zustzlichen wrap umgeben werden\ndrfen\nlib.parseFunc_RTE.nonTypoTagStdWr
ap.encapsLines.encapsTagList = cite,div, p, pre, h1, h2, h3, h4, h5, h6\n\n#Entf
ernt die zustzlichen CSS-Klassen\nlib.stdheader.3 = LOAD_REGISTER\nlib.stdheader.3
.headerClass =\nlib.stdheader.3.headerClass.noTrimWrap = |\nlib.stdheader.stdWra
p.dataWrap = |\n\n#Standard-Headings aufrumen\nlib.stdheader.stdWrap.dataWrap =\nl
ib.stdheader.10.1.fontTag = <h1>|</h1>\nlib.stdheader.10.2.fontTag = <h2>|</h2>\
nlib.stdheader.10.3.fontTag = <h3>|</h3>\nlib.stdheader.10.4.fontTag = <h4>|</h4
>\nlib.stdheader.10.5.fontTag = <h5>|</h5>\n\n#Content Elemente aufrumen und Komme
ntare entfernen\ntt_content.stdWrap.dataWrap >\ntt_content.stdWrap.prefixComment
>\ntt_content.header.20.dataWrap >\ntt_content.header.20.prefixComment >\ntt_co
ntent.default.prefixComment >\ntt_content.text.stdWrap.prefixComment >\ntt_conte
nt.text.20.prefixComment >\ntt_content.textpic.20.stdWrap.prefixComment >\ntt_co
ntent.table.20.stdWrap.prefixComment >\ntt_content.mailform.20.stdWrap.wrap >\nt
t_content.menu.20.stdWrap.prefixComment >\ntt_content.image.20.stdWrap.prefixCom
ment >\ntt_content.list.20.stdWrap.prefixComment >\n\n\n\n# Configuring the Auto
-Parser for main template:\nplugin.tx_automaketemplate_pi1 {\n # Read the tem
plate file:\n content = FILE\n content.file = fileadmin/templateZTSWire/templa
te.html\n\n # Here we define which elements in the HTML that\n # should be
wrapped in subpart-comments:\n elements {\n BODY.all = 1\n BODY.all.subp
artMarker = DOCUMENT_BODY\n\n HEAD.all = 1\n HEAD.all.subpartMarker = DOCU
MENT_HEADER\n HEAD.rmTagSections = title\n\n TD.all = 1\n DIV.all = 1\n
}\n\n # Prefix all relative paths with this value:\n relPathPrefix = filea
dmin/templateZTSWire/\n}\n\ntemp.logo = COA\ntemp.logo{\n 10 = TEXT\n 10{\n
wrap = <h1>|</h1>\n typolink.parameter = 1\n value = ZTS Wire\n noBlur
= 1\n }\n}\n\ntemp.MENU2 = HMENU\ntemp.MENU2 {\nwrap = <ul> | </ul>\n1 = TMENU
\n1 {\nnoBlur = 1\nNO.wrapItemAndSub = <li> | </li>\n ACT = 1\n ACT.wr
apItemAndSub = <li class=\"curr\"> | </li>\nnoBlur = 1\n\n}\n2 = TMENU\n2 {\nnoB
lur = 1\n\nwrap = <ul> | </ul>\nNO.wrapItemAndSub = <li> | </li>\n ACT = 1\
n ACT.wrapItemAndSub = <li class=\"curr\"> | </li>\nnoBlur = 1\n}\n3 =\n4 =
\n5 =\n6 =\n\n}\n\n# Main TEMPLATE cObject for the BODY\ntemp.mainTemplate = TEM
PLATE\ntemp.mainTemplate {\n # Feeding the content from the Auto-parser to th
e TEMPLATE cObject:\n template =< plugin.tx_automaketemplate_pi1\n # Select
only the content between the <body>-tags\n workOnSubpart = DOCUMENT_BODY\n \n
subparts.logo < temp.logo\n\n #subparts.mainnav < temp.MENU2\n #subparts.cont
ent < styles.content.get\n\n\n #subparts.top < styles.content.getBorder\n\n #s
ubparts.top.slide = -1\n\n \n # Dynamischer Banner mit Marker \'TESTSTYLE\':
\nsubparts.TESTSTYLE = TEXT\nsubparts.TESTSTYLE.value = fileadmin/btg/images/bac
kground.png\nsubparts.TESTSTYLE.override {\n\n data = levelmedia: -1, slide\n
wrap = uploads/media/|\n listNum = 0\n}\n}\n\n\n# Main TEMPLATE cObject for the
HEAD\ntemp.headTemplate = TEMPLATE\ntemp.headTemplate {\n # Feeding the cont
ent from the Auto-parser to the TEMPLATE cObject:\n template =< plugin.tx_autom
aketemplate_pi1\n # Select only the content between the <head>-tags\n workOn
Subpart = DOCUMENT_HEADER\n}\n\n\n\n\n# Default PAGE object:\npage = PAGE\npage.
typeNum = 0\n\n# Copying the content from TEMPLATE for <body>-section:\npage.10
< temp.mainTemplate\n\n# Copying the content from TEMPLATE for <head>-section:\n
page.headerData.10 < temp.headTemplate\n\npage.config.disablePrefixComment = 1\
n\";}s:9:\"newRecord\";a:1:{s:6:\"config\";s:4818:\"# Keywords, Description\npag
e.meta.DESCRIPTION = \npage.meta.DESCRIPTION.override.field = DESCRIPTION\n\npag
e.meta.KEYWORDS = \npage.meta.KEYWORDS.override.field = KEYWORDS\n\n\n\n[browser
= msie]\nconfig.xmlprologue = none\n[global]\n\nincludeLibs.pagetitle = typo3co
nf/ext/mf_pagetitle/pagetitle.php\nplugin.mf_pagetitle.title = {page:title} : ZT
S Wire\nconfig.titleTagFunction = user_pagetitle_class->changetitle\n\nconfig.si
mulateStaticDocuments = 1\nconfig.simulateStaticDocuments_addTitle = 70\nconfig.
simulateStaticDocuments_pEnc = base64\n\n\nconfig.extTarget = _self\nconfig.intT
arget = _self\n#config.removeDefaultJS = external\nconfig.inlineStyle2TempFile =
1\nconfig.language = de\n\n# richtigen Doctype setzen\nconfig.doctype = xhtml_t
rans\n\n\n#RTE Tuning\nlib.parseFunc_RTE.nonTypoTagStdWrap.encapsLines.addAttrib
utes.P.class >\nlib.parseFunc_RTE.nonTypoTagStdWrap.encapsLines.remapTag >\nlib.
parseFunc_RTE.nonTypoTagStdWrap.encapsLines.addAttributes.DIV.class >\n#Angabe v
on Tags, die nicht mit einem zustzlichen wrap umgeben werden\ndrfen\nlib.parseFunc_R
TE.nonTypoTagStdWrap.encapsLines.encapsTagList = cite,div, p, pre, h1, h2, h3, h
4, h5, h6\n\n#Entfernt die zustzlichen CSS-Klassen\nlib.stdheader.3 = LOAD_REGISTE
R\nlib.stdheader.3.headerClass =\nlib.stdheader.3.headerClass.noTrimWrap = |\nli
b.stdheader.stdWrap.dataWrap = |\n\n#Standard-Headings aufrumen\nlib.stdheader.std
Wrap.dataWrap =\nlib.stdheader.10.1.fontTag = <h1>|</h1>\nlib.stdheader.10.2.fon
tTag = <h2>|</h2>\nlib.stdheader.10.3.fontTag = <h3>|</h3>\nlib.stdheader.10.4.f
ontTag = <h4>|</h4>\nlib.stdheader.10.5.fontTag = <h5>|</h5>\n\n#Content Element
e aufrumen und Kommentare entfernen\ntt_content.stdWrap.dataWrap >\ntt_content.std
Wrap.prefixComment >\ntt_content.header.20.dataWrap >\ntt_content.header.20.pref
ixComment >\ntt_content.default.prefixComment >\ntt_content.text.stdWrap.prefixC
omment >\ntt_content.text.20.prefixComment >\ntt_content.textpic.20.stdWrap.pref
ixComment >\ntt_content.table.20.stdWrap.prefixComment >\ntt_content.mailform.20
.stdWrap.wrap >\ntt_content.menu.20.stdWrap.prefixComment >\ntt_content.image.20
.stdWrap.prefixComment >\ntt_content.list.20.stdWrap.prefixComment >\n\n\n\n# Co
nfiguring the Auto-Parser for main template:\nplugin.tx_automaketemplate_pi1 {\n
# Read the template file:\n content = FILE\n content.file = fileadmin/temp
lateZTSWire/template.html\n\n # Here we define which elements in the HTML tha
t\n # should be wrapped in subpart-comments:\n elements {\n BODY.all = 1\
n BODY.all.subpartMarker = DOCUMENT_BODY\n\n HEAD.all = 1\n HEAD.all.su
bpartMarker = DOCUMENT_HEADER\n HEAD.rmTagSections = title\n\n TD.all = 1\
n DIV.all = 1\n }\n\n # Prefix all relative paths with this value:\n rel
PathPrefix = fileadmin/templateZTSWire/\n}\n\ntemp.logo = COA\ntemp.logo{\n 10
= TEXT\n 10{\n wrap = <h1>|</h1>\n typolink.parameter = 1\n value = ZT
S Wire\n noBlur = 1\n }\n}\n\ntemp.topnav = HMENU\ntemp.topnav{\n special =
directory\n special.value = 6\n wrap = <ul>|<ul>\n 1 = TMENU\n 1{\n NO.w
rapItemAndSub = <li>|</li> |*|<li>|</li>|*|<li class=\"last\">|</li>\n ACT =
1\n ACT.wrapItemAndSub = <li class=\"curr\">|</li>|*|<li class=\"curr\">|</li
>|*|<li class=\"curr last\">|</li>\n }\n}\n\ntemp.MENU2 = HMENU\ntemp.MENU2 {\n
wrap = <ul> | </ul>\n1 = TMENU\n1 {\nnoBlur = 1\nNO.wrapItemAndSub = <li> | </li
>\n ACT = 1\n ACT.wrapItemAndSub = <li class=\"curr\"> | </li>\nnoBlur
= 1\n\n}\n2 = TMENU\n2 {\nnoBlur = 1\n\nwrap = <ul> | </ul>\nNO.wrapItemAndSub
= <li> | </li>\n ACT = 1\n ACT.wrapItemAndSub = <li class=\"curr\"> |
</li>\nnoBlur = 1\n}\n3 =\n4 =\n5 =\n6 =\n\n}\n\n# Main TEMPLATE cObject for the
BODY\ntemp.mainTemplate = TEMPLATE\ntemp.mainTemplate {\n # Feeding the cont
ent from the Auto-parser to the TEMPLATE cObject:\n template =< plugin.tx_autom
aketemplate_pi1\n # Select only the content between the <body>-tags\n workOn
Subpart = DOCUMENT_BODY\n \n subparts.logo < temp.logo\n\n #subparts.mainnav
< temp.MENU2\n #subparts.content < styles.content.get\n\n\n #subparts.top < st
yles.content.getBorder\n\n #subparts.top.slide = -1\n\n \n # Dynamischer Ba
nner mit Marker \'TESTSTYLE\':\nsubparts.TESTSTYLE = TEXT\nsubparts.TESTSTYLE.va
lue = fileadmin/btg/images/background.png\nsubparts.TESTSTYLE.override {\n\n da
ta = levelmedia: -1, slide\n wrap = uploads/media/|\n listNum = 0\n}\n}\n\n\n#
Main TEMPLATE cObject for the HEAD\ntemp.headTemplate = TEMPLATE\ntemp.headTemp
late {\n # Feeding the content from the Auto-parser to the TEMPLATE cObject:\
n template =< plugin.tx_automaketemplate_pi1\n # Select only the content bet
ween the <head>-tags\n workOnSubpart = DOCUMENT_HEADER\n}\n\n\n\n\n# Default PA
GE object:\npage = PAGE\npage.typeNum = 0\n\n# Copying the content from TEMPLATE
for <body>-section:\npage.10 < temp.mainTemplate\n\n# Copying the content from
TEMPLATE for <head>-section:\npage.headerData.10 < temp.headTemplate\n\npage.co
nfig.disablePrefixComment = 1\n\";}}','config',1,'sys_template',1282292899,NULL,
0),(15,43,'a:2:{s:9:\"oldRecord\";a:1:{s:6:\"config\";s:4818:\"# Keywords, Descr
iption\npage.meta.DESCRIPTION = \npage.meta.DESCRIPTION.override.field = DESCRIP
TION\n\npage.meta.KEYWORDS = \npage.meta.KEYWORDS.override.field = KEYWORDS\n\n\
n\n[browser = msie]\nconfig.xmlprologue = none\n[global]\n\nincludeLibs.pagetitl
e = typo3conf/ext/mf_pagetitle/pagetitle.php\nplugin.mf_pagetitle.title = {page:
title} : ZTS Wire\nconfig.titleTagFunction = user_pagetitle_class->changetitle\n
\nconfig.simulateStaticDocuments = 1\nconfig.simulateStaticDocuments_addTitle =
70\nconfig.simulateStaticDocuments_pEnc = base64\n\n\nconfig.extTarget = _self\n
config.intTarget = _self\n#config.removeDefaultJS = external\nconfig.inlineStyle
2TempFile = 1\nconfig.language = de\n\n# richtigen Doctype setzen\nconfig.doctyp
e = xhtml_trans\n\n\n#RTE Tuning\nlib.parseFunc_RTE.nonTypoTagStdWrap.encapsLine
s.addAttributes.P.class >\nlib.parseFunc_RTE.nonTypoTagStdWrap.encapsLines.remap
Tag >\nlib.parseFunc_RTE.nonTypoTagStdWrap.encapsLines.addAttributes.DIV.class >
\n#Angabe von Tags, die nicht mit einem zustzlichen wrap umgeben werden\ndrfen\nlib.
parseFunc_RTE.nonTypoTagStdWrap.encapsLines.encapsTagList = cite,div, p, pre, h1
, h2, h3, h4, h5, h6\n\n#Entfernt die zustzlichen CSS-Klassen\nlib.stdheader.3 = L
OAD_REGISTER\nlib.stdheader.3.headerClass =\nlib.stdheader.3.headerClass.noTrimW
rap = |\nlib.stdheader.stdWrap.dataWrap = |\n\n#Standard-Headings aufrumen\nlib.st
dheader.stdWrap.dataWrap =\nlib.stdheader.10.1.fontTag = <h1>|</h1>\nlib.stdhead
er.10.2.fontTag = <h2>|</h2>\nlib.stdheader.10.3.fontTag = <h3>|</h3>\nlib.stdhe
ader.10.4.fontTag = <h4>|</h4>\nlib.stdheader.10.5.fontTag = <h5>|</h5>\n\n#Cont
ent Elemente aufrumen und Kommentare entfernen\ntt_content.stdWrap.dataWrap >\ntt_
content.stdWrap.prefixComment >\ntt_content.header.20.dataWrap >\ntt_content.hea
der.20.prefixComment >\ntt_content.default.prefixComment >\ntt_content.text.stdW
rap.prefixComment >\ntt_content.text.20.prefixComment >\ntt_content.textpic.20.s
tdWrap.prefixComment >\ntt_content.table.20.stdWrap.prefixComment >\ntt_content.
mailform.20.stdWrap.wrap >\ntt_content.menu.20.stdWrap.prefixComment >\ntt_conte
nt.image.20.stdWrap.prefixComment >\ntt_content.list.20.stdWrap.prefixComment >\
n\n\n\n# Configuring the Auto-Parser for main template:\nplugin.tx_automaketempl
ate_pi1 {\n # Read the template file:\n content = FILE\n content.file = fil
eadmin/templateZTSWire/template.html\n\n # Here we define which elements in t
he HTML that\n # should be wrapped in subpart-comments:\n elements {\n BO
DY.all = 1\n BODY.all.subpartMarker = DOCUMENT_BODY\n\n HEAD.all = 1\n
HEAD.all.subpartMarker = DOCUMENT_HEADER\n HEAD.rmTagSections = title\n\n
TD.all = 1\n DIV.all = 1\n }\n\n # Prefix all relative paths with this va
lue:\n relPathPrefix = fileadmin/templateZTSWire/\n}\n\ntemp.logo = COA\ntemp.l
ogo{\n 10 = TEXT\n 10{\n wrap = <h1>|</h1>\n typolink.parameter = 1\n
value = ZTS Wire\n noBlur = 1\n }\n}\n\ntemp.topnav = HMENU\ntemp.topnav{\n
special = directory\n special.value = 6\n wrap = <ul>|<ul>\n 1 = TMENU\n 1
{\n NO.wrapItemAndSub = <li>|</li> |*|<li>|</li>|*|<li class=\"last\">|</li>\
n ACT = 1\n ACT.wrapItemAndSub = <li class=\"curr\">|</li>|*|<li class=\"c
urr\">|</li>|*|<li class=\"curr last\">|</li>\n }\n}\n\ntemp.MENU2 = HMENU\ntem
p.MENU2 {\nwrap = <ul> | </ul>\n1 = TMENU\n1 {\nnoBlur = 1\nNO.wrapItemAndSub =
<li> | </li>\n ACT = 1\n ACT.wrapItemAndSub = <li class=\"curr\"> | </
li>\nnoBlur = 1\n\n}\n2 = TMENU\n2 {\nnoBlur = 1\n\nwrap = <ul> | </ul>\nNO.wrap
ItemAndSub = <li> | </li>\n ACT = 1\n ACT.wrapItemAndSub = <li class=\
"curr\"> | </li>\nnoBlur = 1\n}\n3 =\n4 =\n5 =\n6 =\n\n}\n\n# Main TEMPLATE cObj
ect for the BODY\ntemp.mainTemplate = TEMPLATE\ntemp.mainTemplate {\n # Feedi
ng the content from the Auto-parser to the TEMPLATE cObject:\n template =< plug
in.tx_automaketemplate_pi1\n # Select only the content between the <body>-tag
s\n workOnSubpart = DOCUMENT_BODY\n \n subparts.logo < temp.logo\n\n #subpar
ts.mainnav < temp.MENU2\n #subparts.content < styles.content.get\n\n\n #subpar
ts.top < styles.content.getBorder\n\n #subparts.top.slide = -1\n\n \n # Dyn
amischer Banner mit Marker \'TESTSTYLE\':\nsubparts.TESTSTYLE = TEXT\nsubparts.T
ESTSTYLE.value = fileadmin/btg/images/background.png\nsubparts.TESTSTYLE.overrid
e {\n\n data = levelmedia: -1, slide\n wrap = uploads/media/|\n listNum = 0\n
}\n}\n\n\n# Main TEMPLATE cObject for the HEAD\ntemp.headTemplate = TEMPLATE\nte
mp.headTemplate {\n # Feeding the content from the Auto-parser to the TEMPLAT
E cObject:\n template =< plugin.tx_automaketemplate_pi1\n # Select only the
content between the <head>-tags\n workOnSubpart = DOCUMENT_HEADER\n}\n\n\n\n\n#
Default PAGE object:\npage = PAGE\npage.typeNum = 0\n\n# Copying the content fr
om TEMPLATE for <body>-section:\npage.10 < temp.mainTemplate\n\n# Copying the co
ntent from TEMPLATE for <head>-section:\npage.headerData.10 < temp.headTemplate
\n\npage.config.disablePrefixComment = 1\n\";}s:9:\"newRecord\";a:1:{s:6:\"confi
g\";s:4873:\"# Keywords, Description\npage.meta.DESCRIPTION = \npage.meta.DESCRI
PTION.override.field = DESCRIPTION\n\npage.meta.KEYWORDS = \npage.meta.KEYWORDS.
override.field = KEYWORDS\n\n\n\n[browser = msie]\nconfig.xmlprologue = none\n[g
lobal]\n\nincludeLibs.pagetitle = typo3conf/ext/mf_pagetitle/pagetitle.php\nplug
in.mf_pagetitle.title = {page:title} : ZTS Wire\nconfig.titleTagFunction = user_
pagetitle_class->changetitle\n\nconfig.simulateStaticDocuments = 1\nconfig.simul
ateStaticDocuments_addTitle = 70\nconfig.simulateStaticDocuments_pEnc = base64\n
\n\nconfig.extTarget = _self\nconfig.intTarget = _self\n#config.removeDefaultJS
= external\nconfig.inlineStyle2TempFile = 1\nconfig.language = de\n\n# richtigen
Doctype setzen\nconfig.doctype = xhtml_trans\n\n\n#RTE Tuning\nlib.parseFunc_RT
E.nonTypoTagStdWrap.encapsLines.addAttributes.P.class >\nlib.parseFunc_RTE.nonTy
poTagStdWrap.encapsLines.remapTag >\nlib.parseFunc_RTE.nonTypoTagStdWrap.encapsL
ines.addAttributes.DIV.class >\n#Angabe von Tags, die nicht mit einem zustzlichen
wrap umgeben werden\ndrfen\nlib.parseFunc_RTE.nonTypoTagStdWrap.encapsLines.encaps
TagList = cite,div, p, pre, h1, h2, h3, h4, h5, h6\n\n#Entfernt die zustzlichen CS
S-Klassen\nlib.stdheader.3 = LOAD_REGISTER\nlib.stdheader.3.headerClass =\nlib.s
tdheader.3.headerClass.noTrimWrap = |\nlib.stdheader.stdWrap.dataWrap = |\n\n#St
andard-Headings aufrumen\nlib.stdheader.stdWrap.dataWrap =\nlib.stdheader.10.1.fon
tTag = <h1>|</h1>\nlib.stdheader.10.2.fontTag = <h2>|</h2>\nlib.stdheader.10.3.f
ontTag = <h3>|</h3>\nlib.stdheader.10.4.fontTag = <h4>|</h4>\nlib.stdheader.10.5
.fontTag = <h5>|</h5>\n\n#Content Elemente aufrumen und Kommentare entfernen\ntt_c
ontent.stdWrap.dataWrap >\ntt_content.stdWrap.prefixComment >\ntt_content.header
.20.dataWrap >\ntt_content.header.20.prefixComment >\ntt_content.default.prefixC
omment >\ntt_content.text.stdWrap.prefixComment >\ntt_content.text.20.prefixComm
ent >\ntt_content.textpic.20.stdWrap.prefixComment >\ntt_content.table.20.stdWra
p.prefixComment >\ntt_content.mailform.20.stdWrap.wrap >\ntt_content.menu.20.std
Wrap.prefixComment >\ntt_content.image.20.stdWrap.prefixComment >\ntt_content.li
st.20.stdWrap.prefixComment >\n\n\n\n# Configuring the Auto-Parser for main temp
late:\nplugin.tx_automaketemplate_pi1 {\n # Read the template file:\n conten
t = FILE\n content.file = fileadmin/templateZTSWire/template.html\n\n # Here
we define which elements in the HTML that\n # should be wrapped in subpart-c
omments:\n elements {\n BODY.all = 1\n BODY.all.subpartMarker = DOCUMENT_
BODY\n\n HEAD.all = 1\n HEAD.all.subpartMarker = DOCUMENT_HEADER\n HEAD
.rmTagSections = title\n\n TD.all = 1\n DIV.all = 1\n }\n\n # Prefix a
ll relative paths with this value:\n relPathPrefix = fileadmin/templateZTSWire/
\n}\n\ntemp.logo = COA\ntemp.logo{\n 10 = TEXT\n 10{\n wrap = <h1>|</h1>\n
typolink.parameter = 1\n value = ZTS Wire\n noBlur = 1\n }\n}\n\ntemp.
topnav = HMENU\ntemp.topnav{\n special = directory\n special.value = 6\n wrap
= <ul>|<ul>\n 1 = TMENU\n 1{\n NO.wrapItemAndSub = <li>|</li> |*|<li>|</li
>|*|<li class=\"last\">|</li>\n ACT = 1\n ACT.wrapItemAndSub = <li class=\
"curr\">|</li>|*|<li class=\"curr\">|</li>|*|<li class=\"curr last\">|</li>\n }
\n}\n\ntemp.MENU2 = HMENU\ntemp.MENU2 {\nwrap = <ul> | </ul>\n1 = TMENU\n1 {\nno
Blur = 1\nNO.wrapItemAndSub = <li> | </li>\n ACT = 1\n ACT.wrapItemAnd
Sub = <li class=\"curr\"> | </li>\nnoBlur = 1\n\n}\n2 = TMENU\n2 {\nnoBlur = 1\n
\nwrap = <ul> | </ul>\nNO.wrapItemAndSub = <li> | </li>\n ACT = 1\n AC
T.wrapItemAndSub = <li class=\"curr\"> | </li>\nnoBlur = 1\n}\n3 =\n4 =\n5 =\n6
=\n\n}\n\n# Main TEMPLATE cObject for the BODY\ntemp.mainTemplate = TEMPLATE\nte
mp.mainTemplate {\n # Feeding the content from the Auto-parser to the TEMPLAT
E cObject:\n template =< plugin.tx_automaketemplate_pi1\n # Select only the
content between the <body>-tags\n workOnSubpart = DOCUMENT_BODY\n \n # Logo\n
subparts.logo < temp.logo\n \n # TopNav\n subparts.topNav < temp.topnav\n\n
#subparts.mainnav < temp.MENU2\n #subparts.content < styles.content.get\n\n\n
#subparts.top < styles.content.getBorder\n\n #subparts.top.slide = -1\n\n \
n # Dynamischer Banner mit Marker \'TESTSTYLE\':\nsubparts.TESTSTYLE = TEXT\ns
ubparts.TESTSTYLE.value = fileadmin/btg/images/background.png\nsubparts.TESTSTYL
E.override {\n\n data = levelmedia: -1, slide\n wrap = uploads/media/|\n list
Num = 0\n}\n}\n\n\n# Main TEMPLATE cObject for the HEAD\ntemp.headTemplate = TEM
PLATE\ntemp.headTemplate {\n # Feeding the content from the Auto-parser to th
e TEMPLATE cObject:\n template =< plugin.tx_automaketemplate_pi1\n # Select
only the content between the <head>-tags\n workOnSubpart = DOCUMENT_HEADER\n}\n
\n\n\n\n# Default PAGE object:\npage = PAGE\npage.typeNum = 0\n\n# Copying the c
ontent from TEMPLATE for <body>-section:\npage.10 < temp.mainTemplate\n\n# Copyi
ng the content from TEMPLATE for <head>-section:\npage.headerData.10 < temp.hea
dTemplate\n\npage.config.disablePrefixComment = 1\n\";}}','config',1,'sys_templa
te',1282292943,NULL,0),(125,360,'a:2:{s:9:\"oldRecord\";a:1:{s:5:\"title\";s:18:
\"Elektrosiolierlack\";}s:9:\"newRecord\";a:1:{s:5:\"title\";s:18:\"Elektroisoli
erlack\";}}','title',23,'pages',1289400856,NULL,0),(126,363,'a:2:{s:9:\"oldRecor
d\";a:2:{s:6:\"header\";s:45:\"[Translate to Slowenisch:] Elektroisolierlack\";s
:15:\"l18n_diffsource\";s:702:\"a:35:{s:5:\"CType\";N;s:16:\"sys_language_uid\";
N;s:6:\"colPos\";N;s:11:\"spaceBefore\";N;s:10:\"spaceAfter\";N;s:13:\"section_f
rame\";N;s:12:\"sectionIndex\";N;s:6:\"hidden\";N;s:6:\"header\";N;s:15:\"header
_position\";N;s:13:\"header_layout\";N;s:11:\"header_link\";N;s:4:\"date\";N;s:9
:\"linkToTop\";N;s:8:\"bodytext\";N;s:11:\"rte_enabled\";N;s:5:\"image\";N;s:11:
\"imageorient\";N;s:9:\"imagecols\";N;s:12:\"image_noRows\";N;s:11:\"imageborder
\";N;s:10:\"imagewidth\";N;s:11:\"imageheight\";N;s:10:\"image_link\";N;s:10:\"i
mage_zoom\";N;s:12:\"imagecaption\";N;s:21:\"imagecaption_position\";N;s:7:\"alt
Text\";N;s:9:\"titleText\";N;s:11:\"longdescURL\";N;s:17:\"image_compression\";N
;s:13:\"image_effects\";N;s:9:\"starttime\";N;s:7:\"endtime\";N;s:8:\"fe_group\"
;N;}\";}s:9:\"newRecord\";a:2:{s:6:\"header\";s:22:\"Elektroizolacijski lak\";s:
15:\"l18n_diffsource\";s:953:\"a:36:{s:5:\"CType\";s:7:\"textpic\";s:16:\"sys_la
nguage_uid\";s:1:\"0\";s:6:\"colPos\";s:1:\"0\";s:11:\"spaceBefore\";s:1:\"0\";s
:10:\"spaceAfter\";s:1:\"0\";s:13:\"section_frame\";s:1:\"0\";s:12:\"sectionInde
x\";s:1:\"1\";s:6:\"hidden\";s:1:\"0\";s:6:\"header\";s:18:\"Elektroisolierlack\
";s:15:\"header_position\";s:0:\"\";s:13:\"header_layout\";s:1:\"0\";s:11:\"head
er_link\";s:0:\"\";s:4:\"date\";s:1:\"0\";s:9:\"linkToTop\";s:1:\"0\";s:8:\"body
text\";s:0:\"\";s:11:\"rte_enabled\";s:1:\"0\";s:5:\"image\";s:0:\"\";s:11:\"ima
georient\";s:2:\"17\";s:9:\"imagecols\";s:1:\"1\";s:12:\"image_noRows\";s:1:\"0\
";s:11:\"imageborder\";s:1:\"0\";s:10:\"imagewidth\";s:1:\"0\";s:11:\"imageheigh
t\";s:1:\"0\";s:10:\"image_link\";s:0:\"\";s:10:\"image_zoom\";s:1:\"0\";s:12:\"
imagecaption\";s:0:\"\";s:21:\"imagecaption_position\";s:0:\"\";s:7:\"altText\";
s:0:\"\";s:9:\"titleText\";s:0:\"\";s:11:\"longdescURL\";s:0:\"\";s:17:\"image_c
ompression\";s:1:\"0\";s:13:\"image_effects\";s:1:\"0\";s:9:\"starttime\";s:1:\"
0\";s:7:\"endtime\";s:1:\"0\";s:8:\"fe_group\";s:0:\"\";s:11:\"l18n_parent\";s:1
:\"0\";}\";}}','header,l18n_diffsource',64,'tt_content',1289400914,NULL,0),(19,4
8,'a:2:{s:9:\"oldRecord\";a:1:{s:6:\"config\";s:4873:\"# Keywords, Description\n
page.meta.DESCRIPTION = \npage.meta.DESCRIPTION.override.field = DESCRIPTION\n\n
page.meta.KEYWORDS = \npage.meta.KEYWORDS.override.field = KEYWORDS\n\n\n\n[brow
ser = msie]\nconfig.xmlprologue = none\n[global]\n\nincludeLibs.pagetitle = typo
3conf/ext/mf_pagetitle/pagetitle.php\nplugin.mf_pagetitle.title = {page:title} :
ZTS Wire\nconfig.titleTagFunction = user_pagetitle_class->changetitle\n\nconfig
.simulateStaticDocuments = 1\nconfig.simulateStaticDocuments_addTitle = 70\nconf
ig.simulateStaticDocuments_pEnc = base64\n\n\nconfig.extTarget = _self\nconfig.i
ntTarget = _self\n#config.removeDefaultJS = external\nconfig.inlineStyle2TempFil
e = 1\nconfig.language = de\n\n# richtigen Doctype setzen\nconfig.doctype = xhtm
l_trans\n\n\n#RTE Tuning\nlib.parseFunc_RTE.nonTypoTagStdWrap.encapsLines.addAtt
ributes.P.class >\nlib.parseFunc_RTE.nonTypoTagStdWrap.encapsLines.remapTag >\nl
ib.parseFunc_RTE.nonTypoTagStdWrap.encapsLines.addAttributes.DIV.class >\n#Angab
e von Tags, die nicht mit einem zustzlichen wrap umgeben werden\ndrfen\nlib.parseFun
c_RTE.nonTypoTagStdWrap.encapsLines.encapsTagList = cite,div, p, pre, h1, h2, h3
, h4, h5, h6\n\n#Entfernt die zustzlichen CSS-Klassen\nlib.stdheader.3 = LOAD_REGI
STER\nlib.stdheader.3.headerClass =\nlib.stdheader.3.headerClass.noTrimWrap = |\
nlib.stdheader.stdWrap.dataWrap = |\n\n#Standard-Headings aufrumen\nlib.stdheader.
stdWrap.dataWrap =\nlib.stdheader.10.1.fontTag = <h1>|</h1>\nlib.stdheader.10.2.
fontTag = <h2>|</h2>\nlib.stdheader.10.3.fontTag = <h3>|</h3>\nlib.stdheader.10.
4.fontTag = <h4>|</h4>\nlib.stdheader.10.5.fontTag = <h5>|</h5>\n\n#Content Elem
ente aufrumen und Kommentare entfernen\ntt_content.stdWrap.dataWrap >\ntt_content.
stdWrap.prefixComment >\ntt_content.header.20.dataWrap >\ntt_content.header.20.p
refixComment >\ntt_content.default.prefixComment >\ntt_content.text.stdWrap.pref
ixComment >\ntt_content.text.20.prefixComment >\ntt_content.textpic.20.stdWrap.p
refixComment >\ntt_content.table.20.stdWrap.prefixComment >\ntt_content.mailform
.20.stdWrap.wrap >\ntt_content.menu.20.stdWrap.prefixComment >\ntt_content.image
.20.stdWrap.prefixComment >\ntt_content.list.20.stdWrap.prefixComment >\n\n\n\n#
Configuring the Auto-Parser for main template:\nplugin.tx_automaketemplate_pi1
{\n # Read the template file:\n content = FILE\n content.file = fileadmin/t
emplateZTSWire/template.html\n\n # Here we define which elements in the HTML
that\n # should be wrapped in subpart-comments:\n elements {\n BODY.all =
1\n BODY.all.subpartMarker = DOCUMENT_BODY\n\n HEAD.all = 1\n HEAD.all
.subpartMarker = DOCUMENT_HEADER\n HEAD.rmTagSections = title\n\n TD.all =
1\n DIV.all = 1\n }\n\n # Prefix all relative paths with this value:\n
relPathPrefix = fileadmin/templateZTSWire/\n}\n\ntemp.logo = COA\ntemp.logo{\n
10 = TEXT\n 10{\n wrap = <h1>|</h1>\n typolink.parameter = 1\n value =
ZTS Wire\n noBlur = 1\n }\n}\n\ntemp.topnav = HMENU\ntemp.topnav{\n specia
l = directory\n special.value = 6\n wrap = <ul>|<ul>\n 1 = TMENU\n 1{\n N
O.wrapItemAndSub = <li>|</li> |*|<li>|</li>|*|<li class=\"last\">|</li>\n ACT
= 1\n ACT.wrapItemAndSub = <li class=\"curr\">|</li>|*|<li class=\"curr\">|<
/li>|*|<li class=\"curr last\">|</li>\n }\n}\n\ntemp.MENU2 = HMENU\ntemp.MENU2
{\nwrap = <ul> | </ul>\n1 = TMENU\n1 {\nnoBlur = 1\nNO.wrapItemAndSub = <li> | <
/li>\n ACT = 1\n ACT.wrapItemAndSub = <li class=\"curr\"> | </li>\nnoB
lur = 1\n\n}\n2 = TMENU\n2 {\nnoBlur = 1\n\nwrap = <ul> | </ul>\nNO.wrapItemAndS
ub = <li> | </li>\n ACT = 1\n ACT.wrapItemAndSub = <li class=\"curr\">
| </li>\nnoBlur = 1\n}\n3 =\n4 =\n5 =\n6 =\n\n}\n\n# Main TEMPLATE cObject for
the BODY\ntemp.mainTemplate = TEMPLATE\ntemp.mainTemplate {\n # Feeding the c
ontent from the Auto-parser to the TEMPLATE cObject:\n template =< plugin.tx_au
tomaketemplate_pi1\n # Select only the content between the <body>-tags\n wor
kOnSubpart = DOCUMENT_BODY\n \n # Logo\n subparts.logo < temp.logo\n \n # T
opNav\n subparts.topNav < temp.topnav\n\n #subparts.mainnav < temp.MENU2\n #s
ubparts.content < styles.content.get\n\n\n #subparts.top < styles.content.getBo
rder\n\n #subparts.top.slide = -1\n\n \n # Dynamischer Banner mit Marker \'
TESTSTYLE\':\nsubparts.TESTSTYLE = TEXT\nsubparts.TESTSTYLE.value = fileadmin/bt
g/images/background.png\nsubparts.TESTSTYLE.override {\n\n data = levelmedia: -
1, slide\n wrap = uploads/media/|\n listNum = 0\n}\n}\n\n\n# Main TEMPLATE cOb
ject for the HEAD\ntemp.headTemplate = TEMPLATE\ntemp.headTemplate {\n # Feed
ing the content from the Auto-parser to the TEMPLATE cObject:\n template =< plu
gin.tx_automaketemplate_pi1\n # Select only the content between the <head>-ta
gs\n workOnSubpart = DOCUMENT_HEADER\n}\n\n\n\n\n# Default PAGE object:\npage =
PAGE\npage.typeNum = 0\n\n# Copying the content from TEMPLATE for <body>-sectio
n:\npage.10 < temp.mainTemplate\n\n# Copying the content from TEMPLATE for <head
>-section:\npage.headerData.10 < temp.headTemplate\n\npage.config.disablePrefix
Comment = 1\n\";}s:9:\"newRecord\";a:1:{s:6:\"config\";s:4693:\"# Keywords, Desc
ription\npage.meta.DESCRIPTION = \npage.meta.DESCRIPTION.override.field = DESCRI
PTION\n\npage.meta.KEYWORDS = \npage.meta.KEYWORDS.override.field = KEYWORDS\n\n
\n\n[browser = msie]\nconfig.xmlprologue = none\n[global]\n\nincludeLibs.pagetit
le = typo3conf/ext/mf_pagetitle/pagetitle.php\nplugin.mf_pagetitle.title = {page
:title} : ZTS Wire\nconfig.titleTagFunction = user_pagetitle_class->changetitle\
n\nconfig.simulateStaticDocuments = 1\nconfig.simulateStaticDocuments_addTitle =
70\nconfig.simulateStaticDocuments_pEnc = base64\n\n\nconfig.extTarget = _self\
nconfig.intTarget = _self\n#config.removeDefaultJS = external\nconfig.inlineStyl
e2TempFile = 1\nconfig.language = de\n\n# richtigen Doctype setzen\nconfig.docty
pe = xhtml_trans\n\n\n#RTE Tuning\nlib.parseFunc_RTE.nonTypoTagStdWrap.encapsLin
es.addAttributes.P.class >\nlib.parseFunc_RTE.nonTypoTagStdWrap.encapsLines.rema
pTag >\nlib.parseFunc_RTE.nonTypoTagStdWrap.encapsLines.addAttributes.DIV.class
>\n#Angabe von Tags, die nicht mit einem zustzlichen wrap umgeben werden\ndrfen\nlib
.parseFunc_RTE.nonTypoTagStdWrap.encapsLines.encapsTagList = cite,div, p, pre, h
1, h2, h3, h4, h5, h6\n\n#Entfernt die zustzlichen CSS-Klassen\nlib.stdheader.3 =
LOAD_REGISTER\nlib.stdheader.3.headerClass =\nlib.stdheader.3.headerClass.noTrim
Wrap = |\nlib.stdheader.stdWrap.dataWrap = |\n\n#Standard-Headings aufrumen\nlib.s
tdheader.stdWrap.dataWrap =\nlib.stdheader.10.1.fontTag = <h1>|</h1>\nlib.stdhea
der.10.2.fontTag = <h2>|</h2>\nlib.stdheader.10.3.fontTag = <h3>|</h3>\nlib.stdh
eader.10.4.fontTag = <h4>|</h4>\nlib.stdheader.10.5.fontTag = <h5>|</h5>\n\n#Con
tent Elemente aufrumen und Kommentare entfernen\ntt_content.stdWrap.dataWrap >\ntt
_content.stdWrap.prefixComment >\ntt_content.header.20.dataWrap >\ntt_content.he
ader.20.prefixComment >\ntt_content.default.prefixComment >\ntt_content.text.std
Wrap.prefixComment >\ntt_content.text.20.prefixComment >\ntt_content.textpic.20.
stdWrap.prefixComment >\ntt_content.table.20.stdWrap.prefixComment >\ntt_content
.mailform.20.stdWrap.wrap >\ntt_content.menu.20.stdWrap.prefixComment >\ntt_cont
ent.image.20.stdWrap.prefixComment >\ntt_content.list.20.stdWrap.prefixComment >
\n\n\n\n# Configuring the Auto-Parser for main template:\nplugin.tx_automaketemp
late_pi1 {\n # Read the template file:\n content = FILE\n content.file = fi
leadmin/templateZTSWire/template.html\n\n # Here we define which elements in
the HTML that\n # should be wrapped in subpart-comments:\n elements {\n B
ODY.all = 1\n BODY.all.subpartMarker = DOCUMENT_BODY\n\n HEAD.all = 1\n
HEAD.all.subpartMarker = DOCUMENT_HEADER\n HEAD.rmTagSections = title\n\n
TD.all = 1\n DIV.all = 1\n }\n\n # Prefix all relative paths with this v
alue:\n relPathPrefix = fileadmin/templateZTSWire/\n}\n\ntemp.logo = COA\ntemp.
logo{\n 10 = TEXT\n 10{\n wrap = <h1>|</h1>\n typolink.parameter = 1\n
value = ZTS Wire\n noBlur = 1\n }\n}\n\ntemp.topnav = HMENU\ntemp.topnav{\
n special = directory\n special.value = 6\n wrap = <ul>|<ul>\n 1 = TMENU\n
1{\n NO.wrapItemAndSub = <li>|</li> |*|<li>|</li>|*|<li class=\"last\">|</li>
\n ACT = 1\n ACT.wrapItemAndSub = <li class=\"curr\">|</li>|*|<li class=\"
curr\">|</li>|*|<li class=\"curr last\">|</li>\n }\n}\n\ntemp.mainnav = HMENU\n
temp.mainnav{\n wrap = <ul>|</ul>\n 1 = TMENU\n 1{\n noBlur = 1\n NO.wr
apItemAndSub = <li>|</li>\n ACT = 1\n ACT.wrapItemAndSub = <li class=\"cur
r\">|</li>\n }\n}\n\n# Main TEMPLATE cObject for the BODY\ntemp.mainTemplate =
TEMPLATE\ntemp.mainTemplate {\n # Feeding the content from the Auto-parser to
the TEMPLATE cObject:\n template =< plugin.tx_automaketemplate_pi1\n # Sele
ct only the content between the <body>-tags\n workOnSubpart = DOCUMENT_BODY\n
\n # Logo\n subparts.logo < temp.logo\n \n # TopNav\n subparts.topNav < tem
p.topnav\n\n #subparts.mainnav < temp.MENU2\n #subparts.content < styles.conte
nt.get\n\n\n #subparts.top < styles.content.getBorder\n\n #subparts.top.slide
= -1\n\n \n # Dynamischer Banner mit Marker \'TESTSTYLE\':\nsubparts.TESTSTY
LE = TEXT\nsubparts.TESTSTYLE.value = fileadmin/btg/images/background.png\nsubpa
rts.TESTSTYLE.override {\n\n data = levelmedia: -1, slide\n wrap = uploads/med
ia/|\n listNum = 0\n}\n}\n\n\n# Main TEMPLATE cObject for the HEAD\ntemp.headTe
mplate = TEMPLATE\ntemp.headTemplate {\n # Feeding the content from the Auto-
parser to the TEMPLATE cObject:\n template =< plugin.tx_automaketemplate_pi1\n
# Select only the content between the <head>-tags\n workOnSubpart = DOCUMENT
_HEADER\n}\n\n\n\n\n# Default PAGE object:\npage = PAGE\npage.typeNum = 0\n\n# C
opying the content from TEMPLATE for <body>-section:\npage.10 < temp.mainTemplat
e\n\n# Copying the content from TEMPLATE for <head>-section:\npage.headerData.10
< temp.headTemplate\n\npage.config.disablePrefixComment = 1\n\";}}','config',1
,'sys_template',1282293323,NULL,0),(20,49,'a:2:{s:9:\"oldRecord\";a:1:{s:6:\"con
fig\";s:4693:\"# Keywords, Description\npage.meta.DESCRIPTION = \npage.meta.DESC
RIPTION.override.field = DESCRIPTION\n\npage.meta.KEYWORDS = \npage.meta.KEYWORD
S.override.field = KEYWORDS\n\n\n\n[browser = msie]\nconfig.xmlprologue = none\n
[global]\n\nincludeLibs.pagetitle = typo3conf/ext/mf_pagetitle/pagetitle.php\npl
ugin.mf_pagetitle.title = {page:title} : ZTS Wire\nconfig.titleTagFunction = use
r_pagetitle_class->changetitle\n\nconfig.simulateStaticDocuments = 1\nconfig.sim
ulateStaticDocuments_addTitle = 70\nconfig.simulateStaticDocuments_pEnc = base64
\n\n\nconfig.extTarget = _self\nconfig.intTarget = _self\n#config.removeDefaultJ
S = external\nconfig.inlineStyle2TempFile = 1\nconfig.language = de\n\n# richtig
en Doctype setzen\nconfig.doctype = xhtml_trans\n\n\n#RTE Tuning\nlib.parseFunc_
RTE.nonTypoTagStdWrap.encapsLines.addAttributes.P.class >\nlib.parseFunc_RTE.non
TypoTagStdWrap.encapsLines.remapTag >\nlib.parseFunc_RTE.nonTypoTagStdWrap.encap
sLines.addAttributes.DIV.class >\n#Angabe von Tags, die nicht mit einem zustzliche
n wrap umgeben werden\ndrfen\nlib.parseFunc_RTE.nonTypoTagStdWrap.encapsLines.enca
psTagList = cite,div, p, pre, h1, h2, h3, h4, h5, h6\n\n#Entfernt die zustzlichen
CSS-Klassen\nlib.stdheader.3 = LOAD_REGISTER\nlib.stdheader.3.headerClass =\nlib
.stdheader.3.headerClass.noTrimWrap = |\nlib.stdheader.stdWrap.dataWrap = |\n\n#
Standard-Headings aufrumen\nlib.stdheader.stdWrap.dataWrap =\nlib.stdheader.10.1.f
ontTag = <h1>|</h1>\nlib.stdheader.10.2.fontTag = <h2>|</h2>\nlib.stdheader.10.3
.fontTag = <h3>|</h3>\nlib.stdheader.10.4.fontTag = <h4>|</h4>\nlib.stdheader.10
.5.fontTag = <h5>|</h5>\n\n#Content Elemente aufrumen und Kommentare entfernen\ntt
_content.stdWrap.dataWrap >\ntt_content.stdWrap.prefixComment >\ntt_content.head
er.20.dataWrap >\ntt_content.header.20.prefixComment >\ntt_content.default.prefi
xComment >\ntt_content.text.stdWrap.prefixComment >\ntt_content.text.20.prefixCo
mment >\ntt_content.textpic.20.stdWrap.prefixComment >\ntt_content.table.20.stdW
rap.prefixComment >\ntt_content.mailform.20.stdWrap.wrap >\ntt_content.menu.20.s
tdWrap.prefixComment >\ntt_content.image.20.stdWrap.prefixComment >\ntt_content.
list.20.stdWrap.prefixComment >\n\n\n\n# Configuring the Auto-Parser for main te
mplate:\nplugin.tx_automaketemplate_pi1 {\n # Read the template file:\n cont
ent = FILE\n content.file = fileadmin/templateZTSWire/template.html\n\n # He
re we define which elements in the HTML that\n # should be wrapped in subpart
-comments:\n elements {\n BODY.all = 1\n BODY.all.subpartMarker = DOCUMEN
T_BODY\n\n HEAD.all = 1\n HEAD.all.subpartMarker = DOCUMENT_HEADER\n HE
AD.rmTagSections = title\n\n TD.all = 1\n DIV.all = 1\n }\n\n # Prefix
all relative paths with this value:\n relPathPrefix = fileadmin/templateZTSWir
e/\n}\n\ntemp.logo = COA\ntemp.logo{\n 10 = TEXT\n 10{\n wrap = <h1>|</h1>\
n typolink.parameter = 1\n value = ZTS Wire\n noBlur = 1\n }\n}\n\ntem
p.topnav = HMENU\ntemp.topnav{\n special = directory\n special.value = 6\n wr
ap = <ul>|<ul>\n 1 = TMENU\n 1{\n NO.wrapItemAndSub = <li>|</li> |*|<li>|</
li>|*|<li class=\"last\">|</li>\n ACT = 1\n ACT.wrapItemAndSub = <li class
=\"curr\">|</li>|*|<li class=\"curr\">|</li>|*|<li class=\"curr last\">|</li>\n
}\n}\n\ntemp.mainnav = HMENU\ntemp.mainnav{\n wrap = <ul>|</ul>\n 1 = TMENU\n
1{\n noBlur = 1\n NO.wrapItemAndSub = <li>|</li>\n ACT = 1\n ACT.w
rapItemAndSub = <li class=\"curr\">|</li>\n }\n}\n\n# Main TEMPLATE cObject for
the BODY\ntemp.mainTemplate = TEMPLATE\ntemp.mainTemplate {\n # Feeding the
content from the Auto-parser to the TEMPLATE cObject:\n template =< plugin.tx_a
utomaketemplate_pi1\n # Select only the content between the <body>-tags\n wo
rkOnSubpart = DOCUMENT_BODY\n \n # Logo\n subparts.logo < temp.logo\n \n #
TopNav\n subparts.topNav < temp.topnav\n\n #subparts.mainnav < temp.MENU2\n #
subparts.content < styles.content.get\n\n\n #subparts.top < styles.content.getB
order\n\n #subparts.top.slide = -1\n\n \n # Dynamischer Banner mit Marker \
'TESTSTYLE\':\nsubparts.TESTSTYLE = TEXT\nsubparts.TESTSTYLE.value = fileadmin/b
tg/images/background.png\nsubparts.TESTSTYLE.override {\n\n data = levelmedia:
-1, slide\n wrap = uploads/media/|\n listNum = 0\n}\n}\n\n\n# Main TEMPLATE cO
bject for the HEAD\ntemp.headTemplate = TEMPLATE\ntemp.headTemplate {\n # Fee
ding the content from the Auto-parser to the TEMPLATE cObject:\n template =< pl
ugin.tx_automaketemplate_pi1\n # Select only the content between the <head>-t
ags\n workOnSubpart = DOCUMENT_HEADER\n}\n\n\n\n\n# Default PAGE object:\npage
= PAGE\npage.typeNum = 0\n\n# Copying the content from TEMPLATE for <body>-secti
on:\npage.10 < temp.mainTemplate\n\n# Copying the content from TEMPLATE for <hea
d>-section:\npage.headerData.10 < temp.headTemplate\n\npage.config.disablePrefi
xComment = 1\n\";}s:9:\"newRecord\";a:1:{s:6:\"config\";s:4832:\"# Keywords, Des
cription\npage.meta.DESCRIPTION = \npage.meta.DESCRIPTION.override.field = DESCR
IPTION\n\npage.meta.KEYWORDS = \npage.meta.KEYWORDS.override.field = KEYWORDS\n\
n\n\n[browser = msie]\nconfig.xmlprologue = none\n[global]\n\nincludeLibs.pageti
tle = typo3conf/ext/mf_pagetitle/pagetitle.php\nplugin.mf_pagetitle.title = {pag
e:title} : ZTS Wire\nconfig.titleTagFunction = user_pagetitle_class->changetitle
\n\nconfig.simulateStaticDocuments = 1\nconfig.simulateStaticDocuments_addTitle
= 70\nconfig.simulateStaticDocuments_pEnc = base64\n\n\nconfig.extTarget = _self
\nconfig.intTarget = _self\n#config.removeDefaultJS = external\nconfig.inlineSty
le2TempFile = 1\nconfig.language = de\n\n# richtigen Doctype setzen\nconfig.doct
ype = xhtml_trans\n\n\n#RTE Tuning\nlib.parseFunc_RTE.nonTypoTagStdWrap.encapsLi
nes.addAttributes.P.class >\nlib.parseFunc_RTE.nonTypoTagStdWrap.encapsLines.rem
apTag >\nlib.parseFunc_RTE.nonTypoTagStdWrap.encapsLines.addAttributes.DIV.class
>\n#Angabe von Tags, die nicht mit einem zustzlichen wrap umgeben werden\ndrfen\nli
b.parseFunc_RTE.nonTypoTagStdWrap.encapsLines.encapsTagList = cite,div, p, pre,
h1, h2, h3, h4, h5, h6\n\n#Entfernt die zustzlichen CSS-Klassen\nlib.stdheader.3 =
LOAD_REGISTER\nlib.stdheader.3.headerClass =\nlib.stdheader.3.headerClass.noTri
mWrap = |\nlib.stdheader.stdWrap.dataWrap = |\n\n#Standard-Headings aufrumen\nlib.
stdheader.stdWrap.dataWrap =\nlib.stdheader.10.1.fontTag = <h1>|</h1>\nlib.stdhe
ader.10.2.fontTag = <h2>|</h2>\nlib.stdheader.10.3.fontTag = <h3>|</h3>\nlib.std
header.10.4.fontTag = <h4>|</h4>\nlib.stdheader.10.5.fontTag = <h5>|</h5>\n\n#Co
ntent Elemente aufrumen und Kommentare entfernen\ntt_content.stdWrap.dataWrap >\nt
t_content.stdWrap.prefixComment >\ntt_content.header.20.dataWrap >\ntt_content.h
eader.20.prefixComment >\ntt_content.default.prefixComment >\ntt_content.text.st
dWrap.prefixComment >\ntt_content.text.20.prefixComment >\ntt_content.textpic.20
.stdWrap.prefixComment >\ntt_content.table.20.stdWrap.prefixComment >\ntt_conten
t.mailform.20.stdWrap.wrap >\ntt_content.menu.20.stdWrap.prefixComment >\ntt_con
tent.image.20.stdWrap.prefixComment >\ntt_content.list.20.stdWrap.prefixComment
>\n\n\n\n# Configuring the Auto-Parser for main template:\nplugin.tx_automaketem
plate_pi1 {\n # Read the template file:\n content = FILE\n content.file = f
ileadmin/templateZTSWire/template.html\n\n # Here we define which elements in
the HTML that\n # should be wrapped in subpart-comments:\n elements {\n
BODY.all = 1\n BODY.all.subpartMarker = DOCUMENT_BODY\n\n HEAD.all = 1\n
HEAD.all.subpartMarker = DOCUMENT_HEADER\n HEAD.rmTagSections = title\n\n
TD.all = 1\n DIV.all = 1\n }\n\n # Prefix all relative paths with this
value:\n relPathPrefix = fileadmin/templateZTSWire/\n}\n\ntemp.logo = COA\ntemp
.logo{\n 10 = TEXT\n 10{\n wrap = <h1>|</h1>\n typolink.parameter = 1\n
value = ZTS Wire\n noBlur = 1\n }\n}\n\ntemp.topnav = HMENU\ntemp.topnav{
\n special = directory\n special.value = 6\n wrap = <ul>|<ul>\n 1 = TMENU\n
1{\n NO.wrapItemAndSub = <li>|</li> |*|<li>|</li>|*|<li class=\"last\">|</li
>\n ACT = 1\n ACT.wrapItemAndSub = <li class=\"curr\">|</li>|*|<li class=\
"curr\">|</li>|*|<li class=\"curr last\">|</li>\n }\n}\n\ntemp.mainnav = HMENU\
ntemp.mainnav{\n wrap = <ul>|</ul>\n 1 = TMENU\n 1{\n noBlur = 1\n NO.w
rapItemAndSub = <li>|</li>\n ACT = 1\n ACT.wrapItemAndSub = <li class=\"cu
rr\">|</li>\n }\n 2 = TMENU\n 2{\n wrap = <ul>|</ul>\n NO.wrapItemAndSu
b = <li>|</li>\n ACT = 1\n ACT.wrapItemAndSub = <li class=\"curr\">|</li>\
n }\n}\n\n# Main TEMPLATE cObject for the BODY\ntemp.mainTemplate = TEMPLATE\nt
emp.mainTemplate {\n # Feeding the content from the Auto-parser to the TEMPLA
TE cObject:\n template =< plugin.tx_automaketemplate_pi1\n # Select only the
content between the <body>-tags\n workOnSubpart = DOCUMENT_BODY\n \n # Logo\
n subparts.logo < temp.logo\n \n # TopNav\n subparts.topNav < temp.topnav\n\
n #subparts.mainnav < temp.MENU2\n #subparts.content < styles.content.get\n\n\
n #subparts.top < styles.content.getBorder\n\n #subparts.top.slide = -1\n\n
\n # Dynamischer Banner mit Marker \'TESTSTYLE\':\nsubparts.TESTSTYLE = TEXT\n
subparts.TESTSTYLE.value = fileadmin/btg/images/background.png\nsubparts.TESTSTY
LE.override {\n\n data = levelmedia: -1, slide\n wrap = uploads/media/|\n lis
tNum = 0\n}\n}\n\n\n# Main TEMPLATE cObject for the HEAD\ntemp.headTemplate = TE
MPLATE\ntemp.headTemplate {\n # Feeding the content from the Auto-parser to t
he TEMPLATE cObject:\n template =< plugin.tx_automaketemplate_pi1\n # Select
only the content between the <head>-tags\n workOnSubpart = DOCUMENT_HEADER\n}\
n\n\n\n\n# Default PAGE object:\npage = PAGE\npage.typeNum = 0\n\n# Copying the
content from TEMPLATE for <body>-section:\npage.10 < temp.mainTemplate\n\n# Copy
ing the content from TEMPLATE for <head>-section:\npage.headerData.10 < temp.he
adTemplate\n\npage.config.disablePrefixComment = 1\n\";}}','config',1,'sys_templ
ate',1282293442,NULL,0),(21,50,'a:2:{s:9:\"oldRecord\";a:1:{s:6:\"config\";s:483
2:\"# Keywords, Description\npage.meta.DESCRIPTION = \npage.meta.DESCRIPTION.ove
rride.field = DESCRIPTION\n\npage.meta.KEYWORDS = \npage.meta.KEYWORDS.override.
field = KEYWORDS\n\n\n\n[browser = msie]\nconfig.xmlprologue = none\n[global]\n\
nincludeLibs.pagetitle = typo3conf/ext/mf_pagetitle/pagetitle.php\nplugin.mf_pag
etitle.title = {page:title} : ZTS Wire\nconfig.titleTagFunction = user_pagetitle
_class->changetitle\n\nconfig.simulateStaticDocuments = 1\nconfig.simulateStatic
Documents_addTitle = 70\nconfig.simulateStaticDocuments_pEnc = base64\n\n\nconfi
g.extTarget = _self\nconfig.intTarget = _self\n#config.removeDefaultJS = externa
l\nconfig.inlineStyle2TempFile = 1\nconfig.language = de\n\n# richtigen Doctype
setzen\nconfig.doctype = xhtml_trans\n\n\n#RTE Tuning\nlib.parseFunc_RTE.nonTypo
TagStdWrap.encapsLines.addAttributes.P.class >\nlib.parseFunc_RTE.nonTypoTagStdW
rap.encapsLines.remapTag >\nlib.parseFunc_RTE.nonTypoTagStdWrap.encapsLines.addA
ttributes.DIV.class >\n#Angabe von Tags, die nicht mit einem zustzlichen wrap umge
ben werden\ndrfen\nlib.parseFunc_RTE.nonTypoTagStdWrap.encapsLines.encapsTagList =
cite,div, p, pre, h1, h2, h3, h4, h5, h6\n\n#Entfernt die zustzlichen CSS-Klassen
\nlib.stdheader.3 = LOAD_REGISTER\nlib.stdheader.3.headerClass =\nlib.stdheader.
3.headerClass.noTrimWrap = |\nlib.stdheader.stdWrap.dataWrap = |\n\n#Standard-He
adings aufrumen\nlib.stdheader.stdWrap.dataWrap =\nlib.stdheader.10.1.fontTag = <h
1>|</h1>\nlib.stdheader.10.2.fontTag = <h2>|</h2>\nlib.stdheader.10.3.fontTag =
<h3>|</h3>\nlib.stdheader.10.4.fontTag = <h4>|</h4>\nlib.stdheader.10.5.fontTag
= <h5>|</h5>\n\n#Content Elemente aufrumen und Kommentare entfernen\ntt_content.st
dWrap.dataWrap >\ntt_content.stdWrap.prefixComment >\ntt_content.header.20.dataW
rap >\ntt_content.header.20.prefixComment >\ntt_content.default.prefixComment >\
ntt_content.text.stdWrap.prefixComment >\ntt_content.text.20.prefixComment >\ntt
_content.textpic.20.stdWrap.prefixComment >\ntt_content.table.20.stdWrap.prefixC
omment >\ntt_content.mailform.20.stdWrap.wrap >\ntt_content.menu.20.stdWrap.pref
ixComment >\ntt_content.image.20.stdWrap.prefixComment >\ntt_content.list.20.std
Wrap.prefixComment >\n\n\n\n# Configuring the Auto-Parser for main template:\npl
ugin.tx_automaketemplate_pi1 {\n # Read the template file:\n content = FILE\
n content.file = fileadmin/templateZTSWire/template.html\n\n # Here we defin
e which elements in the HTML that\n # should be wrapped in subpart-comments:\
n elements {\n BODY.all = 1\n BODY.all.subpartMarker = DOCUMENT_BODY\n\n
HEAD.all = 1\n HEAD.all.subpartMarker = DOCUMENT_HEADER\n HEAD.rmTagSec
tions = title\n\n TD.all = 1\n DIV.all = 1\n }\n\n # Prefix all relati
ve paths with this value:\n relPathPrefix = fileadmin/templateZTSWire/\n}\n\nte
mp.logo = COA\ntemp.logo{\n 10 = TEXT\n 10{\n wrap = <h1>|</h1>\n typoli
nk.parameter = 1\n value = ZTS Wire\n noBlur = 1\n }\n}\n\ntemp.topnav =
HMENU\ntemp.topnav{\n special = directory\n special.value = 6\n wrap = <ul>|<
ul>\n 1 = TMENU\n 1{\n NO.wrapItemAndSub = <li>|</li> |*|<li>|</li>|*|<li c
lass=\"last\">|</li>\n ACT = 1\n ACT.wrapItemAndSub = <li class=\"curr\">|
</li>|*|<li class=\"curr\">|</li>|*|<li class=\"curr last\">|</li>\n }\n}\n\nte
mp.mainnav = HMENU\ntemp.mainnav{\n wrap = <ul>|</ul>\n 1 = TMENU\n 1{\n n
oBlur = 1\n NO.wrapItemAndSub = <li>|</li>\n ACT = 1\n ACT.wrapItemAndS
ub = <li class=\"curr\">|</li>\n }\n 2 = TMENU\n 2{\n wrap = <ul>|</ul>\n
NO.wrapItemAndSub = <li>|</li>\n ACT = 1\n ACT.wrapItemAndSub = <li cla
ss=\"curr\">|</li>\n }\n}\n\n# Main TEMPLATE cObject for the BODY\ntemp.mainTem
plate = TEMPLATE\ntemp.mainTemplate {\n # Feeding the content from the Auto-p
arser to the TEMPLATE cObject:\n template =< plugin.tx_automaketemplate_pi1\n
# Select only the content between the <body>-tags\n workOnSubpart = DOCUMENT_
BODY\n \n # Logo\n subparts.logo < temp.logo\n \n # TopNav\n subparts.topN
av < temp.topnav\n\n #subparts.mainnav < temp.MENU2\n #subparts.content < styl
es.content.get\n\n\n #subparts.top < styles.content.getBorder\n\n #subparts.to
p.slide = -1\n\n \n # Dynamischer Banner mit Marker \'TESTSTYLE\':\nsubparts
.TESTSTYLE = TEXT\nsubparts.TESTSTYLE.value = fileadmin/btg/images/background.pn
g\nsubparts.TESTSTYLE.override {\n\n data = levelmedia: -1, slide\n wrap = upl
oads/media/|\n listNum = 0\n}\n}\n\n\n# Main TEMPLATE cObject for the HEAD\ntem
p.headTemplate = TEMPLATE\ntemp.headTemplate {\n # Feeding the content from t
he Auto-parser to the TEMPLATE cObject:\n template =< plugin.tx_automaketemplat
e_pi1\n # Select only the content between the <head>-tags\n workOnSubpart =
DOCUMENT_HEADER\n}\n\n\n\n\n# Default PAGE object:\npage = PAGE\npage.typeNum =
0\n\n# Copying the content from TEMPLATE for <body>-section:\npage.10 < temp.mai
nTemplate\n\n# Copying the content from TEMPLATE for <head>-section:\npage.heade
rData.10 < temp.headTemplate\n\npage.config.disablePrefixComment = 1\n\";}s:9:\
"newRecord\";a:1:{s:6:\"config\";s:4693:\"# Keywords, Description\npage.meta.DES
CRIPTION = \npage.meta.DESCRIPTION.override.field = DESCRIPTION\n\npage.meta.KEY
WORDS = \npage.meta.KEYWORDS.override.field = KEYWORDS\n\n\n\n[browser = msie]\n
config.xmlprologue = none\n[global]\n\nincludeLibs.pagetitle = typo3conf/ext/mf_
pagetitle/pagetitle.php\nplugin.mf_pagetitle.title = {page:title} : ZTS Wire\nco
nfig.titleTagFunction = user_pagetitle_class->changetitle\n\nconfig.simulateStat
icDocuments = 1\nconfig.simulateStaticDocuments_addTitle = 70\nconfig.simulateSt
aticDocuments_pEnc = base64\n\n\nconfig.extTarget = _self\nconfig.intTarget = _s
elf\n#config.removeDefaultJS = external\nconfig.inlineStyle2TempFile = 1\nconfig
.language = de\n\n# richtigen Doctype setzen\nconfig.doctype = xhtml_trans\n\n\n
#RTE Tuning\nlib.parseFunc_RTE.nonTypoTagStdWrap.encapsLines.addAttributes.P.cla
ss >\nlib.parseFunc_RTE.nonTypoTagStdWrap.encapsLines.remapTag >\nlib.parseFunc_
RTE.nonTypoTagStdWrap.encapsLines.addAttributes.DIV.class >\n#Angabe von Tags, d
ie nicht mit einem zustzlichen wrap umgeben werden\ndrfen\nlib.parseFunc_RTE.nonTypo
TagStdWrap.encapsLines.encapsTagList = cite,div, p, pre, h1, h2, h3, h4, h5, h6\
n\n#Entfernt die zustzlichen CSS-Klassen\nlib.stdheader.3 = LOAD_REGISTER\nlib.std
header.3.headerClass =\nlib.stdheader.3.headerClass.noTrimWrap = |\nlib.stdheade
r.stdWrap.dataWrap = |\n\n#Standard-Headings aufrumen\nlib.stdheader.stdWrap.dataW
rap =\nlib.stdheader.10.1.fontTag = <h1>|</h1>\nlib.stdheader.10.2.fontTag = <h2
>|</h2>\nlib.stdheader.10.3.fontTag = <h3>|</h3>\nlib.stdheader.10.4.fontTag = <
h4>|</h4>\nlib.stdheader.10.5.fontTag = <h5>|</h5>\n\n#Content Elemente aufrumen u
nd Kommentare entfernen\ntt_content.stdWrap.dataWrap >\ntt_content.stdWrap.prefi
xComment >\ntt_content.header.20.dataWrap >\ntt_content.header.20.prefixComment
>\ntt_content.default.prefixComment >\ntt_content.text.stdWrap.prefixComment >\n
tt_content.text.20.prefixComment >\ntt_content.textpic.20.stdWrap.prefixComment
>\ntt_content.table.20.stdWrap.prefixComment >\ntt_content.mailform.20.stdWrap.w
rap >\ntt_content.menu.20.stdWrap.prefixComment >\ntt_content.image.20.stdWrap.p
refixComment >\ntt_content.list.20.stdWrap.prefixComment >\n\n\n\n# Configuring
the Auto-Parser for main template:\nplugin.tx_automaketemplate_pi1 {\n # Read
the template file:\n content = FILE\n content.file = fileadmin/templateZTSWir
e/template.html\n\n # Here we define which elements in the HTML that\n # s
hould be wrapped in subpart-comments:\n elements {\n BODY.all = 1\n BODY.
all.subpartMarker = DOCUMENT_BODY\n\n HEAD.all = 1\n HEAD.all.subpartMarke
r = DOCUMENT_HEADER\n HEAD.rmTagSections = title\n\n TD.all = 1\n DIV.a
ll = 1\n }\n\n # Prefix all relative paths with this value:\n relPathPrefix
= fileadmin/templateZTSWire/\n}\n\ntemp.logo = COA\ntemp.logo{\n 10 = TEXT\n
10{\n wrap = <h1>|</h1>\n typolink.parameter = 1\n value = ZTS Wire\n
noBlur = 1\n }\n}\n\ntemp.topnav = HMENU\ntemp.topnav{\n special = directory
\n special.value = 6\n wrap = <ul>|<ul>\n 1 = TMENU\n 1{\n NO.wrapItemAnd
Sub = <li>|</li> |*|<li>|</li>|*|<li class=\"last\">|</li>\n ACT = 1\n ACT
.wrapItemAndSub = <li class=\"curr\">|</li>|*|<li class=\"curr\">|</li>|*|<li cl
ass=\"curr last\">|</li>\n }\n}\n\ntemp.mainnav = HMENU\ntemp.mainnav{\n wrap
= <ul>|</ul>\n 1 = TMENU\n 1{\n noBlur = 1\n NO.wrapItemAndSub = <li>|</
li>\n ACT = 1\n ACT.wrapItemAndSub = <li class=\"curr\">|</li>\n }\n}\n\n
# Main TEMPLATE cObject for the BODY\ntemp.mainTemplate = TEMPLATE\ntemp.mainTem
plate {\n # Feeding the content from the Auto-parser to the TEMPLATE cObject:
\n template =< plugin.tx_automaketemplate_pi1\n # Select only the content be
tween the <body>-tags\n workOnSubpart = DOCUMENT_BODY\n \n # Logo\n subparts
.logo < temp.logo\n \n # TopNav\n subparts.topNav < temp.topnav\n\n #subpart
s.mainnav < temp.MENU2\n #subparts.content < styles.content.get\n\n\n #subpart
s.top < styles.content.getBorder\n\n #subparts.top.slide = -1\n\n \n # Dyna
mischer Banner mit Marker \'TESTSTYLE\':\nsubparts.TESTSTYLE = TEXT\nsubparts.TE
STSTYLE.value = fileadmin/btg/images/background.png\nsubparts.TESTSTYLE.override
{\n\n data = levelmedia: -1, slide\n wrap = uploads/media/|\n listNum = 0\n}
\n}\n\n\n# Main TEMPLATE cObject for the HEAD\ntemp.headTemplate = TEMPLATE\ntem
p.headTemplate {\n # Feeding the content from the Auto-parser to the TEMPLATE
cObject:\n template =< plugin.tx_automaketemplate_pi1\n # Select only the c
ontent between the <head>-tags\n workOnSubpart = DOCUMENT_HEADER\n}\n\n\n\n\n#
Default PAGE object:\npage = PAGE\npage.typeNum = 0\n\n# Copying the content fro
m TEMPLATE for <body>-section:\npage.10 < temp.mainTemplate\n\n# Copying the con
tent from TEMPLATE for <head>-section:\npage.headerData.10 < temp.headTemplate\
n\npage.config.disablePrefixComment = 1\n\";}}','config',1,'sys_template',128229
3495,NULL,0),(22,51,'a:2:{s:9:\"oldRecord\";a:1:{s:6:\"config\";s:4693:\"# Keywo
rds, Description\npage.meta.DESCRIPTION = \npage.meta.DESCRIPTION.override.field
= DESCRIPTION\n\npage.meta.KEYWORDS = \npage.meta.KEYWORDS.override.field = KEY
WORDS\n\n\n\n[browser = msie]\nconfig.xmlprologue = none\n[global]\n\nincludeLib
s.pagetitle = typo3conf/ext/mf_pagetitle/pagetitle.php\nplugin.mf_pagetitle.titl
e = {page:title} : ZTS Wire\nconfig.titleTagFunction = user_pagetitle_class->cha
ngetitle\n\nconfig.simulateStaticDocuments = 1\nconfig.simulateStaticDocuments_a
ddTitle = 70\nconfig.simulateStaticDocuments_pEnc = base64\n\n\nconfig.extTarget
= _self\nconfig.intTarget = _self\n#config.removeDefaultJS = external\nconfig.i
nlineStyle2TempFile = 1\nconfig.language = de\n\n# richtigen Doctype setzen\ncon
fig.doctype = xhtml_trans\n\n\n#RTE Tuning\nlib.parseFunc_RTE.nonTypoTagStdWrap.
encapsLines.addAttributes.P.class >\nlib.parseFunc_RTE.nonTypoTagStdWrap.encapsL
ines.remapTag >\nlib.parseFunc_RTE.nonTypoTagStdWrap.encapsLines.addAttributes.D
IV.class >\n#Angabe von Tags, die nicht mit einem zustzlichen wrap umgeben werden\
ndrfen\nlib.parseFunc_RTE.nonTypoTagStdWrap.encapsLines.encapsTagList = cite,div,
p, pre, h1, h2, h3, h4, h5, h6\n\n#Entfernt die zustzlichen CSS-Klassen\nlib.stdhe
ader.3 = LOAD_REGISTER\nlib.stdheader.3.headerClass =\nlib.stdheader.3.headerCla
ss.noTrimWrap = |\nlib.stdheader.stdWrap.dataWrap = |\n\n#Standard-Headings aufrum
en\nlib.stdheader.stdWrap.dataWrap =\nlib.stdheader.10.1.fontTag = <h1>|</h1>\nl
ib.stdheader.10.2.fontTag = <h2>|</h2>\nlib.stdheader.10.3.fontTag = <h3>|</h3>\
nlib.stdheader.10.4.fontTag = <h4>|</h4>\nlib.stdheader.10.5.fontTag = <h5>|</h5
>\n\n#Content Elemente aufrumen und Kommentare entfernen\ntt_content.stdWrap.dataW
rap >\ntt_content.stdWrap.prefixComment >\ntt_content.header.20.dataWrap >\ntt_c
ontent.header.20.prefixComment >\ntt_content.default.prefixComment >\ntt_content
.text.stdWrap.prefixComment >\ntt_content.text.20.prefixComment >\ntt_content.te
xtpic.20.stdWrap.prefixComment >\ntt_content.table.20.stdWrap.prefixComment >\nt
t_content.mailform.20.stdWrap.wrap >\ntt_content.menu.20.stdWrap.prefixComment >
\ntt_content.image.20.stdWrap.prefixComment >\ntt_content.list.20.stdWrap.prefix
Comment >\n\n\n\n# Configuring the Auto-Parser for main template:\nplugin.tx_aut
omaketemplate_pi1 {\n # Read the template file:\n content = FILE\n content.
file = fileadmin/templateZTSWire/template.html\n\n # Here we define which ele
ments in the HTML that\n # should be wrapped in subpart-comments:\n elements
{\n BODY.all = 1\n BODY.all.subpartMarker = DOCUMENT_BODY\n\n HEAD.all
= 1\n HEAD.all.subpartMarker = DOCUMENT_HEADER\n HEAD.rmTagSections = tit
le\n\n TD.all = 1\n DIV.all = 1\n }\n\n # Prefix all relative paths wi
th this value:\n relPathPrefix = fileadmin/templateZTSWire/\n}\n\ntemp.logo = C
OA\ntemp.logo{\n 10 = TEXT\n 10{\n wrap = <h1>|</h1>\n typolink.paramete
r = 1\n value = ZTS Wire\n noBlur = 1\n }\n}\n\ntemp.topnav = HMENU\ntemp
.topnav{\n special = directory\n special.value = 6\n wrap = <ul>|<ul>\n 1 =
TMENU\n 1{\n NO.wrapItemAndSub = <li>|</li> |*|<li>|</li>|*|<li class=\"last
\">|</li>\n ACT = 1\n ACT.wrapItemAndSub = <li class=\"curr\">|</li>|*|<li
class=\"curr\">|</li>|*|<li class=\"curr last\">|</li>\n }\n}\n\ntemp.mainnav
= HMENU\ntemp.mainnav{\n wrap = <ul>|</ul>\n 1 = TMENU\n 1{\n noBlur = 1\n
NO.wrapItemAndSub = <li>|</li>\n ACT = 1\n ACT.wrapItemAndSub = <li cl
ass=\"curr\">|</li>\n }\n}\n\n# Main TEMPLATE cObject for the BODY\ntemp.mainTe
mplate = TEMPLATE\ntemp.mainTemplate {\n # Feeding the content from the Auto-
parser to the TEMPLATE cObject:\n template =< plugin.tx_automaketemplate_pi1\n
# Select only the content between the <body>-tags\n workOnSubpart = DOCUMENT
_BODY\n \n # Logo\n subparts.logo < temp.logo\n \n # TopNav\n subparts.top
Nav < temp.topnav\n\n #subparts.mainnav < temp.MENU2\n #subparts.content < sty
les.content.get\n\n\n #subparts.top < styles.content.getBorder\n\n #subparts.t
op.slide = -1\n\n \n # Dynamischer Banner mit Marker \'TESTSTYLE\':\nsubpart
s.TESTSTYLE = TEXT\nsubparts.TESTSTYLE.value = fileadmin/btg/images/background.p
ng\nsubparts.TESTSTYLE.override {\n\n data = levelmedia: -1, slide\n wrap = up
loads/media/|\n listNum = 0\n}\n}\n\n\n# Main TEMPLATE cObject for the HEAD\nte
mp.headTemplate = TEMPLATE\ntemp.headTemplate {\n # Feeding the content from
the Auto-parser to the TEMPLATE cObject:\n template =< plugin.tx_automaketempla
te_pi1\n # Select only the content between the <head>-tags\n workOnSubpart =
DOCUMENT_HEADER\n}\n\n\n\n\n# Default PAGE object:\npage = PAGE\npage.typeNum =
0\n\n# Copying the content from TEMPLATE for <body>-section:\npage.10 < temp.ma
inTemplate\n\n# Copying the content from TEMPLATE for <head>-section:\npage.head
erData.10 < temp.headTemplate\n\npage.config.disablePrefixComment = 1\n\";}s:9:
\"newRecord\";a:1:{s:6:\"config\";s:4705:\"# Keywords, Description\npage.meta.DE
SCRIPTION = \npage.meta.DESCRIPTION.override.field = DESCRIPTION\n\npage.meta.KE
YWORDS = \npage.meta.KEYWORDS.override.field = KEYWORDS\n\n\n\n[browser = msie]\
nconfig.xmlprologue = none\n[global]\n\nincludeLibs.pagetitle = typo3conf/ext/mf
_pagetitle/pagetitle.php\nplugin.mf_pagetitle.title = {page:title} : ZTS Wire\nc
onfig.titleTagFunction = user_pagetitle_class->changetitle\n\nconfig.simulateSta
ticDocuments = 1\nconfig.simulateStaticDocuments_addTitle = 70\nconfig.simulateS
taticDocuments_pEnc = base64\n\n\nconfig.extTarget = _self\nconfig.intTarget = _
self\n#config.removeDefaultJS = external\nconfig.inlineStyle2TempFile = 1\nconfi
g.language = de\n\n# richtigen Doctype setzen\nconfig.doctype = xhtml_trans\n\n\
n#RTE Tuning\nlib.parseFunc_RTE.nonTypoTagStdWrap.encapsLines.addAttributes.P.cl
ass >\nlib.parseFunc_RTE.nonTypoTagStdWrap.encapsLines.remapTag >\nlib.parseFunc
_RTE.nonTypoTagStdWrap.encapsLines.addAttributes.DIV.class >\n#Angabe von Tags,
die nicht mit einem zustzlichen wrap umgeben werden\ndrfen\nlib.parseFunc_RTE.nonTyp
oTagStdWrap.encapsLines.encapsTagList = cite,div, p, pre, h1, h2, h3, h4, h5, h6
\n\n#Entfernt die zustzlichen CSS-Klassen\nlib.stdheader.3 = LOAD_REGISTER\nlib.st
dheader.3.headerClass =\nlib.stdheader.3.headerClass.noTrimWrap = |\nlib.stdhead
er.stdWrap.dataWrap = |\n\n#Standard-Headings aufrumen\nlib.stdheader.stdWrap.data
Wrap =\nlib.stdheader.10.1.fontTag = <h1>|</h1>\nlib.stdheader.10.2.fontTag = <h
2>|</h2>\nlib.stdheader.10.3.fontTag = <h3>|</h3>\nlib.stdheader.10.4.fontTag =
<h4>|</h4>\nlib.stdheader.10.5.fontTag = <h5>|</h5>\n\n#Content Elemente aufrumen
und Kommentare entfernen\ntt_content.stdWrap.dataWrap >\ntt_content.stdWrap.pref
ixComment >\ntt_content.header.20.dataWrap >\ntt_content.header.20.prefixComment
>\ntt_content.default.prefixComment >\ntt_content.text.stdWrap.prefixComment >\
ntt_content.text.20.prefixComment >\ntt_content.textpic.20.stdWrap.prefixComment
>\ntt_content.table.20.stdWrap.prefixComment >\ntt_content.mailform.20.stdWrap.
wrap >\ntt_content.menu.20.stdWrap.prefixComment >\ntt_content.image.20.stdWrap.
prefixComment >\ntt_content.list.20.stdWrap.prefixComment >\n\n\n\n# Configuring
the Auto-Parser for main template:\nplugin.tx_automaketemplate_pi1 {\n # Rea
d the template file:\n content = FILE\n content.file = fileadmin/templateZTSWi
re/template.html\n\n # Here we define which elements in the HTML that\n #
should be wrapped in subpart-comments:\n elements {\n BODY.all = 1\n BODY
.all.subpartMarker = DOCUMENT_BODY\n\n HEAD.all = 1\n HEAD.all.subpartMark
er = DOCUMENT_HEADER\n HEAD.rmTagSections = title\n\n TD.all = 1\n DIV.
all = 1\n }\n\n # Prefix all relative paths with this value:\n relPathPrefi
x = fileadmin/templateZTSWire/\n}\n\ntemp.logo = COA\ntemp.logo{\n 10 = TEXT\n
10{\n wrap = <h1>|</h1>\n typolink.parameter = 1\n value = ZTS Wire\n
noBlur = 1\n }\n}\n\ntemp.topnav = HMENU\ntemp.topnav{\n special = director
y\n special.value = 6\n wrap = <ul>|<ul>\n 1 = TMENU\n 1{\n NO.wrapItemAn
dSub = <li>|</li> |*|<li>|</li>|*|<li class=\"last\">|</li>\n ACT = 1\n AC
T.wrapItemAndSub = <li class=\"curr\">|</li>|*|<li class=\"curr\">|</li>|*|<li c
lass=\"curr last\">|</li>\n }\n}\n\ntemp.mainnav = HMENU\ntemp.mainnav{\n wrap
= <ul>|</ul>\n 1 = TMENU\n 1{\n noBlur = 1\n NO.wrapItemAndSub = <li>|<
/li>\n ACT = 1\n ACT.wrapItemAndSub = <li class=\"curr\">|</li>\n }\n}\n\
n# Main TEMPLATE cObject for the BODY\ntemp.mainTemplate = TEMPLATE\ntemp.mainTe
mplate {\n # Feeding the content from the Auto-parser to the TEMPLATE cObject
:\n template =< plugin.tx_automaketemplate_pi1\n # Select only the content b
etween the <body>-tags\n workOnSubpart = DOCUMENT_BODY\n \n # Logo\n subpart
s.logo < temp.logo\n \n # TopNav\n subparts.topNav < temp.topnav\n\n #mainna
v\n subparts.mainnav < temp.mainnav\n #subparts.content < styles.content.get\n
\n\n #subparts.top < styles.content.getBorder\n\n #subparts.top.slide = -1\n\n
\n # Dynamischer Banner mit Marker \'TESTSTYLE\':\nsubparts.TESTSTYLE = TEX
T\nsubparts.TESTSTYLE.value = fileadmin/btg/images/background.png\nsubparts.TEST
STYLE.override {\n\n data = levelmedia: -1, slide\n wrap = uploads/media/|\n
listNum = 0\n}\n}\n\n\n# Main TEMPLATE cObject for the HEAD\ntemp.headTemplate =
TEMPLATE\ntemp.headTemplate {\n # Feeding the content from the Auto-parser t
o the TEMPLATE cObject:\n template =< plugin.tx_automaketemplate_pi1\n # Sel
ect only the content between the <head>-tags\n workOnSubpart = DOCUMENT_HEADER\
n}\n\n\n\n\n# Default PAGE object:\npage = PAGE\npage.typeNum = 0\n\n# Copying t
he content from TEMPLATE for <body>-section:\npage.10 < temp.mainTemplate\n\n# C
opying the content from TEMPLATE for <head>-section:\npage.headerData.10 < temp
.headTemplate\n\npage.config.disablePrefixComment = 1\n\";}}','config',1,'sys_te
mplate',1282293544,NULL,0),(23,52,'a:2:{s:9:\"oldRecord\";a:1:{s:6:\"config\";s:
4705:\"# Keywords, Description\npage.meta.DESCRIPTION = \npage.meta.DESCRIPTION.
override.field = DESCRIPTION\n\npage.meta.KEYWORDS = \npage.meta.KEYWORDS.overri
de.field = KEYWORDS\n\n\n\n[browser = msie]\nconfig.xmlprologue = none\n[global]
\n\nincludeLibs.pagetitle = typo3conf/ext/mf_pagetitle/pagetitle.php\nplugin.mf_
pagetitle.title = {page:title} : ZTS Wire\nconfig.titleTagFunction = user_pageti
tle_class->changetitle\n\nconfig.simulateStaticDocuments = 1\nconfig.simulateSta
ticDocuments_addTitle = 70\nconfig.simulateStaticDocuments_pEnc = base64\n\n\nco
nfig.extTarget = _self\nconfig.intTarget = _self\n#config.removeDefaultJS = exte
rnal\nconfig.inlineStyle2TempFile = 1\nconfig.language = de\n\n# richtigen Docty
pe setzen\nconfig.doctype = xhtml_trans\n\n\n#RTE Tuning\nlib.parseFunc_RTE.nonT
ypoTagStdWrap.encapsLines.addAttributes.P.class >\nlib.parseFunc_RTE.nonTypoTagS
tdWrap.encapsLines.remapTag >\nlib.parseFunc_RTE.nonTypoTagStdWrap.encapsLines.a
ddAttributes.DIV.class >\n#Angabe von Tags, die nicht mit einem zustzlichen wrap u
mgeben werden\ndrfen\nlib.parseFunc_RTE.nonTypoTagStdWrap.encapsLines.encapsTagLis
t = cite,div, p, pre, h1, h2, h3, h4, h5, h6\n\n#Entfernt die zustzlichen CSS-Klas
sen\nlib.stdheader.3 = LOAD_REGISTER\nlib.stdheader.3.headerClass =\nlib.stdhead
er.3.headerClass.noTrimWrap = |\nlib.stdheader.stdWrap.dataWrap = |\n\n#Standard
-Headings aufrumen\nlib.stdheader.stdWrap.dataWrap =\nlib.stdheader.10.1.fontTag =
<h1>|</h1>\nlib.stdheader.10.2.fontTag = <h2>|</h2>\nlib.stdheader.10.3.fontTag
= <h3>|</h3>\nlib.stdheader.10.4.fontTag = <h4>|</h4>\nlib.stdheader.10.5.fontT
ag = <h5>|</h5>\n\n#Content Elemente aufrumen und Kommentare entfernen\ntt_content
.stdWrap.dataWrap >\ntt_content.stdWrap.prefixComment >\ntt_content.header.20.da
taWrap >\ntt_content.header.20.prefixComment >\ntt_content.default.prefixComment
>\ntt_content.text.stdWrap.prefixComment >\ntt_content.text.20.prefixComment >\
ntt_content.textpic.20.stdWrap.prefixComment >\ntt_content.table.20.stdWrap.pref
ixComment >\ntt_content.mailform.20.stdWrap.wrap >\ntt_content.menu.20.stdWrap.p
refixComment >\ntt_content.image.20.stdWrap.prefixComment >\ntt_content.list.20.
stdWrap.prefixComment >\n\n\n\n# Configuring the Auto-Parser for main template:\
nplugin.tx_automaketemplate_pi1 {\n # Read the template file:\n content = FI
LE\n content.file = fileadmin/templateZTSWire/template.html\n\n # Here we de
fine which elements in the HTML that\n # should be wrapped in subpart-comment
s:\n elements {\n BODY.all = 1\n BODY.all.subpartMarker = DOCUMENT_BODY\n
\n HEAD.all = 1\n HEAD.all.subpartMarker = DOCUMENT_HEADER\n HEAD.rmTag
Sections = title\n\n TD.all = 1\n DIV.all = 1\n }\n\n # Prefix all rel
ative paths with this value:\n relPathPrefix = fileadmin/templateZTSWire/\n}\n\
ntemp.logo = COA\ntemp.logo{\n 10 = TEXT\n 10{\n wrap = <h1>|</h1>\n typ
olink.parameter = 1\n value = ZTS Wire\n noBlur = 1\n }\n}\n\ntemp.topnav
= HMENU\ntemp.topnav{\n special = directory\n special.value = 6\n wrap = <ul
>|<ul>\n 1 = TMENU\n 1{\n NO.wrapItemAndSub = <li>|</li> |*|<li>|</li>|*|<l
i class=\"last\">|</li>\n ACT = 1\n ACT.wrapItemAndSub = <li class=\"curr\
">|</li>|*|<li class=\"curr\">|</li>|*|<li class=\"curr last\">|</li>\n }\n}\n\
ntemp.mainnav = HMENU\ntemp.mainnav{\n wrap = <ul>|</ul>\n 1 = TMENU\n 1{\n
noBlur = 1\n NO.wrapItemAndSub = <li>|</li>\n ACT = 1\n ACT.wrapItemA
ndSub = <li class=\"curr\">|</li>\n }\n}\n\n# Main TEMPLATE cObject for the BOD
Y\ntemp.mainTemplate = TEMPLATE\ntemp.mainTemplate {\n # Feeding the content
from the Auto-parser to the TEMPLATE cObject:\n template =< plugin.tx_automaket
emplate_pi1\n # Select only the content between the <body>-tags\n workOnSubp
art = DOCUMENT_BODY\n \n # Logo\n subparts.logo < temp.logo\n \n # TopNav\n
subparts.topNav < temp.topnav\n\n #mainnav\n subparts.mainnav < temp.mainnav
\n #subparts.content < styles.content.get\n\n\n #subparts.top < styles.content
.getBorder\n\n #subparts.top.slide = -1\n\n \n # Dynamischer Banner mit Mar
ker \'TESTSTYLE\':\nsubparts.TESTSTYLE = TEXT\nsubparts.TESTSTYLE.value = filead
min/btg/images/background.png\nsubparts.TESTSTYLE.override {\n\n data = levelme
dia: -1, slide\n wrap = uploads/media/|\n listNum = 0\n}\n}\n\n\n# Main TEMPLA
TE cObject for the HEAD\ntemp.headTemplate = TEMPLATE\ntemp.headTemplate {\n
# Feeding the content from the Auto-parser to the TEMPLATE cObject:\n template
=< plugin.tx_automaketemplate_pi1\n # Select only the content between the <he
ad>-tags\n workOnSubpart = DOCUMENT_HEADER\n}\n\n\n\n\n# Default PAGE object:\n
page = PAGE\npage.typeNum = 0\n\n# Copying the content from TEMPLATE for <body>-
section:\npage.10 < temp.mainTemplate\n\n# Copying the content from TEMPLATE for
<head>-section:\npage.headerData.10 < temp.headTemplate\n\npage.config.disable
PrefixComment = 1\n\";}s:9:\"newRecord\";a:1:{s:6:\"config\";s:4951:\"# Keywords
, Description\npage.meta.DESCRIPTION = \npage.meta.DESCRIPTION.override.field =
DESCRIPTION\n\npage.meta.KEYWORDS = \npage.meta.KEYWORDS.override.field = KEYWOR
DS\n\n\n\n[browser = msie]\nconfig.xmlprologue = none\n[global]\n\nincludeLibs.p
agetitle = typo3conf/ext/mf_pagetitle/pagetitle.php\nplugin.mf_pagetitle.title =
{page:title} : ZTS Wire\nconfig.titleTagFunction = user_pagetitle_class->change
title\n\nconfig.simulateStaticDocuments = 1\nconfig.simulateStaticDocuments_addT
itle = 70\nconfig.simulateStaticDocuments_pEnc = base64\n\n\nconfig.extTarget =
_self\nconfig.intTarget = _self\n#config.removeDefaultJS = external\nconfig.inli
neStyle2TempFile = 1\nconfig.language = de\n\n# richtigen Doctype setzen\nconfig
.doctype = xhtml_trans\n\n\n#RTE Tuning\nlib.parseFunc_RTE.nonTypoTagStdWrap.enc
apsLines.addAttributes.P.class >\nlib.parseFunc_RTE.nonTypoTagStdWrap.encapsLine
s.remapTag >\nlib.parseFunc_RTE.nonTypoTagStdWrap.encapsLines.addAttributes.DIV.
class >\n#Angabe von Tags, die nicht mit einem zustzlichen wrap umgeben werden\ndrfe
n\nlib.parseFunc_RTE.nonTypoTagStdWrap.encapsLines.encapsTagList = cite,div, p,
pre, h1, h2, h3, h4, h5, h6\n\n#Entfernt die zustzlichen CSS-Klassen\nlib.stdheade
r.3 = LOAD_REGISTER\nlib.stdheader.3.headerClass =\nlib.stdheader.3.headerClass.
noTrimWrap = |\nlib.stdheader.stdWrap.dataWrap = |\n\n#Standard-Headings aufrumen\
nlib.stdheader.stdWrap.dataWrap =\nlib.stdheader.10.1.fontTag = <h1>|</h1>\nlib.
stdheader.10.2.fontTag = <h2>|</h2>\nlib.stdheader.10.3.fontTag = <h3>|</h3>\nli
b.stdheader.10.4.fontTag = <h4>|</h4>\nlib.stdheader.10.5.fontTag = <h5>|</h5>\n
\n#Content Elemente aufrumen und Kommentare entfernen\ntt_content.stdWrap.dataWrap
>\ntt_content.stdWrap.prefixComment >\ntt_content.header.20.dataWrap >\ntt_cont
ent.header.20.prefixComment >\ntt_content.default.prefixComment >\ntt_content.te
xt.stdWrap.prefixComment >\ntt_content.text.20.prefixComment >\ntt_content.textp
ic.20.stdWrap.prefixComment >\ntt_content.table.20.stdWrap.prefixComment >\ntt_c
ontent.mailform.20.stdWrap.wrap >\ntt_content.menu.20.stdWrap.prefixComment >\nt
t_content.image.20.stdWrap.prefixComment >\ntt_content.list.20.stdWrap.prefixCom
ment >\n\n\n\n# Configuring the Auto-Parser for main template:\nplugin.tx_automa
ketemplate_pi1 {\n # Read the template file:\n content = FILE\n content.fil
e = fileadmin/templateZTSWire/template.html\n\n # Here we define which elemen
ts in the HTML that\n # should be wrapped in subpart-comments:\n elements {\
n BODY.all = 1\n BODY.all.subpartMarker = DOCUMENT_BODY\n\n HEAD.all =
1\n HEAD.all.subpartMarker = DOCUMENT_HEADER\n HEAD.rmTagSections = title\
n\n TD.all = 1\n DIV.all = 1\n }\n\n # Prefix all relative paths with
this value:\n relPathPrefix = fileadmin/templateZTSWire/\n}\n\n# Logo\ntemp.log
o = COA\ntemp.logo{\n 10 = TEXT\n 10{\n wrap = <h1>|</h1>\n typolink.par
ameter = 1\n value = ZTS Wire\n noBlur = 1\n }\n}\n\n# Topnav\ntemp.topna
v = HMENU\ntemp.topnav{\n special = directory\n special.value = 6\n wrap = <u
l>|<ul>\n 1 = TMENU\n 1{\n NO.wrapItemAndSub = <li>|</li> |*|<li>|</li>|*|<
li class=\"last\">|</li>\n ACT = 1\n ACT.wrapItemAndSub = <li class=\"curr
\">|</li>|*|<li class=\"curr\">|</li>|*|<li class=\"curr last\">|</li>\n }\n}\n
\n# Mainnav\ntemp.mainnav = HMENU\ntemp.mainnav{\n wrap = <ul>|</ul>\n 1 = TME
NU\n 1{\n noBlur = 1\n NO.wrapItemAndSub = <li>|</li>\n ACT = 1\n A
CT.wrapItemAndSub = <li class=\"curr\">|</li>\n }\n}\n\n# Subnav\ntemp.subnav =
HMENU\ntemp.subnav{\n entryLevel = 1\n wrap = <ul>|</ul>\n 1 = TMENU\n 1{\n
noBlur = 1\n NO.wrapItemAndSub = <li>|</li>\n ACT = 1\n ACT.wrapIte
mAndSub = <li class=\"curr\">|</li>\n }\n}\n\n# Main TEMPLATE cObject for the B
ODY\ntemp.mainTemplate = TEMPLATE\ntemp.mainTemplate {\n # Feeding the conten
t from the Auto-parser to the TEMPLATE cObject:\n template =< plugin.tx_automak
etemplate_pi1\n # Select only the content between the <body>-tags\n workOnSu
bpart = DOCUMENT_BODY\n \n # Logo\n subparts.logo < temp.logo\n \n # TopNav
\n subparts.topNav < temp.topnav\n\n #mainnav\n subparts.mainnav < temp.mainn
av\n \n \n #subparts.content < styles.content.get\n\n\n #subparts.top < styl
es.content.getBorder\n\n #subparts.top.slide = -1\n\n \n # Dynamischer Bann
er mit Marker \'TESTSTYLE\':\nsubparts.TESTSTYLE = TEXT\nsubparts.TESTSTYLE.valu
e = fileadmin/btg/images/background.png\nsubparts.TESTSTYLE.override {\n\n data
= levelmedia: -1, slide\n wrap = uploads/media/|\n listNum = 0\n}\n}\n\n\n# M
ain TEMPLATE cObject for the HEAD\ntemp.headTemplate = TEMPLATE\ntemp.headTempla
te {\n # Feeding the content from the Auto-parser to the TEMPLATE cObject:\n
template =< plugin.tx_automaketemplate_pi1\n # Select only the content betwe
en the <head>-tags\n workOnSubpart = DOCUMENT_HEADER\n}\n\n\n\n\n# Default PAGE
object:\npage = PAGE\npage.typeNum = 0\n\n# Copying the content from TEMPLATE f
or <body>-section:\npage.10 < temp.mainTemplate\n\n# Copying the content from TE
MPLATE for <head>-section:\npage.headerData.10 < temp.headTemplate\n\npage.conf
ig.disablePrefixComment = 1\n\";}}','config',1,'sys_template',1282294060,NULL,0)
,(24,53,'a:2:{s:9:\"oldRecord\";a:1:{s:6:\"config\";s:4951:\"# Keywords, Descrip
tion\npage.meta.DESCRIPTION = \npage.meta.DESCRIPTION.override.field = DESCRIPTI
ON\n\npage.meta.KEYWORDS = \npage.meta.KEYWORDS.override.field = KEYWORDS\n\n\n\
n[browser = msie]\nconfig.xmlprologue = none\n[global]\n\nincludeLibs.pagetitle
= typo3conf/ext/mf_pagetitle/pagetitle.php\nplugin.mf_pagetitle.title = {page:ti
tle} : ZTS Wire\nconfig.titleTagFunction = user_pagetitle_class->changetitle\n\n
config.simulateStaticDocuments = 1\nconfig.simulateStaticDocuments_addTitle = 70
\nconfig.simulateStaticDocuments_pEnc = base64\n\n\nconfig.extTarget = _self\nco
nfig.intTarget = _self\n#config.removeDefaultJS = external\nconfig.inlineStyle2T
empFile = 1\nconfig.language = de\n\n# richtigen Doctype setzen\nconfig.doctype
= xhtml_trans\n\n\n#RTE Tuning\nlib.parseFunc_RTE.nonTypoTagStdWrap.encapsLines.
addAttributes.P.class >\nlib.parseFunc_RTE.nonTypoTagStdWrap.encapsLines.remapTa
g >\nlib.parseFunc_RTE.nonTypoTagStdWrap.encapsLines.addAttributes.DIV.class >\n
#Angabe von Tags, die nicht mit einem zustzlichen wrap umgeben werden\ndrfen\nlib.pa
rseFunc_RTE.nonTypoTagStdWrap.encapsLines.encapsTagList = cite,div, p, pre, h1,
h2, h3, h4, h5, h6\n\n#Entfernt die zustzlichen CSS-Klassen\nlib.stdheader.3 = LOA
D_REGISTER\nlib.stdheader.3.headerClass =\nlib.stdheader.3.headerClass.noTrimWra
p = |\nlib.stdheader.stdWrap.dataWrap = |\n\n#Standard-Headings aufrumen\nlib.stdh
eader.stdWrap.dataWrap =\nlib.stdheader.10.1.fontTag = <h1>|</h1>\nlib.stdheader
.10.2.fontTag = <h2>|</h2>\nlib.stdheader.10.3.fontTag = <h3>|</h3>\nlib.stdhead
er.10.4.fontTag = <h4>|</h4>\nlib.stdheader.10.5.fontTag = <h5>|</h5>\n\n#Conten
t Elemente aufrumen und Kommentare entfernen\ntt_content.stdWrap.dataWrap >\ntt_co
ntent.stdWrap.prefixComment >\ntt_content.header.20.dataWrap >\ntt_content.heade
r.20.prefixComment >\ntt_content.default.prefixComment >\ntt_content.text.stdWra
p.prefixComment >\ntt_content.text.20.prefixComment >\ntt_content.textpic.20.std
Wrap.prefixComment >\ntt_content.table.20.stdWrap.prefixComment >\ntt_content.ma
ilform.20.stdWrap.wrap >\ntt_content.menu.20.stdWrap.prefixComment >\ntt_content
.image.20.stdWrap.prefixComment >\ntt_content.list.20.stdWrap.prefixComment >\n\
n\n\n# Configuring the Auto-Parser for main template:\nplugin.tx_automaketemplat
e_pi1 {\n # Read the template file:\n content = FILE\n content.file = filea
dmin/templateZTSWire/template.html\n\n # Here we define which elements in the
HTML that\n # should be wrapped in subpart-comments:\n elements {\n BODY
.all = 1\n BODY.all.subpartMarker = DOCUMENT_BODY\n\n HEAD.all = 1\n HE
AD.all.subpartMarker = DOCUMENT_HEADER\n HEAD.rmTagSections = title\n\n TD
.all = 1\n DIV.all = 1\n }\n\n # Prefix all relative paths with this valu
e:\n relPathPrefix = fileadmin/templateZTSWire/\n}\n\n# Logo\ntemp.logo = COA\n
temp.logo{\n 10 = TEXT\n 10{\n wrap = <h1>|</h1>\n typolink.parameter =
1\n value = ZTS Wire\n noBlur = 1\n }\n}\n\n# Topnav\ntemp.topnav = HMENU
\ntemp.topnav{\n special = directory\n special.value = 6\n wrap = <ul>|<ul>\n
1 = TMENU\n 1{\n NO.wrapItemAndSub = <li>|</li> |*|<li>|</li>|*|<li class=
\"last\">|</li>\n ACT = 1\n ACT.wrapItemAndSub = <li class=\"curr\">|</li>
|*|<li class=\"curr\">|</li>|*|<li class=\"curr last\">|</li>\n }\n}\n\n# Mainn
av\ntemp.mainnav = HMENU\ntemp.mainnav{\n wrap = <ul>|</ul>\n 1 = TMENU\n 1{\
n noBlur = 1\n NO.wrapItemAndSub = <li>|</li>\n ACT = 1\n ACT.wrapIt
emAndSub = <li class=\"curr\">|</li>\n }\n}\n\n# Subnav\ntemp.subnav = HMENU\nt
emp.subnav{\n entryLevel = 1\n wrap = <ul>|</ul>\n 1 = TMENU\n 1{\n noBlu
r = 1\n NO.wrapItemAndSub = <li>|</li>\n ACT = 1\n ACT.wrapItemAndSub =
<li class=\"curr\">|</li>\n }\n}\n\n# Main TEMPLATE cObject for the BODY\ntemp
.mainTemplate = TEMPLATE\ntemp.mainTemplate {\n # Feeding the content from th
e Auto-parser to the TEMPLATE cObject:\n template =< plugin.tx_automaketemplate
_pi1\n # Select only the content between the <body>-tags\n workOnSubpart = D
OCUMENT_BODY\n \n # Logo\n subparts.logo < temp.logo\n \n # TopNav\n subpa
rts.topNav < temp.topnav\n\n #mainnav\n subparts.mainnav < temp.mainnav\n \n
\n #subparts.content < styles.content.get\n\n\n #subparts.top < styles.conten
t.getBorder\n\n #subparts.top.slide = -1\n\n \n # Dynamischer Banner mit Ma
rker \'TESTSTYLE\':\nsubparts.TESTSTYLE = TEXT\nsubparts.TESTSTYLE.value = filea
dmin/btg/images/background.png\nsubparts.TESTSTYLE.override {\n\n data = levelm
edia: -1, slide\n wrap = uploads/media/|\n listNum = 0\n}\n}\n\n\n# Main TEMPL
ATE cObject for the HEAD\ntemp.headTemplate = TEMPLATE\ntemp.headTemplate {\n
# Feeding the content from the Auto-parser to the TEMPLATE cObject:\n template
=< plugin.tx_automaketemplate_pi1\n # Select only the content between the <h
ead>-tags\n workOnSubpart = DOCUMENT_HEADER\n}\n\n\n\n\n# Default PAGE object:\
npage = PAGE\npage.typeNum = 0\n\n# Copying the content from TEMPLATE for <body>
-section:\npage.10 < temp.mainTemplate\n\n# Copying the content from TEMPLATE fo
r <head>-section:\npage.headerData.10 < temp.headTemplate\n\npage.config.disabl
ePrefixComment = 1\n\";}s:9:\"newRecord\";a:1:{s:6:\"config\";s:4993:\"# Keyword
s, Description\npage.meta.DESCRIPTION = \npage.meta.DESCRIPTION.override.field =
DESCRIPTION\n\npage.meta.KEYWORDS = \npage.meta.KEYWORDS.override.field = KEYWO
RDS\n\n\n\n[browser = msie]\nconfig.xmlprologue = none\n[global]\n\nincludeLibs.
pagetitle = typo3conf/ext/mf_pagetitle/pagetitle.php\nplugin.mf_pagetitle.title
= {page:title} : ZTS Wire\nconfig.titleTagFunction = user_pagetitle_class->chang
etitle\n\nconfig.simulateStaticDocuments = 1\nconfig.simulateStaticDocuments_add
Title = 70\nconfig.simulateStaticDocuments_pEnc = base64\n\n\nconfig.extTarget =
_self\nconfig.intTarget = _self\n#config.removeDefaultJS = external\nconfig.inl
ineStyle2TempFile = 1\nconfig.language = de\n\n# richtigen Doctype setzen\nconfi
g.doctype = xhtml_trans\n\n\n#RTE Tuning\nlib.parseFunc_RTE.nonTypoTagStdWrap.en
capsLines.addAttributes.P.class >\nlib.parseFunc_RTE.nonTypoTagStdWrap.encapsLin
es.remapTag >\nlib.parseFunc_RTE.nonTypoTagStdWrap.encapsLines.addAttributes.DIV
.class >\n#Angabe von Tags, die nicht mit einem zustzlichen wrap umgeben werden\ndrf
en\nlib.parseFunc_RTE.nonTypoTagStdWrap.encapsLines.encapsTagList = cite,div, p,
pre, h1, h2, h3, h4, h5, h6\n\n#Entfernt die zustzlichen CSS-Klassen\nlib.stdhead
er.3 = LOAD_REGISTER\nlib.stdheader.3.headerClass =\nlib.stdheader.3.headerClass
.noTrimWrap = |\nlib.stdheader.stdWrap.dataWrap = |\n\n#Standard-Headings aufrumen
\nlib.stdheader.stdWrap.dataWrap =\nlib.stdheader.10.1.fontTag = <h1>|</h1>\nlib
.stdheader.10.2.fontTag = <h2>|</h2>\nlib.stdheader.10.3.fontTag = <h3>|</h3>\nl
ib.stdheader.10.4.fontTag = <h4>|</h4>\nlib.stdheader.10.5.fontTag = <h5>|</h5>\
n\n#Content Elemente aufrumen und Kommentare entfernen\ntt_content.stdWrap.dataWra
p >\ntt_content.stdWrap.prefixComment >\ntt_content.header.20.dataWrap >\ntt_con
tent.header.20.prefixComment >\ntt_content.default.prefixComment >\ntt_content.t
ext.stdWrap.prefixComment >\ntt_content.text.20.prefixComment >\ntt_content.text
pic.20.stdWrap.prefixComment >\ntt_content.table.20.stdWrap.prefixComment >\ntt_
content.mailform.20.stdWrap.wrap >\ntt_content.menu.20.stdWrap.prefixComment >\n
tt_content.image.20.stdWrap.prefixComment >\ntt_content.list.20.stdWrap.prefixCo
mment >\n\n\n\n# Configuring the Auto-Parser for main template:\nplugin.tx_autom
aketemplate_pi1 {\n # Read the template file:\n content = FILE\n content.fi
le = fileadmin/templateZTSWire/template.html\n\n # Here we define which eleme
nts in the HTML that\n # should be wrapped in subpart-comments:\n elements {
\n BODY.all = 1\n BODY.all.subpartMarker = DOCUMENT_BODY\n\n HEAD.all =
1\n HEAD.all.subpartMarker = DOCUMENT_HEADER\n HEAD.rmTagSections = title
\n\n TD.all = 1\n DIV.all = 1\n }\n\n # Prefix all relative paths with
this value:\n relPathPrefix = fileadmin/templateZTSWire/\n}\n\n# Logo\ntemp.lo
go = COA\ntemp.logo{\n 10 = TEXT\n 10{\n wrap = <h1>|</h1>\n typolink.pa
rameter = 1\n value = ZTS Wire\n noBlur = 1\n }\n}\n\n# Topnav\ntemp.topn
av = HMENU\ntemp.topnav{\n special = directory\n special.value = 6\n wrap = <
ul>|<ul>\n 1 = TMENU\n 1{\n NO.wrapItemAndSub = <li>|</li> |*|<li>|</li>|*|
<li class=\"last\">|</li>\n ACT = 1\n ACT.wrapItemAndSub = <li class=\"cur
r\">|</li>|*|<li class=\"curr\">|</li>|*|<li class=\"curr last\">|</li>\n }\n}\
n\n# Mainnav\ntemp.mainnav = HMENU\ntemp.mainnav{\n wrap = <ul>|</ul>\n 1 = TM
ENU\n 1{\n noBlur = 1\n NO.wrapItemAndSub = <li>|</li>\n ACT = 1\n
ACT.wrapItemAndSub = <li class=\"curr\">|</li>\n }\n}\n\n# Subnav\ntemp.subnav
= HMENU\ntemp.subnav{\n entryLevel = 1\n wrap = <ul>|</ul>\n 1 = TMENU\n 1{\
n noBlur = 1\n NO.wrapItemAndSub = <li>|</li>\n ACT = 1\n ACT.wrapIt
emAndSub = <li class=\"curr\">|</li>\n }\n}\n\n# Main TEMPLATE cObject for the
BODY\ntemp.mainTemplate = TEMPLATE\ntemp.mainTemplate {\n # Feeding the conte
nt from the Auto-parser to the TEMPLATE cObject:\n template =< plugin.tx_automa
ketemplate_pi1\n # Select only the content between the <body>-tags\n workOnS
ubpart = DOCUMENT_BODY\n \n # Logo\n subparts.logo < temp.logo\n \n # TopNa
v\n subparts.topNav < temp.topnav\n\n #mainnav\n subparts.mainnav < temp.main
nav\n \n #subnav\n subparts.subnav < temp.subnav\n \n #subparts.content < s
tyles.content.get\n\n\n #subparts.top < styles.content.getBorder\n\n #subparts
.top.slide = -1\n\n \n # Dynamischer Banner mit Marker \'TESTSTYLE\':\nsubpa
rts.TESTSTYLE = TEXT\nsubparts.TESTSTYLE.value = fileadmin/btg/images/background
.png\nsubparts.TESTSTYLE.override {\n\n data = levelmedia: -1, slide\n wrap =
uploads/media/|\n listNum = 0\n}\n}\n\n\n# Main TEMPLATE cObject for the HEAD\n
temp.headTemplate = TEMPLATE\ntemp.headTemplate {\n # Feeding the content fro
m the Auto-parser to the TEMPLATE cObject:\n template =< plugin.tx_automaketemp
late_pi1\n # Select only the content between the <head>-tags\n workOnSubpart
= DOCUMENT_HEADER\n}\n\n\n\n\n# Default PAGE object:\npage = PAGE\npage.typeNum
= 0\n\n# Copying the content from TEMPLATE for <body>-section:\npage.10 < temp.
mainTemplate\n\n# Copying the content from TEMPLATE for <head>-section:\npage.he
aderData.10 < temp.headTemplate\n\npage.config.disablePrefixComment = 1\n\";}}'
,'config',1,'sys_template',1282294105,NULL,0),(25,55,'a:2:{s:9:\"oldRecord\";a:1
:{s:6:\"config\";s:4993:\"# Keywords, Description\npage.meta.DESCRIPTION = \npag
e.meta.DESCRIPTION.override.field = DESCRIPTION\n\npage.meta.KEYWORDS = \npage.m
eta.KEYWORDS.override.field = KEYWORDS\n\n\n\n[browser = msie]\nconfig.xmlprolog
ue = none\n[global]\n\nincludeLibs.pagetitle = typo3conf/ext/mf_pagetitle/pageti
tle.php\nplugin.mf_pagetitle.title = {page:title} : ZTS Wire\nconfig.titleTagFun
ction = user_pagetitle_class->changetitle\n\nconfig.simulateStaticDocuments = 1\
nconfig.simulateStaticDocuments_addTitle = 70\nconfig.simulateStaticDocuments_pE
nc = base64\n\n\nconfig.extTarget = _self\nconfig.intTarget = _self\n#config.rem
oveDefaultJS = external\nconfig.inlineStyle2TempFile = 1\nconfig.language = de\n
\n# richtigen Doctype setzen\nconfig.doctype = xhtml_trans\n\n\n#RTE Tuning\nlib
.parseFunc_RTE.nonTypoTagStdWrap.encapsLines.addAttributes.P.class >\nlib.parseF
unc_RTE.nonTypoTagStdWrap.encapsLines.remapTag >\nlib.parseFunc_RTE.nonTypoTagSt
dWrap.encapsLines.addAttributes.DIV.class >\n#Angabe von Tags, die nicht mit ein
em zustzlichen wrap umgeben werden\ndrfen\nlib.parseFunc_RTE.nonTypoTagStdWrap.encap
sLines.encapsTagList = cite,div, p, pre, h1, h2, h3, h4, h5, h6\n\n#Entfernt die
zustzlichen CSS-Klassen\nlib.stdheader.3 = LOAD_REGISTER\nlib.stdheader.3.headerC
lass =\nlib.stdheader.3.headerClass.noTrimWrap = |\nlib.stdheader.stdWrap.dataWr
ap = |\n\n#Standard-Headings aufrumen\nlib.stdheader.stdWrap.dataWrap =\nlib.stdhe
ader.10.1.fontTag = <h1>|</h1>\nlib.stdheader.10.2.fontTag = <h2>|</h2>\nlib.std
header.10.3.fontTag = <h3>|</h3>\nlib.stdheader.10.4.fontTag = <h4>|</h4>\nlib.s
tdheader.10.5.fontTag = <h5>|</h5>\n\n#Content Elemente aufrumen und Kommentare en
tfernen\ntt_content.stdWrap.dataWrap >\ntt_content.stdWrap.prefixComment >\ntt_c
ontent.header.20.dataWrap >\ntt_content.header.20.prefixComment >\ntt_content.de
fault.prefixComment >\ntt_content.text.stdWrap.prefixComment >\ntt_content.text.
20.prefixComment >\ntt_content.textpic.20.stdWrap.prefixComment >\ntt_content.ta
ble.20.stdWrap.prefixComment >\ntt_content.mailform.20.stdWrap.wrap >\ntt_conten
t.menu.20.stdWrap.prefixComment >\ntt_content.image.20.stdWrap.prefixComment >\n
tt_content.list.20.stdWrap.prefixComment >\n\n\n\n# Configuring the Auto-Parser
for main template:\nplugin.tx_automaketemplate_pi1 {\n # Read the template fi
le:\n content = FILE\n content.file = fileadmin/templateZTSWire/template.html\
n\n # Here we define which elements in the HTML that\n # should be wrapped
in subpart-comments:\n elements {\n BODY.all = 1\n BODY.all.subpartMarke
r = DOCUMENT_BODY\n\n HEAD.all = 1\n HEAD.all.subpartMarker = DOCUMENT_HEA
DER\n HEAD.rmTagSections = title\n\n TD.all = 1\n DIV.all = 1\n }\n\n
# Prefix all relative paths with this value:\n relPathPrefix = fileadmin/tem
plateZTSWire/\n}\n\n# Logo\ntemp.logo = COA\ntemp.logo{\n 10 = TEXT\n 10{\n
wrap = <h1>|</h1>\n typolink.parameter = 1\n value = ZTS Wire\n noBlur
= 1\n }\n}\n\n# Topnav\ntemp.topnav = HMENU\ntemp.topnav{\n special = directo
ry\n special.value = 6\n wrap = <ul>|<ul>\n 1 = TMENU\n 1{\n NO.wrapItemA
ndSub = <li>|</li> |*|<li>|</li>|*|<li class=\"last\">|</li>\n ACT = 1\n A
CT.wrapItemAndSub = <li class=\"curr\">|</li>|*|<li class=\"curr\">|</li>|*|<li
class=\"curr last\">|</li>\n }\n}\n\n# Mainnav\ntemp.mainnav = HMENU\ntemp.main
nav{\n wrap = <ul>|</ul>\n 1 = TMENU\n 1{\n noBlur = 1\n NO.wrapItemAnd
Sub = <li>|</li>\n ACT = 1\n ACT.wrapItemAndSub = <li class=\"curr\">|</li
>\n }\n}\n\n# Subnav\ntemp.subnav = HMENU\ntemp.subnav{\n entryLevel = 1\n wr
ap = <ul>|</ul>\n 1 = TMENU\n 1{\n noBlur = 1\n NO.wrapItemAndSub = <li>
|</li>\n ACT = 1\n ACT.wrapItemAndSub = <li class=\"curr\">|</li>\n }\n}\
n\n# Main TEMPLATE cObject for the BODY\ntemp.mainTemplate = TEMPLATE\ntemp.main
Template {\n # Feeding the content from the Auto-parser to the TEMPLATE cObje
ct:\n template =< plugin.tx_automaketemplate_pi1\n # Select only the content
between the <body>-tags\n workOnSubpart = DOCUMENT_BODY\n \n # Logo\n subpa
rts.logo < temp.logo\n \n # TopNav\n subparts.topNav < temp.topnav\n\n #main
nav\n subparts.mainnav < temp.mainnav\n \n #subnav\n subparts.subnav < temp.
subnav\n \n #subparts.content < styles.content.get\n\n\n #subparts.top < styl
es.content.getBorder\n\n #subparts.top.slide = -1\n\n \n # Dynamischer Bann
er mit Marker \'TESTSTYLE\':\nsubparts.TESTSTYLE = TEXT\nsubparts.TESTSTYLE.valu
e = fileadmin/btg/images/background.png\nsubparts.TESTSTYLE.override {\n\n data
= levelmedia: -1, slide\n wrap = uploads/media/|\n listNum = 0\n}\n}\n\n\n# M
ain TEMPLATE cObject for the HEAD\ntemp.headTemplate = TEMPLATE\ntemp.headTempla
te {\n # Feeding the content from the Auto-parser to the TEMPLATE cObject:\n
template =< plugin.tx_automaketemplate_pi1\n # Select only the content betwe
en the <head>-tags\n workOnSubpart = DOCUMENT_HEADER\n}\n\n\n\n\n# Default PAGE
object:\npage = PAGE\npage.typeNum = 0\n\n# Copying the content from TEMPLATE f
or <body>-section:\npage.10 < temp.mainTemplate\n\n# Copying the content from TE
MPLATE for <head>-section:\npage.headerData.10 < temp.headTemplate\n\npage.conf
ig.disablePrefixComment = 1\n\";}s:9:\"newRecord\";a:1:{s:6:\"config\";s:5039:\"
# Keywords, Description\npage.meta.DESCRIPTION = \npage.meta.DESCRIPTION.overrid
e.field = DESCRIPTION\n\npage.meta.KEYWORDS = \npage.meta.KEYWORDS.override.fiel
d = KEYWORDS\n\n\n\n[browser = msie]\nconfig.xmlprologue = none\n[global]\n\ninc
ludeLibs.pagetitle = typo3conf/ext/mf_pagetitle/pagetitle.php\nplugin.mf_pagetit
le.title = {page:title} : ZTS Wire\nconfig.titleTagFunction = user_pagetitle_cla
ss->changetitle\n\nconfig.simulateStaticDocuments = 1\nconfig.simulateStaticDocu
ments_addTitle = 70\nconfig.simulateStaticDocuments_pEnc = base64\n\n\nconfig.ex
tTarget = _self\nconfig.intTarget = _self\n#config.removeDefaultJS = external\nc
onfig.inlineStyle2TempFile = 1\nconfig.language = de\n\n# richtigen Doctype setz
en\nconfig.doctype = xhtml_trans\n\n\n#RTE Tuning\nlib.parseFunc_RTE.nonTypoTagS
tdWrap.encapsLines.addAttributes.P.class >\nlib.parseFunc_RTE.nonTypoTagStdWrap.
encapsLines.remapTag >\nlib.parseFunc_RTE.nonTypoTagStdWrap.encapsLines.addAttri
butes.DIV.class >\n#Angabe von Tags, die nicht mit einem zustzlichen wrap umgeben
werden\ndrfen\nlib.parseFunc_RTE.nonTypoTagStdWrap.encapsLines.encapsTagList = cit
e,div, p, pre, h1, h2, h3, h4, h5, h6\n\n#Entfernt die zustzlichen CSS-Klassen\nli
b.stdheader.3 = LOAD_REGISTER\nlib.stdheader.3.headerClass =\nlib.stdheader.3.he
aderClass.noTrimWrap = |\nlib.stdheader.stdWrap.dataWrap = |\n\n#Standard-Headin
gs aufrumen\nlib.stdheader.stdWrap.dataWrap =\nlib.stdheader.10.1.fontTag = <h1>|<
/h1>\nlib.stdheader.10.2.fontTag = <h2>|</h2>\nlib.stdheader.10.3.fontTag = <h3>
|</h3>\nlib.stdheader.10.4.fontTag = <h4>|</h4>\nlib.stdheader.10.5.fontTag = <h
5>|</h5>\n\n#Content Elemente aufrumen und Kommentare entfernen\ntt_content.stdWra
p.dataWrap >\ntt_content.stdWrap.prefixComment >\ntt_content.header.20.dataWrap
>\ntt_content.header.20.prefixComment >\ntt_content.default.prefixComment >\ntt_
content.text.stdWrap.prefixComment >\ntt_content.text.20.prefixComment >\ntt_con
tent.textpic.20.stdWrap.prefixComment >\ntt_content.table.20.stdWrap.prefixComme
nt >\ntt_content.mailform.20.stdWrap.wrap >\ntt_content.menu.20.stdWrap.prefixCo
mment >\ntt_content.image.20.stdWrap.prefixComment >\ntt_content.list.20.stdWrap
.prefixComment >\n\n\n\n# Configuring the Auto-Parser for main template:\nplugin
.tx_automaketemplate_pi1 {\n # Read the template file:\n content = FILE\n c
ontent.file = fileadmin/templateZTSWire/template.html\n\n # Here we define wh
ich elements in the HTML that\n # should be wrapped in subpart-comments:\n e
lements {\n BODY.all = 1\n BODY.all.subpartMarker = DOCUMENT_BODY\n\n H
EAD.all = 1\n HEAD.all.subpartMarker = DOCUMENT_HEADER\n HEAD.rmTagSection
s = title\n\n TD.all = 1\n DIV.all = 1\n }\n\n # Prefix all relative p
aths with this value:\n relPathPrefix = fileadmin/templateZTSWire/\n}\n\n# Logo
\ntemp.logo = COA\ntemp.logo{\n 10 = TEXT\n 10{\n wrap = <h1>|</h1>\n ty
polink.parameter = 1\n value = ZTS Wire\n noBlur = 1\n }\n}\n\n# Topnav\n
temp.topnav = HMENU\ntemp.topnav{\n special = directory\n special.value = 6\n
wrap = <ul>|<ul>\n 1 = TMENU\n 1{\n NO.wrapItemAndSub = <li>|</li> |*|<li>
|</li>|*|<li class=\"last\">|</li>\n ACT = 1\n ACT.wrapItemAndSub = <li cl
ass=\"curr\">|</li>|*|<li class=\"curr\">|</li>|*|<li class=\"curr last\">|</li>
\n }\n}\n\n# Mainnav\ntemp.mainnav = HMENU\ntemp.mainnav{\n wrap = <ul>|</ul>\
n 1 = TMENU\n 1{\n noBlur = 1\n NO.wrapItemAndSub = <li>|</li>\n ACT
= 1\n ACT.wrapItemAndSub = <li class=\"curr\">|</li>\n }\n}\n\n# Subnav\ntem
p.subnav = HMENU\ntemp.subnav{\n entryLevel = 1\n #wrap = <ul>|</ul>\n 1 = TM
ENU\n 1{\n wrap = <div id=\"subnav\"><ul>|</ul></div>\n noBlur = 1\n N
O.wrapItemAndSub = <li>|</li>\n ACT = 1\n ACT.wrapItemAndSub = <li class=\
"curr\">|</li>\n }\n}\n\n# Main TEMPLATE cObject for the BODY\ntemp.mainTemplat
e = TEMPLATE\ntemp.mainTemplate {\n # Feeding the content from the Auto-parse
r to the TEMPLATE cObject:\n template =< plugin.tx_automaketemplate_pi1\n #
Select only the content between the <body>-tags\n workOnSubpart = DOCUMENT_BODY
\n \n # Logo\n subparts.logo < temp.logo\n \n # TopNav\n subparts.topNav <
temp.topnav\n\n #mainnav\n subparts.mainnav < temp.mainnav\n \n #subnav\n
subparts.subnav < temp.subnav\n \n #subparts.content < styles.content.get\n\n\
n #subparts.top < styles.content.getBorder\n\n #subparts.top.slide = -1\n\n
\n # Dynamischer Banner mit Marker \'TESTSTYLE\':\nsubparts.TESTSTYLE = TEXT\n
subparts.TESTSTYLE.value = fileadmin/btg/images/background.png\nsubparts.TESTSTY
LE.override {\n\n data = levelmedia: -1, slide\n wrap = uploads/media/|\n lis
tNum = 0\n}\n}\n\n\n# Main TEMPLATE cObject for the HEAD\ntemp.headTemplate = TE
MPLATE\ntemp.headTemplate {\n # Feeding the content from the Auto-parser to t
he TEMPLATE cObject:\n template =< plugin.tx_automaketemplate_pi1\n # Select
only the content between the <head>-tags\n workOnSubpart = DOCUMENT_HEADER\n}\
n\n\n\n\n# Default PAGE object:\npage = PAGE\npage.typeNum = 0\n\n# Copying the
content from TEMPLATE for <body>-section:\npage.10 < temp.mainTemplate\n\n# Copy
ing the content from TEMPLATE for <head>-section:\npage.headerData.10 < temp.he
adTemplate\n\npage.config.disablePrefixComment = 1\n\";}}','config',1,'sys_templ
ate',1282295506,NULL,0),(26,56,'a:2:{s:9:\"oldRecord\";a:1:{s:6:\"config\";s:503
9:\"# Keywords, Description\npage.meta.DESCRIPTION = \npage.meta.DESCRIPTION.ove
rride.field = DESCRIPTION\n\npage.meta.KEYWORDS = \npage.meta.KEYWORDS.override.
field = KEYWORDS\n\n\n\n[browser = msie]\nconfig.xmlprologue = none\n[global]\n\
nincludeLibs.pagetitle = typo3conf/ext/mf_pagetitle/pagetitle.php\nplugin.mf_pag
etitle.title = {page:title} : ZTS Wire\nconfig.titleTagFunction = user_pagetitle
_class->changetitle\n\nconfig.simulateStaticDocuments = 1\nconfig.simulateStatic
Documents_addTitle = 70\nconfig.simulateStaticDocuments_pEnc = base64\n\n\nconfi
g.extTarget = _self\nconfig.intTarget = _self\n#config.removeDefaultJS = externa
l\nconfig.inlineStyle2TempFile = 1\nconfig.language = de\n\n# richtigen Doctype
setzen\nconfig.doctype = xhtml_trans\n\n\n#RTE Tuning\nlib.parseFunc_RTE.nonTypo
TagStdWrap.encapsLines.addAttributes.P.class >\nlib.parseFunc_RTE.nonTypoTagStdW
rap.encapsLines.remapTag >\nlib.parseFunc_RTE.nonTypoTagStdWrap.encapsLines.addA
ttributes.DIV.class >\n#Angabe von Tags, die nicht mit einem zustzlichen wrap umge
ben werden\ndrfen\nlib.parseFunc_RTE.nonTypoTagStdWrap.encapsLines.encapsTagList =
cite,div, p, pre, h1, h2, h3, h4, h5, h6\n\n#Entfernt die zustzlichen CSS-Klassen
\nlib.stdheader.3 = LOAD_REGISTER\nlib.stdheader.3.headerClass =\nlib.stdheader.
3.headerClass.noTrimWrap = |\nlib.stdheader.stdWrap.dataWrap = |\n\n#Standard-He
adings aufrumen\nlib.stdheader.stdWrap.dataWrap =\nlib.stdheader.10.1.fontTag = <h
1>|</h1>\nlib.stdheader.10.2.fontTag = <h2>|</h2>\nlib.stdheader.10.3.fontTag =
<h3>|</h3>\nlib.stdheader.10.4.fontTag = <h4>|</h4>\nlib.stdheader.10.5.fontTag
= <h5>|</h5>\n\n#Content Elemente aufrumen und Kommentare entfernen\ntt_content.st
dWrap.dataWrap >\ntt_content.stdWrap.prefixComment >\ntt_content.header.20.dataW
rap >\ntt_content.header.20.prefixComment >\ntt_content.default.prefixComment >\
ntt_content.text.stdWrap.prefixComment >\ntt_content.text.20.prefixComment >\ntt
_content.textpic.20.stdWrap.prefixComment >\ntt_content.table.20.stdWrap.prefixC
omment >\ntt_content.mailform.20.stdWrap.wrap >\ntt_content.menu.20.stdWrap.pref
ixComment >\ntt_content.image.20.stdWrap.prefixComment >\ntt_content.list.20.std
Wrap.prefixComment >\n\n\n\n# Configuring the Auto-Parser for main template:\npl
ugin.tx_automaketemplate_pi1 {\n # Read the template file:\n content = FILE\
n content.file = fileadmin/templateZTSWire/template.html\n\n # Here we defin
e which elements in the HTML that\n # should be wrapped in subpart-comments:\
n elements {\n BODY.all = 1\n BODY.all.subpartMarker = DOCUMENT_BODY\n\n
HEAD.all = 1\n HEAD.all.subpartMarker = DOCUMENT_HEADER\n HEAD.rmTagSec
tions = title\n\n TD.all = 1\n DIV.all = 1\n }\n\n # Prefix all relati
ve paths with this value:\n relPathPrefix = fileadmin/templateZTSWire/\n}\n\n#
Logo\ntemp.logo = COA\ntemp.logo{\n 10 = TEXT\n 10{\n wrap = <h1>|</h1>\n
typolink.parameter = 1\n value = ZTS Wire\n noBlur = 1\n }\n}\n\n# Topn
av\ntemp.topnav = HMENU\ntemp.topnav{\n special = directory\n special.value =
6\n wrap = <ul>|<ul>\n 1 = TMENU\n 1{\n NO.wrapItemAndSub = <li>|</li> |*|
<li>|</li>|*|<li class=\"last\">|</li>\n ACT = 1\n ACT.wrapItemAndSub = <l
i class=\"curr\">|</li>|*|<li class=\"curr\">|</li>|*|<li class=\"curr last\">|<
/li>\n }\n}\n\n# Mainnav\ntemp.mainnav = HMENU\ntemp.mainnav{\n wrap = <ul>|</
ul>\n 1 = TMENU\n 1{\n noBlur = 1\n NO.wrapItemAndSub = <li>|</li>\n
ACT = 1\n ACT.wrapItemAndSub = <li class=\"curr\">|</li>\n }\n}\n\n# Subnav\
ntemp.subnav = HMENU\ntemp.subnav{\n entryLevel = 1\n #wrap = <ul>|</ul>\n 1
= TMENU\n 1{\n wrap = <div id=\"subnav\"><ul>|</ul></div>\n noBlur = 1\n
NO.wrapItemAndSub = <li>|</li>\n ACT = 1\n ACT.wrapItemAndSub = <li cla
ss=\"curr\">|</li>\n }\n}\n\n# Main TEMPLATE cObject for the BODY\ntemp.mainTem
plate = TEMPLATE\ntemp.mainTemplate {\n # Feeding the content from the Auto-p
arser to the TEMPLATE cObject:\n template =< plugin.tx_automaketemplate_pi1\n
# Select only the content between the <body>-tags\n workOnSubpart = DOCUMENT_
BODY\n \n # Logo\n subparts.logo < temp.logo\n \n # TopNav\n subparts.topN
av < temp.topnav\n\n #mainnav\n subparts.mainnav < temp.mainnav\n \n #subnav
\n subparts.subnav < temp.subnav\n \n #subparts.content < styles.content.get\
n\n\n #subparts.top < styles.content.getBorder\n\n #subparts.top.slide = -1\n\
n \n # Dynamischer Banner mit Marker \'TESTSTYLE\':\nsubparts.TESTSTYLE = TE
XT\nsubparts.TESTSTYLE.value = fileadmin/btg/images/background.png\nsubparts.TES
TSTYLE.override {\n\n data = levelmedia: -1, slide\n wrap = uploads/media/|\n
listNum = 0\n}\n}\n\n\n# Main TEMPLATE cObject for the HEAD\ntemp.headTemplate
= TEMPLATE\ntemp.headTemplate {\n # Feeding the content from the Auto-parser
to the TEMPLATE cObject:\n template =< plugin.tx_automaketemplate_pi1\n # Se
lect only the content between the <head>-tags\n workOnSubpart = DOCUMENT_HEADER
\n}\n\n\n\n\n# Default PAGE object:\npage = PAGE\npage.typeNum = 0\n\n# Copying
the content from TEMPLATE for <body>-section:\npage.10 < temp.mainTemplate\n\n#
Copying the content from TEMPLATE for <head>-section:\npage.headerData.10 < tem
p.headTemplate\n\npage.config.disablePrefixComment = 1\n\";}s:9:\"newRecord\";a:
1:{s:6:\"config\";s:5070:\"# Keywords, Description\npage.meta.DESCRIPTION = \npa
ge.meta.DESCRIPTION.override.field = DESCRIPTION\n\npage.meta.KEYWORDS = \npage.
meta.KEYWORDS.override.field = KEYWORDS\n\n\n\n[browser = msie]\nconfig.xmlprolo
gue = none\n[global]\n\nincludeLibs.pagetitle = typo3conf/ext/mf_pagetitle/paget
itle.php\nplugin.mf_pagetitle.title = {page:title} : ZTS Wire\nconfig.titleTagFu
nction = user_pagetitle_class->changetitle\n\nconfig.simulateStaticDocuments = 1
\nconfig.simulateStaticDocuments_addTitle = 70\nconfig.simulateStaticDocuments_p
Enc = base64\n\n\nconfig.extTarget = _self\nconfig.intTarget = _self\n#config.re
moveDefaultJS = external\nconfig.inlineStyle2TempFile = 1\nconfig.language = de\
n\n# richtigen Doctype setzen\nconfig.doctype = xhtml_trans\n\n\n#RTE Tuning\nli
b.parseFunc_RTE.nonTypoTagStdWrap.encapsLines.addAttributes.P.class >\nlib.parse
Func_RTE.nonTypoTagStdWrap.encapsLines.remapTag >\nlib.parseFunc_RTE.nonTypoTagS
tdWrap.encapsLines.addAttributes.DIV.class >\n#Angabe von Tags, die nicht mit ei
nem zustzlichen wrap umgeben werden\ndrfen\nlib.parseFunc_RTE.nonTypoTagStdWrap.enca
psLines.encapsTagList = cite,div, p, pre, h1, h2, h3, h4, h5, h6\n\n#Entfernt di
e zustzlichen CSS-Klassen\nlib.stdheader.3 = LOAD_REGISTER\nlib.stdheader.3.header
Class =\nlib.stdheader.3.headerClass.noTrimWrap = |\nlib.stdheader.stdWrap.dataW
rap = |\n\n#Standard-Headings aufrumen\nlib.stdheader.stdWrap.dataWrap =\nlib.stdh
eader.10.1.fontTag = <h1>|</h1>\nlib.stdheader.10.2.fontTag = <h2>|</h2>\nlib.st
dheader.10.3.fontTag = <h3>|</h3>\nlib.stdheader.10.4.fontTag = <h4>|</h4>\nlib.
stdheader.10.5.fontTag = <h5>|</h5>\n\n#Content Elemente aufrumen und Kommentare e
ntfernen\ntt_content.stdWrap.dataWrap >\ntt_content.stdWrap.prefixComment >\ntt_
content.header.20.dataWrap >\ntt_content.header.20.prefixComment >\ntt_content.d
efault.prefixComment >\ntt_content.text.stdWrap.prefixComment >\ntt_content.text
.20.prefixComment >\ntt_content.textpic.20.stdWrap.prefixComment >\ntt_content.t
able.20.stdWrap.prefixComment >\ntt_content.mailform.20.stdWrap.wrap >\ntt_conte
nt.menu.20.stdWrap.prefixComment >\ntt_content.image.20.stdWrap.prefixComment >\
ntt_content.list.20.stdWrap.prefixComment >\n\n\n\n# Configuring the Auto-Parser
for main template:\nplugin.tx_automaketemplate_pi1 {\n # Read the template f
ile:\n content = FILE\n content.file = fileadmin/templateZTSWire/template.html
\n\n # Here we define which elements in the HTML that\n # should be wrappe
d in subpart-comments:\n elements {\n BODY.all = 1\n BODY.all.subpartMark
er = DOCUMENT_BODY\n\n HEAD.all = 1\n HEAD.all.subpartMarker = DOCUMENT_HE
ADER\n HEAD.rmTagSections = title\n\n TD.all = 1\n DIV.all = 1\n }\n\n
# Prefix all relative paths with this value:\n relPathPrefix = fileadmin/te
mplateZTSWire/\n}\n\n# Logo\ntemp.logo = COA\ntemp.logo{\n 10 = TEXT\n 10{\n
wrap = <h1>|</h1>\n typolink.parameter = 1\n value = ZTS Wire\n noBlu
r = 1\n }\n}\n\n# Topnav\ntemp.topnav = HMENU\ntemp.topnav{\n special = direct
ory\n special.value = 6\n wrap = <ul>|<ul>\n 1 = TMENU\n 1{\n NO.wrapItem
AndSub = <li>|</li> |*|<li>|</li>|*|<li class=\"last\">|</li>\n ACT = 1\n
ACT.wrapItemAndSub = <li class=\"curr\">|</li>|*|<li class=\"curr\">|</li>|*|<li
class=\"curr last\">|</li>\n }\n}\n\n# Mainnav\ntemp.mainnav = HMENU\ntemp.mai
nnav{\n wrap = <ul>|</ul>\n 1 = TMENU\n 1{\n noBlur = 1\n NO.wrapItemAn
dSub = <li>|</li>\n ACT = 1\n ACT.wrapItemAndSub = <li class=\"curr\">|</l
i>\n }\n}\n\n# Subnav\ntemp.subnav = HMENU\ntemp.subnav{\n entryLevel = 1\n #
wrap = <ul>|</ul>\n 1 = TMENU\n 1{\n wrap = <div id=\"subnav\"><ul>|</ul></
div>\n noBlur = 1\n NO.wrapItemAndSub = <li>|</li>\n ACT = 1\n ACT.w
rapItemAndSub = <li class=\"curr\">|</li>\n }\n}\n\n# Main TEMPLATE cObject for
the BODY\ntemp.mainTemplate = TEMPLATE\ntemp.mainTemplate {\n # Feeding the
content from the Auto-parser to the TEMPLATE cObject:\n template =< plugin.tx_a
utomaketemplate_pi1\n # Select only the content between the <body>-tags\n wo
rkOnSubpart = DOCUMENT_BODY\n \n # Logo\n subparts.logo < temp.logo\n \n #
TopNav\n subparts.topNav < temp.topnav\n\n #mainnav\n subparts.mainnav < temp
.mainnav\n \n #subnav\n #subparts.subnav < temp.subnav\n subparts.left < tem
p.subnav\n \n #subparts.content < styles.content.get\n\n\n #subparts.top < st
yles.content.getBorder\n\n #subparts.top.slide = -1\n\n \n # Dynamischer Ba
nner mit Marker \'TESTSTYLE\':\nsubparts.TESTSTYLE = TEXT\nsubparts.TESTSTYLE.va
lue = fileadmin/btg/images/background.png\nsubparts.TESTSTYLE.override {\n\n da
ta = levelmedia: -1, slide\n wrap = uploads/media/|\n listNum = 0\n}\n}\n\n\n#
Main TEMPLATE cObject for the HEAD\ntemp.headTemplate = TEMPLATE\ntemp.headTemp
late {\n # Feeding the content from the Auto-parser to the TEMPLATE cObject:\
n template =< plugin.tx_automaketemplate_pi1\n # Select only the content bet
ween the <head>-tags\n workOnSubpart = DOCUMENT_HEADER\n}\n\n\n\n\n# Default PA
GE object:\npage = PAGE\npage.typeNum = 0\n\n# Copying the content from TEMPLATE
for <body>-section:\npage.10 < temp.mainTemplate\n\n# Copying the content from
TEMPLATE for <head>-section:\npage.headerData.10 < temp.headTemplate\n\npage.co
nfig.disablePrefixComment = 1\n\";}}','config',1,'sys_template',1282295530,NULL,
0),(27,57,'a:2:{s:9:\"oldRecord\";a:1:{s:6:\"config\";s:5070:\"# Keywords, Descr
iption\npage.meta.DESCRIPTION = \npage.meta.DESCRIPTION.override.field = DESCRIP
TION\n\npage.meta.KEYWORDS = \npage.meta.KEYWORDS.override.field = KEYWORDS\n\n\
n\n[browser = msie]\nconfig.xmlprologue = none\n[global]\n\nincludeLibs.pagetitl
e = typo3conf/ext/mf_pagetitle/pagetitle.php\nplugin.mf_pagetitle.title = {page:
title} : ZTS Wire\nconfig.titleTagFunction = user_pagetitle_class->changetitle\n
\nconfig.simulateStaticDocuments = 1\nconfig.simulateStaticDocuments_addTitle =
70\nconfig.simulateStaticDocuments_pEnc = base64\n\n\nconfig.extTarget = _self\n
config.intTarget = _self\n#config.removeDefaultJS = external\nconfig.inlineStyle
2TempFile = 1\nconfig.language = de\n\n# richtigen Doctype setzen\nconfig.doctyp
e = xhtml_trans\n\n\n#RTE Tuning\nlib.parseFunc_RTE.nonTypoTagStdWrap.encapsLine
s.addAttributes.P.class >\nlib.parseFunc_RTE.nonTypoTagStdWrap.encapsLines.remap
Tag >\nlib.parseFunc_RTE.nonTypoTagStdWrap.encapsLines.addAttributes.DIV.class >
\n#Angabe von Tags, die nicht mit einem zustzlichen wrap umgeben werden\ndrfen\nlib.
parseFunc_RTE.nonTypoTagStdWrap.encapsLines.encapsTagList = cite,div, p, pre, h1
, h2, h3, h4, h5, h6\n\n#Entfernt die zustzlichen CSS-Klassen\nlib.stdheader.3 = L
OAD_REGISTER\nlib.stdheader.3.headerClass =\nlib.stdheader.3.headerClass.noTrimW
rap = |\nlib.stdheader.stdWrap.dataWrap = |\n\n#Standard-Headings aufrumen\nlib.st
dheader.stdWrap.dataWrap =\nlib.stdheader.10.1.fontTag = <h1>|</h1>\nlib.stdhead
er.10.2.fontTag = <h2>|</h2>\nlib.stdheader.10.3.fontTag = <h3>|</h3>\nlib.stdhe
ader.10.4.fontTag = <h4>|</h4>\nlib.stdheader.10.5.fontTag = <h5>|</h5>\n\n#Cont
ent Elemente aufrumen und Kommentare entfernen\ntt_content.stdWrap.dataWrap >\ntt_
content.stdWrap.prefixComment >\ntt_content.header.20.dataWrap >\ntt_content.hea
der.20.prefixComment >\ntt_content.default.prefixComment >\ntt_content.text.stdW
rap.prefixComment >\ntt_content.text.20.prefixComment >\ntt_content.textpic.20.s
tdWrap.prefixComment >\ntt_content.table.20.stdWrap.prefixComment >\ntt_content.
mailform.20.stdWrap.wrap >\ntt_content.menu.20.stdWrap.prefixComment >\ntt_conte
nt.image.20.stdWrap.prefixComment >\ntt_content.list.20.stdWrap.prefixComment >\
n\n\n\n# Configuring the Auto-Parser for main template:\nplugin.tx_automaketempl
ate_pi1 {\n # Read the template file:\n content = FILE\n content.file = fil
eadmin/templateZTSWire/template.html\n\n # Here we define which elements in t
he HTML that\n # should be wrapped in subpart-comments:\n elements {\n BO
DY.all = 1\n BODY.all.subpartMarker = DOCUMENT_BODY\n\n HEAD.all = 1\n
HEAD.all.subpartMarker = DOCUMENT_HEADER\n HEAD.rmTagSections = title\n\n
TD.all = 1\n DIV.all = 1\n }\n\n # Prefix all relative paths with this va
lue:\n relPathPrefix = fileadmin/templateZTSWire/\n}\n\n# Logo\ntemp.logo = COA
\ntemp.logo{\n 10 = TEXT\n 10{\n wrap = <h1>|</h1>\n typolink.parameter
= 1\n value = ZTS Wire\n noBlur = 1\n }\n}\n\n# Topnav\ntemp.topnav = HME
NU\ntemp.topnav{\n special = directory\n special.value = 6\n wrap = <ul>|<ul>
\n 1 = TMENU\n 1{\n NO.wrapItemAndSub = <li>|</li> |*|<li>|</li>|*|<li clas
s=\"last\">|</li>\n ACT = 1\n ACT.wrapItemAndSub = <li class=\"curr\">|</l
i>|*|<li class=\"curr\">|</li>|*|<li class=\"curr last\">|</li>\n }\n}\n\n# Mai
nnav\ntemp.mainnav = HMENU\ntemp.mainnav{\n wrap = <ul>|</ul>\n 1 = TMENU\n 1
{\n noBlur = 1\n NO.wrapItemAndSub = <li>|</li>\n ACT = 1\n ACT.wrap
ItemAndSub = <li class=\"curr\">|</li>\n }\n}\n\n# Subnav\ntemp.subnav = HMENU\
ntemp.subnav{\n entryLevel = 1\n #wrap = <ul>|</ul>\n 1 = TMENU\n 1{\n wr
ap = <div id=\"subnav\"><ul>|</ul></div>\n noBlur = 1\n NO.wrapItemAndSub
= <li>|</li>\n ACT = 1\n ACT.wrapItemAndSub = <li class=\"curr\">|</li>\n
}\n}\n\n# Main TEMPLATE cObject for the BODY\ntemp.mainTemplate = TEMPLATE\ntem
p.mainTemplate {\n # Feeding the content from the Auto-parser to the TEMPLATE
cObject:\n template =< plugin.tx_automaketemplate_pi1\n # Select only the c
ontent between the <body>-tags\n workOnSubpart = DOCUMENT_BODY\n \n # Logo\n
subparts.logo < temp.logo\n \n # TopNav\n subparts.topNav < temp.topnav\n\n
#mainnav\n subparts.mainnav < temp.mainnav\n \n #subnav\n #subparts.subnav
< temp.subnav\n subparts.left < temp.subnav\n \n #subparts.content < styles.c
ontent.get\n\n\n #subparts.top < styles.content.getBorder\n\n #subparts.top.sl
ide = -1\n\n \n # Dynamischer Banner mit Marker \'TESTSTYLE\':\nsubparts.TES
TSTYLE = TEXT\nsubparts.TESTSTYLE.value = fileadmin/btg/images/background.png\ns
ubparts.TESTSTYLE.override {\n\n data = levelmedia: -1, slide\n wrap = uploads
/media/|\n listNum = 0\n}\n}\n\n\n# Main TEMPLATE cObject for the HEAD\ntemp.he
adTemplate = TEMPLATE\ntemp.headTemplate {\n # Feeding the content from the A
uto-parser to the TEMPLATE cObject:\n template =< plugin.tx_automaketemplate_pi
1\n # Select only the content between the <head>-tags\n workOnSubpart = DOCU
MENT_HEADER\n}\n\n\n\n\n# Default PAGE object:\npage = PAGE\npage.typeNum = 0\n\
n# Copying the content from TEMPLATE for <body>-section:\npage.10 < temp.mainTem
plate\n\n# Copying the content from TEMPLATE for <head>-section:\npage.headerDat
a.10 < temp.headTemplate\n\npage.config.disablePrefixComment = 1\n\";}s:9:\"new
Record\";a:1:{s:6:\"config\";s:5049:\"# Keywords, Description\npage.meta.DESCRIP
TION = \npage.meta.DESCRIPTION.override.field = DESCRIPTION\n\npage.meta.KEYWORD
S = \npage.meta.KEYWORDS.override.field = KEYWORDS\n\n\n\n[browser = msie]\nconf
ig.xmlprologue = none\n[global]\n\nincludeLibs.pagetitle = typo3conf/ext/mf_page
title/pagetitle.php\nplugin.mf_pagetitle.title = {page:title} : ZTS Wire\nconfig
.titleTagFunction = user_pagetitle_class->changetitle\n\nconfig.simulateStaticDo
cuments = 1\nconfig.simulateStaticDocuments_addTitle = 70\nconfig.simulateStatic
Documents_pEnc = base64\n\n\nconfig.extTarget = _self\nconfig.intTarget = _self\
n#config.removeDefaultJS = external\nconfig.inlineStyle2TempFile = 1\nconfig.lan
guage = de\n\n# richtigen Doctype setzen\nconfig.doctype = xhtml_trans\n\n\n#RTE
Tuning\nlib.parseFunc_RTE.nonTypoTagStdWrap.encapsLines.addAttributes.P.class >
\nlib.parseFunc_RTE.nonTypoTagStdWrap.encapsLines.remapTag >\nlib.parseFunc_RTE.
nonTypoTagStdWrap.encapsLines.addAttributes.DIV.class >\n#Angabe von Tags, die n
icht mit einem zustzlichen wrap umgeben werden\ndrfen\nlib.parseFunc_RTE.nonTypoTagS
tdWrap.encapsLines.encapsTagList = cite,div, p, pre, h1, h2, h3, h4, h5, h6\n\n#
Entfernt die zustzlichen CSS-Klassen\nlib.stdheader.3 = LOAD_REGISTER\nlib.stdhead
er.3.headerClass =\nlib.stdheader.3.headerClass.noTrimWrap = |\nlib.stdheader.st
dWrap.dataWrap = |\n\n#Standard-Headings aufrumen\nlib.stdheader.stdWrap.dataWrap
=\nlib.stdheader.10.1.fontTag = <h1>|</h1>\nlib.stdheader.10.2.fontTag = <h2>|</
h2>\nlib.stdheader.10.3.fontTag = <h3>|</h3>\nlib.stdheader.10.4.fontTag = <h4>|
</h4>\nlib.stdheader.10.5.fontTag = <h5>|</h5>\n\n#Content Elemente aufrumen und K
ommentare entfernen\ntt_content.stdWrap.dataWrap >\ntt_content.stdWrap.prefixCom
ment >\ntt_content.header.20.dataWrap >\ntt_content.header.20.prefixComment >\nt
t_content.default.prefixComment >\ntt_content.text.stdWrap.prefixComment >\ntt_c
ontent.text.20.prefixComment >\ntt_content.textpic.20.stdWrap.prefixComment >\nt
t_content.table.20.stdWrap.prefixComment >\ntt_content.mailform.20.stdWrap.wrap
>\ntt_content.menu.20.stdWrap.prefixComment >\ntt_content.image.20.stdWrap.prefi
xComment >\ntt_content.list.20.stdWrap.prefixComment >\n\n\n\n# Configuring the
Auto-Parser for main template:\nplugin.tx_automaketemplate_pi1 {\n # Read the
template file:\n content = FILE\n content.file = fileadmin/templateZTSWire/te
mplate.html\n\n # Here we define which elements in the HTML that\n # shoul
d be wrapped in subpart-comments:\n elements {\n BODY.all = 1\n BODY.all.
subpartMarker = DOCUMENT_BODY\n\n HEAD.all = 1\n HEAD.all.subpartMarker =
DOCUMENT_HEADER\n HEAD.rmTagSections = title\n\n TD.all = 1\n DIV.all =
1\n }\n\n # Prefix all relative paths with this value:\n relPathPrefix = f
ileadmin/templateZTSWire/\n}\n\n# Logo\ntemp.logo = COA\ntemp.logo{\n 10 = TEXT
\n 10{\n wrap = <h1>|</h1>\n typolink.parameter = 1\n value = ZTS Wire
\n noBlur = 1\n }\n}\n\n# Topnav\ntemp.topnav = HMENU\ntemp.topnav{\n speci
al = directory\n special.value = 6\n wrap = <ul>|<ul>\n 1 = TMENU\n 1{\n
NO.wrapItemAndSub = <li>|</li> |*|<li>|</li>|*|<li class=\"last\">|</li>\n AC
T = 1\n ACT.wrapItemAndSub = <li class=\"curr\">|</li>|*|<li class=\"curr\">|
</li>|*|<li class=\"curr last\">|</li>\n }\n}\n\n# Mainnav\ntemp.mainnav = HMEN
U\ntemp.mainnav{\n wrap = <ul>|</ul>\n 1 = TMENU\n 1{\n noBlur = 1\n NO
.wrapItemAndSub = <li>|</li>\n ACT = 1\n ACT.wrapItemAndSub = <li class=\"
curr\">|</li>\n }\n}\n\n# Subnav\ntemp.subnav = HMENU\ntemp.subnav{\n entryLev
el = 1\n 1 = TMENU\n 1{\n wrap = <div id=\"subnav\"><ul>|</ul></div>\n n
oBlur = 1\n NO.wrapItemAndSub = <li>|</li>\n ACT = 1\n ACT.wrapItemAndS
ub = <li class=\"curr\">|</li>\n }\n}\n\n# Main TEMPLATE cObject for the BODY\n
temp.mainTemplate = TEMPLATE\ntemp.mainTemplate {\n # Feeding the content fro
m the Auto-parser to the TEMPLATE cObject:\n template =< plugin.tx_automaketemp
late_pi1\n # Select only the content between the <body>-tags\n workOnSubpart
= DOCUMENT_BODY\n \n # Logo\n subparts.logo < temp.logo\n \n # TopNav\n s
ubparts.topNav < temp.topnav\n\n #mainnav\n subparts.mainnav < temp.mainnav\n
\n #subnav\n #subparts.subnav < temp.subnav\n subparts.left < temp.subnav\n
\n #subparts.content < styles.content.get\n\n\n #subparts.top < styles.conten
t.getBorder\n\n #subparts.top.slide = -1\n\n \n # Dynamischer Banner mit Ma
rker \'TESTSTYLE\':\nsubparts.TESTSTYLE = TEXT\nsubparts.TESTSTYLE.value = filea
dmin/btg/images/background.png\nsubparts.TESTSTYLE.override {\n\n data = levelm
edia: -1, slide\n wrap = uploads/media/|\n listNum = 0\n}\n}\n\n\n# Main TEMPL
ATE cObject for the HEAD\ntemp.headTemplate = TEMPLATE\ntemp.headTemplate {\n
# Feeding the content from the Auto-parser to the TEMPLATE cObject:\n template
=< plugin.tx_automaketemplate_pi1\n # Select only the content between the <h
ead>-tags\n workOnSubpart = DOCUMENT_HEADER\n}\n\n\n\n\n# Default PAGE object:\
npage = PAGE\npage.typeNum = 0\n\n# Copying the content from TEMPLATE for <body>
-section:\npage.10 < temp.mainTemplate\n\n# Copying the content from TEMPLATE fo
r <head>-section:\npage.headerData.10 < temp.headTemplate\n\npage.config.disabl
ePrefixComment = 1\n\";}}','config',1,'sys_template',1282296852,NULL,0),(28,58,'
a:2:{s:9:\"oldRecord\";a:1:{s:6:\"config\";s:5049:\"# Keywords, Description\npag
e.meta.DESCRIPTION = \npage.meta.DESCRIPTION.override.field = DESCRIPTION\n\npag
e.meta.KEYWORDS = \npage.meta.KEYWORDS.override.field = KEYWORDS\n\n\n\n[browser
= msie]\nconfig.xmlprologue = none\n[global]\n\nincludeLibs.pagetitle = typo3co
nf/ext/mf_pagetitle/pagetitle.php\nplugin.mf_pagetitle.title = {page:title} : ZT
S Wire\nconfig.titleTagFunction = user_pagetitle_class->changetitle\n\nconfig.si
mulateStaticDocuments = 1\nconfig.simulateStaticDocuments_addTitle = 70\nconfig.
simulateStaticDocuments_pEnc = base64\n\n\nconfig.extTarget = _self\nconfig.intT
arget = _self\n#config.removeDefaultJS = external\nconfig.inlineStyle2TempFile =
1\nconfig.language = de\n\n# richtigen Doctype setzen\nconfig.doctype = xhtml_t
rans\n\n\n#RTE Tuning\nlib.parseFunc_RTE.nonTypoTagStdWrap.encapsLines.addAttrib
utes.P.class >\nlib.parseFunc_RTE.nonTypoTagStdWrap.encapsLines.remapTag >\nlib.
parseFunc_RTE.nonTypoTagStdWrap.encapsLines.addAttributes.DIV.class >\n#Angabe v
on Tags, die nicht mit einem zustzlichen wrap umgeben werden\ndrfen\nlib.parseFunc_R
TE.nonTypoTagStdWrap.encapsLines.encapsTagList = cite,div, p, pre, h1, h2, h3, h
4, h5, h6\n\n#Entfernt die zustzlichen CSS-Klassen\nlib.stdheader.3 = LOAD_REGISTE
R\nlib.stdheader.3.headerClass =\nlib.stdheader.3.headerClass.noTrimWrap = |\nli
b.stdheader.stdWrap.dataWrap = |\n\n#Standard-Headings aufrumen\nlib.stdheader.std
Wrap.dataWrap =\nlib.stdheader.10.1.fontTag = <h1>|</h1>\nlib.stdheader.10.2.fon
tTag = <h2>|</h2>\nlib.stdheader.10.3.fontTag = <h3>|</h3>\nlib.stdheader.10.4.f
ontTag = <h4>|</h4>\nlib.stdheader.10.5.fontTag = <h5>|</h5>\n\n#Content Element
e aufrumen und Kommentare entfernen\ntt_content.stdWrap.dataWrap >\ntt_content.std
Wrap.prefixComment >\ntt_content.header.20.dataWrap >\ntt_content.header.20.pref
ixComment >\ntt_content.default.prefixComment >\ntt_content.text.stdWrap.prefixC
omment >\ntt_content.text.20.prefixComment >\ntt_content.textpic.20.stdWrap.pref
ixComment >\ntt_content.table.20.stdWrap.prefixComment >\ntt_content.mailform.20
.stdWrap.wrap >\ntt_content.menu.20.stdWrap.prefixComment >\ntt_content.image.20
.stdWrap.prefixComment >\ntt_content.list.20.stdWrap.prefixComment >\n\n\n\n# Co
nfiguring the Auto-Parser for main template:\nplugin.tx_automaketemplate_pi1 {\n
# Read the template file:\n content = FILE\n content.file = fileadmin/temp
lateZTSWire/template.html\n\n # Here we define which elements in the HTML tha
t\n # should be wrapped in subpart-comments:\n elements {\n BODY.all = 1\
n BODY.all.subpartMarker = DOCUMENT_BODY\n\n HEAD.all = 1\n HEAD.all.su
bpartMarker = DOCUMENT_HEADER\n HEAD.rmTagSections = title\n\n TD.all = 1\
n DIV.all = 1\n }\n\n # Prefix all relative paths with this value:\n rel
PathPrefix = fileadmin/templateZTSWire/\n}\n\n# Logo\ntemp.logo = COA\ntemp.logo
{\n 10 = TEXT\n 10{\n wrap = <h1>|</h1>\n typolink.parameter = 1\n va
lue = ZTS Wire\n noBlur = 1\n }\n}\n\n# Topnav\ntemp.topnav = HMENU\ntemp.to
pnav{\n special = directory\n special.value = 6\n wrap = <ul>|<ul>\n 1 = TME
NU\n 1{\n NO.wrapItemAndSub = <li>|</li> |*|<li>|</li>|*|<li class=\"last\">
|</li>\n ACT = 1\n ACT.wrapItemAndSub = <li class=\"curr\">|</li>|*|<li cl
ass=\"curr\">|</li>|*|<li class=\"curr last\">|</li>\n }\n}\n\n# Mainnav\ntemp.
mainnav = HMENU\ntemp.mainnav{\n wrap = <ul>|</ul>\n 1 = TMENU\n 1{\n noBl
ur = 1\n NO.wrapItemAndSub = <li>|</li>\n ACT = 1\n ACT.wrapItemAndSub
= <li class=\"curr\">|</li>\n }\n}\n\n# Subnav\ntemp.subnav = HMENU\ntemp.subna
v{\n entryLevel = 1\n 1 = TMENU\n 1{\n wrap = <div id=\"subnav\"><ul>|</ul
></div>\n noBlur = 1\n NO.wrapItemAndSub = <li>|</li>\n ACT = 1\n AC
T.wrapItemAndSub = <li class=\"curr\">|</li>\n }\n}\n\n# Main TEMPLATE cObject
for the BODY\ntemp.mainTemplate = TEMPLATE\ntemp.mainTemplate {\n # Feeding t
he content from the Auto-parser to the TEMPLATE cObject:\n template =< plugin.t
x_automaketemplate_pi1\n # Select only the content between the <body>-tags\n
workOnSubpart = DOCUMENT_BODY\n \n # Logo\n subparts.logo < temp.logo\n \n
# TopNav\n subparts.topNav < temp.topnav\n\n #mainnav\n subparts.mainnav < t
emp.mainnav\n \n #subnav\n #subparts.subnav < temp.subnav\n subparts.left <
temp.subnav\n \n #subparts.content < styles.content.get\n\n\n #subparts.top <
styles.content.getBorder\n\n #subparts.top.slide = -1\n\n \n # Dynamischer
Banner mit Marker \'TESTSTYLE\':\nsubparts.TESTSTYLE = TEXT\nsubparts.TESTSTYLE
.value = fileadmin/btg/images/background.png\nsubparts.TESTSTYLE.override {\n\n
data = levelmedia: -1, slide\n wrap = uploads/media/|\n listNum = 0\n}\n}\n\n
\n# Main TEMPLATE cObject for the HEAD\ntemp.headTemplate = TEMPLATE\ntemp.headT
emplate {\n # Feeding the content from the Auto-parser to the TEMPLATE cObjec
t:\n template =< plugin.tx_automaketemplate_pi1\n # Select only the content
between the <head>-tags\n workOnSubpart = DOCUMENT_HEADER\n}\n\n\n\n\n# Default
PAGE object:\npage = PAGE\npage.typeNum = 0\n\n# Copying the content from TEMPL
ATE for <body>-section:\npage.10 < temp.mainTemplate\n\n# Copying the content fr
om TEMPLATE for <head>-section:\npage.headerData.10 < temp.headTemplate\n\npage
.config.disablePrefixComment = 1\n\";}s:9:\"newRecord\";a:1:{s:6:\"config\";s:50
26:\"# Keywords, Description\npage.meta.DESCRIPTION = \npage.meta.DESCRIPTION.ov
erride.field = DESCRIPTION\n\npage.meta.KEYWORDS = \npage.meta.KEYWORDS.override
.field = KEYWORDS\n\n\n\n[browser = msie]\nconfig.xmlprologue = none\n[global]\n
\nincludeLibs.pagetitle = typo3conf/ext/mf_pagetitle/pagetitle.php\nplugin.mf_pa
getitle.title = {page:title} : ZTS Wire\nconfig.titleTagFunction = user_pagetitl
e_class->changetitle\n\nconfig.simulateStaticDocuments = 1\nconfig.simulateStati
cDocuments_addTitle = 70\nconfig.simulateStaticDocuments_pEnc = base64\n\n\nconf
ig.extTarget = _self\nconfig.intTarget = _self\n#config.removeDefaultJS = extern
al\nconfig.inlineStyle2TempFile = 1\nconfig.language = de\n\n# richtigen Doctype
setzen\nconfig.doctype = xhtml_trans\n\n\n#RTE Tuning\nlib.parseFunc_RTE.nonTyp
oTagStdWrap.encapsLines.addAttributes.P.class >\nlib.parseFunc_RTE.nonTypoTagStd
Wrap.encapsLines.remapTag >\nlib.parseFunc_RTE.nonTypoTagStdWrap.encapsLines.add
Attributes.DIV.class >\n#Angabe von Tags, die nicht mit einem zustzlichen wrap umg
eben werden\ndrfen\nlib.parseFunc_RTE.nonTypoTagStdWrap.encapsLines.encapsTagList
= cite,div, p, pre, h1, h2, h3, h4, h5, h6\n\n#Entfernt die zustzlichen CSS-Klasse
n\nlib.stdheader.3 = LOAD_REGISTER\nlib.stdheader.3.headerClass =\nlib.stdheader
.3.headerClass.noTrimWrap = |\nlib.stdheader.stdWrap.dataWrap = |\n\n#Standard-H
eadings aufrumen\nlib.stdheader.stdWrap.dataWrap =\nlib.stdheader.10.1.fontTag = <
h1>|</h1>\nlib.stdheader.10.2.fontTag = <h2>|</h2>\nlib.stdheader.10.3.fontTag =
<h3>|</h3>\nlib.stdheader.10.4.fontTag = <h4>|</h4>\nlib.stdheader.10.5.fontTag
= <h5>|</h5>\n\n#Content Elemente aufrumen und Kommentare entfernen\ntt_content.s
tdWrap.dataWrap >\ntt_content.stdWrap.prefixComment >\ntt_content.header.20.data
Wrap >\ntt_content.header.20.prefixComment >\ntt_content.default.prefixComment >
\ntt_content.text.stdWrap.prefixComment >\ntt_content.text.20.prefixComment >\nt
t_content.textpic.20.stdWrap.prefixComment >\ntt_content.table.20.stdWrap.prefix
Comment >\ntt_content.mailform.20.stdWrap.wrap >\ntt_content.menu.20.stdWrap.pre
fixComment >\ntt_content.image.20.stdWrap.prefixComment >\ntt_content.list.20.st
dWrap.prefixComment >\n\n\n\n# Configuring the Auto-Parser for main template:\np
lugin.tx_automaketemplate_pi1 {\n # Read the template file:\n content = FILE
\n content.file = fileadmin/templateZTSWire/template.html\n\n # Here we defi
ne which elements in the HTML that\n # should be wrapped in subpart-comments:
\n elements {\n BODY.all = 1\n BODY.all.subpartMarker = DOCUMENT_BODY\n\n
HEAD.all = 1\n HEAD.all.subpartMarker = DOCUMENT_HEADER\n HEAD.rmTagSe
ctions = title\n\n TD.all = 1\n DIV.all = 1\n }\n\n # Prefix all relat
ive paths with this value:\n relPathPrefix = fileadmin/templateZTSWire/\n}\n\n#
Logo\ntemp.logo = COA\ntemp.logo{\n 10 = TEXT\n 10{\n wrap = <h1>|</h1>\n
typolink.parameter = 1\n value = ZTS Wire\n noBlur = 1\n }\n}\n\n# Top
nav\ntemp.topnav = HMENU\ntemp.topnav{\n special = directory\n special.value =
6\n wrap = <ul>|<ul>\n 1 = TMENU\n 1{\n NO.wrapItemAndSub = <li>|</li> |*
|<li>|</li>|*|<li class=\"last\">|</li>\n ACT = 1\n ACT.wrapItemAndSub = <
li class=\"curr\">|</li>|*|<li class=\"curr\">|</li>|*|<li class=\"curr last\">|
</li>\n }\n}\n\n# Mainnav\ntemp.mainnav = HMENU\ntemp.mainnav{\n wrap = <ul>|<
/ul>\n 1 = TMENU\n 1{\n noBlur = 1\n NO.wrapItemAndSub = <li>|</li>\n
ACT = 1\n ACT.wrapItemAndSub = <li class=\"curr\">|</li>\n }\n}\n\n# Subnav
\ntemp.subnav = HMENU\ntemp.subnav{\n entryLevel = 1\n 1 = TMENU\n 1{\n wr
ap = <div id=\"subnav\"><ul>|</ul></div>\n noBlur = 1\n NO.wrapItemAndSub
= <li>|</li>\n ACT = 1\n ACT.wrapItemAndSub = <li class=\"curr\">|</li>\n
}\n}\n\n# Main TEMPLATE cObject for the BODY\ntemp.mainTemplate = TEMPLATE\ntem
p.mainTemplate {\n # Feeding the content from the Auto-parser to the TEMPLATE
cObject:\n template =< plugin.tx_automaketemplate_pi1\n # Select only the c
ontent between the <body>-tags\n workOnSubpart = DOCUMENT_BODY\n \n # Logo\n
subparts.logo < temp.logo\n \n # TopNav\n subparts.topNav < temp.topnav\n\n
#mainnav\n subparts.mainnav < temp.mainnav\n \n #subnav\n subparts.left < t
emp.subnav\n \n #Content\n subparts.content < styles.content.get\n\n\n #subp
arts.top < styles.content.getBorder\n\n #subparts.top.slide = -1\n\n \n # D
ynamischer Banner mit Marker \'TESTSTYLE\':\nsubparts.TESTSTYLE = TEXT\nsubparts
.TESTSTYLE.value = fileadmin/btg/images/background.png\nsubparts.TESTSTYLE.overr
ide {\n\n data = levelmedia: -1, slide\n wrap = uploads/media/|\n listNum = 0
\n}\n}\n\n\n# Main TEMPLATE cObject for the HEAD\ntemp.headTemplate = TEMPLATE\n
temp.headTemplate {\n # Feeding the content from the Auto-parser to the TEMPL
ATE cObject:\n template =< plugin.tx_automaketemplate_pi1\n # Select only th
e content between the <head>-tags\n workOnSubpart = DOCUMENT_HEADER\n}\n\n\n\n\
n# Default PAGE object:\npage = PAGE\npage.typeNum = 0\n\n# Copying the content
from TEMPLATE for <body>-section:\npage.10 < temp.mainTemplate\n\n# Copying the
content from TEMPLATE for <head>-section:\npage.headerData.10 < temp.headTempla
te\n\npage.config.disablePrefixComment = 1\n\";}}','config',1,'sys_template',128
2296923,NULL,0),(29,59,'a:2:{s:9:\"oldRecord\";a:1:{s:6:\"config\";s:5026:\"# Ke
ywords, Description\npage.meta.DESCRIPTION = \npage.meta.DESCRIPTION.override.fi
eld = DESCRIPTION\n\npage.meta.KEYWORDS = \npage.meta.KEYWORDS.override.field =
KEYWORDS\n\n\n\n[browser = msie]\nconfig.xmlprologue = none\n[global]\n\ninclude
Libs.pagetitle = typo3conf/ext/mf_pagetitle/pagetitle.php\nplugin.mf_pagetitle.t
itle = {page:title} : ZTS Wire\nconfig.titleTagFunction = user_pagetitle_class->
changetitle\n\nconfig.simulateStaticDocuments = 1\nconfig.simulateStaticDocument
s_addTitle = 70\nconfig.simulateStaticDocuments_pEnc = base64\n\n\nconfig.extTar
get = _self\nconfig.intTarget = _self\n#config.removeDefaultJS = external\nconfi
g.inlineStyle2TempFile = 1\nconfig.language = de\n\n# richtigen Doctype setzen\n
config.doctype = xhtml_trans\n\n\n#RTE Tuning\nlib.parseFunc_RTE.nonTypoTagStdWr
ap.encapsLines.addAttributes.P.class >\nlib.parseFunc_RTE.nonTypoTagStdWrap.enca
psLines.remapTag >\nlib.parseFunc_RTE.nonTypoTagStdWrap.encapsLines.addAttribute
s.DIV.class >\n#Angabe von Tags, die nicht mit einem zustzlichen wrap umgeben werd
en\ndrfen\nlib.parseFunc_RTE.nonTypoTagStdWrap.encapsLines.encapsTagList = cite,di
v, p, pre, h1, h2, h3, h4, h5, h6\n\n#Entfernt die zustzlichen CSS-Klassen\nlib.st
dheader.3 = LOAD_REGISTER\nlib.stdheader.3.headerClass =\nlib.stdheader.3.header
Class.noTrimWrap = |\nlib.stdheader.stdWrap.dataWrap = |\n\n#Standard-Headings a
ufrumen\nlib.stdheader.stdWrap.dataWrap =\nlib.stdheader.10.1.fontTag = <h1>|</h1>
\nlib.stdheader.10.2.fontTag = <h2>|</h2>\nlib.stdheader.10.3.fontTag = <h3>|</h
3>\nlib.stdheader.10.4.fontTag = <h4>|</h4>\nlib.stdheader.10.5.fontTag = <h5>|<
/h5>\n\n#Content Elemente aufrumen und Kommentare entfernen\ntt_content.stdWrap.da
taWrap >\ntt_content.stdWrap.prefixComment >\ntt_content.header.20.dataWrap >\nt
t_content.header.20.prefixComment >\ntt_content.default.prefixComment >\ntt_cont
ent.text.stdWrap.prefixComment >\ntt_content.text.20.prefixComment >\ntt_content
.textpic.20.stdWrap.prefixComment >\ntt_content.table.20.stdWrap.prefixComment >
\ntt_content.mailform.20.stdWrap.wrap >\ntt_content.menu.20.stdWrap.prefixCommen
t >\ntt_content.image.20.stdWrap.prefixComment >\ntt_content.list.20.stdWrap.pre
fixComment >\n\n\n\n# Configuring the Auto-Parser for main template:\nplugin.tx_
automaketemplate_pi1 {\n # Read the template file:\n content = FILE\n conte
nt.file = fileadmin/templateZTSWire/template.html\n\n # Here we define which
elements in the HTML that\n # should be wrapped in subpart-comments:\n eleme
nts {\n BODY.all = 1\n BODY.all.subpartMarker = DOCUMENT_BODY\n\n HEAD.
all = 1\n HEAD.all.subpartMarker = DOCUMENT_HEADER\n HEAD.rmTagSections =
title\n\n TD.all = 1\n DIV.all = 1\n }\n\n # Prefix all relative paths
with this value:\n relPathPrefix = fileadmin/templateZTSWire/\n}\n\n# Logo\nte
mp.logo = COA\ntemp.logo{\n 10 = TEXT\n 10{\n wrap = <h1>|</h1>\n typoli
nk.parameter = 1\n value = ZTS Wire\n noBlur = 1\n }\n}\n\n# Topnav\ntemp
.topnav = HMENU\ntemp.topnav{\n special = directory\n special.value = 6\n wra
p = <ul>|<ul>\n 1 = TMENU\n 1{\n NO.wrapItemAndSub = <li>|</li> |*|<li>|</l
i>|*|<li class=\"last\">|</li>\n ACT = 1\n ACT.wrapItemAndSub = <li class=
\"curr\">|</li>|*|<li class=\"curr\">|</li>|*|<li class=\"curr last\">|</li>\n
}\n}\n\n# Mainnav\ntemp.mainnav = HMENU\ntemp.mainnav{\n wrap = <ul>|</ul>\n 1
= TMENU\n 1{\n noBlur = 1\n NO.wrapItemAndSub = <li>|</li>\n ACT = 1\
n ACT.wrapItemAndSub = <li class=\"curr\">|</li>\n }\n}\n\n# Subnav\ntemp.su
bnav = HMENU\ntemp.subnav{\n entryLevel = 1\n 1 = TMENU\n 1{\n wrap = <div
id=\"subnav\"><ul>|</ul></div>\n noBlur = 1\n NO.wrapItemAndSub = <li>|</
li>\n ACT = 1\n ACT.wrapItemAndSub = <li class=\"curr\">|</li>\n }\n}\n\n
# Main TEMPLATE cObject for the BODY\ntemp.mainTemplate = TEMPLATE\ntemp.mainTem
plate {\n # Feeding the content from the Auto-parser to the TEMPLATE cObject:
\n template =< plugin.tx_automaketemplate_pi1\n # Select only the content be
tween the <body>-tags\n workOnSubpart = DOCUMENT_BODY\n \n # Logo\n subparts
.logo < temp.logo\n \n # TopNav\n subparts.topNav < temp.topnav\n\n #mainnav
\n subparts.mainnav < temp.mainnav\n \n #subnav\n subparts.left < temp.subna
v\n \n #Content\n subparts.content < styles.content.get\n\n\n #subparts.top
< styles.content.getBorder\n\n #subparts.top.slide = -1\n\n \n # Dynamische
r Banner mit Marker \'TESTSTYLE\':\nsubparts.TESTSTYLE = TEXT\nsubparts.TESTSTYL
E.value = fileadmin/btg/images/background.png\nsubparts.TESTSTYLE.override {\n\n
data = levelmedia: -1, slide\n wrap = uploads/media/|\n listNum = 0\n}\n}\n\
n\n# Main TEMPLATE cObject for the HEAD\ntemp.headTemplate = TEMPLATE\ntemp.head
Template {\n # Feeding the content from the Auto-parser to the TEMPLATE cObje
ct:\n template =< plugin.tx_automaketemplate_pi1\n # Select only the content
between the <head>-tags\n workOnSubpart = DOCUMENT_HEADER\n}\n\n\n\n\n# Defaul
t PAGE object:\npage = PAGE\npage.typeNum = 0\n\n# Copying the content from TEMP
LATE for <body>-section:\npage.10 < temp.mainTemplate\n\n# Copying the content f
rom TEMPLATE for <head>-section:\npage.headerData.10 < temp.headTemplate\n\npag
e.config.disablePrefixComment = 1\n\";}s:9:\"newRecord\";a:1:{s:6:\"config\";s:5
081:\"# Keywords, Description\npage.meta.DESCRIPTION = \npage.meta.DESCRIPTION.o
verride.field = DESCRIPTION\n\npage.meta.KEYWORDS = \npage.meta.KEYWORDS.overrid
e.field = KEYWORDS\n\n\n\n[browser = msie]\nconfig.xmlprologue = none\n[global]\
n\nincludeLibs.pagetitle = typo3conf/ext/mf_pagetitle/pagetitle.php\nplugin.mf_p
agetitle.title = {page:title} : ZTS Wire\nconfig.titleTagFunction = user_pagetit
le_class->changetitle\n\nconfig.simulateStaticDocuments = 1\nconfig.simulateStat
icDocuments_addTitle = 70\nconfig.simulateStaticDocuments_pEnc = base64\n\n\ncon
fig.extTarget = _self\nconfig.intTarget = _self\n#config.removeDefaultJS = exter
nal\nconfig.inlineStyle2TempFile = 1\nconfig.language = de\n\n# richtigen Doctyp
e setzen\nconfig.doctype = xhtml_trans\n\n\n#RTE Tuning\nlib.parseFunc_RTE.nonTy
poTagStdWrap.encapsLines.addAttributes.P.class >\nlib.parseFunc_RTE.nonTypoTagSt
dWrap.encapsLines.remapTag >\nlib.parseFunc_RTE.nonTypoTagStdWrap.encapsLines.ad
dAttributes.DIV.class >\n#Angabe von Tags, die nicht mit einem zustzlichen wrap um
geben werden\ndrfen\nlib.parseFunc_RTE.nonTypoTagStdWrap.encapsLines.encapsTagList
= cite,div, p, pre, h1, h2, h3, h4, h5, h6\n\n#Entfernt die zustzlichen CSS-Klass
en\nlib.stdheader.3 = LOAD_REGISTER\nlib.stdheader.3.headerClass =\nlib.stdheade
r.3.headerClass.noTrimWrap = |\nlib.stdheader.stdWrap.dataWrap = |\n\n#Standard-
Headings aufrumen\nlib.stdheader.stdWrap.dataWrap =\nlib.stdheader.10.1.fontTag =
<h1>|</h1>\nlib.stdheader.10.2.fontTag = <h2>|</h2>\nlib.stdheader.10.3.fontTag
= <h3>|</h3>\nlib.stdheader.10.4.fontTag = <h4>|</h4>\nlib.stdheader.10.5.fontTa
g = <h5>|</h5>\n\n#Content Elemente aufrumen und Kommentare entfernen\ntt_content.
stdWrap.dataWrap >\ntt_content.stdWrap.prefixComment >\ntt_content.header.20.dat
aWrap >\ntt_content.header.20.prefixComment >\ntt_content.default.prefixComment
>\ntt_content.text.stdWrap.prefixComment >\ntt_content.text.20.prefixComment >\n
tt_content.textpic.20.stdWrap.prefixComment >\ntt_content.table.20.stdWrap.prefi
xComment >\ntt_content.mailform.20.stdWrap.wrap >\ntt_content.menu.20.stdWrap.pr
efixComment >\ntt_content.image.20.stdWrap.prefixComment >\ntt_content.list.20.s
tdWrap.prefixComment >\n\n\n\n# Configuring the Auto-Parser for main template:\n
plugin.tx_automaketemplate_pi1 {\n # Read the template file:\n content = FIL
E\n content.file = fileadmin/templateZTSWire/template.html\n\n # Here we def
ine which elements in the HTML that\n # should be wrapped in subpart-comments
:\n elements {\n BODY.all = 1\n BODY.all.subpartMarker = DOCUMENT_BODY\n\
n HEAD.all = 1\n HEAD.all.subpartMarker = DOCUMENT_HEADER\n HEAD.rmTagS
ections = title\n\n TD.all = 1\n DIV.all = 1\n }\n\n # Prefix all rela
tive paths with this value:\n relPathPrefix = fileadmin/templateZTSWire/\n}\n\n
# Logo\ntemp.logo = COA\ntemp.logo{\n 10 = TEXT\n 10{\n wrap = <h1>|</h1>\n
typolink.parameter = 1\n value = ZTS Wire\n noBlur = 1\n }\n}\n\n# To
pnav\ntemp.topnav = HMENU\ntemp.topnav{\n special = directory\n special.value
= 6\n wrap = <ul>|<ul>\n 1 = TMENU\n 1{\n NO.wrapItemAndSub = <li>|</li> |
*|<li>|</li>|*|<li class=\"last\">|</li>\n ACT = 1\n ACT.wrapItemAndSub =
<li class=\"curr\">|</li>|*|<li class=\"curr\">|</li>|*|<li class=\"curr last\">
|</li>\n }\n}\n\n# Mainnav\ntemp.mainnav = HMENU\ntemp.mainnav{\n wrap = <ul>|
</ul>\n 1 = TMENU\n 1{\n noBlur = 1\n NO.wrapItemAndSub = <li>|</li>\n
ACT = 1\n ACT.wrapItemAndSub = <li class=\"curr\">|</li>\n }\n}\n\n# Subna
v\ntemp.subnav = HMENU\ntemp.subnav{\n entryLevel = 1\n 1 = TMENU\n 1{\n w
rap = <div id=\"subnav\"><ul>|</ul></div>\n noBlur = 1\n NO.wrapItemAndSub
= <li>|</li>\n ACT = 1\n ACT.wrapItemAndSub = <li class=\"curr\">|</li>\n
}\n}\n\n# Main TEMPLATE cObject for the BODY\ntemp.mainTemplate = TEMPLATE\nte
mp.mainTemplate {\n # Feeding the content from the Auto-parser to the TEMPLAT
E cObject:\n template =< plugin.tx_automaketemplate_pi1\n # Select only the
content between the <body>-tags\n workOnSubpart = DOCUMENT_BODY\n \n # Logo\n
subparts.logo < temp.logo\n \n # TopNav\n subparts.topNav < temp.topnav\n\n
#mainnav\n subparts.mainnav < temp.mainnav\n \n #subnav\n subparts.left <
temp.subnav\n \n #Content\n subparts.content < styles.content.get\n \n #Rig
ht\n subparts.right < styles.content.getRight\n\n\n #subparts.top < styles.con
tent.getBorder\n\n #subparts.top.slide = -1\n\n \n # Dynamischer Banner mit
Marker \'TESTSTYLE\':\nsubparts.TESTSTYLE = TEXT\nsubparts.TESTSTYLE.value = fi
leadmin/btg/images/background.png\nsubparts.TESTSTYLE.override {\n\n data = lev
elmedia: -1, slide\n wrap = uploads/media/|\n listNum = 0\n}\n}\n\n\n# Main TE
MPLATE cObject for the HEAD\ntemp.headTemplate = TEMPLATE\ntemp.headTemplate {\n
# Feeding the content from the Auto-parser to the TEMPLATE cObject:\n templ
ate =< plugin.tx_automaketemplate_pi1\n # Select only the content between the
<head>-tags\n workOnSubpart = DOCUMENT_HEADER\n}\n\n\n\n\n# Default PAGE objec
t:\npage = PAGE\npage.typeNum = 0\n\n# Copying the content from TEMPLATE for <bo
dy>-section:\npage.10 < temp.mainTemplate\n\n# Copying the content from TEMPLATE
for <head>-section:\npage.headerData.10 < temp.headTemplate\n\npage.config.dis
ablePrefixComment = 1\n\";}}','config',1,'sys_template',1282297006,NULL,0),(30,6
0,'a:2:{s:9:\"oldRecord\";a:1:{s:6:\"config\";s:5081:\"# Keywords, Description\n
page.meta.DESCRIPTION = \npage.meta.DESCRIPTION.override.field = DESCRIPTION\n\n
page.meta.KEYWORDS = \npage.meta.KEYWORDS.override.field = KEYWORDS\n\n\n\n[brow
ser = msie]\nconfig.xmlprologue = none\n[global]\n\nincludeLibs.pagetitle = typo
3conf/ext/mf_pagetitle/pagetitle.php\nplugin.mf_pagetitle.title = {page:title} :
ZTS Wire\nconfig.titleTagFunction = user_pagetitle_class->changetitle\n\nconfig
.simulateStaticDocuments = 1\nconfig.simulateStaticDocuments_addTitle = 70\nconf
ig.simulateStaticDocuments_pEnc = base64\n\n\nconfig.extTarget = _self\nconfig.i
ntTarget = _self\n#config.removeDefaultJS = external\nconfig.inlineStyle2TempFil
e = 1\nconfig.language = de\n\n# richtigen Doctype setzen\nconfig.doctype = xhtm
l_trans\n\n\n#RTE Tuning\nlib.parseFunc_RTE.nonTypoTagStdWrap.encapsLines.addAtt
ributes.P.class >\nlib.parseFunc_RTE.nonTypoTagStdWrap.encapsLines.remapTag >\nl
ib.parseFunc_RTE.nonTypoTagStdWrap.encapsLines.addAttributes.DIV.class >\n#Angab
e von Tags, die nicht mit einem zustzlichen wrap umgeben werden\ndrfen\nlib.parseFun
c_RTE.nonTypoTagStdWrap.encapsLines.encapsTagList = cite,div, p, pre, h1, h2, h3
, h4, h5, h6\n\n#Entfernt die zustzlichen CSS-Klassen\nlib.stdheader.3 = LOAD_REGI
STER\nlib.stdheader.3.headerClass =\nlib.stdheader.3.headerClass.noTrimWrap = |\
nlib.stdheader.stdWrap.dataWrap = |\n\n#Standard-Headings aufrumen\nlib.stdheader.
stdWrap.dataWrap =\nlib.stdheader.10.1.fontTag = <h1>|</h1>\nlib.stdheader.10.2.
fontTag = <h2>|</h2>\nlib.stdheader.10.3.fontTag = <h3>|</h3>\nlib.stdheader.10.
4.fontTag = <h4>|</h4>\nlib.stdheader.10.5.fontTag = <h5>|</h5>\n\n#Content Elem
ente aufrumen und Kommentare entfernen\ntt_content.stdWrap.dataWrap >\ntt_content.
stdWrap.prefixComment >\ntt_content.header.20.dataWrap >\ntt_content.header.20.p
refixComment >\ntt_content.default.prefixComment >\ntt_content.text.stdWrap.pref
ixComment >\ntt_content.text.20.prefixComment >\ntt_content.textpic.20.stdWrap.p
refixComment >\ntt_content.table.20.stdWrap.prefixComment >\ntt_content.mailform
.20.stdWrap.wrap >\ntt_content.menu.20.stdWrap.prefixComment >\ntt_content.image
.20.stdWrap.prefixComment >\ntt_content.list.20.stdWrap.prefixComment >\n\n\n\n#
Configuring the Auto-Parser for main template:\nplugin.tx_automaketemplate_pi1
{\n # Read the template file:\n content = FILE\n content.file = fileadmin/t
emplateZTSWire/template.html\n\n # Here we define which elements in the HTML
that\n # should be wrapped in subpart-comments:\n elements {\n BODY.all =
1\n BODY.all.subpartMarker = DOCUMENT_BODY\n\n HEAD.all = 1\n HEAD.all
.subpartMarker = DOCUMENT_HEADER\n HEAD.rmTagSections = title\n\n TD.all =
1\n DIV.all = 1\n }\n\n # Prefix all relative paths with this value:\n
relPathPrefix = fileadmin/templateZTSWire/\n}\n\n# Logo\ntemp.logo = COA\ntemp.l
ogo{\n 10 = TEXT\n 10{\n wrap = <h1>|</h1>\n typolink.parameter = 1\n
value = ZTS Wire\n noBlur = 1\n }\n}\n\n# Topnav\ntemp.topnav = HMENU\ntemp
.topnav{\n special = directory\n special.value = 6\n wrap = <ul>|<ul>\n 1 =
TMENU\n 1{\n NO.wrapItemAndSub = <li>|</li> |*|<li>|</li>|*|<li class=\"last
\">|</li>\n ACT = 1\n ACT.wrapItemAndSub = <li class=\"curr\">|</li>|*|<li
class=\"curr\">|</li>|*|<li class=\"curr last\">|</li>\n }\n}\n\n# Mainnav\nte
mp.mainnav = HMENU\ntemp.mainnav{\n wrap = <ul>|</ul>\n 1 = TMENU\n 1{\n n
oBlur = 1\n NO.wrapItemAndSub = <li>|</li>\n ACT = 1\n ACT.wrapItemAndS
ub = <li class=\"curr\">|</li>\n }\n}\n\n# Subnav\ntemp.subnav = HMENU\ntemp.su
bnav{\n entryLevel = 1\n 1 = TMENU\n 1{\n wrap = <div id=\"subnav\"><ul>|<
/ul></div>\n noBlur = 1\n NO.wrapItemAndSub = <li>|</li>\n ACT = 1\n
ACT.wrapItemAndSub = <li class=\"curr\">|</li>\n }\n}\n\n# Main TEMPLATE cObje
ct for the BODY\ntemp.mainTemplate = TEMPLATE\ntemp.mainTemplate {\n # Feedin
g the content from the Auto-parser to the TEMPLATE cObject:\n template =< plugi
n.tx_automaketemplate_pi1\n # Select only the content between the <body>-tags
\n workOnSubpart = DOCUMENT_BODY\n \n # Logo\n subparts.logo < temp.logo\n
\n # TopNav\n subparts.topNav < temp.topnav\n\n #mainnav\n subparts.mainnav
< temp.mainnav\n \n #subnav\n subparts.left < temp.subnav\n \n #Content\n
subparts.content < styles.content.get\n \n #Right\n subparts.right < styles.c
ontent.getRight\n\n\n #subparts.top < styles.content.getBorder\n\n #subparts.t
op.slide = -1\n\n \n # Dynamischer Banner mit Marker \'TESTSTYLE\':\nsubpart
s.TESTSTYLE = TEXT\nsubparts.TESTSTYLE.value = fileadmin/btg/images/background.p
ng\nsubparts.TESTSTYLE.override {\n\n data = levelmedia: -1, slide\n wrap = up
loads/media/|\n listNum = 0\n}\n}\n\n\n# Main TEMPLATE cObject for the HEAD\nte
mp.headTemplate = TEMPLATE\ntemp.headTemplate {\n # Feeding the content from
the Auto-parser to the TEMPLATE cObject:\n template =< plugin.tx_automaketempla
te_pi1\n # Select only the content between the <head>-tags\n workOnSubpart =
DOCUMENT_HEADER\n}\n\n\n\n\n# Default PAGE object:\npage = PAGE\npage.typeNum =
0\n\n# Copying the content from TEMPLATE for <body>-section:\npage.10 < temp.ma
inTemplate\n\n# Copying the content from TEMPLATE for <head>-section:\npage.head
erData.10 < temp.headTemplate\n\npage.config.disablePrefixComment = 1\n\";}s:9:
\"newRecord\";a:1:{s:6:\"config\";s:5148:\"# Keywords, Description\npage.meta.DE
SCRIPTION = \npage.meta.DESCRIPTION.override.field = DESCRIPTION\n\npage.meta.KE
YWORDS = \npage.meta.KEYWORDS.override.field = KEYWORDS\n\n\n\n[browser = msie]\
nconfig.xmlprologue = none\n[global]\n\nincludeLibs.pagetitle = typo3conf/ext/mf
_pagetitle/pagetitle.php\nplugin.mf_pagetitle.title = {page:title} : ZTS Wire\nc
onfig.titleTagFunction = user_pagetitle_class->changetitle\n\nconfig.simulateSta
ticDocuments = 1\nconfig.simulateStaticDocuments_addTitle = 70\nconfig.simulateS
taticDocuments_pEnc = base64\n\n\nconfig.extTarget = _self\nconfig.intTarget = _
self\n#config.removeDefaultJS = external\nconfig.inlineStyle2TempFile = 1\nconfi
g.language = de\n\n# richtigen Doctype setzen\nconfig.doctype = xhtml_trans\n\n\
n#RTE Tuning\nlib.parseFunc_RTE.nonTypoTagStdWrap.encapsLines.addAttributes.P.cl
ass >\nlib.parseFunc_RTE.nonTypoTagStdWrap.encapsLines.remapTag >\nlib.parseFunc
_RTE.nonTypoTagStdWrap.encapsLines.addAttributes.DIV.class >\n#Angabe von Tags,
die nicht mit einem zustzlichen wrap umgeben werden\ndrfen\nlib.parseFunc_RTE.nonTyp
oTagStdWrap.encapsLines.encapsTagList = cite,div, p, pre, h1, h2, h3, h4, h5, h6
\n\n#Entfernt die zustzlichen CSS-Klassen\nlib.stdheader.3 = LOAD_REGISTER\nlib.st
dheader.3.headerClass =\nlib.stdheader.3.headerClass.noTrimWrap = |\nlib.stdhead
er.stdWrap.dataWrap = |\n\n#Standard-Headings aufrumen\nlib.stdheader.stdWrap.data
Wrap =\nlib.stdheader.10.1.fontTag = <h1>|</h1>\nlib.stdheader.10.2.fontTag = <h
2>|</h2>\nlib.stdheader.10.3.fontTag = <h3>|</h3>\nlib.stdheader.10.4.fontTag =
<h4>|</h4>\nlib.stdheader.10.5.fontTag = <h5>|</h5>\n\n#Content Elemente aufrumen
und Kommentare entfernen\ntt_content.stdWrap.dataWrap >\ntt_content.stdWrap.pref
ixComment >\ntt_content.header.20.dataWrap >\ntt_content.header.20.prefixComment
>\ntt_content.default.prefixComment >\ntt_content.text.stdWrap.prefixComment >\
ntt_content.text.20.prefixComment >\ntt_content.textpic.20.stdWrap.prefixComment
>\ntt_content.table.20.stdWrap.prefixComment >\ntt_content.mailform.20.stdWrap.
wrap >\ntt_content.menu.20.stdWrap.prefixComment >\ntt_content.image.20.stdWrap.
prefixComment >\ntt_content.list.20.stdWrap.prefixComment >\n\n\n\n# Configuring
the Auto-Parser for main template:\nplugin.tx_automaketemplate_pi1 {\n # Rea
d the template file:\n content = FILE\n content.file = fileadmin/templateZTSWi
re/template.html\n\n # Here we define which elements in the HTML that\n #
should be wrapped in subpart-comments:\n elements {\n BODY.all = 1\n BODY
.all.subpartMarker = DOCUMENT_BODY\n\n HEAD.all = 1\n HEAD.all.subpartMark
er = DOCUMENT_HEADER\n HEAD.rmTagSections = title\n\n TD.all = 1\n DIV.
all = 1\n }\n\n # Prefix all relative paths with this value:\n relPathPrefi
x = fileadmin/templateZTSWire/\n}\n\n# Logo\ntemp.logo = COA\ntemp.logo{\n 10 =
TEXT\n 10{\n wrap = <h1>|</h1>\n typolink.parameter = 1\n value = ZTS
Wire\n noBlur = 1\n }\n}\n\n# Topnav\ntemp.topnav = HMENU\ntemp.topnav{\n
special = directory\n special.value = 6\n wrap = <ul>|<ul>\n 1 = TMENU\n 1{\
n NO.wrapItemAndSub = <li>|</li> |*|<li>|</li>|*|<li class=\"last\">|</li>\n
ACT = 1\n ACT.wrapItemAndSub = <li class=\"curr\">|</li>|*|<li class=\"cur
r\">|</li>|*|<li class=\"curr last\">|</li>\n }\n}\n\n# Mainnav\ntemp.mainnav =
HMENU\ntemp.mainnav{\n wrap = <ul>|</ul>\n 1 = TMENU\n 1{\n noBlur = 1\n
NO.wrapItemAndSub = <li>|</li>\n ACT = 1\n ACT.wrapItemAndSub = <li cla
ss=\"curr\">|</li>\n }\n}\n\n# Subnav\ntemp.subnav = HMENU\ntemp.subnav{\n ent
ryLevel = 1\n 1 = TMENU\n 1{\n wrap = <div id=\"subnav\"><ul>|</ul></div>\n
noBlur = 1\n NO.wrapItemAndSub = <li>|</li>\n ACT = 1\n ACT.wrapIte
mAndSub = <li class=\"curr\">|</li>\n }\n}\n\n# Main TEMPLATE cObject for the B
ODY\ntemp.mainTemplate = TEMPLATE\ntemp.mainTemplate {\n # Feeding the conten
t from the Auto-parser to the TEMPLATE cObject:\n template =< plugin.tx_automak
etemplate_pi1\n # Select only the content between the <body>-tags\n workOnSu
bpart = DOCUMENT_BODY\n \n # Logo\n subparts.logo < temp.logo\n \n # TopNav
\n subparts.topNav < temp.topnav\n\n #mainnav\n subparts.mainnav < temp.mainn
av\n \n #subnav\n subparts.left < temp.subnav\n \n #Content\n subparts.con
tent < styles.content.get\n \n #Right\n subparts.right < styles.content.getRi
ght\n \n #Images bottom\n subparts.imageLinks < styles.content.getLeft\n\n\n
#subparts.top < styles.content.getBorder\n\n #subparts.top.slide = -1\n\n \n
# Dynamischer Banner mit Marker \'TESTSTYLE\':\nsubparts.TESTSTYLE = TEXT\nsu
bparts.TESTSTYLE.value = fileadmin/btg/images/background.png\nsubparts.TESTSTYLE
.override {\n\n data = levelmedia: -1, slide\n wrap = uploads/media/|\n listN
um = 0\n}\n}\n\n\n# Main TEMPLATE cObject for the HEAD\ntemp.headTemplate = TEMP
LATE\ntemp.headTemplate {\n # Feeding the content from the Auto-parser to the
TEMPLATE cObject:\n template =< plugin.tx_automaketemplate_pi1\n # Select o
nly the content between the <head>-tags\n workOnSubpart = DOCUMENT_HEADER\n}\n\
n\n\n\n# Default PAGE object:\npage = PAGE\npage.typeNum = 0\n\n# Copying the co
ntent from TEMPLATE for <body>-section:\npage.10 < temp.mainTemplate\n\n# Copyin
g the content from TEMPLATE for <head>-section:\npage.headerData.10 < temp.head
Template\n\npage.config.disablePrefixComment = 1\n\";}}','config',1,'sys_templat
e',1282297092,NULL,0),(31,61,'a:2:{s:9:\"oldRecord\";a:1:{s:6:\"config\";s:5148:
\"# Keywords, Description\npage.meta.DESCRIPTION = \npage.meta.DESCRIPTION.overr
ide.field = DESCRIPTION\n\npage.meta.KEYWORDS = \npage.meta.KEYWORDS.override.fi
eld = KEYWORDS\n\n\n\n[browser = msie]\nconfig.xmlprologue = none\n[global]\n\ni
ncludeLibs.pagetitle = typo3conf/ext/mf_pagetitle/pagetitle.php\nplugin.mf_paget
itle.title = {page:title} : ZTS Wire\nconfig.titleTagFunction = user_pagetitle_c
lass->changetitle\n\nconfig.simulateStaticDocuments = 1\nconfig.simulateStaticDo
cuments_addTitle = 70\nconfig.simulateStaticDocuments_pEnc = base64\n\n\nconfig.
extTarget = _self\nconfig.intTarget = _self\n#config.removeDefaultJS = external\
nconfig.inlineStyle2TempFile = 1\nconfig.language = de\n\n# richtigen Doctype se
tzen\nconfig.doctype = xhtml_trans\n\n\n#RTE Tuning\nlib.parseFunc_RTE.nonTypoTa
gStdWrap.encapsLines.addAttributes.P.class >\nlib.parseFunc_RTE.nonTypoTagStdWra
p.encapsLines.remapTag >\nlib.parseFunc_RTE.nonTypoTagStdWrap.encapsLines.addAtt
ributes.DIV.class >\n#Angabe von Tags, die nicht mit einem zustzlichen wrap umgebe
n werden\ndrfen\nlib.parseFunc_RTE.nonTypoTagStdWrap.encapsLines.encapsTagList = c
ite,div, p, pre, h1, h2, h3, h4, h5, h6\n\n#Entfernt die zustzlichen CSS-Klassen\n
lib.stdheader.3 = LOAD_REGISTER\nlib.stdheader.3.headerClass =\nlib.stdheader.3.
headerClass.noTrimWrap = |\nlib.stdheader.stdWrap.dataWrap = |\n\n#Standard-Head
ings aufrumen\nlib.stdheader.stdWrap.dataWrap =\nlib.stdheader.10.1.fontTag = <h1>
|</h1>\nlib.stdheader.10.2.fontTag = <h2>|</h2>\nlib.stdheader.10.3.fontTag = <h
3>|</h3>\nlib.stdheader.10.4.fontTag = <h4>|</h4>\nlib.stdheader.10.5.fontTag =
<h5>|</h5>\n\n#Content Elemente aufrumen und Kommentare entfernen\ntt_content.stdW
rap.dataWrap >\ntt_content.stdWrap.prefixComment >\ntt_content.header.20.dataWra
p >\ntt_content.header.20.prefixComment >\ntt_content.default.prefixComment >\nt
t_content.text.stdWrap.prefixComment >\ntt_content.text.20.prefixComment >\ntt_c
ontent.textpic.20.stdWrap.prefixComment >\ntt_content.table.20.stdWrap.prefixCom
ment >\ntt_content.mailform.20.stdWrap.wrap >\ntt_content.menu.20.stdWrap.prefix
Comment >\ntt_content.image.20.stdWrap.prefixComment >\ntt_content.list.20.stdWr
ap.prefixComment >\n\n\n\n# Configuring the Auto-Parser for main template:\nplug
in.tx_automaketemplate_pi1 {\n # Read the template file:\n content = FILE\n
content.file = fileadmin/templateZTSWire/template.html\n\n # Here we define
which elements in the HTML that\n # should be wrapped in subpart-comments:\n
elements {\n BODY.all = 1\n BODY.all.subpartMarker = DOCUMENT_BODY\n\n
HEAD.all = 1\n HEAD.all.subpartMarker = DOCUMENT_HEADER\n HEAD.rmTagSecti
ons = title\n\n TD.all = 1\n DIV.all = 1\n }\n\n # Prefix all relative
paths with this value:\n relPathPrefix = fileadmin/templateZTSWire/\n}\n\n# Lo
go\ntemp.logo = COA\ntemp.logo{\n 10 = TEXT\n 10{\n wrap = <h1>|</h1>\n
typolink.parameter = 1\n value = ZTS Wire\n noBlur = 1\n }\n}\n\n# Topnav
\ntemp.topnav = HMENU\ntemp.topnav{\n special = directory\n special.value = 6\
n wrap = <ul>|<ul>\n 1 = TMENU\n 1{\n NO.wrapItemAndSub = <li>|</li> |*|<l
i>|</li>|*|<li class=\"last\">|</li>\n ACT = 1\n ACT.wrapItemAndSub = <li
class=\"curr\">|</li>|*|<li class=\"curr\">|</li>|*|<li class=\"curr last\">|</l
i>\n }\n}\n\n# Mainnav\ntemp.mainnav = HMENU\ntemp.mainnav{\n wrap = <ul>|</ul
>\n 1 = TMENU\n 1{\n noBlur = 1\n NO.wrapItemAndSub = <li>|</li>\n AC
T = 1\n ACT.wrapItemAndSub = <li class=\"curr\">|</li>\n }\n}\n\n# Subnav\nt
emp.subnav = HMENU\ntemp.subnav{\n entryLevel = 1\n 1 = TMENU\n 1{\n wrap
= <div id=\"subnav\"><ul>|</ul></div>\n noBlur = 1\n NO.wrapItemAndSub = <
li>|</li>\n ACT = 1\n ACT.wrapItemAndSub = <li class=\"curr\">|</li>\n }\
n}\n\n# Main TEMPLATE cObject for the BODY\ntemp.mainTemplate = TEMPLATE\ntemp.m
ainTemplate {\n # Feeding the content from the Auto-parser to the TEMPLATE cO
bject:\n template =< plugin.tx_automaketemplate_pi1\n # Select only the cont
ent between the <body>-tags\n workOnSubpart = DOCUMENT_BODY\n \n # Logo\n su
bparts.logo < temp.logo\n \n # TopNav\n subparts.topNav < temp.topnav\n\n #m
ainnav\n subparts.mainnav < temp.mainnav\n \n #subnav\n subparts.left < temp
.subnav\n \n #Content\n subparts.content < styles.content.get\n \n #Right\n
subparts.right < styles.content.getRight\n \n #Images bottom\n subparts.ima
geLinks < styles.content.getLeft\n\n\n #subparts.top < styles.content.getBorder
\n\n #subparts.top.slide = -1\n\n \n # Dynamischer Banner mit Marker \'TEST
STYLE\':\nsubparts.TESTSTYLE = TEXT\nsubparts.TESTSTYLE.value = fileadmin/btg/im
ages/background.png\nsubparts.TESTSTYLE.override {\n\n data = levelmedia: -1, s
lide\n wrap = uploads/media/|\n listNum = 0\n}\n}\n\n\n# Main TEMPLATE cObject
for the HEAD\ntemp.headTemplate = TEMPLATE\ntemp.headTemplate {\n # Feeding
the content from the Auto-parser to the TEMPLATE cObject:\n template =< plugin.
tx_automaketemplate_pi1\n # Select only the content between the <head>-tags\n
workOnSubpart = DOCUMENT_HEADER\n}\n\n\n\n\n# Default PAGE object:\npage = PAG
E\npage.typeNum = 0\n\n# Copying the content from TEMPLATE for <body>-section:\n
page.10 < temp.mainTemplate\n\n# Copying the content from TEMPLATE for <head>-se
ction:\npage.headerData.10 < temp.headTemplate\n\npage.config.disablePrefixComm
ent = 1\n\";}s:9:\"newRecord\";a:1:{s:6:\"config\";s:5686:\"# Keywords, Descript
ion\npage.meta.DESCRIPTION = \npage.meta.DESCRIPTION.override.field = DESCRIPTIO
N\n\npage.meta.KEYWORDS = \npage.meta.KEYWORDS.override.field = KEYWORDS\n\n\n\n
[browser = msie]\nconfig.xmlprologue = none\n[global]\n\nincludeLibs.pagetitle =
typo3conf/ext/mf_pagetitle/pagetitle.php\nplugin.mf_pagetitle.title = {page:tit
le} : ZTS Wire\nconfig.titleTagFunction = user_pagetitle_class->changetitle\n\nc
onfig.simulateStaticDocuments = 1\nconfig.simulateStaticDocuments_addTitle = 70\
nconfig.simulateStaticDocuments_pEnc = base64\n\n\nconfig.extTarget = _self\ncon
fig.intTarget = _self\n#config.removeDefaultJS = external\nconfig.inlineStyle2Te
mpFile = 1\nconfig.language = de\n\n# richtigen Doctype setzen\nconfig.doctype =
xhtml_trans\n\n\n#RTE Tuning\nlib.parseFunc_RTE.nonTypoTagStdWrap.encapsLines.a
ddAttributes.P.class >\nlib.parseFunc_RTE.nonTypoTagStdWrap.encapsLines.remapTag
>\nlib.parseFunc_RTE.nonTypoTagStdWrap.encapsLines.addAttributes.DIV.class >\n#
Angabe von Tags, die nicht mit einem zustzlichen wrap umgeben werden\ndrfen\nlib.par
seFunc_RTE.nonTypoTagStdWrap.encapsLines.encapsTagList = cite,div, p, pre, h1, h
2, h3, h4, h5, h6\n\n#Entfernt die zustzlichen CSS-Klassen\nlib.stdheader.3 = LOAD
_REGISTER\nlib.stdheader.3.headerClass =\nlib.stdheader.3.headerClass.noTrimWrap
= |\nlib.stdheader.stdWrap.dataWrap = |\n\n#Standard-Headings aufrumen\nlib.stdhe
ader.stdWrap.dataWrap =\nlib.stdheader.10.1.fontTag = <h1>|</h1>\nlib.stdheader.
10.2.fontTag = <h2>|</h2>\nlib.stdheader.10.3.fontTag = <h3>|</h3>\nlib.stdheade
r.10.4.fontTag = <h4>|</h4>\nlib.stdheader.10.5.fontTag = <h5>|</h5>\n\n#Content
Elemente aufrumen und Kommentare entfernen\ntt_content.stdWrap.dataWrap >\ntt_con
tent.stdWrap.prefixComment >\ntt_content.header.20.dataWrap >\ntt_content.header
.20.prefixComment >\ntt_content.default.prefixComment >\ntt_content.text.stdWrap
.prefixComment >\ntt_content.text.20.prefixComment >\ntt_content.textpic.20.stdW
rap.prefixComment >\ntt_content.table.20.stdWrap.prefixComment >\ntt_content.mai
lform.20.stdWrap.wrap >\ntt_content.menu.20.stdWrap.prefixComment >\ntt_content.
image.20.stdWrap.prefixComment >\ntt_content.list.20.stdWrap.prefixComment >\n\n
\n\n# Configuring the Auto-Parser for main template:\nplugin.tx_automaketemplate
_pi1 {\n # Read the template file:\n content = FILE\n content.file = filead
min/templateZTSWire/template.html\n\n # Here we define which elements in the
HTML that\n # should be wrapped in subpart-comments:\n elements {\n BODY.
all = 1\n BODY.all.subpartMarker = DOCUMENT_BODY\n\n HEAD.all = 1\n HEA
D.all.subpartMarker = DOCUMENT_HEADER\n HEAD.rmTagSections = title\n\n TD.
all = 1\n DIV.all = 1\n }\n\n # Prefix all relative paths with this value
:\n relPathPrefix = fileadmin/templateZTSWire/\n}\n\n# Logo\ntemp.logo = COA\nt
emp.logo{\n 10 = TEXT\n 10{\n wrap = <h1>|</h1>\n typolink.parameter = 1
\n value = ZTS Wire\n noBlur = 1\n }\n}\n\n# Topnav\ntemp.topnav = HMENU\
ntemp.topnav{\n special = directory\n special.value = 6\n wrap = <ul>|<ul>\n
1 = TMENU\n 1{\n NO.wrapItemAndSub = <li>|</li> |*|<li>|</li>|*|<li class=\
"last\">|</li>\n ACT = 1\n ACT.wrapItemAndSub = <li class=\"curr\">|</li>|
*|<li class=\"curr\">|</li>|*|<li class=\"curr last\">|</li>\n }\n}\n\n# Mainna
v\ntemp.mainnav = HMENU\ntemp.mainnav{\n wrap = <ul>|</ul>\n 1 = TMENU\n 1{\n
noBlur = 1\n NO.wrapItemAndSub = <li>|</li>\n ACT = 1\n ACT.wrapIte
mAndSub = <li class=\"curr\">|</li>\n }\n}\n\n# Subnav\ntemp.subnav = HMENU\nte
mp.subnav{\n entryLevel = 1\n 1 = TMENU\n 1{\n wrap = <div id=\"subnav\"><
ul>|</ul></div>\n noBlur = 1\n NO.wrapItemAndSub = <li>|</li>\n ACT = 1
\n ACT.wrapItemAndSub = <li class=\"curr\">|</li>\n }\n}\n\n#Krbler\ntemp.koer
bler = COA\ntemp.koerbler{\n 10 = TEXT\n 10{\n typolink.parameter = www.koe
rbler.com\n typolink.extTarget = _blank\n typolink.title = WebAgentur Krbler
\n value = WebMarketing\n }\n 20 = TEXT\n 20.value = &nbsp;by<br />\n 30
= IMAGE\n 30{\n file = fileadmin/templateGS/images/klogo.png\n altText =
WebAgentur Krbler\n titleText = WebAgentur Krbler\n wrap = <a href=\"http://ww
w.koerbler.com\" title=\"WebAgentur Krbler\" target=\"_blank\">|</a>\n }\n}\n\n\n
\n\n# Main TEMPLATE cObject for the BODY\ntemp.mainTemplate = TEMPLATE\ntemp.mai
nTemplate {\n # Feeding the content from the Auto-parser to the TEMPLATE cObj
ect:\n template =< plugin.tx_automaketemplate_pi1\n # Select only the conten
t between the <body>-tags\n workOnSubpart = DOCUMENT_BODY\n \n # Logo\n subp
arts.logo < temp.logo\n \n # TopNav\n subparts.topNav < temp.topnav\n\n #mai
nnav\n subparts.mainnav < temp.mainnav\n \n #subnav\n subparts.left < temp.s
ubnav\n \n #Content\n subparts.content < styles.content.get\n \n #Right\n
subparts.right < styles.content.getRight\n \n #Images bottom\n subparts.image
Links < styles.content.getLeft\n \n #Krbler Logo\n subparts.footer < temp.koerb
ler\n\n\n #subparts.top < styles.content.getBorder\n\n #subparts.top.slide = -
1\n\n \n # Dynamischer Banner mit Marker \'TESTSTYLE\':\nsubparts.TESTSTYLE
= TEXT\nsubparts.TESTSTYLE.value = fileadmin/btg/images/background.png\nsubparts
.TESTSTYLE.override {\n\n data = levelmedia: -1, slide\n wrap = uploads/media/
|\n listNum = 0\n}\n}\n\n\n# Main TEMPLATE cObject for the HEAD\ntemp.headTempl
ate = TEMPLATE\ntemp.headTemplate {\n # Feeding the content from the Auto-par
ser to the TEMPLATE cObject:\n template =< plugin.tx_automaketemplate_pi1\n
# Select only the content between the <head>-tags\n workOnSubpart = DOCUMENT_HE
ADER\n}\n\n\n\n\n# Default PAGE object:\npage = PAGE\npage.typeNum = 0\n\n# Copy
ing the content from TEMPLATE for <body>-section:\npage.10 < temp.mainTemplate\n
\n# Copying the content from TEMPLATE for <head>-section:\npage.headerData.10 <
temp.headTemplate\n\npage.config.disablePrefixComment = 1\n\";}}','config',1,'s
ys_template',1282297173,NULL,0),(32,62,'a:2:{s:9:\"oldRecord\";a:1:{s:6:\"config
\";s:5686:\"# Keywords, Description\npage.meta.DESCRIPTION = \npage.meta.DESCRIP
TION.override.field = DESCRIPTION\n\npage.meta.KEYWORDS = \npage.meta.KEYWORDS.o
verride.field = KEYWORDS\n\n\n\n[browser = msie]\nconfig.xmlprologue = none\n[gl
obal]\n\nincludeLibs.pagetitle = typo3conf/ext/mf_pagetitle/pagetitle.php\nplugi
n.mf_pagetitle.title = {page:title} : ZTS Wire\nconfig.titleTagFunction = user_p
agetitle_class->changetitle\n\nconfig.simulateStaticDocuments = 1\nconfig.simula
teStaticDocuments_addTitle = 70\nconfig.simulateStaticDocuments_pEnc = base64\n\
n\nconfig.extTarget = _self\nconfig.intTarget = _self\n#config.removeDefaultJS =
external\nconfig.inlineStyle2TempFile = 1\nconfig.language = de\n\n# richtigen
Doctype setzen\nconfig.doctype = xhtml_trans\n\n\n#RTE Tuning\nlib.parseFunc_RTE
.nonTypoTagStdWrap.encapsLines.addAttributes.P.class >\nlib.parseFunc_RTE.nonTyp
oTagStdWrap.encapsLines.remapTag >\nlib.parseFunc_RTE.nonTypoTagStdWrap.encapsLi
nes.addAttributes.DIV.class >\n#Angabe von Tags, die nicht mit einem zustzlichen w
rap umgeben werden\ndrfen\nlib.parseFunc_RTE.nonTypoTagStdWrap.encapsLines.encapsT
agList = cite,div, p, pre, h1, h2, h3, h4, h5, h6\n\n#Entfernt die zustzlichen CSS
-Klassen\nlib.stdheader.3 = LOAD_REGISTER\nlib.stdheader.3.headerClass =\nlib.st
dheader.3.headerClass.noTrimWrap = |\nlib.stdheader.stdWrap.dataWrap = |\n\n#Sta
ndard-Headings aufrumen\nlib.stdheader.stdWrap.dataWrap =\nlib.stdheader.10.1.font
Tag = <h1>|</h1>\nlib.stdheader.10.2.fontTag = <h2>|</h2>\nlib.stdheader.10.3.fo
ntTag = <h3>|</h3>\nlib.stdheader.10.4.fontTag = <h4>|</h4>\nlib.stdheader.10.5.
fontTag = <h5>|</h5>\n\n#Content Elemente aufrumen und Kommentare entfernen\ntt_co
ntent.stdWrap.dataWrap >\ntt_content.stdWrap.prefixComment >\ntt_content.header.
20.dataWrap >\ntt_content.header.20.prefixComment >\ntt_content.default.prefixCo
mment >\ntt_content.text.stdWrap.prefixComment >\ntt_content.text.20.prefixComme
nt >\ntt_content.textpic.20.stdWrap.prefixComment >\ntt_content.table.20.stdWrap
.prefixComment >\ntt_content.mailform.20.stdWrap.wrap >\ntt_content.menu.20.stdW
rap.prefixComment >\ntt_content.image.20.stdWrap.prefixComment >\ntt_content.lis
t.20.stdWrap.prefixComment >\n\n\n\n# Configuring the Auto-Parser for main templ
ate:\nplugin.tx_automaketemplate_pi1 {\n # Read the template file:\n content
= FILE\n content.file = fileadmin/templateZTSWire/template.html\n\n # Here
we define which elements in the HTML that\n # should be wrapped in subpart-co
mments:\n elements {\n BODY.all = 1\n BODY.all.subpartMarker = DOCUMENT_B
ODY\n\n HEAD.all = 1\n HEAD.all.subpartMarker = DOCUMENT_HEADER\n HEAD.
rmTagSections = title\n\n TD.all = 1\n DIV.all = 1\n }\n\n # Prefix al
l relative paths with this value:\n relPathPrefix = fileadmin/templateZTSWire/\
n}\n\n# Logo\ntemp.logo = COA\ntemp.logo{\n 10 = TEXT\n 10{\n wrap = <h1>|<
/h1>\n typolink.parameter = 1\n value = ZTS Wire\n noBlur = 1\n }\n}\n
\n# Topnav\ntemp.topnav = HMENU\ntemp.topnav{\n special = directory\n special.
value = 6\n wrap = <ul>|<ul>\n 1 = TMENU\n 1{\n NO.wrapItemAndSub = <li>|<
/li> |*|<li>|</li>|*|<li class=\"last\">|</li>\n ACT = 1\n ACT.wrapItemAnd
Sub = <li class=\"curr\">|</li>|*|<li class=\"curr\">|</li>|*|<li class=\"curr l
ast\">|</li>\n }\n}\n\n# Mainnav\ntemp.mainnav = HMENU\ntemp.mainnav{\n wrap =
<ul>|</ul>\n 1 = TMENU\n 1{\n noBlur = 1\n NO.wrapItemAndSub = <li>|</l
i>\n ACT = 1\n ACT.wrapItemAndSub = <li class=\"curr\">|</li>\n }\n}\n\n#
Subnav\ntemp.subnav = HMENU\ntemp.subnav{\n entryLevel = 1\n 1 = TMENU\n 1{\
n wrap = <div id=\"subnav\"><ul>|</ul></div>\n noBlur = 1\n NO.wrapItem
AndSub = <li>|</li>\n ACT = 1\n ACT.wrapItemAndSub = <li class=\"curr\">|<
/li>\n }\n}\n\n#Krbler\ntemp.koerbler = COA\ntemp.koerbler{\n 10 = TEXT\n 10{\n
typolink.parameter = www.koerbler.com\n typolink.extTarget = _blank\n
typolink.title = WebAgentur Krbler\n value = WebMarketing\n }\n 20 = TEXT\n
20.value = &nbsp;by<br />\n 30 = IMAGE\n 30{\n file = fileadmin/templateGS/
images/klogo.png\n altText = WebAgentur Krbler\n titleText = WebAgentur Krbler
\n wrap = <a href=\"http://www.koerbler.com\" title=\"WebAgentur Krbler\" targe
t=\"_blank\">|</a>\n }\n}\n\n\n\n\n# Main TEMPLATE cObject for the BODY\ntemp.m
ainTemplate = TEMPLATE\ntemp.mainTemplate {\n # Feeding the content from the
Auto-parser to the TEMPLATE cObject:\n template =< plugin.tx_automaketemplate_p
i1\n # Select only the content between the <body>-tags\n workOnSubpart = DOC
UMENT_BODY\n \n # Logo\n subparts.logo < temp.logo\n \n # TopNav\n subpart
s.topNav < temp.topnav\n\n #mainnav\n subparts.mainnav < temp.mainnav\n \n #
subnav\n subparts.left < temp.subnav\n \n #Content\n subparts.content < styl
es.content.get\n \n #Right\n subparts.right < styles.content.getRight\n \n
#Images bottom\n subparts.imageLinks < styles.content.getLeft\n \n #Krbler Logo
\n subparts.footer < temp.koerbler\n\n\n #subparts.top < styles.content.getBor
der\n\n #subparts.top.slide = -1\n\n \n # Dynamischer Banner mit Marker \'T
ESTSTYLE\':\nsubparts.TESTSTYLE = TEXT\nsubparts.TESTSTYLE.value = fileadmin/btg
/images/background.png\nsubparts.TESTSTYLE.override {\n\n data = levelmedia: -1
, slide\n wrap = uploads/media/|\n listNum = 0\n}\n}\n\n\n# Main TEMPLATE cObj
ect for the HEAD\ntemp.headTemplate = TEMPLATE\ntemp.headTemplate {\n # Feedi
ng the content from the Auto-parser to the TEMPLATE cObject:\n template =< plug
in.tx_automaketemplate_pi1\n # Select only the content between the <head>-tag
s\n workOnSubpart = DOCUMENT_HEADER\n}\n\n\n\n\n# Default PAGE object:\npage =
PAGE\npage.typeNum = 0\n\n# Copying the content from TEMPLATE for <body>-section
:\npage.10 < temp.mainTemplate\n\n# Copying the content from TEMPLATE for <head>
-section:\npage.headerData.10 < temp.headTemplate\n\npage.config.disablePrefixC
omment = 1\n\";}s:9:\"newRecord\";a:1:{s:6:\"config\";s:5691:\"# Keywords, Descr
iption\npage.meta.DESCRIPTION = \npage.meta.DESCRIPTION.override.field = DESCRIP
TION\n\npage.meta.KEYWORDS = \npage.meta.KEYWORDS.override.field = KEYWORDS\n\n\
n\n[browser = msie]\nconfig.xmlprologue = none\n[global]\n\nincludeLibs.pagetitl
e = typo3conf/ext/mf_pagetitle/pagetitle.php\nplugin.mf_pagetitle.title = {page:
title} : ZTS Wire\nconfig.titleTagFunction = user_pagetitle_class->changetitle\n
\nconfig.simulateStaticDocuments = 1\nconfig.simulateStaticDocuments_addTitle =
70\nconfig.simulateStaticDocuments_pEnc = base64\n\n\nconfig.extTarget = _self\n
config.intTarget = _self\n#config.removeDefaultJS = external\nconfig.inlineStyle
2TempFile = 1\nconfig.language = de\n\n# richtigen Doctype setzen\nconfig.doctyp
e = xhtml_trans\n\n\n#RTE Tuning\nlib.parseFunc_RTE.nonTypoTagStdWrap.encapsLine
s.addAttributes.P.class >\nlib.parseFunc_RTE.nonTypoTagStdWrap.encapsLines.remap
Tag >\nlib.parseFunc_RTE.nonTypoTagStdWrap.encapsLines.addAttributes.DIV.class >
\n#Angabe von Tags, die nicht mit einem zustzlichen wrap umgeben werden\ndrfen\nlib.
parseFunc_RTE.nonTypoTagStdWrap.encapsLines.encapsTagList = cite,div, p, pre, h1
, h2, h3, h4, h5, h6\n\n#Entfernt die zustzlichen CSS-Klassen\nlib.stdheader.3 = L
OAD_REGISTER\nlib.stdheader.3.headerClass =\nlib.stdheader.3.headerClass.noTrimW
rap = |\nlib.stdheader.stdWrap.dataWrap = |\n\n#Standard-Headings aufrumen\nlib.st
dheader.stdWrap.dataWrap =\nlib.stdheader.10.1.fontTag = <h1>|</h1>\nlib.stdhead
er.10.2.fontTag = <h2>|</h2>\nlib.stdheader.10.3.fontTag = <h3>|</h3>\nlib.stdhe
ader.10.4.fontTag = <h4>|</h4>\nlib.stdheader.10.5.fontTag = <h5>|</h5>\n\n#Cont
ent Elemente aufrumen und Kommentare entfernen\ntt_content.stdWrap.dataWrap >\ntt_
content.stdWrap.prefixComment >\ntt_content.header.20.dataWrap >\ntt_content.hea
der.20.prefixComment >\ntt_content.default.prefixComment >\ntt_content.text.stdW
rap.prefixComment >\ntt_content.text.20.prefixComment >\ntt_content.textpic.20.s
tdWrap.prefixComment >\ntt_content.table.20.stdWrap.prefixComment >\ntt_content.
mailform.20.stdWrap.wrap >\ntt_content.menu.20.stdWrap.prefixComment >\ntt_conte
nt.image.20.stdWrap.prefixComment >\ntt_content.list.20.stdWrap.prefixComment >\
n\n\n\n# Configuring the Auto-Parser for main template:\nplugin.tx_automaketempl
ate_pi1 {\n # Read the template file:\n content = FILE\n content.file = fil
eadmin/templateZTSWire/template.html\n\n # Here we define which elements in t
he HTML that\n # should be wrapped in subpart-comments:\n elements {\n BO
DY.all = 1\n BODY.all.subpartMarker = DOCUMENT_BODY\n\n HEAD.all = 1\n
HEAD.all.subpartMarker = DOCUMENT_HEADER\n HEAD.rmTagSections = title\n\n
TD.all = 1\n DIV.all = 1\n }\n\n # Prefix all relative paths with this va
lue:\n relPathPrefix = fileadmin/templateZTSWire/\n}\n\n# Logo\ntemp.logo = COA
\ntemp.logo{\n 10 = TEXT\n 10{\n wrap = <h1>|</h1>\n typolink.parameter
= 1\n value = ZTS Wire\n noBlur = 1\n }\n}\n\n# Topnav\ntemp.topnav = HME
NU\ntemp.topnav{\n special = directory\n special.value = 6\n wrap = <ul>|<ul>
\n 1 = TMENU\n 1{\n NO.wrapItemAndSub = <li>|</li> |*|<li>|</li>|*|<li clas
s=\"last\">|</li>\n ACT = 1\n ACT.wrapItemAndSub = <li class=\"curr\">|</l
i>|*|<li class=\"curr\">|</li>|*|<li class=\"curr last\">|</li>\n }\n}\n\n# Mai
nnav\ntemp.mainnav = HMENU\ntemp.mainnav{\n wrap = <ul>|</ul>\n 1 = TMENU\n 1
{\n noBlur = 1\n NO.wrapItemAndSub = <li>|</li>\n ACT = 1\n ACT.wrap
ItemAndSub = <li class=\"curr\">|</li>\n }\n}\n\n# Subnav\ntemp.subnav = HMENU\
ntemp.subnav{\n entryLevel = 1\n 1 = TMENU\n 1{\n wrap = <div id=\"subnav\
"><ul>|</ul></div>\n noBlur = 1\n NO.wrapItemAndSub = <li>|</li>\n ACT
= 1\n ACT.wrapItemAndSub = <li class=\"curr\">|</li>\n }\n}\n\n#Krbler\ntemp.k
oerbler = COA\ntemp.koerbler{\n 10 = TEXT\n 10{\n typolink.parameter = www.
koerbler.com\n typolink.extTarget = _blank\n typolink.title = WebAgentur Krb
ler\n value = WebMarketing\n }\n 20 = TEXT\n 20.value = &nbsp;by<br />\n
30 = IMAGE\n 30{\n file = fileadmin/templateZTSWire/images/klogo.png\n al
tText = WebAgentur Krbler\n titleText = WebAgentur Krbler\n wrap = <a href=\"h
ttp://www.koerbler.com\" title=\"WebAgentur Krbler\" target=\"_blank\">|</a>\n }\
n}\n\n\n\n\n# Main TEMPLATE cObject for the BODY\ntemp.mainTemplate = TEMPLATE\n
temp.mainTemplate {\n # Feeding the content from the Auto-parser to the TEMPL
ATE cObject:\n template =< plugin.tx_automaketemplate_pi1\n # Select only th
e content between the <body>-tags\n workOnSubpart = DOCUMENT_BODY\n \n # Logo
\n subparts.logo < temp.logo\n \n # TopNav\n subparts.topNav < temp.topnav\n
\n #mainnav\n subparts.mainnav < temp.mainnav\n \n #subnav\n subparts.left
< temp.subnav\n \n #Content\n subparts.content < styles.content.get\n \n #R
ight\n subparts.right < styles.content.getRight\n \n #Images bottom\n subpar
ts.imageLinks < styles.content.getLeft\n \n #Krbler Logo\n subparts.footer < te
mp.koerbler\n\n\n #subparts.top < styles.content.getBorder\n\n #subparts.top.s
lide = -1\n\n \n # Dynamischer Banner mit Marker \'TESTSTYLE\':\nsubparts.TE
STSTYLE = TEXT\nsubparts.TESTSTYLE.value = fileadmin/btg/images/background.png\n
subparts.TESTSTYLE.override {\n\n data = levelmedia: -1, slide\n wrap = upload
s/media/|\n listNum = 0\n}\n}\n\n\n# Main TEMPLATE cObject for the HEAD\ntemp.h
eadTemplate = TEMPLATE\ntemp.headTemplate {\n # Feeding the content from the
Auto-parser to the TEMPLATE cObject:\n template =< plugin.tx_automaketemplate_p
i1\n # Select only the content between the <head>-tags\n workOnSubpart = DOC
UMENT_HEADER\n}\n\n\n\n\n# Default PAGE object:\npage = PAGE\npage.typeNum = 0\n
\n# Copying the content from TEMPLATE for <body>-section:\npage.10 < temp.mainTe
mplate\n\n# Copying the content from TEMPLATE for <head>-section:\npage.headerDa
ta.10 < temp.headTemplate\n\npage.config.disablePrefixComment = 1\n\";}}','conf
ig',1,'sys_template',1282297206,NULL,0),(33,63,'a:2:{s:9:\"oldRecord\";a:1:{s:6:
\"config\";s:5691:\"# Keywords, Description\npage.meta.DESCRIPTION = \npage.meta
.DESCRIPTION.override.field = DESCRIPTION\n\npage.meta.KEYWORDS = \npage.meta.KE
YWORDS.override.field = KEYWORDS\n\n\n\n[browser = msie]\nconfig.xmlprologue = n
one\n[global]\n\nincludeLibs.pagetitle = typo3conf/ext/mf_pagetitle/pagetitle.ph
p\nplugin.mf_pagetitle.title = {page:title} : ZTS Wire\nconfig.titleTagFunction
= user_pagetitle_class->changetitle\n\nconfig.simulateStaticDocuments = 1\nconfi
g.simulateStaticDocuments_addTitle = 70\nconfig.simulateStaticDocuments_pEnc = b
ase64\n\n\nconfig.extTarget = _self\nconfig.intTarget = _self\n#config.removeDef
aultJS = external\nconfig.inlineStyle2TempFile = 1\nconfig.language = de\n\n# ri
chtigen Doctype setzen\nconfig.doctype = xhtml_trans\n\n\n#RTE Tuning\nlib.parse
Func_RTE.nonTypoTagStdWrap.encapsLines.addAttributes.P.class >\nlib.parseFunc_RT
E.nonTypoTagStdWrap.encapsLines.remapTag >\nlib.parseFunc_RTE.nonTypoTagStdWrap.
encapsLines.addAttributes.DIV.class >\n#Angabe von Tags, die nicht mit einem zustz
lichen wrap umgeben werden\ndrfen\nlib.parseFunc_RTE.nonTypoTagStdWrap.encapsLines
.encapsTagList = cite,div, p, pre, h1, h2, h3, h4, h5, h6\n\n#Entfernt die zustzli
chen CSS-Klassen\nlib.stdheader.3 = LOAD_REGISTER\nlib.stdheader.3.headerClass =
\nlib.stdheader.3.headerClass.noTrimWrap = |\nlib.stdheader.stdWrap.dataWrap = |
\n\n#Standard-Headings aufrumen\nlib.stdheader.stdWrap.dataWrap =\nlib.stdheader.1
0.1.fontTag = <h1>|</h1>\nlib.stdheader.10.2.fontTag = <h2>|</h2>\nlib.stdheader
.10.3.fontTag = <h3>|</h3>\nlib.stdheader.10.4.fontTag = <h4>|</h4>\nlib.stdhead
er.10.5.fontTag = <h5>|</h5>\n\n#Content Elemente aufrumen und Kommentare entferne
n\ntt_content.stdWrap.dataWrap >\ntt_content.stdWrap.prefixComment >\ntt_content
.header.20.dataWrap >\ntt_content.header.20.prefixComment >\ntt_content.default.
prefixComment >\ntt_content.text.stdWrap.prefixComment >\ntt_content.text.20.pre
fixComment >\ntt_content.textpic.20.stdWrap.prefixComment >\ntt_content.table.20
.stdWrap.prefixComment >\ntt_content.mailform.20.stdWrap.wrap >\ntt_content.menu
.20.stdWrap.prefixComment >\ntt_content.image.20.stdWrap.prefixComment >\ntt_con
tent.list.20.stdWrap.prefixComment >\n\n\n\n# Configuring the Auto-Parser for ma
in template:\nplugin.tx_automaketemplate_pi1 {\n # Read the template file:\n
content = FILE\n content.file = fileadmin/templateZTSWire/template.html\n\n
# Here we define which elements in the HTML that\n # should be wrapped in su
bpart-comments:\n elements {\n BODY.all = 1\n BODY.all.subpartMarker = DO
CUMENT_BODY\n\n HEAD.all = 1\n HEAD.all.subpartMarker = DOCUMENT_HEADER\n
HEAD.rmTagSections = title\n\n TD.all = 1\n DIV.all = 1\n }\n\n # P
refix all relative paths with this value:\n relPathPrefix = fileadmin/templateZ
TSWire/\n}\n\n# Logo\ntemp.logo = COA\ntemp.logo{\n 10 = TEXT\n 10{\n wrap
= <h1>|</h1>\n typolink.parameter = 1\n value = ZTS Wire\n noBlur = 1\n
}\n}\n\n# Topnav\ntemp.topnav = HMENU\ntemp.topnav{\n special = directory\n
special.value = 6\n wrap = <ul>|<ul>\n 1 = TMENU\n 1{\n NO.wrapItemAndSub
= <li>|</li> |*|<li>|</li>|*|<li class=\"last\">|</li>\n ACT = 1\n ACT.wra
pItemAndSub = <li class=\"curr\">|</li>|*|<li class=\"curr\">|</li>|*|<li class=
\"curr last\">|</li>\n }\n}\n\n# Mainnav\ntemp.mainnav = HMENU\ntemp.mainnav{\n
wrap = <ul>|</ul>\n 1 = TMENU\n 1{\n noBlur = 1\n NO.wrapItemAndSub =
<li>|</li>\n ACT = 1\n ACT.wrapItemAndSub = <li class=\"curr\">|</li>\n }
\n}\n\n# Subnav\ntemp.subnav = HMENU\ntemp.subnav{\n entryLevel = 1\n 1 = TMEN
U\n 1{\n wrap = <div id=\"subnav\"><ul>|</ul></div>\n noBlur = 1\n NO.
wrapItemAndSub = <li>|</li>\n ACT = 1\n ACT.wrapItemAndSub = <li class=\"c
urr\">|</li>\n }\n}\n\n#Krbler\ntemp.koerbler = COA\ntemp.koerbler{\n 10 = TEXT\
n 10{\n typolink.parameter = www.koerbler.com\n typolink.extTarget = _bla
nk\n typolink.title = WebAgentur Krbler\n value = WebMarketing\n }\n 20 =
TEXT\n 20.value = &nbsp;by<br />\n 30 = IMAGE\n 30{\n file = fileadmin/tem
plateZTSWire/images/klogo.png\n altText = WebAgentur Krbler\n titleText = We
bAgentur Krbler\n wrap = <a href=\"http://www.koerbler.com\" title=\"WebAgentur
Krbler\" target=\"_blank\">|</a>\n }\n}\n\n\n\n\n# Main TEMPLATE cObject for the
BODY\ntemp.mainTemplate = TEMPLATE\ntemp.mainTemplate {\n # Feeding the cont
ent from the Auto-parser to the TEMPLATE cObject:\n template =< plugin.tx_autom
aketemplate_pi1\n # Select only the content between the <body>-tags\n workOn
Subpart = DOCUMENT_BODY\n \n # Logo\n subparts.logo < temp.logo\n \n # TopN
av\n subparts.topNav < temp.topnav\n\n #mainnav\n subparts.mainnav < temp.mai
nnav\n \n #subnav\n subparts.left < temp.subnav\n \n #Content\n subparts.c
ontent < styles.content.get\n \n #Right\n subparts.right < styles.content.get
Right\n \n #Images bottom\n subparts.imageLinks < styles.content.getLeft\n \
n #Krbler Logo\n subparts.footer < temp.koerbler\n\n\n #subparts.top < styles.c
ontent.getBorder\n\n #subparts.top.slide = -1\n\n \n # Dynamischer Banner m
it Marker \'TESTSTYLE\':\nsubparts.TESTSTYLE = TEXT\nsubparts.TESTSTYLE.value =
fileadmin/btg/images/background.png\nsubparts.TESTSTYLE.override {\n\n data = l
evelmedia: -1, slide\n wrap = uploads/media/|\n listNum = 0\n}\n}\n\n\n# Main
TEMPLATE cObject for the HEAD\ntemp.headTemplate = TEMPLATE\ntemp.headTemplate {
\n # Feeding the content from the Auto-parser to the TEMPLATE cObject:\n tem
plate =< plugin.tx_automaketemplate_pi1\n # Select only the content between t
he <head>-tags\n workOnSubpart = DOCUMENT_HEADER\n}\n\n\n\n\n# Default PAGE obj
ect:\npage = PAGE\npage.typeNum = 0\n\n# Copying the content from TEMPLATE for <
body>-section:\npage.10 < temp.mainTemplate\n\n# Copying the content from TEMPLA
TE for <head>-section:\npage.headerData.10 < temp.headTemplate\n\npage.config.d
isablePrefixComment = 1\n\";}s:9:\"newRecord\";a:1:{s:6:\"config\";s:5936:\"# Ke
ywords, Description\r\npage.meta.DESCRIPTION = \r\npage.meta.DESCRIPTION.overrid
e.field = DESCRIPTION\r\n\r\npage.meta.KEYWORDS = \r\npage.meta.KEYWORDS.overrid
e.field = KEYWORDS\r\n\r\n\r\n\r\n[browser = msie]\r\nconfig.xmlprologue = none\
r\n[global]\r\n\r\nincludeLibs.pagetitle = typo3conf/ext/mf_pagetitle/pagetitle.
php\r\nplugin.mf_pagetitle.title = {page:title} : ZTS Wire\r\nconfig.titleTagFun
ction = user_pagetitle_class->changetitle\r\n\r\nconfig.simulateStaticDocuments
= 1\r\nconfig.simulateStaticDocuments_addTitle = 70\r\nconfig.simulateStaticDocu
ments_pEnc = base64\r\n\r\n\r\nconfig.extTarget = _self\r\nconfig.intTarget = _s
elf\r\n#config.removeDefaultJS = external\r\nconfig.inlineStyle2TempFile = 1\r\n
config.language = de\r\n\r\n# richtigen Doctype setzen\r\nconfig.doctype = xhtml
_trans\r\n\r\n\r\n#RTE Tuning\r\nlib.parseFunc_RTE.nonTypoTagStdWrap.encapsLines
.addAttributes.P.class >\r\nlib.parseFunc_RTE.nonTypoTagStdWrap.encapsLines.rema
pTag >\r\nlib.parseFunc_RTE.nonTypoTagStdWrap.encapsLines.addAttributes.DIV.clas
s >\r\n#Angabe von Tags, die nicht mit einem zustzlichen wrap umgeben werden\r\ndrfe
n\r\nlib.parseFunc_RTE.nonTypoTagStdWrap.encapsLines.encapsTagList = cite,div, p
, pre, h1, h2, h3, h4, h5, h6\r\n\r\n#Entfernt die zustzlichen CSS-Klassen\r\nlib.
stdheader.3 = LOAD_REGISTER\r\nlib.stdheader.3.headerClass =\r\nlib.stdheader.3.
headerClass.noTrimWrap = |\r\nlib.stdheader.stdWrap.dataWrap = |\r\n\r\n#Standar
d-Headings aufrumen\r\nlib.stdheader.stdWrap.dataWrap =\r\nlib.stdheader.10.1.font
Tag = <h1>|</h1>\r\nlib.stdheader.10.2.fontTag = <h2>|</h2>\r\nlib.stdheader.10.
3.fontTag = <h3>|</h3>\r\nlib.stdheader.10.4.fontTag = <h4>|</h4>\r\nlib.stdhead
er.10.5.fontTag = <h5>|</h5>\r\n\r\n#Content Elemente aufrumen und Kommentare entf
ernen\r\ntt_content.stdWrap.dataWrap >\r\ntt_content.stdWrap.prefixComment >\r\n
tt_content.header.20.dataWrap >\r\ntt_content.header.20.prefixComment >\r\ntt_co
ntent.default.prefixComment >\r\ntt_content.text.stdWrap.prefixComment >\r\ntt_c
ontent.text.20.prefixComment >\r\ntt_content.textpic.20.stdWrap.prefixComment >\
r\ntt_content.table.20.stdWrap.prefixComment >\r\ntt_content.mailform.20.stdWrap
.wrap >\r\ntt_content.menu.20.stdWrap.prefixComment >\r\ntt_content.image.20.std
Wrap.prefixComment >\r\ntt_content.list.20.stdWrap.prefixComment >\r\n\r\n\r\n\r
\n# Configuring the Auto-Parser for main template:\r\nplugin.tx_automaketemplate
_pi1 {\r\n # Read the template file:\r\n content = FILE\r\n content.file =
fileadmin/templateZTSWire/template.html\r\n\r\n # Here we define which elemen
ts in the HTML that\r\n # should be wrapped in subpart-comments:\r\n element
s {\r\n BODY.all = 1\r\n BODY.all.subpartMarker = DOCUMENT_BODY\r\n\r\n
HEAD.all = 1\r\n HEAD.all.subpartMarker = DOCUMENT_HEADER\r\n HEAD.rmTagS
ections = title\r\n\r\n TD.all = 1\r\n DIV.all = 1\r\n }\r\n\r\n # Pre
fix all relative paths with this value:\r\n relPathPrefix = fileadmin/templateZ
TSWire/\r\n}\r\n\r\n# Logo\r\ntemp.logo = COA\r\ntemp.logo{\r\n 10 = TEXT\r\n
10{\r\n wrap = <h1>|</h1>\r\n typolink.parameter = 1\r\n value = ZTS Wi
re\r\n noBlur = 1\r\n }\r\n}\r\n\r\n# Topnav\r\ntemp.topnav = HMENU\r\ntemp.
topnav{\r\n special = directory\r\n special.value = 6\r\n wrap = <ul>|<ul>\r\
n 1 = TMENU\r\n 1{\r\n NO.wrapItemAndSub = <li>|</li> |*|<li>|</li>|*|<li c
lass=\"last\">|</li>\r\n ACT = 1\r\n ACT.wrapItemAndSub = <li class=\"curr
\">|</li>|*|<li class=\"curr\">|</li>|*|<li class=\"curr last\">|</li>\r\n }\r\
n}\r\n\r\n# Mainnav\r\ntemp.mainnav = HMENU\r\ntemp.mainnav{\r\n wrap = <ul>|</
ul>\r\n 1 = TMENU\r\n 1{\r\n noBlur = 1\r\n NO.wrapItemAndSub = <li>|</l
i>\r\n ACT = 1\r\n ACT.wrapItemAndSub = <li class=\"curr\">|</li>\r\n }\r
\n}\r\n\r\n# Subnav\r\ntemp.subnav = HMENU\r\ntemp.subnav{\r\n entryLevel = 1\r
\n 1 = TMENU\r\n 1{\r\n wrap = <div id=\"subnav\"><ul>|</ul></div>\r\n n
oBlur = 1\r\n NO.wrapItemAndSub = <li>|</li>\r\n ACT = 1\r\n ACT.wrapIt
emAndSub = <li class=\"curr\">|</li>\r\n }\r\n}\r\n\r\n#Krbler\r\ntemp.koerbler =
COA\r\ntemp.koerbler{\r\n 10 = TEXT\r\n 10{\r\n typolink.parameter = www.k
oerbler.com\r\n typolink.extTarget = _blank\r\n typolink.title = WebAgentu
r Krbler\r\n value = WebMarketing\r\n }\r\n 20 = TEXT\r\n 20.value = &nbsp;b
y<br />\r\n 30 = IMAGE\r\n 30{\r\n file = fileadmin/templateZTSWire/images/
klogo.png\r\n altText = WebAgentur Krbler\r\n titleText = WebAgentur Krbler\r\
n wrap = <a href=\"http://www.koerbler.com\" title=\"WebAgentur Krbler\" target
=\"_blank\">|</a>\r\n }\r\n}\r\n\r\n\r\n\r\n\r\n# Main TEMPLATE cObject for the
BODY\r\ntemp.mainTemplate = TEMPLATE\r\ntemp.mainTemplate {\r\n # Feeding th
e content from the Auto-parser to the TEMPLATE cObject:\r\n template =< plugin.
tx_automaketemplate_pi1\r\n # Select only the content between the <body>-tags
\r\n workOnSubpart = DOCUMENT_BODY\r\n \r\n # Logo\r\n subparts.logo < temp.
logo\r\n \r\n # TopNav\r\n subparts.topNav < temp.topnav\r\n\r\n #mainnav\r\
n subparts.mainnav < temp.mainnav\r\n \r\n #subnav\r\n subparts.left < temp.
subnav\r\n \r\n #Content\r\n subparts.content < styles.content.get\r\n \r\n
#Right\r\n subparts.right < styles.content.getRight\r\n \r\n #Images bottom\
r\n subparts.imageLinks < styles.content.getLeft\r\n \r\n #Krbler Logo\r\n sub
parts.footer < temp.koerbler\r\n\r\n\r\n #subparts.top < styles.content.getBord
er\r\n\r\n #subparts.top.slide = -1\r\n\r\n \r\n # Dynamischer Banner mit M
arker \'TESTSTYLE\':\r\nsubparts.TESTSTYLE = TEXT\r\nsubparts.TESTSTYLE.value =
fileadmin/btg/images/background.png\r\nsubparts.TESTSTYLE.override {\r\n\r\n da
ta = levelmedia: -1, slide\r\n wrap = uploads/media/|\r\n listNum = 0\r\n}\r\n
}\r\n\r\n\r\n# Main TEMPLATE cObject for the HEAD\r\ntemp.headTemplate = TEMPLAT
E\r\ntemp.headTemplate {\r\n # Feeding the content from the Auto-parser to th
e TEMPLATE cObject:\r\n template =< plugin.tx_automaketemplate_pi1\r\n # Sel
ect only the content between the <head>-tags\r\n workOnSubpart = DOCUMENT_HEADE
R\r\n}\r\n\r\n\r\n\r\n\r\n# Default PAGE object:\r\npage = PAGE\r\npage.typeNum
= 0\r\n\r\n# Copying the content from TEMPLATE for <body>-section:\r\npage.10 <
temp.mainTemplate\r\n\r\n# Copying the content from TEMPLATE for <head>-section:
\r\npage.headerData.10 < temp.headTemplate\r\n\r\npage.config.disablePrefixComm
ent = 1\r\n\";}}','config',1,'sys_template',1282297332,NULL,0),(35,67,'a:2:{s:9:
\"oldRecord\";a:1:{s:6:\"config\";s:5936:\"# Keywords, Description\r\npage.meta.
DESCRIPTION = \r\npage.meta.DESCRIPTION.override.field = DESCRIPTION\r\n\r\npage
.meta.KEYWORDS = \r\npage.meta.KEYWORDS.override.field = KEYWORDS\r\n\r\n\r\n\r\
n[browser = msie]\r\nconfig.xmlprologue = none\r\n[global]\r\n\r\nincludeLibs.pa
getitle = typo3conf/ext/mf_pagetitle/pagetitle.php\r\nplugin.mf_pagetitle.title
= {page:title} : ZTS Wire\r\nconfig.titleTagFunction = user_pagetitle_class->cha
ngetitle\r\n\r\nconfig.simulateStaticDocuments = 1\r\nconfig.simulateStaticDocum
ents_addTitle = 70\r\nconfig.simulateStaticDocuments_pEnc = base64\r\n\r\n\r\nco
nfig.extTarget = _self\r\nconfig.intTarget = _self\r\n#config.removeDefaultJS =
external\r\nconfig.inlineStyle2TempFile = 1\r\nconfig.language = de\r\n\r\n# ric
htigen Doctype setzen\r\nconfig.doctype = xhtml_trans\r\n\r\n\r\n#RTE Tuning\r\n
lib.parseFunc_RTE.nonTypoTagStdWrap.encapsLines.addAttributes.P.class >\r\nlib.p
arseFunc_RTE.nonTypoTagStdWrap.encapsLines.remapTag >\r\nlib.parseFunc_RTE.nonTy
poTagStdWrap.encapsLines.addAttributes.DIV.class >\r\n#Angabe von Tags, die nich
t mit einem zustzlichen wrap umgeben werden\r\ndrfen\r\nlib.parseFunc_RTE.nonTypoTag
StdWrap.encapsLines.encapsTagList = cite,div, p, pre, h1, h2, h3, h4, h5, h6\r\n
\r\n#Entfernt die zustzlichen CSS-Klassen\r\nlib.stdheader.3 = LOAD_REGISTER\r\nli
b.stdheader.3.headerClass =\r\nlib.stdheader.3.headerClass.noTrimWrap = |\r\nlib
.stdheader.stdWrap.dataWrap = |\r\n\r\n#Standard-Headings aufrumen\r\nlib.stdheade
r.stdWrap.dataWrap =\r\nlib.stdheader.10.1.fontTag = <h1>|</h1>\r\nlib.stdheader
.10.2.fontTag = <h2>|</h2>\r\nlib.stdheader.10.3.fontTag = <h3>|</h3>\r\nlib.std
header.10.4.fontTag = <h4>|</h4>\r\nlib.stdheader.10.5.fontTag = <h5>|</h5>\r\n\
r\n#Content Elemente aufrumen und Kommentare entfernen\r\ntt_content.stdWrap.dataW
rap >\r\ntt_content.stdWrap.prefixComment >\r\ntt_content.header.20.dataWrap >\r
\ntt_content.header.20.prefixComment >\r\ntt_content.default.prefixComment >\r\n
tt_content.text.stdWrap.prefixComment >\r\ntt_content.text.20.prefixComment >\r\
ntt_content.textpic.20.stdWrap.prefixComment >\r\ntt_content.table.20.stdWrap.pr
efixComment >\r\ntt_content.mailform.20.stdWrap.wrap >\r\ntt_content.menu.20.std
Wrap.prefixComment >\r\ntt_content.image.20.stdWrap.prefixComment >\r\ntt_conten
t.list.20.stdWrap.prefixComment >\r\n\r\n\r\n\r\n# Configuring the Auto-Parser f
or main template:\r\nplugin.tx_automaketemplate_pi1 {\r\n # Read the template
file:\r\n content = FILE\r\n content.file = fileadmin/templateZTSWire/templat
e.html\r\n\r\n # Here we define which elements in the HTML that\r\n # shou
ld be wrapped in subpart-comments:\r\n elements {\r\n BODY.all = 1\r\n BO
DY.all.subpartMarker = DOCUMENT_BODY\r\n\r\n HEAD.all = 1\r\n HEAD.all.sub
partMarker = DOCUMENT_HEADER\r\n HEAD.rmTagSections = title\r\n\r\n TD.all
= 1\r\n DIV.all = 1\r\n }\r\n\r\n # Prefix all relative paths with this
value:\r\n relPathPrefix = fileadmin/templateZTSWire/\r\n}\r\n\r\n# Logo\r\ntem
p.logo = COA\r\ntemp.logo{\r\n 10 = TEXT\r\n 10{\r\n wrap = <h1>|</h1>\r\n
typolink.parameter = 1\r\n value = ZTS Wire\r\n noBlur = 1\r\n }\r\n}\
r\n\r\n# Topnav\r\ntemp.topnav = HMENU\r\ntemp.topnav{\r\n special = directory\
r\n special.value = 6\r\n wrap = <ul>|<ul>\r\n 1 = TMENU\r\n 1{\r\n NO.wr
apItemAndSub = <li>|</li> |*|<li>|</li>|*|<li class=\"last\">|</li>\r\n ACT =
1\r\n ACT.wrapItemAndSub = <li class=\"curr\">|</li>|*|<li class=\"curr\">|<
/li>|*|<li class=\"curr last\">|</li>\r\n }\r\n}\r\n\r\n# Mainnav\r\ntemp.mainn
av = HMENU\r\ntemp.mainnav{\r\n wrap = <ul>|</ul>\r\n 1 = TMENU\r\n 1{\r\n
noBlur = 1\r\n NO.wrapItemAndSub = <li>|</li>\r\n ACT = 1\r\n ACT.wrap
ItemAndSub = <li class=\"curr\">|</li>\r\n }\r\n}\r\n\r\n# Subnav\r\ntemp.subna
v = HMENU\r\ntemp.subnav{\r\n entryLevel = 1\r\n 1 = TMENU\r\n 1{\r\n wrap
= <div id=\"subnav\"><ul>|</ul></div>\r\n noBlur = 1\r\n NO.wrapItemAndSu
b = <li>|</li>\r\n ACT = 1\r\n ACT.wrapItemAndSub = <li class=\"curr\">|</
li>\r\n }\r\n}\r\n\r\n#Krbler\r\ntemp.koerbler = COA\r\ntemp.koerbler{\r\n 10 =
TEXT\r\n 10{\r\n typolink.parameter = www.koerbler.com\r\n typolink.extTa
rget = _blank\r\n typolink.title = WebAgentur Krbler\r\n value = WebMarketin
g\r\n }\r\n 20 = TEXT\r\n 20.value = &nbsp;by<br />\r\n 30 = IMAGE\r\n 30{\
r\n file = fileadmin/templateZTSWire/images/klogo.png\r\n altText = WebAge
ntur Krbler\r\n titleText = WebAgentur Krbler\r\n wrap = <a href=\"http://www.
koerbler.com\" title=\"WebAgentur Krbler\" target=\"_blank\">|</a>\r\n }\r\n}\r\n
\r\n\r\n\r\n\r\n# Main TEMPLATE cObject for the BODY\r\ntemp.mainTemplate = TEMP
LATE\r\ntemp.mainTemplate {\r\n # Feeding the content from the Auto-parser to
the TEMPLATE cObject:\r\n template =< plugin.tx_automaketemplate_pi1\r\n #
Select only the content between the <body>-tags\r\n workOnSubpart = DOCUMENT_BO
DY\r\n \r\n # Logo\r\n subparts.logo < temp.logo\r\n \r\n # TopNav\r\n sub
parts.topNav < temp.topnav\r\n\r\n #mainnav\r\n subparts.mainnav < temp.mainna
v\r\n \r\n #subnav\r\n subparts.left < temp.subnav\r\n \r\n #Content\r\n s
ubparts.content < styles.content.get\r\n \r\n #Right\r\n subparts.right < sty
les.content.getRight\r\n \r\n #Images bottom\r\n subparts.imageLinks < styles
.content.getLeft\r\n \r\n #Krbler Logo\r\n subparts.footer < temp.koerbler\r\n\
r\n\r\n #subparts.top < styles.content.getBorder\r\n\r\n #subparts.top.slide =
-1\r\n\r\n \r\n # Dynamischer Banner mit Marker \'TESTSTYLE\':\r\nsubparts.
TESTSTYLE = TEXT\r\nsubparts.TESTSTYLE.value = fileadmin/btg/images/background.p
ng\r\nsubparts.TESTSTYLE.override {\r\n\r\n data = levelmedia: -1, slide\r\n w
rap = uploads/media/|\r\n listNum = 0\r\n}\r\n}\r\n\r\n\r\n# Main TEMPLATE cObj
ect for the HEAD\r\ntemp.headTemplate = TEMPLATE\r\ntemp.headTemplate {\r\n #
Feeding the content from the Auto-parser to the TEMPLATE cObject:\r\n template
=< plugin.tx_automaketemplate_pi1\r\n # Select only the content between the
<head>-tags\r\n workOnSubpart = DOCUMENT_HEADER\r\n}\r\n\r\n\r\n\r\n\r\n# Defau
lt PAGE object:\r\npage = PAGE\r\npage.typeNum = 0\r\n\r\n# Copying the content
from TEMPLATE for <body>-section:\r\npage.10 < temp.mainTemplate\r\n\r\n# Copyin
g the content from TEMPLATE for <head>-section:\r\npage.headerData.10 < temp.he
adTemplate\r\n\r\npage.config.disablePrefixComment = 1\r\n\";}s:9:\"newRecord\";
a:1:{s:6:\"config\";s:5724:\"# Keywords, Description\npage.meta.DESCRIPTION = \n
page.meta.DESCRIPTION.override.field = DESCRIPTION\n\npage.meta.KEYWORDS = \npag
e.meta.KEYWORDS.override.field = KEYWORDS\n\n\n\n[browser = msie]\nconfig.xmlpro
logue = none\n[global]\n\nincludeLibs.pagetitle = typo3conf/ext/mf_pagetitle/pag
etitle.php\nplugin.mf_pagetitle.title = {page:title} : ZTS Wire\nconfig.titleTag
Function = user_pagetitle_class->changetitle\n\nconfig.simulateStaticDocuments =
1\nconfig.simulateStaticDocuments_addTitle = 70\nconfig.simulateStaticDocuments
_pEnc = base64\n\n\nconfig.extTarget = _self\nconfig.intTarget = _self\n#config.
removeDefaultJS = external\nconfig.inlineStyle2TempFile = 1\nconfig.language = d
e\n\n# richtigen Doctype setzen\nconfig.doctype = xhtml_trans\n\n\n#RTE Tuning\n
lib.parseFunc_RTE.nonTypoTagStdWrap.encapsLines.addAttributes.P.class >\nlib.par
seFunc_RTE.nonTypoTagStdWrap.encapsLines.remapTag >\nlib.parseFunc_RTE.nonTypoTa
gStdWrap.encapsLines.addAttributes.DIV.class >\n#Angabe von Tags, die nicht mit
einem zustzlichen wrap umgeben werden\ndrfen\nlib.parseFunc_RTE.nonTypoTagStdWrap.en
capsLines.encapsTagList = cite,div, p, pre, h1, h2, h3, h4, h5, h6\n\n#Entfernt
die zustzlichen CSS-Klassen\nlib.stdheader.3 = LOAD_REGISTER\nlib.stdheader.3.head
erClass =\nlib.stdheader.3.headerClass.noTrimWrap = |\nlib.stdheader.stdWrap.dat
aWrap = |\n\n#Standard-Headings aufrumen\nlib.stdheader.stdWrap.dataWrap =\nlib.st
dheader.10.1.fontTag = <h1>|</h1>\nlib.stdheader.10.2.fontTag = <h2>|</h2>\nlib.
stdheader.10.3.fontTag = <h3>|</h3>\nlib.stdheader.10.4.fontTag = <h4>|</h4>\nli
b.stdheader.10.5.fontTag = <h5>|</h5>\n\n#Content Elemente aufrumen und Kommentare
entfernen\ntt_content.stdWrap.dataWrap >\ntt_content.stdWrap.prefixComment >\nt
t_content.header.20.dataWrap >\ntt_content.header.20.prefixComment >\ntt_content
.default.prefixComment >\ntt_content.text.stdWrap.prefixComment >\ntt_content.te
xt.20.prefixComment >\ntt_content.textpic.20.stdWrap.prefixComment >\ntt_content
.table.20.stdWrap.prefixComment >\ntt_content.mailform.20.stdWrap.wrap >\ntt_con
tent.menu.20.stdWrap.prefixComment >\ntt_content.image.20.stdWrap.prefixComment
>\ntt_content.list.20.stdWrap.prefixComment >\n\n\n\n# Configuring the Auto-Pars
er for main template:\nplugin.tx_automaketemplate_pi1 {\n # Read the template
file:\n content = FILE\n content.file = fileadmin/templateZTSWire/template.ht
ml\n\n # Here we define which elements in the HTML that\n # should be wrap
ped in subpart-comments:\n elements {\n BODY.all = 1\n BODY.all.subpartMa
rker = DOCUMENT_BODY\n\n HEAD.all = 1\n HEAD.all.subpartMarker = DOCUMENT_
HEADER\n HEAD.rmTagSections = title\n\n TD.all = 1\n DIV.all = 1\n }\n
\n # Prefix all relative paths with this value:\n relPathPrefix = fileadmin/
templateZTSWire/\n}\n\n# Logo\ntemp.logo = COA\ntemp.logo{\n 10 = TEXT\n 10{\n
wrap = <h1>|</h1>\n typolink.parameter = 1\n value = ZTS Wire\n noB
lur = 1\n }\n}\n\n# Topnav\ntemp.topnav = HMENU\ntemp.topnav{\n special = dire
ctory\n special.value = 6\n wrap = <ul>|<ul>\n 1 = TMENU\n 1{\n NO.wrapIt
emAndSub = <li>|</li> |*|<li>|</li>|*|<li class=\"last\">|</li>\n ACT = 1\n
ACT.wrapItemAndSub = <li class=\"curr\">|</li>|*|<li class=\"curr\">|</li>|*|<
li class=\"curr last\">|</li>\n }\n}\n\n# Mainnav\ntemp.mainnav = HMENU\ntemp.m
ainnav{\n wrap = <ul>|</ul>\n 1 = TMENU\n 1{\n noBlur = 1\n NO.wrapItem
AndSub = <li>|</li>\n ACT = 1\n ACT.wrapItemAndSub = <li class=\"curr\">|<
/li>\n }\n}\n\n# Subnav\ntemp.subnav = HMENU\ntemp.subnav{\n entryLevel = 1\n
1 = TMENU\n 1{\n wrap = <div id=\"subnav\"><ul>|</ul></div>\n noBlur = 1
\n NO.wrapItemAndSub = <li>|</li>\n ACT = 1\n ACT.wrapItemAndSub = <li
class=\"curr\">|</li>\n }\n}\n\n#Krbler\ntemp.koerbler = COA\ntemp.koerbler{\n 1
0 = TEXT\n 10{\n typolink.parameter = www.koerbler.com\n typolink.extTarg
et = _blank\n typolink.title = WebAgentur Krbler\n value = WebMarketing\n }
\n 20 = TEXT\n 20.value = &nbsp;by<br />\n 30 = IMAGE\n 30{\n file = file
admin/templateZTSWire/images/klogo.png\n altText = WebAgentur Krbler\n title
Text = WebAgentur Krbler\n wrap = <a href=\"http://www.koerbler.com\" title=\"W
ebAgentur Krbler\" target=\"_blank\">|</a>\n }\n}\n\n\n\n\n# Main TEMPLATE cObjec
t for the BODY\ntemp.mainTemplate = TEMPLATE\ntemp.mainTemplate {\n # Feeding
the content from the Auto-parser to the TEMPLATE cObject:\n template =< plugin
.tx_automaketemplate_pi1\n # Select only the content between the <body>-tags\
n workOnSubpart = DOCUMENT_BODY\n \n # Logo\n subparts.logo < temp.logo\n \
n # TopNav\n subparts.topNav < temp.topnav\n\n #mainnav\n subparts.mainnav <
temp.mainnav\n \n #subnav\n subparts.left < temp.subnav\n \n #Content\n s
ubparts.content < styles.content.get\n \n #Right\n subparts.right < styles.co
ntent.getRight\n \n #Images bottom\n subparts.imageLinks < styles.content.get
Left\n subparts.imageLinks.slide = -1\n \n #Krbler Logo\n subparts.footer < te
mp.koerbler\n\n\n #subparts.top < styles.content.getBorder\n\n #subparts.top.s
lide = -1\n\n \n # Dynamischer Banner mit Marker \'TESTSTYLE\':\nsubparts.TE
STSTYLE = TEXT\nsubparts.TESTSTYLE.value = fileadmin/btg/images/background.png\n
subparts.TESTSTYLE.override {\n\n data = levelmedia: -1, slide\n wrap = upload
s/media/|\n listNum = 0\n}\n}\n\n\n# Main TEMPLATE cObject for the HEAD\ntemp.h
eadTemplate = TEMPLATE\ntemp.headTemplate {\n # Feeding the content from the
Auto-parser to the TEMPLATE cObject:\n template =< plugin.tx_automaketemplate_p
i1\n # Select only the content between the <head>-tags\n workOnSubpart = DOC
UMENT_HEADER\n}\n\n\n\n\n# Default PAGE object:\npage = PAGE\npage.typeNum = 0\n
\n# Copying the content from TEMPLATE for <body>-section:\npage.10 < temp.mainTe
mplate\n\n# Copying the content from TEMPLATE for <head>-section:\npage.headerDa
ta.10 < temp.headTemplate\n\npage.config.disablePrefixComment = 1\n\";}}','conf
ig',1,'sys_template',1282297560,NULL,0),(36,68,'a:2:{s:9:\"oldRecord\";a:1:{s:9:
\"constants\";s:0:\"\";}s:9:\"newRecord\";a:1:{s:9:\"constants\";s:149:\"\nstyle
s.content.imgtext.maxW = 940\nstyles.content.imgtext.maxWInText = 0\nstyles.cont
ent.imgtext.linkWrap.width = 800\nstyles.content.loginform.pid = 0\";}}','consta
nts',1,'sys_template',1282297732,NULL,0),(39,76,'a:2:{s:9:\"oldRecord\";a:1:{s:6
:\"config\";s:5724:\"# Keywords, Description\npage.meta.DESCRIPTION = \npage.met
a.DESCRIPTION.override.field = DESCRIPTION\n\npage.meta.KEYWORDS = \npage.meta.K
EYWORDS.override.field = KEYWORDS\n\n\n\n[browser = msie]\nconfig.xmlprologue =
none\n[global]\n\nincludeLibs.pagetitle = typo3conf/ext/mf_pagetitle/pagetitle.p
hp\nplugin.mf_pagetitle.title = {page:title} : ZTS Wire\nconfig.titleTagFunction
= user_pagetitle_class->changetitle\n\nconfig.simulateStaticDocuments = 1\nconf
ig.simulateStaticDocuments_addTitle = 70\nconfig.simulateStaticDocuments_pEnc =
base64\n\n\nconfig.extTarget = _self\nconfig.intTarget = _self\n#config.removeDe
faultJS = external\nconfig.inlineStyle2TempFile = 1\nconfig.language = de\n\n# r
ichtigen Doctype setzen\nconfig.doctype = xhtml_trans\n\n\n#RTE Tuning\nlib.pars
eFunc_RTE.nonTypoTagStdWrap.encapsLines.addAttributes.P.class >\nlib.parseFunc_R
TE.nonTypoTagStdWrap.encapsLines.remapTag >\nlib.parseFunc_RTE.nonTypoTagStdWrap
.encapsLines.addAttributes.DIV.class >\n#Angabe von Tags, die nicht mit einem zu
stzlichen wrap umgeben werden\ndrfen\nlib.parseFunc_RTE.nonTypoTagStdWrap.encapsLine
s.encapsTagList = cite,div, p, pre, h1, h2, h3, h4, h5, h6\n\n#Entfernt die zustzl
ichen CSS-Klassen\nlib.stdheader.3 = LOAD_REGISTER\nlib.stdheader.3.headerClass
=\nlib.stdheader.3.headerClass.noTrimWrap = |\nlib.stdheader.stdWrap.dataWrap =
|\n\n#Standard-Headings aufrumen\nlib.stdheader.stdWrap.dataWrap =\nlib.stdheader.
10.1.fontTag = <h1>|</h1>\nlib.stdheader.10.2.fontTag = <h2>|</h2>\nlib.stdheade
r.10.3.fontTag = <h3>|</h3>\nlib.stdheader.10.4.fontTag = <h4>|</h4>\nlib.stdhea
der.10.5.fontTag = <h5>|</h5>\n\n#Content Elemente aufrumen und Kommentare entfern
en\ntt_content.stdWrap.dataWrap >\ntt_content.stdWrap.prefixComment >\ntt_conten
t.header.20.dataWrap >\ntt_content.header.20.prefixComment >\ntt_content.default
.prefixComment >\ntt_content.text.stdWrap.prefixComment >\ntt_content.text.20.pr
efixComment >\ntt_content.textpic.20.stdWrap.prefixComment >\ntt_content.table.2
0.stdWrap.prefixComment >\ntt_content.mailform.20.stdWrap.wrap >\ntt_content.men
u.20.stdWrap.prefixComment >\ntt_content.image.20.stdWrap.prefixComment >\ntt_co
ntent.list.20.stdWrap.prefixComment >\n\n\n\n# Configuring the Auto-Parser for m
ain template:\nplugin.tx_automaketemplate_pi1 {\n # Read the template file:\n
content = FILE\n content.file = fileadmin/templateZTSWire/template.html\n\n
# Here we define which elements in the HTML that\n # should be wrapped in s
ubpart-comments:\n elements {\n BODY.all = 1\n BODY.all.subpartMarker = D
OCUMENT_BODY\n\n HEAD.all = 1\n HEAD.all.subpartMarker = DOCUMENT_HEADER\n
HEAD.rmTagSections = title\n\n TD.all = 1\n DIV.all = 1\n }\n\n #
Prefix all relative paths with this value:\n relPathPrefix = fileadmin/template
ZTSWire/\n}\n\n# Logo\ntemp.logo = COA\ntemp.logo{\n 10 = TEXT\n 10{\n wrap
= <h1>|</h1>\n typolink.parameter = 1\n value = ZTS Wire\n noBlur = 1\
n }\n}\n\n# Topnav\ntemp.topnav = HMENU\ntemp.topnav{\n special = directory\n
special.value = 6\n wrap = <ul>|<ul>\n 1 = TMENU\n 1{\n NO.wrapItemAndSub
= <li>|</li> |*|<li>|</li>|*|<li class=\"last\">|</li>\n ACT = 1\n ACT.wr
apItemAndSub = <li class=\"curr\">|</li>|*|<li class=\"curr\">|</li>|*|<li class
=\"curr last\">|</li>\n }\n}\n\n# Mainnav\ntemp.mainnav = HMENU\ntemp.mainnav{\
n wrap = <ul>|</ul>\n 1 = TMENU\n 1{\n noBlur = 1\n NO.wrapItemAndSub =
<li>|</li>\n ACT = 1\n ACT.wrapItemAndSub = <li class=\"curr\">|</li>\n
}\n}\n\n# Subnav\ntemp.subnav = HMENU\ntemp.subnav{\n entryLevel = 1\n 1 = TME
NU\n 1{\n wrap = <div id=\"subnav\"><ul>|</ul></div>\n noBlur = 1\n NO
.wrapItemAndSub = <li>|</li>\n ACT = 1\n ACT.wrapItemAndSub = <li class=\"
curr\">|</li>\n }\n}\n\n#Krbler\ntemp.koerbler = COA\ntemp.koerbler{\n 10 = TEXT
\n 10{\n typolink.parameter = www.koerbler.com\n typolink.extTarget = _bl
ank\n typolink.title = WebAgentur Krbler\n value = WebMarketing\n }\n 20 =
TEXT\n 20.value = &nbsp;by<br />\n 30 = IMAGE\n 30{\n file = fileadmin/te
mplateZTSWire/images/klogo.png\n altText = WebAgentur Krbler\n titleText = W
ebAgentur Krbler\n wrap = <a href=\"http://www.koerbler.com\" title=\"WebAgentu
r Krbler\" target=\"_blank\">|</a>\n }\n}\n\n\n\n\n# Main TEMPLATE cObject for th
e BODY\ntemp.mainTemplate = TEMPLATE\ntemp.mainTemplate {\n # Feeding the con
tent from the Auto-parser to the TEMPLATE cObject:\n template =< plugin.tx_auto
maketemplate_pi1\n # Select only the content between the <body>-tags\n workO
nSubpart = DOCUMENT_BODY\n \n # Logo\n subparts.logo < temp.logo\n \n # Top
Nav\n subparts.topNav < temp.topnav\n\n #mainnav\n subparts.mainnav < temp.ma
innav\n \n #subnav\n subparts.left < temp.subnav\n \n #Content\n subparts.
content < styles.content.get\n \n #Right\n subparts.right < styles.content.ge
tRight\n \n #Images bottom\n subparts.imageLinks < styles.content.getLeft\n
subparts.imageLinks.slide = -1\n \n #Krbler Logo\n subparts.footer < temp.koerb
ler\n\n\n #subparts.top < styles.content.getBorder\n\n #subparts.top.slide = -
1\n\n \n # Dynamischer Banner mit Marker \'TESTSTYLE\':\nsubparts.TESTSTYLE
= TEXT\nsubparts.TESTSTYLE.value = fileadmin/btg/images/background.png\nsubparts
.TESTSTYLE.override {\n\n data = levelmedia: -1, slide\n wrap = uploads/media/
|\n listNum = 0\n}\n}\n\n\n# Main TEMPLATE cObject for the HEAD\ntemp.headTempl
ate = TEMPLATE\ntemp.headTemplate {\n # Feeding the content from the Auto-par
ser to the TEMPLATE cObject:\n template =< plugin.tx_automaketemplate_pi1\n
# Select only the content between the <head>-tags\n workOnSubpart = DOCUMENT_HE
ADER\n}\n\n\n\n\n# Default PAGE object:\npage = PAGE\npage.typeNum = 0\n\n# Copy
ing the content from TEMPLATE for <body>-section:\npage.10 < temp.mainTemplate\n
\n# Copying the content from TEMPLATE for <head>-section:\npage.headerData.10 <
temp.headTemplate\n\npage.config.disablePrefixComment = 1\n\";}s:9:\"newRecord\
";a:1:{s:6:\"config\";s:5752:\"# Keywords, Description\npage.meta.DESCRIPTION =
\npage.meta.DESCRIPTION.override.field = DESCRIPTION\n\npage.meta.KEYWORDS = \np
age.meta.KEYWORDS.override.field = KEYWORDS\n\n\n\n[browser = msie]\nconfig.xmlp
rologue = none\n[global]\n\nincludeLibs.pagetitle = typo3conf/ext/mf_pagetitle/p
agetitle.php\nplugin.mf_pagetitle.title = {page:title} : ZTS Wire\nconfig.titleT
agFunction = user_pagetitle_class->changetitle\n\nconfig.simulateStaticDocuments
= 1\nconfig.simulateStaticDocuments_addTitle = 70\nconfig.simulateStaticDocumen
ts_pEnc = base64\n\n\nconfig.extTarget = _self\nconfig.intTarget = _self\n#confi
g.removeDefaultJS = external\nconfig.inlineStyle2TempFile = 1\nconfig.language =
de\n\n# richtigen Doctype setzen\nconfig.doctype = xhtml_trans\n\n\n#RTE Tuning
\nlib.parseFunc_RTE.nonTypoTagStdWrap.encapsLines.addAttributes.P.class >\nlib.p
arseFunc_RTE.nonTypoTagStdWrap.encapsLines.remapTag >\nlib.parseFunc_RTE.nonTypo
TagStdWrap.encapsLines.addAttributes.DIV.class >\n#Angabe von Tags, die nicht mi
t einem zustzlichen wrap umgeben werden\ndrfen\nlib.parseFunc_RTE.nonTypoTagStdWrap.
encapsLines.encapsTagList = cite,div, p, pre, h1, h2, h3, h4, h5, h6\n\n#Entfern
t die zustzlichen CSS-Klassen\nlib.stdheader.3 = LOAD_REGISTER\nlib.stdheader.3.he
aderClass =\nlib.stdheader.3.headerClass.noTrimWrap = |\nlib.stdheader.stdWrap.d
ataWrap = |\n\n#Standard-Headings aufrumen\nlib.stdheader.stdWrap.dataWrap =\nlib.
stdheader.10.1.fontTag = <h1>|</h1>\nlib.stdheader.10.2.fontTag = <h2>|</h2>\nli
b.stdheader.10.3.fontTag = <h3>|</h3>\nlib.stdheader.10.4.fontTag = <h4>|</h4>\n
lib.stdheader.10.5.fontTag = <h5>|</h5>\n\n#Content Elemente aufrumen und Kommenta
re entfernen\ntt_content.stdWrap.dataWrap >\ntt_content.stdWrap.prefixComment >\
ntt_content.header.20.dataWrap >\ntt_content.header.20.prefixComment >\ntt_conte
nt.default.prefixComment >\ntt_content.text.stdWrap.prefixComment >\ntt_content.
text.20.prefixComment >\ntt_content.textpic.20.stdWrap.prefixComment >\ntt_conte
nt.table.20.stdWrap.prefixComment >\ntt_content.mailform.20.stdWrap.wrap >\ntt_c
ontent.menu.20.stdWrap.prefixComment >\ntt_content.image.20.stdWrap.prefixCommen
t >\ntt_content.list.20.stdWrap.prefixComment >\n\n\n\n# Configuring the Auto-Pa
rser for main template:\nplugin.tx_automaketemplate_pi1 {\n # Read the templa
te file:\n content = FILE\n content.file = fileadmin/templateZTSWire/template.
html\n\n # Here we define which elements in the HTML that\n # should be wr
apped in subpart-comments:\n elements {\n BODY.all = 1\n BODY.all.subpart
Marker = DOCUMENT_BODY\n\n HEAD.all = 1\n HEAD.all.subpartMarker = DOCUMEN
T_HEADER\n HEAD.rmTagSections = title\n\n TD.all = 1\n DIV.all = 1\n }
\n\n # Prefix all relative paths with this value:\n relPathPrefix = fileadmi
n/templateZTSWire/\n}\n\n# Logo\ntemp.logo = COA\ntemp.logo{\n 10 = TEXT\n 10{
\n wrap = <h1>|</h1>\n typolink.parameter = 1\n value = ZTS Wire\n n
oBlur = 1\n }\n}\n\n# Topnav\ntemp.topnav = HMENU\ntemp.topnav{\n special = di
rectory\n special.value = 6\n wrap = <ul>|<ul>\n 1 = TMENU\n 1{\n NO.wrap
ItemAndSub = <li>|</li> |*|<li>|</li>|*|<li class=\"last\">|</li>\n ACT = 1\n
ACT.wrapItemAndSub = <li class=\"curr\">|</li>|*|<li class=\"curr\">|</li>|*
|<li class=\"curr last\">|</li>\n }\n}\n\n# Mainnav\ntemp.mainnav = HMENU\ntemp
.mainnav{\n wrap = <ul>|</ul>\n 1 = TMENU\n 1{\n noBlur = 1\n NO.wrapIt
emAndSub = <li>|</li>\n ACT = 1\n ACT.wrapItemAndSub = <li class=\"curr\">
|</li>\n }\n}\n\n# Subnav\ntemp.subnav = HMENU\ntemp.subnav{\n entryLevel = 1\
n 1 = TMENU\n 1{\n wrap = <div id=\"subnav\"><ul>|</ul></div>\n noBlur =
1\n NO.wrapItemAndSub = <li>|</li>\n ACT = 1\n ACT.wrapItemAndSub = <l
i class=\"curr\">|</li>\n }\n}\n\n#Krbler\ntemp.koerbler = COA\ntemp.koerbler{\n
10 = TEXT\n 10{\n typolink.parameter = www.koerbler.com\n typolink.extTa
rget = _blank\n typolink.title = WebAgentur Krbler\n value = WebMarketing\n
}\n 20 = TEXT\n 20.value = &nbsp;by<br />\n 30 = IMAGE\n 30{\n file = fi
leadmin/templateZTSWire/images/klogo.png\n altText = WebAgentur Krbler\n tit
leText = WebAgentur Krbler\n wrap = <a href=\"http://www.koerbler.com\" title=\
"WebAgentur Krbler\" target=\"_blank\">|</a>\n }\n}\n\n\n\n\n# Main TEMPLATE cObj
ect for the BODY\ntemp.mainTemplate = TEMPLATE\ntemp.mainTemplate {\n # Feedi
ng the content from the Auto-parser to the TEMPLATE cObject:\n template =< plug
in.tx_automaketemplate_pi1\n # Select only the content between the <body>-tag
s\n workOnSubpart = DOCUMENT_BODY\n \n # Logo\n subparts.logo < temp.logo\n
\n # TopNav\n subparts.topNav < temp.topnav\n\n #mainnav\n subparts.mainnav
< temp.mainnav\n \n #subnav\n subparts.left < temp.subnav\n \n #Content\n
subparts.content < styles.content.get\n \n #Right\n subparts.right < styles.
content.getRight\n subparts.right.slide = -1\n \n #Images bottom\n subparts.
imageLinks < styles.content.getLeft\n subparts.imageLinks.slide = -1\n \n #Krbl
er Logo\n subparts.footer < temp.koerbler\n\n\n #subparts.top < styles.content
.getBorder\n\n #subparts.top.slide = -1\n\n \n # Dynamischer Banner mit Mar
ker \'TESTSTYLE\':\nsubparts.TESTSTYLE = TEXT\nsubparts.TESTSTYLE.value = filead
min/btg/images/background.png\nsubparts.TESTSTYLE.override {\n\n data = levelme
dia: -1, slide\n wrap = uploads/media/|\n listNum = 0\n}\n}\n\n\n# Main TEMPLA
TE cObject for the HEAD\ntemp.headTemplate = TEMPLATE\ntemp.headTemplate {\n
# Feeding the content from the Auto-parser to the TEMPLATE cObject:\n template
=< plugin.tx_automaketemplate_pi1\n # Select only the content between the <he
ad>-tags\n workOnSubpart = DOCUMENT_HEADER\n}\n\n\n\n\n# Default PAGE object:\n
page = PAGE\npage.typeNum = 0\n\n# Copying the content from TEMPLATE for <body>-
section:\npage.10 < temp.mainTemplate\n\n# Copying the content from TEMPLATE for
<head>-section:\npage.headerData.10 < temp.headTemplate\n\npage.config.disable
PrefixComment = 1\n\";}}','config',1,'sys_template',1282298473,NULL,0),(94,262,'
a:2:{s:9:\"oldRecord\";a:3:{s:6:\"header\";s:34:\"[Translate to Slowenisch:] Ser
vice\";s:8:\"bodytext\";s:354:\"[Translate to Slowenisch:] <span lang=\"EN-US\"
>Wir definieren unseren Unternehmenserfolg ber bestmglichen Kundenservice. Unser Zie
l ist es, unsere Kunden mit den fr sie am besten geeigneten Produkten termingenau
und preiswert zu versorgen, um sie in ihrer Wettbewerbsfhigkeit zu untersttzen - Uns
er Service fr den Erfolg Ihres Unternehmens!</span> \";s:15:\"l18n_diffsource\";s:
702:\"a:35:{s:5:\"CType\";N;s:16:\"sys_language_uid\";N;s:6:\"colPos\";N;s:11:\"
spaceBefore\";N;s:10:\"spaceAfter\";N;s:13:\"section_frame\";N;s:12:\"sectionInd
ex\";N;s:6:\"hidden\";N;s:6:\"header\";N;s:15:\"header_position\";N;s:13:\"heade
r_layout\";N;s:11:\"header_link\";N;s:4:\"date\";N;s:9:\"linkToTop\";N;s:8:\"bod
ytext\";N;s:11:\"rte_enabled\";N;s:5:\"image\";N;s:11:\"imageorient\";N;s:9:\"im
agecols\";N;s:12:\"image_noRows\";N;s:11:\"imageborder\";N;s:10:\"imagewidth\";N
;s:11:\"imageheight\";N;s:10:\"image_link\";N;s:10:\"image_zoom\";N;s:12:\"image
caption\";N;s:21:\"imagecaption_position\";N;s:7:\"altText\";N;s:9:\"titleText\"
;N;s:11:\"longdescURL\";N;s:17:\"image_compression\";N;s:13:\"image_effects\";N;
s:9:\"starttime\";N;s:7:\"endtime\";N;s:8:\"fe_group\";N;}\";}s:9:\"newRecord\";
a:3:{s:6:\"header\";s:6:\"Servis\";s:8:\"bodytext\";s:315:\"Vzrok uspenosti naega po
djetja je predvsem dober servis, ki ga nudimo naim strankam. Kot cilj smo si zast
avili, da nae stranke pravo&#269;asno in cenovno ugodno oskrbimo z najprimernejimi
produkti, tako,&nbsp; da jih podpremo v njihovi konkure&#269;nosti&nbsp; - na ser
vis&nbsp; za uspeh vaega podjetja! \";s:15:\"l18n_diffsource\";s:1270:\"a:36:{s:5
:\"CType\";s:7:\"textpic\";s:16:\"sys_language_uid\";s:1:\"0\";s:6:\"colPos\";s:
1:\"0\";s:11:\"spaceBefore\";s:1:\"0\";s:10:\"spaceAfter\";s:1:\"0\";s:13:\"sect
ion_frame\";s:1:\"0\";s:12:\"sectionIndex\";s:1:\"1\";s:6:\"hidden\";s:1:\"0\";s
:6:\"header\";s:7:\"Service\";s:15:\"header_position\";s:0:\"\";s:13:\"header_la
yout\";s:1:\"0\";s:11:\"header_link\";s:0:\"\";s:4:\"date\";s:1:\"0\";s:9:\"link
ToTop\";s:1:\"0\";s:8:\"bodytext\";s:327:\" <span lang=\"EN-US\">Wir definieren
unseren Unternehmenserfolg ber bestmglichen Kundenservice. Unser Ziel ist es, unsere
Kunden mit den fr sie am besten geeigneten Produkten termingenau und preiswert zu
versorgen, um sie in ihrer Wettbewerbsfhigkeit zu untersttzen - Unser Service fr den
Erfolg Ihres Unternehmens!</span> \";s:11:\"rte_enabled\";s:1:\"0\";s:5:\"image\
";s:0:\"\";s:11:\"imageorient\";s:2:\"17\";s:9:\"imagecols\";s:1:\"1\";s:12:\"im
age_noRows\";s:1:\"0\";s:11:\"imageborder\";s:1:\"0\";s:10:\"imagewidth\";s:1:\"
0\";s:11:\"imageheight\";s:1:\"0\";s:10:\"image_link\";s:0:\"\";s:10:\"image_zoo
m\";s:1:\"0\";s:12:\"imagecaption\";s:0:\"\";s:21:\"imagecaption_position\";s:0:
\"\";s:7:\"altText\";s:0:\"\";s:9:\"titleText\";s:0:\"\";s:11:\"longdescURL\";s:
0:\"\";s:17:\"image_compression\";s:1:\"0\";s:13:\"image_effects\";s:1:\"0\";s:9
:\"starttime\";s:1:\"0\";s:7:\"endtime\";s:1:\"0\";s:8:\"fe_group\";s:0:\"\";s:1
1:\"l18n_parent\";s:1:\"0\";}\";}}','header,bodytext,l18n_diffsource',25,'tt_con
tent',1289215365,NULL,0),(93,261,'a:2:{s:9:\"oldRecord\";a:3:{s:6:\"header\";s:1
0:\" (Kopie 1)\";s:8:\"bodytext\";s:814:\"[Translate to Slowenisch:] Wir stehen
fr:\r\n<ul><li><span lang=\"EN-US\">langjhrige Branchenerfahrung</span></li><li><spa
n lang=\"EN-US\">Beratung bei Produktauswahl und Anwendungstechnik</span></li><l
i><span lang=\"EN-US\">beste Kontakte zu Global Playern </span></li><li><span lang=\"EN
-US\">strenge Lieferantenauswahl</span></li><li><span lang=\"EN-US\">beste Produ
ktqualitt</span></li><li><span lang=\"EN-US\">langjhrige Kooperation, sowohl mit Lie
feranten, als auch mit unseren Kunden</span></li><li><span lang=\"EN-US\">Lagerh
altung von gngigen Artikeln</span></li><li><span lang=\"EN-US\">kundenspezifische
Bevorratung</span></li><li><span lang=\"EN-US\">Auswahl und Beschaffung von Spez
ialprodukten</span></li><li><span lang=\"EN-US\">Termingenaue Belieferung mit Ve
rtragspeditionen oder eigenem Fuhrpark</span></li></ul>\";s:15:\"l18n_diffsource
\";s:702:\"a:35:{s:5:\"CType\";N;s:16:\"sys_language_uid\";N;s:6:\"colPos\";N;s:
11:\"spaceBefore\";N;s:10:\"spaceAfter\";N;s:13:\"section_frame\";N;s:12:\"secti
onIndex\";N;s:6:\"hidden\";N;s:6:\"header\";N;s:15:\"header_position\";N;s:13:\"
header_layout\";N;s:11:\"header_link\";N;s:4:\"date\";N;s:9:\"linkToTop\";N;s:8:
\"bodytext\";N;s:11:\"rte_enabled\";N;s:5:\"image\";N;s:11:\"imageorient\";N;s:9
:\"imagecols\";N;s:12:\"image_noRows\";N;s:11:\"imageborder\";N;s:10:\"imagewidt
h\";N;s:11:\"imageheight\";N;s:10:\"image_link\";N;s:10:\"image_zoom\";N;s:12:\"
imagecaption\";N;s:21:\"imagecaption_position\";N;s:7:\"altText\";N;s:9:\"titleT
ext\";N;s:11:\"longdescURL\";N;s:17:\"image_compression\";N;s:13:\"image_effects
\";N;s:9:\"starttime\";N;s:7:\"endtime\";N;s:8:\"fe_group\";N;}\";}s:9:\"newReco
rd\";a:3:{s:6:\"header\";s:0:\"\";s:8:\"bodytext\";s:574:\"Nae ime stoji za:<br />
\r\n<ul><li>dolgotrajno vodstvo v doti&#269;ni panogi</li><li>svetovanje pri izb
iri produkta in uporabni tehniki</li><li>najbolje mednarodne kontakte </li><li>str
ogo izbiro dobaviteljev</li><li>najboljo kakovost produktov</li><li>dolgoro&#269;n
o kooperacijo, tako z dobavitelji, kot tudi z naimi strankami</li><li>zalogo obi&#
269;ajnih artiklov</li><li>za stranko specifi&#269;ne skladi&#269;ne zaloge </li><
li>izbiro in nabavo posebnih produktov</li><li>pravo&#269;asno dobavo s pomo&#26
9;jo pogodbenih pedicij ali lastnim voznim parkom</li></ul>\";s:15:\"l18n_diffsour
ce\";s:1723:\"a:36:{s:5:\"CType\";s:7:\"textpic\";s:16:\"sys_language_uid\";s:1:
\"0\";s:6:\"colPos\";s:1:\"0\";s:11:\"spaceBefore\";s:1:\"0\";s:10:\"spaceAfter\
";s:1:\"0\";s:13:\"section_frame\";s:1:\"0\";s:12:\"sectionIndex\";s:1:\"1\";s:6
:\"hidden\";s:1:\"0\";s:6:\"header\";s:0:\"\";s:15:\"header_position\";s:0:\"\";
s:13:\"header_layout\";s:1:\"0\";s:11:\"header_link\";s:0:\"\";s:4:\"date\";s:1:
\"0\";s:9:\"linkToTop\";s:1:\"0\";s:8:\"bodytext\";s:787:\"Wir stehen fr:\r\n<ul><
li><span lang=\"EN-US\">langjhrige Branchenerfahrung</span></li><li><span lang=\"E
N-US\">Beratung bei Produktauswahl und Anwendungstechnik</span></li><li><span la
ng=\"EN-US\">beste Kontakte zu Global Playern </span></li><li><span lang=\"EN-US\">stre
nge Lieferantenauswahl</span></li><li><span lang=\"EN-US\">beste Produktqualitt</s
pan></li><li><span lang=\"EN-US\">langjhrige Kooperation, sowohl mit Lieferanten,
als auch mit unseren Kunden</span></li><li><span lang=\"EN-US\">Lagerhaltung von
gngigen Artikeln</span></li><li><span lang=\"EN-US\">kundenspezifische Bevorratun
g</span></li><li><span lang=\"EN-US\">Auswahl und Beschaffung von Spezialprodukt
en</span></li><li><span lang=\"EN-US\">Termingenaue Belieferung mit Vertragspedi
tionen oder eigenem Fuhrpark</span></li></ul>\";s:11:\"rte_enabled\";s:1:\"0\";s
:5:\"image\";s:0:\"\";s:11:\"imageorient\";s:2:\"17\";s:9:\"imagecols\";s:1:\"1\
";s:12:\"image_noRows\";s:1:\"0\";s:11:\"imageborder\";s:1:\"0\";s:10:\"imagewid
th\";s:1:\"0\";s:11:\"imageheight\";s:1:\"0\";s:10:\"image_link\";s:0:\"\";s:10:
\"image_zoom\";s:1:\"0\";s:12:\"imagecaption\";s:0:\"\";s:21:\"imagecaption_posi
tion\";s:0:\"\";s:7:\"altText\";s:0:\"\";s:9:\"titleText\";s:0:\"\";s:11:\"longd
escURL\";s:0:\"\";s:17:\"image_compression\";s:1:\"0\";s:13:\"image_effects\";s:
1:\"0\";s:9:\"starttime\";s:1:\"0\";s:7:\"endtime\";s:1:\"0\";s:8:\"fe_group\";s
:0:\"\";s:11:\"l18n_parent\";s:1:\"0\";}\";}}','header,bodytext,l18n_diffsource'
,26,'tt_content',1289215338,NULL,0),(91,256,'a:2:{s:9:\"oldRecord\";a:1:{s:8:\"b
odytext\";s:1189:\"<span style=\"font-size: 14pt; font-family: &quot;Times New R
oman&quot;;\">Podjetje smo v mestu Mariboru ustanovili leta 2006. Nai sodelavci so
poznavalci te panoge z dolgoletnimi izkunjami na podro&#269;ju navijalnega materi
ala, uporabne tehnike in menedmenta kakovosti.</span>\r\n<span style=\"font-size:
14pt; font-family: &quot;Times New Roman&quot;;\">Sami se razumemo kot sistemski
dobavitelj za proizvodno industrijo, proizvajalce transormaterjev, proizvajalce
induktivnih gradbenih delov, </span>\r\n<span style=\"font-size: 14pt; font-fam
ily: &quot;Times New Roman&quot;;\">podizvajalce - dobavitelje za avtomobilsko i
ndustrijo, proizvajalce fotovoltaike</span>\r\n<span style=\"font-size: 14pt; fo
nt-family: &quot;Times New Roman&quot;;\">Iz naega skladi&#269;a v Mariboru/Slovenij
a, v neposredni bliini avstrijske meje, oskrbujemo stranke iz celotne centralne Ev
rope. Veliko pozornost posve&#269;amo najviji izdelovalni kakovosti pri naih partner
jih in naim strankam nudimo potrebno tehni&#269;no znanje. Kljub dokaj kratki zgod
ovini firme e sedaj v tej panogi spadamo med podjetja z najve&#269;jim prometom in
smo vodilni na izvoznem podro&#269;ju (ve&#269; kot 50 % izvoza)</span>\";}s:9:
\"newRecord\";a:1:{s:8:\"bodytext\";s:895:\"Podjetje smo v mestu Mariboru ustano
vili leta 2006. Nai sodelavci so poznavalci te panoge z dolgoletnimi izkunjami na po
dro&#269;ju navijalnega materiala, uporabne tehnike in menedmenta kakovosti.<br />
<br />Sami se razumemo kot sistemski dobavitelj za proizvodno industrijo, proizv
ajalce transormaterjev, proizvajalce induktivnih gradbenih delov,&nbsp; podizvaj
alce - dobavitelje za avtomobilsko industrijo, proizvajalce fotovoltaike.<br /><
br />Iz naega skladi&#269;a v Mariboru/Slovenija, v neposredni bliini avstrijske meje,
oskrbujemo stranke iz celotne centralne Evrope. Veliko pozornost posve&#269;amo
najviji izdelovalni kakovosti pri naih partnerjih in naim strankam nudimo potrebno te
hni&#269;no znanje. Kljub dokaj kratki zgodovini firme e sedaj v tej panogi spadam
o med podjetja z najve&#269;jim prometom in smo vodilni na izvoznem podro&#269;j
u (ve&#269; kot 50 % izvoza).\";}}','bodytext',23,'tt_content',1289214900,NULL,0
),(87,250,'a:2:{s:9:\"oldRecord\";a:1:{s:8:\"bodytext\";s:467:\"[Translate to Sl
owenisch:] \r\n<h2><span lang=\"EN-US\">auf der Website der Firma Zica d.o.o.</s
pan></h2>\r\nWir sind Systemlieferant fr Wickelmaterialien, Elektroisolierstoffe,
Imprgniermittel, Prfgerte - alles was fr die Produktion oder Reparatur von Elektromot
n und Transformatoren bentigt wird.\r\n<span lang=\"EN-US\">Auf unseren Produktsei
ten finden Sie eine exemplarische Auswahl an Produkten, die wir als Vertragshndler
oder Vertretungspartner liefern.</span>\";}s:9:\"newRecord\";a:1:{s:8:\"bodytex
t\";s:696:\"<h2><span lang=\"EN-GB\" style=\"font-size: 14pt; font-family: &quot
;Times New Roman&quot;;\">na spletni strani podjetja ica d.o.o.</span></h2>\r\n<sp
an style=\"font-size: 14pt; font-family: &quot;Times New Roman&quot;;\" lang=\"E
N-GB\">&nbsp;</span>\r\n<span style=\"font-size: 14pt; font-family: &quot;Times
New Roman&quot;;\" lang=\"EN-GB\">Smo sistemski dobavitelj za navijalni material
, elektroizolacijske snovi, impregnacijska sredstva, preskuevalne/nadzorne naprave
vse, kar je potrebno za proizvodnjo ali popravilo elektromotorjev in transformato
rjev.</span>\r\nNa naih produktnih straneh boste nali vzor&#269;ni izbor produktov,
ki jih dobavljamo, in sicer kot va pogodbeni trgovec ali va partner.\";}}','bodytext
',27,'tt_content',1289214471,NULL,0),(88,252,'a:2:{s:9:\"oldRecord\";a:1:{s:8:\"
bodytext\";s:696:\"<h2><span lang=\"EN-GB\" style=\"font-size: 14pt; font-family
: &quot;Times New Roman&quot;;\">na spletni strani podjetja ica d.o.o.</span></h2>
\r\n<span style=\"font-size: 14pt; font-family: &quot;Times New Roman&quot;;\" l
ang=\"EN-GB\">&nbsp;</span>\r\n<span style=\"font-size: 14pt; font-family: &quot
;Times New Roman&quot;;\" lang=\"EN-GB\">Smo sistemski dobavitelj za navijalni m
aterial, elektroizolacijske snovi, impregnacijska sredstva, preskuevalne/nadzorne
naprave vse, kar je potrebno za proizvodnjo ali popravilo elektromotorjev in trans
formatorjev.</span>\r\nNa naih produktnih straneh boste nali vzor&#269;ni izbor prod
uktov, ki jih dobavljamo, in sicer kot va pogodbeni trgovec ali va partner.\";}s:9:\
"newRecord\";a:1:{s:8:\"bodytext\";s:421:\"<h2>na spletni strani podjetja ica d.o.
o.</h2>\r\n<br />Smo sistemski dobavitelj za navijalni material, elektroizolacij
ske snovi, impregnacijska sredstva, preskuevalne/nadzorne naprave vse, kar je potreb
no za proizvodnjo ali popravilo elektromotorjev in transformatorjev.\r\n<br />Na
naih produktnih straneh boste nali vzor&#269;ni izbor produktov, ki jih dobavljamo,
in sicer kot va pogodbeni trgovec ali va partner.\";}}','bodytext',27,'tt_content',
1289214555,NULL,0),(86,248,'a:2:{s:9:\"oldRecord\";a:3:{s:6:\"header\";s:46:\"[T
ranslate to Slowenisch:] Herzlich Willkommen\";s:8:\"bodytext\";s:465:\"[Transla
te to Slowenisch:] <h2><span lang=\"EN-US\">auf der Website der Firma Zica d.o.o
.</span></h2>\r\nWir sind Systemlieferant fr Wickelmaterialien, Elektroisolierstof
fe, Imprgniermittel, Prfgerte - alles was fr die Produktion oder Reparatur von Elektr
toren und Transformatoren bentigt wird.\r\n<span lang=\"EN-US\">Auf unseren Produk
tseiten finden Sie eine exemplarische Auswahl an Produkten, die wir als Vertrags
hndler oder Vertretungspartner liefern.</span>\";s:15:\"l18n_diffsource\";s:702:\"
a:35:{s:5:\"CType\";N;s:16:\"sys_language_uid\";N;s:6:\"colPos\";N;s:11:\"spaceB
efore\";N;s:10:\"spaceAfter\";N;s:13:\"section_frame\";N;s:12:\"sectionIndex\";N
;s:6:\"hidden\";N;s:6:\"header\";N;s:15:\"header_position\";N;s:13:\"header_layo
ut\";N;s:11:\"header_link\";N;s:4:\"date\";N;s:9:\"linkToTop\";N;s:8:\"bodytext\
";N;s:11:\"rte_enabled\";N;s:5:\"image\";N;s:11:\"imageorient\";N;s:9:\"imagecol
s\";N;s:12:\"image_noRows\";N;s:11:\"imageborder\";N;s:10:\"imagewidth\";N;s:11:
\"imageheight\";N;s:10:\"image_link\";N;s:10:\"image_zoom\";N;s:12:\"imagecaptio
n\";N;s:21:\"imagecaption_position\";N;s:7:\"altText\";N;s:9:\"titleText\";N;s:1
1:\"longdescURL\";N;s:17:\"image_compression\";N;s:13:\"image_effects\";N;s:9:\"
starttime\";N;s:7:\"endtime\";N;s:8:\"fe_group\";N;}\";}s:9:\"newRecord\";a:3:{s
:6:\"header\";s:24:\"Prisr&#269;no dobrodoli\";s:8:\"bodytext\";s:467:\"[Translate
to Slowenisch:] \r\n<h2><span lang=\"EN-US\">auf der Website der Firma Zica d.o
.o.</span></h2>\r\nWir sind Systemlieferant fr Wickelmaterialien, Elektroisolierst
offe, Imprgniermittel, Prfgerte - alles was fr die Produktion oder Reparatur von Elek
motoren und Transformatoren bentigt wird.\r\n<span lang=\"EN-US\">Auf unseren Prod
uktseiten finden Sie eine exemplarische Auswahl an Produkten, die wir als Vertra
gshndler oder Vertretungspartner liefern.</span>\";s:15:\"l18n_diffsource\";s:1394
:\"a:36:{s:5:\"CType\";s:7:\"textpic\";s:16:\"sys_language_uid\";s:1:\"0\";s:6:\
"colPos\";s:1:\"0\";s:11:\"spaceBefore\";s:1:\"0\";s:10:\"spaceAfter\";s:1:\"0\"
;s:13:\"section_frame\";s:1:\"0\";s:12:\"sectionIndex\";s:1:\"1\";s:6:\"hidden\"
;s:1:\"0\";s:6:\"header\";s:19:\"Herzlich Willkommen\";s:15:\"header_position\";
s:0:\"\";s:13:\"header_layout\";s:1:\"0\";s:11:\"header_link\";s:0:\"\";s:4:\"da
te\";s:1:\"0\";s:9:\"linkToTop\";s:1:\"0\";s:8:\"bodytext\";s:438:\"<h2><span la
ng=\"EN-US\">auf der Website der Firma Zica d.o.o.</span></h2>\r\nWir sind Syste
mlieferant fr Wickelmaterialien, Elektroisolierstoffe, Imprgniermittel, Prfgerte - al
was fr die Produktion oder Reparatur von Elektromotoren und Transformatoren bentigt
wird.\r\n<span lang=\"EN-US\">Auf unseren Produktseiten finden Sie eine exempla
rische Auswahl an Produkten, die wir als Vertragshndler oder Vertretungspartner li
efern.</span>\";s:11:\"rte_enabled\";s:1:\"0\";s:5:\"image\";s:0:\"\";s:11:\"ima
georient\";s:2:\"17\";s:9:\"imagecols\";s:1:\"1\";s:12:\"image_noRows\";s:1:\"0\
";s:11:\"imageborder\";s:1:\"0\";s:10:\"imagewidth\";s:1:\"0\";s:11:\"imageheigh
t\";s:1:\"0\";s:10:\"image_link\";s:0:\"\";s:10:\"image_zoom\";s:1:\"0\";s:12:\"
imagecaption\";s:0:\"\";s:21:\"imagecaption_position\";s:0:\"\";s:7:\"altText\";
s:0:\"\";s:9:\"titleText\";s:0:\"\";s:11:\"longdescURL\";s:0:\"\";s:17:\"image_c
ompression\";s:1:\"0\";s:13:\"image_effects\";s:1:\"0\";s:9:\"starttime\";s:1:\"
0\";s:7:\"endtime\";s:1:\"0\";s:8:\"fe_group\";s:0:\"\";s:11:\"l18n_parent\";s:1
:\"0\";}\";}}','header,bodytext,l18n_diffsource',27,'tt_content',1289214414,NULL
,0),(92,259,'a:2:{s:9:\"oldRecord\";a:3:{s:6:\"header\";s:35:\"[Translate to Slo
wenisch:] Produkte\";s:8:\"bodytext\";s:570:\"[Translate to Slowenisch:] <span
lang=\"EN-US\">Unsere Produkte bertreffen in Ihrer Beschaffenheit oftmals die eins
chlgigen europischen Normen, viele sind dazu auch UL &amp; CSA gelistet. Bei unseren
Standardprodukten achten wir auf moderne Fertigungsverfahren und Qualittsrichtlin
ien. Auf Anfrage liefern wir auch Produkte nach Kundenvorgabe. Wir lassen unsere
Erfahrung in die notwendige Spezifikation einflie en und sorgen als Bindeglied zwi
schen unseren Kunden und Produktionspartnern fr die optimierte Herstellung von kun
denspezifischer Spezialprodukte.</span> \";s:15:\"l18n_diffsource\";s:702:\"a:35
:{s:5:\"CType\";N;s:16:\"sys_language_uid\";N;s:6:\"colPos\";N;s:11:\"spaceBefor
e\";N;s:10:\"spaceAfter\";N;s:13:\"section_frame\";N;s:12:\"sectionIndex\";N;s:6
:\"hidden\";N;s:6:\"header\";N;s:15:\"header_position\";N;s:13:\"header_layout\"
;N;s:11:\"header_link\";N;s:4:\"date\";N;s:9:\"linkToTop\";N;s:8:\"bodytext\";N;
s:11:\"rte_enabled\";N;s:5:\"image\";N;s:11:\"imageorient\";N;s:9:\"imagecols\";
N;s:12:\"image_noRows\";N;s:11:\"imageborder\";N;s:10:\"imagewidth\";N;s:11:\"im
ageheight\";N;s:10:\"image_link\";N;s:10:\"image_zoom\";N;s:12:\"imagecaption\";
N;s:21:\"imagecaption_position\";N;s:7:\"altText\";N;s:9:\"titleText\";N;s:11:\"
longdescURL\";N;s:17:\"image_compression\";N;s:13:\"image_effects\";N;s:9:\"star
ttime\";N;s:7:\"endtime\";N;s:8:\"fe_group\";N;}\";}s:9:\"newRecord\";a:3:{s:6:\
"header\";s:8:\"Produkti\";s:8:\"bodytext\";s:546:\"Pogosto nai produkti s svojo k
akovostjo prekaajo tozadevne evropske norme, mnogi se razen tega nahajajo tudi na
seznamu UL &amp; CSA. Pri naih standardnih produktih pazimo na moderni postopek pr
oizvodnje in na ustrezne smernice&nbsp; kakovosti.<br /><br />Na zahtevo dobavim
o tudi produkte, kot si jih je zamislila stranka. Nae izkunje se zrcalijo v potrebni
specifikaciji in kot vezni &#269;len med naimi strankami in proizvodnimi partnerj
i poskrbijo za optimirano proizvodnjo posebnih produktov, narejenih specifi&#269
;no za nae stranke.\";s:15:\"l18n_diffsource\";s:1486:\"a:36:{s:5:\"CType\";s:7:\"
textpic\";s:16:\"sys_language_uid\";s:1:\"0\";s:6:\"colPos\";s:1:\"0\";s:11:\"sp
aceBefore\";s:1:\"0\";s:10:\"spaceAfter\";s:1:\"0\";s:13:\"section_frame\";s:1:\
"0\";s:12:\"sectionIndex\";s:1:\"1\";s:6:\"hidden\";s:1:\"0\";s:6:\"header\";s:8
:\"Produkte\";s:15:\"header_position\";s:0:\"\";s:13:\"header_layout\";s:1:\"0\"
;s:11:\"header_link\";s:0:\"\";s:4:\"date\";s:1:\"0\";s:9:\"linkToTop\";s:1:\"0\
";s:8:\"bodytext\";s:543:\" <span lang=\"EN-US\">Unsere Produkte bertreffen in Ihr
er Beschaffenheit oftmals die einschlgigen europischen Normen, viele sind dazu auch
UL &amp; CSA gelistet. Bei unseren Standardprodukten achten wir auf moderne Fert
igungsverfahren und Qualittsrichtlinien. Auf Anfrage liefern wir auch Produkte nac
h Kundenvorgabe. Wir lassen unsere Erfahrung in die notwendige Spezifikation ein
flie en und sorgen als Bindeglied zwischen unseren Kunden und Produktionspartnern fr
die optimierte Herstellung von kundenspezifischer Spezialprodukte.</span> \";s:1
1:\"rte_enabled\";s:1:\"0\";s:5:\"image\";s:0:\"\";s:11:\"imageorient\";s:1:\"0\
";s:9:\"imagecols\";s:1:\"2\";s:12:\"image_noRows\";s:1:\"0\";s:11:\"imageborder
\";s:1:\"0\";s:10:\"imagewidth\";s:1:\"0\";s:11:\"imageheight\";s:1:\"0\";s:10:\
"image_link\";s:0:\"\";s:10:\"image_zoom\";s:1:\"0\";s:12:\"imagecaption\";s:0:\
"\";s:21:\"imagecaption_position\";s:0:\"\";s:7:\"altText\";s:0:\"\";s:9:\"title
Text\";s:0:\"\";s:11:\"longdescURL\";s:0:\"\";s:17:\"image_compression\";s:1:\"0
\";s:13:\"image_effects\";s:1:\"0\";s:9:\"starttime\";s:1:\"0\";s:7:\"endtime\";
s:1:\"0\";s:8:\"fe_group\";s:0:\"\";s:11:\"l18n_parent\";s:1:\"0\";}\";}}','head
er,bodytext,l18n_diffsource',24,'tt_content',1289215156,NULL,0),(89,253,'a:2:{s:
9:\"oldRecord\";a:1:{s:8:\"bodytext\";s:421:\"<h2>na spletni strani podjetja ica d
.o.o.</h2>\r\n<br />Smo sistemski dobavitelj za navijalni material, elektroizola
cijske snovi, impregnacijska sredstva, preskuevalne/nadzorne naprave vse, kar je pot
rebno za proizvodnjo ali popravilo elektromotorjev in transformatorjev.\r\n<br /
>Na naih produktnih straneh boste nali vzor&#269;ni izbor produktov, ki jih dobavlja
mo, in sicer kot va pogodbeni trgovec ali va partner.\";}s:9:\"newRecord\";a:1:{s:8:
\"bodytext\";s:419:\"<h2>na spletni strani podjetja ica d.o.o.</h2>\r\nSmo sistems
ki dobavitelj za navijalni material, elektroizolacijske snovi, impregnacijska sr
edstva, preskuevalne/nadzorne naprave vse, kar je potrebno za proizvodnjo ali poprav
ilo elektromotorjev in transformatorjev.<br /><br />Na naih produktnih straneh bos
te nali vzor&#269;ni izbor produktov, ki jih dobavljamo, in sicer kot va pogodbeni t
rgovec ali va partner.\";}}','bodytext',27,'tt_content',1289214566,NULL,0),(90,255
,'a:2:{s:9:\"oldRecord\";a:2:{s:8:\"bodytext\";s:1019:\"[Translate to Slowenisch
:] <span lang=\"EN-US\">Wir haben unser Handelsunternehmen 2006 in Maribor gegrnde
t. In unserem Team befinden sich Branchenkenner mit langjhriger Erfahrung im Berei
ch Wickelmaterial, Anwendungstechnik und Qualittsmanagement.</span>\r\n<span lang=
\"EN-US\">Wir verstehen uns als Systemlieferant fr die erzeugende Industrie und al
s flexibler Partner fr Reparaturbetriebe. Zu unserem Kundenkreis gehren: Elektromoto
renhersteller, Transformatorenerzeuger, Hersteller von induktiven Bauteilen, Zul
ieferbetriebe fr die Automobilindustrie, Photovoltaikproduzenten </span>\r\nVon unsere
m Lager in Maribor/Slowenien, nahe an der Grenze zu sterreich, beliefern wir unser
e Kunden in ganz Zentraleuropa. Wir legen Wert auf hchste Fertigungsqualitt bei unse
ren Partnern und stehen unseren Kunden mit technischem Know-how zur Seite. Trotz
unserer kurzen Firmengeschichte gehren wir bereits zu den umsatzstrksten Unternehme
n in der Branche und sind mit einer Exportquote von ber 50%&nbsp; branchenfhrend.\";
s:15:\"l18n_diffsource\";s:702:\"a:35:{s:5:\"CType\";N;s:16:\"sys_language_uid\"
;N;s:6:\"colPos\";N;s:11:\"spaceBefore\";N;s:10:\"spaceAfter\";N;s:13:\"section_
frame\";N;s:12:\"sectionIndex\";N;s:6:\"hidden\";N;s:6:\"header\";N;s:15:\"heade
r_position\";N;s:13:\"header_layout\";N;s:11:\"header_link\";N;s:4:\"date\";N;s:
9:\"linkToTop\";N;s:8:\"bodytext\";N;s:11:\"rte_enabled\";N;s:5:\"image\";N;s:11
:\"imageorient\";N;s:9:\"imagecols\";N;s:12:\"image_noRows\";N;s:11:\"imageborde
r\";N;s:10:\"imagewidth\";N;s:11:\"imageheight\";N;s:10:\"image_link\";N;s:10:\"
image_zoom\";N;s:12:\"imagecaption\";N;s:21:\"imagecaption_position\";N;s:7:\"al
tText\";N;s:9:\"titleText\";N;s:11:\"longdescURL\";N;s:17:\"image_compression\";
N;s:13:\"image_effects\";N;s:9:\"starttime\";N;s:7:\"endtime\";N;s:8:\"fe_group\
";N;}\";}s:9:\"newRecord\";a:2:{s:8:\"bodytext\";s:1189:\"<span style=\"font-siz
e: 14pt; font-family: &quot;Times New Roman&quot;;\">Podjetje smo v mestu Maribo
ru ustanovili leta 2006. Nai sodelavci so poznavalci te panoge z dolgoletnimi izkunj
ami na podro&#269;ju navijalnega materiala, uporabne tehnike in menedmenta kakovos
ti.</span>\r\n<span style=\"font-size: 14pt; font-family: &quot;Times New Roman&
quot;;\">Sami se razumemo kot sistemski dobavitelj za proizvodno industrijo, pro
izvajalce transormaterjev, proizvajalce induktivnih gradbenih delov, </span>\r\n
<span style=\"font-size: 14pt; font-family: &quot;Times New Roman&quot;;\">podiz
vajalce - dobavitelje za avtomobilsko industrijo, proizvajalce fotovoltaike</spa
n>\r\n<span style=\"font-size: 14pt; font-family: &quot;Times New Roman&quot;;\"
>Iz naega skladi&#269;a v Mariboru/Slovenija, v neposredni bliini avstrijske meje, osk
rbujemo stranke iz celotne centralne Evrope. Veliko pozornost posve&#269;amo naj
viji izdelovalni kakovosti pri naih partnerjih in naim strankam nudimo potrebno tehni&
#269;no znanje. Kljub dokaj kratki zgodovini firme e sedaj v tej panogi spadamo me
d podjetja z najve&#269;jim prometom in smo vodilni na izvoznem podro&#269;ju (v
e&#269; kot 50 % izvoza)</span>\";s:15:\"l18n_diffsource\";s:1940:\"a:36:{s:5:\"
CType\";s:7:\"textpic\";s:16:\"sys_language_uid\";s:1:\"0\";s:6:\"colPos\";s:1:\
"0\";s:11:\"spaceBefore\";s:1:\"0\";s:10:\"spaceAfter\";s:1:\"0\";s:13:\"section
_frame\";s:1:\"0\";s:12:\"sectionIndex\";s:1:\"1\";s:6:\"hidden\";s:1:\"0\";s:6:
\"header\";s:11:\"Unternehmen\";s:15:\"header_position\";s:0:\"\";s:13:\"header_
layout\";s:1:\"0\";s:11:\"header_link\";s:0:\"\";s:4:\"date\";s:1:\"0\";s:9:\"li
nkToTop\";s:1:\"0\";s:8:\"bodytext\";s:992:\"<span lang=\"EN-US\">Wir haben unse
r Handelsunternehmen 2006 in Maribor gegrndet. In unserem Team befinden sich Branc
henkenner mit langjhriger Erfahrung im Bereich Wickelmaterial, Anwendungstechnik u
nd Qualittsmanagement.</span>\r\n<span lang=\"EN-US\">Wir verstehen uns als System
lieferant fr die erzeugende Industrie und als flexibler Partner fr Reparaturbetriebe
. Zu unserem Kundenkreis gehren: Elektromotorenhersteller, Transformatorenerzeuger
, Hersteller von induktiven Bauteilen, Zulieferbetriebe fr die Automobilindustrie,
Photovoltaikproduzenten </span>\r\nVon unserem Lager in Maribor/Slowenien, nahe an
der Grenze zu sterreich, beliefern wir unsere Kunden in ganz Zentraleuropa. Wir le
gen Wert auf hchste Fertigungsqualitt bei unseren Partnern und stehen unseren Kunden
mit technischem Know-how zur Seite. Trotz unserer kurzen Firmengeschichte gehren
wir bereits zu den umsatzstrksten Unternehmen in der Branche und sind mit einer Ex
portquote von ber 50%&nbsp; branchenfhrend.\";s:11:\"rte_enabled\";s:1:\"0\";s:5:\"i
mage\";s:0:\"\";s:11:\"imageorient\";s:2:\"17\";s:9:\"imagecols\";s:1:\"1\";s:12
:\"image_noRows\";s:1:\"0\";s:11:\"imageborder\";s:1:\"0\";s:10:\"imagewidth\";s
:1:\"0\";s:11:\"imageheight\";s:1:\"0\";s:10:\"image_link\";s:0:\"\";s:10:\"imag
e_zoom\";s:1:\"0\";s:12:\"imagecaption\";s:0:\"\";s:21:\"imagecaption_position\"
;s:0:\"\";s:7:\"altText\";s:0:\"\";s:9:\"titleText\";s:0:\"\";s:11:\"longdescURL
\";s:0:\"\";s:17:\"image_compression\";s:1:\"0\";s:13:\"image_effects\";s:1:\"0\
";s:9:\"starttime\";s:1:\"0\";s:7:\"endtime\";s:1:\"0\";s:8:\"fe_group\";s:0:\"\
";s:11:\"l18n_parent\";s:1:\"0\";}\";}}','bodytext,l18n_diffsource',23,'tt_conte
nt',1289214805,NULL,0),(84,181,'a:2:{s:9:\"oldRecord\";a:1:{s:15:\"l18n_diffsour
ce\";s:253:\"a:14:{s:6:\"hidden\";N;s:5:\"title\";N;s:8:\"subtitle\";N;s:9:\"nav
_title\";N;s:6:\"author\";N;s:12:\"author_email\";N;s:8:\"abstract\";N;s:8:\"key
words\";N;s:11:\"description\";N;s:5:\"media\";N;s:9:\"starttime\";N;s:7:\"endti
me\";N;s:7:\"doktype\";N;s:16:\"sys_language_uid\";N;}\";}s:9:\"newRecord\";a:1:
{s:15:\"l18n_diffsource\";s:333:\"a:14:{s:6:\"hidden\";s:1:\"0\";s:5:\"title\";s
:10:\"Prfgerte\";s:8:\"subtitle\";s:0:\"\";s:9:\"nav_title\";s:0:\"\";s:6:\"author\"
;s:0:\"\";s:12:\"author_email\";s:0:\"\";s:8:\"abstract\";s:0:\"\";s:8:\"keyword
s\";s:0:\"\";s:11:\"description\";s:0:\"\";s:5:\"media\";s:0:\"\";s:9:\"starttim
e\";s:1:\"0\";s:7:\"endtime\";s:1:\"0\";s:7:\"doktype\";s:1:\"1\";s:16:\"sys_lan
guage_uid\";N;}\";}}','l18n_diffsource',5,'pages_language_overlay',1288267894,NU
LL,0),(85,215,'a:2:{s:9:\"oldRecord\";a:2:{s:5:\"title\";s:4:\"Home\";s:15:\"l18
n_diffsource\";s:253:\"a:14:{s:6:\"hidden\";N;s:5:\"title\";N;s:8:\"subtitle\";N
;s:9:\"nav_title\";N;s:6:\"author\";N;s:12:\"author_email\";N;s:8:\"abstract\";N
;s:8:\"keywords\";N;s:11:\"description\";N;s:5:\"media\";N;s:9:\"starttime\";N;s
:7:\"endtime\";N;s:7:\"doktype\";N;s:16:\"sys_language_uid\";N;}\";}s:9:\"newRec
ord\";a:2:{s:5:\"title\";s:5:\"Domov\";s:15:\"l18n_diffsource\";s:326:\"a:14:{s:
6:\"hidden\";s:1:\"0\";s:5:\"title\";s:4:\"Home\";s:8:\"subtitle\";s:0:\"\";s:9:
\"nav_title\";s:0:\"\";s:6:\"author\";s:0:\"\";s:12:\"author_email\";s:0:\"\";s:
8:\"abstract\";s:0:\"\";s:8:\"keywords\";s:0:\"\";s:11:\"description\";s:0:\"\";
s:5:\"media\";s:0:\"\";s:9:\"starttime\";s:1:\"0\";s:7:\"endtime\";s:1:\"0\";s:7
:\"doktype\";s:1:\"1\";s:16:\"sys_language_uid\";N;}\";}}','title,l18n_diffsourc
e',10,'pages_language_overlay',1288771863,NULL,0),(95,265,'a:2:{s:9:\"oldRecord\
";a:2:{s:6:\"header\";s:30:\"[Translate to Slowenisch:] AGB\";s:15:\"l18n_diffso
urce\";s:702:\"a:35:{s:5:\"CType\";N;s:16:\"sys_language_uid\";N;s:6:\"colPos\";
N;s:11:\"spaceBefore\";N;s:10:\"spaceAfter\";N;s:13:\"section_frame\";N;s:12:\"s
ectionIndex\";N;s:6:\"hidden\";N;s:6:\"header\";N;s:15:\"header_position\";N;s:1
3:\"header_layout\";N;s:11:\"header_link\";N;s:4:\"date\";N;s:9:\"linkToTop\";N;
s:8:\"bodytext\";N;s:11:\"rte_enabled\";N;s:5:\"image\";N;s:11:\"imageorient\";N
;s:9:\"imagecols\";N;s:12:\"image_noRows\";N;s:11:\"imageborder\";N;s:10:\"image
width\";N;s:11:\"imageheight\";N;s:10:\"image_link\";N;s:10:\"image_zoom\";N;s:1
2:\"imagecaption\";N;s:21:\"imagecaption_position\";N;s:7:\"altText\";N;s:9:\"ti
tleText\";N;s:11:\"longdescURL\";N;s:17:\"image_compression\";N;s:13:\"image_eff
ects\";N;s:9:\"starttime\";N;s:7:\"endtime\";N;s:8:\"fe_group\";N;}\";}s:9:\"new
Record\";a:2:{s:6:\"header\";s:29:\"SPP / Sploni poslovni pogoji\";s:15:\"l18n_dif
fsource\";s:937:\"a:36:{s:5:\"CType\";s:7:\"textpic\";s:16:\"sys_language_uid\";
s:1:\"0\";s:6:\"colPos\";s:1:\"0\";s:11:\"spaceBefore\";s:1:\"0\";s:10:\"spaceAf
ter\";s:1:\"0\";s:13:\"section_frame\";s:1:\"0\";s:12:\"sectionIndex\";s:1:\"1\"
;s:6:\"hidden\";s:1:\"0\";s:6:\"header\";s:3:\"AGB\";s:15:\"header_position\";s:
0:\"\";s:13:\"header_layout\";s:1:\"0\";s:11:\"header_link\";s:0:\"\";s:4:\"date
\";s:1:\"0\";s:9:\"linkToTop\";s:1:\"0\";s:8:\"bodytext\";s:0:\"\";s:11:\"rte_en
abled\";s:1:\"0\";s:5:\"image\";s:0:\"\";s:11:\"imageorient\";s:2:\"17\";s:9:\"i
magecols\";s:1:\"1\";s:12:\"image_noRows\";s:1:\"0\";s:11:\"imageborder\";s:1:\"
0\";s:10:\"imagewidth\";s:1:\"0\";s:11:\"imageheight\";s:1:\"0\";s:10:\"image_li
nk\";s:0:\"\";s:10:\"image_zoom\";s:1:\"0\";s:12:\"imagecaption\";s:0:\"\";s:21:
\"imagecaption_position\";s:0:\"\";s:7:\"altText\";s:0:\"\";s:9:\"titleText\";s:
0:\"\";s:11:\"longdescURL\";s:0:\"\";s:17:\"image_compression\";s:1:\"0\";s:13:\
"image_effects\";s:1:\"0\";s:9:\"starttime\";s:1:\"0\";s:7:\"endtime\";s:1:\"0\"
;s:8:\"fe_group\";s:0:\"\";s:11:\"l18n_parent\";s:1:\"0\";}\";}}','header,l18n_d
iffsource',28,'tt_content',1289215420,NULL,0),(96,267,'a:2:{s:9:\"oldRecord\";a:
1:{s:15:\"l18n_diffsource\";s:253:\"a:14:{s:6:\"hidden\";N;s:5:\"title\";N;s:8:\
"subtitle\";N;s:9:\"nav_title\";N;s:6:\"author\";N;s:12:\"author_email\";N;s:8:\
"abstract\";N;s:8:\"keywords\";N;s:11:\"description\";N;s:5:\"media\";N;s:9:\"st
arttime\";N;s:7:\"endtime\";N;s:7:\"doktype\";N;s:16:\"sys_language_uid\";N;}\";
}s:9:\"newRecord\";a:1:{s:15:\"l18n_diffsource\";s:329:\"a:14:{s:6:\"hidden\";s:
1:\"0\";s:5:\"title\";s:7:\"Kontakt\";s:8:\"subtitle\";s:0:\"\";s:9:\"nav_title\
";s:0:\"\";s:6:\"author\";s:0:\"\";s:12:\"author_email\";s:0:\"\";s:8:\"abstract
\";s:0:\"\";s:8:\"keywords\";s:0:\"\";s:11:\"description\";s:0:\"\";s:5:\"media\
";s:0:\"\";s:9:\"starttime\";s:1:\"0\";s:7:\"endtime\";s:1:\"0\";s:7:\"doktype\"
;s:1:\"1\";s:16:\"sys_language_uid\";N;}\";}}','l18n_diffsource',11,'pages_langu
age_overlay',1289215453,NULL,0),(97,269,'a:2:{s:9:\"oldRecord\";a:3:{s:6:\"heade
r\";s:34:\"[Translate to Slowenisch:] Kontakt\";s:8:\"bodytext\";s:335:\"[Transl
ate to Slowenisch:] <span lang=\"EN-US\"><b>Zica d.o.o.</b><br />Spelina ulica 0
22<br />p.p.133 MB<br />SI-2000 Maribor <br /></span>\r\n<span lang=\"EN-US\">Te
l.: 00386 2 426 00 99<br />Fax: 00386 2 426 01 39<br />E-Mail: </span><span lang
=\"DE-AT\"><link office@zts-wire.com>office@zts-wire.com</link></span><span lang
=\"EN-US\"></span>\";s:15:\"l18n_diffsource\";s:702:\"a:35:{s:5:\"CType\";N;s:16
:\"sys_language_uid\";N;s:6:\"colPos\";N;s:11:\"spaceBefore\";N;s:10:\"spaceAfte
r\";N;s:13:\"section_frame\";N;s:12:\"sectionIndex\";N;s:6:\"hidden\";N;s:6:\"he
ader\";N;s:15:\"header_position\";N;s:13:\"header_layout\";N;s:11:\"header_link\
";N;s:4:\"date\";N;s:9:\"linkToTop\";N;s:8:\"bodytext\";N;s:11:\"rte_enabled\";N
;s:5:\"image\";N;s:11:\"imageorient\";N;s:9:\"imagecols\";N;s:12:\"image_noRows\
";N;s:11:\"imageborder\";N;s:10:\"imagewidth\";N;s:11:\"imageheight\";N;s:10:\"i
mage_link\";N;s:10:\"image_zoom\";N;s:12:\"imagecaption\";N;s:21:\"imagecaption_
position\";N;s:7:\"altText\";N;s:9:\"titleText\";N;s:11:\"longdescURL\";N;s:17:\
"image_compression\";N;s:13:\"image_effects\";N;s:9:\"starttime\";N;s:7:\"endtim
e\";N;s:8:\"fe_group\";N;}\";}s:9:\"newRecord\";a:3:{s:6:\"header\";s:7:\"Kontak
t\";s:8:\"bodytext\";s:308:\"<span lang=\"EN-US\"><b>Zica d.o.o.</b><br />Spelin
a ulica 022<br />p.p.133 MB<br />SI-2000 Maribor <br /></span>\r\n<span lang=\"E
N-US\">Tel.: 00386 2 426 00 99<br />Fax: 00386 2 426 01 39<br />E-Mail: </span><
span lang=\"DE-AT\"><link office@zts-wire.com>office@zts-wire.com</link></span><
span lang=\"EN-US\"></span>\";s:15:\"l18n_diffsource\";s:1251:\"a:36:{s:5:\"CTyp
e\";s:7:\"textpic\";s:16:\"sys_language_uid\";s:1:\"0\";s:6:\"colPos\";s:1:\"0\"
;s:11:\"spaceBefore\";s:1:\"0\";s:10:\"spaceAfter\";s:1:\"0\";s:13:\"section_fra
me\";s:1:\"0\";s:12:\"sectionIndex\";s:1:\"1\";s:6:\"hidden\";s:1:\"0\";s:6:\"he
ader\";s:7:\"Kontakt\";s:15:\"header_position\";s:0:\"\";s:13:\"header_layout\";
s:1:\"0\";s:11:\"header_link\";s:0:\"\";s:4:\"date\";s:1:\"0\";s:9:\"linkToTop\"
;s:1:\"0\";s:8:\"bodytext\";s:308:\"<span lang=\"EN-US\"><b>Zica d.o.o.</b><br /
>Spelina ulica 022<br />p.p.133 MB<br />SI-2000 Maribor <br /></span>\r\n<span l
ang=\"EN-US\">Tel.: 00386 2 426 00 99<br />Fax: 00386 2 426 01 39<br />E-Mail: <
/span><span lang=\"DE-AT\"><link office@zts-wire.com>office@zts-wire.com</link><
/span><span lang=\"EN-US\"></span>\";s:11:\"rte_enabled\";s:1:\"0\";s:5:\"image\
";s:0:\"\";s:11:\"imageorient\";s:2:\"17\";s:9:\"imagecols\";s:1:\"1\";s:12:\"im
age_noRows\";s:1:\"0\";s:11:\"imageborder\";s:1:\"0\";s:10:\"imagewidth\";s:1:\"
0\";s:11:\"imageheight\";s:1:\"0\";s:10:\"image_link\";s:0:\"\";s:10:\"image_zoo
m\";s:1:\"0\";s:12:\"imagecaption\";s:0:\"\";s:21:\"imagecaption_position\";s:0:
\"\";s:7:\"altText\";s:0:\"\";s:9:\"titleText\";s:0:\"\";s:11:\"longdescURL\";s:
0:\"\";s:17:\"image_compression\";s:1:\"0\";s:13:\"image_effects\";s:1:\"0\";s:9
:\"starttime\";s:1:\"0\";s:7:\"endtime\";s:1:\"0\";s:8:\"fe_group\";s:0:\"\";s:1
1:\"l18n_parent\";s:1:\"0\";}\";}}','header,bodytext,l18n_diffsource',29,'tt_con
tent',1289215507,NULL,0),(98,278,'a:2:{s:9:\"oldRecord\";a:4:{s:8:\"bodytext\";s
:12:\"Zum Download\";s:5:\"image\";s:0:\"\";s:11:\"imageorient\";s:2:\"17\";s:10
:\"imagewidth\";s:1:\"0\";}s:9:\"newRecord\";a:4:{s:8:\"bodytext\";s:81:\"<link
fileadmin/user_upload/PDF/10_GLP1-eHV_DE.pdf - download>Zum Download</link>\";s:
5:\"image\";s:10:\"PDF_13.gif\";s:11:\"imageorient\";s:2:\"26\";s:10:\"imagewidt
h\";i:100;}}','bodytext,image,imageorient,imagewidth',31,'tt_content',1289216344
,NULL,0),(99,285,'a:2:{s:9:\"oldRecord\";a:1:{s:10:\"imagewidth\";s:3:\"100\";}s
:9:\"newRecord\";a:1:{s:10:\"imagewidth\";i:50;}}','imagewidth',31,'tt_content',
1289216689,NULL,0),(100,286,'a:2:{s:9:\"oldRecord\";a:1:{s:10:\"imagewidth\";s:2
:\"50\";}s:9:\"newRecord\";a:1:{s:10:\"imagewidth\";i:30;}}','imagewidth',31,'tt
_content',1289216726,NULL,0),(101,288,'a:2:{s:9:\"oldRecord\";a:1:{s:6:\"header\
";s:9:\"HV-Tester\";}s:9:\"newRecord\";a:1:{s:6:\"header\";s:0:\"\";}}','header'
,31,'tt_content',1289216778,NULL,0),(102,290,'a:2:{s:9:\"oldRecord\";a:2:{s:6:\"
header\";s:11:\"Surgetester\";s:10:\"imagewidth\";s:3:\"100\";}s:9:\"newRecord\"
;a:2:{s:6:\"header\";s:0:\"\";s:10:\"imagewidth\";i:50;}}','header,imagewidth',3
2,'tt_content',1289216828,NULL,0),(103,293,'a:2:{s:9:\"oldRecord\";a:2:{s:6:\"he
ader\";s:15:\"Universaltester\";s:10:\"imagewidth\";s:3:\"100\";}s:9:\"newRecord
\";a:2:{s:6:\"header\";s:0:\"\";s:10:\"imagewidth\";i:50;}}','header,imagewidth'
,33,'tt_content',1289216871,NULL,0),(104,294,'a:2:{s:9:\"oldRecord\";a:1:{s:10:\
"imagewidth\";s:2:\"50\";}s:9:\"newRecord\";a:1:{s:10:\"imagewidth\";i:30;}}','i
magewidth',33,'tt_content',1289216883,NULL,0),(105,296,'a:2:{s:9:\"oldRecord\";a
:2:{s:6:\"header\";s:17:\"Sicherheitstester\";s:10:\"imagewidth\";s:3:\"100\";}s
:9:\"newRecord\";a:2:{s:6:\"header\";s:0:\"\";s:10:\"imagewidth\";i:30;}}','head
er,imagewidth',34,'tt_content',1289216918,NULL,0),(106,298,'a:2:{s:9:\"oldRecord
\";a:2:{s:6:\"header\";s:11:\"Motortester\";s:10:\"imagewidth\";s:3:\"100\";}s:9
:\"newRecord\";a:2:{s:6:\"header\";s:0:\"\";s:10:\"imagewidth\";i:30;}}','header
,imagewidth',35,'tt_content',1289216959,NULL,0),(107,299,'a:2:{s:9:\"oldRecord\"
;a:1:{s:10:\"imagewidth\";s:2:\"50\";}s:9:\"newRecord\";a:1:{s:10:\"imagewidth\"
;i:30;}}','imagewidth',32,'tt_content',1289216991,NULL,0),(108,302,'a:2:{s:9:\"o
ldRecord\";a:2:{s:6:\"header\";s:41:\"[Translate to Slowenisch:] Wickelmaterial\
";s:15:\"l18n_diffsource\";s:361:\"a:19:{s:5:\"CType\";N;s:16:\"sys_language_uid
\";N;s:6:\"colPos\";N;s:11:\"spaceBefore\";N;s:10:\"spaceAfter\";N;s:13:\"sectio
n_frame\";N;s:12:\"sectionIndex\";N;s:6:\"hidden\";N;s:6:\"header\";N;s:15:\"hea
der_position\";N;s:13:\"header_layout\";N;s:11:\"header_link\";N;s:4:\"date\";N;
s:9:\"linkToTop\";N;s:9:\"menu_type\";N;s:5:\"pages\";N;s:9:\"starttime\";N;s:7:
\"endtime\";N;s:8:\"fe_group\";N;}\";}s:9:\"newRecord\";a:2:{s:6:\"header\";s:18
:\"NAVIJALNI MATERIAL\";s:15:\"l18n_diffsource\";s:516:\"a:20:{s:5:\"CType\";s:4
:\"menu\";s:16:\"sys_language_uid\";s:1:\"0\";s:6:\"colPos\";s:1:\"0\";s:11:\"sp
aceBefore\";s:1:\"0\";s:10:\"spaceAfter\";s:1:\"0\";s:13:\"section_frame\";s:1:\
"0\";s:12:\"sectionIndex\";s:1:\"1\";s:6:\"hidden\";s:1:\"0\";s:6:\"header\";s:1
4:\"Wickelmaterial\";s:15:\"header_position\";s:0:\"\";s:13:\"header_layout\";s:
1:\"0\";s:11:\"header_link\";s:0:\"\";s:4:\"date\";s:1:\"0\";s:9:\"linkToTop\";s
:1:\"0\";s:9:\"menu_type\";s:1:\"1\";s:5:\"pages\";s:1:\"9\";s:9:\"starttime\";s
:1:\"0\";s:7:\"endtime\";s:1:\"0\";s:8:\"fe_group\";s:0:\"\";s:11:\"l18n_parent\
";s:1:\"0\";}\";}}','header,l18n_diffsource',41,'tt_content',1289227965,NULL,0),
(109,304,'a:2:{s:9:\"oldRecord\";a:2:{s:6:\"header\";s:49:\"[Translate to Slowen
isch:] Elektroisoliermaterial\";s:15:\"l18n_diffsource\";s:361:\"a:19:{s:5:\"CTy
pe\";N;s:16:\"sys_language_uid\";N;s:6:\"colPos\";N;s:11:\"spaceBefore\";N;s:10:
\"spaceAfter\";N;s:13:\"section_frame\";N;s:12:\"sectionIndex\";N;s:6:\"hidden\"
;N;s:6:\"header\";N;s:15:\"header_position\";N;s:13:\"header_layout\";N;s:11:\"h
eader_link\";N;s:4:\"date\";N;s:9:\"linkToTop\";N;s:9:\"menu_type\";N;s:5:\"page
s\";N;s:9:\"starttime\";N;s:7:\"endtime\";N;s:8:\"fe_group\";N;}\";}s:9:\"newRec
ord\";a:2:{s:6:\"header\";s:27:\"ELEKTROIZOLACIJSKI MATERIAL\";s:15:\"l18n_diffs
ource\";s:525:\"a:20:{s:5:\"CType\";s:4:\"menu\";s:16:\"sys_language_uid\";s:1:\
"0\";s:6:\"colPos\";s:1:\"0\";s:11:\"spaceBefore\";s:1:\"0\";s:10:\"spaceAfter\"
;s:1:\"0\";s:13:\"section_frame\";s:1:\"0\";s:12:\"sectionIndex\";s:1:\"1\";s:6:
\"hidden\";s:1:\"0\";s:6:\"header\";s:22:\"Elektroisoliermaterial\";s:15:\"heade
r_position\";s:0:\"\";s:13:\"header_layout\";s:1:\"0\";s:11:\"header_link\";s:0:
\"\";s:4:\"date\";s:1:\"0\";s:9:\"linkToTop\";s:1:\"0\";s:9:\"menu_type\";s:1:\"
1\";s:5:\"pages\";s:2:\"10\";s:9:\"starttime\";s:1:\"0\";s:7:\"endtime\";s:1:\"0
\";s:8:\"fe_group\";s:0:\"\";s:11:\"l18n_parent\";s:1:\"0\";}\";}}','header,l18n
_diffsource',42,'tt_content',1289227984,NULL,0),(110,306,'a:2:{s:9:\"oldRecord\"
;a:2:{s:6:\"header\";s:43:\"[Translate to Slowenisch:] Imprgniermittel\";s:15:\"l1
8n_diffsource\";s:361:\"a:19:{s:5:\"CType\";N;s:16:\"sys_language_uid\";N;s:6:\"
colPos\";N;s:11:\"spaceBefore\";N;s:10:\"spaceAfter\";N;s:13:\"section_frame\";N
;s:12:\"sectionIndex\";N;s:6:\"hidden\";N;s:6:\"header\";N;s:15:\"header_positio
n\";N;s:13:\"header_layout\";N;s:11:\"header_link\";N;s:4:\"date\";N;s:9:\"linkT
oTop\";N;s:9:\"menu_type\";N;s:5:\"pages\";N;s:9:\"starttime\";N;s:7:\"endtime\"
;N;s:8:\"fe_group\";N;}\";}s:9:\"newRecord\";a:2:{s:6:\"header\";s:23:\"IMPREGNA
CIJSKA SREDSTVA\";s:15:\"l18n_diffsource\";s:519:\"a:20:{s:5:\"CType\";s:4:\"men
u\";s:16:\"sys_language_uid\";s:1:\"0\";s:6:\"colPos\";s:1:\"0\";s:11:\"spaceBef
ore\";s:1:\"0\";s:10:\"spaceAfter\";s:1:\"0\";s:13:\"section_frame\";s:1:\"0\";s
:12:\"sectionIndex\";s:1:\"1\";s:6:\"hidden\";s:1:\"0\";s:6:\"header\";s:16:\"Im
prgniermittel\";s:15:\"header_position\";s:0:\"\";s:13:\"header_layout\";s:1:\"0\"
;s:11:\"header_link\";s:0:\"\";s:4:\"date\";s:1:\"0\";s:9:\"linkToTop\";s:1:\"0\
";s:9:\"menu_type\";s:1:\"1\";s:5:\"pages\";s:2:\"11\";s:9:\"starttime\";s:1:\"0
\";s:7:\"endtime\";s:1:\"0\";s:8:\"fe_group\";s:0:\"\";s:11:\"l18n_parent\";s:1:
\"0\";}\";}}','header,l18n_diffsource',43,'tt_content',1289228005,NULL,0),(111,3
08,'a:2:{s:9:\"oldRecord\";a:2:{s:6:\"header\";s:37:\"[Translate to Slowenisch:]
Prfgerte\";s:15:\"l18n_diffsource\";s:361:\"a:19:{s:5:\"CType\";N;s:16:\"sys_langua
ge_uid\";N;s:6:\"colPos\";N;s:11:\"spaceBefore\";N;s:10:\"spaceAfter\";N;s:13:\"
section_frame\";N;s:12:\"sectionIndex\";N;s:6:\"hidden\";N;s:6:\"header\";N;s:15
:\"header_position\";N;s:13:\"header_layout\";N;s:11:\"header_link\";N;s:4:\"dat
e\";N;s:9:\"linkToTop\";N;s:9:\"menu_type\";N;s:5:\"pages\";N;s:9:\"starttime\";
N;s:7:\"endtime\";N;s:8:\"fe_group\";N;}\";}s:9:\"newRecord\";a:2:{s:6:\"header\
";s:30:\"PRESKUEVALNE/NADZORNE NAPRAVE\";s:15:\"l18n_diffsource\";s:513:\"a:20:{s:
5:\"CType\";s:4:\"menu\";s:16:\"sys_language_uid\";s:1:\"0\";s:6:\"colPos\";s:1:
\"0\";s:11:\"spaceBefore\";s:1:\"0\";s:10:\"spaceAfter\";s:1:\"0\";s:13:\"sectio
n_frame\";s:1:\"0\";s:12:\"sectionIndex\";s:1:\"1\";s:6:\"hidden\";s:1:\"0\";s:6
:\"header\";s:10:\"Prfgerte\";s:15:\"header_position\";s:0:\"\";s:13:\"header_layout
\";s:1:\"0\";s:11:\"header_link\";s:0:\"\";s:4:\"date\";s:1:\"0\";s:9:\"linkToTo
p\";s:1:\"0\";s:9:\"menu_type\";s:1:\"1\";s:5:\"pages\";s:2:\"12\";s:9:\"startti
me\";s:1:\"0\";s:7:\"endtime\";s:1:\"0\";s:8:\"fe_group\";s:0:\"\";s:11:\"l18n_p
arent\";s:1:\"0\";}\";}}','header,l18n_diffsource',44,'tt_content',1289228026,NU
LL,0),(112,310,'a:2:{s:9:\"oldRecord\";a:2:{s:6:\"header\";s:41:\"[Translate to
Slowenisch:] Elektromotoren\";s:15:\"l18n_diffsource\";s:702:\"a:35:{s:5:\"CType
\";N;s:16:\"sys_language_uid\";N;s:6:\"colPos\";N;s:11:\"spaceBefore\";N;s:10:\"
spaceAfter\";N;s:13:\"section_frame\";N;s:12:\"sectionIndex\";N;s:6:\"hidden\";N
;s:6:\"header\";N;s:15:\"header_position\";N;s:13:\"header_layout\";N;s:11:\"hea
der_link\";N;s:4:\"date\";N;s:9:\"linkToTop\";N;s:8:\"bodytext\";N;s:11:\"rte_en
abled\";N;s:5:\"image\";N;s:11:\"imageorient\";N;s:9:\"imagecols\";N;s:12:\"imag
e_noRows\";N;s:11:\"imageborder\";N;s:10:\"imagewidth\";N;s:11:\"imageheight\";N
;s:10:\"image_link\";N;s:10:\"image_zoom\";N;s:12:\"imagecaption\";N;s:21:\"imag
ecaption_position\";N;s:7:\"altText\";N;s:9:\"titleText\";N;s:11:\"longdescURL\"
;N;s:17:\"image_compression\";N;s:13:\"image_effects\";N;s:9:\"starttime\";N;s:7
:\"endtime\";N;s:8:\"fe_group\";N;}\";}s:9:\"newRecord\";a:2:{s:6:\"header\";s:1
4:\"ELEKTROMOTORJI\";s:15:\"l18n_diffsource\";s:949:\"a:36:{s:5:\"CType\";s:7:\"
textpic\";s:16:\"sys_language_uid\";s:1:\"0\";s:6:\"colPos\";s:1:\"0\";s:11:\"sp
aceBefore\";s:1:\"0\";s:10:\"spaceAfter\";s:1:\"0\";s:13:\"section_frame\";s:1:\
"0\";s:12:\"sectionIndex\";s:1:\"1\";s:6:\"hidden\";s:1:\"0\";s:6:\"header\";s:1
4:\"Elektromotoren\";s:15:\"header_position\";s:0:\"\";s:13:\"header_layout\";s:
1:\"0\";s:11:\"header_link\";s:0:\"\";s:4:\"date\";s:1:\"0\";s:9:\"linkToTop\";s
:1:\"0\";s:8:\"bodytext\";s:0:\"\";s:11:\"rte_enabled\";s:1:\"0\";s:5:\"image\";
s:0:\"\";s:11:\"imageorient\";s:2:\"17\";s:9:\"imagecols\";s:1:\"1\";s:12:\"imag
e_noRows\";s:1:\"0\";s:11:\"imageborder\";s:1:\"0\";s:10:\"imagewidth\";s:1:\"0\
";s:11:\"imageheight\";s:1:\"0\";s:10:\"image_link\";s:0:\"\";s:10:\"image_zoom\
";s:1:\"0\";s:12:\"imagecaption\";s:0:\"\";s:21:\"imagecaption_position\";s:0:\"
\";s:7:\"altText\";s:0:\"\";s:9:\"titleText\";s:0:\"\";s:11:\"longdescURL\";s:0:
\"\";s:17:\"image_compression\";s:1:\"0\";s:13:\"image_effects\";s:1:\"0\";s:9:\
"starttime\";s:1:\"0\";s:7:\"endtime\";s:1:\"0\";s:8:\"fe_group\";s:0:\"\";s:11:
\"l18n_parent\";s:1:\"0\";}\";}}','header,l18n_diffsource',45,'tt_content',12892
28050,NULL,0),(113,319,'a:2:{s:9:\"oldRecord\";a:3:{s:8:\"bodytext\";s:12:\"Kupf
erbnder\";s:5:\"image\";s:0:\"\";s:10:\"imagewidth\";s:1:\"0\";}s:9:\"newRecord\";
a:3:{s:8:\"bodytext\";s:103:\"<link fileadmin/user_upload/PDF/Broschuere_Band_de
utsch.pdf - download>Kupferbnder zum Download</link>\";s:5:\"image\";s:10:\"PDF_05
.gif\";s:10:\"imagewidth\";i:100;}}','bodytext,image,imagewidth',47,'tt_content'
,1289316159,NULL,0),(114,320,'a:2:{s:9:\"oldRecord\";a:1:{s:11:\"imageorient\";s
:2:\"17\";}s:9:\"newRecord\";a:1:{s:11:\"imageorient\";s:2:\"26\";}}','imageorie
nt',47,'tt_content',1289316163,NULL,0),(115,321,'a:2:{s:9:\"oldRecord\";a:2:{s:1
0:\"imagewidth\";s:3:\"100\";s:10:\"image_link\";s:0:\"\";}s:9:\"newRecord\";a:2
:{s:10:\"imagewidth\";i:30;s:10:\"image_link\";s:53:\"fileadmin/user_upload/PDF/
Broschuere_Band_deutsch.pdf\";}}','imagewidth,image_link',47,'tt_content',128931
6203,NULL,0),(116,323,'a:2:{s:9:\"oldRecord\";a:1:{s:10:\"image_link\";s:0:\"\";
}s:9:\"newRecord\";a:1:{s:10:\"image_link\";s:49:\"fileadmin/user_upload/PDF/MKM
-Stangen_Profile.pdf\";}}','image_link',48,'tt_content',1289316333,NULL,0),(117,
328,'a:2:{s:9:\"oldRecord\";a:2:{s:6:\"header\";s:44:\"[Translate to Slowenisch:
] Kupferdrhte rund\";s:15:\"l18n_diffsource\";s:702:\"a:35:{s:5:\"CType\";N;s:16:\
"sys_language_uid\";N;s:6:\"colPos\";N;s:11:\"spaceBefore\";N;s:10:\"spaceAfter\
";N;s:13:\"section_frame\";N;s:12:\"sectionIndex\";N;s:6:\"hidden\";N;s:6:\"head
er\";N;s:15:\"header_position\";N;s:13:\"header_layout\";N;s:11:\"header_link\";
N;s:4:\"date\";N;s:9:\"linkToTop\";N;s:8:\"bodytext\";N;s:11:\"rte_enabled\";N;s
:5:\"image\";N;s:11:\"imageorient\";N;s:9:\"imagecols\";N;s:12:\"image_noRows\";
N;s:11:\"imageborder\";N;s:10:\"imagewidth\";N;s:11:\"imageheight\";N;s:10:\"ima
ge_link\";N;s:10:\"image_zoom\";N;s:12:\"imagecaption\";N;s:21:\"imagecaption_po
sition\";N;s:7:\"altText\";N;s:9:\"titleText\";N;s:11:\"longdescURL\";N;s:17:\"i
mage_compression\";N;s:13:\"image_effects\";N;s:9:\"starttime\";N;s:7:\"endtime\
";N;s:8:\"fe_group\";N;}\";}s:9:\"newRecord\";a:2:{s:6:\"header\";s:20:\"Bakrene
ice okrogle\";s:15:\"l18n_diffsource\";s:952:\"a:36:{s:5:\"CType\";s:7:\"textpic\
";s:16:\"sys_language_uid\";s:1:\"0\";s:6:\"colPos\";s:1:\"0\";s:11:\"spaceBefor
e\";s:1:\"0\";s:10:\"spaceAfter\";s:1:\"0\";s:13:\"section_frame\";s:1:\"0\";s:1
2:\"sectionIndex\";s:1:\"1\";s:6:\"hidden\";s:1:\"0\";s:6:\"header\";s:17:\"Kupf
erdrhte rund\";s:15:\"header_position\";s:0:\"\";s:13:\"header_layout\";s:1:\"0\";
s:11:\"header_link\";s:0:\"\";s:4:\"date\";s:1:\"0\";s:9:\"linkToTop\";s:1:\"0\"
;s:8:\"bodytext\";s:0:\"\";s:11:\"rte_enabled\";s:1:\"0\";s:5:\"image\";s:0:\"\"
;s:11:\"imageorient\";s:2:\"17\";s:9:\"imagecols\";s:1:\"1\";s:12:\"image_noRows
\";s:1:\"0\";s:11:\"imageborder\";s:1:\"0\";s:10:\"imagewidth\";s:1:\"0\";s:11:\
"imageheight\";s:1:\"0\";s:10:\"image_link\";s:0:\"\";s:10:\"image_zoom\";s:1:\"
0\";s:12:\"imagecaption\";s:0:\"\";s:21:\"imagecaption_position\";s:0:\"\";s:7:\
"altText\";s:0:\"\";s:9:\"titleText\";s:0:\"\";s:11:\"longdescURL\";s:0:\"\";s:1
7:\"image_compression\";s:1:\"0\";s:13:\"image_effects\";s:1:\"0\";s:9:\"startti
me\";s:1:\"0\";s:7:\"endtime\";s:1:\"0\";s:8:\"fe_group\";s:0:\"\";s:11:\"l18n_p
arent\";s:1:\"0\";}\";}}','header,l18n_diffsource',50,'tt_content',1289395689,NU
LL,0),(118,333,'a:2:{s:9:\"oldRecord\";a:2:{s:6:\"header\";s:45:\"[Translate to
Slowenisch:] Kupferdrhte flach\";s:15:\"l18n_diffsource\";s:702:\"a:35:{s:5:\"CTyp
e\";N;s:16:\"sys_language_uid\";N;s:6:\"colPos\";N;s:11:\"spaceBefore\";N;s:10:\
"spaceAfter\";N;s:13:\"section_frame\";N;s:12:\"sectionIndex\";N;s:6:\"hidden\";
N;s:6:\"header\";N;s:15:\"header_position\";N;s:13:\"header_layout\";N;s:11:\"he
ader_link\";N;s:4:\"date\";N;s:9:\"linkToTop\";N;s:8:\"bodytext\";N;s:11:\"rte_e
nabled\";N;s:5:\"image\";N;s:11:\"imageorient\";N;s:9:\"imagecols\";N;s:12:\"ima
ge_noRows\";N;s:11:\"imageborder\";N;s:10:\"imagewidth\";N;s:11:\"imageheight\";
N;s:10:\"image_link\";N;s:10:\"image_zoom\";N;s:12:\"imagecaption\";N;s:21:\"ima
gecaption_position\";N;s:7:\"altText\";N;s:9:\"titleText\";N;s:11:\"longdescURL\
";N;s:17:\"image_compression\";N;s:13:\"image_effects\";N;s:9:\"starttime\";N;s:
7:\"endtime\";N;s:8:\"fe_group\";N;}\";}s:9:\"newRecord\";a:2:{s:6:\"header\";s:
19:\"Bakrene ice ploske\";s:15:\"l18n_diffsource\";s:953:\"a:36:{s:5:\"CType\";s:7
:\"textpic\";s:16:\"sys_language_uid\";s:1:\"0\";s:6:\"colPos\";s:1:\"0\";s:11:\
"spaceBefore\";s:1:\"0\";s:10:\"spaceAfter\";s:1:\"0\";s:13:\"section_frame\";s:
1:\"0\";s:12:\"sectionIndex\";s:1:\"1\";s:6:\"hidden\";s:1:\"0\";s:6:\"header\";
s:18:\"Kupferdrhte flach\";s:15:\"header_position\";s:0:\"\";s:13:\"header_layout\
";s:1:\"0\";s:11:\"header_link\";s:0:\"\";s:4:\"date\";s:1:\"0\";s:9:\"linkToTop
\";s:1:\"0\";s:8:\"bodytext\";s:0:\"\";s:11:\"rte_enabled\";s:1:\"0\";s:5:\"imag
e\";s:0:\"\";s:11:\"imageorient\";s:2:\"17\";s:9:\"imagecols\";s:1:\"1\";s:12:\"
image_noRows\";s:1:\"0\";s:11:\"imageborder\";s:1:\"0\";s:10:\"imagewidth\";s:1:
\"0\";s:11:\"imageheight\";s:1:\"0\";s:10:\"image_link\";s:0:\"\";s:10:\"image_z
oom\";s:1:\"0\";s:12:\"imagecaption\";s:0:\"\";s:21:\"imagecaption_position\";s:
0:\"\";s:7:\"altText\";s:0:\"\";s:9:\"titleText\";s:0:\"\";s:11:\"longdescURL\";
s:0:\"\";s:17:\"image_compression\";s:1:\"0\";s:13:\"image_effects\";s:1:\"0\";s
:9:\"starttime\";s:1:\"0\";s:7:\"endtime\";s:1:\"0\";s:8:\"fe_group\";s:0:\"\";s
:11:\"l18n_parent\";s:1:\"0\";}\";}}','header,l18n_diffsource',52,'tt_content',1
289396305,NULL,0),(119,338,'a:2:{s:9:\"oldRecord\";a:2:{s:6:\"header\";s:57:\"[T
ranslate to Slowenisch:] Kupferbnder und Kupferstangen\";s:15:\"l18n_diffsource\";
s:702:\"a:35:{s:5:\"CType\";N;s:16:\"sys_language_uid\";N;s:6:\"colPos\";N;s:11:
\"spaceBefore\";N;s:10:\"spaceAfter\";N;s:13:\"section_frame\";N;s:12:\"sectionI
ndex\";N;s:6:\"hidden\";N;s:6:\"header\";N;s:15:\"header_position\";N;s:13:\"hea
der_layout\";N;s:11:\"header_link\";N;s:4:\"date\";N;s:9:\"linkToTop\";N;s:8:\"b
odytext\";N;s:11:\"rte_enabled\";N;s:5:\"image\";N;s:11:\"imageorient\";N;s:9:\"
imagecols\";N;s:12:\"image_noRows\";N;s:11:\"imageborder\";N;s:10:\"imagewidth\"
;N;s:11:\"imageheight\";N;s:10:\"image_link\";N;s:10:\"image_zoom\";N;s:12:\"ima
gecaption\";N;s:21:\"imagecaption_position\";N;s:7:\"altText\";N;s:9:\"titleText
\";N;s:11:\"longdescURL\";N;s:17:\"image_compression\";N;s:13:\"image_effects\";
N;s:9:\"starttime\";N;s:7:\"endtime\";N;s:8:\"fe_group\";N;}\";}s:9:\"newRecord\
";a:2:{s:6:\"header\";s:33:\"Bakreni trakovi in bakrene palice\";s:15:\"l18n_dif
fsource\";s:965:\"a:36:{s:5:\"CType\";s:7:\"textpic\";s:16:\"sys_language_uid\";
s:1:\"0\";s:6:\"colPos\";s:1:\"0\";s:11:\"spaceBefore\";s:1:\"0\";s:10:\"spaceAf
ter\";s:1:\"0\";s:13:\"section_frame\";s:1:\"0\";s:12:\"sectionIndex\";s:1:\"1\"
;s:6:\"hidden\";s:1:\"0\";s:6:\"header\";s:30:\"Kupferbnder und Kupferstangen\";s:
15:\"header_position\";s:0:\"\";s:13:\"header_layout\";s:1:\"0\";s:11:\"header_l
ink\";s:0:\"\";s:4:\"date\";s:1:\"0\";s:9:\"linkToTop\";s:1:\"0\";s:8:\"bodytext
\";s:0:\"\";s:11:\"rte_enabled\";s:1:\"0\";s:5:\"image\";s:0:\"\";s:11:\"imageor
ient\";s:2:\"17\";s:9:\"imagecols\";s:1:\"1\";s:12:\"image_noRows\";s:1:\"0\";s:
11:\"imageborder\";s:1:\"0\";s:10:\"imagewidth\";s:1:\"0\";s:11:\"imageheight\";
s:1:\"0\";s:10:\"image_link\";s:0:\"\";s:10:\"image_zoom\";s:1:\"0\";s:12:\"imag
ecaption\";s:0:\"\";s:21:\"imagecaption_position\";s:0:\"\";s:7:\"altText\";s:0:
\"\";s:9:\"titleText\";s:0:\"\";s:11:\"longdescURL\";s:0:\"\";s:17:\"image_compr
ession\";s:1:\"0\";s:13:\"image_effects\";s:1:\"0\";s:9:\"starttime\";s:1:\"0\";
s:7:\"endtime\";s:1:\"0\";s:8:\"fe_group\";s:0:\"\";s:11:\"l18n_parent\";s:1:\"0
\";}\";}}','header,l18n_diffsource',53,'tt_content',1289396364,NULL,0),(120,339,
'a:2:{s:9:\"oldRecord\";a:2:{s:6:\"header\";s:10:\" (Kopie 1)\";s:15:\"l18n_diff
source\";s:702:\"a:35:{s:5:\"CType\";N;s:16:\"sys_language_uid\";N;s:6:\"colPos\
";N;s:11:\"spaceBefore\";N;s:10:\"spaceAfter\";N;s:13:\"section_frame\";N;s:12:\
"sectionIndex\";N;s:6:\"hidden\";N;s:6:\"header\";N;s:15:\"header_position\";N;s
:13:\"header_layout\";N;s:11:\"header_link\";N;s:4:\"date\";N;s:9:\"linkToTop\";
N;s:8:\"bodytext\";N;s:11:\"rte_enabled\";N;s:5:\"image\";N;s:11:\"imageorient\"
;N;s:9:\"imagecols\";N;s:12:\"image_noRows\";N;s:11:\"imageborder\";N;s:10:\"ima
gewidth\";N;s:11:\"imageheight\";N;s:10:\"image_link\";N;s:10:\"image_zoom\";N;s
:12:\"imagecaption\";N;s:21:\"imagecaption_position\";N;s:7:\"altText\";N;s:9:\"
titleText\";N;s:11:\"longdescURL\";N;s:17:\"image_compression\";N;s:13:\"image_e
ffects\";N;s:9:\"starttime\";N;s:7:\"endtime\";N;s:8:\"fe_group\";N;}\";}s:9:\"n
ewRecord\";a:2:{s:6:\"header\";s:0:\"\";s:15:\"l18n_diffsource\";s:1105:\"a:36:{
s:5:\"CType\";s:7:\"textpic\";s:16:\"sys_language_uid\";s:1:\"0\";s:6:\"colPos\"
;s:1:\"0\";s:11:\"spaceBefore\";s:1:\"0\";s:10:\"spaceAfter\";s:1:\"0\";s:13:\"s
ection_frame\";s:1:\"0\";s:12:\"sectionIndex\";s:1:\"1\";s:6:\"hidden\";s:1:\"0\
";s:6:\"header\";s:0:\"\";s:15:\"header_position\";s:0:\"\";s:13:\"header_layout
\";s:1:\"0\";s:11:\"header_link\";s:0:\"\";s:4:\"date\";s:1:\"0\";s:9:\"linkToTo
p\";s:1:\"0\";s:8:\"bodytext\";s:103:\"<link fileadmin/user_upload/PDF/Broschuer
e_Band_deutsch.pdf - download>Kupferbnder zum Download</link>\";s:11:\"rte_enabled
\";s:1:\"0\";s:5:\"image\";s:10:\"PDF_05.gif\";s:11:\"imageorient\";s:2:\"26\";s
:9:\"imagecols\";s:1:\"1\";s:12:\"image_noRows\";s:1:\"0\";s:11:\"imageborder\";
s:1:\"0\";s:10:\"imagewidth\";s:2:\"30\";s:11:\"imageheight\";s:1:\"0\";s:10:\"i
mage_link\";s:53:\"fileadmin/user_upload/PDF/Broschuere_Band_deutsch.pdf\";s:10:
\"image_zoom\";s:1:\"0\";s:12:\"imagecaption\";s:0:\"\";s:21:\"imagecaption_posi
tion\";s:0:\"\";s:7:\"altText\";s:0:\"\";s:9:\"titleText\";s:0:\"\";s:11:\"longd
escURL\";s:0:\"\";s:17:\"image_compression\";s:1:\"0\";s:13:\"image_effects\";s:
1:\"0\";s:9:\"starttime\";s:1:\"0\";s:7:\"endtime\";s:1:\"0\";s:8:\"fe_group\";s
:0:\"\";s:11:\"l18n_parent\";s:1:\"0\";}\";}}','header,l18n_diffsource',54,'tt_c
ontent',1289396377,NULL,0),(121,343,'a:2:{s:9:\"oldRecord\";a:2:{s:6:\"header\";
s:44:\"[Translate to Slowenisch:] Aluminiumprodukte\";s:15:\"l18n_diffsource\";s
:702:\"a:35:{s:5:\"CType\";N;s:16:\"sys_language_uid\";N;s:6:\"colPos\";N;s:11:\
"spaceBefore\";N;s:10:\"spaceAfter\";N;s:13:\"section_frame\";N;s:12:\"sectionIn
dex\";N;s:6:\"hidden\";N;s:6:\"header\";N;s:15:\"header_position\";N;s:13:\"head
er_layout\";N;s:11:\"header_link\";N;s:4:\"date\";N;s:9:\"linkToTop\";N;s:8:\"bo
dytext\";N;s:11:\"rte_enabled\";N;s:5:\"image\";N;s:11:\"imageorient\";N;s:9:\"i
magecols\";N;s:12:\"image_noRows\";N;s:11:\"imageborder\";N;s:10:\"imagewidth\";
N;s:11:\"imageheight\";N;s:10:\"image_link\";N;s:10:\"image_zoom\";N;s:12:\"imag
ecaption\";N;s:21:\"imagecaption_position\";N;s:7:\"altText\";N;s:9:\"titleText\
";N;s:11:\"longdescURL\";N;s:17:\"image_compression\";N;s:13:\"image_effects\";N
;s:9:\"starttime\";N;s:7:\"endtime\";N;s:8:\"fe_group\";N;}\";}s:9:\"newRecord\"
;a:2:{s:6:\"header\";s:22:\"Aluminijasti proizvodi\";s:15:\"l18n_diffsource\";s:
952:\"a:36:{s:5:\"CType\";s:7:\"textpic\";s:16:\"sys_language_uid\";s:1:\"0\";s:
6:\"colPos\";s:1:\"0\";s:11:\"spaceBefore\";s:1:\"0\";s:10:\"spaceAfter\";s:1:\"
0\";s:13:\"section_frame\";s:1:\"0\";s:12:\"sectionIndex\";s:1:\"1\";s:6:\"hidde
n\";s:1:\"0\";s:6:\"header\";s:17:\"Aluminiumprodukte\";s:15:\"header_position\"
;s:0:\"\";s:13:\"header_layout\";s:1:\"0\";s:11:\"header_link\";s:0:\"\";s:4:\"d
ate\";s:1:\"0\";s:9:\"linkToTop\";s:1:\"0\";s:8:\"bodytext\";s:0:\"\";s:11:\"rte
_enabled\";s:1:\"0\";s:5:\"image\";s:0:\"\";s:11:\"imageorient\";s:2:\"17\";s:9:
\"imagecols\";s:1:\"1\";s:12:\"image_noRows\";s:1:\"0\";s:11:\"imageborder\";s:1
:\"0\";s:10:\"imagewidth\";s:1:\"0\";s:11:\"imageheight\";s:1:\"0\";s:10:\"image
_link\";s:0:\"\";s:10:\"image_zoom\";s:1:\"0\";s:12:\"imagecaption\";s:0:\"\";s:
21:\"imagecaption_position\";s:0:\"\";s:7:\"altText\";s:0:\"\";s:9:\"titleText\"
;s:0:\"\";s:11:\"longdescURL\";s:0:\"\";s:17:\"image_compression\";s:1:\"0\";s:1
3:\"image_effects\";s:1:\"0\";s:9:\"starttime\";s:1:\"0\";s:7:\"endtime\";s:1:\"
0\";s:8:\"fe_group\";s:0:\"\";s:11:\"l18n_parent\";s:1:\"0\";}\";}}','header,l18
n_diffsource',57,'tt_content',1289396439,NULL,0),(122,345,'a:2:{s:9:\"oldRecord\
";a:2:{s:6:\"header\";s:10:\" (Kopie 2)\";s:15:\"l18n_diffsource\";s:702:\"a:35:
{s:5:\"CType\";N;s:16:\"sys_language_uid\";N;s:6:\"colPos\";N;s:11:\"spaceBefore
\";N;s:10:\"spaceAfter\";N;s:13:\"section_frame\";N;s:12:\"sectionIndex\";N;s:6:
\"hidden\";N;s:6:\"header\";N;s:15:\"header_position\";N;s:13:\"header_layout\";
N;s:11:\"header_link\";N;s:4:\"date\";N;s:9:\"linkToTop\";N;s:8:\"bodytext\";N;s
:11:\"rte_enabled\";N;s:5:\"image\";N;s:11:\"imageorient\";N;s:9:\"imagecols\";N
;s:12:\"image_noRows\";N;s:11:\"imageborder\";N;s:10:\"imagewidth\";N;s:11:\"ima
geheight\";N;s:10:\"image_link\";N;s:10:\"image_zoom\";N;s:12:\"imagecaption\";N
;s:21:\"imagecaption_position\";N;s:7:\"altText\";N;s:9:\"titleText\";N;s:11:\"l
ongdescURL\";N;s:17:\"image_compression\";N;s:13:\"image_effects\";N;s:9:\"start
time\";N;s:7:\"endtime\";N;s:8:\"fe_group\";N;}\";}s:9:\"newRecord\";a:2:{s:6:\"
header\";s:0:\"\";s:15:\"l18n_diffsource\";s:1096:\"a:36:{s:5:\"CType\";s:7:\"te
xtpic\";s:16:\"sys_language_uid\";s:1:\"0\";s:6:\"colPos\";s:1:\"0\";s:11:\"spac
eBefore\";s:1:\"0\";s:10:\"spaceAfter\";s:1:\"0\";s:13:\"section_frame\";s:1:\"0
\";s:12:\"sectionIndex\";s:1:\"1\";s:6:\"hidden\";s:1:\"0\";s:6:\"header\";s:0:\
"\";s:15:\"header_position\";s:0:\"\";s:13:\"header_layout\";s:1:\"0\";s:11:\"he
ader_link\";s:0:\"\";s:4:\"date\";s:1:\"0\";s:9:\"linkToTop\";s:1:\"0\";s:8:\"bo
dytext\";s:99:\"<link fileadmin/user_upload/PDF/MKM-Stangen_Profile.pdf - downlo
ad>Kupferstange zum Download</link>\";s:11:\"rte_enabled\";s:1:\"0\";s:5:\"image
\";s:10:\"PDF_06.gif\";s:11:\"imageorient\";s:2:\"26\";s:9:\"imagecols\";s:1:\"1
\";s:12:\"image_noRows\";s:1:\"0\";s:11:\"imageborder\";s:1:\"0\";s:10:\"imagewi
dth\";s:2:\"30\";s:11:\"imageheight\";s:1:\"0\";s:10:\"image_link\";s:49:\"filea
dmin/user_upload/PDF/MKM-Stangen_Profile.pdf\";s:10:\"image_zoom\";s:1:\"0\";s:1
2:\"imagecaption\";s:0:\"\";s:21:\"imagecaption_position\";s:0:\"\";s:7:\"altTex
t\";s:0:\"\";s:9:\"titleText\";s:0:\"\";s:11:\"longdescURL\";s:0:\"\";s:17:\"ima
ge_compression\";s:1:\"0\";s:13:\"image_effects\";s:1:\"0\";s:9:\"starttime\";s:
1:\"0\";s:7:\"endtime\";s:1:\"0\";s:8:\"fe_group\";s:0:\"\";s:11:\"l18n_parent\"
;s:1:\"0\";}\";}}','header,l18n_diffsource',55,'tt_content',1289400401,NULL,0),(
123,350,'a:2:{s:9:\"oldRecord\";a:2:{s:6:\"header\";s:47:\"[Translate to Sloweni
sch:] Flchenisolierstoffe\";s:15:\"l18n_diffsource\";s:702:\"a:35:{s:5:\"CType\";N
;s:16:\"sys_language_uid\";N;s:6:\"colPos\";N;s:11:\"spaceBefore\";N;s:10:\"spac
eAfter\";N;s:13:\"section_frame\";N;s:12:\"sectionIndex\";N;s:6:\"hidden\";N;s:6
:\"header\";N;s:15:\"header_position\";N;s:13:\"header_layout\";N;s:11:\"header_
link\";N;s:4:\"date\";N;s:9:\"linkToTop\";N;s:8:\"bodytext\";N;s:11:\"rte_enable
d\";N;s:5:\"image\";N;s:11:\"imageorient\";N;s:9:\"imagecols\";N;s:12:\"image_no
Rows\";N;s:11:\"imageborder\";N;s:10:\"imagewidth\";N;s:11:\"imageheight\";N;s:1
0:\"image_link\";N;s:10:\"image_zoom\";N;s:12:\"imagecaption\";N;s:21:\"imagecap
tion_position\";N;s:7:\"altText\";N;s:9:\"titleText\";N;s:11:\"longdescURL\";N;s
:17:\"image_compression\";N;s:13:\"image_effects\";N;s:9:\"starttime\";N;s:7:\"e
ndtime\";N;s:8:\"fe_group\";N;}\";}s:9:\"newRecord\";a:2:{s:6:\"header\";s:28:\"
Povrinske izolacijske snovi\";s:15:\"l18n_diffsource\";s:955:\"a:36:{s:5:\"CType\"
;s:7:\"textpic\";s:16:\"sys_language_uid\";s:1:\"0\";s:6:\"colPos\";s:1:\"0\";s:
11:\"spaceBefore\";s:1:\"0\";s:10:\"spaceAfter\";s:1:\"0\";s:13:\"section_frame\
";s:1:\"0\";s:12:\"sectionIndex\";s:1:\"1\";s:6:\"hidden\";s:1:\"0\";s:6:\"heade
r\";s:20:\"Flchenisolierstoffe\";s:15:\"header_position\";s:0:\"\";s:13:\"header_l
ayout\";s:1:\"0\";s:11:\"header_link\";s:0:\"\";s:4:\"date\";s:1:\"0\";s:9:\"lin
kToTop\";s:1:\"0\";s:8:\"bodytext\";s:0:\"\";s:11:\"rte_enabled\";s:1:\"0\";s:5:
\"image\";s:0:\"\";s:11:\"imageorient\";s:2:\"17\";s:9:\"imagecols\";s:1:\"1\";s
:12:\"image_noRows\";s:1:\"0\";s:11:\"imageborder\";s:1:\"0\";s:10:\"imagewidth\
";s:1:\"0\";s:11:\"imageheight\";s:1:\"0\";s:10:\"image_link\";s:0:\"\";s:10:\"i
mage_zoom\";s:1:\"0\";s:12:\"imagecaption\";s:0:\"\";s:21:\"imagecaption_positio
n\";s:0:\"\";s:7:\"altText\";s:0:\"\";s:9:\"titleText\";s:0:\"\";s:11:\"longdesc
URL\";s:0:\"\";s:17:\"image_compression\";s:1:\"0\";s:13:\"image_effects\";s:1:\
"0\";s:9:\"starttime\";s:1:\"0\";s:7:\"endtime\";s:1:\"0\";s:8:\"fe_group\";s:0:
\"\";s:11:\"l18n_parent\";s:1:\"0\";}\";}}','header,l18n_diffsource',59,'tt_cont
ent',1289400512,NULL,0),(124,354,'a:2:{s:9:\"oldRecord\";a:1:{s:15:\"l18n_diffso
urce\";s:253:\"a:14:{s:6:\"hidden\";N;s:5:\"title\";N;s:8:\"subtitle\";N;s:9:\"n
av_title\";N;s:6:\"author\";N;s:12:\"author_email\";N;s:8:\"abstract\";N;s:8:\"k
eywords\";N;s:11:\"description\";N;s:5:\"media\";N;s:9:\"starttime\";N;s:7:\"end
time\";N;s:7:\"doktype\";N;s:16:\"sys_language_uid\";N;}\";}s:9:\"newRecord\";a:
1:{s:15:\"l18n_diffsource\";s:334:\"a:14:{s:6:\"hidden\";s:1:\"0\";s:5:\"title\"
;s:11:\"Klebebnder\";s:8:\"subtitle\";s:0:\"\";s:9:\"nav_title\";s:0:\"\";s:6:\"au
thor\";s:0:\"\";s:12:\"author_email\";s:0:\"\";s:8:\"abstract\";s:0:\"\";s:8:\"k
eywords\";s:0:\"\";s:11:\"description\";s:0:\"\";s:5:\"media\";s:0:\"\";s:9:\"st
arttime\";s:1:\"0\";s:7:\"endtime\";s:1:\"0\";s:7:\"doktype\";s:1:\"1\";s:16:\"s
ys_language_uid\";N;}\";}}','l18n_diffsource',17,'pages_language_overlay',128940
0706,NULL,0),(127,365,'a:2:{s:9:\"oldRecord\";a:2:{s:6:\"header\";s:45:\"[Transl
ate to Slowenisch:] Elektorisolierharz\";s:15:\"l18n_diffsource\";s:702:\"a:35:{
s:5:\"CType\";N;s:16:\"sys_language_uid\";N;s:6:\"colPos\";N;s:11:\"spaceBefore\
";N;s:10:\"spaceAfter\";N;s:13:\"section_frame\";N;s:12:\"sectionIndex\";N;s:6:\
"hidden\";N;s:6:\"header\";N;s:15:\"header_position\";N;s:13:\"header_layout\";N
;s:11:\"header_link\";N;s:4:\"date\";N;s:9:\"linkToTop\";N;s:8:\"bodytext\";N;s:
11:\"rte_enabled\";N;s:5:\"image\";N;s:11:\"imageorient\";N;s:9:\"imagecols\";N;
s:12:\"image_noRows\";N;s:11:\"imageborder\";N;s:10:\"imagewidth\";N;s:11:\"imag
eheight\";N;s:10:\"image_link\";N;s:10:\"image_zoom\";N;s:12:\"imagecaption\";N;
s:21:\"imagecaption_position\";N;s:7:\"altText\";N;s:9:\"titleText\";N;s:11:\"lo
ngdescURL\";N;s:17:\"image_compression\";N;s:13:\"image_effects\";N;s:9:\"startt
ime\";N;s:7:\"endtime\";N;s:8:\"fe_group\";N;}\";}s:9:\"newRecord\";a:2:{s:6:\"h
eader\";s:22:\"Elektroizolacijski lak\";s:15:\"l18n_diffsource\";s:953:\"a:36:{s
:5:\"CType\";s:7:\"textpic\";s:16:\"sys_language_uid\";s:1:\"0\";s:6:\"colPos\";
s:1:\"0\";s:11:\"spaceBefore\";s:1:\"0\";s:10:\"spaceAfter\";s:1:\"0\";s:13:\"se
ction_frame\";s:1:\"0\";s:12:\"sectionIndex\";s:1:\"1\";s:6:\"hidden\";s:1:\"0\"
;s:6:\"header\";s:18:\"Elektorisolierharz\";s:15:\"header_position\";s:0:\"\";s:
13:\"header_layout\";s:1:\"0\";s:11:\"header_link\";s:0:\"\";s:4:\"date\";s:1:\"
0\";s:9:\"linkToTop\";s:1:\"0\";s:8:\"bodytext\";s:0:\"\";s:11:\"rte_enabled\";s
:1:\"0\";s:5:\"image\";s:0:\"\";s:11:\"imageorient\";s:2:\"17\";s:9:\"imagecols\
";s:1:\"1\";s:12:\"image_noRows\";s:1:\"0\";s:11:\"imageborder\";s:1:\"0\";s:10:
\"imagewidth\";s:1:\"0\";s:11:\"imageheight\";s:1:\"0\";s:10:\"image_link\";s:0:
\"\";s:10:\"image_zoom\";s:1:\"0\";s:12:\"imagecaption\";s:0:\"\";s:21:\"imageca
ption_position\";s:0:\"\";s:7:\"altText\";s:0:\"\";s:9:\"titleText\";s:0:\"\";s:
11:\"longdescURL\";s:0:\"\";s:17:\"image_compression\";s:1:\"0\";s:13:\"image_ef
fects\";s:1:\"0\";s:9:\"starttime\";s:1:\"0\";s:7:\"endtime\";s:1:\"0\";s:8:\"fe
_group\";s:0:\"\";s:11:\"l18n_parent\";s:1:\"0\";}\";}}','header,l18n_diffsource
',65,'tt_content',1289400945,NULL,0),(128,366,'a:2:{s:9:\"oldRecord\";a:1:{s:6:\
"header\";s:22:\"Elektroizolacijski lak\";}s:9:\"newRecord\";a:1:{s:6:\"header\"
;s:24:\"Elektroizolacijska smola\";}}','header',65,'tt_content',1289400981,NULL,
0),(129,372,'a:2:{s:9:\"oldRecord\";a:2:{s:6:\"header\";s:36:\"[Translate to Slo
wenisch:] HV-Tester\";s:15:\"l18n_diffsource\";s:702:\"a:35:{s:5:\"CType\";N;s:1
6:\"sys_language_uid\";N;s:6:\"colPos\";N;s:11:\"spaceBefore\";N;s:10:\"spaceAft
er\";N;s:13:\"section_frame\";N;s:12:\"sectionIndex\";N;s:6:\"hidden\";N;s:6:\"h
eader\";N;s:15:\"header_position\";N;s:13:\"header_layout\";N;s:11:\"header_link
\";N;s:4:\"date\";N;s:9:\"linkToTop\";N;s:8:\"bodytext\";N;s:11:\"rte_enabled\";
N;s:5:\"image\";N;s:11:\"imageorient\";N;s:9:\"imagecols\";N;s:12:\"image_noRows
\";N;s:11:\"imageborder\";N;s:10:\"imagewidth\";N;s:11:\"imageheight\";N;s:10:\"
image_link\";N;s:10:\"image_zoom\";N;s:12:\"imagecaption\";N;s:21:\"imagecaption
_position\";N;s:7:\"altText\";N;s:9:\"titleText\";N;s:11:\"longdescURL\";N;s:17:
\"image_compression\";N;s:13:\"image_effects\";N;s:9:\"starttime\";N;s:7:\"endti
me\";N;s:8:\"fe_group\";N;}\";}s:9:\"newRecord\";a:2:{s:6:\"header\";s:9:\"HV-te
ster\";s:15:\"l18n_diffsource\";s:943:\"a:36:{s:5:\"CType\";s:7:\"textpic\";s:16
:\"sys_language_uid\";s:1:\"0\";s:6:\"colPos\";s:1:\"0\";s:11:\"spaceBefore\";s:
1:\"0\";s:10:\"spaceAfter\";s:1:\"0\";s:13:\"section_frame\";s:1:\"0\";s:12:\"se
ctionIndex\";s:1:\"1\";s:6:\"hidden\";s:1:\"0\";s:6:\"header\";s:9:\"HV-Tester\"
;s:15:\"header_position\";s:0:\"\";s:13:\"header_layout\";s:1:\"0\";s:11:\"heade
r_link\";s:0:\"\";s:4:\"date\";s:1:\"0\";s:9:\"linkToTop\";s:1:\"0\";s:8:\"bodyt
ext\";s:0:\"\";s:11:\"rte_enabled\";s:1:\"0\";s:5:\"image\";s:0:\"\";s:11:\"imag
eorient\";s:2:\"17\";s:9:\"imagecols\";s:1:\"1\";s:12:\"image_noRows\";s:1:\"0\"
;s:11:\"imageborder\";s:1:\"0\";s:10:\"imagewidth\";s:1:\"0\";s:11:\"imageheight
\";s:1:\"0\";s:10:\"image_link\";s:0:\"\";s:10:\"image_zoom\";s:1:\"0\";s:12:\"i
magecaption\";s:0:\"\";s:21:\"imagecaption_position\";s:0:\"\";s:7:\"altText\";s
:0:\"\";s:9:\"titleText\";s:0:\"\";s:11:\"longdescURL\";s:0:\"\";s:17:\"image_co
mpression\";s:1:\"0\";s:13:\"image_effects\";s:1:\"0\";s:9:\"starttime\";s:1:\"0
\";s:7:\"endtime\";s:1:\"0\";s:8:\"fe_group\";s:0:\"\";s:11:\"l18n_parent\";s:1:
\"0\";}\";}}','header,l18n_diffsource',67,'tt_content',1289401079,NULL,0),(130,3
73,'a:2:{s:9:\"oldRecord\";a:2:{s:6:\"header\";s:10:\" (Kopie 1)\";s:15:\"l18n_d
iffsource\";s:702:\"a:35:{s:5:\"CType\";N;s:16:\"sys_language_uid\";N;s:6:\"colP
os\";N;s:11:\"spaceBefore\";N;s:10:\"spaceAfter\";N;s:13:\"section_frame\";N;s:1
2:\"sectionIndex\";N;s:6:\"hidden\";N;s:6:\"header\";N;s:15:\"header_position\";
N;s:13:\"header_layout\";N;s:11:\"header_link\";N;s:4:\"date\";N;s:9:\"linkToTop
\";N;s:8:\"bodytext\";N;s:11:\"rte_enabled\";N;s:5:\"image\";N;s:11:\"imageorien
t\";N;s:9:\"imagecols\";N;s:12:\"image_noRows\";N;s:11:\"imageborder\";N;s:10:\"
imagewidth\";N;s:11:\"imageheight\";N;s:10:\"image_link\";N;s:10:\"image_zoom\";
N;s:12:\"imagecaption\";N;s:21:\"imagecaption_position\";N;s:7:\"altText\";N;s:9
:\"titleText\";N;s:11:\"longdescURL\";N;s:17:\"image_compression\";N;s:13:\"imag
e_effects\";N;s:9:\"starttime\";N;s:7:\"endtime\";N;s:8:\"fe_group\";N;}\";}s:9:
\"newRecord\";a:2:{s:6:\"header\";s:0:\"\";s:15:\"l18n_diffsource\";s:1028:\"a:3
6:{s:5:\"CType\";s:7:\"textpic\";s:16:\"sys_language_uid\";s:1:\"0\";s:6:\"colPo
s\";s:1:\"0\";s:11:\"spaceBefore\";s:1:\"0\";s:10:\"spaceAfter\";s:1:\"0\";s:13:
\"section_frame\";s:1:\"0\";s:12:\"sectionIndex\";s:1:\"1\";s:6:\"hidden\";s:1:\
"0\";s:6:\"header\";s:0:\"\";s:15:\"header_position\";s:0:\"\";s:13:\"header_lay
out\";s:1:\"0\";s:11:\"header_link\";s:0:\"\";s:4:\"date\";s:1:\"0\";s:9:\"linkT
oTop\";s:1:\"0\";s:8:\"bodytext\";s:81:\"<link fileadmin/user_upload/PDF/10_GLP1
-eHV_DE.pdf - download>Zum Download</link>\";s:11:\"rte_enabled\";s:1:\"0\";s:5:
\"image\";s:10:\"PDF_13.gif\";s:11:\"imageorient\";s:2:\"26\";s:9:\"imagecols\";
s:1:\"1\";s:12:\"image_noRows\";s:1:\"0\";s:11:\"imageborder\";s:1:\"0\";s:10:\"
imagewidth\";s:2:\"30\";s:11:\"imageheight\";s:1:\"0\";s:10:\"image_link\";s:0:\
"\";s:10:\"image_zoom\";s:1:\"0\";s:12:\"imagecaption\";s:0:\"\";s:21:\"imagecap
tion_position\";s:0:\"\";s:7:\"altText\";s:0:\"\";s:9:\"titleText\";s:0:\"\";s:1
1:\"longdescURL\";s:0:\"\";s:17:\"image_compression\";s:1:\"0\";s:13:\"image_eff
ects\";s:1:\"0\";s:9:\"starttime\";s:1:\"0\";s:7:\"endtime\";s:1:\"0\";s:8:\"fe_
group\";s:0:\"\";s:11:\"l18n_parent\";s:1:\"0\";}\";}}','header,l18n_diffsource'
,68,'tt_content',1289401094,NULL,0),(131,377,'a:2:{s:9:\"oldRecord\";a:2:{s:6:\"
header\";s:38:\"[Translate to Slowenisch:] Surgetester\";s:15:\"l18n_diffsource\
";s:702:\"a:35:{s:5:\"CType\";N;s:16:\"sys_language_uid\";N;s:6:\"colPos\";N;s:1
1:\"spaceBefore\";N;s:10:\"spaceAfter\";N;s:13:\"section_frame\";N;s:12:\"sectio
nIndex\";N;s:6:\"hidden\";N;s:6:\"header\";N;s:15:\"header_position\";N;s:13:\"h
eader_layout\";N;s:11:\"header_link\";N;s:4:\"date\";N;s:9:\"linkToTop\";N;s:8:\
"bodytext\";N;s:11:\"rte_enabled\";N;s:5:\"image\";N;s:11:\"imageorient\";N;s:9:
\"imagecols\";N;s:12:\"image_noRows\";N;s:11:\"imageborder\";N;s:10:\"imagewidth
\";N;s:11:\"imageheight\";N;s:10:\"image_link\";N;s:10:\"image_zoom\";N;s:12:\"i
magecaption\";N;s:21:\"imagecaption_position\";N;s:7:\"altText\";N;s:9:\"titleTe
xt\";N;s:11:\"longdescURL\";N;s:17:\"image_compression\";N;s:13:\"image_effects\
";N;s:9:\"starttime\";N;s:7:\"endtime\";N;s:8:\"fe_group\";N;}\";}s:9:\"newRecor
d\";a:2:{s:6:\"header\";s:12:\"Surge-tester\";s:15:\"l18n_diffsource\";s:946:\"a
:36:{s:5:\"CType\";s:7:\"textpic\";s:16:\"sys_language_uid\";s:1:\"0\";s:6:\"col
Pos\";s:1:\"0\";s:11:\"spaceBefore\";s:1:\"0\";s:10:\"spaceAfter\";s:1:\"0\";s:1
3:\"section_frame\";s:1:\"0\";s:12:\"sectionIndex\";s:1:\"1\";s:6:\"hidden\";s:1
:\"0\";s:6:\"header\";s:11:\"Surgetester\";s:15:\"header_position\";s:0:\"\";s:1
3:\"header_layout\";s:1:\"0\";s:11:\"header_link\";s:0:\"\";s:4:\"date\";s:1:\"0
\";s:9:\"linkToTop\";s:1:\"0\";s:8:\"bodytext\";s:0:\"\";s:11:\"rte_enabled\";s:
1:\"0\";s:5:\"image\";s:0:\"\";s:11:\"imageorient\";s:2:\"17\";s:9:\"imagecols\"
;s:1:\"1\";s:12:\"image_noRows\";s:1:\"0\";s:11:\"imageborder\";s:1:\"0\";s:10:\
"imagewidth\";s:1:\"0\";s:11:\"imageheight\";s:1:\"0\";s:10:\"image_link\";s:0:\
"\";s:10:\"image_zoom\";s:1:\"0\";s:12:\"imagecaption\";s:0:\"\";s:21:\"imagecap
tion_position\";s:0:\"\";s:7:\"altText\";s:0:\"\";s:9:\"titleText\";s:0:\"\";s:1
1:\"longdescURL\";s:0:\"\";s:17:\"image_compression\";s:1:\"0\";s:13:\"image_eff
ects\";s:1:\"0\";s:9:\"starttime\";s:1:\"0\";s:7:\"endtime\";s:1:\"0\";s:8:\"fe_
group\";s:0:\"\";s:11:\"l18n_parent\";s:1:\"0\";}\";}}','header,l18n_diffsource'
,69,'tt_content',1289401134,NULL,0),(132,378,'a:2:{s:9:\"oldRecord\";a:2:{s:6:\"
header\";s:10:\" (Kopie 1)\";s:15:\"l18n_diffsource\";s:702:\"a:35:{s:5:\"CType\
";N;s:16:\"sys_language_uid\";N;s:6:\"colPos\";N;s:11:\"spaceBefore\";N;s:10:\"s
paceAfter\";N;s:13:\"section_frame\";N;s:12:\"sectionIndex\";N;s:6:\"hidden\";N;
s:6:\"header\";N;s:15:\"header_position\";N;s:13:\"header_layout\";N;s:11:\"head
er_link\";N;s:4:\"date\";N;s:9:\"linkToTop\";N;s:8:\"bodytext\";N;s:11:\"rte_ena
bled\";N;s:5:\"image\";N;s:11:\"imageorient\";N;s:9:\"imagecols\";N;s:12:\"image
_noRows\";N;s:11:\"imageborder\";N;s:10:\"imagewidth\";N;s:11:\"imageheight\";N;
s:10:\"image_link\";N;s:10:\"image_zoom\";N;s:12:\"imagecaption\";N;s:21:\"image
caption_position\";N;s:7:\"altText\";N;s:9:\"titleText\";N;s:11:\"longdescURL\";
N;s:17:\"image_compression\";N;s:13:\"image_effects\";N;s:9:\"starttime\";N;s:7:
\"endtime\";N;s:8:\"fe_group\";N;}\";}s:9:\"newRecord\";a:2:{s:6:\"header\";s:0:
\"\";s:15:\"l18n_diffsource\";s:1065:\"a:36:{s:5:\"CType\";s:7:\"textpic\";s:16:
\"sys_language_uid\";s:1:\"0\";s:6:\"colPos\";s:1:\"0\";s:11:\"spaceBefore\";s:1
:\"0\";s:10:\"spaceAfter\";s:1:\"0\";s:13:\"section_frame\";s:1:\"0\";s:12:\"sec
tionIndex\";s:1:\"1\";s:6:\"hidden\";s:1:\"0\";s:6:\"header\";s:0:\"\";s:15:\"he
ader_position\";s:0:\"\";s:13:\"header_layout\";s:1:\"0\";s:11:\"header_link\";s
:0:\"\";s:4:\"date\";s:1:\"0\";s:9:\"linkToTop\";s:1:\"0\";s:8:\"bodytext\";s:77
:\"<link fileadmin/user_upload/PDF/23_MTC2_DE.pdf - download>Zum Download</link>
\";s:11:\"rte_enabled\";s:1:\"0\";s:5:\"image\";s:10:\"PDF_01.gif\";s:11:\"image
orient\";s:2:\"26\";s:9:\"imagecols\";s:1:\"1\";s:12:\"image_noRows\";s:1:\"0\";
s:11:\"imageborder\";s:1:\"0\";s:10:\"imagewidth\";s:2:\"30\";s:11:\"imageheight
\";s:1:\"0\";s:10:\"image_link\";s:40:\"fileadmin/user_upload/PDF/23_MTC2_DE.pdf
\";s:10:\"image_zoom\";s:1:\"0\";s:12:\"imagecaption\";s:0:\"\";s:21:\"imagecapt
ion_position\";s:0:\"\";s:7:\"altText\";s:0:\"\";s:9:\"titleText\";s:0:\"\";s:11
:\"longdescURL\";s:0:\"\";s:17:\"image_compression\";s:1:\"0\";s:13:\"image_effe
cts\";s:1:\"0\";s:9:\"starttime\";s:1:\"0\";s:7:\"endtime\";s:1:\"0\";s:8:\"fe_g
roup\";s:0:\"\";s:11:\"l18n_parent\";s:1:\"0\";}\";}}','header,l18n_diffsource',
70,'tt_content',1289401146,NULL,0),(133,382,'a:2:{s:9:\"oldRecord\";a:2:{s:6:\"h
eader\";s:42:\"[Translate to Slowenisch:] Universaltester\";s:15:\"l18n_diffsour
ce\";s:702:\"a:35:{s:5:\"CType\";N;s:16:\"sys_language_uid\";N;s:6:\"colPos\";N;
s:11:\"spaceBefore\";N;s:10:\"spaceAfter\";N;s:13:\"section_frame\";N;s:12:\"sec
tionIndex\";N;s:6:\"hidden\";N;s:6:\"header\";N;s:15:\"header_position\";N;s:13:
\"header_layout\";N;s:11:\"header_link\";N;s:4:\"date\";N;s:9:\"linkToTop\";N;s:
8:\"bodytext\";N;s:11:\"rte_enabled\";N;s:5:\"image\";N;s:11:\"imageorient\";N;s
:9:\"imagecols\";N;s:12:\"image_noRows\";N;s:11:\"imageborder\";N;s:10:\"imagewi
dth\";N;s:11:\"imageheight\";N;s:10:\"image_link\";N;s:10:\"image_zoom\";N;s:12:
\"imagecaption\";N;s:21:\"imagecaption_position\";N;s:7:\"altText\";N;s:9:\"titl
eText\";N;s:11:\"longdescURL\";N;s:17:\"image_compression\";N;s:13:\"image_effec
ts\";N;s:9:\"starttime\";N;s:7:\"endtime\";N;s:8:\"fe_group\";N;}\";}s:9:\"newRe
cord\";a:2:{s:6:\"header\";s:18:\"Univerzalni tester\";s:15:\"l18n_diffsource\";
s:950:\"a:36:{s:5:\"CType\";s:7:\"textpic\";s:16:\"sys_language_uid\";s:1:\"0\";
s:6:\"colPos\";s:1:\"0\";s:11:\"spaceBefore\";s:1:\"0\";s:10:\"spaceAfter\";s:1:
\"0\";s:13:\"section_frame\";s:1:\"0\";s:12:\"sectionIndex\";s:1:\"1\";s:6:\"hid
den\";s:1:\"0\";s:6:\"header\";s:15:\"Universaltester\";s:15:\"header_position\"
;s:0:\"\";s:13:\"header_layout\";s:1:\"0\";s:11:\"header_link\";s:0:\"\";s:4:\"d
ate\";s:1:\"0\";s:9:\"linkToTop\";s:1:\"0\";s:8:\"bodytext\";s:0:\"\";s:11:\"rte
_enabled\";s:1:\"0\";s:5:\"image\";s:0:\"\";s:11:\"imageorient\";s:2:\"17\";s:9:
\"imagecols\";s:1:\"1\";s:12:\"image_noRows\";s:1:\"0\";s:11:\"imageborder\";s:1
:\"0\";s:10:\"imagewidth\";s:1:\"0\";s:11:\"imageheight\";s:1:\"0\";s:10:\"image
_link\";s:0:\"\";s:10:\"image_zoom\";s:1:\"0\";s:12:\"imagecaption\";s:0:\"\";s:
21:\"imagecaption_position\";s:0:\"\";s:7:\"altText\";s:0:\"\";s:9:\"titleText\"
;s:0:\"\";s:11:\"longdescURL\";s:0:\"\";s:17:\"image_compression\";s:1:\"0\";s:1
3:\"image_effects\";s:1:\"0\";s:9:\"starttime\";s:1:\"0\";s:7:\"endtime\";s:1:\"
0\";s:8:\"fe_group\";s:0:\"\";s:11:\"l18n_parent\";s:1:\"0\";}\";}}','header,l18
n_diffsource',71,'tt_content',1289401187,NULL,0),(134,383,'a:2:{s:9:\"oldRecord\
";a:2:{s:6:\"header\";s:10:\" (Kopie 1)\";s:15:\"l18n_diffsource\";s:702:\"a:35:
{s:5:\"CType\";N;s:16:\"sys_language_uid\";N;s:6:\"colPos\";N;s:11:\"spaceBefore
\";N;s:10:\"spaceAfter\";N;s:13:\"section_frame\";N;s:12:\"sectionIndex\";N;s:6:
\"hidden\";N;s:6:\"header\";N;s:15:\"header_position\";N;s:13:\"header_layout\";
N;s:11:\"header_link\";N;s:4:\"date\";N;s:9:\"linkToTop\";N;s:8:\"bodytext\";N;s
:11:\"rte_enabled\";N;s:5:\"image\";N;s:11:\"imageorient\";N;s:9:\"imagecols\";N
;s:12:\"image_noRows\";N;s:11:\"imageborder\";N;s:10:\"imagewidth\";N;s:11:\"ima
geheight\";N;s:10:\"image_link\";N;s:10:\"image_zoom\";N;s:12:\"imagecaption\";N
;s:21:\"imagecaption_position\";N;s:7:\"altText\";N;s:9:\"titleText\";N;s:11:\"l
ongdescURL\";N;s:17:\"image_compression\";N;s:13:\"image_effects\";N;s:9:\"start
time\";N;s:7:\"endtime\";N;s:8:\"fe_group\";N;}\";}s:9:\"newRecord\";a:2:{s:6:\"
header\";s:0:\"\";s:15:\"l18n_diffsource\";s:1083:\"a:36:{s:5:\"CType\";s:7:\"te
xtpic\";s:16:\"sys_language_uid\";s:1:\"0\";s:6:\"colPos\";s:1:\"0\";s:11:\"spac
eBefore\";s:1:\"0\";s:10:\"spaceAfter\";s:1:\"0\";s:13:\"section_frame\";s:1:\"0
\";s:12:\"sectionIndex\";s:1:\"1\";s:6:\"hidden\";s:1:\"0\";s:6:\"header\";s:0:\
"\";s:15:\"header_position\";s:0:\"\";s:13:\"header_layout\";s:1:\"0\";s:11:\"he
ader_link\";s:0:\"\";s:4:\"date\";s:1:\"0\";s:9:\"linkToTop\";s:1:\"0\";s:8:\"bo
dytext\";s:86:\"<link fileadmin/user_upload/PDF/22_MotorAnalyzer_DE.pdf - downlo
ad>Zum Download</link>\";s:11:\"rte_enabled\";s:1:\"0\";s:5:\"image\";s:10:\"PDF
_02.gif\";s:11:\"imageorient\";s:2:\"26\";s:9:\"imagecols\";s:1:\"1\";s:12:\"ima
ge_noRows\";s:1:\"0\";s:11:\"imageborder\";s:1:\"0\";s:10:\"imagewidth\";s:2:\"3
0\";s:11:\"imageheight\";s:1:\"0\";s:10:\"image_link\";s:49:\"fileadmin/user_upl
oad/PDF/22_MotorAnalyzer_DE.pdf\";s:10:\"image_zoom\";s:1:\"0\";s:12:\"imagecapt
ion\";s:0:\"\";s:21:\"imagecaption_position\";s:0:\"\";s:7:\"altText\";s:0:\"\";
s:9:\"titleText\";s:0:\"\";s:11:\"longdescURL\";s:0:\"\";s:17:\"image_compressio
n\";s:1:\"0\";s:13:\"image_effects\";s:1:\"0\";s:9:\"starttime\";s:1:\"0\";s:7:\
"endtime\";s:1:\"0\";s:8:\"fe_group\";s:0:\"\";s:11:\"l18n_parent\";s:1:\"0\";}\
";}}','header,l18n_diffsource',72,'tt_content',1289401201,NULL,0),(135,387,'a:2:
{s:9:\"oldRecord\";a:2:{s:6:\"header\";s:44:\"[Translate to Slowenisch:] Sicherh
eitstester\";s:15:\"l18n_diffsource\";s:702:\"a:35:{s:5:\"CType\";N;s:16:\"sys_l
anguage_uid\";N;s:6:\"colPos\";N;s:11:\"spaceBefore\";N;s:10:\"spaceAfter\";N;s:
13:\"section_frame\";N;s:12:\"sectionIndex\";N;s:6:\"hidden\";N;s:6:\"header\";N
;s:15:\"header_position\";N;s:13:\"header_layout\";N;s:11:\"header_link\";N;s:4:
\"date\";N;s:9:\"linkToTop\";N;s:8:\"bodytext\";N;s:11:\"rte_enabled\";N;s:5:\"i
mage\";N;s:11:\"imageorient\";N;s:9:\"imagecols\";N;s:12:\"image_noRows\";N;s:11
:\"imageborder\";N;s:10:\"imagewidth\";N;s:11:\"imageheight\";N;s:10:\"image_lin
k\";N;s:10:\"image_zoom\";N;s:12:\"imagecaption\";N;s:21:\"imagecaption_position
\";N;s:7:\"altText\";N;s:9:\"titleText\";N;s:11:\"longdescURL\";N;s:17:\"image_c
ompression\";N;s:13:\"image_effects\";N;s:9:\"starttime\";N;s:7:\"endtime\";N;s:
8:\"fe_group\";N;}\";}s:9:\"newRecord\";a:2:{s:6:\"header\";s:16:\"Varnostni tes
ter\";s:15:\"l18n_diffsource\";s:952:\"a:36:{s:5:\"CType\";s:7:\"textpic\";s:16:
\"sys_language_uid\";s:1:\"0\";s:6:\"colPos\";s:1:\"0\";s:11:\"spaceBefore\";s:1
:\"0\";s:10:\"spaceAfter\";s:1:\"0\";s:13:\"section_frame\";s:1:\"0\";s:12:\"sec
tionIndex\";s:1:\"1\";s:6:\"hidden\";s:1:\"0\";s:6:\"header\";s:17:\"Sicherheits
tester\";s:15:\"header_position\";s:0:\"\";s:13:\"header_layout\";s:1:\"0\";s:11
:\"header_link\";s:0:\"\";s:4:\"date\";s:1:\"0\";s:9:\"linkToTop\";s:1:\"0\";s:8
:\"bodytext\";s:0:\"\";s:11:\"rte_enabled\";s:1:\"0\";s:5:\"image\";s:0:\"\";s:1
1:\"imageorient\";s:2:\"17\";s:9:\"imagecols\";s:1:\"1\";s:12:\"image_noRows\";s
:1:\"0\";s:11:\"imageborder\";s:1:\"0\";s:10:\"imagewidth\";s:1:\"0\";s:11:\"ima
geheight\";s:1:\"0\";s:10:\"image_link\";s:0:\"\";s:10:\"image_zoom\";s:1:\"0\";
s:12:\"imagecaption\";s:0:\"\";s:21:\"imagecaption_position\";s:0:\"\";s:7:\"alt
Text\";s:0:\"\";s:9:\"titleText\";s:0:\"\";s:11:\"longdescURL\";s:0:\"\";s:17:\"
image_compression\";s:1:\"0\";s:13:\"image_effects\";s:1:\"0\";s:9:\"starttime\"
;s:1:\"0\";s:7:\"endtime\";s:1:\"0\";s:8:\"fe_group\";s:0:\"\";s:11:\"l18n_paren
t\";s:1:\"0\";}\";}}','header,l18n_diffsource',73,'tt_content',1289401238,NULL,0
),(136,388,'a:2:{s:9:\"oldRecord\";a:2:{s:6:\"header\";s:10:\" (Kopie 1)\";s:15:
\"l18n_diffsource\";s:702:\"a:35:{s:5:\"CType\";N;s:16:\"sys_language_uid\";N;s:
6:\"colPos\";N;s:11:\"spaceBefore\";N;s:10:\"spaceAfter\";N;s:13:\"section_frame
\";N;s:12:\"sectionIndex\";N;s:6:\"hidden\";N;s:6:\"header\";N;s:15:\"header_pos
ition\";N;s:13:\"header_layout\";N;s:11:\"header_link\";N;s:4:\"date\";N;s:9:\"l
inkToTop\";N;s:8:\"bodytext\";N;s:11:\"rte_enabled\";N;s:5:\"image\";N;s:11:\"im
ageorient\";N;s:9:\"imagecols\";N;s:12:\"image_noRows\";N;s:11:\"imageborder\";N
;s:10:\"imagewidth\";N;s:11:\"imageheight\";N;s:10:\"image_link\";N;s:10:\"image
_zoom\";N;s:12:\"imagecaption\";N;s:21:\"imagecaption_position\";N;s:7:\"altText
\";N;s:9:\"titleText\";N;s:11:\"longdescURL\";N;s:17:\"image_compression\";N;s:1
3:\"image_effects\";N;s:9:\"starttime\";N;s:7:\"endtime\";N;s:8:\"fe_group\";N;}
\";}s:9:\"newRecord\";a:2:{s:6:\"header\";s:0:\"\";s:15:\"l18n_diffsource\";s:10
71:\"a:36:{s:5:\"CType\";s:7:\"textpic\";s:16:\"sys_language_uid\";s:1:\"0\";s:6
:\"colPos\";s:1:\"0\";s:11:\"spaceBefore\";s:1:\"0\";s:10:\"spaceAfter\";s:1:\"0
\";s:13:\"section_frame\";s:1:\"0\";s:12:\"sectionIndex\";s:1:\"1\";s:6:\"hidden
\";s:1:\"0\";s:6:\"header\";s:0:\"\";s:15:\"header_position\";s:0:\"\";s:13:\"he
ader_layout\";s:1:\"0\";s:11:\"header_link\";s:0:\"\";s:4:\"date\";s:1:\"0\";s:9
:\"linkToTop\";s:1:\"0\";s:8:\"bodytext\";s:80:\"<link fileadmin/user_upload/PDF
/13_GLP2-ce_DE.pdf - download>Zum Download</link>\";s:11:\"rte_enabled\";s:1:\"0
\";s:5:\"image\";s:10:\"PDF_03.gif\";s:11:\"imageorient\";s:2:\"26\";s:9:\"image
cols\";s:1:\"1\";s:12:\"image_noRows\";s:1:\"0\";s:11:\"imageborder\";s:1:\"0\";
s:10:\"imagewidth\";s:2:\"30\";s:11:\"imageheight\";s:1:\"0\";s:10:\"image_link\
";s:43:\"fileadmin/user_upload/PDF/13_GLP2-ce_DE.pdf\";s:10:\"image_zoom\";s:1:\
"0\";s:12:\"imagecaption\";s:0:\"\";s:21:\"imagecaption_position\";s:0:\"\";s:7:
\"altText\";s:0:\"\";s:9:\"titleText\";s:0:\"\";s:11:\"longdescURL\";s:0:\"\";s:
17:\"image_compression\";s:1:\"0\";s:13:\"image_effects\";s:1:\"0\";s:9:\"startt
ime\";s:1:\"0\";s:7:\"endtime\";s:1:\"0\";s:8:\"fe_group\";s:0:\"\";s:11:\"l18n_
parent\";s:1:\"0\";}\";}}','header,l18n_diffsource',74,'tt_content',1289401251,N
ULL,0),(137,392,'a:2:{s:9:\"oldRecord\";a:2:{s:6:\"header\";s:38:\"[Translate to
Slowenisch:] Motortester\";s:15:\"l18n_diffsource\";s:702:\"a:35:{s:5:\"CType\"
;N;s:16:\"sys_language_uid\";N;s:6:\"colPos\";N;s:11:\"spaceBefore\";N;s:10:\"sp
aceAfter\";N;s:13:\"section_frame\";N;s:12:\"sectionIndex\";N;s:6:\"hidden\";N;s
:6:\"header\";N;s:15:\"header_position\";N;s:13:\"header_layout\";N;s:11:\"heade
r_link\";N;s:4:\"date\";N;s:9:\"linkToTop\";N;s:8:\"bodytext\";N;s:11:\"rte_enab
led\";N;s:5:\"image\";N;s:11:\"imageorient\";N;s:9:\"imagecols\";N;s:12:\"image_
noRows\";N;s:11:\"imageborder\";N;s:10:\"imagewidth\";N;s:11:\"imageheight\";N;s
:10:\"image_link\";N;s:10:\"image_zoom\";N;s:12:\"imagecaption\";N;s:21:\"imagec
aption_position\";N;s:7:\"altText\";N;s:9:\"titleText\";N;s:11:\"longdescURL\";N
;s:17:\"image_compression\";N;s:13:\"image_effects\";N;s:9:\"starttime\";N;s:7:\
"endtime\";N;s:8:\"fe_group\";N;}\";}s:9:\"newRecord\";a:2:{s:6:\"header\";s:14:
\"Motorni tester\";s:15:\"l18n_diffsource\";s:946:\"a:36:{s:5:\"CType\";s:7:\"te
xtpic\";s:16:\"sys_language_uid\";s:1:\"0\";s:6:\"colPos\";s:1:\"0\";s:11:\"spac
eBefore\";s:1:\"0\";s:10:\"spaceAfter\";s:1:\"0\";s:13:\"section_frame\";s:1:\"0
\";s:12:\"sectionIndex\";s:1:\"1\";s:6:\"hidden\";s:1:\"0\";s:6:\"header\";s:11:
\"Motortester\";s:15:\"header_position\";s:0:\"\";s:13:\"header_layout\";s:1:\"0
\";s:11:\"header_link\";s:0:\"\";s:4:\"date\";s:1:\"0\";s:9:\"linkToTop\";s:1:\"
0\";s:8:\"bodytext\";s:0:\"\";s:11:\"rte_enabled\";s:1:\"0\";s:5:\"image\";s:0:\
"\";s:11:\"imageorient\";s:2:\"17\";s:9:\"imagecols\";s:1:\"1\";s:12:\"image_noR
ows\";s:1:\"0\";s:11:\"imageborder\";s:1:\"0\";s:10:\"imagewidth\";s:1:\"0\";s:1
1:\"imageheight\";s:1:\"0\";s:10:\"image_link\";s:0:\"\";s:10:\"image_zoom\";s:1
:\"0\";s:12:\"imagecaption\";s:0:\"\";s:21:\"imagecaption_position\";s:0:\"\";s:
7:\"altText\";s:0:\"\";s:9:\"titleText\";s:0:\"\";s:11:\"longdescURL\";s:0:\"\";
s:17:\"image_compression\";s:1:\"0\";s:13:\"image_effects\";s:1:\"0\";s:9:\"star
ttime\";s:1:\"0\";s:7:\"endtime\";s:1:\"0\";s:8:\"fe_group\";s:0:\"\";s:11:\"l18
n_parent\";s:1:\"0\";}\";}}','header,l18n_diffsource',75,'tt_content',1289401295
,NULL,0),(138,393,'a:2:{s:9:\"oldRecord\";a:2:{s:6:\"header\";s:10:\" (Kopie 1)\
";s:15:\"l18n_diffsource\";s:702:\"a:35:{s:5:\"CType\";N;s:16:\"sys_language_uid
\";N;s:6:\"colPos\";N;s:11:\"spaceBefore\";N;s:10:\"spaceAfter\";N;s:13:\"sectio
n_frame\";N;s:12:\"sectionIndex\";N;s:6:\"hidden\";N;s:6:\"header\";N;s:15:\"hea
der_position\";N;s:13:\"header_layout\";N;s:11:\"header_link\";N;s:4:\"date\";N;
s:9:\"linkToTop\";N;s:8:\"bodytext\";N;s:11:\"rte_enabled\";N;s:5:\"image\";N;s:
11:\"imageorient\";N;s:9:\"imagecols\";N;s:12:\"image_noRows\";N;s:11:\"imagebor
der\";N;s:10:\"imagewidth\";N;s:11:\"imageheight\";N;s:10:\"image_link\";N;s:10:
\"image_zoom\";N;s:12:\"imagecaption\";N;s:21:\"imagecaption_position\";N;s:7:\"
altText\";N;s:9:\"titleText\";N;s:11:\"longdescURL\";N;s:17:\"image_compression\
";N;s:13:\"image_effects\";N;s:9:\"starttime\";N;s:7:\"endtime\";N;s:8:\"fe_grou
p\";N;}\";}s:9:\"newRecord\";a:2:{s:6:\"header\";s:0:\"\";s:15:\"l18n_diffsource
\";s:1079:\"a:36:{s:5:\"CType\";s:7:\"textpic\";s:16:\"sys_language_uid\";s:1:\"
0\";s:6:\"colPos\";s:1:\"0\";s:11:\"spaceBefore\";s:1:\"0\";s:10:\"spaceAfter\";
s:1:\"0\";s:13:\"section_frame\";s:1:\"0\";s:12:\"sectionIndex\";s:1:\"1\";s:6:\
"hidden\";s:1:\"0\";s:6:\"header\";s:0:\"\";s:15:\"header_position\";s:0:\"\";s:
13:\"header_layout\";s:1:\"0\";s:11:\"header_link\";s:0:\"\";s:4:\"date\";s:1:\"
0\";s:9:\"linkToTop\";s:1:\"0\";s:8:\"bodytext\";s:84:\"<link fileadmin/user_upl
oad/PDF/19_Motortester_DE.pdf - download>Zum Download</link>\";s:11:\"rte_enable
d\";s:1:\"0\";s:5:\"image\";s:10:\"PDF_04.gif\";s:11:\"imageorient\";s:2:\"26\";
s:9:\"imagecols\";s:1:\"1\";s:12:\"image_noRows\";s:1:\"0\";s:11:\"imageborder\"
;s:1:\"0\";s:10:\"imagewidth\";s:2:\"30\";s:11:\"imageheight\";s:1:\"0\";s:10:\"
image_link\";s:47:\"fileadmin/user_upload/PDF/19_Motortester_DE.pdf\";s:10:\"ima
ge_zoom\";s:1:\"0\";s:12:\"imagecaption\";s:0:\"\";s:21:\"imagecaption_position\
";s:0:\"\";s:7:\"altText\";s:0:\"\";s:9:\"titleText\";s:0:\"\";s:11:\"longdescUR
L\";s:0:\"\";s:17:\"image_compression\";s:1:\"0\";s:13:\"image_effects\";s:1:\"0
\";s:9:\"starttime\";s:1:\"0\";s:7:\"endtime\";s:1:\"0\";s:8:\"fe_group\";s:0:\"
\";s:11:\"l18n_parent\";s:1:\"0\";}\";}}','header,l18n_diffsource',76,'tt_conten
t',1289401310,NULL,0),(139,398,'a:2:{s:9:\"oldRecord\";a:2:{s:6:\"header\";s:10:
\" (Kopie 1)\";s:15:\"l18n_diffsource\";s:664:\"a:33:{s:5:\"CType\";N;s:16:\"sys
_language_uid\";N;s:6:\"colPos\";N;s:11:\"spaceBefore\";N;s:10:\"spaceAfter\";N;
s:13:\"section_frame\";N;s:12:\"sectionIndex\";N;s:6:\"hidden\";N;s:6:\"header\"
;N;s:15:\"header_position\";N;s:13:\"header_layout\";N;s:11:\"header_link\";N;s:
4:\"date\";N;s:9:\"linkToTop\";N;s:5:\"image\";N;s:11:\"imageorient\";N;s:9:\"im
agecols\";N;s:12:\"image_noRows\";N;s:11:\"imageborder\";N;s:10:\"imagewidth\";N
;s:11:\"imageheight\";N;s:10:\"image_link\";N;s:10:\"image_zoom\";N;s:12:\"image
caption\";N;s:21:\"imagecaption_position\";N;s:7:\"altText\";N;s:9:\"titleText\"
;N;s:11:\"longdescURL\";N;s:17:\"image_compression\";N;s:13:\"image_effects\";N;
s:9:\"starttime\";N;s:7:\"endtime\";N;s:8:\"fe_group\";N;}\";}s:9:\"newRecord\";
a:2:{s:6:\"header\";s:0:\"\";s:15:\"l18n_diffsource\";s:991:\"a:34:{s:5:\"CType\
";s:5:\"image\";s:16:\"sys_language_uid\";s:1:\"0\";s:6:\"colPos\";s:1:\"1\";s:1
1:\"spaceBefore\";s:1:\"0\";s:10:\"spaceAfter\";s:1:\"0\";s:13:\"section_frame\"
;s:1:\"0\";s:12:\"sectionIndex\";s:1:\"1\";s:6:\"hidden\";s:1:\"0\";s:6:\"header
\";s:0:\"\";s:15:\"header_position\";s:0:\"\";s:13:\"header_layout\";s:1:\"0\";s
:11:\"header_link\";s:0:\"\";s:4:\"date\";s:1:\"0\";s:9:\"linkToTop\";s:1:\"0\";
s:5:\"image\";s:89:\"wickelmaterial.png,isoliermaterial.png,lacke_harze_01.png,p
ruefgeraete_01.png,motoren.png\";s:11:\"imageorient\";s:1:\"2\";s:9:\"imagecols\
";s:1:\"5\";s:12:\"image_noRows\";s:1:\"0\";s:11:\"imageborder\";s:1:\"0\";s:10:
\"imagewidth\";s:1:\"0\";s:11:\"imageheight\";s:1:\"0\";s:10:\"image_link\";s:17
:\"9, 10, 11, 12, 13\";s:10:\"image_zoom\";s:1:\"0\";s:12:\"imagecaption\";s:0:\
"\";s:21:\"imagecaption_position\";s:0:\"\";s:7:\"altText\";s:0:\"\";s:9:\"title
Text\";s:0:\"\";s:11:\"longdescURL\";s:0:\"\";s:17:\"image_compression\";s:2:\"3
9\";s:13:\"image_effects\";s:1:\"0\";s:9:\"starttime\";s:1:\"0\";s:7:\"endtime\"
;s:1:\"0\";s:8:\"fe_group\";s:0:\"\";s:11:\"l18n_parent\";s:1:\"0\";}\";}}','hea
der,l18n_diffsource',77,'tt_content',1289551565,NULL,0),(140,400,'a:2:{s:9:\"old
Record\";a:2:{s:6:\"header\";s:10:\" (Kopie 1)\";s:15:\"l18n_diffsource\";s:702:
\"a:35:{s:5:\"CType\";N;s:16:\"sys_language_uid\";N;s:6:\"colPos\";N;s:11:\"spac
eBefore\";N;s:10:\"spaceAfter\";N;s:13:\"section_frame\";N;s:12:\"sectionIndex\"
;N;s:6:\"hidden\";N;s:6:\"header\";N;s:15:\"header_position\";N;s:13:\"header_la
yout\";N;s:11:\"header_link\";N;s:4:\"date\";N;s:9:\"linkToTop\";N;s:8:\"bodytex
t\";N;s:11:\"rte_enabled\";N;s:5:\"image\";N;s:11:\"imageorient\";N;s:9:\"imagec
ols\";N;s:12:\"image_noRows\";N;s:11:\"imageborder\";N;s:10:\"imagewidth\";N;s:1
1:\"imageheight\";N;s:10:\"image_link\";N;s:10:\"image_zoom\";N;s:12:\"imagecapt
ion\";N;s:21:\"imagecaption_position\";N;s:7:\"altText\";N;s:9:\"titleText\";N;s
:11:\"longdescURL\";N;s:17:\"image_compression\";N;s:13:\"image_effects\";N;s:9:
\"starttime\";N;s:7:\"endtime\";N;s:8:\"fe_group\";N;}\";}s:9:\"newRecord\";a:2:
{s:6:\"header\";s:0:\"\";s:15:\"l18n_diffsource\";s:1131:\"a:36:{s:5:\"CType\";s
:7:\"textpic\";s:16:\"sys_language_uid\";s:1:\"0\";s:6:\"colPos\";s:1:\"2\";s:11
:\"spaceBefore\";s:1:\"0\";s:10:\"spaceAfter\";s:1:\"0\";s:13:\"section_frame\";
s:1:\"0\";s:12:\"sectionIndex\";s:1:\"1\";s:6:\"hidden\";s:1:\"0\";s:6:\"header\
";s:0:\"\";s:15:\"header_position\";s:0:\"\";s:13:\"header_layout\";s:1:\"0\";s:
11:\"header_link\";s:0:\"\";s:4:\"date\";s:1:\"0\";s:9:\"linkToTop\";s:1:\"0\";s
:8:\"bodytext\";s:195:\"<b>ZTS Zica trgovina in storitve d.o.o.</b>\r\nSpelina U
lica P.p.133 022 2000 Maribor\r\nTel: +386-2-46-04-810 Fax: +386-2-426-01-39\r\nE-Ma
il: <link office@zts-wire.com>office@zts-wire.com</link> \";s:11:\"rte_enabled\"
;s:1:\"0\";s:5:\"image\";s:0:\"\";s:11:\"imageorient\";s:2:\"17\";s:9:\"imagecol
s\";s:1:\"1\";s:12:\"image_noRows\";s:1:\"0\";s:11:\"imageborder\";s:1:\"0\";s:1
0:\"imagewidth\";s:1:\"0\";s:11:\"imageheight\";s:1:\"0\";s:10:\"image_link\";s:
0:\"\";s:10:\"image_zoom\";s:1:\"0\";s:12:\"imagecaption\";s:0:\"\";s:21:\"image
caption_position\";s:0:\"\";s:7:\"altText\";s:0:\"\";s:9:\"titleText\";s:0:\"\";
s:11:\"longdescURL\";s:0:\"\";s:17:\"image_compression\";s:1:\"0\";s:13:\"image_
effects\";s:1:\"0\";s:9:\"starttime\";s:1:\"0\";s:7:\"endtime\";s:1:\"0\";s:8:\"
fe_group\";s:0:\"\";s:11:\"l18n_parent\";s:1:\"0\";}\";}}','header,l18n_diffsour
ce',78,'tt_content',1289551581,NULL,0),(141,401,'a:2:{s:9:\"oldRecord\";a:1:{s:5
:\"image\";s:98:\"wickelmaterial_01.png,isoliermaterial_01.png,lacke_harze_02.pn
g,pruefgeraete_02.png,motoren_01.png\";}s:9:\"newRecord\";a:1:{s:5:\"image\";s:1
08:\"wickelmaterial_01.png,isoliermaterial_01.png,lacke_harze_02.png,pruefgeraet
e_02.png,motoren_01.png,Motor.png\";}}','image',77,'tt_content',1289551612,NULL,
0),(142,403,'a:2:{s:9:\"oldRecord\";a:1:{s:5:\"image\";s:108:\"wickelmaterial_01
.png,isoliermaterial_01.png,lacke_harze_02.png,pruefgeraete_02.png,motoren_01.pn
g,Motor.png\";}s:9:\"newRecord\";a:1:{s:5:\"image\";s:93:\"wickelmaterial_01.png
,isoliermaterial_01.png,lacke_harze_02.png,pruefgeraete_02.png,Motor.png\";}}','
image',77,'tt_content',1289551644,NULL,0),(143,410,'a:2:{s:9:\"oldRecord\";a:1:{
s:5:\"image\";s:93:\"wickelmaterial_01.png,isoliermaterial_01.png,lacke_harze_02
.png,pruefgeraete_02.png,Motor.png\";}s:9:\"newRecord\";a:1:{s:5:\"image\";s:92:
\"izolacijski_material.png,laki_smole.png,motorji.png,navijalni_material.png,pre
skusevalne.png\";}}','image',77,'tt_content',1289816615,NULL,0),(144,411,'a:2:{s
:9:\"oldRecord\";a:1:{s:5:\"image\";s:92:\"izolacijski_material.png,laki_smole.p
ng,motorji.png,navijalni_material.png,preskusevalne.png\";}s:9:\"newRecord\";a:1
:{s:5:\"image\";s:92:\"navijalni_material.png,izolacijski_material.png,laki_smol
e.png,preskusevalne.png,motorji.png\";}}','image',77,'tt_content',1289816724,NUL
L,0),(145,413,'a:2:{s:9:\"oldRecord\";a:1:{s:6:\"header\";s:38:\"[Translate to S
lowenisch:] Unternehmen\";}s:9:\"newRecord\";a:1:{s:6:\"header\";s:8:\"Podjetje\
";}}','header',23,'tt_content',1290520112,NULL,0),(146,415,'a:2:{s:9:\"oldRecord
\";a:2:{s:6:\"header\";s:38:\"[Translate to Slowenisch:] Klebebnder\";s:15:\"l18n_
diffsource\";s:702:\"a:35:{s:5:\"CType\";N;s:16:\"sys_language_uid\";N;s:6:\"col
Pos\";N;s:11:\"spaceBefore\";N;s:10:\"spaceAfter\";N;s:13:\"section_frame\";N;s:
12:\"sectionIndex\";N;s:6:\"hidden\";N;s:6:\"header\";N;s:15:\"header_position\"
;N;s:13:\"header_layout\";N;s:11:\"header_link\";N;s:4:\"date\";N;s:9:\"linkToTo
p\";N;s:8:\"bodytext\";N;s:11:\"rte_enabled\";N;s:5:\"image\";N;s:11:\"imageorie
nt\";N;s:9:\"imagecols\";N;s:12:\"image_noRows\";N;s:11:\"imageborder\";N;s:10:\
"imagewidth\";N;s:11:\"imageheight\";N;s:10:\"image_link\";N;s:10:\"image_zoom\"
;N;s:12:\"imagecaption\";N;s:21:\"imagecaption_position\";N;s:7:\"altText\";N;s:
9:\"titleText\";N;s:11:\"longdescURL\";N;s:17:\"image_compression\";N;s:13:\"ima
ge_effects\";N;s:9:\"starttime\";N;s:7:\"endtime\";N;s:8:\"fe_group\";N;}\";}s:9
:\"newRecord\";a:2:{s:6:\"header\";s:15:\"Lepilni trakovi\";s:15:\"l18n_diffsour
ce\";s:946:\"a:36:{s:5:\"CType\";s:7:\"textpic\";s:16:\"sys_language_uid\";s:1:\
"0\";s:6:\"colPos\";s:1:\"0\";s:11:\"spaceBefore\";s:1:\"0\";s:10:\"spaceAfter\"
;s:1:\"0\";s:13:\"section_frame\";s:1:\"0\";s:12:\"sectionIndex\";s:1:\"1\";s:6:
\"hidden\";s:1:\"0\";s:6:\"header\";s:11:\"Klebebnder\";s:15:\"header_position\";s
:0:\"\";s:13:\"header_layout\";s:1:\"0\";s:11:\"header_link\";s:0:\"\";s:4:\"dat
e\";s:1:\"0\";s:9:\"linkToTop\";s:1:\"0\";s:8:\"bodytext\";s:0:\"\";s:11:\"rte_e
nabled\";s:1:\"0\";s:5:\"image\";s:0:\"\";s:11:\"imageorient\";s:2:\"17\";s:9:\"
imagecols\";s:1:\"1\";s:12:\"image_noRows\";s:1:\"0\";s:11:\"imageborder\";s:1:\
"0\";s:10:\"imagewidth\";s:1:\"0\";s:11:\"imageheight\";s:1:\"0\";s:10:\"image_l
ink\";s:0:\"\";s:10:\"image_zoom\";s:1:\"0\";s:12:\"imagecaption\";s:0:\"\";s:21
:\"imagecaption_position\";s:0:\"\";s:7:\"altText\";s:0:\"\";s:9:\"titleText\";s
:0:\"\";s:11:\"longdescURL\";s:0:\"\";s:17:\"image_compression\";s:1:\"0\";s:13:
\"image_effects\";s:1:\"0\";s:9:\"starttime\";s:1:\"0\";s:7:\"endtime\";s:1:\"0\
";s:8:\"fe_group\";s:0:\"\";s:11:\"l18n_parent\";s:1:\"0\";}\";}}','header,l18n_
diffsource',79,'tt_content',1290520198,NULL,0),(147,417,'a:2:{s:9:\"oldRecord\";
a:2:{s:6:\"header\";s:47:\"[Translate to Slowenisch:] Stanz- und Formteile\";s:1
5:\"l18n_diffsource\";s:702:\"a:35:{s:5:\"CType\";N;s:16:\"sys_language_uid\";N;
s:6:\"colPos\";N;s:11:\"spaceBefore\";N;s:10:\"spaceAfter\";N;s:13:\"section_fra
me\";N;s:12:\"sectionIndex\";N;s:6:\"hidden\";N;s:6:\"header\";N;s:15:\"header_p
osition\";N;s:13:\"header_layout\";N;s:11:\"header_link\";N;s:4:\"date\";N;s:9:\
"linkToTop\";N;s:8:\"bodytext\";N;s:11:\"rte_enabled\";N;s:5:\"image\";N;s:11:\"
imageorient\";N;s:9:\"imagecols\";N;s:12:\"image_noRows\";N;s:11:\"imageborder\"
;N;s:10:\"imagewidth\";N;s:11:\"imageheight\";N;s:10:\"image_link\";N;s:10:\"ima
ge_zoom\";N;s:12:\"imagecaption\";N;s:21:\"imagecaption_position\";N;s:7:\"altTe
xt\";N;s:9:\"titleText\";N;s:11:\"longdescURL\";N;s:17:\"image_compression\";N;s
:13:\"image_effects\";N;s:9:\"starttime\";N;s:7:\"endtime\";N;s:8:\"fe_group\";N
;}\";}s:9:\"newRecord\";a:2:{s:6:\"header\";s:28:\"Izsekovalni in fazonski deli\
";s:15:\"l18n_diffsource\";s:955:\"a:36:{s:5:\"CType\";s:7:\"textpic\";s:16:\"sy
s_language_uid\";s:1:\"0\";s:6:\"colPos\";s:1:\"0\";s:11:\"spaceBefore\";s:1:\"0
\";s:10:\"spaceAfter\";s:1:\"0\";s:13:\"section_frame\";s:1:\"0\";s:12:\"section
Index\";s:1:\"1\";s:6:\"hidden\";s:1:\"0\";s:6:\"header\";s:20:\"Stanz- und Form
teile\";s:15:\"header_position\";s:0:\"\";s:13:\"header_layout\";s:1:\"0\";s:11:
\"header_link\";s:0:\"\";s:4:\"date\";s:1:\"0\";s:9:\"linkToTop\";s:1:\"0\";s:8:
\"bodytext\";s:0:\"\";s:11:\"rte_enabled\";s:1:\"0\";s:5:\"image\";s:0:\"\";s:11
:\"imageorient\";s:2:\"17\";s:9:\"imagecols\";s:1:\"1\";s:12:\"image_noRows\";s:
1:\"0\";s:11:\"imageborder\";s:1:\"0\";s:10:\"imagewidth\";s:1:\"0\";s:11:\"imag
eheight\";s:1:\"0\";s:10:\"image_link\";s:0:\"\";s:10:\"image_zoom\";s:1:\"0\";s
:12:\"imagecaption\";s:0:\"\";s:21:\"imagecaption_position\";s:0:\"\";s:7:\"altT
ext\";s:0:\"\";s:9:\"titleText\";s:0:\"\";s:11:\"longdescURL\";s:0:\"\";s:17:\"i
mage_compression\";s:1:\"0\";s:13:\"image_effects\";s:1:\"0\";s:9:\"starttime\";
s:1:\"0\";s:7:\"endtime\";s:1:\"0\";s:8:\"fe_group\";s:0:\"\";s:11:\"l18n_parent
\";s:1:\"0\";}\";}}','header,l18n_diffsource',80,'tt_content',1290520219,NULL,0)
,(148,419,'a:2:{s:9:\"oldRecord\";a:2:{s:6:\"header\";s:40:\"[Translate to Slowe
nisch:] Vergussmassen\";s:15:\"l18n_diffsource\";s:702:\"a:35:{s:5:\"CType\";N;s
:16:\"sys_language_uid\";N;s:6:\"colPos\";N;s:11:\"spaceBefore\";N;s:10:\"spaceA
fter\";N;s:13:\"section_frame\";N;s:12:\"sectionIndex\";N;s:6:\"hidden\";N;s:6:\
"header\";N;s:15:\"header_position\";N;s:13:\"header_layout\";N;s:11:\"header_li
nk\";N;s:4:\"date\";N;s:9:\"linkToTop\";N;s:8:\"bodytext\";N;s:11:\"rte_enabled\
";N;s:5:\"image\";N;s:11:\"imageorient\";N;s:9:\"imagecols\";N;s:12:\"image_noRo
ws\";N;s:11:\"imageborder\";N;s:10:\"imagewidth\";N;s:11:\"imageheight\";N;s:10:
\"image_link\";N;s:10:\"image_zoom\";N;s:12:\"imagecaption\";N;s:21:\"imagecapti
on_position\";N;s:7:\"altText\";N;s:9:\"titleText\";N;s:11:\"longdescURL\";N;s:1
7:\"image_compression\";N;s:13:\"image_effects\";N;s:9:\"starttime\";N;s:7:\"end
time\";N;s:8:\"fe_group\";N;}\";}s:9:\"newRecord\";a:2:{s:6:\"header\";s:14:\"Za
livalne mase\";s:15:\"l18n_diffsource\";s:948:\"a:36:{s:5:\"CType\";s:7:\"textpi
c\";s:16:\"sys_language_uid\";s:1:\"0\";s:6:\"colPos\";s:1:\"0\";s:11:\"spaceBef
ore\";s:1:\"0\";s:10:\"spaceAfter\";s:1:\"0\";s:13:\"section_frame\";s:1:\"0\";s
:12:\"sectionIndex\";s:1:\"1\";s:6:\"hidden\";s:1:\"0\";s:6:\"header\";s:13:\"Ve
rgussmassen\";s:15:\"header_position\";s:0:\"\";s:13:\"header_layout\";s:1:\"0\"
;s:11:\"header_link\";s:0:\"\";s:4:\"date\";s:1:\"0\";s:9:\"linkToTop\";s:1:\"0\
";s:8:\"bodytext\";s:0:\"\";s:11:\"rte_enabled\";s:1:\"0\";s:5:\"image\";s:0:\"\
";s:11:\"imageorient\";s:2:\"17\";s:9:\"imagecols\";s:1:\"1\";s:12:\"image_noRow
s\";s:1:\"0\";s:11:\"imageborder\";s:1:\"0\";s:10:\"imagewidth\";s:1:\"0\";s:11:
\"imageheight\";s:1:\"0\";s:10:\"image_link\";s:0:\"\";s:10:\"image_zoom\";s:1:\
"0\";s:12:\"imagecaption\";s:0:\"\";s:21:\"imagecaption_position\";s:0:\"\";s:7:
\"altText\";s:0:\"\";s:9:\"titleText\";s:0:\"\";s:11:\"longdescURL\";s:0:\"\";s:
17:\"image_compression\";s:1:\"0\";s:13:\"image_effects\";s:1:\"0\";s:9:\"startt
ime\";s:1:\"0\";s:7:\"endtime\";s:1:\"0\";s:8:\"fe_group\";s:0:\"\";s:11:\"l18n_
parent\";s:1:\"0\";}\";}}','header,l18n_diffsource',81,'tt_content',1290520250,N
ULL,0),(149,420,'a:2:{s:9:\"oldRecord\";a:1:{s:8:\"bodytext\";s:108:\"[Translate
to Slowenisch:] <link fileadmin/user_upload/PDF/10_GLP1-eHV_DE.pdf - download>Z
um Download</link>\";}s:9:\"newRecord\";a:1:{s:8:\"bodytext\";s:77:\"<link filea
dmin/user_upload/PDF/10_GLP1-eHV_DE.pdf - download>Download</link>\";}}','bodyte
xt',68,'tt_content',1290520278,NULL,0),(150,421,'a:2:{s:9:\"oldRecord\";a:1:{s:8
:\"bodytext\";s:104:\"[Translate to Slowenisch:] <link fileadmin/user_upload/PDF
/23_MTC2_DE.pdf - download>Zum Download</link>\";}s:9:\"newRecord\";a:1:{s:8:\"b
odytext\";s:73:\"<link fileadmin/user_upload/PDF/23_MTC2_DE.pdf - download>Downl
oad</link>\";}}','bodytext',70,'tt_content',1290520296,NULL,0),(151,422,'a:2:{s:
9:\"oldRecord\";a:1:{s:8:\"bodytext\";s:113:\"[Translate to Slowenisch:] <link f
ileadmin/user_upload/PDF/22_MotorAnalyzer_DE.pdf - download>Zum Download</link>\
";}s:9:\"newRecord\";a:1:{s:8:\"bodytext\";s:82:\"<link fileadmin/user_upload/PD
F/22_MotorAnalyzer_DE.pdf - download>Download</link>\";}}','bodytext',72,'tt_con
tent',1290520311,NULL,0),(152,423,'a:2:{s:9:\"oldRecord\";a:1:{s:8:\"bodytext\";
s:107:\"[Translate to Slowenisch:] <link fileadmin/user_upload/PDF/13_GLP2-ce_DE
.pdf - download>Zum Download</link>\";}s:9:\"newRecord\";a:1:{s:8:\"bodytext\";s
:76:\"<link fileadmin/user_upload/PDF/13_GLP2-ce_DE.pdf - download>Download</lin
k>\";}}','bodytext',74,'tt_content',1290520327,NULL,0),(153,424,'a:2:{s:9:\"oldR
ecord\";a:1:{s:8:\"bodytext\";s:111:\"[Translate to Slowenisch:] <link fileadmin
/user_upload/PDF/19_Motortester_DE.pdf - download>Zum Download</link>\";}s:9:\"n
ewRecord\";a:1:{s:8:\"bodytext\";s:80:\"<link fileadmin/user_upload/PDF/19_Motor
tester_DE.pdf - download>Download</link>\";}}','bodytext',76,'tt_content',129052
0369,NULL,0),(154,428,'a:2:{s:9:\"oldRecord\";a:3:{s:6:\"header\";s:36:\"[Transl
ate to Slowenisch:] Impressum\";s:8:\"bodytext\";s:59:\"[Translate to Slowenisch
:] <span lang=\"EN-US\"><br /></span>\";s:15:\"l18n_diffsource\";s:702:\"a:35:{s
:5:\"CType\";N;s:16:\"sys_language_uid\";N;s:6:\"colPos\";N;s:11:\"spaceBefore\"
;N;s:10:\"spaceAfter\";N;s:13:\"section_frame\";N;s:12:\"sectionIndex\";N;s:6:\"
hidden\";N;s:6:\"header\";N;s:15:\"header_position\";N;s:13:\"header_layout\";N;
s:11:\"header_link\";N;s:4:\"date\";N;s:9:\"linkToTop\";N;s:8:\"bodytext\";N;s:1
1:\"rte_enabled\";N;s:5:\"image\";N;s:11:\"imageorient\";N;s:9:\"imagecols\";N;s
:12:\"image_noRows\";N;s:11:\"imageborder\";N;s:10:\"imagewidth\";N;s:11:\"image
height\";N;s:10:\"image_link\";N;s:10:\"image_zoom\";N;s:12:\"imagecaption\";N;s
:21:\"imagecaption_position\";N;s:7:\"altText\";N;s:9:\"titleText\";N;s:11:\"lon
gdescURL\";N;s:17:\"image_compression\";N;s:13:\"image_effects\";N;s:9:\"startti
me\";N;s:7:\"endtime\";N;s:8:\"fe_group\";N;}\";}s:9:\"newRecord\";a:3:{s:6:\"he
ader\";s:8:\"Impressm\";s:8:\"bodytext\";s:0:\"\";s:15:\"l18n_diffsource\";s:976
:\"a:36:{s:5:\"CType\";s:7:\"textpic\";s:16:\"sys_language_uid\";s:1:\"0\";s:6:\
"colPos\";s:1:\"0\";s:11:\"spaceBefore\";s:1:\"0\";s:10:\"spaceAfter\";s:1:\"0\"
;s:13:\"section_frame\";s:1:\"0\";s:12:\"sectionIndex\";s:1:\"1\";s:6:\"hidden\"
;s:1:\"0\";s:6:\"header\";s:9:\"Impressum\";s:15:\"header_position\";s:0:\"\";s:
13:\"header_layout\";s:1:\"0\";s:11:\"header_link\";s:0:\"\";s:4:\"date\";s:1:\"
0\";s:9:\"linkToTop\";s:1:\"0\";s:8:\"bodytext\";s:32:\"<span lang=\"EN-US\"><br
/></span>\";s:11:\"rte_enabled\";s:1:\"0\";s:5:\"image\";s:0:\"\";s:11:\"imageo
rient\";s:2:\"17\";s:9:\"imagecols\";s:1:\"1\";s:12:\"image_noRows\";s:1:\"0\";s
:11:\"imageborder\";s:1:\"0\";s:10:\"imagewidth\";s:1:\"0\";s:11:\"imageheight\"
;s:1:\"0\";s:10:\"image_link\";s:0:\"\";s:10:\"image_zoom\";s:1:\"0\";s:12:\"ima
gecaption\";s:0:\"\";s:21:\"imagecaption_position\";s:0:\"\";s:7:\"altText\";s:0
:\"\";s:9:\"titleText\";s:0:\"\";s:11:\"longdescURL\";s:0:\"\";s:17:\"image_comp
ression\";s:1:\"0\";s:13:\"image_effects\";s:1:\"0\";s:9:\"starttime\";s:1:\"0\"
;s:7:\"endtime\";s:1:\"0\";s:8:\"fe_group\";s:0:\"\";s:11:\"l18n_parent\";s:1:\"
0\";}\";}}','header,bodytext,l18n_diffsource',82,'tt_content',1290520462,NULL,0)
,(155,429,'a:2:{s:9:\"oldRecord\";a:2:{s:6:\"header\";s:10:\" (Kopie 1)\";s:15:\
"l18n_diffsource\";s:702:\"a:35:{s:5:\"CType\";N;s:16:\"sys_language_uid\";N;s:6
:\"colPos\";N;s:11:\"spaceBefore\";N;s:10:\"spaceAfter\";N;s:13:\"section_frame\
";N;s:12:\"sectionIndex\";N;s:6:\"hidden\";N;s:6:\"header\";N;s:15:\"header_posi
tion\";N;s:13:\"header_layout\";N;s:11:\"header_link\";N;s:4:\"date\";N;s:9:\"li
nkToTop\";N;s:8:\"bodytext\";N;s:11:\"rte_enabled\";N;s:5:\"image\";N;s:11:\"ima
georient\";N;s:9:\"imagecols\";N;s:12:\"image_noRows\";N;s:11:\"imageborder\";N;
s:10:\"imagewidth\";N;s:11:\"imageheight\";N;s:10:\"image_link\";N;s:10:\"image_
zoom\";N;s:12:\"imagecaption\";N;s:21:\"imagecaption_position\";N;s:7:\"altText\
";N;s:9:\"titleText\";N;s:11:\"longdescURL\";N;s:17:\"image_compression\";N;s:13
:\"image_effects\";N;s:9:\"starttime\";N;s:7:\"endtime\";N;s:8:\"fe_group\";N;}\
";}s:9:\"newRecord\";a:2:{s:6:\"header\";s:0:\"\";s:15:\"l18n_diffsource\";s:129
5:\"a:36:{s:5:\"CType\";s:7:\"textpic\";s:16:\"sys_language_uid\";s:1:\"0\";s:6:
\"colPos\";s:1:\"0\";s:11:\"spaceBefore\";s:1:\"0\";s:10:\"spaceAfter\";s:1:\"0\
";s:13:\"section_frame\";s:1:\"0\";s:12:\"sectionIndex\";s:1:\"1\";s:6:\"hidden\
";s:1:\"0\";s:6:\"header\";s:0:\"\";s:15:\"header_position\";s:0:\"\";s:13:\"hea
der_layout\";s:1:\"0\";s:11:\"header_link\";s:0:\"\";s:4:\"date\";s:1:\"0\";s:9:
\"linkToTop\";s:1:\"0\";s:8:\"bodytext\";s:359:\"<span lang=\"EN-US\"><b>Zica d.
o.o.</b><br />Spelina ulica 022<br />p.p.133 MB<br />SI-2000 Maribor <br /></spa
n>\r\n<span lang=\"EN-US\">Tel.: 00386 2 426 00 99<br />Fax: 00386 2 426 01 39<b
r />E-Mail: </span><span lang=\"DE-AT\"><link office@zts-wire.com>office@zts-wir
e.com<br /></link></span>\r\n<span lang=\"EN-US\">Firmenbuch:<br />Firmenbuchger
icht: Maribor</span>\";s:11:\"rte_enabled\";s:1:\"0\";s:5:\"image\";s:0:\"\";s:1
1:\"imageorient\";s:2:\"17\";s:9:\"imagecols\";s:1:\"1\";s:12:\"image_noRows\";s
:1:\"0\";s:11:\"imageborder\";s:1:\"0\";s:10:\"imagewidth\";s:1:\"0\";s:11:\"ima
geheight\";s:1:\"0\";s:10:\"image_link\";s:0:\"\";s:10:\"image_zoom\";s:1:\"0\";
s:12:\"imagecaption\";s:0:\"\";s:21:\"imagecaption_position\";s:0:\"\";s:7:\"alt
Text\";s:0:\"\";s:9:\"titleText\";s:0:\"\";s:11:\"longdescURL\";s:0:\"\";s:17:\"
image_compression\";s:1:\"0\";s:13:\"image_effects\";s:1:\"0\";s:9:\"starttime\"
;s:1:\"0\";s:7:\"endtime\";s:1:\"0\";s:8:\"fe_group\";s:0:\"\";s:11:\"l18n_paren
t\";s:1:\"0\";}\";}}','header,l18n_diffsource',83,'tt_content',1290520473,NULL,0
);
/*!40000 ALTER TABLE `sys_history` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `sys_language`
--
DROP TABLE IF EXISTS `sys_language`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `sys_language` (
`uid` int(11) unsigned NOT NULL auto_increment,
`pid` int(11) unsigned NOT NULL default '0',
`tstamp` int(11) unsigned NOT NULL default '0',
`hidden` tinyint(4) unsigned NOT NULL default '0',
`title` varchar(80) NOT NULL default '',
`flag` varchar(20) NOT NULL default '',
`static_lang_isocode` int(11) unsigned NOT NULL default '0',
PRIMARY KEY (`uid`),
KEY `parent` (`pid`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1;
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `sys_language`
--
LOCK TABLES `sys_language` WRITE;
/*!40000 ALTER TABLE `sys_language` DISABLE KEYS */;
INSERT INTO `sys_language` VALUES (1,0,1288248170,0,'Slowenisch','sl.gif',110);
/*!40000 ALTER TABLE `sys_language` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `sys_lockedrecords`
--
DROP TABLE IF EXISTS `sys_lockedrecords`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `sys_lockedrecords` (
`uid` int(11) unsigned NOT NULL auto_increment,
`userid` int(11) unsigned NOT NULL default '0',
`tstamp` int(11) unsigned NOT NULL default '0',
`record_table` varchar(255) NOT NULL default '',
`record_uid` int(11) NOT NULL default '0',
`record_pid` int(11) NOT NULL default '0',
`username` varchar(20) NOT NULL default '',
`feuserid` int(11) unsigned NOT NULL default '0',
PRIMARY KEY (`uid`),
KEY `event` (`userid`,`tstamp`)
) ENGINE=MyISAM AUTO_INCREMENT=330 DEFAULT CHARSET=latin1;
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `sys_lockedrecords`
--
LOCK TABLES `sys_lockedrecords` WRITE;
/*!40000 ALTER TABLE `sys_lockedrecords` DISABLE KEYS */;
/*!40000 ALTER TABLE `sys_lockedrecords` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `sys_log`
--
DROP TABLE IF EXISTS `sys_log`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `sys_log` (
`uid` int(11) unsigned NOT NULL auto_increment,
`userid` int(11) unsigned NOT NULL default '0',
`action` tinyint(4) unsigned NOT NULL default '0',
`recuid` int(11) unsigned NOT NULL default '0',
`tablename` varchar(255) NOT NULL default '',
`recpid` int(11) NOT NULL default '0',
`error` tinyint(4) unsigned NOT NULL default '0',
`details` text NOT NULL,
`tstamp` int(11) unsigned NOT NULL default '0',
`type` tinyint(3) unsigned NOT NULL default '0',
`details_nr` tinyint(3) unsigned NOT NULL default '0',
`IP` varchar(39) NOT NULL default '',
`log_data` varchar(255) NOT NULL default '',
`event_pid` int(11) NOT NULL default '-1',
`workspace` int(11) NOT NULL default '0',
`NEWid` varchar(20) NOT NULL default '',
PRIMARY KEY (`uid`),
KEY `event` (`userid`,`event_pid`),
KEY `recuidIdx` (`recuid`,`uid`)
) ENGINE=InnoDB AUTO_INCREMENT=432 DEFAULT CHARSET=latin1;
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `sys_log`
--
LOCK TABLES `sys_log` WRITE;
/*!40000 ALTER TABLE `sys_log` DISABLE KEYS */;
INSERT INTO `sys_log` VALUES (1,1,1,0,'',0,0,'User %s logged in from %s (%s)',12
81518716,255,1,'178.188.56.130','a:3:{i:0;s:5:\"admin\";i:1;s:14:\"178.188.56.13
0\";i:2;N;}',-1,-99,''),(2,1,1,0,'',0,0,'Extension list has been changed, extens
ion %s has been %s',1281518789,5,0,'178.188.56.130','a:2:{i:0;s:11:\"api_macmade
\";i:1;s:9:\"installed\";}',-1,0,''),(3,1,1,0,'',0,0,'Extension list has been ch
anged, extension %s has been %s',1281518796,5,0,'178.188.56.130','a:2:{i:0;s:16:
\"automaketemplate\";i:1;s:9:\"installed\";}',-1,0,''),(4,1,1,0,'',0,0,'Extensio
n list has been changed, extension %s has been %s',1281518806,5,0,'178.188.56.13
0','a:2:{i:0;s:8:\"metatags\";i:1;s:9:\"installed\";}',-1,0,''),(5,1,1,0,'',0,0,
'Extension list has been changed, extension %s has been %s',1281518819,5,0,'178.
188.56.130','a:2:{i:0;s:18:\"static_info_tables\";i:1;s:9:\"installed\";}',-1,0,
''),(6,1,1,0,'',0,0,'Extension list has been changed, extension %s has been %s',
1281518835,5,0,'178.188.56.130','a:2:{i:0;s:14:\"ts_language_de\";i:1;s:9:\"inst
alled\";}',-1,0,''),(7,1,1,0,'',0,0,'Personal settings changed',1281518907,254,1
,'178.188.56.130','a:0:{}',-1,0,''),(8,1,1,0,'',0,0,'Personal settings changed',
1281518925,254,1,'178.188.56.130','a:0:{}',-1,0,''),(9,1,1,1,'pages',0,0,'Record
\'%s\' (%s) was inserted on page \'%s\' (%s)',1281518960,1,10,'178.188.56.130',
'a:4:{i:0;s:8:\"ZTS-Wire\";i:1;s:7:\"pages:1\";i:2;s:12:\"[root-level]\";i:3;s:1
:\"0\";}',0,0,'NEW4c626d605049e'),(10,1,1,1,'sys_template',0,0,'Record \'%s\' (%
s) was inserted on page \'%s\' (%s)',1281519079,1,10,'178.188.56.130','a:4:{i:0;
s:17:\"ZTS Wire Standard\";i:1;s:14:\"sys_template:1\";i:2;s:8:\"ZTS-Wire\";i:3;
s:1:\"1\";}',1,0,'NEW4c626dcc6f941'),(11,1,2,1,'be_users',0,0,'Record \'%s\' (%s
) was updated. (Online).',1281519102,1,10,'178.188.56.130','a:2:{i:0;s:5:\"admin
\";i:1;s:10:\"be_users:1\";}',0,0,''),(12,1,2,1,'be_users',0,0,'Record \'%s\' (%
s) was updated. (Online).',1281519126,1,10,'178.188.56.130','a:2:{i:0;s:5:\"admi
n\";i:1;s:10:\"be_users:1\";}',0,0,''),(13,1,1,0,'',0,0,'User %s logged in from
%s (%s)',1281946025,255,1,'178.188.56.130','a:3:{i:0;s:5:\"admin\";i:1;s:14:\"17
8.188.56.130\";i:2;N;}',-1,-99,''),(14,1,1,2,'pages',0,0,'Record \'%s\' (%s) was
inserted on page \'%s\' (%s)',1281946047,1,10,'178.188.56.130','a:4:{i:0;s:4:\"
Home\";i:1;s:7:\"pages:2\";i:2;s:8:\"ZTS-Wire\";i:3;s:1:\"1\";}',1,0,'NEW4c68f1b
ad7850'),(15,1,1,3,'pages',0,0,'Record \'%s\' (%s) was inserted on page \'%s\' (
%s)',1281946067,1,10,'178.188.56.130','a:4:{i:0;s:11:\"Unternehmen\";i:1;s:7:\"p
ages:3\";i:2;s:8:\"ZTS-Wire\";i:3;s:1:\"1\";}',1,0,'NEW4c68f1c728b6e'),(16,1,1,4
,'pages',0,0,'Record \'%s\' (%s) was inserted on page \'%s\' (%s)',1281946076,1,
10,'178.188.56.130','a:4:{i:0;s:8:\"Produkte\";i:1;s:7:\"pages:4\";i:2;s:8:\"ZTS
-Wire\";i:3;s:1:\"1\";}',1,0,'NEW4c68f1d78c54a'),(17,1,1,5,'pages',0,0,'Record \
'%s\' (%s) was inserted on page \'%s\' (%s)',1281946088,1,10,'178.188.56.130','a
:4:{i:0;s:7:\"Service\";i:1;s:7:\"pages:5\";i:2;s:8:\"ZTS-Wire\";i:3;s:1:\"1\";}
',1,0,'NEW4c68f1e3b45ef'),(18,1,1,6,'pages',0,0,'Record \'%s\' (%s) was inserted
on page \'%s\' (%s)',1281946095,1,10,'178.188.56.130','a:4:{i:0;s:7:\"Kontakt\"
;i:1;s:7:\"pages:6\";i:2;s:8:\"ZTS-Wire\";i:3;s:1:\"1\";}',1,0,'NEW4c68f1eaedfdc
'),(19,1,1,7,'pages',0,0,'Record \'%s\' (%s) was inserted on page \'%s\' (%s)',1
281946106,1,10,'178.188.56.130','a:4:{i:0;s:9:\"Impressum\";i:1;s:7:\"pages:7\";
i:2;s:7:\"Kontakt\";i:3;s:1:\"6\";}',6,0,'NEW4c68f1f328baa'),(20,1,1,8,'pages',0
,0,'Record \'%s\' (%s) was inserted on page \'%s\' (%s)',1281946115,1,10,'178.18
8.56.130','a:4:{i:0;s:3:\"AGB\";i:1;s:7:\"pages:8\";i:2;s:7:\"Kontakt\";i:3;s:1:
\"6\";}',6,0,'NEW4c68f1ff673bf'),(21,1,4,8,'pages',0,0,'Moved record \'%s\' (%s)
on page \'%s\' (%s)',1281946123,1,4,'178.188.56.130','a:4:{i:0;s:3:\"AGB\";i:1;
s:7:\"pages:8\";i:2;s:7:\"Kontakt\";i:3;s:1:\"6\";}',6,0,''),(22,1,2,2,'pages',0
,0,'Record \'%s\' (%s) was updated. (Online).',1281946141,1,10,'178.188.56.130',
'a:2:{i:0;s:4:\"Home\";i:1;s:7:\"pages:2\";}',2,0,''),(23,1,2,2,'pages',0,0,'Rec
ord \'%s\' (%s) was updated. (Online).',1281946152,1,10,'178.188.56.130','a:2:{i
:0;s:4:\"Home\";i:1;s:7:\"pages:2\";}',2,0,''),(24,1,1,9,'pages',0,0,'Record \'%
s\' (%s) was inserted on page \'%s\' (%s)',1281946188,1,10,'178.188.56.130','a:4
:{i:0;s:14:\"Wickelmaterial\";i:1;s:7:\"pages:9\";i:2;s:8:\"Produkte\";i:3;s:1:\
"4\";}',4,0,'NEW4c68f2441150f'),(25,1,1,10,'pages',0,0,'Record \'%s\' (%s) was i
nserted on page \'%s\' (%s)',1281946211,1,10,'178.188.56.130','a:4:{i:0;s:15:\"I
soliermaterial\";i:1;s:8:\"pages:10\";i:2;s:8:\"Produkte\";i:3;s:1:\"4\";}',4,0,
'NEW4c68f25df2e62'),(26,1,1,11,'pages',0,0,'Record \'%s\' (%s) was inserted on p
age \'%s\' (%s)',1281946224,1,10,'178.188.56.130','a:4:{i:0;s:11:\"Lacke/Harze\"
;i:1;s:8:\"pages:11\";i:2;s:8:\"Produkte\";i:3;s:1:\"4\";}',4,0,'NEW4c68f2681539
a'),(27,1,1,12,'pages',0,0,'Record \'%s\' (%s) was inserted on page \'%s\' (%s)'
,1281946238,1,10,'178.188.56.130','a:4:{i:0;s:10:\"Prfgerte\";i:1;s:8:\"pages:12\";i
:2;s:8:\"Produkte\";i:3;s:1:\"4\";}',4,0,'NEW4c68f279bc380'),(28,1,1,13,'pages',
0,0,'Record \'%s\' (%s) was inserted on page \'%s\' (%s)',1281946256,1,10,'178.1
88.56.130','a:4:{i:0;s:5:\"Motor\";i:1;s:8:\"pages:13\";i:2;s:8:\"Produkte\";i:3
;s:1:\"4\";}',4,0,'NEW4c68f28bf0f59'),(29,1,1,0,'',0,0,'User %s logged in from %
s (%s)',1282290197,255,1,'178.188.56.130','a:3:{i:0;s:5:\"admin\";i:1;s:14:\"178
.188.56.130\";i:2;N;}',-1,-99,''),(30,1,2,1,'sys_template',0,0,'Record \'%s\' (%
s) was updated. (Online).',1282290984,1,10,'178.188.56.130','a:2:{i:0;s:17:\"ZTS
Wire Standard\";i:1;s:14:\"sys_template:1\";}',1,0,''),(31,1,2,1,'sys_template'
,0,0,'Record \'%s\' (%s) was updated. (Online).',1282290997,1,10,'178.188.56.130
','a:2:{i:0;s:17:\"ZTS Wire Standard\";i:1;s:14:\"sys_template:1\";}',1,0,''),(3
2,1,2,1,'sys_template',0,0,'Record \'%s\' (%s) was updated. (Online).',128229123
7,1,10,'178.188.56.130','a:2:{i:0;s:17:\"ZTS Wire Standard\";i:1;s:14:\"sys_temp
late:1\";}',1,0,''),(33,1,2,1,'sys_template',0,0,'Record \'%s\' (%s) was updated
. (Online).',1282291283,1,10,'178.188.56.130','a:2:{i:0;s:17:\"ZTS Wire Standard
\";i:1;s:14:\"sys_template:1\";}',1,0,''),(34,1,2,2,'pages',0,0,'Record \'%s\' (
%s) was updated. (Online).',1282291318,1,10,'178.188.56.130','a:2:{i:0;s:4:\"Hom
e\";i:1;s:7:\"pages:2\";}',2,0,''),(35,1,2,2,'pages',0,0,'Record \'%s\' (%s) was
updated. (Online).',1282291322,1,10,'178.188.56.130','a:2:{i:0;s:4:\"Home\";i:1
;s:7:\"pages:2\";}',2,0,''),(36,1,2,1,'pages',0,0,'Record \'%s\' (%s) was update
d. (Online).',1282291340,1,10,'178.188.56.130','a:2:{i:0;s:8:\"ZTS-Wire\";i:1;s:
7:\"pages:1\";}',1,0,''),(37,1,2,1,'pages',0,0,'Record \'%s\' (%s) was updated.
(Online).',1282291350,1,10,'178.188.56.130','a:2:{i:0;s:8:\"ZTS-Wire\";i:1;s:7:\
"pages:1\";}',1,0,''),(38,1,1,14,'pages',0,0,'Record \'%s\' (%s) was inserted on
page \'%s\' (%s)',1282291502,1,10,'178.188.56.130','a:4:{i:0;s:7:\"Kontakt\";i:
1;s:8:\"pages:14\";i:2;s:7:\"Kontakt\";i:3;s:1:\"6\";}',6,0,'NEW4c6e37208fd2a'),
(39,1,2,14,'pages',0,0,'Record \'%s\' (%s) was updated. (Online).',1282291510,1,
10,'178.188.56.130','a:2:{i:0;s:7:\"Kontakt\";i:1;s:8:\"pages:14\";}',14,0,''),(
40,1,2,14,'pages',0,0,'Record \'%s\' (%s) was updated. (Online).',1282291536,1,1
0,'178.188.56.130','a:2:{i:0;s:7:\"Kontakt\";i:1;s:8:\"pages:14\";}',14,0,''),(4
1,1,4,14,'pages',0,0,'Moved record \'%s\' (%s) on page \'%s\' (%s)',1282291566,1
,4,'178.188.56.130','a:4:{i:0;s:7:\"Kontakt\";i:1;s:8:\"pages:14\";i:2;s:7:\"Kon
takt\";i:3;s:1:\"6\";}',6,0,''),(42,1,2,1,'sys_template',0,0,'Record \'%s\' (%s)
was updated. (Online).',1282292899,1,10,'178.188.56.130','a:2:{i:0;s:17:\"ZTS W
ire Standard\";i:1;s:14:\"sys_template:1\";}',1,0,''),(43,1,2,1,'sys_template',0
,0,'Record \'%s\' (%s) was updated. (Online).',1282292943,1,10,'178.188.56.130',
'a:2:{i:0;s:17:\"ZTS Wire Standard\";i:1;s:14:\"sys_template:1\";}',1,0,''),(44,
1,2,14,'pages',0,0,'Record \'%s\' (%s) was updated. (Online).',1282293072,1,10,'
178.188.56.130','a:2:{i:0;s:7:\"Kontakt\";i:1;s:8:\"pages:14\";}',14,0,''),(45,1
,2,14,'pages',0,0,'Record \'%s\' (%s) was updated. (Online).',1282293080,1,10,'1
78.188.56.130','a:2:{i:0;s:7:\"Kontakt\";i:1;s:8:\"pages:14\";}',14,0,''),(46,1,
2,6,'pages',0,0,'Record \'%s\' (%s) was updated. (Online).',1282293097,1,10,'178
.188.56.130','a:2:{i:0;s:7:\"Kontakt\";i:1;s:7:\"pages:6\";}',6,0,''),(47,1,2,6,
'pages',0,0,'Record \'%s\' (%s) was updated. (Online).',1282293110,1,10,'178.188
.56.130','a:2:{i:0;s:7:\"Kontakt\";i:1;s:7:\"pages:6\";}',6,0,''),(48,1,2,1,'sys
_template',0,0,'Record \'%s\' (%s) was updated. (Online).',1282293323,1,10,'178.
188.56.130','a:2:{i:0;s:17:\"ZTS Wire Standard\";i:1;s:14:\"sys_template:1\";}',
1,0,''),(49,1,2,1,'sys_template',0,0,'Record \'%s\' (%s) was updated. (Online).'
,1282293442,1,10,'178.188.56.130','a:2:{i:0;s:17:\"ZTS Wire Standard\";i:1;s:14:
\"sys_template:1\";}',1,0,''),(50,1,2,1,'sys_template',0,0,'Record \'%s\' (%s) w
as updated. (Online).',1282293495,1,10,'178.188.56.130','a:2:{i:0;s:17:\"ZTS Wir
e Standard\";i:1;s:14:\"sys_template:1\";}',1,0,''),(51,1,2,1,'sys_template',0,0
,'Record \'%s\' (%s) was updated. (Online).',1282293544,1,10,'178.188.56.130','a
:2:{i:0;s:17:\"ZTS Wire Standard\";i:1;s:14:\"sys_template:1\";}',1,0,''),(52,1,
2,1,'sys_template',0,0,'Record \'%s\' (%s) was updated. (Online).',1282294060,1,
10,'178.188.56.130','a:2:{i:0;s:17:\"ZTS Wire Standard\";i:1;s:14:\"sys_template
:1\";}',1,0,''),(53,1,2,1,'sys_template',0,0,'Record \'%s\' (%s) was updated. (O
nline).',1282294105,1,10,'178.188.56.130','a:2:{i:0;s:17:\"ZTS Wire Standard\";i
:1;s:14:\"sys_template:1\";}',1,0,''),(54,1,2,1,'sys_template',0,0,'Record \'%s\
' (%s) was updated. (Online).',1282294236,1,10,'178.188.56.130','a:2:{i:0;s:17:\
"ZTS Wire Standard\";i:1;s:14:\"sys_template:1\";}',1,0,''),(55,1,2,1,'sys_templ
ate',0,0,'Record \'%s\' (%s) was updated. (Online).',1282295506,1,10,'178.188.56
.130','a:2:{i:0;s:17:\"ZTS Wire Standard\";i:1;s:14:\"sys_template:1\";}',1,0,''
),(56,1,2,1,'sys_template',0,0,'Record \'%s\' (%s) was updated. (Online).',12822
95530,1,10,'178.188.56.130','a:2:{i:0;s:17:\"ZTS Wire Standard\";i:1;s:14:\"sys_
template:1\";}',1,0,''),(57,1,2,1,'sys_template',0,0,'Record \'%s\' (%s) was upd
ated. (Online).',1282296852,1,10,'178.188.56.130','a:2:{i:0;s:17:\"ZTS Wire Stan
dard\";i:1;s:14:\"sys_template:1\";}',1,0,''),(58,1,2,1,'sys_template',0,0,'Reco
rd \'%s\' (%s) was updated. (Online).',1282296923,1,10,'178.188.56.130','a:2:{i:
0;s:17:\"ZTS Wire Standard\";i:1;s:14:\"sys_template:1\";}',1,0,''),(59,1,2,1,'s
ys_template',0,0,'Record \'%s\' (%s) was updated. (Online).',1282297006,1,10,'17
8.188.56.130','a:2:{i:0;s:17:\"ZTS Wire Standard\";i:1;s:14:\"sys_template:1\";}
',1,0,''),(60,1,2,1,'sys_template',0,0,'Record \'%s\' (%s) was updated. (Online)
.',1282297092,1,10,'178.188.56.130','a:2:{i:0;s:17:\"ZTS Wire Standard\";i:1;s:1
4:\"sys_template:1\";}',1,0,''),(61,1,2,1,'sys_template',0,0,'Record \'%s\' (%s)
was updated. (Online).',1282297173,1,10,'178.188.56.130','a:2:{i:0;s:17:\"ZTS W
ire Standard\";i:1;s:14:\"sys_template:1\";}',1,0,''),(62,1,2,1,'sys_template',0
,0,'Record \'%s\' (%s) was updated. (Online).',1282297206,1,10,'178.188.56.130',
'a:2:{i:0;s:17:\"ZTS Wire Standard\";i:1;s:14:\"sys_template:1\";}',1,0,''),(63,
1,2,1,'sys_template',0,0,'Record \'%s\' (%s) was updated. (Online).',1282297332,
1,10,'178.188.56.130','a:2:{i:0;s:17:\"ZTS Wire Standard\";i:1;s:14:\"sys_templa
te:1\";}',1,0,''),(64,1,1,1,'tt_content',0,0,'Record \'%s\' (%s) was inserted on
page \'%s\' (%s)',1282297460,1,10,'178.188.56.130','a:4:{i:0;s:0:\"\";i:1;s:12:
\"tt_content:1\";i:2;s:8:\"ZTS-Wire\";i:3;s:1:\"1\";}',1,0,'NEW4c6e4e2ab9dcb'),(
65,1,2,1,'tt_content',0,0,'Record \'%s\' (%s) was updated. (Online).',1282297474
,1,10,'178.188.56.130','a:2:{i:0;s:0:\"\";i:1;s:12:\"tt_content:1\";}',1,0,''),(
66,1,2,1,'tt_content',0,0,'Record \'%s\' (%s) was updated. (Online).',1282297514
,1,10,'178.188.56.130','a:2:{i:0;s:0:\"\";i:1;s:12:\"tt_content:1\";}',1,0,''),(
67,1,2,1,'sys_template',0,0,'Record \'%s\' (%s) was updated. (Online).',12822975
60,1,10,'178.188.56.130','a:2:{i:0;s:17:\"ZTS Wire Standard\";i:1;s:14:\"sys_tem
plate:1\";}',1,0,''),(68,1,2,1,'sys_template',0,0,'Record \'%s\' (%s) was update
d. (Online).',1282297732,1,10,'178.188.56.130','a:2:{i:0;s:17:\"ZTS Wire Standar
d\";i:1;s:14:\"sys_template:1\";}',1,0,''),(69,1,2,1,'tt_content',0,0,'Record \'
%s\' (%s) was updated. (Online).',1282297782,1,10,'178.188.56.130','a:2:{i:0;s:0
:\"\";i:1;s:12:\"tt_content:1\";}',1,0,''),(70,1,1,2,'tt_content',0,0,'Record \'
%s\' (%s) was inserted on page \'%s\' (%s)',1282298245,1,10,'178.188.56.130','a:
4:{i:0;s:0:\"\";i:1;s:12:\"tt_content:2\";i:2;s:4:\"Home\";i:3;s:1:\"2\";}',2,0,
'NEW4c6e5140bfe30'),(71,1,2,2,'tt_content',0,0,'Record \'%s\' (%s) was updated.
(Online).',1282298378,1,10,'178.188.56.130','a:2:{i:0;s:0:\"\";i:1;s:12:\"tt_con
tent:2\";}',2,0,''),(72,1,4,2,'tt_content',0,0,'Moved record \'%s\' (%s) to page
\'%s\' (%s)',1282298412,1,2,'178.188.56.130','a:4:{i:0;s:0:\"\";i:1;s:12:\"tt_c
ontent:2\";i:2;s:8:\"ZTS-Wire\";i:3;s:1:\"1\";}',2,0,''),(73,1,4,2,'tt_content',
0,0,'Moved record \'%s\' (%s) from page \'%s\' (%s)',1282298412,1,3,'178.188.56.
130','a:4:{i:0;s:0:\"\";i:1;s:12:\"tt_content:2\";i:2;s:4:\"Home\";i:3;s:1:\"2\"
;}',1,0,''),(74,1,2,2,'tt_content',0,0,'Record \'%s\' (%s) was updated. (Online)
.',1282298412,1,10,'178.188.56.130','a:2:{i:0;s:0:\"\";i:1;s:12:\"tt_content:2\"
;}',1,0,''),(75,1,2,2,'tt_content',0,0,'Record \'%s\' (%s) was updated. (Online)
.',1282298437,1,10,'178.188.56.130','a:2:{i:0;s:0:\"\";i:1;s:12:\"tt_content:2\"
;}',1,0,''),(76,1,2,1,'sys_template',0,0,'Record \'%s\' (%s) was updated. (Onlin
e).',1282298473,1,10,'178.188.56.130','a:2:{i:0;s:17:\"ZTS Wire Standard\";i:1;s
:14:\"sys_template:1\";}',1,0,''),(77,1,2,1,'tt_content',0,0,'Record \'%s\' (%s)
was updated. (Online).',1282298798,1,10,'178.188.56.130','a:2:{i:0;s:0:\"\";i:1
;s:12:\"tt_content:1\";}',1,0,''),(78,1,1,3,'tt_content',0,0,'Record \'%s\' (%s)
was inserted on page \'%s\' (%s)',1282299021,1,10,'178.188.56.130','a:4:{i:0;s:
0:\"\";i:1;s:12:\"tt_content:3\";i:2;s:4:\"Home\";i:3;s:1:\"2\";}',2,0,'NEW4c6e5
403c1ed0'),(79,1,1,0,'',0,0,'User %s logged in from %s (%s)',1282469122,255,1,'8
5.127.11.160','a:3:{i:0;s:5:\"admin\";i:1;s:13:\"85.127.11.160\";i:2;N;}',-1,-99
,''),(80,1,2,0,'',0,0,'User %s logged out from TYPO3 Backend',1282469165,255,1,'
85.127.11.160','a:1:{i:0;s:5:\"admin\";}',-1,0,''),(81,1,1,0,'',0,0,'User %s log
ged in from %s (%s)',1282549021,255,1,'178.188.56.130','a:3:{i:0;s:5:\"admin\";i
:1;s:14:\"178.188.56.130\";i:2;N;}',-1,-99,''),(82,1,1,4,'tt_content',0,0,'Recor
d \'%s\' (%s) was inserted on page \'%s\' (%s)',1282549181,1,10,'178.188.56.130'
,'a:4:{i:0;s:11:\"Unternehmen\";i:1;s:12:\"tt_content:4\";i:2;s:11:\"Unternehmen
\";i:3;s:1:\"3\";}',3,0,'NEW4c72259ca53b4'),(83,1,2,3,'tt_content',0,0,'Record \
'%s\' (%s) was updated. (Online).',1282549293,1,10,'178.188.56.130','a:2:{i:0;s:
48:\"Willkommen auf der Website der Firma Zica d.o.o.\";i:1;s:12:\"tt_content:3\
";}',2,0,''),(84,1,1,5,'tt_content',0,0,'Record \'%s\' (%s) was inserted on page
\'%s\' (%s)',1282549344,1,10,'178.188.56.130','a:4:{i:0;s:0:\"\";i:1;s:12:\"tt_
content:5\";i:2;s:8:\"Produkte\";i:3;s:1:\"4\";}',4,0,'NEW4c72265aa352d'),(85,1,
2,5,'tt_content',0,0,'Record \'%s\' (%s) was updated. (Online).',1282549357,1,10
,'178.188.56.130','a:2:{i:0;s:8:\"Produkte\";i:1;s:12:\"tt_content:5\";}',4,0,''
),(86,1,2,5,'tt_content',0,0,'Record \'%s\' (%s) was updated. (Online).',1282549
362,1,10,'178.188.56.130','a:2:{i:0;s:8:\"Produkte\";i:1;s:12:\"tt_content:5\";}
',4,0,''),(87,1,1,6,'tt_content',0,0,'Record \'%s\' (%s) was inserted on page \'
%s\' (%s)',1282549426,1,10,'178.188.56.130','a:4:{i:0;s:7:\"Service\";i:1;s:12:\
"tt_content:6\";i:2;s:7:\"Service\";i:3;s:1:\"5\";}',5,0,'NEW4c7226a691c3b'),(88
,1,1,7,'tt_content',0,0,'Record \'%s\' (%s) was inserted on page \'%s\' (%s)',12
82549624,1,10,'178.188.56.130','a:4:{i:0;s:0:\"\";i:1;s:12:\"tt_content:7\";i:2;
s:7:\"Service\";i:3;s:1:\"5\";}',5,0,'NEW4c722718505bc'),(89,1,2,5,'pages',0,0,'
Record \'%s\' (%s) was updated. (Online).',1282549633,1,10,'178.188.56.130','a:2
:{i:0;s:7:\"Service\";i:1;s:7:\"pages:5\";}',5,0,''),(90,1,2,5,'pages',0,0,'Reco
rd \'%s\' (%s) was updated. (Online).',1282549643,1,10,'178.188.56.130','a:2:{i:
0;s:7:\"Service\";i:1;s:7:\"pages:5\";}',5,0,''),(91,1,2,7,'tt_content',0,0,'Rec
ord \'%s\' (%s) was updated. (Online).',1282549684,1,10,'178.188.56.130','a:2:{i
:0;s:0:\"\";i:1;s:12:\"tt_content:7\";}',5,0,''),(92,1,1,8,'tt_content',0,0,'Rec
ord \'%s\' (%s) was inserted on page \'%s\' (%s)',1282549757,1,10,'178.188.56.13
0','a:4:{i:0;s:7:\"Kontakt\";i:1;s:12:\"tt_content:8\";i:2;s:7:\"Kontakt\";i:3;s
:2:\"14\";}',14,0,'NEW4c7227e18ee8f'),(93,1,1,9,'tt_content',0,0,'Record \'%s\'
(%s) was inserted on page \'%s\' (%s)',1282549914,1,10,'178.188.56.130','a:4:{i:
0;s:14:\"Wickelmaterial\";i:1;s:12:\"tt_content:9\";i:2;s:14:\"Wickelmaterial\";
i:3;s:1:\"9\";}',9,0,'NEW4c72283079728'),(94,1,1,10,'tt_content',0,0,'Record \'%
s\' (%s) was inserted on page \'%s\' (%s)',1282549970,1,10,'178.188.56.130','a:4
:{i:0;s:15:\"Isoliermaterial\";i:1;s:13:\"tt_content:10\";i:2;s:15:\"Isoliermate
rial\";i:3;s:2:\"10\";}',10,0,'NEW4c7228a545b75'),(95,1,1,11,'tt_content',0,0,'R
ecord \'%s\' (%s) was inserted on page \'%s\' (%s)',1282550028,1,10,'178.188.56.
130','a:4:{i:0;s:16:\"Imprgniermittel\";i:1;s:13:\"tt_content:11\";i:2;s:11:\"Lack
e/Harze\";i:3;s:2:\"11\";}',11,0,'NEW4c7228d894d4f'),(96,1,2,11,'pages',0,0,'Rec
ord \'%s\' (%s) was updated. (Online).',1282550060,1,10,'178.188.56.130','a:2:{i
:0;s:16:\"Imprgniermittel\";i:1;s:8:\"pages:11\";}',11,0,''),(97,1,1,12,'tt_conten
t',0,0,'Record \'%s\' (%s) was inserted on page \'%s\' (%s)',1282550102,1,10,'17
8.188.56.130','a:4:{i:0;s:10:\"Prfgerte\";i:1;s:13:\"tt_content:12\";i:2;s:10:\"Prfger
\";i:3;s:2:\"12\";}',12,0,'NEW4c72293f006b2'),(98,1,2,13,'pages',0,0,'Record \'%
s\' (%s) was updated. (Online).',1282550143,1,10,'178.188.56.130','a:2:{i:0;s:14
:\"Elektromotoren\";i:1;s:8:\"pages:13\";}',13,0,''),(99,1,1,13,'tt_content',0,0
,'Record \'%s\' (%s) was inserted on page \'%s\' (%s)',1282550156,1,10,'178.188.
56.130','a:4:{i:0;s:14:\"Elektromotoren\";i:1;s:13:\"tt_content:13\";i:2;s:14:\"
Elektromotoren\";i:3;s:2:\"13\";}',13,0,'NEW4c7229851dbc1'),(100,1,1,14,'tt_cont
ent',0,0,'Record \'%s\' (%s) was inserted on page \'%s\' (%s)',1282550211,1,10,'
178.188.56.130','a:4:{i:0;s:9:\"Impressum\";i:1;s:13:\"tt_content:14\";i:2;s:9:\
"Impressum\";i:3;s:1:\"7\";}',7,0,'NEW4c7229b174a8c'),(101,1,2,14,'tt_content',0
,0,'Record \'%s\' (%s) was updated. (Online).',1282550220,1,10,'178.188.56.130',
'a:2:{i:0;s:9:\"Impressum\";i:1;s:13:\"tt_content:14\";}',7,0,''),(102,1,1,15,'t
t_content',0,0,'Record \'%s\' (%s) was inserted on page \'%s\' (%s)',1282550231,
1,10,'178.188.56.130','a:4:{i:0;s:3:\"AGB\";i:1;s:13:\"tt_content:15\";i:2;s:3:\
"AGB\";i:3;s:1:\"8\";}',8,0,'NEW4c7229d16aec6'),(103,1,1,16,'tt_content',0,0,'Re
cord \'%s\' (%s) was inserted on page \'%s\' (%s)',1282550428,1,10,'178.188.56.1
30','a:4:{i:0;s:0:\"\";i:1;s:13:\"tt_content:16\";i:2;s:9:\"Impressum\";i:3;s:1:
\"7\";}',7,0,'NEW4c722a17e30ab'),(104,1,2,16,'tt_content',0,0,'Record \'%s\' (%s
) was updated. (Online).',1282550474,1,10,'178.188.56.130','a:2:{i:0;s:0:\"\";i:
1;s:13:\"tt_content:16\";}',7,0,''),(105,1,2,16,'tt_content',0,0,'Record \'%s\'
(%s) was updated. (Online).',1282550499,1,10,'178.188.56.130','a:2:{i:0;s:0:\"\"
;i:1;s:13:\"tt_content:16\";}',7,0,''),(106,1,2,16,'tt_content',0,0,'Record \'%s
\' (%s) was updated. (Online).',1282550539,1,10,'178.188.56.130','a:2:{i:0;s:0:\
"\";i:1;s:13:\"tt_content:16\";}',7,0,''),(107,1,2,16,'tt_content',0,0,'Record \
'%s\' (%s) was updated. (Online).',1282550573,1,10,'178.188.56.130','a:2:{i:0;s:
0:\"\";i:1;s:13:\"tt_content:16\";}',7,0,''),(108,1,1,0,'',0,0,'User %s logged i
n from %s (%s)',1282562200,255,1,'178.188.56.130','a:3:{i:0;s:5:\"admin\";i:1;s:
14:\"178.188.56.130\";i:2;N;}',-1,-99,''),(109,1,2,0,'',0,0,'User %s logged out
from TYPO3 Backend',1282562219,255,1,'178.188.56.130','a:1:{i:0;s:5:\"admin\";}'
,-1,0,''),(110,1,1,0,'',0,0,'User %s logged in from %s (%s)',1282581844,255,1,'9
0.152.244.185','a:3:{i:0;s:5:\"admin\";i:1;s:14:\"90.152.244.185\";i:2;N;}',-1,-
99,''),(111,1,2,0,'',0,0,'User %s logged out from TYPO3 Backend',1282581931,255,
1,'90.152.244.185','a:1:{i:0;s:5:\"admin\";}',-1,0,''),(112,1,1,0,'',0,0,'User %
s logged in from %s (%s)',1282640965,255,1,'178.188.56.130','a:3:{i:0;s:5:\"admi
n\";i:1;s:14:\"178.188.56.130\";i:2;N;}',-1,-99,''),(113,1,1,17,'tt_content',0,0
,'Record \'%s\' (%s) was inserted on page \'%s\' (%s)',1282642880,1,10,'178.188.
56.130','a:4:{i:0;s:10:\" (Kopie 1)\";i:1;s:13:\"tt_content:17\";i:2;s:8:\"ZTS-W
ire\";i:3;s:1:\"1\";}',1,0,'NEW4c7393c0a810e'),(114,1,2,1,'tt_content',0,0,'Reco
rd \'%s\' (%s) was updated. (Online).',1282642885,1,10,'178.188.56.130','a:2:{i:
0;s:0:\"\";i:1;s:12:\"tt_content:1\";}',1,0,''),(115,1,2,17,'tt_content',0,0,'Re
cord \'%s\' (%s) was updated. (Online).',1282642896,1,10,'178.188.56.130','a:2:{
i:0;s:0:\"\";i:1;s:13:\"tt_content:17\";}',1,0,''),(116,1,2,17,'tt_content',0,0,
'Record \'%s\' (%s) was updated. (Online).',1282642911,1,10,'178.188.56.130','a:
2:{i:0;s:0:\"\";i:1;s:13:\"tt_content:17\";}',1,0,''),(117,1,2,17,'tt_content',0
,0,'Record \'%s\' (%s) was updated. (Online).',1282643249,1,10,'178.188.56.130',
'a:2:{i:0;s:0:\"\";i:1;s:13:\"tt_content:17\";}',1,0,''),(118,1,2,17,'tt_content
',0,0,'Record \'%s\' (%s) was updated. (Online).',1282643257,1,10,'178.188.56.13
0','a:2:{i:0;s:0:\"\";i:1;s:13:\"tt_content:17\";}',1,0,''),(119,1,2,17,'tt_cont
ent',0,0,'Record \'%s\' (%s) was updated. (Online).',1282643326,1,10,'178.188.56
.130','a:2:{i:0;s:0:\"\";i:1;s:13:\"tt_content:17\";}',1,0,''),(120,1,2,17,'tt_c
ontent',0,0,'Record \'%s\' (%s) was updated. (Online).',1282643369,1,10,'178.188
.56.130','a:2:{i:0;s:0:\"\";i:1;s:13:\"tt_content:17\";}',1,0,''),(121,1,2,17,'t
t_content',0,0,'Record \'%s\' (%s) was updated. (Online).',1282643386,1,10,'178.
188.56.130','a:2:{i:0;s:0:\"\";i:1;s:13:\"tt_content:17\";}',1,0,''),(122,1,2,17
,'tt_content',0,0,'Record \'%s\' (%s) was updated. (Online).',1282643390,1,10,'1
78.188.56.130','a:2:{i:0;s:0:\"\";i:1;s:13:\"tt_content:17\";}',1,0,''),(123,1,2
,2,'tt_content',0,0,'Record \'%s\' (%s) was updated. (Online).',1282643464,1,10,
'178.188.56.130','a:2:{i:0;s:0:\"\";i:1;s:12:\"tt_content:2\";}',1,0,''),(124,1,
2,17,'tt_content',0,0,'Record \'%s\' (%s) was updated. (Online).',1282649376,1,1
0,'178.188.56.130','a:2:{i:0;s:0:\"\";i:1;s:13:\"tt_content:17\";}',1,0,''),(125
,1,2,17,'tt_content',0,0,'Record \'%s\' (%s) was updated. (Online).',1282649393,
1,10,'178.188.56.130','a:2:{i:0;s:0:\"\";i:1;s:13:\"tt_content:17\";}',1,0,''),(
126,1,2,17,'tt_content',0,0,'Record \'%s\' (%s) was updated. (Online).',12826496
31,1,10,'178.188.56.130','a:2:{i:0;s:0:\"\";i:1;s:13:\"tt_content:17\";}',1,0,''
),(127,1,2,17,'tt_content',0,0,'Record \'%s\' (%s) was updated. (Online).',12826
49641,1,10,'178.188.56.130','a:2:{i:0;s:0:\"\";i:1;s:13:\"tt_content:17\";}',1,0
,''),(128,1,1,15,'pages',0,0,'Record \'%s\' (%s) was inserted on page \'%s\' (%s
)',1282649883,1,10,'178.188.56.130','a:4:{i:0;s:17:\"Kupferdrhte rund\";i:1;s:8:\"
pages:15\";i:2;s:14:\"Wickelmaterial\";i:3;s:1:\"9\";}',9,0,'NEW4c73af0d88aa7'),
(129,1,1,16,'pages',0,0,'Record \'%s\' (%s) was inserted on page \'%s\' (%s)',12
82649901,1,10,'178.188.56.130','a:4:{i:0;s:18:\"Kupferdrhte flach\";i:1;s:8:\"page
s:16\";i:2;s:14:\"Wickelmaterial\";i:3;s:1:\"9\";}',9,0,'NEW4c73af269b3fa'),(130
,1,1,17,'pages',0,0,'Record \'%s\' (%s) was inserted on page \'%s\' (%s)',128264
9916,1,10,'178.188.56.130','a:4:{i:0;s:30:\"Kupferbnder und Kupferstangen\";i:1;s:
8:\"pages:17\";i:2;s:14:\"Wickelmaterial\";i:3;s:1:\"9\";}',9,0,'NEW4c73af379176
9'),(131,1,1,18,'pages',0,0,'Record \'%s\' (%s) was inserted on page \'%s\' (%s)
',1282649942,1,10,'178.188.56.130','a:4:{i:0;s:17:\"Aluminiumprodukte\";i:1;s:8:
\"pages:18\";i:2;s:14:\"Wickelmaterial\";i:3;s:1:\"9\";}',9,0,'NEW4c73af532417e'
),(132,1,1,19,'pages',0,0,'Record \'%s\' (%s) was inserted on page \'%s\' (%s)',
1282649968,1,10,'178.188.56.130','a:4:{i:0;s:20:\"Flchenisolierstoffe\";i:1;s:8:\"
pages:19\";i:2;s:15:\"Isoliermaterial\";i:3;s:2:\"10\";}',10,0,'NEW4c73af65ef383
'),(133,1,2,10,'pages',0,0,'Record \'%s\' (%s) was updated. (Online).',128264997
8,1,10,'178.188.56.130','a:2:{i:0;s:22:\"Elektroisoliermaterial\";i:1;s:8:\"page
s:10\";}',10,0,''),(134,1,1,20,'pages',0,0,'Record \'%s\' (%s) was inserted on p
age \'%s\' (%s)',1282649988,1,10,'178.188.56.130','a:4:{i:0;s:11:\"Klebebnder\";i:
1;s:8:\"pages:20\";i:2;s:22:\"Elektroisoliermaterial\";i:3;s:2:\"10\";}',10,0,'N
EW4c73af8153f3b'),(135,1,1,21,'pages',0,0,'Record \'%s\' (%s) was inserted on pa
ge \'%s\' (%s)',1282650001,1,10,'178.188.56.130','a:4:{i:0;s:20:\"Stanz- und For
mteile\";i:1;s:8:\"pages:21\";i:2;s:22:\"Elektroisoliermaterial\";i:3;s:2:\"10\"
;}',10,0,'NEW4c73af8d0caa4'),(136,1,1,22,'pages',0,0,'Record \'%s\' (%s) was ins
erted on page \'%s\' (%s)',1282650043,1,10,'178.188.56.130','a:4:{i:0;s:18:\"Ele
ktroisolierharz\";i:1;s:8:\"pages:22\";i:2;s:16:\"Imprgniermittel\";i:3;s:2:\"11\"
;}',11,0,'NEW4c73afb70ab7b'),(137,1,1,23,'pages',0,0,'Record \'%s\' (%s) was ins
erted on page \'%s\' (%s)',1282650054,1,10,'178.188.56.130','a:4:{i:0;s:18:\"Ele
ktrosiolierlack\";i:1;s:8:\"pages:23\";i:2;s:16:\"Imprgniermittel\";i:3;s:2:\"11\"
;}',11,0,'NEW4c73afc2b0bc9'),(138,1,1,24,'pages',0,0,'Record \'%s\' (%s) was ins
erted on page \'%s\' (%s)',1282650066,1,10,'178.188.56.130','a:4:{i:0;s:12:\"Ver
gu massen\";i:1;s:8:\"pages:24\";i:2;s:16:\"Imprgniermittel\";i:3;s:2:\"11\";}',11,0,
'NEW4c73afce64909'),(139,1,1,25,'pages',0,0,'Record \'%s\' (%s) was inserted on
page \'%s\' (%s)',1282650082,1,10,'178.188.56.130','a:4:{i:0;s:9:\"HV-Tester\";i
:1;s:8:\"pages:25\";i:2;s:10:\"Prfgerte\";i:3;s:2:\"12\";}',12,0,'NEW4c73afde0cadd')
,(140,1,1,26,'pages',0,0,'Record \'%s\' (%s) was inserted on page \'%s\' (%s)',1
282650093,1,10,'178.188.56.130','a:4:{i:0;s:11:\"Surgetester\";i:1;s:8:\"pages:2
6\";i:2;s:10:\"Prfgerte\";i:3;s:2:\"12\";}',12,0,'NEW4c73afea7625c'),(141,1,1,27,'pa
ges',0,0,'Record \'%s\' (%s) was inserted on page \'%s\' (%s)',1282650108,1,10,'
178.188.56.130','a:4:{i:0;s:15:\"Universaltester\";i:1;s:8:\"pages:27\";i:2;s:10
:\"Prfgerte\";i:3;s:2:\"12\";}',12,0,'NEW4c73aff98aa85'),(142,1,1,18,'tt_content',0,
0,'Record \'%s\' (%s) was inserted on page \'%s\' (%s)',1282650146,1,10,'178.188
.56.130','a:4:{i:0;s:0:\"\";i:1;s:13:\"tt_content:18\";i:2;s:14:\"Wickelmaterial
\";i:3;s:1:\"9\";}',9,0,'NEW4c73b018ea60f'),(143,1,2,18,'tt_content',0,0,'Record
\'%s\' (%s) was updated. (Online).',1282650176,1,10,'178.188.56.130','a:2:{i:0;
s:14:\"Wickelmaterial\";i:1;s:13:\"tt_content:18\";}',9,0,''),(144,1,2,9,'tt_con
tent',0,0,'Record \'%s\' (%s) was updated. (Online).',1282650179,1,10,'178.188.5
6.130','a:2:{i:0;s:14:\"Wickelmaterial\";i:1;s:12:\"tt_content:9\";}',9,0,''),(1
45,1,2,10,'tt_content',0,0,'Record \'%s\' (%s) was updated. (Online).',128265019
3,1,10,'178.188.56.130','a:2:{i:0;s:15:\"Isoliermaterial\";i:1;s:13:\"tt_content
:10\";}',10,0,''),(146,1,1,19,'tt_content',0,0,'Record \'%s\' (%s) was inserted
on page \'%s\' (%s)',1282650206,1,10,'178.188.56.130','a:4:{i:0;s:0:\"\";i:1;s:1
3:\"tt_content:19\";i:2;s:22:\"Elektroisoliermaterial\";i:3;s:2:\"10\";}',10,0,'
NEW4c73b05648447'),(147,1,2,11,'tt_content',0,0,'Record \'%s\' (%s) was updated.
(Online).',1282650212,1,10,'178.188.56.130','a:2:{i:0;s:16:\"Imprgniermittel\";i:
1;s:13:\"tt_content:11\";}',11,0,''),(148,1,1,20,'tt_content',0,0,'Record \'%s\'
(%s) was inserted on page \'%s\' (%s)',1282650230,1,10,'178.188.56.130','a:4:{i
:0;s:16:\"Imprgniermittel\";i:1;s:13:\"tt_content:20\";i:2;s:16:\"Imprgniermittel\";
i:3;s:2:\"11\";}',11,0,'NEW4c73b06729ff6'),(149,1,2,19,'tt_content',0,0,'Record
\'%s\' (%s) was updated. (Online).',1282650243,1,10,'178.188.56.130','a:2:{i:0;s
:22:\"Elektroisoliermaterial\";i:1;s:13:\"tt_content:19\";}',10,0,''),(150,1,2,1
2,'tt_content',0,0,'Record \'%s\' (%s) was updated. (Online).',1282650249,1,10,'
178.188.56.130','a:2:{i:0;s:10:\"Prfgerte\";i:1;s:13:\"tt_content:12\";}',12,0,''),(
151,1,1,21,'tt_content',0,0,'Record \'%s\' (%s) was inserted on page \'%s\' (%s)
',1282650261,1,10,'178.188.56.130','a:4:{i:0;s:0:\"\";i:1;s:13:\"tt_content:21\"
;i:2;s:10:\"Prfgerte\";i:3;s:2:\"12\";}',12,0,'NEW4c73b08cd2f37'),(152,1,2,21,'tt_co
ntent',0,0,'Record \'%s\' (%s) was updated. (Online).',1282650279,1,10,'178.188.
56.130','a:2:{i:0;s:10:\"Prfgerte\";i:1;s:13:\"tt_content:21\";}',12,0,''),(153,1,2,
8,'tt_content',0,0,'Record \'%s\' (%s) was updated. (Online).',1282650306,1,10,'
178.188.56.130','a:2:{i:0;s:7:\"Kontakt\";i:1;s:12:\"tt_content:8\";}',14,0,''),
(154,1,1,22,'tt_content',0,0,'Record \'%s\' (%s) was inserted on page \'%s\' (%s
)',1282650339,1,10,'178.188.56.130','a:4:{i:0;s:7:\"Kontakt\";i:1;s:13:\"tt_cont
ent:22\";i:2;s:9:\"Impressum\";i:3;s:1:\"7\";}',7,0,'NEW4c73b0e3148a1'),(155,1,2
,14,'tt_content',0,0,'Record \'%s\' (%s) was updated. (Online).',1282650353,1,10
,'178.188.56.130','a:2:{i:0;s:9:\"Impressum\";i:1;s:13:\"tt_content:14\";}',7,0,
''),(156,1,2,22,'tt_content',0,0,'Record \'%s\' (%s) was updated. (Online).',128
2650370,1,10,'178.188.56.130','a:2:{i:0;s:0:\"\";i:1;s:13:\"tt_content:22\";}',7
,0,''),(157,1,2,16,'tt_content',0,0,'Record \'%s\' (%s) was updated. (Online).',
1282650382,1,10,'178.188.56.130','a:2:{i:0;s:0:\"\";i:1;s:13:\"tt_content:16\";}
',7,0,''),(158,1,2,16,'tt_content',0,0,'Record \'%s\' (%s) was updated. (Online)
.',1282650389,1,10,'178.188.56.130','a:2:{i:0;s:0:\"\";i:1;s:13:\"tt_content:16\
";}',7,0,''),(159,1,2,3,'tt_content',0,0,'Record \'%s\' (%s) was updated. (Onlin
e).',1282650778,1,10,'178.188.56.130','a:2:{i:0;s:19:\"Herzlich Willkommen\";i:1
;s:12:\"tt_content:3\";}',2,0,''),(160,1,2,3,'tt_content',0,0,'Record \'%s\' (%s
) was updated. (Online).',1282650791,1,10,'178.188.56.130','a:2:{i:0;s:19:\"Herz
lich Willkommen\";i:1;s:12:\"tt_content:3\";}',2,0,''),(161,1,2,17,'tt_content',
0,0,'Record \'%s\' (%s) was updated. (Online).',1282650946,1,10,'178.188.56.130'
,'a:2:{i:0;s:0:\"\";i:1;s:13:\"tt_content:17\";}',1,0,''),(162,1,2,17,'tt_conten
t',0,0,'Record \'%s\' (%s) was updated. (Online).',1282650954,1,10,'178.188.56.1
30','a:2:{i:0;s:0:\"\";i:1;s:13:\"tt_content:17\";}',1,0,''),(163,1,2,17,'tt_con
tent',0,0,'Record \'%s\' (%s) was updated. (Online).',1282652809,1,10,'178.188.5
6.130','a:2:{i:0;s:0:\"\";i:1;s:13:\"tt_content:17\";}',1,0,''),(164,1,2,17,'tt_
content',0,0,'Record \'%s\' (%s) was updated. (Online).',1282652814,1,10,'178.18
8.56.130','a:2:{i:0;s:0:\"\";i:1;s:13:\"tt_content:17\";}',1,0,''),(165,1,2,2,'t
t_content',0,0,'Record \'%s\' (%s) was updated. (Online).',1282655472,1,10,'178.
188.56.130','a:2:{i:0;s:0:\"\";i:1;s:12:\"tt_content:2\";}',1,0,''),(166,1,2,2,'
tt_content',0,0,'Record \'%s\' (%s) was updated. (Online).',1282655479,1,10,'178
.188.56.130','a:2:{i:0;s:0:\"\";i:1;s:12:\"tt_content:2\";}',1,0,''),(167,1,1,0,
'',0,0,'User %s logged in from %s (%s)',1282660601,255,1,'178.188.56.130','a:3:{
i:0;s:5:\"admin\";i:1;s:14:\"178.188.56.130\";i:2;N;}',-1,-99,''),(168,1,1,0,'',
0,0,'Extension list has been changed, extension %s has been %s',1282660636,5,0,'
178.188.56.130','a:2:{i:0;s:14:\"simulatestatic\";i:1;s:9:\"installed\";}',-1,0,
''),(169,1,2,0,'',0,0,'User %s logged out from TYPO3 Backend',1282660666,255,1,'
178.188.56.130','a:1:{i:0;s:5:\"admin\";}',-1,0,''),(170,1,1,0,'',0,0,'User %s l
ogged in from %s (%s)',1288248037,255,1,'178.188.56.130','a:3:{i:0;s:5:\"admin\"
;i:1;s:14:\"178.188.56.130\";i:2;N;}',-1,-99,''),(171,1,1,1,'sys_language',0,0,'
Record \'%s\' (%s) was inserted on page \'%s\' (%s)',1288248170,1,10,'178.188.56
.130','a:4:{i:0;s:10:\"Slowenisch\";i:1;s:14:\"sys_language:1\";i:2;s:12:\"[root
-level]\";i:3;s:1:\"0\";}',0,0,'NEW4cc91af3f34c4'),(172,1,1,0,'',0,0,'User %s lo
gged in from %s (%s)',1288263627,255,1,'178.188.56.130','a:3:{i:0;s:5:\"admin\";
i:1;s:14:\"178.188.56.130\";i:2;N;}',-1,-99,''),(173,1,1,1,'pages_language_overl
ay',0,0,'Record \'%s\' (%s) was inserted on page \'%s\' (%s)',1288264059,1,10,'1
78.188.56.130','a:4:{i:0;s:8:\"Podjetje\";i:1;s:24:\"pages_language_overlay:1\";
i:2;s:11:\"Unternehmen\";i:3;s:1:\"3\";}',3,0,'NEW4cc9596b23ee4'),(174,1,1,23,'t
t_content',0,0,'Record \'%s\' (%s) was inserted on page \'%s\' (%s)',1288264065,
1,10,'178.188.56.130','a:4:{i:0;s:38:\"[Translate to Slowenisch:] Unternehmen\";
i:1;s:13:\"tt_content:23\";i:2;s:11:\"Unternehmen\";i:3;s:1:\"3\";}',3,0,'NEW4cc
9598125e4b'),(175,1,1,0,'',0,0,'User %s logged in from %s (%s)',1288264132,255,1
,'178.188.56.130','a:3:{i:0;s:5:\"admin\";i:1;s:14:\"178.188.56.130\";i:2;N;}',-
1,-99,''),(176,1,1,2,'pages_language_overlay',0,0,'Record \'%s\' (%s) was insert
ed on page \'%s\' (%s)',1288264265,1,10,'178.188.56.130','a:4:{i:0;s:18:\"NAVIJA
LNI MATERIAL\";i:1;s:24:\"pages_language_overlay:2\";i:2;s:14:\"Wickelmaterial\"
;i:3;s:1:\"9\";}',9,0,'NEW4cc95a41155c9'),(177,1,1,3,'pages_language_overlay',0,
0,'Record \'%s\' (%s) was inserted on page \'%s\' (%s)',1288264288,1,10,'178.188
.56.130','a:4:{i:0;s:27:\"ELEKTROIZOLACIJSKI MATERIAL\";i:1;s:24:\"pages_languag
e_overlay:3\";i:2;s:22:\"Elektroisoliermaterial\";i:3;s:2:\"10\";}',10,0,'NEW4cc
95a5d136b6'),(178,1,1,4,'pages_language_overlay',0,0,'Record \'%s\' (%s) was ins
erted on page \'%s\' (%s)',1288264312,1,10,'178.188.56.130','a:4:{i:0;s:23:\"IMP
REGNACIJSKA SREDSTVA\";i:1;s:24:\"pages_language_overlay:4\";i:2;s:16:\"Imprgnierm
ittel\";i:3;s:2:\"11\";}',11,0,'NEW4cc95a74d6bd6'),(179,1,1,5,'pages_language_ov
erlay',0,0,'Record \'%s\' (%s) was inserted on page \'%s\' (%s)',1288264334,1,10
,'178.188.56.130','a:4:{i:0;s:30:\"PRESKUEVALNE/NADZORNE NAPRAVE\";i:1;s:24:\"page
s_language_overlay:5\";i:2;s:10:\"Prfgerte\";i:3;s:2:\"12\";}',12,0,'NEW4cc95a8a6960
0'),(180,1,0,0,'',0,1,'Core: Error handler (BE): PHP Warning: fopen(/home/zts-wi
re/public_html/typo3temp/rtehtmlarea/htmlarea_b427e7eeda5de5ce84a2_compressed.js
) [<a href=\'function.fopen\'>function.fopen</a>]: failed to open stream: Permis
sion denied in /home/staff/typo3/typo3_src-4.4.4/t3lib/class.t3lib_div.php line
3013',1288265559,5,0,'178.188.56.130','',-1,0,''),(181,1,2,5,'pages_language_ove
rlay',0,0,'Record \'%s\' (%s) was updated. (Online).',1288267894,1,10,'178.188.5
6.130','a:2:{i:0;s:30:\"PRESKUEVALNE/NADZORNE NAPRAVE\";i:1;s:24:\"pages_language_
overlay:5\";}',12,0,''),(182,1,1,6,'pages_language_overlay',0,0,'Record \'%s\' (
%s) was inserted on page \'%s\' (%s)',1288267920,1,10,'178.188.56.130','a:4:{i:0
;s:14:\"ELEKTROMOTORJI\";i:1;s:24:\"pages_language_overlay:6\";i:2;s:14:\"Elektr
omotoren\";i:3;s:2:\"13\";}',13,0,'NEW4cc9688c68c80'),(183,1,1,7,'pages_language
_overlay',0,0,'Record \'%s\' (%s) was inserted on page \'%s\' (%s)',1288267946,1
,10,'178.188.56.130','a:4:{i:0;s:8:\"Produkti\";i:1;s:24:\"pages_language_overla
y:7\";i:2;s:8:\"Produkte\";i:3;s:1:\"4\";}',4,0,'NEW4cc968a6c39c0'),(184,1,1,24,
'tt_content',0,0,'Record \'%s\' (%s) was inserted on page \'%s\' (%s)',128826795
0,1,10,'178.188.56.130','a:4:{i:0;s:35:\"[Translate to Slowenisch:] Produkte\";i
:1;s:13:\"tt_content:24\";i:2;s:8:\"Produkte\";i:3;s:1:\"4\";}',4,0,'NEW4cc968ae
89057'),(185,1,0,0,'',0,1,'Core: Error handler (BE): PHP Warning: fopen(/home/zt
s-wire/public_html/typo3temp/rtehtmlarea/htmlarea_b427e7eeda5de5ce84a2_compresse
d.js) [<a href=\'function.fopen\'>function.fopen</a>]: failed to open stream: Pe
rmission denied in /home/staff/typo3/typo3_src-4.4.4/t3lib/class.t3lib_div.php l
ine 3013',1288267953,5,0,'178.188.56.130','',-1,0,''),(186,1,1,8,'pages_language
_overlay',0,0,'Record \'%s\' (%s) was inserted on page \'%s\' (%s)',1288268018,1
,10,'178.188.56.130','a:4:{i:0;s:6:\"Servis\";i:1;s:24:\"pages_language_overlay:
8\";i:2;s:7:\"Service\";i:3;s:1:\"5\";}',5,0,'NEW4cc968ef7c5a2'),(187,1,1,25,'tt
_content',0,0,'Record \'%s\' (%s) was inserted on page \'%s\' (%s)',1288268025,1
,10,'178.188.56.130','a:4:{i:0;s:34:\"[Translate to Slowenisch:] Service\";i:1;s
:13:\"tt_content:25\";i:2;s:7:\"Service\";i:3;s:1:\"5\";}',5,0,'NEW4cc968f92e3cb
'),(188,1,1,26,'tt_content',0,0,'Record \'%s\' (%s) was inserted on page \'%s\'
(%s)',1288268025,1,10,'178.188.56.130','a:4:{i:0;s:10:\" (Kopie 1)\";i:1;s:13:\"
tt_content:26\";i:2;s:7:\"Service\";i:3;s:1:\"5\";}',5,0,'NEW4cc968f93ce12'),(18
9,1,1,9,'pages_language_overlay',0,0,'Record \'%s\' (%s) was inserted on page \'
%s\' (%s)',1288268062,1,10,'178.188.56.130','a:4:{i:0;s:29:\"SPP / Sploni poslovni
pogoji\";i:1;s:24:\"pages_language_overlay:9\";i:2;s:3:\"AGB\";i:3;s:1:\"8\";}'
,8,0,'NEW4cc96918d154d'),(190,0,0,0,'',0,1,'Core: Error handler (FE): PHP Warnin
g: touch() [<a href=\'function.touch\'>function.touch</a>]: Unable to create fil
e /home/zts-wire/public_html/typo3temp/locks/b7070092ee3a30db28c9231256402618 be
cause Permission denied in /home/staff/typo3/typo3_src-4.4.4/t3lib/class.t3lib_l
ock.php line 169',1288269831,5,0,'188.45.231.212','',-1,0,''),(191,0,0,0,'',0,1,
'Core: Error handler (FE): PHP Warning: touch() [<a href=\'function.touch\'>func
tion.touch</a>]: Unable to create file /home/zts-wire/public_html/typo3temp/lock
s/ed686ceadcdd539c16f07001150c53fa because Permission denied in /home/staff/typo
3/typo3_src-4.4.4/t3lib/class.t3lib_lock.php line 169',1288269831,5,0,'188.45.23
1.212','',-1,0,''),(192,0,0,0,'',0,1,'Core: Error handler (FE): PHP Warning: tou
ch() [<a href=\'function.touch\'>function.touch</a>]: Unable to create file /hom
e/zts-wire/public_html/typo3temp/locks/9f45897f8a919fb9526e362634248f9c because
Permission denied in /home/staff/typo3/typo3_src-4.4.4/t3lib/class.t3lib_lock.ph
p line 169',1288338499,5,0,'89.142.143.33','',-1,0,''),(193,0,0,0,'',0,1,'Core:
Error handler (FE): PHP Warning: touch() [<a href=\'function.touch\'>function.to
uch</a>]: Unable to create file /home/zts-wire/public_html/typo3temp/locks/fb992
01d8fb85a8af3357eda8ce906d2 because Permission denied in /home/staff/typo3/typo3
_src-4.4.4/t3lib/class.t3lib_lock.php line 169',1288338499,5,0,'89.142.143.33','
',-1,0,''),(194,0,0,0,'',0,1,'Core: Error handler (FE): PHP Warning: touch() [<a
href=\'function.touch\'>function.touch</a>]: Unable to create file /home/zts-wi
re/public_html/typo3temp/locks/6dcb4eb72ac30f45120e758697aae2e7 because Permissi
on denied in /home/staff/typo3/typo3_src-4.4.4/t3lib/class.t3lib_lock.php line 1
69',1288338502,5,0,'89.142.143.33','',-1,0,''),(195,0,0,0,'',0,1,'Core: Error ha
ndler (FE): PHP Warning: touch() [<a href=\'function.touch\'>function.touch</a>]
: Unable to create file /home/zts-wire/public_html/typo3temp/locks/bc719ea793106
20f84e1b73419f145ec because Permission denied in /home/staff/typo3/typo3_src-4.4
.4/t3lib/class.t3lib_lock.php line 169',1288338502,5,0,'89.142.143.33','',-1,0,'
'),(196,0,0,0,'',0,1,'Core: Error handler (FE): PHP Warning: touch() [<a href=\'
function.touch\'>function.touch</a>]: Unable to create file /home/zts-wire/publi
c_html/typo3temp/locks/82fa327c9a9ffd9734983a02052b503b because Permission denie
d in /home/staff/typo3/typo3_src-4.4.4/t3lib/class.t3lib_lock.php line 169',1288
338505,5,0,'89.142.143.33','',-1,0,''),(197,0,0,0,'',0,1,'Core: Error handler (F
E): PHP Warning: touch() [<a href=\'function.touch\'>function.touch</a>]: Unable
to create file /home/zts-wire/public_html/typo3temp/locks/7bf3ff29adb82109bc350
ba5bccfb5de because Permission denied in /home/staff/typo3/typo3_src-4.4.4/t3lib
/class.t3lib_lock.php line 169',1288338505,5,0,'89.142.143.33','',-1,0,''),(198,
0,0,0,'',0,1,'Core: Error handler (FE): PHP Warning: touch() [<a href=\'function
.touch\'>function.touch</a>]: Unable to create file /home/zts-wire/public_html/t
ypo3temp/locks/96758e42a986cdf0b1bd5f15e81bdb85 because Permission denied in /ho
me/staff/typo3/typo3_src-4.4.4/t3lib/class.t3lib_lock.php line 169',1288338516,5
,0,'89.142.143.33','',-1,0,''),(199,0,0,0,'',0,1,'Core: Error handler (FE): PHP
Warning: touch() [<a href=\'function.touch\'>function.touch</a>]: Unable to crea
te file /home/zts-wire/public_html/typo3temp/locks/34703f35569c1c3f96a9086fa556e
b88 because Permission denied in /home/staff/typo3/typo3_src-4.4.4/t3lib/class.t
3lib_lock.php line 169',1288338516,5,0,'89.142.143.33','',-1,0,''),(200,0,0,0,''
,0,1,'Core: Error handler (FE): PHP Warning: touch() [<a href=\'function.touch\'
>function.touch</a>]: Unable to create file /home/zts-wire/public_html/typo3temp
/locks/f205e14b7c4bb909b2c01157db1aa0ea because Permission denied in /home/staff
/typo3/typo3_src-4.4.4/t3lib/class.t3lib_lock.php line 169',1288338520,5,0,'89.1
42.143.33','',-1,0,''),(201,0,0,0,'',0,1,'Core: Error handler (FE): PHP Warning:
touch() [<a href=\'function.touch\'>function.touch</a>]: Unable to create file
/home/zts-wire/public_html/typo3temp/locks/5d34d65d272687335cd009375450f9c9 beca
use Permission denied in /home/staff/typo3/typo3_src-4.4.4/t3lib/class.t3lib_loc
k.php line 169',1288338520,5,0,'89.142.143.33','',-1,0,''),(202,0,0,0,'',0,1,'Co
re: Error handler (FE): PHP Warning: touch() [<a href=\'function.touch\'>functio
n.touch</a>]: Unable to create file /home/zts-wire/public_html/typo3temp/locks/a
70056cbd189c1f626caefb42ab65dc9 because Permission denied in /home/staff/typo3/t
ypo3_src-4.4.4/t3lib/class.t3lib_lock.php line 169',1288338523,5,0,'89.142.143.3
3','',-1,0,''),(203,0,0,0,'',0,1,'Core: Error handler (FE): PHP Warning: touch()
[<a href=\'function.touch\'>function.touch</a>]: Unable to create file /home/zt
s-wire/public_html/typo3temp/locks/8a94f8edebbd457947460df8e2f9556e because Perm
ission denied in /home/staff/typo3/typo3_src-4.4.4/t3lib/class.t3lib_lock.php li
ne 169',1288338523,5,0,'89.142.143.33','',-1,0,''),(204,0,0,0,'',0,1,'Core: Erro
r handler (FE): PHP Warning: touch() [<a href=\'function.touch\'>function.touch<
/a>]: Unable to create file /home/zts-wire/public_html/typo3temp/locks/0a6319a5e
cbac430cb15792215e70a59 because Permission denied in /home/staff/typo3/typo3_src
-4.4.4/t3lib/class.t3lib_lock.php line 169',1288338525,5,0,'89.142.143.33','',-1
,0,''),(205,0,0,0,'',0,1,'Core: Error handler (FE): PHP Warning: touch() [<a hre
f=\'function.touch\'>function.touch</a>]: Unable to create file /home/zts-wire/p
ublic_html/typo3temp/locks/a900899f508a346c043cda68c8d7f98f because Permission d
enied in /home/staff/typo3/typo3_src-4.4.4/t3lib/class.t3lib_lock.php line 169',
1288338525,5,0,'89.142.143.33','',-1,0,''),(206,0,0,0,'',0,1,'Core: Error handle
r (FE): PHP Warning: touch() [<a href=\'function.touch\'>function.touch</a>]: Un
able to create file /home/zts-wire/public_html/typo3temp/locks/56344673abc71298b
70abaa38a92af00 because Permission denied in /home/staff/typo3/typo3_src-4.4.4/t
3lib/class.t3lib_lock.php line 169',1288351438,5,0,'89.142.143.33','',-1,0,''),(
207,0,0,0,'',0,1,'Core: Error handler (FE): PHP Warning: touch() [<a href=\'func
tion.touch\'>function.touch</a>]: Unable to create file /home/zts-wire/public_ht
ml/typo3temp/locks/ebcdb4f36f5f56582a5c981f66609b5c because Permission denied in
/home/staff/typo3/typo3_src-4.4.4/t3lib/class.t3lib_lock.php line 169',12883514
38,5,0,'89.142.143.33','',-1,0,''),(208,0,0,0,'',0,1,'Core: Error handler (FE):
PHP Warning: touch() [<a href=\'function.touch\'>function.touch</a>]: Unable to
create file /home/zts-wire/public_html/typo3temp/locks/8c92b7cfabfb0ce543f31d4f7
1d2c36d because Permission denied in /home/staff/typo3/typo3_src-4.4.4/t3lib/cla
ss.t3lib_lock.php line 169',1288351732,5,0,'89.142.143.33','',-1,0,''),(209,0,0,
0,'',0,1,'Core: Error handler (FE): PHP Warning: touch() [<a href=\'function.tou
ch\'>function.touch</a>]: Unable to create file /home/zts-wire/public_html/typo3
temp/locks/693fd955b7523acc84528914c72f9b4b because Permission denied in /home/s
taff/typo3/typo3_src-4.4.4/t3lib/class.t3lib_lock.php line 169',1288351732,5,0,'
89.142.143.33','',-1,0,''),(210,0,0,0,'',0,1,'Core: Error handler (FE): PHP Warn
ing: touch() [<a href=\'function.touch\'>function.touch</a>]: Unable to create f
ile /home/zts-wire/public_html/typo3temp/locks/279a1eda13ae7796d3f97bc00ebf2ec9
because Permission denied in /home/staff/typo3/typo3_src-4.4.4/t3lib/class.t3lib
_lock.php line 169',1288351734,5,0,'89.142.143.33','',-1,0,''),(211,0,0,0,'',0,1
,'Core: Error handler (FE): PHP Warning: touch() [<a href=\'function.touch\'>fun
ction.touch</a>]: Unable to create file /home/zts-wire/public_html/typo3temp/loc
ks/c385bf2c03d4a9258f4c904d6d3adea0 because Permission denied in /home/staff/typ
o3/typo3_src-4.4.4/t3lib/class.t3lib_lock.php line 169',1288351734,5,0,'89.142.1
43.33','',-1,0,''),(212,0,0,0,'',0,1,'Core: Error handler (FE): PHP Warning: tou
ch() [<a href=\'function.touch\'>function.touch</a>]: Unable to create file /hom
e/zts-wire/public_html/typo3temp/locks/ed686ceadcdd539c16f07001150c53fa because
Permission denied in /home/staff/typo3/typo3_src-4.4.4/t3lib/class.t3lib_lock.ph
p line 169',1288709080,5,0,'178.191.147.70','',-1,0,''),(213,1,1,0,'',0,0,'User
%s logged in from %s (%s)',1288771609,255,1,'178.188.56.130','a:3:{i:0;s:5:\"adm
in\";i:1;s:14:\"178.188.56.130\";i:2;N;}',-1,-99,''),(214,1,1,10,'pages_language
_overlay',0,0,'Record \'%s\' (%s) was inserted on page \'%s\' (%s)',1288771816,1
,10,'178.188.56.130','a:4:{i:0;s:4:\"Home\";i:1;s:25:\"pages_language_overlay:10
\";i:2;s:4:\"Home\";i:3;s:1:\"2\";}',2,0,'NEW4cd118cc35208'),(215,1,2,10,'pages_
language_overlay',0,0,'Record \'%s\' (%s) was updated. (Online).',1288771863,1,1
0,'178.188.56.130','a:2:{i:0;s:5:\"Domov\";i:1;s:25:\"pages_language_overlay:10\
";}',2,0,''),(216,1,1,27,'tt_content',0,0,'Record \'%s\' (%s) was inserted on pa
ge \'%s\' (%s)',1288771868,1,10,'178.188.56.130','a:4:{i:0;s:46:\"[Translate to
Slowenisch:] Herzlich Willkommen\";i:1;s:13:\"tt_content:27\";i:2;s:4:\"Home\";i
:3;s:1:\"2\";}',2,0,'NEW4cd1191d18d4d'),(217,1,0,0,'',0,1,'Core: Error handler (
BE): PHP Warning: fopen(/home/zts-wire/public_html/typo3temp/rtehtmlarea/htmlare
a_b427e7eeda5de5ce84a2_compressed.js) [<a href=\'function.fopen\'>function.fopen
</a>]: failed to open stream: Permission denied in /home/staff/typo3/typo3_src-4
.4.4/t3lib/class.t3lib_div.php line 3013',1288771873,5,0,'178.188.56.130','',-1,
0,''),(218,1,1,0,'',0,0,'User %s logged in from %s (%s)',1288772033,255,1,'212.1
83.52.215','a:3:{i:0;s:5:\"admin\";i:1;s:14:\"212.183.52.215\";i:2;N;}',-1,-99,'
'),(219,1,0,0,'',0,1,'Core: Error handler (BE): PHP Warning: fopen(/home/zts-wir
e/public_html/typo3temp/compressor/jsfunc.tceforms_suggest-68013c92b54c7688d251f
4f6b6115974.js) [<a href=\'function.fopen\'>function.fopen</a>]: failed to open
stream: Permission denied in /home/staff/typo3/typo3_src-4.4.4/t3lib/class.t3lib
_div.php line 3013',1288772041,5,0,'212.183.52.215','',-1,0,''),(220,1,0,0,'',0,
1,'Core: Error handler (FE): PHP Warning: touch() [<a href=\'function.touch\'>fu
nction.touch</a>]: Unable to create file /home/zts-wire/public_html/typo3temp/lo
cks/8a94f8edebbd457947460df8e2f9556e because Permission denied in /home/staff/ty
po3/typo3_src-4.4.4/t3lib/class.t3lib_lock.php line 169',1288772051,5,0,'178.188
.56.130','',-1,0,''),(221,1,0,0,'',0,1,'Core: Error handler (BE): PHP Warning: f
open(/home/zts-wire/public_html/typo3temp/rtehtmlarea/htmlarea_b427e7eeda5de5ce8
4a2_compressed.js) [<a href=\'function.fopen\'>function.fopen</a>]: failed to op
en stream: Permission denied in /home/staff/typo3/typo3_src-4.4.4/t3lib/class.t3
lib_div.php line 3013',1288772053,5,0,'212.183.52.215','',-1,0,''),(222,1,0,0,''
,0,1,'Core: Error handler (BE): PHP Warning: fopen(/home/zts-wire/public_html/ty
po3temp/rtehtmlarea/htmlarea_b427e7eeda5de5ce84a2_compressed.js) [<a href=\'func
tion.fopen\'>function.fopen</a>]: failed to open stream: Permission denied in /h
ome/staff/typo3/typo3_src-4.4.4/t3lib/class.t3lib_div.php line 3013',1288772060,
5,0,'212.183.52.215','',-1,0,''),(223,1,0,0,'',0,1,'Core: Error handler (BE): PH
P Warning: fopen(/home/zts-wire/public_html/typo3temp/compressor/jsfunc.tceforms
_suggest-68013c92b54c7688d251f4f6b6115974.js) [<a href=\'function.fopen\'>functi
on.fopen</a>]: failed to open stream: Permission denied in /home/staff/typo3/typ
o3_src-4.4.4/t3lib/class.t3lib_div.php line 3013',1288772064,5,0,'178.188.56.130
','',-1,0,''),(224,1,0,0,'',0,1,'Core: Error handler (BE): PHP Warning: fopen(/h
ome/zts-wire/public_html/typo3temp/rtehtmlarea/htmlarea_b427e7eeda5de5ce84a2_com
pressed.js) [<a href=\'function.fopen\'>function.fopen</a>]: failed to open stre
am: Permission denied in /home/staff/typo3/typo3_src-4.4.4/t3lib/class.t3lib_div
.php line 3013',1288772065,5,0,'212.183.52.215','',-1,0,''),(225,1,1,28,'pages',
0,0,'Record \'%s\' (%s) was inserted on page \'%s\' (%s)',1288772080,1,10,'178.1
88.56.130','a:4:{i:0;s:17:\"Sicherheitstester\";i:1;s:8:\"pages:28\";i:2;s:10:\"
Prfgerte\";i:3;s:2:\"12\";}',12,0,'NEW4cd119e0c7b92'),(226,1,0,0,'',0,1,'Core: Error
handler (BE): PHP Warning: fopen(/home/zts-wire/public_html/typo3temp/compresso
r/jsfunc.tceforms_suggest-68013c92b54c7688d251f4f6b6115974.js) [<a href=\'functi
on.fopen\'>function.fopen</a>]: failed to open stream: Permission denied in /hom
e/staff/typo3/typo3_src-4.4.4/t3lib/class.t3lib_div.php line 3013',1288772080,5,
0,'178.188.56.130','',-1,0,''),(227,1,0,0,'',0,1,'Core: Error handler (BE): PHP
Warning: fopen(/home/zts-wire/public_html/typo3temp/compressor/jsfunc.tceforms_s
uggest-68013c92b54c7688d251f4f6b6115974.js) [<a href=\'function.fopen\'>function
.fopen</a>]: failed to open stream: Permission denied in /home/staff/typo3/typo3
_src-4.4.4/t3lib/class.t3lib_div.php line 3013',1288772089,5,0,'178.188.56.130',
'',-1,0,''),(228,1,1,29,'pages',0,0,'Record \'%s\' (%s) was inserted on page \'%
s\' (%s)',1288772105,1,10,'178.188.56.130','a:4:{i:0;s:11:\"Motortester\";i:1;s:
8:\"pages:29\";i:2;s:10:\"Prfgerte\";i:3;s:2:\"12\";}',12,0,'NEW4cd119f998db1'),(229
,1,0,0,'',0,1,'Core: Error handler (BE): PHP Warning: fopen(/home/zts-wire/publi
c_html/typo3temp/compressor/jsfunc.tceforms_suggest-68013c92b54c7688d251f4f6b611
5974.js) [<a href=\'function.fopen\'>function.fopen</a>]: failed to open stream:
Permission denied in /home/staff/typo3/typo3_src-4.4.4/t3lib/class.t3lib_div.ph
p line 3013',1288772105,5,0,'178.188.56.130','',-1,0,''),(230,1,0,0,'',0,1,'Core
: Error handler (BE): PHP Warning: fopen(/home/zts-wire/public_html/typo3temp/ll
xml/db_new_content__2ec0ca817b.de.iso-8859-1.cache) [<a href=\'function.fopen\'>
function.fopen</a>]: failed to open stream: Permission denied in /home/staff/typ
o3/typo3_src-4.4.4/t3lib/class.t3lib_div.php line 3013',1288772192,5,0,'178.188.
56.130','',-1,0,''),(231,1,0,0,'',0,2,'Core: Exception handler (WEB): Uncaught T
YPO3 Exception: #1270853903: TYPO3 Fatal Error: File not written to disk! Write
permission error in filesystem? | RuntimeException thrown in file /home/staff/ty
po3/typo3_src-4.4.4/t3lib/class.t3lib_div.php in line 4843',1288772192,5,0,'178.
188.56.130','',-1,0,''),(232,1,0,0,'',0,1,'Core: Error handler (BE): PHP Warning
: fopen(/home/zts-wire/public_html/typo3temp/llxml/db_new_content__2ec0ca817b.de
.iso-8859-1.cache) [<a href=\'function.fopen\'>function.fopen</a>]: failed to op
en stream: Permission denied in /home/staff/typo3/typo3_src-4.4.4/t3lib/class.t3
lib_div.php line 3013',1288772198,5,0,'178.188.56.130','',-1,0,''),(233,1,0,0,''
,0,2,'Core: Exception handler (WEB): Uncaught TYPO3 Exception: #1270853903: TYPO
3 Fatal Error: File not written to disk! Write permission error in filesystem? |
RuntimeException thrown in file /home/staff/typo3/typo3_src-4.4.4/t3lib/class.t
3lib_div.php in line 4843',1288772198,5,0,'178.188.56.130','',-1,0,''),(234,1,0,
0,'',0,1,'Core: Error handler (BE): PHP Warning: fopen(/home/zts-wire/public_htm
l/typo3temp/rtehtmlarea/htmlarea_b427e7eeda5de5ce84a2_compressed.js) [<a href=\'
function.fopen\'>function.fopen</a>]: failed to open stream: Permission denied i
n /home/staff/typo3/typo3_src-4.4.4/t3lib/class.t3lib_div.php line 3013',1288772
254,5,0,'178.188.56.130','',-1,0,''),(235,1,2,0,'',0,0,'User %s logged out from
TYPO3 Backend',1288772261,255,1,'178.188.56.130','a:1:{i:0;s:5:\"admin\";}',-1,0
,''),(236,0,0,0,'',0,1,'Core: Error handler (FE): PHP Warning: touch() [<a href=
\'function.touch\'>function.touch</a>]: Unable to create file /home/zts-wire/pub
lic_html/typo3temp/locks/b7070092ee3a30db28c9231256402618 because Permission den
ied in /home/staff/typo3/typo3_src-4.4.4/t3lib/class.t3lib_lock.php line 169',12
89164334,5,0,'212.183.59.120','',-1,0,''),(237,0,0,0,'',0,1,'Core: Error handler
(FE): PHP Warning: touch() [<a href=\'function.touch\'>function.touch</a>]: Una
ble to create file /home/zts-wire/public_html/typo3temp/locks/ed686ceadcdd539c16
f07001150c53fa because Permission denied in /home/staff/typo3/typo3_src-4.4.4/t3
lib/class.t3lib_lock.php line 169',1289164334,5,0,'212.183.59.120','',-1,0,''),(
238,0,0,0,'',0,1,'Core: Error handler (FE): PHP Warning: touch() [<a href=\'func
tion.touch\'>function.touch</a>]: Unable to create file /home/zts-wire/public_ht
ml/typo3temp/locks/9f45897f8a919fb9526e362634248f9c because Permission denied in
/home/staff/typo3/typo3_src-4.4.4/t3lib/class.t3lib_lock.php line 169',12891646
18,5,0,'212.183.59.120','',-1,0,''),(239,0,0,0,'',0,1,'Core: Error handler (FE):
PHP Warning: touch() [<a href=\'function.touch\'>function.touch</a>]: Unable to
create file /home/zts-wire/public_html/typo3temp/locks/fb99201d8fb85a8af3357eda
8ce906d2 because Permission denied in /home/staff/typo3/typo3_src-4.4.4/t3lib/cl
ass.t3lib_lock.php line 169',1289164618,5,0,'212.183.59.120','',-1,0,''),(240,0,
0,0,'',0,1,'Core: Error handler (FE): PHP Warning: touch() [<a href=\'function.t
ouch\'>function.touch</a>]: Unable to create file /home/zts-wire/public_html/typ
o3temp/locks/6dcb4eb72ac30f45120e758697aae2e7 because Permission denied in /home
/staff/typo3/typo3_src-4.4.4/t3lib/class.t3lib_lock.php line 169',1289164621,5,0
,'212.183.59.120','',-1,0,''),(241,0,0,0,'',0,1,'Core: Error handler (FE): PHP W
arning: touch() [<a href=\'function.touch\'>function.touch</a>]: Unable to creat
e file /home/zts-wire/public_html/typo3temp/locks/bc719ea79310620f84e1b73419f145
ec because Permission denied in /home/staff/typo3/typo3_src-4.4.4/t3lib/class.t3
lib_lock.php line 169',1289164621,5,0,'212.183.59.120','',-1,0,''),(242,1,1,0,''
,0,0,'User %s logged in from %s (%s)',1289207080,255,1,'178.188.56.130','a:3:{i:
0;s:5:\"admin\";i:1;s:14:\"178.188.56.130\";i:2;N;}',-1,-99,''),(243,1,0,0,'',0,
1,'Core: Error handler (BE): PHP Warning: fopen(/home/zts-wire/public_html/typo3
temp/rtehtmlarea/htmlarea_b427e7eeda5de5ce84a2_compressed.js) [<a href=\'functio
n.fopen\'>function.fopen</a>]: failed to open stream: Permission denied in /home
/staff/typo3/typo3_src-4.4.4/t3lib/class.t3lib_div.php line 3013',1289207090,5,0
,'178.188.56.130','',-1,0,''),(244,1,1,0,'',0,0,'User %s logged in from %s (%s)'
,1289211767,255,1,'178.188.56.130','a:3:{i:0;s:5:\"admin\";i:1;s:14:\"178.188.56
.130\";i:2;N;}',-1,-99,''),(245,1,0,0,'',0,1,'Core: Error handler (BE): PHP Warn
ing: fopen(/home/zts-wire/public_html/typo3temp/rtehtmlarea/htmlarea_b427e7eeda5
de5ce84a2_compressed.js) [<a href=\'function.fopen\'>function.fopen</a>]: failed
to open stream: Permission denied in /home/staff/typo3/typo3_src-4.4.4/t3lib/cl
ass.t3lib_div.php line 3013',1289211774,5,0,'178.188.56.130','',-1,0,''),(246,1,
2,0,'',0,0,'User %s logged out from TYPO3 Backend',1289212999,255,1,'178.188.56.
130','a:1:{i:0;s:5:\"admin\";}',-1,0,''),(247,1,1,0,'',0,0,'User %s logged in fr
om %s (%s)',1289213674,255,1,'178.188.56.130','a:3:{i:0;s:5:\"admin\";i:1;s:14:\
"178.188.56.130\";i:2;N;}',-1,-99,''),(248,1,2,27,'tt_content',0,0,'Record \'%s\
' (%s) was updated. (Online).',1289214414,1,10,'178.188.56.130','a:2:{i:0;s:24:\
"Prisr&#269;no dobrodoli\";i:1;s:13:\"tt_content:27\";}',2,0,''),(249,1,2,27,'tt_c
ontent',0,0,'Record \'%s\' (%s) was updated. (Online).',1289214423,1,10,'178.188
.56.130','a:2:{i:0;s:24:\"Prisr&#269;no dobrodoli\";i:1;s:13:\"tt_content:27\";}',
2,0,''),(250,1,2,27,'tt_content',0,0,'Record \'%s\' (%s) was updated. (Online).'
,1289214471,1,10,'178.188.56.130','a:2:{i:0;s:24:\"Prisr&#269;no dobrodoli\";i:1;s
:13:\"tt_content:27\";}',2,0,''),(251,1,2,27,'tt_content',0,0,'Record \'%s\' (%s
) was updated. (Online).',1289214523,1,10,'178.188.56.130','a:2:{i:0;s:24:\"Pris
r&#269;no dobrodoli\";i:1;s:13:\"tt_content:27\";}',2,0,''),(252,1,2,27,'tt_conten
t',0,0,'Record \'%s\' (%s) was updated. (Online).',1289214555,1,10,'178.188.56.1
30','a:2:{i:0;s:24:\"Prisr&#269;no dobrodoli\";i:1;s:13:\"tt_content:27\";}',2,0,'
'),(253,1,2,27,'tt_content',0,0,'Record \'%s\' (%s) was updated. (Online).',1289
214566,1,10,'178.188.56.130','a:2:{i:0;s:24:\"Prisr&#269;no dobrodoli\";i:1;s:13:\
"tt_content:27\";}',2,0,''),(254,1,2,27,'tt_content',0,0,'Record \'%s\' (%s) was
updated. (Online).',1289214719,1,10,'178.188.56.130','a:2:{i:0;s:24:\"Prisr&#26
9;no dobrodoli\";i:1;s:13:\"tt_content:27\";}',2,0,''),(255,1,2,23,'tt_content',0,
0,'Record \'%s\' (%s) was updated. (Online).',1289214805,1,10,'178.188.56.130','
a:2:{i:0;s:38:\"[Translate to Slowenisch:] Unternehmen\";i:1;s:13:\"tt_content:2
3\";}',3,0,''),(256,1,2,23,'tt_content',0,0,'Record \'%s\' (%s) was updated. (On
line).',1289214900,1,10,'178.188.56.130','a:2:{i:0;s:38:\"[Translate to Slowenis
ch:] Unternehmen\";i:1;s:13:\"tt_content:23\";}',3,0,''),(257,1,2,23,'tt_content
',0,0,'Record \'%s\' (%s) was updated. (Online).',1289214956,1,10,'178.188.56.13
0','a:2:{i:0;s:38:\"[Translate to Slowenisch:] Unternehmen\";i:1;s:13:\"tt_conte
nt:23\";}',3,0,''),(258,1,2,23,'tt_content',0,0,'Record \'%s\' (%s) was updated.
(Online).',1289214997,1,10,'178.188.56.130','a:2:{i:0;s:38:\"[Translate to Slow
enisch:] Unternehmen\";i:1;s:13:\"tt_content:23\";}',3,0,''),(259,1,2,24,'tt_con
tent',0,0,'Record \'%s\' (%s) was updated. (Online).',1289215156,1,10,'178.188.5
6.130','a:2:{i:0;s:8:\"Produkti\";i:1;s:13:\"tt_content:24\";}',4,0,''),(260,1,2
,24,'tt_content',0,0,'Record \'%s\' (%s) was updated. (Online).',1289215170,1,10
,'178.188.56.130','a:2:{i:0;s:8:\"Produkti\";i:1;s:13:\"tt_content:24\";}',4,0,'
'),(261,1,2,26,'tt_content',0,0,'Record \'%s\' (%s) was updated. (Online).',1289
215338,1,10,'178.188.56.130','a:2:{i:0;s:0:\"\";i:1;s:13:\"tt_content:26\";}',5,
0,''),(262,1,2,25,'tt_content',0,0,'Record \'%s\' (%s) was updated. (Online).',1
289215365,1,10,'178.188.56.130','a:2:{i:0;s:6:\"Servis\";i:1;s:13:\"tt_content:2
5\";}',5,0,''),(263,1,2,25,'tt_content',0,0,'Record \'%s\' (%s) was updated. (On
line).',1289215400,1,10,'178.188.56.130','a:2:{i:0;s:6:\"Servis\";i:1;s:13:\"tt_
content:25\";}',5,0,''),(264,1,1,28,'tt_content',0,0,'Record \'%s\' (%s) was ins
erted on page \'%s\' (%s)',1289215408,1,10,'178.188.56.130','a:4:{i:0;s:30:\"[Tr
anslate to Slowenisch:] AGB\";i:1;s:13:\"tt_content:28\";i:2;s:3:\"AGB\";i:3;s:1
:\"8\";}',8,0,'NEW4cd7ddb07f805'),(265,1,2,28,'tt_content',0,0,'Record \'%s\' (%
s) was updated. (Online).',1289215420,1,10,'178.188.56.130','a:2:{i:0;s:29:\"SPP
/ Sploni poslovni pogoji\";i:1;s:13:\"tt_content:28\";}',8,0,''),(266,1,1,11,'pag
es_language_overlay',0,0,'Record \'%s\' (%s) was inserted on page \'%s\' (%s)',1
289215446,1,10,'178.188.56.130','a:4:{i:0;s:7:\"Kontakt\";i:1;s:25:\"pages_langu
age_overlay:11\";i:2;s:7:\"Kontakt\";i:3;s:2:\"14\";}',14,0,'NEW4cd7ddcee12bf'),
(267,1,2,11,'pages_language_overlay',0,0,'Record \'%s\' (%s) was updated. (Onlin
e).',1289215453,1,10,'178.188.56.130','a:2:{i:0;s:7:\"Kontakt\";i:1;s:25:\"pages
_language_overlay:11\";}',14,0,''),(268,1,1,29,'tt_content',0,0,'Record \'%s\' (
%s) was inserted on page \'%s\' (%s)',1289215456,1,10,'178.188.56.130','a:4:{i:0
;s:34:\"[Translate to Slowenisch:] Kontakt\";i:1;s:13:\"tt_content:29\";i:2;s:7:
\"Kontakt\";i:3;s:2:\"14\";}',14,0,'NEW4cd7dde05d587'),(269,1,2,29,'tt_content',
0,0,'Record \'%s\' (%s) was updated. (Online).',1289215507,1,10,'178.188.56.130'
,'a:2:{i:0;s:7:\"Kontakt\";i:1;s:13:\"tt_content:29\";}',14,0,''),(270,1,1,30,'t
t_content',0,0,'Record \'%s\' (%s) was inserted on page \'%s\' (%s)',1289215581,
1,10,'178.188.56.130','a:4:{i:0;s:0:\"\";i:1;s:13:\"tt_content:30\";i:2;s:8:\"Pr
odukte\";i:3;s:1:\"4\";}',4,0,'NEW4cd7de52190b3'),(271,1,1,31,'tt_content',0,0,'
Record \'%s\' (%s) was inserted on page \'%s\' (%s)',1289216219,1,10,'178.188.56
.130','a:4:{i:0;s:9:\"HV-Tester\";i:1;s:13:\"tt_content:31\";i:2;s:9:\"HV-Tester
\";i:3;s:2:\"25\";}',25,0,'NEW4cd7e0babe6b6'),(272,1,6,0,'',0,0,'Directory \"%s\
" created in \"%s\"',1289216247,2,1,'178.188.56.130','a:2:{i:0;s:3:\"PDF\";i:1;s
:49:\"/home/zts-wire/public_html/fileadmin/user_upload/\";}',-1,0,''),(273,1,1,0
,'',0,0,'Uploading file \"%s\" to \"%s\"',1289216277,2,1,'178.188.56.130','a:3:{
i:0;s:21:\"19_Motortester_DE.pdf\";i:1;s:74:\"/home/zts-wire/public_html/fileadm
in/user_upload/PDF/19_Motortester_DE.pdf\";i:2;s:1:\"1\";}',-1,0,''),(274,1,1,0,
'',0,0,'Uploading file \"%s\" to \"%s\"',1289216279,2,1,'178.188.56.130','a:3:{i
:0;s:14:\"23_MTC2_DE.pdf\";i:1;s:67:\"/home/zts-wire/public_html/fileadmin/user_
upload/PDF/23_MTC2_DE.pdf\";i:2;s:1:\"1\";}',-1,0,''),(275,1,1,0,'',0,0,'Uploadi
ng file \"%s\" to \"%s\"',1289216280,2,1,'178.188.56.130','a:3:{i:0;s:23:\"22_Mo
torAnalyzer_DE.pdf\";i:1;s:76:\"/home/zts-wire/public_html/fileadmin/user_upload
/PDF/22_MotorAnalyzer_DE.pdf\";i:2;s:1:\"1\";}',-1,0,''),(276,1,1,0,'',0,0,'Uplo
ading file \"%s\" to \"%s\"',1289216281,2,1,'178.188.56.130','a:3:{i:0;s:17:\"13
_GLP2-ce_DE.pdf\";i:1;s:70:\"/home/zts-wire/public_html/fileadmin/user_upload/PD
F/13_GLP2-ce_DE.pdf\";i:2;s:1:\"1\";}',-1,0,''),(277,1,1,0,'',0,0,'Uploading fil
e \"%s\" to \"%s\"',1289216282,2,1,'178.188.56.130','a:3:{i:0;s:18:\"10_GLP1-eHV
_DE.pdf\";i:1;s:71:\"/home/zts-wire/public_html/fileadmin/user_upload/PDF/10_GLP
1-eHV_DE.pdf\";i:2;s:1:\"1\";}',-1,0,''),(278,1,2,31,'tt_content',0,0,'Record \'
%s\' (%s) was updated. (Online).',1289216344,1,10,'178.188.56.130','a:2:{i:0;s:9
:\"HV-Tester\";i:1;s:13:\"tt_content:31\";}',25,0,''),(279,1,1,32,'tt_content',0
,0,'Record \'%s\' (%s) was inserted on page \'%s\' (%s)',1289216413,1,10,'178.18
8.56.130','a:4:{i:0;s:11:\"Surgetester\";i:1;s:13:\"tt_content:32\";i:2;s:11:\"S
urgetester\";i:3;s:2:\"26\";}',26,0,'NEW4cd7e16224383'),(280,1,2,32,'tt_content'
,0,0,'Record \'%s\' (%s) was updated. (Online).',1289216456,1,10,'178.188.56.130
','a:2:{i:0;s:11:\"Surgetester\";i:1;s:13:\"tt_content:32\";}',26,0,''),(281,1,1
,33,'tt_content',0,0,'Record \'%s\' (%s) was inserted on page \'%s\' (%s)',12892
16514,1,10,'178.188.56.130','a:4:{i:0;s:15:\"Universaltester\";i:1;s:13:\"tt_con
tent:33\";i:2;s:15:\"Universaltester\";i:3;s:2:\"27\";}',27,0,'NEW4cd7e1d0d50aa'
),(282,1,1,34,'tt_content',0,0,'Record \'%s\' (%s) was inserted on page \'%s\' (
%s)',1289216574,1,10,'178.188.56.130','a:4:{i:0;s:17:\"Sicherheitstester\";i:1;s
:13:\"tt_content:34\";i:2;s:17:\"Sicherheitstester\";i:3;s:2:\"28\";}',28,0,'NEW
4cd7e20f6f842'),(283,1,1,35,'tt_content',0,0,'Record \'%s\' (%s) was inserted on
page \'%s\' (%s)',1289216637,1,10,'178.188.56.130','a:4:{i:0;s:11:\"Motortester
\";i:1;s:13:\"tt_content:35\";i:2;s:11:\"Motortester\";i:3;s:2:\"29\";}',29,0,'N
EW4cd7e24665c83'),(284,1,2,35,'tt_content',0,0,'Record \'%s\' (%s) was updated.
(Online).',1289216656,1,10,'178.188.56.130','a:2:{i:0;s:11:\"Motortester\";i:1;s
:13:\"tt_content:35\";}',29,0,''),(285,1,2,31,'tt_content',0,0,'Record \'%s\' (%
s) was updated. (Online).',1289216689,1,10,'178.188.56.130','a:2:{i:0;s:9:\"HV-T
ester\";i:1;s:13:\"tt_content:31\";}',25,0,''),(286,1,2,31,'tt_content',0,0,'Rec
ord \'%s\' (%s) was updated. (Online).',1289216726,1,10,'178.188.56.130','a:2:{i
:0;s:9:\"HV-Tester\";i:1;s:13:\"tt_content:31\";}',25,0,''),(287,1,1,36,'tt_cont
ent',0,0,'Record \'%s\' (%s) was inserted on page \'%s\' (%s)',1289216765,1,10,'
178.188.56.130','a:4:{i:0;s:9:\"HV-Tester\";i:1;s:13:\"tt_content:36\";i:2;s:9:\
"HV-Tester\";i:3;s:2:\"25\";}',25,0,'NEW4cd7e2f0d0541'),(288,1,2,31,'tt_content'
,0,0,'Record \'%s\' (%s) was updated. (Online).',1289216778,1,10,'178.188.56.130
','a:2:{i:0;s:0:\"\";i:1;s:13:\"tt_content:31\";}',25,0,''),(289,1,1,37,'tt_cont
ent',0,0,'Record \'%s\' (%s) was inserted on page \'%s\' (%s)',1289216809,1,10,'
178.188.56.130','a:4:{i:0;s:11:\"Surgetester\";i:1;s:13:\"tt_content:37\";i:2;s:
11:\"Surgetester\";i:3;s:2:\"26\";}',26,0,'NEW4cd7e321dffac'),(290,1,2,32,'tt_co
ntent',0,0,'Record \'%s\' (%s) was updated. (Online).',1289216828,1,10,'178.188.
56.130','a:2:{i:0;s:0:\"\";i:1;s:13:\"tt_content:32\";}',26,0,''),(291,1,2,32,'t
t_content',0,0,'Record \'%s\' (%s) was updated. (Online).',1289216835,1,10,'178.
188.56.130','a:2:{i:0;s:0:\"\";i:1;s:13:\"tt_content:32\";}',26,0,''),(292,1,1,3
8,'tt_content',0,0,'Record \'%s\' (%s) was inserted on page \'%s\' (%s)',1289216
858,1,10,'178.188.56.130','a:4:{i:0;s:15:\"Universaltester\";i:1;s:13:\"tt_conte
nt:38\";i:2;s:15:\"Universaltester\";i:3;s:2:\"27\";}',27,0,'NEW4cd7e34d7689d'),
(293,1,2,33,'tt_content',0,0,'Record \'%s\' (%s) was updated. (Online).',1289216
871,1,10,'178.188.56.130','a:2:{i:0;s:0:\"\";i:1;s:13:\"tt_content:33\";}',27,0,
''),(294,1,2,33,'tt_content',0,0,'Record \'%s\' (%s) was updated. (Online).',128
9216883,1,10,'178.188.56.130','a:2:{i:0;s:0:\"\";i:1;s:13:\"tt_content:33\";}',2
7,0,''),(295,1,1,39,'tt_content',0,0,'Record \'%s\' (%s) was inserted on page \'
%s\' (%s)',1289216901,1,10,'178.188.56.130','a:4:{i:0;s:17:\"Sicherheitstester\"
;i:1;s:13:\"tt_content:39\";i:2;s:17:\"Sicherheitstester\";i:3;s:2:\"28\";}',28,
0,'NEW4cd7e37bf19ce'),(296,1,2,34,'tt_content',0,0,'Record \'%s\' (%s) was updat
ed. (Online).',1289216918,1,10,'178.188.56.130','a:2:{i:0;s:0:\"\";i:1;s:13:\"tt
_content:34\";}',28,0,''),(297,1,1,40,'tt_content',0,0,'Record \'%s\' (%s) was i
nserted on page \'%s\' (%s)',1289216932,1,10,'178.188.56.130','a:4:{i:0;s:11:\"M
otortester\";i:1;s:13:\"tt_content:40\";i:2;s:11:\"Motortester\";i:3;s:2:\"29\";
}',29,0,'NEW4cd7e39d824d4'),(298,1,2,35,'tt_content',0,0,'Record \'%s\' (%s) was
updated. (Online).',1289216959,1,10,'178.188.56.130','a:2:{i:0;s:0:\"\";i:1;s:1
3:\"tt_content:35\";}',29,0,''),(299,1,2,32,'tt_content',0,0,'Record \'%s\' (%s)
was updated. (Online).',1289216991,1,10,'178.188.56.130','a:2:{i:0;s:0:\"\";i:1
;s:13:\"tt_content:32\";}',26,0,''),(300,1,1,0,'',0,0,'User %s logged in from %s
(%s)',1289227565,255,1,'178.188.56.130','a:3:{i:0;s:5:\"admin\";i:1;s:14:\"178.
188.56.130\";i:2;N;}',-1,-99,''),(301,1,1,41,'tt_content',0,0,'Record \'%s\' (%s
) was inserted on page \'%s\' (%s)',1289227956,1,10,'178.188.56.130','a:4:{i:0;s
:41:\"[Translate to Slowenisch:] Wickelmaterial\";i:1;s:13:\"tt_content:41\";i:2
;s:14:\"Wickelmaterial\";i:3;s:1:\"9\";}',9,0,'NEW4cd80eb465d1a'),(302,1,2,41,'t
t_content',0,0,'Record \'%s\' (%s) was updated. (Online).',1289227965,1,10,'178.
188.56.130','a:2:{i:0;s:18:\"NAVIJALNI MATERIAL\";i:1;s:13:\"tt_content:41\";}',
9,0,''),(303,1,1,42,'tt_content',0,0,'Record \'%s\' (%s) was inserted on page \'
%s\' (%s)',1289227976,1,10,'178.188.56.130','a:4:{i:0;s:49:\"[Translate to Slowe
nisch:] Elektroisoliermaterial\";i:1;s:13:\"tt_content:42\";i:2;s:22:\"Elektrois
oliermaterial\";i:3;s:2:\"10\";}',10,0,'NEW4cd80ec888fbe'),(304,1,2,42,'tt_conte
nt',0,0,'Record \'%s\' (%s) was updated. (Online).',1289227984,1,10,'178.188.56.
130','a:2:{i:0;s:27:\"ELEKTROIZOLACIJSKI MATERIAL\";i:1;s:13:\"tt_content:42\";}
',10,0,''),(305,1,1,43,'tt_content',0,0,'Record \'%s\' (%s) was inserted on page
\'%s\' (%s)',1289227998,1,10,'178.188.56.130','a:4:{i:0;s:43:\"[Translate to Sl
owenisch:] Imprgniermittel\";i:1;s:13:\"tt_content:43\";i:2;s:16:\"Imprgniermittel\"
;i:3;s:2:\"11\";}',11,0,'NEW4cd80edecd5a9'),(306,1,2,43,'tt_content',0,0,'Record
\'%s\' (%s) was updated. (Online).',1289228005,1,10,'178.188.56.130','a:2:{i:0;
s:23:\"IMPREGNACIJSKA SREDSTVA\";i:1;s:13:\"tt_content:43\";}',11,0,''),(307,1,1
,44,'tt_content',0,0,'Record \'%s\' (%s) was inserted on page \'%s\' (%s)',12892
28017,1,10,'178.188.56.130','a:4:{i:0;s:37:\"[Translate to Slowenisch:] Prfgerte\";i
:1;s:13:\"tt_content:44\";i:2;s:10:\"Prfgerte\";i:3;s:2:\"12\";}',12,0,'NEW4cd80ef15
05c5'),(308,1,2,44,'tt_content',0,0,'Record \'%s\' (%s) was updated. (Online).',
1289228026,1,10,'178.188.56.130','a:2:{i:0;s:30:\"PRESKUEVALNE/NADZORNE NAPRAVE\";
i:1;s:13:\"tt_content:44\";}',12,0,''),(309,1,1,45,'tt_content',0,0,'Record \'%s
\' (%s) was inserted on page \'%s\' (%s)',1289228043,1,10,'178.188.56.130','a:4:
{i:0;s:41:\"[Translate to Slowenisch:] Elektromotoren\";i:1;s:13:\"tt_content:45
\";i:2;s:14:\"Elektromotoren\";i:3;s:2:\"13\";}',13,0,'NEW4cd80f0b44a75'),(310,1
,2,45,'tt_content',0,0,'Record \'%s\' (%s) was updated. (Online).',1289228050,1,
10,'178.188.56.130','a:2:{i:0;s:14:\"ELEKTROMOTORJI\";i:1;s:13:\"tt_content:45\"
;}',13,0,''),(311,1,1,0,'',0,0,'User %s logged in from %s (%s)',1289311761,255,1
,'212.41.246.147','a:3:{i:0;s:5:\"admin\";i:1;s:14:\"212.41.246.147\";i:2;N;}',-
1,-99,''),(312,1,2,0,'',0,0,'User %s logged out from TYPO3 Backend',1289311981,2
55,1,'212.41.246.147','a:1:{i:0;s:5:\"admin\";}',-1,0,''),(313,1,1,0,'',0,0,'Use
r %s logged in from %s (%s)',1289313661,255,1,'178.188.56.130','a:3:{i:0;s:5:\"a
dmin\";i:1;s:14:\"178.188.56.130\";i:2;N;}',-1,-99,''),(314,1,1,46,'tt_content',
0,0,'Record \'%s\' (%s) was inserted on page \'%s\' (%s)',1289313801,1,10,'178.1
88.56.130','a:4:{i:0;s:30:\"Kupferbnder und Kupferstangen\";i:1;s:13:\"tt_content:
46\";i:2;s:30:\"Kupferbnder und Kupferstangen\";i:3;s:2:\"17\";}',17,0,'NEW4cd95df
b20c73'),(315,1,2,46,'tt_content',0,0,'Record \'%s\' (%s) was updated. (Online).
',1289313815,1,10,'178.188.56.130','a:2:{i:0;s:30:\"Kupferbnder und Kupferstangen\
";i:1;s:13:\"tt_content:46\";}',17,0,''),(316,1,1,47,'tt_content',0,0,'Record \'
%s\' (%s) was inserted on page \'%s\' (%s)',1289313879,1,10,'178.188.56.130','a:
4:{i:0;s:0:\"\";i:1;s:13:\"tt_content:47\";i:2;s:30:\"Kupferbnder und Kupferstange
n\";i:3;s:2:\"17\";}',17,0,'NEW4cd95e4bc1f2a'),(317,1,1,0,'',0,0,'Uploading file
\"%s\" to \"%s\"',1289316118,2,1,'178.188.56.130','a:3:{i:0;s:23:\"MKM-Stangen_
Profile.pdf\";i:1;s:76:\"/home/zts-wire/public_html/fileadmin/user_upload/PDF/MK
M-Stangen_Profile.pdf\";i:2;s:1:\"1\";}',-1,0,''),(318,1,1,0,'',0,0,'Uploading f
ile \"%s\" to \"%s\"',1289316119,2,1,'178.188.56.130','a:3:{i:0;s:27:\"Broschuer
e_Band_deutsch.pdf\";i:1;s:80:\"/home/zts-wire/public_html/fileadmin/user_upload
/PDF/Broschuere_Band_deutsch.pdf\";i:2;s:1:\"1\";}',-1,0,''),(319,1,2,47,'tt_con
tent',0,0,'Record \'%s\' (%s) was updated. (Online).',1289316159,1,10,'178.188.5
6.130','a:2:{i:0;s:0:\"\";i:1;s:13:\"tt_content:47\";}',17,0,''),(320,1,2,47,'tt
_content',0,0,'Record \'%s\' (%s) was updated. (Online).',1289316163,1,10,'178.1
88.56.130','a:2:{i:0;s:0:\"\";i:1;s:13:\"tt_content:47\";}',17,0,''),(321,1,2,47
,'tt_content',0,0,'Record \'%s\' (%s) was updated. (Online).',1289316203,1,10,'1
78.188.56.130','a:2:{i:0;s:0:\"\";i:1;s:13:\"tt_content:47\";}',17,0,''),(322,1,
1,48,'tt_content',0,0,'Record \'%s\' (%s) was inserted on page \'%s\' (%s)',1289
316244,1,10,'178.188.56.130','a:4:{i:0;s:0:\"\";i:1;s:13:\"tt_content:48\";i:2;s
:30:\"Kupferbnder und Kupferstangen\";i:3;s:2:\"17\";}',17,0,'NEW4cd96779636c4'),(
323,1,2,48,'tt_content',0,0,'Record \'%s\' (%s) was updated. (Online).',12893163
33,1,10,'178.188.56.130','a:2:{i:0;s:0:\"\";i:1;s:13:\"tt_content:48\";}',17,0,'
'),(324,1,1,0,'',0,0,'User %s logged in from %s (%s)',1289395286,255,1,'178.188.
56.130','a:3:{i:0;s:5:\"admin\";i:1;s:14:\"178.188.56.130\";i:2;N;}',-1,-99,''),
(325,1,1,49,'tt_content',0,0,'Record \'%s\' (%s) was inserted on page \'%s\' (%s
)',1289395647,1,10,'178.188.56.130','a:4:{i:0;s:17:\"Kupferdrhte rund\";i:1;s:13:\
"tt_content:49\";i:2;s:17:\"Kupferdrhte rund\";i:3;s:2:\"15\";}',15,0,'NEW4cda9db6
b0ffb'),(326,1,1,12,'pages_language_overlay',0,0,'Record \'%s\' (%s) was inserte
d on page \'%s\' (%s)',1289395669,1,10,'178.188.56.130','a:4:{i:0;s:20:\"Bakrene
ice okrogle\";i:1;s:25:\"pages_language_overlay:12\";i:2;s:17:\"Kupferdrhte rund\";
i:3;s:2:\"15\";}',15,0,'NEW4cda9dc6a5491'),(327,1,1,50,'tt_content',0,0,'Record
\'%s\' (%s) was inserted on page \'%s\' (%s)',1289395676,1,10,'178.188.56.130','
a:4:{i:0;s:44:\"[Translate to Slowenisch:] Kupferdrhte rund\";i:1;s:13:\"tt_conten
t:50\";i:2;s:17:\"Kupferdrhte rund\";i:3;s:2:\"15\";}',15,0,'NEW4cda9ddc5efbc'),(3
28,1,2,50,'tt_content',0,0,'Record \'%s\' (%s) was updated. (Online).',128939568
9,1,10,'178.188.56.130','a:2:{i:0;s:20:\"Bakrene ice okrogle\";i:1;s:13:\"tt_conte
nt:50\";}',15,0,''),(329,1,2,50,'tt_content',0,0,'Record \'%s\' (%s) was updated
. (Online).',1289396245,1,10,'178.188.56.130','a:2:{i:0;s:20:\"Bakrene ice okrogle
\";i:1;s:13:\"tt_content:50\";}',15,0,''),(330,1,1,51,'tt_content',0,0,'Record \
'%s\' (%s) was inserted on page \'%s\' (%s)',1289396267,1,10,'178.188.56.130','a
:4:{i:0;s:18:\"Kupferdrhte flach\";i:1;s:13:\"tt_content:51\";i:2;s:18:\"Kupferdrhte
flach\";i:3;s:2:\"16\";}',16,0,'NEW4cdaa020140dc'),(331,1,1,13,'pages_language_
overlay',0,0,'Record \'%s\' (%s) was inserted on page \'%s\' (%s)',1289396290,1,
10,'178.188.56.130','a:4:{i:0;s:19:\"Bakrene ice ploske\";i:1;s:25:\"pages_languag
e_overlay:13\";i:2;s:18:\"Kupferdrhte flach\";i:3;s:2:\"16\";}',16,0,'NEW4cdaa0334
4e38'),(332,1,1,52,'tt_content',0,0,'Record \'%s\' (%s) was inserted on page \'%
s\' (%s)',1289396294,1,10,'178.188.56.130','a:4:{i:0;s:45:\"[Translate to Slowen
isch:] Kupferdrhte flach\";i:1;s:13:\"tt_content:52\";i:2;s:18:\"Kupferdrhte flach\"
;i:3;s:2:\"16\";}',16,0,'NEW4cdaa046b43a8'),(333,1,2,52,'tt_content',0,0,'Record
\'%s\' (%s) was updated. (Online).',1289396305,1,10,'178.188.56.130','a:2:{i:0;
s:19:\"Bakrene ice ploske\";i:1;s:13:\"tt_content:52\";}',16,0,''),(334,1,1,14,'pa
ges_language_overlay',0,0,'Record \'%s\' (%s) was inserted on page \'%s\' (%s)',
1289396332,1,10,'178.188.56.130','a:4:{i:0;s:33:\"Bakreni trakovi in bakrene pal
ice\";i:1;s:25:\"pages_language_overlay:14\";i:2;s:30:\"Kupferbnder und Kupferstan
gen\";i:3;s:2:\"17\";}',17,0,'NEW4cdaa05bc9b85'),(335,1,1,53,'tt_content',0,0,'R
ecord \'%s\' (%s) was inserted on page \'%s\' (%s)',1289396347,1,10,'178.188.56.
130','a:4:{i:0;s:57:\"[Translate to Slowenisch:] Kupferbnder und Kupferstangen\";i
:1;s:13:\"tt_content:53\";i:2;s:30:\"Kupferbnder und Kupferstangen\";i:3;s:2:\"17\
";}',17,0,'NEW4cdaa07bd8612'),(336,1,1,54,'tt_content',0,0,'Record \'%s\' (%s) w
as inserted on page \'%s\' (%s)',1289396347,1,10,'178.188.56.130','a:4:{i:0;s:10
:\" (Kopie 1)\";i:1;s:13:\"tt_content:54\";i:2;s:30:\"Kupferbnder und Kupferstange
n\";i:3;s:2:\"17\";}',17,0,'NEW4cdaa07bebe98'),(337,1,1,55,'tt_content',0,0,'Rec
ord \'%s\' (%s) was inserted on page \'%s\' (%s)',1289396347,1,10,'178.188.56.13
0','a:4:{i:0;s:10:\" (Kopie 2)\";i:1;s:13:\"tt_content:55\";i:2;s:30:\"Kupferbnder
und Kupferstangen\";i:3;s:2:\"17\";}',17,0,'NEW4cdaa07c01898'),(338,1,2,53,'tt_
content',0,0,'Record \'%s\' (%s) was updated. (Online).',1289396364,1,10,'178.18
8.56.130','a:2:{i:0;s:33:\"Bakreni trakovi in bakrene palice\";i:1;s:13:\"tt_con
tent:53\";}',17,0,''),(339,1,2,54,'tt_content',0,0,'Record \'%s\' (%s) was updat
ed. (Online).',1289396377,1,10,'178.188.56.130','a:2:{i:0;s:0:\"\";i:1;s:13:\"tt
_content:54\";}',17,0,''),(340,1,1,56,'tt_content',0,0,'Record \'%s\' (%s) was i
nserted on page \'%s\' (%s)',1289396394,1,10,'178.188.56.130','a:4:{i:0;s:17:\"A
luminiumprodukte\";i:1;s:13:\"tt_content:56\";i:2;s:17:\"Aluminiumprodukte\";i:3
;s:2:\"18\";}',18,0,'NEW4cdaa0a30191f'),(341,1,1,15,'pages_language_overlay',0,0
,'Record \'%s\' (%s) was inserted on page \'%s\' (%s)',1289396418,1,10,'178.188.
56.130','a:4:{i:0;s:22:\"Aluminijasti proizvodi\";i:1;s:25:\"pages_language_over
lay:15\";i:2;s:17:\"Aluminiumprodukte\";i:3;s:2:\"18\";}',18,0,'NEW4cdaa0bb5686a
'),(342,1,1,57,'tt_content',0,0,'Record \'%s\' (%s) was inserted on page \'%s\'
(%s)',1289396427,1,10,'178.188.56.130','a:4:{i:0;s:44:\"[Translate to Slowenisch
:] Aluminiumprodukte\";i:1;s:13:\"tt_content:57\";i:2;s:17:\"Aluminiumprodukte\"
;i:3;s:2:\"18\";}',18,0,'NEW4cdaa0cc08685'),(343,1,2,57,'tt_content',0,0,'Record
\'%s\' (%s) was updated. (Online).',1289396439,1,10,'178.188.56.130','a:2:{i:0;
s:22:\"Aluminijasti proizvodi\";i:1;s:13:\"tt_content:57\";}',18,0,''),(344,1,1,
0,'',0,0,'User %s logged in from %s (%s)',1289400366,255,1,'178.188.56.130','a:3
:{i:0;s:5:\"admin\";i:1;s:14:\"178.188.56.130\";i:2;N;}',-1,-99,''),(345,1,2,55,
'tt_content',0,0,'Record \'%s\' (%s) was updated. (Online).',1289400401,1,10,'17
8.188.56.130','a:2:{i:0;s:0:\"\";i:1;s:13:\"tt_content:55\";}',17,0,''),(346,1,2
,55,'tt_content',0,0,'Record \'%s\' (%s) was updated. (Online).',1289400406,1,10
,'178.188.56.130','a:2:{i:0;s:0:\"\";i:1;s:13:\"tt_content:55\";}',17,0,''),(347
,1,1,58,'tt_content',0,0,'Record \'%s\' (%s) was inserted on page \'%s\' (%s)',1
289400437,1,10,'178.188.56.130','a:4:{i:0;s:20:\"Flchenisolierstoffe\";i:1;s:13:\"
tt_content:58\";i:2;s:20:\"Flchenisolierstoffe\";i:3;s:2:\"19\";}',19,0,'NEW4cdab0
6c1ac7c'),(348,1,1,16,'pages_language_overlay',0,0,'Record \'%s\' (%s) was inser
ted on page \'%s\' (%s)',1289400484,1,10,'178.188.56.130','a:4:{i:0;s:28:\"Povrins
ke izolacijske snovi\";i:1;s:25:\"pages_language_overlay:16\";i:2;s:20:\"Flcheniso
lierstoffe\";i:3;s:2:\"19\";}',19,0,'NEW4cdab07c19d0e'),(349,1,1,59,'tt_content'
,0,0,'Record \'%s\' (%s) was inserted on page \'%s\' (%s)',1289400498,1,10,'178.
188.56.130','a:4:{i:0;s:47:\"[Translate to Slowenisch:] Flchenisolierstoffe\";i:1;
s:13:\"tt_content:59\";i:2;s:20:\"Flchenisolierstoffe\";i:3;s:2:\"19\";}',19,0,'NE
W4cdab0b317dea'),(350,1,2,59,'tt_content',0,0,'Record \'%s\' (%s) was updated. (
Online).',1289400512,1,10,'178.188.56.130','a:2:{i:0;s:28:\"Povrinske izolacijske
snovi\";i:1;s:13:\"tt_content:59\";}',19,0,''),(351,1,2,59,'tt_content',0,0,'Rec
ord \'%s\' (%s) was updated. (Online).',1289400663,1,10,'178.188.56.130','a:2:{i
:0;s:28:\"Povrinske izolacijske snovi\";i:1;s:13:\"tt_content:59\";}',19,0,''),(35
2,1,1,60,'tt_content',0,0,'Record \'%s\' (%s) was inserted on page \'%s\' (%s)',
1289400679,1,10,'178.188.56.130','a:4:{i:0;s:11:\"Klebebnder\";i:1;s:13:\"tt_conte
nt:60\";i:2;s:11:\"Klebebnder\";i:3;s:2:\"20\";}',20,0,'NEW4cdab160660b6'),(353,1,
1,17,'pages_language_overlay',0,0,'Record \'%s\' (%s) was inserted on page \'%s\
' (%s)',1289400701,1,10,'178.188.56.130','a:4:{i:0;s:15:\"Lepilni trakovi\";i:1;
s:25:\"pages_language_overlay:17\";i:2;s:11:\"Klebebnder\";i:3;s:2:\"20\";}',20,0,
'NEW4cdab16d537e0'),(354,1,2,17,'pages_language_overlay',0,0,'Record \'%s\' (%s)
was updated. (Online).',1289400706,1,10,'178.188.56.130','a:2:{i:0;s:15:\"Lepil
ni trakovi\";i:1;s:25:\"pages_language_overlay:17\";}',20,0,''),(355,1,1,61,'tt_
content',0,0,'Record \'%s\' (%s) was inserted on page \'%s\' (%s)',1289400721,1,
10,'178.188.56.130','a:4:{i:0;s:20:\"Stanz- und Formteile\";i:1;s:13:\"tt_conten
t:61\";i:2;s:20:\"Stanz- und Formteile\";i:3;s:2:\"21\";}',21,0,'NEW4cdab1885767
e'),(356,1,1,18,'pages_language_overlay',0,0,'Record \'%s\' (%s) was inserted on
page \'%s\' (%s)',1289400747,1,10,'178.188.56.130','a:4:{i:0;s:28:\"Izsekovalni
in fazonski deli\";i:1;s:25:\"pages_language_overlay:18\";i:2;s:20:\"Stanz- und
Formteile\";i:3;s:2:\"21\";}',21,0,'NEW4cdab19a19e2e'),(357,1,1,62,'tt_content'
,0,0,'Record \'%s\' (%s) was inserted on page \'%s\' (%s)',1289400775,1,10,'178.
188.56.130','a:4:{i:0;s:18:\"Elektorisolierharz\";i:1;s:13:\"tt_content:62\";i:2
;s:18:\"Elektroisolierharz\";i:3;s:2:\"22\";}',22,0,'NEW4cdab1bade2f4'),(358,1,1
,19,'pages_language_overlay',0,0,'Record \'%s\' (%s) was inserted on page \'%s\'
(%s)',1289400804,1,10,'178.188.56.130','a:4:{i:0;s:24:\"Elektroizolacijska smol
a\";i:1;s:25:\"pages_language_overlay:19\";i:2;s:18:\"Elektroisolierharz\";i:3;s
:2:\"22\";}',22,0,'NEW4cdab1cdebdd1'),(359,1,1,63,'tt_content',0,0,'Record \'%s\
' (%s) was inserted on page \'%s\' (%s)',1289400840,1,10,'178.188.56.130','a:4:{
i:0;s:18:\"Elektroisolierlack\";i:1;s:13:\"tt_content:63\";i:2;s:18:\"Elektrosio
lierlack\";i:3;s:2:\"23\";}',23,0,'NEW4cdab1ebd375a'),(360,1,2,23,'pages',0,0,'R
ecord \'%s\' (%s) was updated. (Online).',1289400856,1,10,'178.188.56.130','a:2:
{i:0;s:18:\"Elektroisolierlack\";i:1;s:8:\"pages:23\";}',23,0,''),(361,1,1,20,'p
ages_language_overlay',0,0,'Record \'%s\' (%s) was inserted on page \'%s\' (%s)'
,1289400891,1,10,'178.188.56.130','a:4:{i:0;s:22:\"Elektroizolacijski lak\";i:1;
s:25:\"pages_language_overlay:20\";i:2;s:18:\"Elektroisolierlack\";i:3;s:2:\"23\
";}',23,0,'NEW4cdab22064249'),(362,1,1,64,'tt_content',0,0,'Record \'%s\' (%s) w
as inserted on page \'%s\' (%s)',1289400897,1,10,'178.188.56.130','a:4:{i:0;s:45
:\"[Translate to Slowenisch:] Elektroisolierlack\";i:1;s:13:\"tt_content:64\";i:
2;s:18:\"Elektroisolierlack\";i:3;s:2:\"23\";}',23,0,'NEW4cdab24160407'),(363,1,
2,64,'tt_content',0,0,'Record \'%s\' (%s) was updated. (Online).',1289400914,1,1
0,'178.188.56.130','a:2:{i:0;s:22:\"Elektroizolacijski lak\";i:1;s:13:\"tt_conte
nt:64\";}',23,0,''),(364,1,1,65,'tt_content',0,0,'Record \'%s\' (%s) was inserte
d on page \'%s\' (%s)',1289400933,1,10,'178.188.56.130','a:4:{i:0;s:45:\"[Transl
ate to Slowenisch:] Elektorisolierharz\";i:1;s:13:\"tt_content:65\";i:2;s:18:\"E
lektroisolierharz\";i:3;s:2:\"22\";}',22,0,'NEW4cdab26550a2a'),(365,1,2,65,'tt_c
ontent',0,0,'Record \'%s\' (%s) was updated. (Online).',1289400945,1,10,'178.188
.56.130','a:2:{i:0;s:22:\"Elektroizolacijski lak\";i:1;s:13:\"tt_content:65\";}'
,22,0,''),(366,1,2,65,'tt_content',0,0,'Record \'%s\' (%s) was updated. (Online)
.',1289400981,1,10,'178.188.56.130','a:2:{i:0;s:24:\"Elektroizolacijska smola\";
i:1;s:13:\"tt_content:65\";}',22,0,''),(367,1,1,66,'tt_content',0,0,'Record \'%s
\' (%s) was inserted on page \'%s\' (%s)',1289401005,1,10,'178.188.56.130','a:4:
{i:0;s:13:\"Vergussmassen\";i:1;s:13:\"tt_content:66\";i:2;s:12:\"Vergu massen\";i:
3;s:2:\"24\";}',24,0,'NEW4cdab2a4da59d'),(368,1,1,21,'pages_language_overlay',0,
0,'Record \'%s\' (%s) was inserted on page \'%s\' (%s)',1289401030,1,10,'178.188
.56.130','a:4:{i:0;s:14:\"Zalivalne mase\";i:1;s:25:\"pages_language_overlay:21\
";i:2;s:12:\"Vergu massen\";i:3;s:2:\"24\";}',24,0,'NEW4cdab2b644f0e'),(369,1,1,22,
'pages_language_overlay',0,0,'Record \'%s\' (%s) was inserted on page \'%s\' (%s
)',1289401054,1,10,'178.188.56.130','a:4:{i:0;s:9:\"HV-tester\";i:1;s:25:\"pages
_language_overlay:22\";i:2;s:9:\"HV-Tester\";i:3;s:2:\"25\";}',25,0,'NEW4cdab2cf
cabcd'),(370,1,1,67,'tt_content',0,0,'Record \'%s\' (%s) was inserted on page \'
%s\' (%s)',1289401068,1,10,'178.188.56.130','a:4:{i:0;s:36:\"[Translate to Slowe
nisch:] HV-Tester\";i:1;s:13:\"tt_content:67\";i:2;s:9:\"HV-Tester\";i:3;s:2:\"2
5\";}',25,0,'NEW4cdab2ecb92b6'),(371,1,1,68,'tt_content',0,0,'Record \'%s\' (%s)
was inserted on page \'%s\' (%s)',1289401068,1,10,'178.188.56.130','a:4:{i:0;s:
10:\" (Kopie 1)\";i:1;s:13:\"tt_content:68\";i:2;s:9:\"HV-Tester\";i:3;s:2:\"25\
";}',25,0,'NEW4cdab2ecc7d10'),(372,1,2,67,'tt_content',0,0,'Record \'%s\' (%s) w
as updated. (Online).',1289401079,1,10,'178.188.56.130','a:2:{i:0;s:9:\"HV-teste
r\";i:1;s:13:\"tt_content:67\";}',25,0,''),(373,1,2,68,'tt_content',0,0,'Record
\'%s\' (%s) was updated. (Online).',1289401094,1,10,'178.188.56.130','a:2:{i:0;s
:0:\"\";i:1;s:13:\"tt_content:68\";}',25,0,''),(374,1,1,23,'pages_language_overl
ay',0,0,'Record \'%s\' (%s) was inserted on page \'%s\' (%s)',1289401118,1,10,'1
78.188.56.130','a:4:{i:0;s:12:\"Surge-tester\";i:1;s:25:\"pages_language_overlay
:23\";i:2;s:11:\"Surgetester\";i:3;s:2:\"26\";}',26,0,'NEW4cdab3109608e'),(375,1
,1,69,'tt_content',0,0,'Record \'%s\' (%s) was inserted on page \'%s\' (%s)',128
9401125,1,10,'178.188.56.130','a:4:{i:0;s:38:\"[Translate to Slowenisch:] Surget
ester\";i:1;s:13:\"tt_content:69\";i:2;s:11:\"Surgetester\";i:3;s:2:\"26\";}',26
,0,'NEW4cdab325b92f9'),(376,1,1,70,'tt_content',0,0,'Record \'%s\' (%s) was inse
rted on page \'%s\' (%s)',1289401125,1,10,'178.188.56.130','a:4:{i:0;s:10:\" (Ko
pie 1)\";i:1;s:13:\"tt_content:70\";i:2;s:11:\"Surgetester\";i:3;s:2:\"26\";}',2
6,0,'NEW4cdab325c6db9'),(377,1,2,69,'tt_content',0,0,'Record \'%s\' (%s) was upd
ated. (Online).',1289401134,1,10,'178.188.56.130','a:2:{i:0;s:12:\"Surge-tester\
";i:1;s:13:\"tt_content:69\";}',26,0,''),(378,1,2,70,'tt_content',0,0,'Record \'
%s\' (%s) was updated. (Online).',1289401146,1,10,'178.188.56.130','a:2:{i:0;s:0
:\"\";i:1;s:13:\"tt_content:70\";}',26,0,''),(379,1,1,24,'pages_language_overlay
',0,0,'Record \'%s\' (%s) was inserted on page \'%s\' (%s)',1289401168,1,10,'178
.188.56.130','a:4:{i:0;s:18:\"Univerzalni tester\";i:1;s:25:\"pages_language_ove
rlay:24\";i:2;s:15:\"Universaltester\";i:3;s:2:\"27\";}',27,0,'NEW4cdab342420e4'
),(380,1,1,71,'tt_content',0,0,'Record \'%s\' (%s) was inserted on page \'%s\' (
%s)',1289401174,1,10,'178.188.56.130','a:4:{i:0;s:42:\"[Translate to Slowenisch:
] Universaltester\";i:1;s:13:\"tt_content:71\";i:2;s:15:\"Universaltester\";i:3;
s:2:\"27\";}',27,0,'NEW4cdab356d0a40'),(381,1,1,72,'tt_content',0,0,'Record \'%s
\' (%s) was inserted on page \'%s\' (%s)',1289401174,1,10,'178.188.56.130','a:4:
{i:0;s:10:\" (Kopie 1)\";i:1;s:13:\"tt_content:72\";i:2;s:15:\"Universaltester\"
;i:3;s:2:\"27\";}',27,0,'NEW4cdab356de500'),(382,1,2,71,'tt_content',0,0,'Record
\'%s\' (%s) was updated. (Online).',1289401187,1,10,'178.188.56.130','a:2:{i:0;
s:18:\"Univerzalni tester\";i:1;s:13:\"tt_content:71\";}',27,0,''),(383,1,2,72,'
tt_content',0,0,'Record \'%s\' (%s) was updated. (Online).',1289401201,1,10,'178
.188.56.130','a:2:{i:0;s:0:\"\";i:1;s:13:\"tt_content:72\";}',27,0,''),(384,1,1,
25,'pages_language_overlay',0,0,'Record \'%s\' (%s) was inserted on page \'%s\'
(%s)',1289401223,1,10,'178.188.56.130','a:4:{i:0;s:16:\"Varnostni tester\";i:1;s
:25:\"pages_language_overlay:25\";i:2;s:17:\"Sicherheitstester\";i:3;s:2:\"28\";
}',28,0,'NEW4cdab3797caad'),(385,1,1,73,'tt_content',0,0,'Record \'%s\' (%s) was
inserted on page \'%s\' (%s)',1289401227,1,10,'178.188.56.130','a:4:{i:0;s:44:\
"[Translate to Slowenisch:] Sicherheitstester\";i:1;s:13:\"tt_content:73\";i:2;s
:17:\"Sicherheitstester\";i:3;s:2:\"28\";}',28,0,'NEW4cdab38bb64d5'),(386,1,1,74
,'tt_content',0,0,'Record \'%s\' (%s) was inserted on page \'%s\' (%s)',12894012
27,1,10,'178.188.56.130','a:4:{i:0;s:10:\" (Kopie 1)\";i:1;s:13:\"tt_content:74\
";i:2;s:17:\"Sicherheitstester\";i:3;s:2:\"28\";}',28,0,'NEW4cdab38bc2fbc'),(387
,1,2,73,'tt_content',0,0,'Record \'%s\' (%s) was updated. (Online).',1289401238,
1,10,'178.188.56.130','a:2:{i:0;s:16:\"Varnostni tester\";i:1;s:13:\"tt_content:
73\";}',28,0,''),(388,1,2,74,'tt_content',0,0,'Record \'%s\' (%s) was updated. (
Online).',1289401251,1,10,'178.188.56.130','a:2:{i:0;s:0:\"\";i:1;s:13:\"tt_cont
ent:74\";}',28,0,''),(389,1,1,26,'pages_language_overlay',0,0,'Record \'%s\' (%s
) was inserted on page \'%s\' (%s)',1289401274,1,10,'178.188.56.130','a:4:{i:0;s
:14:\"Motorni tester\";i:1;s:25:\"pages_language_overlay:26\";i:2;s:11:\"Motorte
ster\";i:3;s:2:\"29\";}',29,0,'NEW4cdab3ad78c97'),(390,1,1,75,'tt_content',0,0,'
Record \'%s\' (%s) was inserted on page \'%s\' (%s)',1289401278,1,10,'178.188.56
.130','a:4:{i:0;s:38:\"[Translate to Slowenisch:] Motortester\";i:1;s:13:\"tt_co
ntent:75\";i:2;s:11:\"Motortester\";i:3;s:2:\"29\";}',29,0,'NEW4cdab3be98080'),(
391,1,1,76,'tt_content',0,0,'Record \'%s\' (%s) was inserted on page \'%s\' (%s)
',1289401278,1,10,'178.188.56.130','a:4:{i:0;s:10:\" (Kopie 1)\";i:1;s:13:\"tt_c
ontent:76\";i:2;s:11:\"Motortester\";i:3;s:2:\"29\";}',29,0,'NEW4cdab3bea5b4d'),
(392,1,2,75,'tt_content',0,0,'Record \'%s\' (%s) was updated. (Online).',1289401
295,1,10,'178.188.56.130','a:2:{i:0;s:14:\"Motorni tester\";i:1;s:13:\"tt_conten
t:75\";}',29,0,''),(393,1,2,76,'tt_content',0,0,'Record \'%s\' (%s) was updated.
(Online).',1289401310,1,10,'178.188.56.130','a:2:{i:0;s:0:\"\";i:1;s:13:\"tt_co
ntent:76\";}',29,0,''),(394,1,2,0,'',0,0,'User %s logged out from TYPO3 Backend'
,1289402364,255,1,'178.188.56.130','a:1:{i:0;s:5:\"admin\";}',-1,0,''),(395,1,1,
0,'',0,0,'User %s logged in from %s (%s)',1289551182,255,1,'178.188.56.130','a:3
:{i:0;s:5:\"admin\";i:1;s:14:\"178.188.56.130\";i:2;N;}',-1,-99,''),(396,1,1,27,
'pages_language_overlay',0,0,'Record \'%s\' (%s) was inserted on page \'%s\' (%s
)',1289551549,1,10,'178.188.56.130','a:4:{i:0;s:8:\"ZTS-Wire\";i:1;s:25:\"pages_
language_overlay:27\";i:2;s:8:\"ZTS-Wire\";i:3;s:1:\"1\";}',1,0,'NEW4cdcfeb52d8e
b'),(397,1,1,77,'tt_content',0,0,'Record \'%s\' (%s) was inserted on page \'%s\'
(%s)',1289551556,1,10,'178.188.56.130','a:4:{i:0;s:10:\" (Kopie 1)\";i:1;s:13:\
"tt_content:77\";i:2;s:8:\"ZTS-Wire\";i:3;s:1:\"1\";}',1,0,'NEW4cdcfec46e045'),(
398,1,2,77,'tt_content',0,0,'Record \'%s\' (%s) was updated. (Online).',12895515
65,1,10,'178.188.56.130','a:2:{i:0;s:0:\"\";i:1;s:13:\"tt_content:77\";}',1,0,''
),(399,1,1,78,'tt_content',0,0,'Record \'%s\' (%s) was inserted on page \'%s\' (
%s)',1289551571,1,10,'178.188.56.130','a:4:{i:0;s:10:\" (Kopie 1)\";i:1;s:13:\"t
t_content:78\";i:2;s:8:\"ZTS-Wire\";i:3;s:1:\"1\";}',1,0,'NEW4cdcfed3bc260'),(40
0,1,2,78,'tt_content',0,0,'Record \'%s\' (%s) was updated. (Online).',1289551581
,1,10,'178.188.56.130','a:2:{i:0;s:0:\"\";i:1;s:13:\"tt_content:78\";}',1,0,''),
(401,1,2,77,'tt_content',0,0,'Record \'%s\' (%s) was updated. (Online).',1289551
612,1,10,'178.188.56.130','a:2:{i:0;s:0:\"\";i:1;s:13:\"tt_content:77\";}',1,0,'
'),(402,1,2,77,'tt_content',0,0,'Record \'%s\' (%s) was updated. (Online).',1289
551624,1,10,'178.188.56.130','a:2:{i:0;s:0:\"\";i:1;s:13:\"tt_content:77\";}',1,
0,''),(403,1,2,77,'tt_content',0,0,'Record \'%s\' (%s) was updated. (Online).',1
289551644,1,10,'178.188.56.130','a:2:{i:0;s:0:\"\";i:1;s:13:\"tt_content:77\";}'
,1,0,''),(404,1,2,77,'tt_content',0,0,'Record \'%s\' (%s) was updated. (Online).
',1289551657,1,10,'178.188.56.130','a:2:{i:0;s:0:\"\";i:1;s:13:\"tt_content:77\"
;}',1,0,''),(405,1,2,77,'tt_content',0,0,'Record \'%s\' (%s) was updated. (Onlin
e).',1289551699,1,10,'178.188.56.130','a:2:{i:0;s:0:\"\";i:1;s:13:\"tt_content:7
7\";}',1,0,''),(406,1,2,77,'tt_content',0,0,'Record \'%s\' (%s) was updated. (On
line).',1289551732,1,10,'178.188.56.130','a:2:{i:0;s:0:\"\";i:1;s:13:\"tt_conten
t:77\";}',1,0,''),(407,1,1,0,'',0,0,'User %s logged in from %s (%s)',1289551912,
255,1,'212.41.246.147','a:3:{i:0;s:5:\"admin\";i:1;s:14:\"212.41.246.147\";i:2;N
;}',-1,-99,''),(408,1,2,0,'',0,0,'User %s logged out from TYPO3 Backend',1289552
557,255,1,'178.188.56.130','a:1:{i:0;s:5:\"admin\";}',-1,0,''),(409,1,1,0,'',0,0
,'User %s logged in from %s (%s)',1289816561,255,1,'178.188.56.130','a:3:{i:0;s:
5:\"admin\";i:1;s:14:\"178.188.56.130\";i:2;N;}',-1,-99,''),(410,1,2,77,'tt_cont
ent',0,0,'Record \'%s\' (%s) was updated. (Online).',1289816615,1,10,'178.188.56
.130','a:2:{i:0;s:0:\"\";i:1;s:13:\"tt_content:77\";}',1,0,''),(411,1,2,77,'tt_c
ontent',0,0,'Record \'%s\' (%s) was updated. (Online).',1289816724,1,10,'178.188
.56.130','a:2:{i:0;s:0:\"\";i:1;s:13:\"tt_content:77\";}',1,0,''),(412,1,1,0,'',
0,0,'User %s logged in from %s (%s)',1290519532,255,1,'178.188.56.130','a:3:{i:0
;s:5:\"admin\";i:1;s:14:\"178.188.56.130\";i:2;N;}',-1,-99,''),(413,1,2,23,'tt_c
ontent',0,0,'Record \'%s\' (%s) was updated. (Online).',1290520112,1,10,'178.188
.56.130','a:2:{i:0;s:8:\"Podjetje\";i:1;s:13:\"tt_content:23\";}',3,0,''),(414,1
,1,79,'tt_content',0,0,'Record \'%s\' (%s) was inserted on page \'%s\' (%s)',129
0520183,1,10,'178.188.56.130','a:4:{i:0;s:38:\"[Translate to Slowenisch:] Klebebnd
er\";i:1;s:13:\"tt_content:79\";i:2;s:11:\"Klebebnder\";i:3;s:2:\"20\";}',20,0,'NE
W4cebc6778d65a'),(415,1,2,79,'tt_content',0,0,'Record \'%s\' (%s) was updated. (
Online).',1290520198,1,10,'178.188.56.130','a:2:{i:0;s:15:\"Lepilni trakovi\";i:
1;s:13:\"tt_content:79\";}',20,0,''),(416,1,1,80,'tt_content',0,0,'Record \'%s\'
(%s) was inserted on page \'%s\' (%s)',1290520210,1,10,'178.188.56.130','a:4:{i
:0;s:47:\"[Translate to Slowenisch:] Stanz- und Formteile\";i:1;s:13:\"tt_conten
t:80\";i:2;s:20:\"Stanz- und Formteile\";i:3;s:2:\"21\";}',21,0,'NEW4cebc69254c4
8'),(417,1,2,80,'tt_content',0,0,'Record \'%s\' (%s) was updated. (Online).',129
0520219,1,10,'178.188.56.130','a:2:{i:0;s:28:\"Izsekovalni in fazonski deli\";i:
1;s:13:\"tt_content:80\";}',21,0,''),(418,1,1,81,'tt_content',0,0,'Record \'%s\'
(%s) was inserted on page \'%s\' (%s)',1290520239,1,10,'178.188.56.130','a:4:{i
:0;s:40:\"[Translate to Slowenisch:] Vergussmassen\";i:1;s:13:\"tt_content:81\";
i:2;s:12:\"Vergu massen\";i:3;s:2:\"24\";}',24,0,'NEW4cebc6aff1085'),(419,1,2,81,'t
t_content',0,0,'Record \'%s\' (%s) was updated. (Online).',1290520250,1,10,'178.
188.56.130','a:2:{i:0;s:14:\"Zalivalne mase\";i:1;s:13:\"tt_content:81\";}',24,0
,''),(420,1,2,68,'tt_content',0,0,'Record \'%s\' (%s) was updated. (Online).',12
90520278,1,10,'178.188.56.130','a:2:{i:0;s:0:\"\";i:1;s:13:\"tt_content:68\";}',
25,0,''),(421,1,2,70,'tt_content',0,0,'Record \'%s\' (%s) was updated. (Online).
',1290520296,1,10,'178.188.56.130','a:2:{i:0;s:0:\"\";i:1;s:13:\"tt_content:70\"
;}',26,0,''),(422,1,2,72,'tt_content',0,0,'Record \'%s\' (%s) was updated. (Onli
ne).',1290520311,1,10,'178.188.56.130','a:2:{i:0;s:0:\"\";i:1;s:13:\"tt_content:
72\";}',27,0,''),(423,1,2,74,'tt_content',0,0,'Record \'%s\' (%s) was updated. (
Online).',1290520327,1,10,'178.188.56.130','a:2:{i:0;s:0:\"\";i:1;s:13:\"tt_cont
ent:74\";}',28,0,''),(424,1,2,76,'tt_content',0,0,'Record \'%s\' (%s) was update
d. (Online).',1290520369,1,10,'178.188.56.130','a:2:{i:0;s:0:\"\";i:1;s:13:\"tt_
content:76\";}',29,0,''),(425,1,1,28,'pages_language_overlay',0,0,'Record \'%s\'
(%s) was inserted on page \'%s\' (%s)',1290520442,1,10,'178.188.56.130','a:4:{i
:0;s:8:\"Impressm\";i:1;s:25:\"pages_language_overlay:28\";i:2;s:9:\"Impressum\"
;i:3;s:1:\"7\";}',7,0,'NEW4cebc74e6c49e'),(426,1,1,82,'tt_content',0,0,'Record \
'%s\' (%s) was inserted on page \'%s\' (%s)',1290520448,1,10,'178.188.56.130','a
:4:{i:0;s:36:\"[Translate to Slowenisch:] Impressum\";i:1;s:13:\"tt_content:82\"
;i:2;s:9:\"Impressum\";i:3;s:1:\"7\";}',7,0,'NEW4cebc7809b2f3'),(427,1,1,83,'tt_
content',0,0,'Record \'%s\' (%s) was inserted on page \'%s\' (%s)',1290520448,1,
10,'178.188.56.130','a:4:{i:0;s:10:\" (Kopie 1)\";i:1;s:13:\"tt_content:83\";i:2
;s:9:\"Impressum\";i:3;s:1:\"7\";}',7,0,'NEW4cebc780a7e13'),(428,1,2,82,'tt_cont
ent',0,0,'Record \'%s\' (%s) was updated. (Online).',1290520462,1,10,'178.188.56
.130','a:2:{i:0;s:8:\"Impressm\";i:1;s:13:\"tt_content:82\";}',7,0,''),(429,1,2,
83,'tt_content',0,0,'Record \'%s\' (%s) was updated. (Online).',1290520473,1,10,
'178.188.56.130','a:2:{i:0;s:0:\"\";i:1;s:13:\"tt_content:83\";}',7,0,''),(430,1
,1,0,'',0,0,'User %s logged in from %s (%s)',1290520565,255,1,'212.41.246.147','
a:3:{i:0;s:5:\"admin\";i:1;s:14:\"212.41.246.147\";i:2;N;}',-1,-99,''),(431,1,1,
0,'',0,0,'User %s logged in from %s (%s)',1291035815,255,1,'212.41.246.147','a:3
:{i:0;s:5:\"admin\";i:1;s:14:\"212.41.246.147\";i:2;N;}',-1,-99,'');
/*!40000 ALTER TABLE `sys_log` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `sys_note`
--
DROP TABLE IF EXISTS `sys_note`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `sys_note` (
`uid` int(11) unsigned NOT NULL auto_increment,
`pid` int(11) unsigned NOT NULL default '0',
`deleted` tinyint(3) unsigned NOT NULL default '0',
`tstamp` int(11) unsigned NOT NULL default '0',
`crdate` int(11) unsigned NOT NULL default '0',
`cruser` int(11) unsigned NOT NULL default '0',
`author` varchar(80) NOT NULL default '',
`email` varchar(80) NOT NULL default '',
`subject` varchar(255) NOT NULL default '',
`message` text,
`personal` tinyint(3) unsigned NOT NULL default '0',
`category` tinyint(3) unsigned NOT NULL default '0',
PRIMARY KEY (`uid`),
KEY `parent` (`pid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `sys_note`
--
LOCK TABLES `sys_note` WRITE;
/*!40000 ALTER TABLE `sys_note` DISABLE KEYS */;
/*!40000 ALTER TABLE `sys_note` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `sys_preview`
--
DROP TABLE IF EXISTS `sys_preview`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `sys_preview` (
`keyword` varchar(32) NOT NULL default '',
`tstamp` int(11) NOT NULL default '0',
`endtime` int(11) NOT NULL default '0',
`config` text,
PRIMARY KEY (`keyword`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `sys_preview`
--
LOCK TABLES `sys_preview` WRITE;
/*!40000 ALTER TABLE `sys_preview` DISABLE KEYS */;
/*!40000 ALTER TABLE `sys_preview` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `sys_refindex`
--
DROP TABLE IF EXISTS `sys_refindex`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `sys_refindex` (
`hash` varchar(32) NOT NULL default '',
`tablename` varchar(255) NOT NULL default '',
`recuid` int(11) NOT NULL default '0',
`field` varchar(40) NOT NULL default '',
`flexpointer` varchar(255) NOT NULL default '',
`softref_key` varchar(30) NOT NULL default '',
`softref_id` varchar(40) NOT NULL default '',
`sorting` int(11) NOT NULL default '0',
`deleted` tinyint(1) NOT NULL default '0',
`ref_table` varchar(255) NOT NULL default '',
`ref_uid` int(11) NOT NULL default '0',
`ref_string` varchar(200) NOT NULL default '',
PRIMARY KEY (`hash`),
KEY `lookup_rec` (`tablename`,`recuid`),
KEY `lookup_uid` (`ref_table`,`ref_uid`),
KEY `lookup_string` (`ref_string`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `sys_refindex`
--
LOCK TABLES `sys_refindex` WRITE;
/*!40000 ALTER TABLE `sys_refindex` DISABLE KEYS */;
INSERT INTO `sys_refindex` VALUES ('0ee5bd47fd084e1824af37db81224686','pages',1,
'shortcut','','','',0,0,'pages',2,''),('cfe579e5fd5b58b80dadf26c1a161233','pages
',14,'shortcut','','','',0,0,'pages',6,''),('a69f33e19f1e75ce53ae6455e7403586','
pages',6,'shortcut','','','',0,0,'pages',14,''),('3f7151886aba79f08add5c646ae5ee
c1','sys_template',1,'config','','TStemplate','fileadminReferences.8',-1,0,'_FIL
E',0,'fileadmin/templateZTSWire/images/klogo.png'),('232542fcc13112cd43ba4dc0c77
99e81','pages',2,'shortcut','','','',0,0,'pages',1,''),('953b4f0df676d8b3d810e3f
e8bcfc434','sys_template',1,'config','','TStemplate','fileadminReferences.2',-1,
0,'_FILE',0,'fileadmin/templateZTSWire/template.html'),('62d577e58a4453243fa7f95
9793923c2','sys_template',1,'config','','TStemplate','fileadminReferences.5',-1,
0,'_FILE',0,'fileadmin/templateZTSWire/'),('6058a9b7e552a952e5fbd6b16e4ece99','t
t_content',1,'image','','','',0,0,'_FILE',0,'uploads/pics/imageLinks01.png'),('9
3fd5bbc2d930168f4a62dc2216c7894','tt_content',1,'image','','','',1,0,'_FILE',0,'
uploads/pics/imageLinks02.png'),('2f2b3988215360dc3e5da713d4f5eefa','sys_templat
e',1,'config','','TStemplate','fileadminReferences.11',-1,0,'_FILE',0,'fileadmin
/btg/images/background.png'),('c16d313d3fa84bfc688aa573886bf789','tt_content',1,
'image','','','',2,0,'_FILE',0,'uploads/pics/imageLinks03.png'),('f6d341ec4b9c0a
3f7b775f6b50ff96e2','tt_content',1,'image','','','',3,0,'_FILE',0,'uploads/pics/
imageLinks04.png'),('1e2a49e4f5a04ed6187997dd69744c2f','tt_content',1,'image',''
,'','',4,0,'_FILE',0,'uploads/pics/imageLinks05.png'),('cf225f17749c528d331b99ce
43786a3c','tt_content',2,'bodytext','','email','2',-1,0,'_STRING',0,'office@zts-
wire.com'),('c24cd0e906ba9c022637bb5e11a0063c','tt_content',16,'bodytext','','ty
polink_tag','dbe8ffd7a69cb16bd5f72c69ff71e611:5',-1,0,'_STRING',0,'http://www.ko
erbler.com/produkte/online-marketing/suchmaschinen-optimierung.html'),('7fd457dc
2ecb814a4e41e43090759246','tt_content',16,'bodytext','','typolink_tag','31c43cc5
130b7cf085831e36aad5af7f:3',-1,0,'_STRING',0,'http://www.koerbler.com/'),('7f04c
626c8536edf32d9973da425a341','tt_content',8,'bodytext','','email','2',-1,0,'_STR
ING',0,'office@zts-wire.com'),('ca2bc253f5dba91f85757b22cbbe6262','tt_content',1
6,'bodytext','','typolink_tag','4e1339de0d79914773175c90284b48f1:1',-1,0,'_STRIN
G',0,'http://www.koerbler.com/'),('e02bca3573720911aad9e0259a561bcc','tt_content
',8,'bodytext','','typolink_tag','6594bb2f26867fd2f6f5a18539904c58:1',-1,0,'_STR
ING',0,'office@zts-wire.com'),('fa16b57b9933af67985efe97742b4ec0','tt_content',2
,'bodytext','','typolink_tag','d0e340bf5335097b6db407fdf351a99c:1',-1,0,'_STRING
',0,'office@zts-wire.com'),('c14bda359b0670c47bcd9c259b3468db','tt_content',1,'i
mage_link','','typolink','d30c1cdb6cce1d12046d1fe1f97b6bab:0',-1,0,'pages',9,'')
,('1d6d077f1c2927f28902bdd0265656d5','tt_content',1,'image_link','','typolink','
0364f54fec3a8280614753287692659b:1',-1,0,'pages',10,''),('4559f82d0b36dc301a9855
103da56e4e','tt_content',1,'image_link','','typolink','3727f82f359ec12a165dd0f9e
cf2a1fc:2',-1,0,'pages',11,''),('2020baecdc676a446b3c8f7b9b79a8ba','tt_content',
1,'image_link','','typolink','49a8a5e41773b9d14f2affe332125f92:3',-1,0,'pages',1
2,''),('2fcc6f30f0bffd3beffca0344e032eea','tt_content',1,'image_link','','typoli
nk','80d13e38cf2fd0772dc12462eb2cb049:4',-1,0,'pages',13,''),('e411ef7e79d6c41d8
3d0cf3c434a9798','tt_content',16,'bodytext','','typolink_tag','a3f457702ec6b99af
6b6e310fb2c9d33:7',-1,0,'_STRING',0,'http://www.koerbler.com/produkte/cms.html')
,('32f0726d3cb47e1be7646bbab57e7d6e','tt_content',16,'bodytext','','typolink_tag
','3b3a681cfc7d325c800c067142afeed4:9',-1,0,'_STRING',0,'http://www.koerbler.com
/produkte/cms.html'),('d939b5d3b9850c0df528bbec4d8834a4','tt_content',16,'bodyte
xt','','typolink_tag','dff567fee218d6f48d3498bafa0f06af:11',-1,0,'_STRING',0,'ht
tp://www.koerbler.com/produkte/cms.html'),('a3c038d826c5484d7b3257317a713a89','t
t_content',16,'bodytext','','typolink_tag','17c91de0bcdd01e6866e2f17691f648a:13'
,-1,0,'_STRING',0,'http://www.koerbler.com/'),('a6b816ebd771ab28b53ac2a9ddd13863
','pages_language_overlay',1,'sys_language_uid','','','',0,0,'sys_language',1,''
),('dd2bf5eaf20c831ab0d5f11ddf1d20b2','tt_content',17,'image','','','',4,0,'_FIL
E',0,'uploads/pics/motoren.png'),('5cf4ab785f18eb8a9b7cfb63aabcbf8e','tt_content
',19,'pages','','','',0,0,'pages',10,''),('7185f5adfd1e3050c802b916005fbdfc','tt
_content',17,'image','','','',3,0,'_FILE',0,'uploads/pics/pruefgeraete_01.png'),
('0ac977ccf6c36bb1789a33b1296c0cd5','tt_content',17,'image','','','',1,0,'_FILE'
,0,'uploads/pics/isoliermaterial.png'),('76925707c83a6615235783d7392d274d','tt_c
ontent',20,'pages','','','',0,0,'pages',11,''),('ffb065c63835ebe5f4502afe9e01785
6','tt_content',17,'image_link','','typolink','c86e935e7c987cd62ab1b4b5022c9052:
0',-1,0,'pages',9,''),('0bb88d8d00ede464d7fd45c7ade4ab21','tt_content',17,'image
_link','','typolink','35ffd363b86ca0ec1d516ca0c21977af:1',-1,0,'pages',10,''),('
aa18e1a4b6e7142335d5632b07608b9f','tt_content',17,'image_link','','typolink','70
ef8add39ab844f5d0fa6f1ad4494ef:2',-1,0,'pages',11,''),('17be131f45f3efbbe9f2e972
4c86f9ff','tt_content',17,'image_link','','typolink','eb56e70683625d0020d265a0dc
95d6da:3',-1,0,'pages',12,''),('57a281937d7e314675a2b6916cc342a2','tt_content',1
7,'image_link','','typolink','63bdb3a9c3c67426e6057ae127243990:4',-1,0,'pages',1
3,''),('31b097d6c45c26d211434c4a9d984c79','tt_content',17,'image','','','',2,0,'
_FILE',0,'uploads/pics/lacke_harze_01.png'),('775ddde3bfa437bf43455517ddeb0f94',
'tt_content',22,'bodytext','','email','2',-1,0,'_STRING',0,'office@zts-wire.com'
),('cff59872a78c6f0d11521abd50619063','tt_content',22,'bodytext','','typolink_ta
g','c8e86b26618830f3693b4e2bac6dfec7:1',-1,0,'_STRING',0,'office@zts-wire.com'),
('dee4408c6837efbc5ad460cfc0c874ea','tt_content',18,'pages','','','',0,0,'pages'
,9,''),('07547214e431537d1a6069ccd92c055c','tt_content',23,'sys_language_uid',''
,'','',0,0,'sys_language',1,''),('2ba3b56e9d9e8a77593b0ebfa010b9ca','tt_content'
,21,'pages','','','',0,0,'pages',12,''),('173842a954e043e71546f00bd69dedfe','tt_
content',17,'image','','','',0,0,'_FILE',0,'uploads/pics/wickelmaterial.png'),('
7d55b317eb69e978d83caeca4207c27f','tt_content',23,'l18n_parent','','','',0,0,'tt
_content',4,''),('cdf79e03d6f31132082e29679bd2bab4','pages_language_overlay',2,'
sys_language_uid','','','',0,0,'sys_language',1,''),('198569930ea5516ec18adea602
d9c60b','pages_language_overlay',3,'sys_language_uid','','','',0,0,'sys_language
',1,''),('15ea4743957d6f56de6388b92bbf3035','pages_language_overlay',4,'sys_lang
uage_uid','','','',0,0,'sys_language',1,''),('9957ee4bf18a0d73ba9c2bd0f8546008',
'pages_language_overlay',5,'sys_language_uid','','','',0,0,'sys_language',1,''),
('696f141d6030f13a257d0cde5f5d5656','pages_language_overlay',6,'sys_language_uid
','','','',0,0,'sys_language',1,''),('52141670c95631f58491d5ed11f72e88','pages_l
anguage_overlay',7,'sys_language_uid','','','',0,0,'sys_language',1,''),('e54e3b
afffede646e098f6c4ed0dd0b1','tt_content',24,'sys_language_uid','','','',0,0,'sys
_language',1,''),('248f45ee371537bf9a00cf4dfd240556','tt_content',24,'l18n_paren
t','','','',0,0,'tt_content',5,''),('20d189977f77923cf5c3fe63bb5b1006','pages_la
nguage_overlay',8,'sys_language_uid','','','',0,0,'sys_language',1,''),('1bcb15f
ce09f1f57c5ed8bccdd7efe5d','tt_content',25,'sys_language_uid','','','',0,0,'sys_
language',1,''),('d3692ceffc141368f74cdccb61def225','tt_content',25,'l18n_parent
','','','',0,0,'tt_content',6,''),('73239d6687390e6032a8386774a844cd','tt_conten
t',26,'sys_language_uid','','','',0,0,'sys_language',1,''),('d4e30d213e17d7b58e2
abfc273b9ea2c','tt_content',26,'l18n_parent','','','',0,0,'tt_content',7,''),('5
e92123d28d24c364b4e599f73a385f1','pages_language_overlay',9,'sys_language_uid','
','','',0,0,'sys_language',1,''),('384eafd557dbad7376a15664345d6f14','pages_lang
uage_overlay',10,'sys_language_uid','','','',0,0,'sys_language',1,''),('b909f2cb
5b87a037454f09935041cd89','tt_content',27,'sys_language_uid','','','',0,0,'sys_l
anguage',1,''),('91223d28dcbba1e099ae12f6558229d6','tt_content',27,'l18n_parent'
,'','','',0,0,'tt_content',3,''),('7291970881b2ee5da12b9e406db56e45','tt_content
',28,'sys_language_uid','','','',0,0,'sys_language',1,''),('a75e222347ee730cffc7
6a9ae6fd39f6','tt_content',28,'l18n_parent','','','',0,0,'tt_content',15,''),('0
356b95e01fe76c9f8b44a5f01819552','pages_language_overlay',11,'sys_language_uid',
'','','',0,0,'sys_language',1,''),('7f4145aebbf9b432bae86d8c45701b76','tt_conten
t',29,'bodytext','','typolink_tag','271fc5b041e9d2e9a9e776c2bee51262:1',-1,0,'_S
TRING',0,'office@zts-wire.com'),('b3db6873140c760cae6dc4268111f0e1','tt_content'
,29,'bodytext','','email','2',-1,0,'_STRING',0,'office@zts-wire.com'),('52401b6b
c1961ec5d42b4bb2b9b54606','tt_content',29,'sys_language_uid','','','',0,0,'sys_l
anguage',1,''),('db2d3a598e6624ca94de3d2787b26aa0','tt_content',29,'l18n_parent'
,'','','',0,0,'tt_content',8,''),('4b420603fb2e74f891af35fc8e3b83bf','tt_content
',30,'bodytext','','typolink_tag','138f6ca8b68fb3cbaf404fc77c686566:1',-1,0,'_ST
RING',0,'office@zts-wire.com'),('7665ec2c5105b744b82838b39402efc7','tt_content',
30,'bodytext','','email','2',-1,0,'_STRING',0,'office@zts-wire.com'),('01747b4aa
afc95520fe2d2f03d7e1fd6','tt_content',30,'sys_language_uid','','','',0,0,'sys_la
nguage',1,''),('299ac6bc05b1df59903d69fcec5590a6','tt_content',31,'bodytext','',
'typolink_tag','24550409990e702fb974c91b9b9b5a69:1',-1,0,'_FILE',0,'fileadmin/us
er_upload/PDF/10_GLP1-eHV_DE.pdf'),('b95aa5a962113b09ed452ca6a0c78b10','tt_conte
nt',31,'image','','','',0,0,'_FILE',0,'uploads/pics/PDF_13.gif'),('8dc02b464a792
4b1d2931adf672027e5','tt_content',32,'bodytext','','typolink_tag','e4aa6215373ee
2541bb59457fa4489d5:1',-1,0,'_FILE',0,'fileadmin/user_upload/PDF/23_MTC2_DE.pdf'
),('390b76d8ca591a709239f803fa7f231c','tt_content',32,'image','','','',0,0,'_FIL
E',0,'uploads/pics/PDF_01.gif'),('1fcfa4b271e33f98c63a7395e2e2f251','tt_content'
,32,'image_link','','typolink','55d26811086bc301dd97a8ea0e2cd553:0',-1,0,'_FILE'
,0,'fileadmin/user_upload/PDF/23_MTC2_DE.pdf'),('db1d7045a961981fa8a311eb9ea768d
a','tt_content',33,'bodytext','','typolink_tag','fb4f085b475d8371aad49c1e3dc961c
f:1',-1,0,'_FILE',0,'fileadmin/user_upload/PDF/22_MotorAnalyzer_DE.pdf'),('095bd
b2f4005580feebd82b3349cf2fd','tt_content',33,'image','','','',0,0,'_FILE',0,'upl
oads/pics/PDF_02.gif'),('b4406f0f156da6cfec630fce86cdf859','tt_content',33,'imag
e_link','','typolink','90f31402b448dd3141c729f1e4c3c437:0',-1,0,'_FILE',0,'filea
dmin/user_upload/PDF/22_MotorAnalyzer_DE.pdf'),('fe1d8e781ee37e20860429c02cc859c
3','tt_content',34,'bodytext','','typolink_tag','e8bf7e21fc78ebe6cb1d9f67e473feb
c:1',-1,0,'_FILE',0,'fileadmin/user_upload/PDF/13_GLP2-ce_DE.pdf'),('4a356b49173
da160932444e4b8ae6c8a','tt_content',34,'image','','','',0,0,'_FILE',0,'uploads/p
ics/PDF_03.gif'),('bc6e5935ceaa349e3d923c0d2b68bf07','tt_content',34,'image_link
','','typolink','8af22b7b17838a37c502664bae0ca195:0',-1,0,'_FILE',0,'fileadmin/u
ser_upload/PDF/13_GLP2-ce_DE.pdf'),('04e080e3f9d5b50e9a3c18a03c7164bd','tt_conte
nt',35,'bodytext','','typolink_tag','4a222b3250862d636b77a753559adc83:1',-1,0,'_
FILE',0,'fileadmin/user_upload/PDF/19_Motortester_DE.pdf'),('f6f423f7cd9ca65e930
e503cc1f1c860','tt_content',35,'image','','','',0,0,'_FILE',0,'uploads/pics/PDF_
04.gif'),('cae1cef38b16ebf6f29240f7c653082d','tt_content',35,'image_link','','ty
polink','b7cca62ce797236ee4a10ca70dfbfa62:0',-1,0,'_FILE',0,'fileadmin/user_uplo
ad/PDF/19_Motortester_DE.pdf'),('febece14072e147c58c65d63b7c007fa','tt_content',
41,'pages','','','',0,0,'pages',9,''),('c3acc1401ae1e78837675933df587afc','tt_co
ntent',41,'sys_language_uid','','','',0,0,'sys_language',1,''),('e450fac1e805e81
5f691f876d86b721a','tt_content',41,'l18n_parent','','','',0,0,'tt_content',18,''
),('590c8a122d3fd7ef289a07c4f67c30e1','tt_content',42,'pages','','','',0,0,'page
s',10,''),('37651f1f33dc18ef3343f89ed85dca5c','tt_content',42,'sys_language_uid'
,'','','',0,0,'sys_language',1,''),('6a7e3351c6fdec5d47330d9d86e5bc3f','tt_conte
nt',42,'l18n_parent','','','',0,0,'tt_content',19,''),('de7a149cf98ef1acd372c34a
9a2c9002','tt_content',43,'pages','','','',0,0,'pages',11,''),('f52b7e0be844da23
6ed5fa61bf298aa1','tt_content',43,'sys_language_uid','','','',0,0,'sys_language'
,1,''),('96a1489674f1aa03b46a03acec475791','tt_content',43,'l18n_parent','','','
',0,0,'tt_content',20,''),('1fc6f1c5d0b8a09d8fcb79efc2653296','tt_content',44,'p
ages','','','',0,0,'pages',12,''),('33a1ca81bf6689d132221ecac8dfb58c','tt_conten
t',44,'sys_language_uid','','','',0,0,'sys_language',1,''),('1b02f9dec0cbc286022
d233a1ffaeaf9','tt_content',44,'l18n_parent','','','',0,0,'tt_content',21,''),('
fc81e435973531e9b3019f2e846879e0','tt_content',45,'sys_language_uid','','','',0,
0,'sys_language',1,''),('8972f0d4651cf784c65721412d6e7588','tt_content',45,'l18n
_parent','','','',0,0,'tt_content',13,''),('96003ceb608f9822cee2b2202613fcfc','t
t_content',47,'bodytext','','typolink_tag','8ba912f9b91456751f839ca2f4f0ced2:1',
-1,0,'_FILE',0,'fileadmin/user_upload/PDF/Broschuere_Band_deutsch.pdf'),('0d8c27
d1715f304e6ce97b0651e5c7f3','tt_content',47,'image','','','',0,0,'_FILE',0,'uplo
ads/pics/PDF_05.gif'),('afe3cd3ba1abba6f1695c7d14c1b33b5','tt_content',47,'image
_link','','typolink','930c35ab292e8416f285bf228eef0de6:0',-1,0,'_FILE',0,'filead
min/user_upload/PDF/Broschuere_Band_deutsch.pdf'),('70c45c78f727ad4009487ce483f0
dd03','tt_content',48,'bodytext','','typolink_tag','44dd115b8d4b0bc79ead4e2fe99a
3fcf:1',-1,0,'_FILE',0,'fileadmin/user_upload/PDF/MKM-Stangen_Profile.pdf'),('1a
58f8df7406014d11d4bacef330833f','tt_content',48,'image','','','',0,0,'_FILE',0,'
uploads/pics/PDF_06.gif'),('c431124c33248142086ea265fb5a09f6','tt_content',48,'i
mage_link','','typolink','23c7a2e2aff1cdda2afdbf1d275870e7:0',-1,0,'_FILE',0,'fi
leadmin/user_upload/PDF/MKM-Stangen_Profile.pdf'),('102d7a50f1d8c09adc9c7f17e830
c5ae','pages_language_overlay',12,'sys_language_uid','','','',0,0,'sys_language'
,1,''),('6e04b1ba44c8c40d156c8553a8e719d7','tt_content',50,'sys_language_uid',''
,'','',0,0,'sys_language',1,''),('8311b90d9c1f0042370124165dc2ae21','tt_content'
,50,'l18n_parent','','','',0,0,'tt_content',49,''),('4139804ad6f40bcfb68ae4c9e5d
16c3a','pages_language_overlay',13,'sys_language_uid','','','',0,0,'sys_language
',1,''),('0ad4935174320ee0e89cf902a0f9f68f','tt_content',52,'sys_language_uid','
','','',0,0,'sys_language',1,''),('8b6bbf8a9c6855592d538e76991c1556','tt_content
',52,'l18n_parent','','','',0,0,'tt_content',51,''),('397bccb986488560fe1a1f8708
574f41','pages_language_overlay',14,'sys_language_uid','','','',0,0,'sys_languag
e',1,''),('295a973629be49827bc5519633d081bf','tt_content',53,'sys_language_uid',
'','','',0,0,'sys_language',1,''),('0ff6682116f3bf6c139cbcba7897ca95','tt_conten
t',53,'l18n_parent','','','',0,0,'tt_content',46,''),('0d4a2138c7d5825ff1ed27eeb
c88f314','tt_content',54,'bodytext','','typolink_tag','1a3bbdcd24108194b6644ea39
bee45e3:1',-1,0,'_FILE',0,'fileadmin/user_upload/PDF/Broschuere_Band_deutsch.pdf
'),('1b9c45e89e53ee10b461932cb609f959','tt_content',54,'image','','','',0,0,'_FI
LE',0,'uploads/pics/PDF_07.gif'),('cdde27657bb70b322a633fcc928c66c7','tt_content
',54,'image_link','','typolink','7971fac6a335eb61cc816296be785074:0',-1,0,'_FILE
',0,'fileadmin/user_upload/PDF/Broschuere_Band_deutsch.pdf'),('1877d339d706962a8
1ac30eecce0900d','tt_content',54,'sys_language_uid','','','',0,0,'sys_language',
1,''),('a57b83d0ff611acbf008c9f7935bda69','tt_content',54,'l18n_parent','','',''
,0,0,'tt_content',47,''),('62ec1283164c46bc8dc379687a2e2d4d','tt_content',55,'bo
dytext','','typolink_tag','ae3ea7f995d0ead6f48fcdf34721e9fd:1',-1,0,'_FILE',0,'f
ileadmin/user_upload/PDF/MKM-Stangen_Profile.pdf'),('4e16234c73671e1e36268823034
2d582','tt_content',55,'image','','','',0,0,'_FILE',0,'uploads/pics/PDF_08.gif')
,('183e04ec9fd8909e38c74968ccbc1b12','tt_content',55,'image_link','','typolink',
'48c4b0c9f46c4af9ad807d60f8b530c4:0',-1,0,'_FILE',0,'fileadmin/user_upload/PDF/M
KM-Stangen_Profile.pdf'),('cc993543ad53dd5dce2336ca31d68233','tt_content',55,'sy
s_language_uid','','','',0,0,'sys_language',1,''),('bb93b897c2d17fc174633f3b2380
77d8','tt_content',55,'l18n_parent','','','',0,0,'tt_content',48,''),('c57a14f60
0347976559ae3a3828e8ba5','pages_language_overlay',15,'sys_language_uid','','',''
,0,0,'sys_language',1,''),('5d4396a9ee3129e8bad65b3080c70d81','tt_content',57,'s
ys_language_uid','','','',0,0,'sys_language',1,''),('edc1d2253fc3cd93cc2a53c2f10
cb87e','tt_content',57,'l18n_parent','','','',0,0,'tt_content',56,''),('e9d0add7
b8bf2816f0a826a5a11727de','pages_language_overlay',16,'sys_language_uid','','','
',0,0,'sys_language',1,''),('856fb9a5b3f4ad24c0440a0d8ef09ac6','tt_content',59,'
sys_language_uid','','','',0,0,'sys_language',1,''),('e564a29f62c800033ddc6d0c78
ae9d4f','tt_content',59,'l18n_parent','','','',0,0,'tt_content',58,''),('9d92596
73065ae53f0a84b9bcc3b20ae','pages_language_overlay',17,'sys_language_uid','','',
'',0,0,'sys_language',1,''),('5341ba1d8dc6282c0f45e9a13520557f','pages_language_
overlay',18,'sys_language_uid','','','',0,0,'sys_language',1,''),('646a88961d21e
fc38d00a9835a61ead8','pages_language_overlay',19,'sys_language_uid','','','',0,0
,'sys_language',1,''),('e8cb4bdc14f43ba56861619a1772197e','pages_language_overla
y',20,'sys_language_uid','','','',0,0,'sys_language',1,''),('a12f08b1af0b5b015ae
e163e07a9bef1','tt_content',64,'sys_language_uid','','','',0,0,'sys_language',1,
''),('b1f35a7278f689662bfff9b3ac8613a7','tt_content',64,'l18n_parent','','','',0
,0,'tt_content',63,''),('88ba9aa067eddc1344123d01f9dcddda','tt_content',65,'sys_
language_uid','','','',0,0,'sys_language',1,''),('2acfa660676e8de2f36335c6a2b833
2c','tt_content',65,'l18n_parent','','','',0,0,'tt_content',62,''),('3c373f9ab0f
8bf8ffeffa2b5dc70e7cc','pages_language_overlay',21,'sys_language_uid','','','',0
,0,'sys_language',1,''),('d21c1a3367fae79d4186aec27b1eda6f','pages_language_over
lay',22,'sys_language_uid','','','',0,0,'sys_language',1,''),('9843b164ec5410820
1392bf389f03302','tt_content',67,'sys_language_uid','','','',0,0,'sys_language',
1,''),('af51feceab896d8eaa73383fbf4d2838','tt_content',67,'l18n_parent','','',''
,0,0,'tt_content',36,''),('a119cc5b645d471ad4b727f7ee22076b','tt_content',68,'bo
dytext','','typolink_tag','9b82be10a193c3dd1c5b0457e411176a:1',-1,0,'_FILE',0,'f
ileadmin/user_upload/PDF/10_GLP1-eHV_DE.pdf'),('b37b89a28b7736a0f62cd4f87a343a79
','tt_content',68,'image','','','',0,0,'_FILE',0,'uploads/pics/PDF_09.gif'),('f2
6a5c6fd8d7d5eafb11966c5399959f','tt_content',68,'sys_language_uid','','','',0,0,
'sys_language',1,''),('0b5d0b22042a6a63ad481f8fbe50f4e6','tt_content',68,'l18n_p
arent','','','',0,0,'tt_content',31,''),('a4281916d6af4cd6a02099fb79aea903','pag
es_language_overlay',23,'sys_language_uid','','','',0,0,'sys_language',1,''),('f
1cb6d8d24a9cda3bb461a773ff124c5','tt_content',69,'sys_language_uid','','','',0,0
,'sys_language',1,''),('df85e7a5cb82374aa1ffe28b4cbd32b5','tt_content',69,'l18n_
parent','','','',0,0,'tt_content',37,''),('9638a5f913ddfc66bc2967a13f61b318','tt
_content',70,'bodytext','','typolink_tag','91c04c321d0b103962fbc23ad66d33c4:1',-
1,0,'_FILE',0,'fileadmin/user_upload/PDF/23_MTC2_DE.pdf'),('32b1462b2122f2464bce
04080bc469ad','tt_content',70,'image','','','',0,0,'_FILE',0,'uploads/pics/PDF_1
0.gif'),('ad37d7baf5d214974e1003c61e97aa07','tt_content',70,'image_link','','typ
olink','acbbf98ab58e9e53844b2a617f0a7449:0',-1,0,'_FILE',0,'fileadmin/user_uploa
d/PDF/23_MTC2_DE.pdf'),('b3a176feda6747173747e7692c5899bd','tt_content',70,'sys_
language_uid','','','',0,0,'sys_language',1,''),('1c5efd252564785eb915ef9c15758c
cb','tt_content',70,'l18n_parent','','','',0,0,'tt_content',32,''),('cc5ac2974d3
f5f11e4d35ae9893553dd','pages_language_overlay',24,'sys_language_uid','','','',0
,0,'sys_language',1,''),('645bd12c5085e40fff9fb2aa5a733a47','tt_content',71,'sys
_language_uid','','','',0,0,'sys_language',1,''),('8d4d091f78672740a9fde84635040
460','tt_content',71,'l18n_parent','','','',0,0,'tt_content',38,''),('44738c1060
28fda56623a83f7ff88b77','tt_content',72,'bodytext','','typolink_tag','69bfa7b00c
2fc2b6ac440ea6f2a9f19f:1',-1,0,'_FILE',0,'fileadmin/user_upload/PDF/22_MotorAnal
yzer_DE.pdf'),('e8a0b7eb39c4f8d34bffadce2f98177e','tt_content',72,'image','','',
'',0,0,'_FILE',0,'uploads/pics/PDF_11.gif'),('9d4f257e342568aff61c2d46221d8e97',
'tt_content',72,'image_link','','typolink','c97378341368022e2fca544e197e0fc8:0',
-1,0,'_FILE',0,'fileadmin/user_upload/PDF/22_MotorAnalyzer_DE.pdf'),('2b059ac03a
58cc1f4b1e4de66fc2453c','tt_content',72,'sys_language_uid','','','',0,0,'sys_lan
guage',1,''),('de862131db24088c4583f80a12cfa12e','tt_content',72,'l18n_parent','
','','',0,0,'tt_content',33,''),('5f9ad7bc8b81e583fea4d3a91dd77ae0','pages_langu
age_overlay',25,'sys_language_uid','','','',0,0,'sys_language',1,''),('83ce80627
29ebfd57e8f1be08456c11c','tt_content',73,'sys_language_uid','','','',0,0,'sys_la
nguage',1,''),('c7b1fd55a5cc1facce15387c4ae42e91','tt_content',73,'l18n_parent',
'','','',0,0,'tt_content',39,''),('863559d62c4f2d9ef3b0389a8f3227aa','tt_content
',74,'bodytext','','typolink_tag','24b62a7e9b6b6ffc6a0e2c3cb0335768:1',-1,0,'_FI
LE',0,'fileadmin/user_upload/PDF/13_GLP2-ce_DE.pdf'),('fbfbace3dbdf74244e84eb9e0
8deee31','tt_content',74,'image','','','',0,0,'_FILE',0,'uploads/pics/PDF_12.gif
'),('d75de392072fba206aa72f01b196e686','tt_content',74,'image_link','','typolink
','7b73885210728858c430b91d207bd489:0',-1,0,'_FILE',0,'fileadmin/user_upload/PDF
/13_GLP2-ce_DE.pdf'),('060fc8f8149a6ed2a9d64caab530b5d4','tt_content',74,'sys_la
nguage_uid','','','',0,0,'sys_language',1,''),('61bd4b7c2427ea729de03a346af84ea1
','tt_content',74,'l18n_parent','','','',0,0,'tt_content',34,''),('d144854146cf3
823d51833b140c217d9','pages_language_overlay',26,'sys_language_uid','','','',0,0
,'sys_language',1,''),('4349e879da97e888022ef55e0d43e721','tt_content',75,'sys_l
anguage_uid','','','',0,0,'sys_language',1,''),('b6248a4c1ce78424307175ef0cfccef
a','tt_content',75,'l18n_parent','','','',0,0,'tt_content',40,''),('6600d08ca422
fcc3c224143f833fc15c','tt_content',76,'bodytext','','typolink_tag','4bc7a22f5ce8
70c44d0640cd9dd93209:1',-1,0,'_FILE',0,'fileadmin/user_upload/PDF/19_Motortester
_DE.pdf'),('12cf4826623d20b5c322dfe82f513e21','tt_content',76,'image','','','',0
,0,'_FILE',0,'uploads/pics/PDF_14.gif'),('1721ec70113a6034225102f35dd82b37','tt_
content',76,'image_link','','typolink','785ab512962faca1256cbe3e0f280e4a:0',-1,0
,'_FILE',0,'fileadmin/user_upload/PDF/19_Motortester_DE.pdf'),('833c0c2bfb3697ee
f8eca6f0f18744eb','tt_content',76,'sys_language_uid','','','',0,0,'sys_language'
,1,''),('1cd39e8bb6f429259a2057ce60323727','tt_content',76,'l18n_parent','','','
',0,0,'tt_content',35,''),('dbe42f7c6a7a2ad65f932d32a1b56e40','pages_language_ov
erlay',27,'sys_language_uid','','','',0,0,'sys_language',1,''),('ab3e9e6e692f59d
5ecd28b4c3f002b4d','tt_content',77,'image','','','',3,0,'_FILE',0,'uploads/pics/
preskusevalne.png'),('bd74dae848b92bedbd230024f920e139','tt_content',77,'image',
'','','',1,0,'_FILE',0,'uploads/pics/izolacijski_material.png'),('18e610c629b156
7a0f02915812a125cd','tt_content',77,'image','','','',2,0,'_FILE',0,'uploads/pics
/laki_smole.png'),('36f82a3b555474043845fcc0a260d57d','tt_content',79,'l18n_pare
nt','','','',0,0,'tt_content',60,''),('b7874f23289978aa839f1f926683aade','tt_con
tent',77,'image_link','','typolink','20e80b6561c4b78dd403b8ff28b7a0ab:0',-1,0,'p
ages',9,''),('5890c77c402672b09cbc867f4dc00ef6','tt_content',77,'image_link','',
'typolink','839c102061077107a4181c04d4920d8d:1',-1,0,'pages',10,''),('86f2408210
a8f10f163e20fb85fec8ff','tt_content',77,'image_link','','typolink','0938a80037b8
5791bcd98e3e876c28e8:2',-1,0,'pages',11,''),('07a9e4abeb934fa884f6c39e82c46b7e',
'tt_content',77,'image_link','','typolink','2a8fdf7bd4a1fa1e684a8dc29c3be4bd:3',
-1,0,'pages',12,''),('716268efeb5776cf0e39c45f55ac8385','tt_content',77,'image_l
ink','','typolink','81534f947985858d4c62c8a24cb246c3:4',-1,0,'pages',13,''),('8e
a21bbb2f8f7ec5496f36d897ecedf5','tt_content',77,'sys_language_uid','','','',0,0,
'sys_language',1,''),('3fc39b7cfd68f4811824c9909241985f','tt_content',77,'l18n_p
arent','','','',0,0,'tt_content',17,''),('d54bc8f5bdc5ddb6c4f6743e30d23049','tt_
content',78,'bodytext','','typolink_tag','559899d2a7be681872c0a4898344876b:1',-1
,0,'_STRING',0,'office@zts-wire.com'),('3f3d7347e832c00024c8502947a49a47','tt_co
ntent',78,'bodytext','','email','2',-1,0,'_STRING',0,'office@zts-wire.com'),('6f
a0d81679ac7421fa0bedd223e075b9','tt_content',78,'sys_language_uid','','','',0,0,
'sys_language',1,''),('164a22d983a90b3a54ddfd7c715f6a2f','tt_content',78,'l18n_p
arent','','','',0,0,'tt_content',2,''),('2f75afe9477b76adf8905df2989d1a94','tt_c
ontent',79,'sys_language_uid','','','',0,0,'sys_language',1,''),('8a462f736e5c8d
8d38c0fd88c0cb1cd1','tt_content',77,'image','','','',0,0,'_FILE',0,'uploads/pics
/navijalni_material.png'),('0efd247e85af793687e021faf58d080e','tt_content',80,'l
18n_parent','','','',0,0,'tt_content',61,''),('26cc34ea1d7d580bde4b9a108ad83886'
,'tt_content',81,'sys_language_uid','','','',0,0,'sys_language',1,''),('b37531eb
67d2482212ecca9f68c75911','tt_content',81,'l18n_parent','','','',0,0,'tt_content
',66,''),('5a8612018b9b05521e9a60e42bb8f8e4','tt_content',80,'sys_language_uid',
'','','',0,0,'sys_language',1,''),('5bb9f172d04ce45bf608208141934d62','tt_conten
t',77,'image','','','',4,0,'_FILE',0,'uploads/pics/motorji.png'),('01a5801833de4
87f5b4723e0dcd1111e','pages_language_overlay',28,'sys_language_uid','','','',0,0
,'sys_language',1,''),('43bdaee6fc1522fc35bfe261be2e8c3a','tt_content',82,'sys_l
anguage_uid','','','',0,0,'sys_language',1,''),('f879a207ea0631dbe9c3d26c98ab7b3
4','tt_content',82,'l18n_parent','','','',0,0,'tt_content',14,''),('67c9027a56d8
f0d42d223d6c8dd52a60','tt_content',83,'bodytext','','typolink_tag','0cde6b3f5aaf
29972cbf03a64a1730ad:1',-1,0,'_STRING',0,'office@zts-wire.com'),('f4528e1c01993d
499d1bdc67e0361fb4','tt_content',83,'bodytext','','email','2',-1,0,'_STRING',0,'
office@zts-wire.com'),('c35b07ef410ae5b53c4de725c23987eb','tt_content',83,'sys_l
anguage_uid','','','',0,0,'sys_language',1,''),('7ae69c1638dae66b8fa1ea7cd2dc790
c','tt_content',83,'l18n_parent','','','',0,0,'tt_content',22,'');
/*!40000 ALTER TABLE `sys_refindex` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `sys_refindex_rel`
--
DROP TABLE IF EXISTS `sys_refindex_rel`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `sys_refindex_rel` (
`rid` int(11) NOT NULL default '0',
`wid` int(11) NOT NULL default '0',
PRIMARY KEY (`rid`,`wid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `sys_refindex_rel`
--
LOCK TABLES `sys_refindex_rel` WRITE;
/*!40000 ALTER TABLE `sys_refindex_rel` DISABLE KEYS */;
/*!40000 ALTER TABLE `sys_refindex_rel` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `sys_refindex_res`
--
DROP TABLE IF EXISTS `sys_refindex_res`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `sys_refindex_res` (
`rid` int(11) NOT NULL default '0',
`tablename` varchar(255) NOT NULL default '',
`recuid` int(11) NOT NULL default '0',
PRIMARY KEY (`rid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `sys_refindex_res`
--
LOCK TABLES `sys_refindex_res` WRITE;
/*!40000 ALTER TABLE `sys_refindex_res` DISABLE KEYS */;
/*!40000 ALTER TABLE `sys_refindex_res` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `sys_refindex_words`
--
DROP TABLE IF EXISTS `sys_refindex_words`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `sys_refindex_words` (
`wid` int(11) NOT NULL default '0',
`baseword` varchar(60) NOT NULL default '',
PRIMARY KEY (`wid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `sys_refindex_words`
--
LOCK TABLES `sys_refindex_words` WRITE;
/*!40000 ALTER TABLE `sys_refindex_words` DISABLE KEYS */;
/*!40000 ALTER TABLE `sys_refindex_words` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `sys_registry`
--
DROP TABLE IF EXISTS `sys_registry`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `sys_registry` (
`uid` int(11) unsigned NOT NULL auto_increment,
`entry_namespace` varchar(128) NOT NULL default '',
`entry_key` varchar(128) NOT NULL default '',
`entry_value` blob,
PRIMARY KEY (`uid`),
UNIQUE KEY `entry_identifier` (`entry_namespace`,`entry_key`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `sys_registry`
--
LOCK TABLES `sys_registry` WRITE;
/*!40000 ALTER TABLE `sys_registry` DISABLE KEYS */;
/*!40000 ALTER TABLE `sys_registry` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `sys_template`
--
DROP TABLE IF EXISTS `sys_template`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `sys_template` (
`uid` int(11) NOT NULL auto_increment,
`pid` int(11) NOT NULL default '0',
`t3ver_oid` int(11) NOT NULL default '0',
`t3ver_id` int(11) NOT NULL default '0',
`t3ver_wsid` int(11) NOT NULL default '0',
`t3ver_label` varchar(255) NOT NULL default '',
`t3ver_state` tinyint(4) NOT NULL default '0',
`t3ver_stage` tinyint(4) NOT NULL default '0',
`t3ver_count` int(11) NOT NULL default '0',
`t3ver_tstamp` int(11) NOT NULL default '0',
`t3_origuid` int(11) NOT NULL default '0',
`tstamp` int(11) unsigned NOT NULL default '0',
`sorting` int(11) unsigned NOT NULL default '0',
`crdate` int(11) unsigned NOT NULL default '0',
`cruser_id` int(11) unsigned NOT NULL default '0',
`title` varchar(255) NOT NULL default '',
`sitetitle` varchar(255) NOT NULL default '',
`hidden` tinyint(4) unsigned NOT NULL default '0',
`starttime` int(11) unsigned NOT NULL default '0',
`endtime` int(11) unsigned NOT NULL default '0',
`root` tinyint(4) unsigned NOT NULL default '0',
`clear` tinyint(4) unsigned NOT NULL default '0',
`include_static_file` text,
`constants` text,
`config` text,
`editorcfg` text,
`resources` text,
`nextLevel` varchar(5) NOT NULL default '',
`description` text,
`basedOn` tinytext,
`deleted` tinyint(3) unsigned NOT NULL default '0',
`includeStaticAfterBasedOn` tinyint(4) unsigned NOT NULL default '0',
`static_file_mode` tinyint(4) unsigned NOT NULL default '0',
`tx_impexp_origuid` int(11) NOT NULL default '0',
PRIMARY KEY (`uid`),
KEY `t3ver_oid` (`t3ver_oid`,`t3ver_wsid`),
KEY `parent` (`pid`,`sorting`,`deleted`,`hidden`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1;
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `sys_template`
--
LOCK TABLES `sys_template` WRITE;
/*!40000 ALTER TABLE `sys_template` DISABLE KEYS */;
INSERT INTO `sys_template` VALUES (1,1,0,0,0,'',0,0,0,0,0,1282298473,256,1281519
079,1,'ZTS Wire Standard','ZTS Wire',0,0,0,1,3,'EXT:css_styled_content/static/',
'\nstyles.content.imgtext.maxW = 940\nstyles.content.imgtext.maxWInText = 0\nsty
les.content.imgtext.linkWrap.width = 800\nstyles.content.loginform.pid = 0','# K
eywords, Description\npage.meta.DESCRIPTION = \npage.meta.DESCRIPTION.override.f
ield = DESCRIPTION\n\npage.meta.KEYWORDS = \npage.meta.KEYWORDS.override.field =
KEYWORDS\n\n\n\n[browser = msie]\nconfig.xmlprologue = none\n[global]\n\ninclud
eLibs.pagetitle = typo3conf/ext/mf_pagetitle/pagetitle.php\nplugin.mf_pagetitle.
title = {page:title} : ZTS Wire\nconfig.titleTagFunction = user_pagetitle_class-
>changetitle\n\nconfig.simulateStaticDocuments = 1\nconfig.simulateStaticDocumen
ts_addTitle = 70\nconfig.simulateStaticDocuments_pEnc = base64\n\n\nconfig.extTa
rget = _self\nconfig.intTarget = _self\n#config.removeDefaultJS = external\nconf
ig.inlineStyle2TempFile = 1\nconfig.language = de\n\n# richtigen Doctype setzen\
nconfig.doctype = xhtml_trans\n\n\n#RTE Tuning\nlib.parseFunc_RTE.nonTypoTagStdW
rap.encapsLines.addAttributes.P.class >\nlib.parseFunc_RTE.nonTypoTagStdWrap.enc
apsLines.remapTag >\nlib.parseFunc_RTE.nonTypoTagStdWrap.encapsLines.addAttribut
es.DIV.class >\n#Angabe von Tags, die nicht mit einem zustzlichen wrap umgeben wer
den\ndrfen\nlib.parseFunc_RTE.nonTypoTagStdWrap.encapsLines.encapsTagList = cite,d
iv, p, pre, h1, h2, h3, h4, h5, h6\n\n#Entfernt die zustzlichen CSS-Klassen\nlib.s
tdheader.3 = LOAD_REGISTER\nlib.stdheader.3.headerClass =\nlib.stdheader.3.heade
rClass.noTrimWrap = |\nlib.stdheader.stdWrap.dataWrap = |\n\n#Standard-Headings
aufrumen\nlib.stdheader.stdWrap.dataWrap =\nlib.stdheader.10.1.fontTag = <h1>|</h1
>\nlib.stdheader.10.2.fontTag = <h2>|</h2>\nlib.stdheader.10.3.fontTag = <h3>|</
h3>\nlib.stdheader.10.4.fontTag = <h4>|</h4>\nlib.stdheader.10.5.fontTag = <h5>|
</h5>\n\n#Content Elemente aufrumen und Kommentare entfernen\ntt_content.stdWrap.d
ataWrap >\ntt_content.stdWrap.prefixComment >\ntt_content.header.20.dataWrap >\n
tt_content.header.20.prefixComment >\ntt_content.default.prefixComment >\ntt_con
tent.text.stdWrap.prefixComment >\ntt_content.text.20.prefixComment >\ntt_conten
t.textpic.20.stdWrap.prefixComment >\ntt_content.table.20.stdWrap.prefixComment
>\ntt_content.mailform.20.stdWrap.wrap >\ntt_content.menu.20.stdWrap.prefixComme
nt >\ntt_content.image.20.stdWrap.prefixComment >\ntt_content.list.20.stdWrap.pr
efixComment >\n\n\n\n# Configuring the Auto-Parser for main template:\nplugin.tx
_automaketemplate_pi1 {\n # Read the template file:\n content = FILE\n cont
ent.file = fileadmin/templateZTSWire/template.html\n\n # Here we define which
elements in the HTML that\n # should be wrapped in subpart-comments:\n elem
ents {\n BODY.all = 1\n BODY.all.subpartMarker = DOCUMENT_BODY\n\n HEAD
.all = 1\n HEAD.all.subpartMarker = DOCUMENT_HEADER\n HEAD.rmTagSections =
title\n\n TD.all = 1\n DIV.all = 1\n }\n\n # Prefix all relative path
s with this value:\n relPathPrefix = fileadmin/templateZTSWire/\n}\n\n# Logo\nt
emp.logo = COA\ntemp.logo{\n 10 = TEXT\n 10{\n wrap = <h1>|</h1>\n typol
ink.parameter = 1\n value = ZTS Wire\n noBlur = 1\n }\n}\n\n# Topnav\ntem
p.topnav = HMENU\ntemp.topnav{\n special = directory\n special.value = 6\n wr
ap = <ul>|<ul>\n 1 = TMENU\n 1{\n NO.wrapItemAndSub = <li>|</li> |*|<li>|</
li>|*|<li class=\"last\">|</li>\n ACT = 1\n ACT.wrapItemAndSub = <li class
=\"curr\">|</li>|*|<li class=\"curr\">|</li>|*|<li class=\"curr last\">|</li>\n
}\n}\n\n# Mainnav\ntemp.mainnav = HMENU\ntemp.mainnav{\n wrap = <ul>|</ul>\n
1 = TMENU\n 1{\n noBlur = 1\n NO.wrapItemAndSub = <li>|</li>\n ACT = 1
\n ACT.wrapItemAndSub = <li class=\"curr\">|</li>\n }\n}\n\n# Subnav\ntemp.s
ubnav = HMENU\ntemp.subnav{\n entryLevel = 1\n 1 = TMENU\n 1{\n wrap = <di
v id=\"subnav\"><ul>|</ul></div>\n noBlur = 1\n NO.wrapItemAndSub = <li>|<
/li>\n ACT = 1\n ACT.wrapItemAndSub = <li class=\"curr\">|</li>\n }\n}\n\
n#Krbler\ntemp.koerbler = COA\ntemp.koerbler{\n 10 = TEXT\n 10{\n typolink.pa
rameter = www.koerbler.com\n typolink.extTarget = _blank\n typolink.title
= WebAgentur Krbler\n value = WebMarketing\n }\n 20 = TEXT\n 20.value = &nbs
p;by<br />\n 30 = IMAGE\n 30{\n file = fileadmin/templateZTSWire/images/klo
go.png\n altText = WebAgentur Krbler\n titleText = WebAgentur Krbler\n wrap
= <a href=\"http://www.koerbler.com\" title=\"WebAgentur Krbler\" target=\"_blank
\">|</a>\n }\n}\n\n\n\n\n# Main TEMPLATE cObject for the BODY\ntemp.mainTemplat
e = TEMPLATE\ntemp.mainTemplate {\n # Feeding the content from the Auto-parse
r to the TEMPLATE cObject:\n template =< plugin.tx_automaketemplate_pi1\n #
Select only the content between the <body>-tags\n workOnSubpart = DOCUMENT_BODY
\n \n # Logo\n subparts.logo < temp.logo\n \n # TopNav\n subparts.topNav <
temp.topnav\n\n #mainnav\n subparts.mainnav < temp.mainnav\n \n #subnav\n
subparts.left < temp.subnav\n \n #Content\n subparts.content < styles.content
.get\n \n #Right\n subparts.right < styles.content.getRight\n subparts.right
.slide = -1\n \n #Images bottom\n subparts.imageLinks < styles.content.getLef
t\n subparts.imageLinks.slide = -1\n \n #Krbler Logo\n subparts.footer < temp.
koerbler\n\n\n #subparts.top < styles.content.getBorder\n\n #subparts.top.slid
e = -1\n\n \n # Dynamischer Banner mit Marker \'TESTSTYLE\':\nsubparts.TESTS
TYLE = TEXT\nsubparts.TESTSTYLE.value = fileadmin/btg/images/background.png\nsub
parts.TESTSTYLE.override {\n\n data = levelmedia: -1, slide\n wrap = uploads/m
edia/|\n listNum = 0\n}\n}\n\n\n# Main TEMPLATE cObject for the HEAD\ntemp.head
Template = TEMPLATE\ntemp.headTemplate {\n # Feeding the content from the Aut
o-parser to the TEMPLATE cObject:\n template =< plugin.tx_automaketemplate_pi1\
n # Select only the content between the <head>-tags\n workOnSubpart = DOCUME
NT_HEADER\n}\n\n\n\n\n# Default PAGE object:\npage = PAGE\npage.typeNum = 0\n\n#
Copying the content from TEMPLATE for <body>-section:\npage.10 < temp.mainTempl
ate\n\n# Copying the content from TEMPLATE for <head>-section:\npage.headerData.
10 < temp.headTemplate\n\npage.config.disablePrefixComment = 1\n','','','','','
',0,0,0,0);
/*!40000 ALTER TABLE `sys_template` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `sys_workspace`
--
DROP TABLE IF EXISTS `sys_workspace`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `sys_workspace` (
`uid` int(11) NOT NULL auto_increment,
`pid` int(11) NOT NULL default '0',
`tstamp` int(11) NOT NULL default '0',
`deleted` tinyint(1) NOT NULL default '0',
`title` varchar(30) NOT NULL default '',
`description` varchar(255) NOT NULL default '',
`adminusers` varchar(255) NOT NULL default '',
`members` text,
`reviewers` text,
`db_mountpoints` varchar(255) NOT NULL default '',
`file_mountpoints` varchar(255) NOT NULL default '',
`publish_time` int(11) NOT NULL default '0',
`unpublish_time` int(11) NOT NULL default '0',
`freeze` tinyint(3) NOT NULL default '0',
`live_edit` tinyint(3) NOT NULL default '0',
`review_stage_edit` tinyint(3) NOT NULL default '0',
`vtypes` tinyint(3) NOT NULL default '0',
`disable_autocreate` tinyint(1) NOT NULL default '0',
`swap_modes` tinyint(3) NOT NULL default '0',
`publish_access` tinyint(3) NOT NULL default '0',
`stagechg_notification` tinyint(3) NOT NULL default '0',
PRIMARY KEY (`uid`),
KEY `parent` (`pid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `sys_workspace`
--
LOCK TABLES `sys_workspace` WRITE;
/*!40000 ALTER TABLE `sys_workspace` DISABLE KEYS */;
/*!40000 ALTER TABLE `sys_workspace` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `tt_content`
--
DROP TABLE IF EXISTS `tt_content`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `tt_content` (
`uid` int(11) NOT NULL auto_increment,
`pid` int(11) NOT NULL default '0',
`t3ver_oid` int(11) NOT NULL default '0',
`t3ver_id` int(11) NOT NULL default '0',
`t3ver_wsid` int(11) NOT NULL default '0',
`t3ver_label` varchar(255) NOT NULL default '',
`t3ver_state` tinyint(4) NOT NULL default '0',
`t3ver_stage` tinyint(4) NOT NULL default '0',
`t3ver_count` int(11) NOT NULL default '0',
`t3ver_tstamp` int(11) NOT NULL default '0',
`t3ver_move_id` int(11) NOT NULL default '0',
`t3_origuid` int(11) NOT NULL default '0',
`tstamp` int(11) unsigned NOT NULL default '0',
`crdate` int(11) unsigned NOT NULL default '0',
`cruser_id` int(11) unsigned NOT NULL default '0',
`hidden` tinyint(4) unsigned NOT NULL default '0',
`sorting` int(11) unsigned NOT NULL default '0',
`CType` varchar(30) NOT NULL default '',
`header` varchar(255) NOT NULL default '',
`header_position` varchar(6) NOT NULL default '',
`bodytext` mediumtext,
`image` text,
`imagewidth` mediumint(11) unsigned NOT NULL default '0',
`imageorient` tinyint(4) unsigned NOT NULL default '0',
`imagecaption` text,
`imagecols` tinyint(4) unsigned NOT NULL default '0',
`imageborder` tinyint(4) unsigned NOT NULL default '0',
`media` text,
`layout` tinyint(3) unsigned NOT NULL default '0',
`deleted` tinyint(4) unsigned NOT NULL default '0',
`cols` tinyint(3) unsigned NOT NULL default '0',
`records` text,
`pages` tinytext,
`starttime` int(11) unsigned NOT NULL default '0',
`endtime` int(11) unsigned NOT NULL default '0',
`colPos` tinyint(3) unsigned NOT NULL default '0',
`subheader` varchar(255) NOT NULL default '',
`spaceBefore` tinyint(4) unsigned NOT NULL default '0',
`spaceAfter` tinyint(4) unsigned NOT NULL default '0',
`fe_group` varchar(100) NOT NULL default '0',
`header_link` varchar(255) NOT NULL default '',
`imagecaption_position` varchar(6) NOT NULL default '',
`image_link` varchar(255) NOT NULL default '',
`image_zoom` tinyint(3) unsigned NOT NULL default '0',
`image_noRows` tinyint(3) unsigned NOT NULL default '0',
`image_effects` tinyint(3) unsigned NOT NULL default '0',
`image_compression` tinyint(3) unsigned NOT NULL default '0',
`altText` text,
`titleText` text,
`longdescURL` text,
`header_layout` varchar(30) NOT NULL default '0',
`text_align` varchar(6) NOT NULL default '',
`text_face` tinyint(3) unsigned NOT NULL default '0',
`text_size` tinyint(3) unsigned NOT NULL default '0',
`text_color` tinyint(3) unsigned NOT NULL default '0',
`text_properties` tinyint(3) unsigned NOT NULL default '0',
`menu_type` varchar(30) NOT NULL default '0',
`list_type` varchar(36) NOT NULL default '0',
`table_border` tinyint(3) unsigned NOT NULL default '0',
`table_cellspacing` tinyint(3) unsigned NOT NULL default '0',
`table_cellpadding` tinyint(3) unsigned NOT NULL default '0',
`table_bgColor` tinyint(3) unsigned NOT NULL default '0',
`select_key` varchar(80) NOT NULL default '',
`sectionIndex` tinyint(3) unsigned NOT NULL default '0',
`linkToTop` tinyint(3) unsigned NOT NULL default '0',
`filelink_size` tinyint(3) unsigned NOT NULL default '0',
`section_frame` tinyint(3) unsigned NOT NULL default '0',
`date` int(10) unsigned NOT NULL default '0',
`splash_layout` varchar(30) NOT NULL default '0',
`multimedia` tinytext,
`image_frames` tinyint(3) unsigned NOT NULL default '0',
`recursive` tinyint(3) unsigned NOT NULL default '0',
`imageheight` mediumint(8) unsigned NOT NULL default '0',
`rte_enabled` tinyint(4) NOT NULL default '0',
`sys_language_uid` int(11) NOT NULL default '0',
`tx_impexp_origuid` int(11) NOT NULL default '0',
`pi_flexform` mediumtext,
`l18n_parent` int(11) NOT NULL default '0',
`l18n_diffsource` mediumblob,
PRIMARY KEY (`uid`),
KEY `t3ver_oid` (`t3ver_oid`,`t3ver_wsid`),
KEY `parent` (`pid`,`sorting`),
KEY `language` (`l18n_parent`,`sys_language_uid`)
) ENGINE=MyISAM AUTO_INCREMENT=84 DEFAULT CHARSET=latin1;
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `tt_content`
--
LOCK TABLES `tt_content` WRITE;
/*!40000 ALTER TABLE `tt_content` DISABLE KEYS */;
INSERT INTO `tt_content` VALUES (1,1,0,0,0,'',0,0,0,0,0,0,1282642885,1282297460,
1,1,256,'image','','',NULL,'imageLinks01.png,imageLinks02.png,imageLinks03.png,i
mageLinks04.png,imageLinks05.png',0,2,'',5,0,NULL,0,0,0,NULL,NULL,0,0,1,'',0,0,'
','','','9, 10, 11, 12, 13',0,0,0,39,'','','','0','',0,0,0,0,'0','',0,0,0,0,'',1
,0,0,0,0,'0',NULL,0,0,0,0,0,0,NULL,0,'a:1:{s:6:\"hidden\";N;}'),(23,3,0,0,0,'',0
,0,0,0,0,4,1290520112,1288264065,1,0,512,'textpic','Podjetje','','Podjetje smo v
mestu Mariboru ustanovili leta 2006. Nai sodelavci so poznavalci te panoge z dolg
oletnimi izkunjami na podro&#269;ju navijalnega materiala, uporabne tehnike in men
edmenta kakovosti.<br /><br />Sami se razumemo kot sistemski dobavitelj za proizvo
dno industrijo, proizvajalce transormaterjev, proizvajalce induktivnih gradbenih
delov,&nbsp; podizvajalce - dobavitelje za avtomobilsko industrijo, proizvajalc
e fotovoltaike.<br /><br />Iz naega skladi&#269;a v Mariboru/Slovenija, v neposredni
bliini avstrijske meje, oskrbujemo stranke iz celotne centralne Evrope. Veliko po
zornost posve&#269;amo najviji izdelovalni kakovosti pri naih partnerjih in naim stran
kam nudimo potrebno tehni&#269;no znanje. Kljub dokaj kratki zgodovini firme e sed
aj v tej panogi spadamo med podjetja z najve&#269;jim prometom in smo vodilni na
izvoznem podro&#269;ju (ve&#269; kot 50 % izvoza).','',0,17,'',1,0,'',0,0,0,'',
'',0,0,0,'',0,0,'','','','',0,0,0,0,'','','','0','',0,0,0,0,'0','',0,0,0,0,'',1,
0,0,0,0,'0','',0,0,0,0,1,0,NULL,4,'a:36:{s:5:\"CType\";s:7:\"textpic\";s:16:\"sy
s_language_uid\";s:1:\"0\";s:6:\"colPos\";s:1:\"0\";s:11:\"spaceBefore\";s:1:\"0
\";s:10:\"spaceAfter\";s:1:\"0\";s:13:\"section_frame\";s:1:\"0\";s:12:\"section
Index\";s:1:\"1\";s:6:\"hidden\";s:1:\"0\";s:6:\"header\";s:11:\"Unternehmen\";s
:15:\"header_position\";s:0:\"\";s:13:\"header_layout\";s:1:\"0\";s:11:\"header_
link\";s:0:\"\";s:4:\"date\";s:1:\"0\";s:9:\"linkToTop\";s:1:\"0\";s:8:\"bodytex
t\";s:992:\"<span lang=\"EN-US\">Wir haben unser Handelsunternehmen 2006 in Mari
bor gegrndet. In unserem Team befinden sich Branchenkenner mit langjhriger Erfahru
ng im Bereich Wickelmaterial, Anwendungstechnik und Qualittsmanagement.</span>\r\
n<span lang=\"EN-US\">Wir verstehen uns als Systemlieferant fr die erzeugende Ind
ustrie und als flexibler Partner fr Reparaturbetriebe. Zu unserem Kundenkreis gehr
en: Elektromotorenhersteller, Transformatorenerzeuger, Hersteller von induktiven
Bauteilen, Zulieferbetriebe fr die Automobilindustrie, Photovoltaikproduzenten </s
pan>\r\nVon unserem Lager in Maribor/Slowenien, nahe an der Grenze zu sterreich,
beliefern wir unsere Kunden in ganz Zentraleuropa. Wir legen Wert auf hchste Fert
igungsqualitt bei unseren Partnern und stehen unseren Kunden mit technischem Know
-how zur Seite. Trotz unserer kurzen Firmengeschichte gehren wir bereits zu den u
msatzstrksten Unternehmen in der Branche und sind mit einer Exportquote von ber 50
%&nbsp; branchenfhrend.\";s:11:\"rte_enabled\";s:1:\"0\";s:5:\"image\";s:0:\"\";s
:11:\"imageorient\";s:2:\"17\";s:9:\"imagecols\";s:1:\"1\";s:12:\"image_noRows\"
;s:1:\"0\";s:11:\"imageborder\";s:1:\"0\";s:10:\"imagewidth\";s:1:\"0\";s:11:\"i
mageheight\";s:1:\"0\";s:10:\"image_link\";s:0:\"\";s:10:\"image_zoom\";s:1:\"0\
";s:12:\"imagecaption\";s:0:\"\";s:21:\"imagecaption_position\";s:0:\"\";s:7:\"a
ltText\";s:0:\"\";s:9:\"titleText\";s:0:\"\";s:11:\"longdescURL\";s:0:\"\";s:17:
\"image_compression\";s:1:\"0\";s:13:\"image_effects\";s:1:\"0\";s:9:\"starttime
\";s:1:\"0\";s:7:\"endtime\";s:1:\"0\";s:8:\"fe_group\";s:0:\"\";s:11:\"l18n_par
ent\";s:1:\"0\";}'),(3,2,0,0,0,'',0,0,0,0,0,0,1282650791,1282299021,1,0,256,'tex
tpic','Herzlich Willkommen','','<h2><span lang=\"EN-US\">auf der Website der Fir
ma Zica d.o.o.</span></h2>\r\nWir sind Systemlieferant fr Wickelmaterialien, Elekt
roisolierstoffe, Imprgniermittel, Prfgerte - alles was fr die Produktion oder Reparat
von Elektromotoren und Transformatoren bentigt wird.\r\n<span lang=\"EN-US\">Auf u
nseren Produktseiten finden Sie eine exemplarische Auswahl an Produkten, die wir
als Vertragshndler oder Vertretungspartner liefern.</span>','',0,17,'',1,0,NULL,0
,0,0,NULL,NULL,0,0,0,'',0,0,'','','','',0,0,0,0,'','','','0','',0,0,0,0,'0','',0
,0,0,0,'',1,0,0,0,0,'0',NULL,0,0,0,0,0,0,NULL,0,'a:35:{s:5:\"CType\";N;s:16:\"sy
s_language_uid\";N;s:6:\"colPos\";N;s:11:\"spaceBefore\";N;s:10:\"spaceAfter\";N
;s:13:\"section_frame\";N;s:12:\"sectionIndex\";N;s:6:\"hidden\";N;s:6:\"header\
";N;s:15:\"header_position\";N;s:13:\"header_layout\";N;s:11:\"header_link\";N;s
:4:\"date\";N;s:9:\"linkToTop\";N;s:8:\"bodytext\";N;s:11:\"rte_enabled\";N;s:5:
\"image\";N;s:11:\"imageorient\";N;s:9:\"imagecols\";N;s:12:\"image_noRows\";N;s
:11:\"imageborder\";N;s:10:\"imagewidth\";N;s:11:\"imageheight\";N;s:10:\"image_
link\";N;s:10:\"image_zoom\";N;s:12:\"imagecaption\";N;s:21:\"imagecaption_posit
ion\";N;s:7:\"altText\";N;s:9:\"titleText\";N;s:11:\"longdescURL\";N;s:17:\"imag
e_compression\";N;s:13:\"image_effects\";N;s:9:\"starttime\";N;s:7:\"endtime\";N
;s:8:\"fe_group\";N;}'),(2,1,0,0,0,'',0,0,0,0,0,0,1282655479,1282298245,1,0,512,
'textpic','','','<b>ZTS Zica trgovina in storitve d.o.o.</b>\r\nSpelina Ulica P.
p.133 022 2000 Maribor\r\nTel: +386-2-46-04-810 Fax: +386-2-426-01-39\r\nE-Mail: <li
nk office@zts-wire.com>office@zts-wire.com</link> ','',0,17,'',1,0,NULL,0,0,0,NU
LL,NULL,0,0,2,'',0,0,'','','','',0,0,0,0,'','','','0','',0,0,0,0,'0','',0,0,0,0,
'',1,0,0,0,0,'0',NULL,0,0,0,0,0,0,NULL,0,'a:35:{s:5:\"CType\";N;s:16:\"sys_langu
age_uid\";N;s:6:\"colPos\";N;s:11:\"spaceBefore\";N;s:10:\"spaceAfter\";N;s:13:\
"section_frame\";N;s:12:\"sectionIndex\";N;s:6:\"hidden\";N;s:6:\"header\";N;s:1
5:\"header_position\";N;s:13:\"header_layout\";N;s:11:\"header_link\";N;s:4:\"da
te\";N;s:9:\"linkToTop\";N;s:8:\"bodytext\";N;s:11:\"rte_enabled\";N;s:5:\"image
\";N;s:11:\"imageorient\";N;s:9:\"imagecols\";N;s:12:\"image_noRows\";N;s:11:\"i
mageborder\";N;s:10:\"imagewidth\";N;s:11:\"imageheight\";N;s:10:\"image_link\";
N;s:10:\"image_zoom\";N;s:12:\"imagecaption\";N;s:21:\"imagecaption_position\";N
;s:7:\"altText\";N;s:9:\"titleText\";N;s:11:\"longdescURL\";N;s:17:\"image_compr
ession\";N;s:13:\"image_effects\";N;s:9:\"starttime\";N;s:7:\"endtime\";N;s:8:\"
fe_group\";N;}'),(5,4,0,0,0,'',0,0,0,0,0,0,1282549357,1282549344,1,0,256,'textpi
c','Produkte','',' <span lang=\"EN-US\">Unsere Produkte bertreffen in Ihrer Bescha
ffenheit oftmals die einschlgigen europischen Normen, viele sind dazu auch UL &amp;
CSA gelistet. Bei unseren Standardprodukten achten wir auf moderne Fertigungsver
fahren und Qualittsrichtlinien. Auf Anfrage liefern wir auch Produkte nach Kundenv
orgabe. Wir lassen unsere Erfahrung in die notwendige Spezifikation einflie en und
sorgen als Bindeglied zwischen unseren Kunden und Produktionspartnern fr die optim
ierte Herstellung von kundenspezifischer Spezialprodukte.</span> ','',0,0,'',2,0
,NULL,0,0,0,NULL,NULL,0,0,0,'',0,0,'','','','',0,0,0,0,'','','','0','',0,0,0,0,'
0','',0,0,0,0,'',1,0,0,0,0,'0',NULL,0,0,0,0,0,0,NULL,0,'a:35:{s:5:\"CType\";N;s:
16:\"sys_language_uid\";N;s:6:\"colPos\";N;s:11:\"spaceBefore\";N;s:10:\"spaceAf
ter\";N;s:13:\"section_frame\";N;s:12:\"sectionIndex\";N;s:6:\"hidden\";N;s:6:\"
header\";N;s:15:\"header_position\";N;s:13:\"header_layout\";N;s:11:\"header_lin
k\";N;s:4:\"date\";N;s:9:\"linkToTop\";N;s:8:\"bodytext\";N;s:11:\"rte_enabled\"
;N;s:5:\"image\";N;s:11:\"imageorient\";N;s:9:\"imagecols\";N;s:12:\"image_noRow
s\";N;s:11:\"imageborder\";N;s:10:\"imagewidth\";N;s:11:\"imageheight\";N;s:10:\
"image_link\";N;s:10:\"image_zoom\";N;s:12:\"imagecaption\";N;s:21:\"imagecaptio
n_position\";N;s:7:\"altText\";N;s:9:\"titleText\";N;s:11:\"longdescURL\";N;s:17
:\"image_compression\";N;s:13:\"image_effects\";N;s:9:\"starttime\";N;s:7:\"endt
ime\";N;s:8:\"fe_group\";N;}'),(4,3,0,0,0,'',0,0,0,0,0,0,1282549181,1282549181,1
,0,256,'textpic','Unternehmen','','<span lang=\"EN-US\">Wir haben unser Handelsu
nternehmen 2006 in Maribor gegrndet. In unserem Team befinden sich Branchenkenner
mit langjhriger Erfahrung im Bereich Wickelmaterial, Anwendungstechnik und Qualittsm
anagement.</span>\r\n<span lang=\"EN-US\">Wir verstehen uns als Systemlieferant
fr die erzeugende Industrie und als flexibler Partner fr Reparaturbetriebe. Zu unser
em Kundenkreis gehren: Elektromotorenhersteller, Transformatorenerzeuger, Herstell
er von induktiven Bauteilen, Zulieferbetriebe fr die Automobilindustrie, Photovolt
aikproduzenten </span>\r\nVon unserem Lager in Maribor/Slowenien, nahe an der Grenze
zu sterreich, beliefern wir unsere Kunden in ganz Zentraleuropa. Wir legen Wert a
uf hchste Fertigungsqualitt bei unseren Partnern und stehen unseren Kunden mit techn
ischem Know-how zur Seite. Trotz unserer kurzen Firmengeschichte gehren wir bereit
s zu den umsatzstrksten Unternehmen in der Branche und sind mit einer Exportquote
von ber 50%&nbsp; branchenfhrend.','',0,17,'',1,0,NULL,0,0,0,NULL,NULL,0,0,0,'',0,0,
'','','','',0,0,0,0,'','','','0','',0,0,0,0,'0','',0,0,0,0,'',1,0,0,0,0,'0',NULL
,0,0,0,0,0,0,NULL,0,'a:35:{s:5:\"CType\";N;s:16:\"sys_language_uid\";N;s:6:\"col
Pos\";N;s:11:\"spaceBefore\";N;s:10:\"spaceAfter\";N;s:13:\"section_frame\";N;s:
12:\"sectionIndex\";N;s:6:\"hidden\";N;s:6:\"header\";N;s:15:\"header_position\"
;N;s:13:\"header_layout\";N;s:11:\"header_link\";N;s:4:\"date\";N;s:9:\"linkToTo
p\";N;s:8:\"bodytext\";N;s:11:\"rte_enabled\";N;s:5:\"image\";N;s:11:\"imageorie
nt\";N;s:9:\"imagecols\";N;s:12:\"image_noRows\";N;s:11:\"imageborder\";N;s:10:\
"imagewidth\";N;s:11:\"imageheight\";N;s:10:\"image_link\";N;s:10:\"image_zoom\"
;N;s:12:\"imagecaption\";N;s:21:\"imagecaption_position\";N;s:7:\"altText\";N;s:
9:\"titleText\";N;s:11:\"longdescURL\";N;s:17:\"image_compression\";N;s:13:\"ima
ge_effects\";N;s:9:\"starttime\";N;s:7:\"endtime\";N;s:8:\"fe_group\";N;}'),(6,5
,0,0,0,'',0,0,0,0,0,0,1282549426,1282549426,1,0,256,'textpic','Service','',' <sp
an lang=\"EN-US\">Wir definieren unseren Unternehmenserfolg ber bestmglichen Kundens
ervice. Unser Ziel ist es, unsere Kunden mit den fr sie am besten geeigneten Produ
kten termingenau und preiswert zu versorgen, um sie in ihrer Wettbewerbsfhigkeit z
u untersttzen - Unser Service fr den Erfolg Ihres Unternehmens!</span> ','',0,17,'',
1,0,NULL,0,0,0,NULL,NULL,0,0,0,'',0,0,'','','','',0,0,0,0,'','','','0','',0,0,0,
0,'0','',0,0,0,0,'',1,0,0,0,0,'0',NULL,0,0,0,0,0,0,NULL,0,'a:35:{s:5:\"CType\";N
;s:16:\"sys_language_uid\";N;s:6:\"colPos\";N;s:11:\"spaceBefore\";N;s:10:\"spac
eAfter\";N;s:13:\"section_frame\";N;s:12:\"sectionIndex\";N;s:6:\"hidden\";N;s:6
:\"header\";N;s:15:\"header_position\";N;s:13:\"header_layout\";N;s:11:\"header_
link\";N;s:4:\"date\";N;s:9:\"linkToTop\";N;s:8:\"bodytext\";N;s:11:\"rte_enable
d\";N;s:5:\"image\";N;s:11:\"imageorient\";N;s:9:\"imagecols\";N;s:12:\"image_no
Rows\";N;s:11:\"imageborder\";N;s:10:\"imagewidth\";N;s:11:\"imageheight\";N;s:1
0:\"image_link\";N;s:10:\"image_zoom\";N;s:12:\"imagecaption\";N;s:21:\"imagecap
tion_position\";N;s:7:\"altText\";N;s:9:\"titleText\";N;s:11:\"longdescURL\";N;s
:17:\"image_compression\";N;s:13:\"image_effects\";N;s:9:\"starttime\";N;s:7:\"e
ndtime\";N;s:8:\"fe_group\";N;}'),(7,5,0,0,0,'',0,0,0,0,0,0,1282549684,128254962
4,1,0,512,'textpic','','','Wir stehen fr:\r\n<ul><li><span lang=\"EN-US\">langjhrige
Branchenerfahrung</span></li><li><span lang=\"EN-US\">Beratung bei Produktauswa
hl und Anwendungstechnik</span></li><li><span lang=\"EN-US\">beste Kontakte zu Glob
al Playern </span></li><li><span lang=\"EN-US\">strenge Lieferantenauswahl</span></l
i><li><span lang=\"EN-US\">beste Produktqualitt</span></li><li><span lang=\"EN-US\
">langjhrige Kooperation, sowohl mit Lieferanten, als auch mit unseren Kunden</spa
n></li><li><span lang=\"EN-US\">Lagerhaltung von gngigen Artikeln</span></li><li><
span lang=\"EN-US\">kundenspezifische Bevorratung</span></li><li><span lang=\"EN
-US\">Auswahl und Beschaffung von Spezialprodukten</span></li><li><span lang=\"E
N-US\">Termingenaue Belieferung mit Vertragspeditionen oder eigenem Fuhrpark</sp
an></li></ul>','',0,17,'',1,0,NULL,0,0,0,NULL,NULL,0,0,0,'',0,0,'','','','',0,0,
0,0,'','','','0','',0,0,0,0,'0','',0,0,0,0,'',1,0,0,0,0,'0',NULL,0,0,0,0,0,0,NUL
L,0,'a:35:{s:5:\"CType\";N;s:16:\"sys_language_uid\";N;s:6:\"colPos\";N;s:11:\"s
paceBefore\";N;s:10:\"spaceAfter\";N;s:13:\"section_frame\";N;s:12:\"sectionInde
x\";N;s:6:\"hidden\";N;s:6:\"header\";N;s:15:\"header_position\";N;s:13:\"header
_layout\";N;s:11:\"header_link\";N;s:4:\"date\";N;s:9:\"linkToTop\";N;s:8:\"body
text\";N;s:11:\"rte_enabled\";N;s:5:\"image\";N;s:11:\"imageorient\";N;s:9:\"ima
gecols\";N;s:12:\"image_noRows\";N;s:11:\"imageborder\";N;s:10:\"imagewidth\";N;
s:11:\"imageheight\";N;s:10:\"image_link\";N;s:10:\"image_zoom\";N;s:12:\"imagec
aption\";N;s:21:\"imagecaption_position\";N;s:7:\"altText\";N;s:9:\"titleText\";
N;s:11:\"longdescURL\";N;s:17:\"image_compression\";N;s:13:\"image_effects\";N;s
:9:\"starttime\";N;s:7:\"endtime\";N;s:8:\"fe_group\";N;}'),(8,14,0,0,0,'',0,0,0
,0,0,0,1282650306,1282549757,1,0,256,'textpic','Kontakt','','<span lang=\"EN-US\
"><b>Zica d.o.o.</b><br />Spelina ulica 022<br />p.p.133 MB<br />SI-2000 Maribor
<br /></span>\r\n<span lang=\"EN-US\">Tel.: 00386 2 426 00 99<br />Fax: 00386 2
426 01 39<br />E-Mail: </span><span lang=\"DE-AT\"><link office@zts-wire.com>of
fice@zts-wire.com</link></span><span lang=\"EN-US\"></span>','',0,17,'',1,0,NULL
,0,0,0,NULL,NULL,0,0,0,'',0,0,'','','','',0,0,0,0,'','','','0','',0,0,0,0,'0',''
,0,0,0,0,'',1,0,0,0,0,'0',NULL,0,0,0,0,0,0,NULL,0,'a:35:{s:5:\"CType\";N;s:16:\"
sys_language_uid\";N;s:6:\"colPos\";N;s:11:\"spaceBefore\";N;s:10:\"spaceAfter\"
;N;s:13:\"section_frame\";N;s:12:\"sectionIndex\";N;s:6:\"hidden\";N;s:6:\"heade
r\";N;s:15:\"header_position\";N;s:13:\"header_layout\";N;s:11:\"header_link\";N
;s:4:\"date\";N;s:9:\"linkToTop\";N;s:8:\"bodytext\";N;s:11:\"rte_enabled\";N;s:
5:\"image\";N;s:11:\"imageorient\";N;s:9:\"imagecols\";N;s:12:\"image_noRows\";N
;s:11:\"imageborder\";N;s:10:\"imagewidth\";N;s:11:\"imageheight\";N;s:10:\"imag
e_link\";N;s:10:\"image_zoom\";N;s:12:\"imagecaption\";N;s:21:\"imagecaption_pos
ition\";N;s:7:\"altText\";N;s:9:\"titleText\";N;s:11:\"longdescURL\";N;s:17:\"im
age_compression\";N;s:13:\"image_effects\";N;s:9:\"starttime\";N;s:7:\"endtime\"
;N;s:8:\"fe_group\";N;}'),(9,9,0,0,0,'',0,0,0,0,0,0,1282650179,1282549914,1,1,25
6,'textpic','Wickelmaterial','','<ul><li><span lang=\"EN-US\">Kupferdrhte rund<spa
n></span></span></li><li><span lang=\"EN-US\">Kupferdrhte flach<span></span></span
></li><li><span lang=\"EN-US\">Kupferbnder und Kupferstangen</span></li><li><span
lang=\"EN-US\">Aluminiumprodukte</span></li></ul>','',0,17,'',1,0,NULL,0,0,0,NUL
L,NULL,0,0,0,'',0,0,'','','','',0,0,0,0,'','','','0','',0,0,0,0,'0','',0,0,0,0,'
',1,0,0,0,0,'0',NULL,0,0,0,0,0,0,NULL,0,'a:1:{s:6:\"hidden\";N;}'),(10,10,0,0,0,
'',0,0,0,0,0,0,1282650193,1282549970,1,1,256,'textpic','Isoliermaterial','','<ul
><li><span lang=\"EN-US\">Flchenisolierstoffe<span></span></span></li><li><span la
ng=\"EN-US\">Klebebnder<span></span></span></li><li><span lang=\"EN-US\">Stanz- un
d Formteile</span></li></ul>','',0,17,'',1,0,NULL,0,0,0,NULL,NULL,0,0,0,'',0,0,'
','','','',0,0,0,0,'','','','0','',0,0,0,0,'0','',0,0,0,0,'',1,0,0,0,0,'0',NULL,
0,0,0,0,0,0,NULL,0,'a:1:{s:6:\"hidden\";N;}'),(19,10,0,0,0,'',0,0,0,0,0,0,128265
0243,1282650206,1,0,128,'menu','Elektroisoliermaterial','',NULL,NULL,0,0,NULL,1,
0,NULL,0,0,0,NULL,'10',0,0,0,'',0,0,'','','','',0,0,0,0,NULL,NULL,NULL,'0','',0,
0,0,0,'1','',0,0,0,0,'',1,0,0,0,0,'0',NULL,0,0,0,0,0,0,NULL,0,'a:19:{s:5:\"CType
\";N;s:16:\"sys_language_uid\";N;s:6:\"colPos\";N;s:11:\"spaceBefore\";N;s:10:\"
spaceAfter\";N;s:13:\"section_frame\";N;s:12:\"sectionIndex\";N;s:6:\"hidden\";N
;s:6:\"header\";N;s:15:\"header_position\";N;s:13:\"header_layout\";N;s:11:\"hea
der_link\";N;s:4:\"date\";N;s:9:\"linkToTop\";N;s:9:\"menu_type\";N;s:5:\"pages\
";N;s:9:\"starttime\";N;s:7:\"endtime\";N;s:8:\"fe_group\";N;}'),(11,11,0,0,0,''
,0,0,0,0,0,0,1282650212,1282550028,1,1,256,'textpic','Imprgniermittel','','<ul><li
><span lang=\"EN-US\">Elektroisolierharz<span></span></span></li><li><span lang=
\"EN-US\">Elektrosiolierlack<span></span></span></li><li><span lang=\"EN-US\">Ve
rgu massen</span></li></ul>','',0,17,'',1,0,NULL,0,0,0,NULL,NULL,0,0,0,'',0,0,'',''
,'','',0,0,0,0,'','','','0','',0,0,0,0,'0','',0,0,0,0,'',1,0,0,0,0,'0',NULL,0,0,
0,0,0,0,NULL,0,'a:1:{s:6:\"hidden\";N;}'),(20,11,0,0,0,'',0,0,0,0,0,0,1282650230
,1282650230,1,0,128,'menu','Imprgniermittel','',NULL,NULL,0,0,NULL,1,0,NULL,0,0,0,
NULL,'11',0,0,0,'',0,0,'','','','',0,0,0,0,NULL,NULL,NULL,'0','',0,0,0,0,'1','',
0,0,0,0,'',1,0,0,0,0,'0',NULL,0,0,0,0,0,0,NULL,0,'a:19:{s:5:\"CType\";N;s:16:\"s
ys_language_uid\";N;s:6:\"colPos\";N;s:11:\"spaceBefore\";N;s:10:\"spaceAfter\";
N;s:13:\"section_frame\";N;s:12:\"sectionIndex\";N;s:6:\"hidden\";N;s:6:\"header
\";N;s:15:\"header_position\";N;s:13:\"header_layout\";N;s:11:\"header_link\";N;
s:4:\"date\";N;s:9:\"linkToTop\";N;s:9:\"menu_type\";N;s:5:\"pages\";N;s:9:\"sta
rttime\";N;s:7:\"endtime\";N;s:8:\"fe_group\";N;}'),(12,12,0,0,0,'',0,0,0,0,0,0,
1282650249,1282550102,1,1,256,'textpic','Prfgerte','','<ul><li><span lang=\"EN-US\">
HV-Tester<span></span></span></li><li><span lang=\"EN-US\">Surgetester<span></sp
an></span></li><li><span lang=\"EN-US\">Universaltester</span></li></ul>','',0,1
7,'',1,0,NULL,0,0,0,NULL,NULL,0,0,0,'',0,0,'','','','',0,0,0,0,'','','','0','',0
,0,0,0,'0','',0,0,0,0,'',1,0,0,0,0,'0',NULL,0,0,0,0,0,0,NULL,0,'a:1:{s:6:\"hidde
n\";N;}'),(21,12,0,0,0,'',0,0,0,0,0,0,1282650279,1282650261,1,0,128,'menu','Prfgerte
','',NULL,NULL,0,0,NULL,1,0,NULL,0,0,0,NULL,'12',0,0,0,'',0,0,'','','','',0,0,0,
0,NULL,NULL,NULL,'0','',0,0,0,0,'1','',0,0,0,0,'',1,0,0,0,0,'0',NULL,0,0,0,0,0,0
,NULL,0,'a:19:{s:5:\"CType\";N;s:16:\"sys_language_uid\";N;s:6:\"colPos\";N;s:11
:\"spaceBefore\";N;s:10:\"spaceAfter\";N;s:13:\"section_frame\";N;s:12:\"section
Index\";N;s:6:\"hidden\";N;s:6:\"header\";N;s:15:\"header_position\";N;s:13:\"he
ader_layout\";N;s:11:\"header_link\";N;s:4:\"date\";N;s:9:\"linkToTop\";N;s:9:\"
menu_type\";N;s:5:\"pages\";N;s:9:\"starttime\";N;s:7:\"endtime\";N;s:8:\"fe_gro
up\";N;}'),(22,7,0,0,0,'',0,0,0,0,0,8,1282650370,1282650339,1,0,384,'textpic',''
,'','<span lang=\"EN-US\"><b>Zica d.o.o.</b><br />Spelina ulica 022<br />p.p.133
MB<br />SI-2000 Maribor <br /></span>\r\n<span lang=\"EN-US\">Tel.: 00386 2 426
00 99<br />Fax: 00386 2 426 01 39<br />E-Mail: </span><span lang=\"DE-AT\"><lin
k office@zts-wire.com>office@zts-wire.com<br /></link></span>\r\n<span lang=\"EN
-US\">Firmenbuch:<br />Firmenbuchgericht: Maribor</span>','',0,17,'',1,0,'',0,0,
0,'','',0,0,0,'',0,0,'','','','',0,0,0,0,'','','','0','',0,0,0,0,'0','',0,0,0,0,
'',1,0,0,0,0,'0','',0,0,0,0,0,0,NULL,0,'a:35:{s:5:\"CType\";N;s:16:\"sys_languag
e_uid\";N;s:6:\"colPos\";N;s:11:\"spaceBefore\";N;s:10:\"spaceAfter\";N;s:13:\"s
ection_frame\";N;s:12:\"sectionIndex\";N;s:6:\"hidden\";N;s:6:\"header\";N;s:15:
\"header_position\";N;s:13:\"header_layout\";N;s:11:\"header_link\";N;s:4:\"date
\";N;s:9:\"linkToTop\";N;s:8:\"bodytext\";N;s:11:\"rte_enabled\";N;s:5:\"image\"
;N;s:11:\"imageorient\";N;s:9:\"imagecols\";N;s:12:\"image_noRows\";N;s:11:\"ima
geborder\";N;s:10:\"imagewidth\";N;s:11:\"imageheight\";N;s:10:\"image_link\";N;
s:10:\"image_zoom\";N;s:12:\"imagecaption\";N;s:21:\"imagecaption_position\";N;s
:7:\"altText\";N;s:9:\"titleText\";N;s:11:\"longdescURL\";N;s:17:\"image_compres
sion\";N;s:13:\"image_effects\";N;s:9:\"starttime\";N;s:7:\"endtime\";N;s:8:\"fe
_group\";N;}'),(13,13,0,0,0,'',0,0,0,0,0,0,1282550156,1282550156,1,0,256,'textpi
c','Elektromotoren','','','',0,17,'',1,0,NULL,0,0,0,NULL,NULL,0,0,0,'',0,0,'',''
,'','',0,0,0,0,'','','','0','',0,0,0,0,'0','',0,0,0,0,'',1,0,0,0,0,'0',NULL,0,0,
0,0,0,0,NULL,0,'a:35:{s:5:\"CType\";N;s:16:\"sys_language_uid\";N;s:6:\"colPos\"
;N;s:11:\"spaceBefore\";N;s:10:\"spaceAfter\";N;s:13:\"section_frame\";N;s:12:\"
sectionIndex\";N;s:6:\"hidden\";N;s:6:\"header\";N;s:15:\"header_position\";N;s:
13:\"header_layout\";N;s:11:\"header_link\";N;s:4:\"date\";N;s:9:\"linkToTop\";N
;s:8:\"bodytext\";N;s:11:\"rte_enabled\";N;s:5:\"image\";N;s:11:\"imageorient\";
N;s:9:\"imagecols\";N;s:12:\"image_noRows\";N;s:11:\"imageborder\";N;s:10:\"imag
ewidth\";N;s:11:\"imageheight\";N;s:10:\"image_link\";N;s:10:\"image_zoom\";N;s:
12:\"imagecaption\";N;s:21:\"imagecaption_position\";N;s:7:\"altText\";N;s:9:\"t
itleText\";N;s:11:\"longdescURL\";N;s:17:\"image_compression\";N;s:13:\"image_ef
fects\";N;s:9:\"starttime\";N;s:7:\"endtime\";N;s:8:\"fe_group\";N;}'),(14,7,0,0
,0,'',0,0,0,0,0,0,1282650353,1282550211,1,0,256,'textpic','Impressum','','<span
lang=\"EN-US\"><br /></span>','',0,17,'',1,0,NULL,0,0,0,NULL,NULL,0,0,0,'',0,0,'
','','','',0,0,0,0,'','','','0','',0,0,0,0,'0','',0,0,0,0,'',1,0,0,0,0,'0',NULL,
0,0,0,0,0,0,NULL,0,'a:35:{s:5:\"CType\";N;s:16:\"sys_language_uid\";N;s:6:\"colP
os\";N;s:11:\"spaceBefore\";N;s:10:\"spaceAfter\";N;s:13:\"section_frame\";N;s:1
2:\"sectionIndex\";N;s:6:\"hidden\";N;s:6:\"header\";N;s:15:\"header_position\";
N;s:13:\"header_layout\";N;s:11:\"header_link\";N;s:4:\"date\";N;s:9:\"linkToTop
\";N;s:8:\"bodytext\";N;s:11:\"rte_enabled\";N;s:5:\"image\";N;s:11:\"imageorien
t\";N;s:9:\"imagecols\";N;s:12:\"image_noRows\";N;s:11:\"imageborder\";N;s:10:\"
imagewidth\";N;s:11:\"imageheight\";N;s:10:\"image_link\";N;s:10:\"image_zoom\";
N;s:12:\"imagecaption\";N;s:21:\"imagecaption_position\";N;s:7:\"altText\";N;s:9
:\"titleText\";N;s:11:\"longdescURL\";N;s:17:\"image_compression\";N;s:13:\"imag
e_effects\";N;s:9:\"starttime\";N;s:7:\"endtime\";N;s:8:\"fe_group\";N;}'),(15,8
,0,0,0,'',0,0,0,0,0,0,1282550231,1282550231,1,0,256,'textpic','AGB','','','',0,1
7,'',1,0,NULL,0,0,0,NULL,NULL,0,0,0,'',0,0,'','','','',0,0,0,0,'','','','0','',0
,0,0,0,'0','',0,0,0,0,'',1,0,0,0,0,'0',NULL,0,0,0,0,0,0,NULL,0,'a:35:{s:5:\"CTyp
e\";N;s:16:\"sys_language_uid\";N;s:6:\"colPos\";N;s:11:\"spaceBefore\";N;s:10:\
"spaceAfter\";N;s:13:\"section_frame\";N;s:12:\"sectionIndex\";N;s:6:\"hidden\";
N;s:6:\"header\";N;s:15:\"header_position\";N;s:13:\"header_layout\";N;s:11:\"he
ader_link\";N;s:4:\"date\";N;s:9:\"linkToTop\";N;s:8:\"bodytext\";N;s:11:\"rte_e
nabled\";N;s:5:\"image\";N;s:11:\"imageorient\";N;s:9:\"imagecols\";N;s:12:\"ima
ge_noRows\";N;s:11:\"imageborder\";N;s:10:\"imagewidth\";N;s:11:\"imageheight\";
N;s:10:\"image_link\";N;s:10:\"image_zoom\";N;s:12:\"imagecaption\";N;s:21:\"ima
gecaption_position\";N;s:7:\"altText\";N;s:9:\"titleText\";N;s:11:\"longdescURL\
";N;s:17:\"image_compression\";N;s:13:\"image_effects\";N;s:9:\"starttime\";N;s:
7:\"endtime\";N;s:8:\"fe_group\";N;}'),(16,7,0,0,0,'',0,0,0,0,0,0,1282650389,128
2550428,1,1,512,'textpic','','','<h3>Web-Design, Wartungsmodul</h3>\r\n<link htt
p://www.koerbler.com/ _blank external-link-new-window>Webagentur Koerbler</link>
\r\n<ul><li><link http://www.koerbler.com/ _blank external-link-new-window>Web-D
esign</link> </li><li><link http://www.koerbler.com/produkte/online-marketing/su
chmaschinen-optimierung.html _blank external-link-new-window>Suchmaschinenoptimi
erung</link> </li><li><link http://www.koerbler.com/produkte/cms.html _blank e
xternal-link-new-window>Wartungsmodul</link> (<link http://www.koerbler.com/prod
ukte/cms.html _blank external-link-new-window>CMS</link> - <link http://www.koer
bler.com/produkte/cms.html _blank external-link-new-window>Content Management Sy
stem</link>)</li></ul>\r\n<link http://www.koerbler.com/ _blank>www.koerbler.com
</link>','',150,17,'',1,0,NULL,0,0,0,NULL,NULL,0,0,0,'',12,0,'','','','',0,0,0,0
,'','','','0','',0,0,0,0,'0','',0,0,0,0,'',1,0,0,0,0,'0',NULL,0,0,0,0,0,0,NULL,0
,'a:1:{s:6:\"hidden\";N;}'),(17,1,0,0,0,'',0,0,0,0,0,1,1282652814,1282642880,1,0
,384,'image','','',NULL,'wickelmaterial.png,isoliermaterial.png,lacke_harze_01.p
ng,pruefgeraete_01.png,motoren.png',0,2,'',5,0,'',0,0,0,'','',0,0,1,'',0,0,'',''
,'','9, 10, 11, 12, 13',0,0,0,39,'','','','0','',0,0,0,0,'0','',0,0,0,0,'',1,0,0
,0,0,'0','',0,0,0,0,0,0,NULL,0,'a:33:{s:5:\"CType\";N;s:16:\"sys_language_uid\";
N;s:6:\"colPos\";N;s:11:\"spaceBefore\";N;s:10:\"spaceAfter\";N;s:13:\"section_f
rame\";N;s:12:\"sectionIndex\";N;s:6:\"hidden\";N;s:6:\"header\";N;s:15:\"header
_position\";N;s:13:\"header_layout\";N;s:11:\"header_link\";N;s:4:\"date\";N;s:9
:\"linkToTop\";N;s:5:\"image\";N;s:11:\"imageorient\";N;s:9:\"imagecols\";N;s:12
:\"image_noRows\";N;s:11:\"imageborder\";N;s:10:\"imagewidth\";N;s:11:\"imagehei
ght\";N;s:10:\"image_link\";N;s:10:\"image_zoom\";N;s:12:\"imagecaption\";N;s:21
:\"imagecaption_position\";N;s:7:\"altText\";N;s:9:\"titleText\";N;s:11:\"longde
scURL\";N;s:17:\"image_compression\";N;s:13:\"image_effects\";N;s:9:\"starttime\
";N;s:7:\"endtime\";N;s:8:\"fe_group\";N;}'),(18,9,0,0,0,'',0,0,0,0,0,0,12826501
76,1282650146,1,0,512,'menu','Wickelmaterial','',NULL,NULL,0,0,NULL,1,0,NULL,0,0
,0,NULL,'9',0,0,0,'',0,0,'','','','',0,0,0,0,NULL,NULL,NULL,'0','',0,0,0,0,'1','
',0,0,0,0,'',1,0,0,0,0,'0',NULL,0,0,0,0,0,0,NULL,0,'a:19:{s:5:\"CType\";N;s:16:\
"sys_language_uid\";N;s:6:\"colPos\";N;s:11:\"spaceBefore\";N;s:10:\"spaceAfter\
";N;s:13:\"section_frame\";N;s:12:\"sectionIndex\";N;s:6:\"hidden\";N;s:6:\"head
er\";N;s:15:\"header_position\";N;s:13:\"header_layout\";N;s:11:\"header_link\";
N;s:4:\"date\";N;s:9:\"linkToTop\";N;s:9:\"menu_type\";N;s:5:\"pages\";N;s:9:\"s
tarttime\";N;s:7:\"endtime\";N;s:8:\"fe_group\";N;}'),(24,4,0,0,0,'',0,0,0,0,0,5
,1289215156,1288267950,1,0,512,'textpic','Produkti','','Pogosto nai produkti s svo
jo kakovostjo prekaajo tozadevne evropske norme, mnogi se razen tega nahajajo tudi
na seznamu UL &amp; CSA. Pri naih standardnih produktih pazimo na moderni postope
k proizvodnje in na ustrezne smernice&nbsp; kakovosti.<br /><br />Na zahtevo dob
avimo tudi produkte, kot si jih je zamislila stranka. Nae izkunje se zrcalijo v potr
ebni specifikaciji in kot vezni &#269;len med naimi strankami in proizvodnimi part
nerji poskrbijo za optimirano proizvodnjo posebnih produktov, narejenih specifi&
#269;no za nae stranke.','',0,0,'',2,0,'',0,0,0,'','',0,0,0,'',0,0,'','','','',0,0
,0,0,'','','','0','',0,0,0,0,'0','',0,0,0,0,'',1,0,0,0,0,'0','',0,0,0,0,1,0,NULL
,5,'a:36:{s:5:\"CType\";s:7:\"textpic\";s:16:\"sys_language_uid\";s:1:\"0\";s:6:
\"colPos\";s:1:\"0\";s:11:\"spaceBefore\";s:1:\"0\";s:10:\"spaceAfter\";s:1:\"0\
";s:13:\"section_frame\";s:1:\"0\";s:12:\"sectionIndex\";s:1:\"1\";s:6:\"hidden\
";s:1:\"0\";s:6:\"header\";s:8:\"Produkte\";s:15:\"header_position\";s:0:\"\";s:
13:\"header_layout\";s:1:\"0\";s:11:\"header_link\";s:0:\"\";s:4:\"date\";s:1:\"
0\";s:9:\"linkToTop\";s:1:\"0\";s:8:\"bodytext\";s:543:\" <span lang=\"EN-US\">U
nsere Produkte bertreffen in Ihrer Beschaffenheit oftmals die einschlgigen europisc
hen Normen, viele sind dazu auch UL &amp; CSA gelistet. Bei unseren Standardprod
ukten achten wir auf moderne Fertigungsverfahren und Qualittsrichtlinien. Auf Anf
rage liefern wir auch Produkte nach Kundenvorgabe. Wir lassen unsere Erfahrung i
n die notwendige Spezifikation einflieen und sorgen als Bindeglied zwischen unser
en Kunden und Produktionspartnern fr die optimierte Herstellung von kundenspezifi
scher Spezialprodukte.</span> \";s:11:\"rte_enabled\";s:1:\"0\";s:5:\"image\";s:
0:\"\";s:11:\"imageorient\";s:1:\"0\";s:9:\"imagecols\";s:1:\"2\";s:12:\"image_n
oRows\";s:1:\"0\";s:11:\"imageborder\";s:1:\"0\";s:10:\"imagewidth\";s:1:\"0\";s
:11:\"imageheight\";s:1:\"0\";s:10:\"image_link\";s:0:\"\";s:10:\"image_zoom\";s
:1:\"0\";s:12:\"imagecaption\";s:0:\"\";s:21:\"imagecaption_position\";s:0:\"\";
s:7:\"altText\";s:0:\"\";s:9:\"titleText\";s:0:\"\";s:11:\"longdescURL\";s:0:\"\
";s:17:\"image_compression\";s:1:\"0\";s:13:\"image_effects\";s:1:\"0\";s:9:\"st
arttime\";s:1:\"0\";s:7:\"endtime\";s:1:\"0\";s:8:\"fe_group\";s:0:\"\";s:11:\"l
18n_parent\";s:1:\"0\";}'),(25,5,0,0,0,'',0,0,0,0,0,6,1289215365,1288268025,1,0,
384,'textpic','Servis','','Vzrok uspenosti naega podjetja je predvsem dober servis,
ki ga nudimo naim strankam. Kot cilj smo si zastavili, da nae stranke pravo&#269;as
no in cenovno ugodno oskrbimo z najprimernejimi produkti, tako,&nbsp; da jih pod
premo v njihovi konkure&#269;nosti&nbsp; - na servis&nbsp; za uspeh vaega podjetja!
','',0,17,'',1,0,'',0,0,0,'','',0,0,0,'',0,0,'','','','',0,0,0,0,'','','','0','
',0,0,0,0,'0','',0,0,0,0,'',1,0,0,0,0,'0','',0,0,0,0,1,0,NULL,6,'a:36:{s:5:\"CTy
pe\";s:7:\"textpic\";s:16:\"sys_language_uid\";s:1:\"0\";s:6:\"colPos\";s:1:\"0\
";s:11:\"spaceBefore\";s:1:\"0\";s:10:\"spaceAfter\";s:1:\"0\";s:13:\"section_fr
ame\";s:1:\"0\";s:12:\"sectionIndex\";s:1:\"1\";s:6:\"hidden\";s:1:\"0\";s:6:\"h
eader\";s:7:\"Service\";s:15:\"header_position\";s:0:\"\";s:13:\"header_layout\"
;s:1:\"0\";s:11:\"header_link\";s:0:\"\";s:4:\"date\";s:1:\"0\";s:9:\"linkToTop\
";s:1:\"0\";s:8:\"bodytext\";s:327:\" <span lang=\"EN-US\">Wir definieren unsere
n Unternehmenserfolg ber bestmglichen Kundenservice. Unser Ziel ist es, unsere Kun
den mit den fr sie am besten geeigneten Produkten termingenau und preiswert zu ve
rsorgen, um sie in ihrer Wettbewerbsfhigkeit zu untersttzen - Unser Service fr den
Erfolg Ihres Unternehmens!</span> \";s:11:\"rte_enabled\";s:1:\"0\";s:5:\"image\
";s:0:\"\";s:11:\"imageorient\";s:2:\"17\";s:9:\"imagecols\";s:1:\"1\";s:12:\"im
age_noRows\";s:1:\"0\";s:11:\"imageborder\";s:1:\"0\";s:10:\"imagewidth\";s:1:\"
0\";s:11:\"imageheight\";s:1:\"0\";s:10:\"image_link\";s:0:\"\";s:10:\"image_zoo
m\";s:1:\"0\";s:12:\"imagecaption\";s:0:\"\";s:21:\"imagecaption_position\";s:0:
\"\";s:7:\"altText\";s:0:\"\";s:9:\"titleText\";s:0:\"\";s:11:\"longdescURL\";s:
0:\"\";s:17:\"image_compression\";s:1:\"0\";s:13:\"image_effects\";s:1:\"0\";s:9
:\"starttime\";s:1:\"0\";s:7:\"endtime\";s:1:\"0\";s:8:\"fe_group\";s:0:\"\";s:1
1:\"l18n_parent\";s:1:\"0\";}'),(26,5,0,0,0,'',0,0,0,0,0,7,1289215338,1288268025
,1,0,768,'textpic','','','Nae ime stoji za:<br />\r\n<ul><li>dolgotrajno vodstvo v
doti&#269;ni panogi</li><li>svetovanje pri izbiri produkta in uporabni tehniki<
/li><li>najbolje mednarodne kontakte </li><li>strogo izbiro dobaviteljev</li><li>n
ajboljo kakovost produktov</li><li>dolgoro&#269;no kooperacijo, tako z dobavitelji
, kot tudi z naimi strankami</li><li>zalogo obi&#269;ajnih artiklov</li><li>za str
anko specifi&#269;ne skladi&#269;ne zaloge </li><li>izbiro in nabavo posebnih prod
uktov</li><li>pravo&#269;asno dobavo s pomo&#269;jo pogodbenih pedicij ali lastnim
voznim parkom</li></ul>','',0,17,'',1,0,'',0,0,0,'','',0,0,0,'',0,0,'','','',''
,0,0,0,0,'','','','0','',0,0,0,0,'0','',0,0,0,0,'',1,0,0,0,0,'0','',0,0,0,0,1,0,
NULL,7,'a:36:{s:5:\"CType\";s:7:\"textpic\";s:16:\"sys_language_uid\";s:1:\"0\";
s:6:\"colPos\";s:1:\"0\";s:11:\"spaceBefore\";s:1:\"0\";s:10:\"spaceAfter\";s:1:
\"0\";s:13:\"section_frame\";s:1:\"0\";s:12:\"sectionIndex\";s:1:\"1\";s:6:\"hid
den\";s:1:\"0\";s:6:\"header\";s:0:\"\";s:15:\"header_position\";s:0:\"\";s:13:\
"header_layout\";s:1:\"0\";s:11:\"header_link\";s:0:\"\";s:4:\"date\";s:1:\"0\";
s:9:\"linkToTop\";s:1:\"0\";s:8:\"bodytext\";s:787:\"Wir stehen fr:\r\n<ul><li><s
pan lang=\"EN-US\">langjhrige Branchenerfahrung</span></li><li><span lang=\"EN-US
\">Beratung bei Produktauswahl und Anwendungstechnik</span></li><li><span lang=\
"EN-US\">beste Kontakte zu Global Playern </span></li><li><span lang=\"EN-US\">stre
nge Lieferantenauswahl</span></li><li><span lang=\"EN-US\">beste Produktqualitt</
span></li><li><span lang=\"EN-US\">langjhrige Kooperation, sowohl mit Lieferanten
, als auch mit unseren Kunden</span></li><li><span lang=\"EN-US\">Lagerhaltung v
on gngigen Artikeln</span></li><li><span lang=\"EN-US\">kundenspezifische Bevorra
tung</span></li><li><span lang=\"EN-US\">Auswahl und Beschaffung von Spezialprod
ukten</span></li><li><span lang=\"EN-US\">Termingenaue Belieferung mit Vertragsp
editionen oder eigenem Fuhrpark</span></li></ul>\";s:11:\"rte_enabled\";s:1:\"0\
";s:5:\"image\";s:0:\"\";s:11:\"imageorient\";s:2:\"17\";s:9:\"imagecols\";s:1:\
"1\";s:12:\"image_noRows\";s:1:\"0\";s:11:\"imageborder\";s:1:\"0\";s:10:\"image
width\";s:1:\"0\";s:11:\"imageheight\";s:1:\"0\";s:10:\"image_link\";s:0:\"\";s:
10:\"image_zoom\";s:1:\"0\";s:12:\"imagecaption\";s:0:\"\";s:21:\"imagecaption_p
osition\";s:0:\"\";s:7:\"altText\";s:0:\"\";s:9:\"titleText\";s:0:\"\";s:11:\"lo
ngdescURL\";s:0:\"\";s:17:\"image_compression\";s:1:\"0\";s:13:\"image_effects\"
;s:1:\"0\";s:9:\"starttime\";s:1:\"0\";s:7:\"endtime\";s:1:\"0\";s:8:\"fe_group\
";s:0:\"\";s:11:\"l18n_parent\";s:1:\"0\";}'),(27,2,0,0,0,'',0,0,0,0,0,3,1289214
566,1288771868,1,0,512,'textpic','Prisr&#269;no dobrodoli','','<h2>na spletni stra
ni podjetja ica d.o.o.</h2>\r\nSmo sistemski dobavitelj za navijalni material, ele
ktroizolacijske snovi, impregnacijska sredstva, preskuevalne/nadzorne naprave vse, k
ar je potrebno za proizvodnjo ali popravilo elektromotorjev in transformatorjev.
<br /><br />Na naih produktnih straneh boste nali vzor&#269;ni izbor produktov, ki j
ih dobavljamo, in sicer kot va pogodbeni trgovec ali va partner.','',0,17,'',1,0,'',
0,0,0,'','',0,0,0,'',0,0,'','','','',0,0,0,0,'','','','0','',0,0,0,0,'0','',0,0,
0,0,'',1,0,0,0,0,'0','',0,0,0,0,1,0,NULL,3,'a:36:{s:5:\"CType\";s:7:\"textpic\";
s:16:\"sys_language_uid\";s:1:\"0\";s:6:\"colPos\";s:1:\"0\";s:11:\"spaceBefore\
";s:1:\"0\";s:10:\"spaceAfter\";s:1:\"0\";s:13:\"section_frame\";s:1:\"0\";s:12:
\"sectionIndex\";s:1:\"1\";s:6:\"hidden\";s:1:\"0\";s:6:\"header\";s:19:\"Herzli
ch Willkommen\";s:15:\"header_position\";s:0:\"\";s:13:\"header_layout\";s:1:\"0
\";s:11:\"header_link\";s:0:\"\";s:4:\"date\";s:1:\"0\";s:9:\"linkToTop\";s:1:\"
0\";s:8:\"bodytext\";s:438:\"<h2><span lang=\"EN-US\">auf der Website der Firma
Zica d.o.o.</span></h2>\r\nWir sind Systemlieferant fr Wickelmaterialien, Elektro
isolierstoffe, Imprgniermittel, Prfgerte - alles was fr die Produktion oder Reparatu
r von Elektromotoren und Transformatoren bentigt wird.\r\n<span lang=\"EN-US\">Au
f unseren Produktseiten finden Sie eine exemplarische Auswahl an Produkten, die
wir als Vertragshndler oder Vertretungspartner liefern.</span>\";s:11:\"rte_enabl
ed\";s:1:\"0\";s:5:\"image\";s:0:\"\";s:11:\"imageorient\";s:2:\"17\";s:9:\"imag
ecols\";s:1:\"1\";s:12:\"image_noRows\";s:1:\"0\";s:11:\"imageborder\";s:1:\"0\"
;s:10:\"imagewidth\";s:1:\"0\";s:11:\"imageheight\";s:1:\"0\";s:10:\"image_link\
";s:0:\"\";s:10:\"image_zoom\";s:1:\"0\";s:12:\"imagecaption\";s:0:\"\";s:21:\"i
magecaption_position\";s:0:\"\";s:7:\"altText\";s:0:\"\";s:9:\"titleText\";s:0:\
"\";s:11:\"longdescURL\";s:0:\"\";s:17:\"image_compression\";s:1:\"0\";s:13:\"im
age_effects\";s:1:\"0\";s:9:\"starttime\";s:1:\"0\";s:7:\"endtime\";s:1:\"0\";s:
8:\"fe_group\";s:0:\"\";s:11:\"l18n_parent\";s:1:\"0\";}'),(28,8,0,0,0,'',0,0,0,
0,0,15,1289215420,1289215408,1,0,512,'textpic','SPP / Sploni poslovni pogoji','','
','',0,17,'',1,0,'',0,0,0,'','',0,0,0,'',0,0,'','','','',0,0,0,0,'','','','0',''
,0,0,0,0,'0','',0,0,0,0,'',1,0,0,0,0,'0','',0,0,0,0,1,0,NULL,15,'a:36:{s:5:\"CTy
pe\";s:7:\"textpic\";s:16:\"sys_language_uid\";s:1:\"0\";s:6:\"colPos\";s:1:\"0\
";s:11:\"spaceBefore\";s:1:\"0\";s:10:\"spaceAfter\";s:1:\"0\";s:13:\"section_fr
ame\";s:1:\"0\";s:12:\"sectionIndex\";s:1:\"1\";s:6:\"hidden\";s:1:\"0\";s:6:\"h
eader\";s:3:\"AGB\";s:15:\"header_position\";s:0:\"\";s:13:\"header_layout\";s:1
:\"0\";s:11:\"header_link\";s:0:\"\";s:4:\"date\";s:1:\"0\";s:9:\"linkToTop\";s:
1:\"0\";s:8:\"bodytext\";s:0:\"\";s:11:\"rte_enabled\";s:1:\"0\";s:5:\"image\";s
:0:\"\";s:11:\"imageorient\";s:2:\"17\";s:9:\"imagecols\";s:1:\"1\";s:12:\"image
_noRows\";s:1:\"0\";s:11:\"imageborder\";s:1:\"0\";s:10:\"imagewidth\";s:1:\"0\"
;s:11:\"imageheight\";s:1:\"0\";s:10:\"image_link\";s:0:\"\";s:10:\"image_zoom\"
;s:1:\"0\";s:12:\"imagecaption\";s:0:\"\";s:21:\"imagecaption_position\";s:0:\"\
";s:7:\"altText\";s:0:\"\";s:9:\"titleText\";s:0:\"\";s:11:\"longdescURL\";s:0:\
"\";s:17:\"image_compression\";s:1:\"0\";s:13:\"image_effects\";s:1:\"0\";s:9:\"
starttime\";s:1:\"0\";s:7:\"endtime\";s:1:\"0\";s:8:\"fe_group\";s:0:\"\";s:11:\
"l18n_parent\";s:1:\"0\";}'),(29,14,0,0,0,'',0,0,0,0,0,8,1289215507,1289215456,1
,0,512,'textpic','Kontakt','','<span lang=\"EN-US\"><b>Zica d.o.o.</b><br />Spel
ina ulica 022<br />p.p.133 MB<br />SI-2000 Maribor <br /></span>\r\n<span lang=\
"EN-US\">Tel.: 00386 2 426 00 99<br />Fax: 00386 2 426 01 39<br />E-Mail: </span
><span lang=\"DE-AT\"><link office@zts-wire.com>office@zts-wire.com</link></span
><span lang=\"EN-US\"></span>','',0,17,'',1,0,'',0,0,0,'','',0,0,0,'',0,0,'','',
'','',0,0,0,0,'','','','0','',0,0,0,0,'0','',0,0,0,0,'',1,0,0,0,0,'0','',0,0,0,0
,1,0,NULL,8,'a:36:{s:5:\"CType\";s:7:\"textpic\";s:16:\"sys_language_uid\";s:1:\
"0\";s:6:\"colPos\";s:1:\"0\";s:11:\"spaceBefore\";s:1:\"0\";s:10:\"spaceAfter\"
;s:1:\"0\";s:13:\"section_frame\";s:1:\"0\";s:12:\"sectionIndex\";s:1:\"1\";s:6:
\"hidden\";s:1:\"0\";s:6:\"header\";s:7:\"Kontakt\";s:15:\"header_position\";s:0
:\"\";s:13:\"header_layout\";s:1:\"0\";s:11:\"header_link\";s:0:\"\";s:4:\"date\
";s:1:\"0\";s:9:\"linkToTop\";s:1:\"0\";s:8:\"bodytext\";s:308:\"<span lang=\"EN
-US\"><b>Zica d.o.o.</b><br />Spelina ulica 022<br />p.p.133 MB<br />SI-2000 Mar
ibor <br /></span>\r\n<span lang=\"EN-US\">Tel.: 00386 2 426 00 99<br />Fax: 003
86 2 426 01 39<br />E-Mail: </span><span lang=\"DE-AT\"><link office@zts-wire.co
m>office@zts-wire.com</link></span><span lang=\"EN-US\"></span>\";s:11:\"rte_ena
bled\";s:1:\"0\";s:5:\"image\";s:0:\"\";s:11:\"imageorient\";s:2:\"17\";s:9:\"im
agecols\";s:1:\"1\";s:12:\"image_noRows\";s:1:\"0\";s:11:\"imageborder\";s:1:\"0
\";s:10:\"imagewidth\";s:1:\"0\";s:11:\"imageheight\";s:1:\"0\";s:10:\"image_lin
k\";s:0:\"\";s:10:\"image_zoom\";s:1:\"0\";s:12:\"imagecaption\";s:0:\"\";s:21:\
"imagecaption_position\";s:0:\"\";s:7:\"altText\";s:0:\"\";s:9:\"titleText\";s:0
:\"\";s:11:\"longdescURL\";s:0:\"\";s:17:\"image_compression\";s:1:\"0\";s:13:\"
image_effects\";s:1:\"0\";s:9:\"starttime\";s:1:\"0\";s:7:\"endtime\";s:1:\"0\";
s:8:\"fe_group\";s:0:\"\";s:11:\"l18n_parent\";s:1:\"0\";}'),(30,4,0,0,0,'',0,0,
0,0,0,0,1289215581,1289215581,1,0,768,'textpic','','','<b>ZTS ica trgovina in stor
itve d.o.o.</b><br /><br />pelina ulica 22, p.p. 133&nbsp; 2000 Maribor<br />Tel:
+386-2-46-04-810 Fax: +386-2-426-01-39<br />E-Mail: <link office@zts-wire.com>offi
ce@zts-wire.com</link>','',0,17,'',1,0,NULL,0,0,0,NULL,NULL,0,0,0,'',0,0,'','','
','',0,0,0,0,'','','','0','',0,0,0,0,'0','',0,0,0,0,'',1,0,0,0,0,'0',NULL,0,0,0,
0,1,0,NULL,0,'a:36:{s:5:\"CType\";N;s:16:\"sys_language_uid\";N;s:11:\"l18n_pare
nt\";N;s:6:\"colPos\";N;s:11:\"spaceBefore\";N;s:10:\"spaceAfter\";N;s:13:\"sect
ion_frame\";N;s:12:\"sectionIndex\";N;s:6:\"hidden\";N;s:6:\"header\";N;s:15:\"h
eader_position\";N;s:13:\"header_layout\";N;s:11:\"header_link\";N;s:4:\"date\";
N;s:9:\"linkToTop\";N;s:8:\"bodytext\";N;s:11:\"rte_enabled\";N;s:5:\"image\";N;
s:11:\"imageorient\";N;s:9:\"imagecols\";N;s:12:\"image_noRows\";N;s:11:\"imageb
order\";N;s:10:\"imagewidth\";N;s:11:\"imageheight\";N;s:10:\"image_link\";N;s:1
0:\"image_zoom\";N;s:12:\"imagecaption\";N;s:21:\"imagecaption_position\";N;s:7:
\"altText\";N;s:9:\"titleText\";N;s:11:\"longdescURL\";N;s:17:\"image_compressio
n\";N;s:13:\"image_effects\";N;s:9:\"starttime\";N;s:7:\"endtime\";N;s:8:\"fe_gr
oup\";N;}'),(31,25,0,0,0,'',0,0,0,0,0,0,1289216778,1289216219,1,0,256,'textpic',
'','','<link fileadmin/user_upload/PDF/10_GLP1-eHV_DE.pdf - download>Zum Downloa
d</link>','PDF_13.gif',30,26,'',1,0,NULL,0,0,0,NULL,NULL,0,0,0,'',0,0,'','','','
',0,0,0,0,'','','','0','',0,0,0,0,'0','',0,0,0,0,'',1,0,0,0,0,'0',NULL,0,0,0,0,0
,0,NULL,0,'a:35:{s:5:\"CType\";N;s:16:\"sys_language_uid\";N;s:6:\"colPos\";N;s:
11:\"spaceBefore\";N;s:10:\"spaceAfter\";N;s:13:\"section_frame\";N;s:12:\"secti
onIndex\";N;s:6:\"hidden\";N;s:6:\"header\";N;s:15:\"header_position\";N;s:13:\"
header_layout\";N;s:11:\"header_link\";N;s:4:\"date\";N;s:9:\"linkToTop\";N;s:8:
\"bodytext\";N;s:11:\"rte_enabled\";N;s:5:\"image\";N;s:11:\"imageorient\";N;s:9
:\"imagecols\";N;s:12:\"image_noRows\";N;s:11:\"imageborder\";N;s:10:\"imagewidt
h\";N;s:11:\"imageheight\";N;s:10:\"image_link\";N;s:10:\"image_zoom\";N;s:12:\"
imagecaption\";N;s:21:\"imagecaption_position\";N;s:7:\"altText\";N;s:9:\"titleT
ext\";N;s:11:\"longdescURL\";N;s:17:\"image_compression\";N;s:13:\"image_effects
\";N;s:9:\"starttime\";N;s:7:\"endtime\";N;s:8:\"fe_group\";N;}'),(32,26,0,0,0,'
',0,0,0,0,0,0,1289216991,1289216413,1,0,256,'textpic','','','<link fileadmin/use
r_upload/PDF/23_MTC2_DE.pdf - download>Zum Download</link>','PDF_01.gif',30,26,'
',1,0,NULL,0,0,0,NULL,NULL,0,0,0,'',0,0,'','','','fileadmin/user_upload/PDF/23_M
TC2_DE.pdf',0,0,0,0,'','','','0','',0,0,0,0,'0','',0,0,0,0,'',1,0,0,0,0,'0',NULL
,0,0,0,0,0,0,NULL,0,'a:35:{s:5:\"CType\";N;s:16:\"sys_language_uid\";N;s:6:\"col
Pos\";N;s:11:\"spaceBefore\";N;s:10:\"spaceAfter\";N;s:13:\"section_frame\";N;s:
12:\"sectionIndex\";N;s:6:\"hidden\";N;s:6:\"header\";N;s:15:\"header_position\"
;N;s:13:\"header_layout\";N;s:11:\"header_link\";N;s:4:\"date\";N;s:9:\"linkToTo
p\";N;s:8:\"bodytext\";N;s:11:\"rte_enabled\";N;s:5:\"image\";N;s:11:\"imageorie
nt\";N;s:9:\"imagecols\";N;s:12:\"image_noRows\";N;s:11:\"imageborder\";N;s:10:\
"imagewidth\";N;s:11:\"imageheight\";N;s:10:\"image_link\";N;s:10:\"image_zoom\"
;N;s:12:\"imagecaption\";N;s:21:\"imagecaption_position\";N;s:7:\"altText\";N;s:
9:\"titleText\";N;s:11:\"longdescURL\";N;s:17:\"image_compression\";N;s:13:\"ima
ge_effects\";N;s:9:\"starttime\";N;s:7:\"endtime\";N;s:8:\"fe_group\";N;}'),(33,
27,0,0,0,'',0,0,0,0,0,0,1289216883,1289216514,1,0,256,'textpic','','','<link fil
eadmin/user_upload/PDF/22_MotorAnalyzer_DE.pdf - download>Zum Download</link>','
PDF_02.gif',30,26,'',1,0,NULL,0,0,0,NULL,NULL,0,0,0,'',0,0,'','','','fileadmin/u
ser_upload/PDF/22_MotorAnalyzer_DE.pdf',0,0,0,0,'','','','0','',0,0,0,0,'0','',0
,0,0,0,'',1,0,0,0,0,'0',NULL,0,0,0,0,0,0,NULL,0,'a:35:{s:5:\"CType\";N;s:16:\"sy
s_language_uid\";N;s:6:\"colPos\";N;s:11:\"spaceBefore\";N;s:10:\"spaceAfter\";N
;s:13:\"section_frame\";N;s:12:\"sectionIndex\";N;s:6:\"hidden\";N;s:6:\"header\
";N;s:15:\"header_position\";N;s:13:\"header_layout\";N;s:11:\"header_link\";N;s
:4:\"date\";N;s:9:\"linkToTop\";N;s:8:\"bodytext\";N;s:11:\"rte_enabled\";N;s:5:
\"image\";N;s:11:\"imageorient\";N;s:9:\"imagecols\";N;s:12:\"image_noRows\";N;s
:11:\"imageborder\";N;s:10:\"imagewidth\";N;s:11:\"imageheight\";N;s:10:\"image_
link\";N;s:10:\"image_zoom\";N;s:12:\"imagecaption\";N;s:21:\"imagecaption_posit
ion\";N;s:7:\"altText\";N;s:9:\"titleText\";N;s:11:\"longdescURL\";N;s:17:\"imag
e_compression\";N;s:13:\"image_effects\";N;s:9:\"starttime\";N;s:7:\"endtime\";N
;s:8:\"fe_group\";N;}'),(34,28,0,0,0,'',0,0,0,0,0,0,1289216918,1289216574,1,0,25
6,'textpic','','','<link fileadmin/user_upload/PDF/13_GLP2-ce_DE.pdf - download>
Zum Download</link>','PDF_03.gif',30,26,'',1,0,NULL,0,0,0,NULL,NULL,0,0,0,'',0,0
,'','','','fileadmin/user_upload/PDF/13_GLP2-ce_DE.pdf',0,0,0,0,'','','','0','',
0,0,0,0,'0','',0,0,0,0,'',1,0,0,0,0,'0',NULL,0,0,0,0,0,0,NULL,0,'a:35:{s:5:\"CTy
pe\";N;s:16:\"sys_language_uid\";N;s:6:\"colPos\";N;s:11:\"spaceBefore\";N;s:10:
\"spaceAfter\";N;s:13:\"section_frame\";N;s:12:\"sectionIndex\";N;s:6:\"hidden\"
;N;s:6:\"header\";N;s:15:\"header_position\";N;s:13:\"header_layout\";N;s:11:\"h
eader_link\";N;s:4:\"date\";N;s:9:\"linkToTop\";N;s:8:\"bodytext\";N;s:11:\"rte_
enabled\";N;s:5:\"image\";N;s:11:\"imageorient\";N;s:9:\"imagecols\";N;s:12:\"im
age_noRows\";N;s:11:\"imageborder\";N;s:10:\"imagewidth\";N;s:11:\"imageheight\"
;N;s:10:\"image_link\";N;s:10:\"image_zoom\";N;s:12:\"imagecaption\";N;s:21:\"im
agecaption_position\";N;s:7:\"altText\";N;s:9:\"titleText\";N;s:11:\"longdescURL
\";N;s:17:\"image_compression\";N;s:13:\"image_effects\";N;s:9:\"starttime\";N;s
:7:\"endtime\";N;s:8:\"fe_group\";N;}'),(35,29,0,0,0,'',0,0,0,0,0,0,1289216959,1
289216637,1,0,256,'textpic','','','<link fileadmin/user_upload/PDF/19_Motorteste
r_DE.pdf - download>Zum Download</link>','PDF_04.gif',30,26,'',1,0,NULL,0,0,0,NU
LL,NULL,0,0,0,'',0,0,'','','','fileadmin/user_upload/PDF/19_Motortester_DE.pdf',
0,0,0,0,'','','','0','',0,0,0,0,'0','',0,0,0,0,'',1,0,0,0,0,'0',NULL,0,0,0,0,0,0
,NULL,0,'a:35:{s:5:\"CType\";N;s:16:\"sys_language_uid\";N;s:6:\"colPos\";N;s:11
:\"spaceBefore\";N;s:10:\"spaceAfter\";N;s:13:\"section_frame\";N;s:12:\"section
Index\";N;s:6:\"hidden\";N;s:6:\"header\";N;s:15:\"header_position\";N;s:13:\"he
ader_layout\";N;s:11:\"header_link\";N;s:4:\"date\";N;s:9:\"linkToTop\";N;s:8:\"
bodytext\";N;s:11:\"rte_enabled\";N;s:5:\"image\";N;s:11:\"imageorient\";N;s:9:\
"imagecols\";N;s:12:\"image_noRows\";N;s:11:\"imageborder\";N;s:10:\"imagewidth\
";N;s:11:\"imageheight\";N;s:10:\"image_link\";N;s:10:\"image_zoom\";N;s:12:\"im
agecaption\";N;s:21:\"imagecaption_position\";N;s:7:\"altText\";N;s:9:\"titleTex
t\";N;s:11:\"longdescURL\";N;s:17:\"image_compression\";N;s:13:\"image_effects\"
;N;s:9:\"starttime\";N;s:7:\"endtime\";N;s:8:\"fe_group\";N;}'),(36,25,0,0,0,'',
0,0,0,0,0,0,1289216765,1289216765,1,0,128,'textpic','HV-Tester','','','',0,17,''
,1,0,NULL,0,0,0,NULL,NULL,0,0,0,'',0,0,'','','','',0,0,0,0,'','','','0','',0,0,0
,0,'0','',0,0,0,0,'',1,0,0,0,0,'0',NULL,0,0,0,0,0,0,NULL,0,'a:35:{s:5:\"CType\";
N;s:16:\"sys_language_uid\";N;s:6:\"colPos\";N;s:11:\"spaceBefore\";N;s:10:\"spa
ceAfter\";N;s:13:\"section_frame\";N;s:12:\"sectionIndex\";N;s:6:\"hidden\";N;s:
6:\"header\";N;s:15:\"header_position\";N;s:13:\"header_layout\";N;s:11:\"header
_link\";N;s:4:\"date\";N;s:9:\"linkToTop\";N;s:8:\"bodytext\";N;s:11:\"rte_enabl
ed\";N;s:5:\"image\";N;s:11:\"imageorient\";N;s:9:\"imagecols\";N;s:12:\"image_n
oRows\";N;s:11:\"imageborder\";N;s:10:\"imagewidth\";N;s:11:\"imageheight\";N;s:
10:\"image_link\";N;s:10:\"image_zoom\";N;s:12:\"imagecaption\";N;s:21:\"imageca
ption_position\";N;s:7:\"altText\";N;s:9:\"titleText\";N;s:11:\"longdescURL\";N;
s:17:\"image_compression\";N;s:13:\"image_effects\";N;s:9:\"starttime\";N;s:7:\"
endtime\";N;s:8:\"fe_group\";N;}'),(37,26,0,0,0,'',0,0,0,0,0,0,1289216809,128921
6809,1,0,128,'textpic','Surgetester','','','',0,17,'',1,0,NULL,0,0,0,NULL,NULL,0
,0,0,'',0,0,'','','','',0,0,0,0,'','','','0','',0,0,0,0,'0','',0,0,0,0,'',1,0,0,
0,0,'0',NULL,0,0,0,0,0,0,NULL,0,'a:35:{s:5:\"CType\";N;s:16:\"sys_language_uid\"
;N;s:6:\"colPos\";N;s:11:\"spaceBefore\";N;s:10:\"spaceAfter\";N;s:13:\"section_
frame\";N;s:12:\"sectionIndex\";N;s:6:\"hidden\";N;s:6:\"header\";N;s:15:\"heade
r_position\";N;s:13:\"header_layout\";N;s:11:\"header_link\";N;s:4:\"date\";N;s:
9:\"linkToTop\";N;s:8:\"bodytext\";N;s:11:\"rte_enabled\";N;s:5:\"image\";N;s:11
:\"imageorient\";N;s:9:\"imagecols\";N;s:12:\"image_noRows\";N;s:11:\"imageborde
r\";N;s:10:\"imagewidth\";N;s:11:\"imageheight\";N;s:10:\"image_link\";N;s:10:\"
image_zoom\";N;s:12:\"imagecaption\";N;s:21:\"imagecaption_position\";N;s:7:\"al
tText\";N;s:9:\"titleText\";N;s:11:\"longdescURL\";N;s:17:\"image_compression\";
N;s:13:\"image_effects\";N;s:9:\"starttime\";N;s:7:\"endtime\";N;s:8:\"fe_group\
";N;}'),(38,27,0,0,0,'',0,0,0,0,0,0,1289216858,1289216858,1,0,128,'textpic','Uni
versaltester','','','',0,17,'',1,0,NULL,0,0,0,NULL,NULL,0,0,0,'',0,0,'','','',''
,0,0,0,0,'','','','0','',0,0,0,0,'0','',0,0,0,0,'',1,0,0,0,0,'0',NULL,0,0,0,0,0,
0,NULL,0,'a:35:{s:5:\"CType\";N;s:16:\"sys_language_uid\";N;s:6:\"colPos\";N;s:1
1:\"spaceBefore\";N;s:10:\"spaceAfter\";N;s:13:\"section_frame\";N;s:12:\"sectio
nIndex\";N;s:6:\"hidden\";N;s:6:\"header\";N;s:15:\"header_position\";N;s:13:\"h
eader_layout\";N;s:11:\"header_link\";N;s:4:\"date\";N;s:9:\"linkToTop\";N;s:8:\
"bodytext\";N;s:11:\"rte_enabled\";N;s:5:\"image\";N;s:11:\"imageorient\";N;s:9:
\"imagecols\";N;s:12:\"image_noRows\";N;s:11:\"imageborder\";N;s:10:\"imagewidth
\";N;s:11:\"imageheight\";N;s:10:\"image_link\";N;s:10:\"image_zoom\";N;s:12:\"i
magecaption\";N;s:21:\"imagecaption_position\";N;s:7:\"altText\";N;s:9:\"titleTe
xt\";N;s:11:\"longdescURL\";N;s:17:\"image_compression\";N;s:13:\"image_effects\
";N;s:9:\"starttime\";N;s:7:\"endtime\";N;s:8:\"fe_group\";N;}'),(39,28,0,0,0,''
,0,0,0,0,0,0,1289216901,1289216901,1,0,128,'textpic','Sicherheitstester','','','
',0,17,'',1,0,NULL,0,0,0,NULL,NULL,0,0,0,'',0,0,'','','','',0,0,0,0,'','','','0'
,'',0,0,0,0,'0','',0,0,0,0,'',1,0,0,0,0,'0',NULL,0,0,0,0,0,0,NULL,0,'a:35:{s:5:\
"CType\";N;s:16:\"sys_language_uid\";N;s:6:\"colPos\";N;s:11:\"spaceBefore\";N;s
:10:\"spaceAfter\";N;s:13:\"section_frame\";N;s:12:\"sectionIndex\";N;s:6:\"hidd
en\";N;s:6:\"header\";N;s:15:\"header_position\";N;s:13:\"header_layout\";N;s:11
:\"header_link\";N;s:4:\"date\";N;s:9:\"linkToTop\";N;s:8:\"bodytext\";N;s:11:\"
rte_enabled\";N;s:5:\"image\";N;s:11:\"imageorient\";N;s:9:\"imagecols\";N;s:12:
\"image_noRows\";N;s:11:\"imageborder\";N;s:10:\"imagewidth\";N;s:11:\"imageheig
ht\";N;s:10:\"image_link\";N;s:10:\"image_zoom\";N;s:12:\"imagecaption\";N;s:21:
\"imagecaption_position\";N;s:7:\"altText\";N;s:9:\"titleText\";N;s:11:\"longdes
cURL\";N;s:17:\"image_compression\";N;s:13:\"image_effects\";N;s:9:\"starttime\"
;N;s:7:\"endtime\";N;s:8:\"fe_group\";N;}'),(40,29,0,0,0,'',0,0,0,0,0,0,12892169
32,1289216932,1,0,128,'textpic','Motortester','','','',0,17,'',1,0,NULL,0,0,0,NU
LL,NULL,0,0,0,'',0,0,'','','','',0,0,0,0,'','','','0','',0,0,0,0,'0','',0,0,0,0,
'',1,0,0,0,0,'0',NULL,0,0,0,0,0,0,NULL,0,'a:35:{s:5:\"CType\";N;s:16:\"sys_langu
age_uid\";N;s:6:\"colPos\";N;s:11:\"spaceBefore\";N;s:10:\"spaceAfter\";N;s:13:\
"section_frame\";N;s:12:\"sectionIndex\";N;s:6:\"hidden\";N;s:6:\"header\";N;s:1
5:\"header_position\";N;s:13:\"header_layout\";N;s:11:\"header_link\";N;s:4:\"da
te\";N;s:9:\"linkToTop\";N;s:8:\"bodytext\";N;s:11:\"rte_enabled\";N;s:5:\"image
\";N;s:11:\"imageorient\";N;s:9:\"imagecols\";N;s:12:\"image_noRows\";N;s:11:\"i
mageborder\";N;s:10:\"imagewidth\";N;s:11:\"imageheight\";N;s:10:\"image_link\";
N;s:10:\"image_zoom\";N;s:12:\"imagecaption\";N;s:21:\"imagecaption_position\";N
;s:7:\"altText\";N;s:9:\"titleText\";N;s:11:\"longdescURL\";N;s:17:\"image_compr
ession\";N;s:13:\"image_effects\";N;s:9:\"starttime\";N;s:7:\"endtime\";N;s:8:\"
fe_group\";N;}'),(41,9,0,0,0,'',0,0,0,0,0,18,1289227965,1289227956,1,0,768,'menu
','NAVIJALNI MATERIAL','',NULL,'',0,0,NULL,1,0,'',0,0,0,'','9',0,0,0,'',0,0,'','
','','',0,0,0,0,NULL,NULL,NULL,'0','',0,0,0,0,'1','',0,0,0,0,'',1,0,0,0,0,'0',''
,0,0,0,0,1,0,NULL,18,'a:20:{s:5:\"CType\";s:4:\"menu\";s:16:\"sys_language_uid\"
;s:1:\"0\";s:6:\"colPos\";s:1:\"0\";s:11:\"spaceBefore\";s:1:\"0\";s:10:\"spaceA
fter\";s:1:\"0\";s:13:\"section_frame\";s:1:\"0\";s:12:\"sectionIndex\";s:1:\"1\
";s:6:\"hidden\";s:1:\"0\";s:6:\"header\";s:14:\"Wickelmaterial\";s:15:\"header_
position\";s:0:\"\";s:13:\"header_layout\";s:1:\"0\";s:11:\"header_link\";s:0:\"
\";s:4:\"date\";s:1:\"0\";s:9:\"linkToTop\";s:1:\"0\";s:9:\"menu_type\";s:1:\"1\
";s:5:\"pages\";s:1:\"9\";s:9:\"starttime\";s:1:\"0\";s:7:\"endtime\";s:1:\"0\";
s:8:\"fe_group\";s:0:\"\";s:11:\"l18n_parent\";s:1:\"0\";}'),(42,10,0,0,0,'',0,0
,0,0,0,19,1289227984,1289227976,1,0,192,'menu','ELEKTROIZOLACIJSKI MATERIAL','',
NULL,'',0,0,NULL,1,0,'',0,0,0,'','10',0,0,0,'',0,0,'','','','',0,0,0,0,NULL,NULL
,NULL,'0','',0,0,0,0,'1','',0,0,0,0,'',1,0,0,0,0,'0','',0,0,0,0,1,0,NULL,19,'a:2
0:{s:5:\"CType\";s:4:\"menu\";s:16:\"sys_language_uid\";s:1:\"0\";s:6:\"colPos\"
;s:1:\"0\";s:11:\"spaceBefore\";s:1:\"0\";s:10:\"spaceAfter\";s:1:\"0\";s:13:\"s
ection_frame\";s:1:\"0\";s:12:\"sectionIndex\";s:1:\"1\";s:6:\"hidden\";s:1:\"0\
";s:6:\"header\";s:22:\"Elektroisoliermaterial\";s:15:\"header_position\";s:0:\"
\";s:13:\"header_layout\";s:1:\"0\";s:11:\"header_link\";s:0:\"\";s:4:\"date\";s
:1:\"0\";s:9:\"linkToTop\";s:1:\"0\";s:9:\"menu_type\";s:1:\"1\";s:5:\"pages\";s
:2:\"10\";s:9:\"starttime\";s:1:\"0\";s:7:\"endtime\";s:1:\"0\";s:8:\"fe_group\"
;s:0:\"\";s:11:\"l18n_parent\";s:1:\"0\";}'),(43,11,0,0,0,'',0,0,0,0,0,20,128922
8005,1289227998,1,0,192,'menu','IMPREGNACIJSKA SREDSTVA','',NULL,'',0,0,NULL,1,0
,'',0,0,0,'','11',0,0,0,'',0,0,'','','','',0,0,0,0,NULL,NULL,NULL,'0','',0,0,0,0
,'1','',0,0,0,0,'',1,0,0,0,0,'0','',0,0,0,0,1,0,NULL,20,'a:20:{s:5:\"CType\";s:4
:\"menu\";s:16:\"sys_language_uid\";s:1:\"0\";s:6:\"colPos\";s:1:\"0\";s:11:\"sp
aceBefore\";s:1:\"0\";s:10:\"spaceAfter\";s:1:\"0\";s:13:\"section_frame\";s:1:\
"0\";s:12:\"sectionIndex\";s:1:\"1\";s:6:\"hidden\";s:1:\"0\";s:6:\"header\";s:1
6:\"Imprgniermittel\";s:15:\"header_position\";s:0:\"\";s:13:\"header_layout\";s:
1:\"0\";s:11:\"header_link\";s:0:\"\";s:4:\"date\";s:1:\"0\";s:9:\"linkToTop\";s
:1:\"0\";s:9:\"menu_type\";s:1:\"1\";s:5:\"pages\";s:2:\"11\";s:9:\"starttime\";
s:1:\"0\";s:7:\"endtime\";s:1:\"0\";s:8:\"fe_group\";s:0:\"\";s:11:\"l18n_parent
\";s:1:\"0\";}'),(44,12,0,0,0,'',0,0,0,0,0,21,1289228026,1289228017,1,0,192,'men
u','PRESKUEVALNE/NADZORNE NAPRAVE','',NULL,'',0,0,NULL,1,0,'',0,0,0,'','12',0,0,0,
'',0,0,'','','','',0,0,0,0,NULL,NULL,NULL,'0','',0,0,0,0,'1','',0,0,0,0,'',1,0,0
,0,0,'0','',0,0,0,0,1,0,NULL,21,'a:20:{s:5:\"CType\";s:4:\"menu\";s:16:\"sys_lan
guage_uid\";s:1:\"0\";s:6:\"colPos\";s:1:\"0\";s:11:\"spaceBefore\";s:1:\"0\";s:
10:\"spaceAfter\";s:1:\"0\";s:13:\"section_frame\";s:1:\"0\";s:12:\"sectionIndex
\";s:1:\"1\";s:6:\"hidden\";s:1:\"0\";s:6:\"header\";s:10:\"Prfgerte\";s:15:\"head
er_position\";s:0:\"\";s:13:\"header_layout\";s:1:\"0\";s:11:\"header_link\";s:0
:\"\";s:4:\"date\";s:1:\"0\";s:9:\"linkToTop\";s:1:\"0\";s:9:\"menu_type\";s:1:\
"1\";s:5:\"pages\";s:2:\"12\";s:9:\"starttime\";s:1:\"0\";s:7:\"endtime\";s:1:\"
0\";s:8:\"fe_group\";s:0:\"\";s:11:\"l18n_parent\";s:1:\"0\";}'),(45,13,0,0,0,''
,0,0,0,0,0,13,1289228050,1289228043,1,0,512,'textpic','ELEKTROMOTORJI','','','',
0,17,'',1,0,'',0,0,0,'','',0,0,0,'',0,0,'','','','',0,0,0,0,'','','','0','',0,0,
0,0,'0','',0,0,0,0,'',1,0,0,0,0,'0','',0,0,0,0,1,0,NULL,13,'a:36:{s:5:\"CType\";
s:7:\"textpic\";s:16:\"sys_language_uid\";s:1:\"0\";s:6:\"colPos\";s:1:\"0\";s:1
1:\"spaceBefore\";s:1:\"0\";s:10:\"spaceAfter\";s:1:\"0\";s:13:\"section_frame\"
;s:1:\"0\";s:12:\"sectionIndex\";s:1:\"1\";s:6:\"hidden\";s:1:\"0\";s:6:\"header
\";s:14:\"Elektromotoren\";s:15:\"header_position\";s:0:\"\";s:13:\"header_layou
t\";s:1:\"0\";s:11:\"header_link\";s:0:\"\";s:4:\"date\";s:1:\"0\";s:9:\"linkToT
op\";s:1:\"0\";s:8:\"bodytext\";s:0:\"\";s:11:\"rte_enabled\";s:1:\"0\";s:5:\"im
age\";s:0:\"\";s:11:\"imageorient\";s:2:\"17\";s:9:\"imagecols\";s:1:\"1\";s:12:
\"image_noRows\";s:1:\"0\";s:11:\"imageborder\";s:1:\"0\";s:10:\"imagewidth\";s:
1:\"0\";s:11:\"imageheight\";s:1:\"0\";s:10:\"image_link\";s:0:\"\";s:10:\"image
_zoom\";s:1:\"0\";s:12:\"imagecaption\";s:0:\"\";s:21:\"imagecaption_position\";
s:0:\"\";s:7:\"altText\";s:0:\"\";s:9:\"titleText\";s:0:\"\";s:11:\"longdescURL\
";s:0:\"\";s:17:\"image_compression\";s:1:\"0\";s:13:\"image_effects\";s:1:\"0\"
;s:9:\"starttime\";s:1:\"0\";s:7:\"endtime\";s:1:\"0\";s:8:\"fe_group\";s:0:\"\"
;s:11:\"l18n_parent\";s:1:\"0\";}'),(46,17,0,0,0,'',0,0,0,0,0,0,1289313801,12893
13801,1,0,256,'textpic','Kupferbnder und Kupferstangen','','','',0,17,'',1,0,NULL,
0,0,0,NULL,NULL,0,0,0,'',0,0,'','','','',0,0,0,0,'','','','0','',0,0,0,0,'0','',
0,0,0,0,'',1,0,0,0,0,'0',NULL,0,0,0,0,0,0,NULL,0,'a:35:{s:5:\"CType\";N;s:16:\"s
ys_language_uid\";N;s:6:\"colPos\";N;s:11:\"spaceBefore\";N;s:10:\"spaceAfter\";
N;s:13:\"section_frame\";N;s:12:\"sectionIndex\";N;s:6:\"hidden\";N;s:6:\"header
\";N;s:15:\"header_position\";N;s:13:\"header_layout\";N;s:11:\"header_link\";N;
s:4:\"date\";N;s:9:\"linkToTop\";N;s:8:\"bodytext\";N;s:11:\"rte_enabled\";N;s:5
:\"image\";N;s:11:\"imageorient\";N;s:9:\"imagecols\";N;s:12:\"image_noRows\";N;
s:11:\"imageborder\";N;s:10:\"imagewidth\";N;s:11:\"imageheight\";N;s:10:\"image
_link\";N;s:10:\"image_zoom\";N;s:12:\"imagecaption\";N;s:21:\"imagecaption_posi
tion\";N;s:7:\"altText\";N;s:9:\"titleText\";N;s:11:\"longdescURL\";N;s:17:\"ima
ge_compression\";N;s:13:\"image_effects\";N;s:9:\"starttime\";N;s:7:\"endtime\";
N;s:8:\"fe_group\";N;}'),(47,17,0,0,0,'',0,0,0,0,0,0,1289316203,1289313879,1,0,5
12,'textpic','','','<link fileadmin/user_upload/PDF/Broschuere_Band_deutsch.pdf
- download>Kupferbnder zum Download</link>','PDF_05.gif',30,26,'',1,0,NULL,0,0,0,N
ULL,NULL,0,0,0,'',0,0,'','','','fileadmin/user_upload/PDF/Broschuere_Band_deutsc
h.pdf',0,0,0,0,'','','','0','',0,0,0,0,'0','',0,0,0,0,'',1,0,0,0,0,'0',NULL,0,0,
0,0,0,0,NULL,0,'a:35:{s:5:\"CType\";N;s:16:\"sys_language_uid\";N;s:6:\"colPos\"
;N;s:11:\"spaceBefore\";N;s:10:\"spaceAfter\";N;s:13:\"section_frame\";N;s:12:\"
sectionIndex\";N;s:6:\"hidden\";N;s:6:\"header\";N;s:15:\"header_position\";N;s:
13:\"header_layout\";N;s:11:\"header_link\";N;s:4:\"date\";N;s:9:\"linkToTop\";N
;s:8:\"bodytext\";N;s:11:\"rte_enabled\";N;s:5:\"image\";N;s:11:\"imageorient\";
N;s:9:\"imagecols\";N;s:12:\"image_noRows\";N;s:11:\"imageborder\";N;s:10:\"imag
ewidth\";N;s:11:\"imageheight\";N;s:10:\"image_link\";N;s:10:\"image_zoom\";N;s:
12:\"imagecaption\";N;s:21:\"imagecaption_position\";N;s:7:\"altText\";N;s:9:\"t
itleText\";N;s:11:\"longdescURL\";N;s:17:\"image_compression\";N;s:13:\"image_ef
fects\";N;s:9:\"starttime\";N;s:7:\"endtime\";N;s:8:\"fe_group\";N;}'),(48,17,0,
0,0,'',0,0,0,0,0,0,1289316333,1289316244,1,0,768,'textpic','','','<link fileadmi
n/user_upload/PDF/MKM-Stangen_Profile.pdf - download>Kupferstange zum Download</
link>','PDF_06.gif',30,26,'',1,0,NULL,0,0,0,NULL,NULL,0,0,0,'',0,0,'','','','fil
eadmin/user_upload/PDF/MKM-Stangen_Profile.pdf',0,0,0,0,'','','','0','',0,0,0,0,
'0','',0,0,0,0,'',1,0,0,0,0,'0',NULL,0,0,0,0,0,0,NULL,0,'a:35:{s:5:\"CType\";N;s
:16:\"sys_language_uid\";N;s:6:\"colPos\";N;s:11:\"spaceBefore\";N;s:10:\"spaceA
fter\";N;s:13:\"section_frame\";N;s:12:\"sectionIndex\";N;s:6:\"hidden\";N;s:6:\
"header\";N;s:15:\"header_position\";N;s:13:\"header_layout\";N;s:11:\"header_li
nk\";N;s:4:\"date\";N;s:9:\"linkToTop\";N;s:8:\"bodytext\";N;s:11:\"rte_enabled\
";N;s:5:\"image\";N;s:11:\"imageorient\";N;s:9:\"imagecols\";N;s:12:\"image_noRo
ws\";N;s:11:\"imageborder\";N;s:10:\"imagewidth\";N;s:11:\"imageheight\";N;s:10:
\"image_link\";N;s:10:\"image_zoom\";N;s:12:\"imagecaption\";N;s:21:\"imagecapti
on_position\";N;s:7:\"altText\";N;s:9:\"titleText\";N;s:11:\"longdescURL\";N;s:1
7:\"image_compression\";N;s:13:\"image_effects\";N;s:9:\"starttime\";N;s:7:\"end
time\";N;s:8:\"fe_group\";N;}'),(49,15,0,0,0,'',0,0,0,0,0,0,1289395647,128939564
7,1,0,256,'textpic','Kupferdrhte rund','','','',0,17,'',1,0,NULL,0,0,0,NULL,NULL,0
,0,0,'',0,0,'','','','',0,0,0,0,'','','','0','',0,0,0,0,'0','',0,0,0,0,'',1,0,0,
0,0,'0',NULL,0,0,0,0,0,0,NULL,0,'a:35:{s:5:\"CType\";N;s:16:\"sys_language_uid\"
;N;s:6:\"colPos\";N;s:11:\"spaceBefore\";N;s:10:\"spaceAfter\";N;s:13:\"section_
frame\";N;s:12:\"sectionIndex\";N;s:6:\"hidden\";N;s:6:\"header\";N;s:15:\"heade
r_position\";N;s:13:\"header_layout\";N;s:11:\"header_link\";N;s:4:\"date\";N;s:
9:\"linkToTop\";N;s:8:\"bodytext\";N;s:11:\"rte_enabled\";N;s:5:\"image\";N;s:11
:\"imageorient\";N;s:9:\"imagecols\";N;s:12:\"image_noRows\";N;s:11:\"imageborde
r\";N;s:10:\"imagewidth\";N;s:11:\"imageheight\";N;s:10:\"image_link\";N;s:10:\"
image_zoom\";N;s:12:\"imagecaption\";N;s:21:\"imagecaption_position\";N;s:7:\"al
tText\";N;s:9:\"titleText\";N;s:11:\"longdescURL\";N;s:17:\"image_compression\";
N;s:13:\"image_effects\";N;s:9:\"starttime\";N;s:7:\"endtime\";N;s:8:\"fe_group\
";N;}'),(50,15,0,0,0,'',0,0,0,0,0,49,1289395689,1289395676,1,0,512,'textpic','Ba
krene ice okrogle','','','',0,17,'',1,0,'',0,0,0,'','',0,0,0,'',0,0,'','','','',0,
0,0,0,'','','','0','',0,0,0,0,'0','',0,0,0,0,'',1,0,0,0,0,'0','',0,0,0,0,1,0,NUL
L,49,'a:36:{s:5:\"CType\";s:7:\"textpic\";s:16:\"sys_language_uid\";s:1:\"0\";s:
6:\"colPos\";s:1:\"0\";s:11:\"spaceBefore\";s:1:\"0\";s:10:\"spaceAfter\";s:1:\"
0\";s:13:\"section_frame\";s:1:\"0\";s:12:\"sectionIndex\";s:1:\"1\";s:6:\"hidde
n\";s:1:\"0\";s:6:\"header\";s:17:\"Kupferdrhte rund\";s:15:\"header_position\";s
:0:\"\";s:13:\"header_layout\";s:1:\"0\";s:11:\"header_link\";s:0:\"\";s:4:\"dat
e\";s:1:\"0\";s:9:\"linkToTop\";s:1:\"0\";s:8:\"bodytext\";s:0:\"\";s:11:\"rte_e
nabled\";s:1:\"0\";s:5:\"image\";s:0:\"\";s:11:\"imageorient\";s:2:\"17\";s:9:\"
imagecols\";s:1:\"1\";s:12:\"image_noRows\";s:1:\"0\";s:11:\"imageborder\";s:1:\
"0\";s:10:\"imagewidth\";s:1:\"0\";s:11:\"imageheight\";s:1:\"0\";s:10:\"image_l
ink\";s:0:\"\";s:10:\"image_zoom\";s:1:\"0\";s:12:\"imagecaption\";s:0:\"\";s:21
:\"imagecaption_position\";s:0:\"\";s:7:\"altText\";s:0:\"\";s:9:\"titleText\";s
:0:\"\";s:11:\"longdescURL\";s:0:\"\";s:17:\"image_compression\";s:1:\"0\";s:13:
\"image_effects\";s:1:\"0\";s:9:\"starttime\";s:1:\"0\";s:7:\"endtime\";s:1:\"0\
";s:8:\"fe_group\";s:0:\"\";s:11:\"l18n_parent\";s:1:\"0\";}'),(51,16,0,0,0,'',0
,0,0,0,0,0,1289396267,1289396267,1,0,256,'textpic','Kupferdrhte flach','','','',0,
17,'',1,0,NULL,0,0,0,NULL,NULL,0,0,0,'',0,0,'','','','',0,0,0,0,'','','','0','',
0,0,0,0,'0','',0,0,0,0,'',1,0,0,0,0,'0',NULL,0,0,0,0,0,0,NULL,0,'a:35:{s:5:\"CTy
pe\";N;s:16:\"sys_language_uid\";N;s:6:\"colPos\";N;s:11:\"spaceBefore\";N;s:10:
\"spaceAfter\";N;s:13:\"section_frame\";N;s:12:\"sectionIndex\";N;s:6:\"hidden\"
;N;s:6:\"header\";N;s:15:\"header_position\";N;s:13:\"header_layout\";N;s:11:\"h
eader_link\";N;s:4:\"date\";N;s:9:\"linkToTop\";N;s:8:\"bodytext\";N;s:11:\"rte_
enabled\";N;s:5:\"image\";N;s:11:\"imageorient\";N;s:9:\"imagecols\";N;s:12:\"im
age_noRows\";N;s:11:\"imageborder\";N;s:10:\"imagewidth\";N;s:11:\"imageheight\"
;N;s:10:\"image_link\";N;s:10:\"image_zoom\";N;s:12:\"imagecaption\";N;s:21:\"im
agecaption_position\";N;s:7:\"altText\";N;s:9:\"titleText\";N;s:11:\"longdescURL
\";N;s:17:\"image_compression\";N;s:13:\"image_effects\";N;s:9:\"starttime\";N;s
:7:\"endtime\";N;s:8:\"fe_group\";N;}'),(52,16,0,0,0,'',0,0,0,0,0,51,1289396305,
1289396294,1,0,512,'textpic','Bakrene ice ploske','','','',0,17,'',1,0,'',0,0,0,''
,'',0,0,0,'',0,0,'','','','',0,0,0,0,'','','','0','',0,0,0,0,'0','',0,0,0,0,'',1
,0,0,0,0,'0','',0,0,0,0,1,0,NULL,51,'a:36:{s:5:\"CType\";s:7:\"textpic\";s:16:\"
sys_language_uid\";s:1:\"0\";s:6:\"colPos\";s:1:\"0\";s:11:\"spaceBefore\";s:1:\
"0\";s:10:\"spaceAfter\";s:1:\"0\";s:13:\"section_frame\";s:1:\"0\";s:12:\"secti
onIndex\";s:1:\"1\";s:6:\"hidden\";s:1:\"0\";s:6:\"header\";s:18:\"Kupferdrhte fl
ach\";s:15:\"header_position\";s:0:\"\";s:13:\"header_layout\";s:1:\"0\";s:11:\"
header_link\";s:0:\"\";s:4:\"date\";s:1:\"0\";s:9:\"linkToTop\";s:1:\"0\";s:8:\"
bodytext\";s:0:\"\";s:11:\"rte_enabled\";s:1:\"0\";s:5:\"image\";s:0:\"\";s:11:\
"imageorient\";s:2:\"17\";s:9:\"imagecols\";s:1:\"1\";s:12:\"image_noRows\";s:1:
\"0\";s:11:\"imageborder\";s:1:\"0\";s:10:\"imagewidth\";s:1:\"0\";s:11:\"imageh
eight\";s:1:\"0\";s:10:\"image_link\";s:0:\"\";s:10:\"image_zoom\";s:1:\"0\";s:1
2:\"imagecaption\";s:0:\"\";s:21:\"imagecaption_position\";s:0:\"\";s:7:\"altTex
t\";s:0:\"\";s:9:\"titleText\";s:0:\"\";s:11:\"longdescURL\";s:0:\"\";s:17:\"ima
ge_compression\";s:1:\"0\";s:13:\"image_effects\";s:1:\"0\";s:9:\"starttime\";s:
1:\"0\";s:7:\"endtime\";s:1:\"0\";s:8:\"fe_group\";s:0:\"\";s:11:\"l18n_parent\"
;s:1:\"0\";}'),(53,17,0,0,0,'',0,0,0,0,0,46,1289396364,1289396347,1,0,384,'textp
ic','Bakreni trakovi in bakrene palice','','','',0,17,'',1,0,'',0,0,0,'','',0,0,
0,'',0,0,'','','','',0,0,0,0,'','','','0','',0,0,0,0,'0','',0,0,0,0,'',1,0,0,0,0
,'0','',0,0,0,0,1,0,NULL,46,'a:36:{s:5:\"CType\";s:7:\"textpic\";s:16:\"sys_lang
uage_uid\";s:1:\"0\";s:6:\"colPos\";s:1:\"0\";s:11:\"spaceBefore\";s:1:\"0\";s:1
0:\"spaceAfter\";s:1:\"0\";s:13:\"section_frame\";s:1:\"0\";s:12:\"sectionIndex\
";s:1:\"1\";s:6:\"hidden\";s:1:\"0\";s:6:\"header\";s:30:\"Kupferbnder und Kupfer
stangen\";s:15:\"header_position\";s:0:\"\";s:13:\"header_layout\";s:1:\"0\";s:1
1:\"header_link\";s:0:\"\";s:4:\"date\";s:1:\"0\";s:9:\"linkToTop\";s:1:\"0\";s:
8:\"bodytext\";s:0:\"\";s:11:\"rte_enabled\";s:1:\"0\";s:5:\"image\";s:0:\"\";s:
11:\"imageorient\";s:2:\"17\";s:9:\"imagecols\";s:1:\"1\";s:12:\"image_noRows\";
s:1:\"0\";s:11:\"imageborder\";s:1:\"0\";s:10:\"imagewidth\";s:1:\"0\";s:11:\"im
ageheight\";s:1:\"0\";s:10:\"image_link\";s:0:\"\";s:10:\"image_zoom\";s:1:\"0\"
;s:12:\"imagecaption\";s:0:\"\";s:21:\"imagecaption_position\";s:0:\"\";s:7:\"al
tText\";s:0:\"\";s:9:\"titleText\";s:0:\"\";s:11:\"longdescURL\";s:0:\"\";s:17:\
"image_compression\";s:1:\"0\";s:13:\"image_effects\";s:1:\"0\";s:9:\"starttime\
";s:1:\"0\";s:7:\"endtime\";s:1:\"0\";s:8:\"fe_group\";s:0:\"\";s:11:\"l18n_pare
nt\";s:1:\"0\";}'),(54,17,0,0,0,'',0,0,0,0,0,47,1289396377,1289396347,1,0,640,'t
extpic','','','[Translate to Slowenisch:] <link fileadmin/user_upload/PDF/Brosch
uere_Band_deutsch.pdf - download>Kupferbnder zum Download</link>','PDF_07.gif',30,
26,'',1,0,'',0,0,0,'','',0,0,0,'',0,0,'','','','fileadmin/user_upload/PDF/Brosch
uere_Band_deutsch.pdf',0,0,0,0,'','','','0','',0,0,0,0,'0','',0,0,0,0,'',1,0,0,0
,0,'0','',0,0,0,0,1,0,NULL,47,'a:36:{s:5:\"CType\";s:7:\"textpic\";s:16:\"sys_la
nguage_uid\";s:1:\"0\";s:6:\"colPos\";s:1:\"0\";s:11:\"spaceBefore\";s:1:\"0\";s
:10:\"spaceAfter\";s:1:\"0\";s:13:\"section_frame\";s:1:\"0\";s:12:\"sectionInde
x\";s:1:\"1\";s:6:\"hidden\";s:1:\"0\";s:6:\"header\";s:0:\"\";s:15:\"header_pos
ition\";s:0:\"\";s:13:\"header_layout\";s:1:\"0\";s:11:\"header_link\";s:0:\"\";
s:4:\"date\";s:1:\"0\";s:9:\"linkToTop\";s:1:\"0\";s:8:\"bodytext\";s:103:\"<lin
k fileadmin/user_upload/PDF/Broschuere_Band_deutsch.pdf - download>Kupferbnder zu
m Download</link>\";s:11:\"rte_enabled\";s:1:\"0\";s:5:\"image\";s:10:\"PDF_05.g
if\";s:11:\"imageorient\";s:2:\"26\";s:9:\"imagecols\";s:1:\"1\";s:12:\"image_no
Rows\";s:1:\"0\";s:11:\"imageborder\";s:1:\"0\";s:10:\"imagewidth\";s:2:\"30\";s
:11:\"imageheight\";s:1:\"0\";s:10:\"image_link\";s:53:\"fileadmin/user_upload/P
DF/Broschuere_Band_deutsch.pdf\";s:10:\"image_zoom\";s:1:\"0\";s:12:\"imagecapti
on\";s:0:\"\";s:21:\"imagecaption_position\";s:0:\"\";s:7:\"altText\";s:0:\"\";s
:9:\"titleText\";s:0:\"\";s:11:\"longdescURL\";s:0:\"\";s:17:\"image_compression
\";s:1:\"0\";s:13:\"image_effects\";s:1:\"0\";s:9:\"starttime\";s:1:\"0\";s:7:\"
endtime\";s:1:\"0\";s:8:\"fe_group\";s:0:\"\";s:11:\"l18n_parent\";s:1:\"0\";}')
,(55,17,0,0,0,'',0,0,0,0,0,48,1289400401,1289396347,1,0,1024,'textpic','','','[T
ranslate to Slowenisch:] <link fileadmin/user_upload/PDF/MKM-Stangen_Profile.pdf
- download>Kupferstange zum Download</link>','PDF_08.gif',30,26,'',1,0,'',0,0,0
,'','',0,0,0,'',0,0,'','','','fileadmin/user_upload/PDF/MKM-Stangen_Profile.pdf'
,0,0,0,0,'','','','0','',0,0,0,0,'0','',0,0,0,0,'',1,0,0,0,0,'0','',0,0,0,0,1,0,
NULL,48,'a:36:{s:5:\"CType\";s:7:\"textpic\";s:16:\"sys_language_uid\";s:1:\"0\"
;s:6:\"colPos\";s:1:\"0\";s:11:\"spaceBefore\";s:1:\"0\";s:10:\"spaceAfter\";s:1
:\"0\";s:13:\"section_frame\";s:1:\"0\";s:12:\"sectionIndex\";s:1:\"1\";s:6:\"hi
dden\";s:1:\"0\";s:6:\"header\";s:0:\"\";s:15:\"header_position\";s:0:\"\";s:13:
\"header_layout\";s:1:\"0\";s:11:\"header_link\";s:0:\"\";s:4:\"date\";s:1:\"0\"
;s:9:\"linkToTop\";s:1:\"0\";s:8:\"bodytext\";s:99:\"<link fileadmin/user_upload
/PDF/MKM-Stangen_Profile.pdf - download>Kupferstange zum Download</link>\";s:11:
\"rte_enabled\";s:1:\"0\";s:5:\"image\";s:10:\"PDF_06.gif\";s:11:\"imageorient\"
;s:2:\"26\";s:9:\"imagecols\";s:1:\"1\";s:12:\"image_noRows\";s:1:\"0\";s:11:\"i
mageborder\";s:1:\"0\";s:10:\"imagewidth\";s:2:\"30\";s:11:\"imageheight\";s:1:\
"0\";s:10:\"image_link\";s:49:\"fileadmin/user_upload/PDF/MKM-Stangen_Profile.pd
f\";s:10:\"image_zoom\";s:1:\"0\";s:12:\"imagecaption\";s:0:\"\";s:21:\"imagecap
tion_position\";s:0:\"\";s:7:\"altText\";s:0:\"\";s:9:\"titleText\";s:0:\"\";s:1
1:\"longdescURL\";s:0:\"\";s:17:\"image_compression\";s:1:\"0\";s:13:\"image_eff
ects\";s:1:\"0\";s:9:\"starttime\";s:1:\"0\";s:7:\"endtime\";s:1:\"0\";s:8:\"fe_
group\";s:0:\"\";s:11:\"l18n_parent\";s:1:\"0\";}'),(56,18,0,0,0,'',0,0,0,0,0,0,
1289396394,1289396394,1,0,256,'textpic','Aluminiumprodukte','','','',0,17,'',1,0
,NULL,0,0,0,NULL,NULL,0,0,0,'',0,0,'','','','',0,0,0,0,'','','','0','',0,0,0,0,'
0','',0,0,0,0,'',1,0,0,0,0,'0',NULL,0,0,0,0,0,0,NULL,0,'a:35:{s:5:\"CType\";N;s:
16:\"sys_language_uid\";N;s:6:\"colPos\";N;s:11:\"spaceBefore\";N;s:10:\"spaceAf
ter\";N;s:13:\"section_frame\";N;s:12:\"sectionIndex\";N;s:6:\"hidden\";N;s:6:\"
header\";N;s:15:\"header_position\";N;s:13:\"header_layout\";N;s:11:\"header_lin
k\";N;s:4:\"date\";N;s:9:\"linkToTop\";N;s:8:\"bodytext\";N;s:11:\"rte_enabled\"
;N;s:5:\"image\";N;s:11:\"imageorient\";N;s:9:\"imagecols\";N;s:12:\"image_noRow
s\";N;s:11:\"imageborder\";N;s:10:\"imagewidth\";N;s:11:\"imageheight\";N;s:10:\
"image_link\";N;s:10:\"image_zoom\";N;s:12:\"imagecaption\";N;s:21:\"imagecaptio
n_position\";N;s:7:\"altText\";N;s:9:\"titleText\";N;s:11:\"longdescURL\";N;s:17
:\"image_compression\";N;s:13:\"image_effects\";N;s:9:\"starttime\";N;s:7:\"endt
ime\";N;s:8:\"fe_group\";N;}'),(57,18,0,0,0,'',0,0,0,0,0,56,1289396439,128939642
7,1,0,512,'textpic','Aluminijasti proizvodi','','','',0,17,'',1,0,'',0,0,0,'',''
,0,0,0,'',0,0,'','','','',0,0,0,0,'','','','0','',0,0,0,0,'0','',0,0,0,0,'',1,0,
0,0,0,'0','',0,0,0,0,1,0,NULL,56,'a:36:{s:5:\"CType\";s:7:\"textpic\";s:16:\"sys
_language_uid\";s:1:\"0\";s:6:\"colPos\";s:1:\"0\";s:11:\"spaceBefore\";s:1:\"0\
";s:10:\"spaceAfter\";s:1:\"0\";s:13:\"section_frame\";s:1:\"0\";s:12:\"sectionI
ndex\";s:1:\"1\";s:6:\"hidden\";s:1:\"0\";s:6:\"header\";s:17:\"Aluminiumprodukt
e\";s:15:\"header_position\";s:0:\"\";s:13:\"header_layout\";s:1:\"0\";s:11:\"he
ader_link\";s:0:\"\";s:4:\"date\";s:1:\"0\";s:9:\"linkToTop\";s:1:\"0\";s:8:\"bo
dytext\";s:0:\"\";s:11:\"rte_enabled\";s:1:\"0\";s:5:\"image\";s:0:\"\";s:11:\"i
mageorient\";s:2:\"17\";s:9:\"imagecols\";s:1:\"1\";s:12:\"image_noRows\";s:1:\"
0\";s:11:\"imageborder\";s:1:\"0\";s:10:\"imagewidth\";s:1:\"0\";s:11:\"imagehei
ght\";s:1:\"0\";s:10:\"image_link\";s:0:\"\";s:10:\"image_zoom\";s:1:\"0\";s:12:
\"imagecaption\";s:0:\"\";s:21:\"imagecaption_position\";s:0:\"\";s:7:\"altText\
";s:0:\"\";s:9:\"titleText\";s:0:\"\";s:11:\"longdescURL\";s:0:\"\";s:17:\"image
_compression\";s:1:\"0\";s:13:\"image_effects\";s:1:\"0\";s:9:\"starttime\";s:1:
\"0\";s:7:\"endtime\";s:1:\"0\";s:8:\"fe_group\";s:0:\"\";s:11:\"l18n_parent\";s
:1:\"0\";}'),(58,19,0,0,0,'',0,0,0,0,0,0,1289400437,1289400437,1,0,256,'textpic'
,'Flchenisolierstoffe','','','',0,17,'',1,0,NULL,0,0,0,NULL,NULL,0,0,0,'',0,0,'','
','','',0,0,0,0,'','','','0','',0,0,0,0,'0','',0,0,0,0,'',1,0,0,0,0,'0',NULL,0,0
,0,0,0,0,NULL,0,'a:35:{s:5:\"CType\";N;s:16:\"sys_language_uid\";N;s:6:\"colPos\
";N;s:11:\"spaceBefore\";N;s:10:\"spaceAfter\";N;s:13:\"section_frame\";N;s:12:\
"sectionIndex\";N;s:6:\"hidden\";N;s:6:\"header\";N;s:15:\"header_position\";N;s
:13:\"header_layout\";N;s:11:\"header_link\";N;s:4:\"date\";N;s:9:\"linkToTop\";
N;s:8:\"bodytext\";N;s:11:\"rte_enabled\";N;s:5:\"image\";N;s:11:\"imageorient\"
;N;s:9:\"imagecols\";N;s:12:\"image_noRows\";N;s:11:\"imageborder\";N;s:10:\"ima
gewidth\";N;s:11:\"imageheight\";N;s:10:\"image_link\";N;s:10:\"image_zoom\";N;s
:12:\"imagecaption\";N;s:21:\"imagecaption_position\";N;s:7:\"altText\";N;s:9:\"
titleText\";N;s:11:\"longdescURL\";N;s:17:\"image_compression\";N;s:13:\"image_e
ffects\";N;s:9:\"starttime\";N;s:7:\"endtime\";N;s:8:\"fe_group\";N;}'),(59,19,0
,0,0,'',0,0,0,0,0,58,1289400512,1289400498,1,0,512,'textpic','Povrinske izolacijsk
e snovi','','','',0,17,'',1,0,'',0,0,0,'','',0,0,0,'',0,0,'','','','',0,0,0,0,''
,'','','0','',0,0,0,0,'0','',0,0,0,0,'',1,0,0,0,0,'0','',0,0,0,0,1,0,NULL,58,'a:
36:{s:5:\"CType\";s:7:\"textpic\";s:16:\"sys_language_uid\";s:1:\"0\";s:6:\"colP
os\";s:1:\"0\";s:11:\"spaceBefore\";s:1:\"0\";s:10:\"spaceAfter\";s:1:\"0\";s:13
:\"section_frame\";s:1:\"0\";s:12:\"sectionIndex\";s:1:\"1\";s:6:\"hidden\";s:1:
\"0\";s:6:\"header\";s:20:\"Flchenisolierstoffe\";s:15:\"header_position\";s:0:\"
\";s:13:\"header_layout\";s:1:\"0\";s:11:\"header_link\";s:0:\"\";s:4:\"date\";s
:1:\"0\";s:9:\"linkToTop\";s:1:\"0\";s:8:\"bodytext\";s:0:\"\";s:11:\"rte_enable
d\";s:1:\"0\";s:5:\"image\";s:0:\"\";s:11:\"imageorient\";s:2:\"17\";s:9:\"image
cols\";s:1:\"1\";s:12:\"image_noRows\";s:1:\"0\";s:11:\"imageborder\";s:1:\"0\";
s:10:\"imagewidth\";s:1:\"0\";s:11:\"imageheight\";s:1:\"0\";s:10:\"image_link\"
;s:0:\"\";s:10:\"image_zoom\";s:1:\"0\";s:12:\"imagecaption\";s:0:\"\";s:21:\"im
agecaption_position\";s:0:\"\";s:7:\"altText\";s:0:\"\";s:9:\"titleText\";s:0:\"
\";s:11:\"longdescURL\";s:0:\"\";s:17:\"image_compression\";s:1:\"0\";s:13:\"ima
ge_effects\";s:1:\"0\";s:9:\"starttime\";s:1:\"0\";s:7:\"endtime\";s:1:\"0\";s:8
:\"fe_group\";s:0:\"\";s:11:\"l18n_parent\";s:1:\"0\";}'),(60,20,0,0,0,'',0,0,0,
0,0,0,1289400679,1289400679,1,0,256,'textpic','Klebebnder','','','',0,17,'',1,0,NU
LL,0,0,0,NULL,NULL,0,0,0,'',0,0,'','','','',0,0,0,0,'','','','0','',0,0,0,0,'0',
'',0,0,0,0,'',1,0,0,0,0,'0',NULL,0,0,0,0,0,0,NULL,0,'a:35:{s:5:\"CType\";N;s:16:
\"sys_language_uid\";N;s:6:\"colPos\";N;s:11:\"spaceBefore\";N;s:10:\"spaceAfter
\";N;s:13:\"section_frame\";N;s:12:\"sectionIndex\";N;s:6:\"hidden\";N;s:6:\"hea
der\";N;s:15:\"header_position\";N;s:13:\"header_layout\";N;s:11:\"header_link\"
;N;s:4:\"date\";N;s:9:\"linkToTop\";N;s:8:\"bodytext\";N;s:11:\"rte_enabled\";N;
s:5:\"image\";N;s:11:\"imageorient\";N;s:9:\"imagecols\";N;s:12:\"image_noRows\"
;N;s:11:\"imageborder\";N;s:10:\"imagewidth\";N;s:11:\"imageheight\";N;s:10:\"im
age_link\";N;s:10:\"image_zoom\";N;s:12:\"imagecaption\";N;s:21:\"imagecaption_p
osition\";N;s:7:\"altText\";N;s:9:\"titleText\";N;s:11:\"longdescURL\";N;s:17:\"
image_compression\";N;s:13:\"image_effects\";N;s:9:\"starttime\";N;s:7:\"endtime
\";N;s:8:\"fe_group\";N;}'),(61,21,0,0,0,'',0,0,0,0,0,0,1289400721,1289400721,1,
0,256,'textpic','Stanz- und Formteile','','','',0,17,'',1,0,NULL,0,0,0,NULL,NULL
,0,0,0,'',0,0,'','','','',0,0,0,0,'','','','0','',0,0,0,0,'0','',0,0,0,0,'',1,0,
0,0,0,'0',NULL,0,0,0,0,0,0,NULL,0,'a:35:{s:5:\"CType\";N;s:16:\"sys_language_uid
\";N;s:6:\"colPos\";N;s:11:\"spaceBefore\";N;s:10:\"spaceAfter\";N;s:13:\"sectio
n_frame\";N;s:12:\"sectionIndex\";N;s:6:\"hidden\";N;s:6:\"header\";N;s:15:\"hea
der_position\";N;s:13:\"header_layout\";N;s:11:\"header_link\";N;s:4:\"date\";N;
s:9:\"linkToTop\";N;s:8:\"bodytext\";N;s:11:\"rte_enabled\";N;s:5:\"image\";N;s:
11:\"imageorient\";N;s:9:\"imagecols\";N;s:12:\"image_noRows\";N;s:11:\"imagebor
der\";N;s:10:\"imagewidth\";N;s:11:\"imageheight\";N;s:10:\"image_link\";N;s:10:
\"image_zoom\";N;s:12:\"imagecaption\";N;s:21:\"imagecaption_position\";N;s:7:\"
altText\";N;s:9:\"titleText\";N;s:11:\"longdescURL\";N;s:17:\"image_compression\
";N;s:13:\"image_effects\";N;s:9:\"starttime\";N;s:7:\"endtime\";N;s:8:\"fe_grou
p\";N;}'),(62,22,0,0,0,'',0,0,0,0,0,0,1289400775,1289400775,1,0,256,'textpic','E
lektorisolierharz','','','',0,17,'',1,0,NULL,0,0,0,NULL,NULL,0,0,0,'',0,0,'','',
'','',0,0,0,0,'','','','0','',0,0,0,0,'0','',0,0,0,0,'',1,0,0,0,0,'0',NULL,0,0,0
,0,0,0,NULL,0,'a:35:{s:5:\"CType\";N;s:16:\"sys_language_uid\";N;s:6:\"colPos\";
N;s:11:\"spaceBefore\";N;s:10:\"spaceAfter\";N;s:13:\"section_frame\";N;s:12:\"s
ectionIndex\";N;s:6:\"hidden\";N;s:6:\"header\";N;s:15:\"header_position\";N;s:1
3:\"header_layout\";N;s:11:\"header_link\";N;s:4:\"date\";N;s:9:\"linkToTop\";N;
s:8:\"bodytext\";N;s:11:\"rte_enabled\";N;s:5:\"image\";N;s:11:\"imageorient\";N
;s:9:\"imagecols\";N;s:12:\"image_noRows\";N;s:11:\"imageborder\";N;s:10:\"image
width\";N;s:11:\"imageheight\";N;s:10:\"image_link\";N;s:10:\"image_zoom\";N;s:1
2:\"imagecaption\";N;s:21:\"imagecaption_position\";N;s:7:\"altText\";N;s:9:\"ti
tleText\";N;s:11:\"longdescURL\";N;s:17:\"image_compression\";N;s:13:\"image_eff
ects\";N;s:9:\"starttime\";N;s:7:\"endtime\";N;s:8:\"fe_group\";N;}'),(63,23,0,0
,0,'',0,0,0,0,0,0,1289400840,1289400840,1,0,256,'textpic','Elektroisolierlack','
','','',0,17,'',1,0,NULL,0,0,0,NULL,NULL,0,0,0,'',0,0,'','','','',0,0,0,0,'','',
'','0','',0,0,0,0,'0','',0,0,0,0,'',1,0,0,0,0,'0',NULL,0,0,0,0,0,0,NULL,0,'a:35:
{s:5:\"CType\";N;s:16:\"sys_language_uid\";N;s:6:\"colPos\";N;s:11:\"spaceBefore
\";N;s:10:\"spaceAfter\";N;s:13:\"section_frame\";N;s:12:\"sectionIndex\";N;s:6:
\"hidden\";N;s:6:\"header\";N;s:15:\"header_position\";N;s:13:\"header_layout\";
N;s:11:\"header_link\";N;s:4:\"date\";N;s:9:\"linkToTop\";N;s:8:\"bodytext\";N;s
:11:\"rte_enabled\";N;s:5:\"image\";N;s:11:\"imageorient\";N;s:9:\"imagecols\";N
;s:12:\"image_noRows\";N;s:11:\"imageborder\";N;s:10:\"imagewidth\";N;s:11:\"ima
geheight\";N;s:10:\"image_link\";N;s:10:\"image_zoom\";N;s:12:\"imagecaption\";N
;s:21:\"imagecaption_position\";N;s:7:\"altText\";N;s:9:\"titleText\";N;s:11:\"l
ongdescURL\";N;s:17:\"image_compression\";N;s:13:\"image_effects\";N;s:9:\"start
time\";N;s:7:\"endtime\";N;s:8:\"fe_group\";N;}'),(64,23,0,0,0,'',0,0,0,0,0,63,1
289400914,1289400897,1,0,512,'textpic','Elektroizolacijski lak','','','',0,17,''
,1,0,'',0,0,0,'','',0,0,0,'',0,0,'','','','',0,0,0,0,'','','','0','',0,0,0,0,'0'
,'',0,0,0,0,'',1,0,0,0,0,'0','',0,0,0,0,1,0,NULL,63,'a:36:{s:5:\"CType\";s:7:\"t
extpic\";s:16:\"sys_language_uid\";s:1:\"0\";s:6:\"colPos\";s:1:\"0\";s:11:\"spa
ceBefore\";s:1:\"0\";s:10:\"spaceAfter\";s:1:\"0\";s:13:\"section_frame\";s:1:\"
0\";s:12:\"sectionIndex\";s:1:\"1\";s:6:\"hidden\";s:1:\"0\";s:6:\"header\";s:18
:\"Elektroisolierlack\";s:15:\"header_position\";s:0:\"\";s:13:\"header_layout\"
;s:1:\"0\";s:11:\"header_link\";s:0:\"\";s:4:\"date\";s:1:\"0\";s:9:\"linkToTop\
";s:1:\"0\";s:8:\"bodytext\";s:0:\"\";s:11:\"rte_enabled\";s:1:\"0\";s:5:\"image
\";s:0:\"\";s:11:\"imageorient\";s:2:\"17\";s:9:\"imagecols\";s:1:\"1\";s:12:\"i
mage_noRows\";s:1:\"0\";s:11:\"imageborder\";s:1:\"0\";s:10:\"imagewidth\";s:1:\
"0\";s:11:\"imageheight\";s:1:\"0\";s:10:\"image_link\";s:0:\"\";s:10:\"image_zo
om\";s:1:\"0\";s:12:\"imagecaption\";s:0:\"\";s:21:\"imagecaption_position\";s:0
:\"\";s:7:\"altText\";s:0:\"\";s:9:\"titleText\";s:0:\"\";s:11:\"longdescURL\";s
:0:\"\";s:17:\"image_compression\";s:1:\"0\";s:13:\"image_effects\";s:1:\"0\";s:
9:\"starttime\";s:1:\"0\";s:7:\"endtime\";s:1:\"0\";s:8:\"fe_group\";s:0:\"\";s:
11:\"l18n_parent\";s:1:\"0\";}'),(65,22,0,0,0,'',0,0,0,0,0,62,1289400981,1289400
933,1,0,512,'textpic','Elektroizolacijska smola','','','',0,17,'',1,0,'',0,0,0,'
','',0,0,0,'',0,0,'','','','',0,0,0,0,'','','','0','',0,0,0,0,'0','',0,0,0,0,'',
1,0,0,0,0,'0','',0,0,0,0,1,0,NULL,62,'a:36:{s:5:\"CType\";s:7:\"textpic\";s:16:\
"sys_language_uid\";s:1:\"0\";s:6:\"colPos\";s:1:\"0\";s:11:\"spaceBefore\";s:1:
\"0\";s:10:\"spaceAfter\";s:1:\"0\";s:13:\"section_frame\";s:1:\"0\";s:12:\"sect
ionIndex\";s:1:\"1\";s:6:\"hidden\";s:1:\"0\";s:6:\"header\";s:18:\"Elektorisoli
erharz\";s:15:\"header_position\";s:0:\"\";s:13:\"header_layout\";s:1:\"0\";s:11
:\"header_link\";s:0:\"\";s:4:\"date\";s:1:\"0\";s:9:\"linkToTop\";s:1:\"0\";s:8
:\"bodytext\";s:0:\"\";s:11:\"rte_enabled\";s:1:\"0\";s:5:\"image\";s:0:\"\";s:1
1:\"imageorient\";s:2:\"17\";s:9:\"imagecols\";s:1:\"1\";s:12:\"image_noRows\";s
:1:\"0\";s:11:\"imageborder\";s:1:\"0\";s:10:\"imagewidth\";s:1:\"0\";s:11:\"ima
geheight\";s:1:\"0\";s:10:\"image_link\";s:0:\"\";s:10:\"image_zoom\";s:1:\"0\";
s:12:\"imagecaption\";s:0:\"\";s:21:\"imagecaption_position\";s:0:\"\";s:7:\"alt
Text\";s:0:\"\";s:9:\"titleText\";s:0:\"\";s:11:\"longdescURL\";s:0:\"\";s:17:\"
image_compression\";s:1:\"0\";s:13:\"image_effects\";s:1:\"0\";s:9:\"starttime\"
;s:1:\"0\";s:7:\"endtime\";s:1:\"0\";s:8:\"fe_group\";s:0:\"\";s:11:\"l18n_paren
t\";s:1:\"0\";}'),(66,24,0,0,0,'',0,0,0,0,0,0,1289401005,1289401005,1,0,256,'tex
tpic','Vergussmassen','','','',0,17,'',1,0,NULL,0,0,0,NULL,NULL,0,0,0,'',0,0,'',
'','','',0,0,0,0,'','','','0','',0,0,0,0,'0','',0,0,0,0,'',1,0,0,0,0,'0',NULL,0,
0,0,0,0,0,NULL,0,'a:35:{s:5:\"CType\";N;s:16:\"sys_language_uid\";N;s:6:\"colPos
\";N;s:11:\"spaceBefore\";N;s:10:\"spaceAfter\";N;s:13:\"section_frame\";N;s:12:
\"sectionIndex\";N;s:6:\"hidden\";N;s:6:\"header\";N;s:15:\"header_position\";N;
s:13:\"header_layout\";N;s:11:\"header_link\";N;s:4:\"date\";N;s:9:\"linkToTop\"
;N;s:8:\"bodytext\";N;s:11:\"rte_enabled\";N;s:5:\"image\";N;s:11:\"imageorient\
";N;s:9:\"imagecols\";N;s:12:\"image_noRows\";N;s:11:\"imageborder\";N;s:10:\"im
agewidth\";N;s:11:\"imageheight\";N;s:10:\"image_link\";N;s:10:\"image_zoom\";N;
s:12:\"imagecaption\";N;s:21:\"imagecaption_position\";N;s:7:\"altText\";N;s:9:\
"titleText\";N;s:11:\"longdescURL\";N;s:17:\"image_compression\";N;s:13:\"image_
effects\";N;s:9:\"starttime\";N;s:7:\"endtime\";N;s:8:\"fe_group\";N;}'),(67,25,
0,0,0,'',0,0,0,0,0,36,1289401079,1289401068,1,0,192,'textpic','HV-tester','','',
'',0,17,'',1,0,'',0,0,0,'','',0,0,0,'',0,0,'','','','',0,0,0,0,'','','','0','',0
,0,0,0,'0','',0,0,0,0,'',1,0,0,0,0,'0','',0,0,0,0,1,0,NULL,36,'a:36:{s:5:\"CType
\";s:7:\"textpic\";s:16:\"sys_language_uid\";s:1:\"0\";s:6:\"colPos\";s:1:\"0\";
s:11:\"spaceBefore\";s:1:\"0\";s:10:\"spaceAfter\";s:1:\"0\";s:13:\"section_fram
e\";s:1:\"0\";s:12:\"sectionIndex\";s:1:\"1\";s:6:\"hidden\";s:1:\"0\";s:6:\"hea
der\";s:9:\"HV-Tester\";s:15:\"header_position\";s:0:\"\";s:13:\"header_layout\"
;s:1:\"0\";s:11:\"header_link\";s:0:\"\";s:4:\"date\";s:1:\"0\";s:9:\"linkToTop\
";s:1:\"0\";s:8:\"bodytext\";s:0:\"\";s:11:\"rte_enabled\";s:1:\"0\";s:5:\"image
\";s:0:\"\";s:11:\"imageorient\";s:2:\"17\";s:9:\"imagecols\";s:1:\"1\";s:12:\"i
mage_noRows\";s:1:\"0\";s:11:\"imageborder\";s:1:\"0\";s:10:\"imagewidth\";s:1:\
"0\";s:11:\"imageheight\";s:1:\"0\";s:10:\"image_link\";s:0:\"\";s:10:\"image_zo
om\";s:1:\"0\";s:12:\"imagecaption\";s:0:\"\";s:21:\"imagecaption_position\";s:0
:\"\";s:7:\"altText\";s:0:\"\";s:9:\"titleText\";s:0:\"\";s:11:\"longdescURL\";s
:0:\"\";s:17:\"image_compression\";s:1:\"0\";s:13:\"image_effects\";s:1:\"0\";s:
9:\"starttime\";s:1:\"0\";s:7:\"endtime\";s:1:\"0\";s:8:\"fe_group\";s:0:\"\";s:
11:\"l18n_parent\";s:1:\"0\";}'),(68,25,0,0,0,'',0,0,0,0,0,31,1290520278,1289401
068,1,0,512,'textpic','','','<link fileadmin/user_upload/PDF/10_GLP1-eHV_DE.pdf
- download>Download</link>','PDF_09.gif',30,26,'',1,0,'',0,0,0,'','',0,0,0,'',0,
0,'','','','',0,0,0,0,'','','','0','',0,0,0,0,'0','',0,0,0,0,'',1,0,0,0,0,'0',''
,0,0,0,0,1,0,NULL,31,'a:36:{s:5:\"CType\";s:7:\"textpic\";s:16:\"sys_language_ui
d\";s:1:\"0\";s:6:\"colPos\";s:1:\"0\";s:11:\"spaceBefore\";s:1:\"0\";s:10:\"spa
ceAfter\";s:1:\"0\";s:13:\"section_frame\";s:1:\"0\";s:12:\"sectionIndex\";s:1:\
"1\";s:6:\"hidden\";s:1:\"0\";s:6:\"header\";s:0:\"\";s:15:\"header_position\";s
:0:\"\";s:13:\"header_layout\";s:1:\"0\";s:11:\"header_link\";s:0:\"\";s:4:\"dat
e\";s:1:\"0\";s:9:\"linkToTop\";s:1:\"0\";s:8:\"bodytext\";s:81:\"<link fileadmi
n/user_upload/PDF/10_GLP1-eHV_DE.pdf - download>Zum Download</link>\";s:11:\"rte
_enabled\";s:1:\"0\";s:5:\"image\";s:10:\"PDF_13.gif\";s:11:\"imageorient\";s:2:
\"26\";s:9:\"imagecols\";s:1:\"1\";s:12:\"image_noRows\";s:1:\"0\";s:11:\"imageb
order\";s:1:\"0\";s:10:\"imagewidth\";s:2:\"30\";s:11:\"imageheight\";s:1:\"0\";
s:10:\"image_link\";s:0:\"\";s:10:\"image_zoom\";s:1:\"0\";s:12:\"imagecaption\"
;s:0:\"\";s:21:\"imagecaption_position\";s:0:\"\";s:7:\"altText\";s:0:\"\";s:9:\
"titleText\";s:0:\"\";s:11:\"longdescURL\";s:0:\"\";s:17:\"image_compression\";s
:1:\"0\";s:13:\"image_effects\";s:1:\"0\";s:9:\"starttime\";s:1:\"0\";s:7:\"endt
ime\";s:1:\"0\";s:8:\"fe_group\";s:0:\"\";s:11:\"l18n_parent\";s:1:\"0\";}'),(69
,26,0,0,0,'',0,0,0,0,0,37,1289401134,1289401125,1,0,192,'textpic','Surge-tester'
,'','','',0,17,'',1,0,'',0,0,0,'','',0,0,0,'',0,0,'','','','',0,0,0,0,'','','','
0','',0,0,0,0,'0','',0,0,0,0,'',1,0,0,0,0,'0','',0,0,0,0,1,0,NULL,37,'a:36:{s:5:
\"CType\";s:7:\"textpic\";s:16:\"sys_language_uid\";s:1:\"0\";s:6:\"colPos\";s:1
:\"0\";s:11:\"spaceBefore\";s:1:\"0\";s:10:\"spaceAfter\";s:1:\"0\";s:13:\"secti
on_frame\";s:1:\"0\";s:12:\"sectionIndex\";s:1:\"1\";s:6:\"hidden\";s:1:\"0\";s:
6:\"header\";s:11:\"Surgetester\";s:15:\"header_position\";s:0:\"\";s:13:\"heade
r_layout\";s:1:\"0\";s:11:\"header_link\";s:0:\"\";s:4:\"date\";s:1:\"0\";s:9:\"
linkToTop\";s:1:\"0\";s:8:\"bodytext\";s:0:\"\";s:11:\"rte_enabled\";s:1:\"0\";s
:5:\"image\";s:0:\"\";s:11:\"imageorient\";s:2:\"17\";s:9:\"imagecols\";s:1:\"1\
";s:12:\"image_noRows\";s:1:\"0\";s:11:\"imageborder\";s:1:\"0\";s:10:\"imagewid
th\";s:1:\"0\";s:11:\"imageheight\";s:1:\"0\";s:10:\"image_link\";s:0:\"\";s:10:
\"image_zoom\";s:1:\"0\";s:12:\"imagecaption\";s:0:\"\";s:21:\"imagecaption_posi
tion\";s:0:\"\";s:7:\"altText\";s:0:\"\";s:9:\"titleText\";s:0:\"\";s:11:\"longd
escURL\";s:0:\"\";s:17:\"image_compression\";s:1:\"0\";s:13:\"image_effects\";s:
1:\"0\";s:9:\"starttime\";s:1:\"0\";s:7:\"endtime\";s:1:\"0\";s:8:\"fe_group\";s
:0:\"\";s:11:\"l18n_parent\";s:1:\"0\";}'),(70,26,0,0,0,'',0,0,0,0,0,32,12905202
96,1289401125,1,0,512,'textpic','','','<link fileadmin/user_upload/PDF/23_MTC2_D
E.pdf - download>Download</link>','PDF_10.gif',30,26,'',1,0,'',0,0,0,'','',0,0,0
,'',0,0,'','','','fileadmin/user_upload/PDF/23_MTC2_DE.pdf',0,0,0,0,'','','','0'
,'',0,0,0,0,'0','',0,0,0,0,'',1,0,0,0,0,'0','',0,0,0,0,1,0,NULL,32,'a:36:{s:5:\"
CType\";s:7:\"textpic\";s:16:\"sys_language_uid\";s:1:\"0\";s:6:\"colPos\";s:1:\
"0\";s:11:\"spaceBefore\";s:1:\"0\";s:10:\"spaceAfter\";s:1:\"0\";s:13:\"section
_frame\";s:1:\"0\";s:12:\"sectionIndex\";s:1:\"1\";s:6:\"hidden\";s:1:\"0\";s:6:
\"header\";s:0:\"\";s:15:\"header_position\";s:0:\"\";s:13:\"header_layout\";s:1
:\"0\";s:11:\"header_link\";s:0:\"\";s:4:\"date\";s:1:\"0\";s:9:\"linkToTop\";s:
1:\"0\";s:8:\"bodytext\";s:77:\"<link fileadmin/user_upload/PDF/23_MTC2_DE.pdf -
download>Zum Download</link>\";s:11:\"rte_enabled\";s:1:\"0\";s:5:\"image\";s:1
0:\"PDF_01.gif\";s:11:\"imageorient\";s:2:\"26\";s:9:\"imagecols\";s:1:\"1\";s:1
2:\"image_noRows\";s:1:\"0\";s:11:\"imageborder\";s:1:\"0\";s:10:\"imagewidth\";
s:2:\"30\";s:11:\"imageheight\";s:1:\"0\";s:10:\"image_link\";s:40:\"fileadmin/u
ser_upload/PDF/23_MTC2_DE.pdf\";s:10:\"image_zoom\";s:1:\"0\";s:12:\"imagecaptio
n\";s:0:\"\";s:21:\"imagecaption_position\";s:0:\"\";s:7:\"altText\";s:0:\"\";s:
9:\"titleText\";s:0:\"\";s:11:\"longdescURL\";s:0:\"\";s:17:\"image_compression\
";s:1:\"0\";s:13:\"image_effects\";s:1:\"0\";s:9:\"starttime\";s:1:\"0\";s:7:\"e
ndtime\";s:1:\"0\";s:8:\"fe_group\";s:0:\"\";s:11:\"l18n_parent\";s:1:\"0\";}'),
(71,27,0,0,0,'',0,0,0,0,0,38,1289401187,1289401174,1,0,192,'textpic','Univerzaln
i tester','','','',0,17,'',1,0,'',0,0,0,'','',0,0,0,'',0,0,'','','','',0,0,0,0,'
','','','0','',0,0,0,0,'0','',0,0,0,0,'',1,0,0,0,0,'0','',0,0,0,0,1,0,NULL,38,'a
:36:{s:5:\"CType\";s:7:\"textpic\";s:16:\"sys_language_uid\";s:1:\"0\";s:6:\"col
Pos\";s:1:\"0\";s:11:\"spaceBefore\";s:1:\"0\";s:10:\"spaceAfter\";s:1:\"0\";s:1
3:\"section_frame\";s:1:\"0\";s:12:\"sectionIndex\";s:1:\"1\";s:6:\"hidden\";s:1
:\"0\";s:6:\"header\";s:15:\"Universaltester\";s:15:\"header_position\";s:0:\"\"
;s:13:\"header_layout\";s:1:\"0\";s:11:\"header_link\";s:0:\"\";s:4:\"date\";s:1
:\"0\";s:9:\"linkToTop\";s:1:\"0\";s:8:\"bodytext\";s:0:\"\";s:11:\"rte_enabled\
";s:1:\"0\";s:5:\"image\";s:0:\"\";s:11:\"imageorient\";s:2:\"17\";s:9:\"imageco
ls\";s:1:\"1\";s:12:\"image_noRows\";s:1:\"0\";s:11:\"imageborder\";s:1:\"0\";s:
10:\"imagewidth\";s:1:\"0\";s:11:\"imageheight\";s:1:\"0\";s:10:\"image_link\";s
:0:\"\";s:10:\"image_zoom\";s:1:\"0\";s:12:\"imagecaption\";s:0:\"\";s:21:\"imag
ecaption_position\";s:0:\"\";s:7:\"altText\";s:0:\"\";s:9:\"titleText\";s:0:\"\"
;s:11:\"longdescURL\";s:0:\"\";s:17:\"image_compression\";s:1:\"0\";s:13:\"image
_effects\";s:1:\"0\";s:9:\"starttime\";s:1:\"0\";s:7:\"endtime\";s:1:\"0\";s:8:\
"fe_group\";s:0:\"\";s:11:\"l18n_parent\";s:1:\"0\";}'),(72,27,0,0,0,'',0,0,0,0,
0,33,1290520311,1289401174,1,0,512,'textpic','','','<link fileadmin/user_upload/
PDF/22_MotorAnalyzer_DE.pdf - download>Download</link>','PDF_11.gif',30,26,'',1,
0,'',0,0,0,'','',0,0,0,'',0,0,'','','','fileadmin/user_upload/PDF/22_MotorAnalyz
er_DE.pdf',0,0,0,0,'','','','0','',0,0,0,0,'0','',0,0,0,0,'',1,0,0,0,0,'0','',0,
0,0,0,1,0,NULL,33,'a:36:{s:5:\"CType\";s:7:\"textpic\";s:16:\"sys_language_uid\"
;s:1:\"0\";s:6:\"colPos\";s:1:\"0\";s:11:\"spaceBefore\";s:1:\"0\";s:10:\"spaceA
fter\";s:1:\"0\";s:13:\"section_frame\";s:1:\"0\";s:12:\"sectionIndex\";s:1:\"1\
";s:6:\"hidden\";s:1:\"0\";s:6:\"header\";s:0:\"\";s:15:\"header_position\";s:0:
\"\";s:13:\"header_layout\";s:1:\"0\";s:11:\"header_link\";s:0:\"\";s:4:\"date\"
;s:1:\"0\";s:9:\"linkToTop\";s:1:\"0\";s:8:\"bodytext\";s:86:\"<link fileadmin/u
ser_upload/PDF/22_MotorAnalyzer_DE.pdf - download>Zum Download</link>\";s:11:\"r
te_enabled\";s:1:\"0\";s:5:\"image\";s:10:\"PDF_02.gif\";s:11:\"imageorient\";s:
2:\"26\";s:9:\"imagecols\";s:1:\"1\";s:12:\"image_noRows\";s:1:\"0\";s:11:\"imag
eborder\";s:1:\"0\";s:10:\"imagewidth\";s:2:\"30\";s:11:\"imageheight\";s:1:\"0\
";s:10:\"image_link\";s:49:\"fileadmin/user_upload/PDF/22_MotorAnalyzer_DE.pdf\"
;s:10:\"image_zoom\";s:1:\"0\";s:12:\"imagecaption\";s:0:\"\";s:21:\"imagecaptio
n_position\";s:0:\"\";s:7:\"altText\";s:0:\"\";s:9:\"titleText\";s:0:\"\";s:11:\
"longdescURL\";s:0:\"\";s:17:\"image_compression\";s:1:\"0\";s:13:\"image_effect
s\";s:1:\"0\";s:9:\"starttime\";s:1:\"0\";s:7:\"endtime\";s:1:\"0\";s:8:\"fe_gro
up\";s:0:\"\";s:11:\"l18n_parent\";s:1:\"0\";}'),(73,28,0,0,0,'',0,0,0,0,0,39,12
89401238,1289401227,1,0,192,'textpic','Varnostni tester','','','',0,17,'',1,0,''
,0,0,0,'','',0,0,0,'',0,0,'','','','',0,0,0,0,'','','','0','',0,0,0,0,'0','',0,0
,0,0,'',1,0,0,0,0,'0','',0,0,0,0,1,0,NULL,39,'a:36:{s:5:\"CType\";s:7:\"textpic\
";s:16:\"sys_language_uid\";s:1:\"0\";s:6:\"colPos\";s:1:\"0\";s:11:\"spaceBefor
e\";s:1:\"0\";s:10:\"spaceAfter\";s:1:\"0\";s:13:\"section_frame\";s:1:\"0\";s:1
2:\"sectionIndex\";s:1:\"1\";s:6:\"hidden\";s:1:\"0\";s:6:\"header\";s:17:\"Sich
erheitstester\";s:15:\"header_position\";s:0:\"\";s:13:\"header_layout\";s:1:\"0
\";s:11:\"header_link\";s:0:\"\";s:4:\"date\";s:1:\"0\";s:9:\"linkToTop\";s:1:\"
0\";s:8:\"bodytext\";s:0:\"\";s:11:\"rte_enabled\";s:1:\"0\";s:5:\"image\";s:0:\
"\";s:11:\"imageorient\";s:2:\"17\";s:9:\"imagecols\";s:1:\"1\";s:12:\"image_noR
ows\";s:1:\"0\";s:11:\"imageborder\";s:1:\"0\";s:10:\"imagewidth\";s:1:\"0\";s:1
1:\"imageheight\";s:1:\"0\";s:10:\"image_link\";s:0:\"\";s:10:\"image_zoom\";s:1
:\"0\";s:12:\"imagecaption\";s:0:\"\";s:21:\"imagecaption_position\";s:0:\"\";s:
7:\"altText\";s:0:\"\";s:9:\"titleText\";s:0:\"\";s:11:\"longdescURL\";s:0:\"\";
s:17:\"image_compression\";s:1:\"0\";s:13:\"image_effects\";s:1:\"0\";s:9:\"star
ttime\";s:1:\"0\";s:7:\"endtime\";s:1:\"0\";s:8:\"fe_group\";s:0:\"\";s:11:\"l18
n_parent\";s:1:\"0\";}'),(74,28,0,0,0,'',0,0,0,0,0,34,1290520327,1289401227,1,0,
512,'textpic','','','<link fileadmin/user_upload/PDF/13_GLP2-ce_DE.pdf - downloa
d>Download</link>','PDF_12.gif',30,26,'',1,0,'',0,0,0,'','',0,0,0,'',0,0,'','','
','fileadmin/user_upload/PDF/13_GLP2-ce_DE.pdf',0,0,0,0,'','','','0','',0,0,0,0,
'0','',0,0,0,0,'',1,0,0,0,0,'0','',0,0,0,0,1,0,NULL,34,'a:36:{s:5:\"CType\";s:7:
\"textpic\";s:16:\"sys_language_uid\";s:1:\"0\";s:6:\"colPos\";s:1:\"0\";s:11:\"
spaceBefore\";s:1:\"0\";s:10:\"spaceAfter\";s:1:\"0\";s:13:\"section_frame\";s:1
:\"0\";s:12:\"sectionIndex\";s:1:\"1\";s:6:\"hidden\";s:1:\"0\";s:6:\"header\";s
:0:\"\";s:15:\"header_position\";s:0:\"\";s:13:\"header_layout\";s:1:\"0\";s:11:
\"header_link\";s:0:\"\";s:4:\"date\";s:1:\"0\";s:9:\"linkToTop\";s:1:\"0\";s:8:
\"bodytext\";s:80:\"<link fileadmin/user_upload/PDF/13_GLP2-ce_DE.pdf - download
>Zum Download</link>\";s:11:\"rte_enabled\";s:1:\"0\";s:5:\"image\";s:10:\"PDF_0
3.gif\";s:11:\"imageorient\";s:2:\"26\";s:9:\"imagecols\";s:1:\"1\";s:12:\"image
_noRows\";s:1:\"0\";s:11:\"imageborder\";s:1:\"0\";s:10:\"imagewidth\";s:2:\"30\
";s:11:\"imageheight\";s:1:\"0\";s:10:\"image_link\";s:43:\"fileadmin/user_uploa
d/PDF/13_GLP2-ce_DE.pdf\";s:10:\"image_zoom\";s:1:\"0\";s:12:\"imagecaption\";s:
0:\"\";s:21:\"imagecaption_position\";s:0:\"\";s:7:\"altText\";s:0:\"\";s:9:\"ti
tleText\";s:0:\"\";s:11:\"longdescURL\";s:0:\"\";s:17:\"image_compression\";s:1:
\"0\";s:13:\"image_effects\";s:1:\"0\";s:9:\"starttime\";s:1:\"0\";s:7:\"endtime
\";s:1:\"0\";s:8:\"fe_group\";s:0:\"\";s:11:\"l18n_parent\";s:1:\"0\";}'),(75,29
,0,0,0,'',0,0,0,0,0,40,1289401295,1289401278,1,0,192,'textpic','Motorni tester',
'','','',0,17,'',1,0,'',0,0,0,'','',0,0,0,'',0,0,'','','','',0,0,0,0,'','','','0
','',0,0,0,0,'0','',0,0,0,0,'',1,0,0,0,0,'0','',0,0,0,0,1,0,NULL,40,'a:36:{s:5:\
"CType\";s:7:\"textpic\";s:16:\"sys_language_uid\";s:1:\"0\";s:6:\"colPos\";s:1:
\"0\";s:11:\"spaceBefore\";s:1:\"0\";s:10:\"spaceAfter\";s:1:\"0\";s:13:\"sectio
n_frame\";s:1:\"0\";s:12:\"sectionIndex\";s:1:\"1\";s:6:\"hidden\";s:1:\"0\";s:6
:\"header\";s:11:\"Motortester\";s:15:\"header_position\";s:0:\"\";s:13:\"header
_layout\";s:1:\"0\";s:11:\"header_link\";s:0:\"\";s:4:\"date\";s:1:\"0\";s:9:\"l
inkToTop\";s:1:\"0\";s:8:\"bodytext\";s:0:\"\";s:11:\"rte_enabled\";s:1:\"0\";s:
5:\"image\";s:0:\"\";s:11:\"imageorient\";s:2:\"17\";s:9:\"imagecols\";s:1:\"1\"
;s:12:\"image_noRows\";s:1:\"0\";s:11:\"imageborder\";s:1:\"0\";s:10:\"imagewidt
h\";s:1:\"0\";s:11:\"imageheight\";s:1:\"0\";s:10:\"image_link\";s:0:\"\";s:10:\
"image_zoom\";s:1:\"0\";s:12:\"imagecaption\";s:0:\"\";s:21:\"imagecaption_posit
ion\";s:0:\"\";s:7:\"altText\";s:0:\"\";s:9:\"titleText\";s:0:\"\";s:11:\"longde
scURL\";s:0:\"\";s:17:\"image_compression\";s:1:\"0\";s:13:\"image_effects\";s:1
:\"0\";s:9:\"starttime\";s:1:\"0\";s:7:\"endtime\";s:1:\"0\";s:8:\"fe_group\";s:
0:\"\";s:11:\"l18n_parent\";s:1:\"0\";}'),(76,29,0,0,0,'',0,0,0,0,0,35,129052036
9,1289401278,1,0,512,'textpic','','','<link fileadmin/user_upload/PDF/19_Motorte
ster_DE.pdf - download>Download</link>','PDF_14.gif',30,26,'',1,0,'',0,0,0,'',''
,0,0,0,'',0,0,'','','','fileadmin/user_upload/PDF/19_Motortester_DE.pdf',0,0,0,0
,'','','','0','',0,0,0,0,'0','',0,0,0,0,'',1,0,0,0,0,'0','',0,0,0,0,1,0,NULL,35,
'a:36:{s:5:\"CType\";s:7:\"textpic\";s:16:\"sys_language_uid\";s:1:\"0\";s:6:\"c
olPos\";s:1:\"0\";s:11:\"spaceBefore\";s:1:\"0\";s:10:\"spaceAfter\";s:1:\"0\";s
:13:\"section_frame\";s:1:\"0\";s:12:\"sectionIndex\";s:1:\"1\";s:6:\"hidden\";s
:1:\"0\";s:6:\"header\";s:0:\"\";s:15:\"header_position\";s:0:\"\";s:13:\"header
_layout\";s:1:\"0\";s:11:\"header_link\";s:0:\"\";s:4:\"date\";s:1:\"0\";s:9:\"l
inkToTop\";s:1:\"0\";s:8:\"bodytext\";s:84:\"<link fileadmin/user_upload/PDF/19_
Motortester_DE.pdf - download>Zum Download</link>\";s:11:\"rte_enabled\";s:1:\"0
\";s:5:\"image\";s:10:\"PDF_04.gif\";s:11:\"imageorient\";s:2:\"26\";s:9:\"image
cols\";s:1:\"1\";s:12:\"image_noRows\";s:1:\"0\";s:11:\"imageborder\";s:1:\"0\";
s:10:\"imagewidth\";s:2:\"30\";s:11:\"imageheight\";s:1:\"0\";s:10:\"image_link\
";s:47:\"fileadmin/user_upload/PDF/19_Motortester_DE.pdf\";s:10:\"image_zoom\";s
:1:\"0\";s:12:\"imagecaption\";s:0:\"\";s:21:\"imagecaption_position\";s:0:\"\";
s:7:\"altText\";s:0:\"\";s:9:\"titleText\";s:0:\"\";s:11:\"longdescURL\";s:0:\"\
";s:17:\"image_compression\";s:1:\"0\";s:13:\"image_effects\";s:1:\"0\";s:9:\"st
arttime\";s:1:\"0\";s:7:\"endtime\";s:1:\"0\";s:8:\"fe_group\";s:0:\"\";s:11:\"l
18n_parent\";s:1:\"0\";}'),(77,1,0,0,0,'',0,0,0,0,0,17,1289816724,1289551556,1,0
,448,'image','','',NULL,'navijalni_material.png,izolacijski_material.png,laki_sm
ole.png,preskusevalne.png,motorji.png',0,2,'',5,0,'',0,0,0,'','',0,0,1,'',0,0,''
,'','','9, 10, 11, 12, 13',0,0,0,39,'','','','0','',0,0,0,0,'0','',0,0,0,0,'',1,
0,0,0,0,'0','',0,0,0,0,1,0,NULL,17,'a:34:{s:5:\"CType\";s:5:\"image\";s:16:\"sys
_language_uid\";s:1:\"0\";s:6:\"colPos\";s:1:\"1\";s:11:\"spaceBefore\";s:1:\"0\
";s:10:\"spaceAfter\";s:1:\"0\";s:13:\"section_frame\";s:1:\"0\";s:12:\"sectionI
ndex\";s:1:\"1\";s:6:\"hidden\";s:1:\"0\";s:6:\"header\";s:0:\"\";s:15:\"header_
position\";s:0:\"\";s:13:\"header_layout\";s:1:\"0\";s:11:\"header_link\";s:0:\"
\";s:4:\"date\";s:1:\"0\";s:9:\"linkToTop\";s:1:\"0\";s:5:\"image\";s:89:\"wicke
lmaterial.png,isoliermaterial.png,lacke_harze_01.png,pruefgeraete_01.png,motoren
.png\";s:11:\"imageorient\";s:1:\"2\";s:9:\"imagecols\";s:1:\"5\";s:12:\"image_n
oRows\";s:1:\"0\";s:11:\"imageborder\";s:1:\"0\";s:10:\"imagewidth\";s:1:\"0\";s
:11:\"imageheight\";s:1:\"0\";s:10:\"image_link\";s:17:\"9, 10, 11, 12, 13\";s:1
0:\"image_zoom\";s:1:\"0\";s:12:\"imagecaption\";s:0:\"\";s:21:\"imagecaption_po
sition\";s:0:\"\";s:7:\"altText\";s:0:\"\";s:9:\"titleText\";s:0:\"\";s:11:\"lon
gdescURL\";s:0:\"\";s:17:\"image_compression\";s:2:\"39\";s:13:\"image_effects\"
;s:1:\"0\";s:9:\"starttime\";s:1:\"0\";s:7:\"endtime\";s:1:\"0\";s:8:\"fe_group\
";s:0:\"\";s:11:\"l18n_parent\";s:1:\"0\";}'),(78,1,0,0,0,'',0,0,0,0,0,2,1289551
581,1289551571,1,0,768,'textpic','','','[Translate to Slowenisch:] <b>ZTS Zica t
rgovina in storitve d.o.o.</b>\r\nSpelina Ulica P.p.133 022 2000 Maribor\r\nTel: +
386-2-46-04-810 Fax: +386-2-426-01-39\r\nE-Mail: <link office@zts-wire.com>office@
zts-wire.com</link> ','',0,17,'',1,0,'',0,0,0,'','',0,0,2,'',0,0,'','','','',0,0
,0,0,'','','','0','',0,0,0,0,'0','',0,0,0,0,'',1,0,0,0,0,'0','',0,0,0,0,1,0,NULL
,2,'a:36:{s:5:\"CType\";s:7:\"textpic\";s:16:\"sys_language_uid\";s:1:\"0\";s:6:
\"colPos\";s:1:\"2\";s:11:\"spaceBefore\";s:1:\"0\";s:10:\"spaceAfter\";s:1:\"0\
";s:13:\"section_frame\";s:1:\"0\";s:12:\"sectionIndex\";s:1:\"1\";s:6:\"hidden\
";s:1:\"0\";s:6:\"header\";s:0:\"\";s:15:\"header_position\";s:0:\"\";s:13:\"hea
der_layout\";s:1:\"0\";s:11:\"header_link\";s:0:\"\";s:4:\"date\";s:1:\"0\";s:9:
\"linkToTop\";s:1:\"0\";s:8:\"bodytext\";s:195:\"<b>ZTS Zica trgovina in storitv
e d.o.o.</b>\r\nSpelina Ulica P.p.133 022 2000 Maribor\r\nTel: +386-2-46-04-810
Fax: +386-2-426-01-39\r\nE-Mail: <link office@zts-wire.com>office@zts-wire.com</
link> \";s:11:\"rte_enabled\";s:1:\"0\";s:5:\"image\";s:0:\"\";s:11:\"imageorien
t\";s:2:\"17\";s:9:\"imagecols\";s:1:\"1\";s:12:\"image_noRows\";s:1:\"0\";s:11:
\"imageborder\";s:1:\"0\";s:10:\"imagewidth\";s:1:\"0\";s:11:\"imageheight\";s:1
:\"0\";s:10:\"image_link\";s:0:\"\";s:10:\"image_zoom\";s:1:\"0\";s:12:\"imageca
ption\";s:0:\"\";s:21:\"imagecaption_position\";s:0:\"\";s:7:\"altText\";s:0:\"\
";s:9:\"titleText\";s:0:\"\";s:11:\"longdescURL\";s:0:\"\";s:17:\"image_compress
ion\";s:1:\"0\";s:13:\"image_effects\";s:1:\"0\";s:9:\"starttime\";s:1:\"0\";s:7
:\"endtime\";s:1:\"0\";s:8:\"fe_group\";s:0:\"\";s:11:\"l18n_parent\";s:1:\"0\";
}'),(79,20,0,0,0,'',0,0,0,0,0,60,1290520198,1290520183,1,0,512,'textpic','Lepiln
i trakovi','','','',0,17,'',1,0,'',0,0,0,'','',0,0,0,'',0,0,'','','','',0,0,0,0,
'','','','0','',0,0,0,0,'0','',0,0,0,0,'',1,0,0,0,0,'0','',0,0,0,0,1,0,NULL,60,'
a:36:{s:5:\"CType\";s:7:\"textpic\";s:16:\"sys_language_uid\";s:1:\"0\";s:6:\"co
lPos\";s:1:\"0\";s:11:\"spaceBefore\";s:1:\"0\";s:10:\"spaceAfter\";s:1:\"0\";s:
13:\"section_frame\";s:1:\"0\";s:12:\"sectionIndex\";s:1:\"1\";s:6:\"hidden\";s:
1:\"0\";s:6:\"header\";s:11:\"Klebebnder\";s:15:\"header_position\";s:0:\"\";s:13
:\"header_layout\";s:1:\"0\";s:11:\"header_link\";s:0:\"\";s:4:\"date\";s:1:\"0\
";s:9:\"linkToTop\";s:1:\"0\";s:8:\"bodytext\";s:0:\"\";s:11:\"rte_enabled\";s:1
:\"0\";s:5:\"image\";s:0:\"\";s:11:\"imageorient\";s:2:\"17\";s:9:\"imagecols\";
s:1:\"1\";s:12:\"image_noRows\";s:1:\"0\";s:11:\"imageborder\";s:1:\"0\";s:10:\"
imagewidth\";s:1:\"0\";s:11:\"imageheight\";s:1:\"0\";s:10:\"image_link\";s:0:\"
\";s:10:\"image_zoom\";s:1:\"0\";s:12:\"imagecaption\";s:0:\"\";s:21:\"imagecapt
ion_position\";s:0:\"\";s:7:\"altText\";s:0:\"\";s:9:\"titleText\";s:0:\"\";s:11
:\"longdescURL\";s:0:\"\";s:17:\"image_compression\";s:1:\"0\";s:13:\"image_effe
cts\";s:1:\"0\";s:9:\"starttime\";s:1:\"0\";s:7:\"endtime\";s:1:\"0\";s:8:\"fe_g
roup\";s:0:\"\";s:11:\"l18n_parent\";s:1:\"0\";}'),(80,21,0,0,0,'',0,0,0,0,0,61,
1290520219,1290520210,1,0,512,'textpic','Izsekovalni in fazonski deli','','','',
0,17,'',1,0,'',0,0,0,'','',0,0,0,'',0,0,'','','','',0,0,0,0,'','','','0','',0,0,
0,0,'0','',0,0,0,0,'',1,0,0,0,0,'0','',0,0,0,0,1,0,NULL,61,'a:36:{s:5:\"CType\";
s:7:\"textpic\";s:16:\"sys_language_uid\";s:1:\"0\";s:6:\"colPos\";s:1:\"0\";s:1
1:\"spaceBefore\";s:1:\"0\";s:10:\"spaceAfter\";s:1:\"0\";s:13:\"section_frame\"
;s:1:\"0\";s:12:\"sectionIndex\";s:1:\"1\";s:6:\"hidden\";s:1:\"0\";s:6:\"header
\";s:20:\"Stanz- und Formteile\";s:15:\"header_position\";s:0:\"\";s:13:\"header
_layout\";s:1:\"0\";s:11:\"header_link\";s:0:\"\";s:4:\"date\";s:1:\"0\";s:9:\"l
inkToTop\";s:1:\"0\";s:8:\"bodytext\";s:0:\"\";s:11:\"rte_enabled\";s:1:\"0\";s:
5:\"image\";s:0:\"\";s:11:\"imageorient\";s:2:\"17\";s:9:\"imagecols\";s:1:\"1\"
;s:12:\"image_noRows\";s:1:\"0\";s:11:\"imageborder\";s:1:\"0\";s:10:\"imagewidt
h\";s:1:\"0\";s:11:\"imageheight\";s:1:\"0\";s:10:\"image_link\";s:0:\"\";s:10:\
"image_zoom\";s:1:\"0\";s:12:\"imagecaption\";s:0:\"\";s:21:\"imagecaption_posit
ion\";s:0:\"\";s:7:\"altText\";s:0:\"\";s:9:\"titleText\";s:0:\"\";s:11:\"longde
scURL\";s:0:\"\";s:17:\"image_compression\";s:1:\"0\";s:13:\"image_effects\";s:1
:\"0\";s:9:\"starttime\";s:1:\"0\";s:7:\"endtime\";s:1:\"0\";s:8:\"fe_group\";s:
0:\"\";s:11:\"l18n_parent\";s:1:\"0\";}'),(81,24,0,0,0,'',0,0,0,0,0,66,129052025
0,1290520239,1,0,512,'textpic','Zalivalne mase','','','',0,17,'',1,0,'',0,0,0,''
,'',0,0,0,'',0,0,'','','','',0,0,0,0,'','','','0','',0,0,0,0,'0','',0,0,0,0,'',1
,0,0,0,0,'0','',0,0,0,0,1,0,NULL,66,'a:36:{s:5:\"CType\";s:7:\"textpic\";s:16:\"
sys_language_uid\";s:1:\"0\";s:6:\"colPos\";s:1:\"0\";s:11:\"spaceBefore\";s:1:\
"0\";s:10:\"spaceAfter\";s:1:\"0\";s:13:\"section_frame\";s:1:\"0\";s:12:\"secti
onIndex\";s:1:\"1\";s:6:\"hidden\";s:1:\"0\";s:6:\"header\";s:13:\"Vergussmassen
\";s:15:\"header_position\";s:0:\"\";s:13:\"header_layout\";s:1:\"0\";s:11:\"hea
der_link\";s:0:\"\";s:4:\"date\";s:1:\"0\";s:9:\"linkToTop\";s:1:\"0\";s:8:\"bod
ytext\";s:0:\"\";s:11:\"rte_enabled\";s:1:\"0\";s:5:\"image\";s:0:\"\";s:11:\"im
ageorient\";s:2:\"17\";s:9:\"imagecols\";s:1:\"1\";s:12:\"image_noRows\";s:1:\"0
\";s:11:\"imageborder\";s:1:\"0\";s:10:\"imagewidth\";s:1:\"0\";s:11:\"imageheig
ht\";s:1:\"0\";s:10:\"image_link\";s:0:\"\";s:10:\"image_zoom\";s:1:\"0\";s:12:\
"imagecaption\";s:0:\"\";s:21:\"imagecaption_position\";s:0:\"\";s:7:\"altText\"
;s:0:\"\";s:9:\"titleText\";s:0:\"\";s:11:\"longdescURL\";s:0:\"\";s:17:\"image_
compression\";s:1:\"0\";s:13:\"image_effects\";s:1:\"0\";s:9:\"starttime\";s:1:\
"0\";s:7:\"endtime\";s:1:\"0\";s:8:\"fe_group\";s:0:\"\";s:11:\"l18n_parent\";s:
1:\"0\";}'),(82,7,0,0,0,'',0,0,0,0,0,14,1290520462,1290520448,1,0,320,'textpic',
'Impressm','','','',0,17,'',1,0,'',0,0,0,'','',0,0,0,'',0,0,'','','','',0,0,0,0,
'','','','0','',0,0,0,0,'0','',0,0,0,0,'',1,0,0,0,0,'0','',0,0,0,0,1,0,NULL,14,'
a:36:{s:5:\"CType\";s:7:\"textpic\";s:16:\"sys_language_uid\";s:1:\"0\";s:6:\"co
lPos\";s:1:\"0\";s:11:\"spaceBefore\";s:1:\"0\";s:10:\"spaceAfter\";s:1:\"0\";s:
13:\"section_frame\";s:1:\"0\";s:12:\"sectionIndex\";s:1:\"1\";s:6:\"hidden\";s:
1:\"0\";s:6:\"header\";s:9:\"Impressum\";s:15:\"header_position\";s:0:\"\";s:13:
\"header_layout\";s:1:\"0\";s:11:\"header_link\";s:0:\"\";s:4:\"date\";s:1:\"0\"
;s:9:\"linkToTop\";s:1:\"0\";s:8:\"bodytext\";s:32:\"<span lang=\"EN-US\"><br />
</span>\";s:11:\"rte_enabled\";s:1:\"0\";s:5:\"image\";s:0:\"\";s:11:\"imageorie
nt\";s:2:\"17\";s:9:\"imagecols\";s:1:\"1\";s:12:\"image_noRows\";s:1:\"0\";s:11
:\"imageborder\";s:1:\"0\";s:10:\"imagewidth\";s:1:\"0\";s:11:\"imageheight\";s:
1:\"0\";s:10:\"image_link\";s:0:\"\";s:10:\"image_zoom\";s:1:\"0\";s:12:\"imagec
aption\";s:0:\"\";s:21:\"imagecaption_position\";s:0:\"\";s:7:\"altText\";s:0:\"
\";s:9:\"titleText\";s:0:\"\";s:11:\"longdescURL\";s:0:\"\";s:17:\"image_compres
sion\";s:1:\"0\";s:13:\"image_effects\";s:1:\"0\";s:9:\"starttime\";s:1:\"0\";s:
7:\"endtime\";s:1:\"0\";s:8:\"fe_group\";s:0:\"\";s:11:\"l18n_parent\";s:1:\"0\"
;}'),(83,7,0,0,0,'',0,0,0,0,0,22,1290520473,1290520448,1,0,448,'textpic','','','
[Translate to Slowenisch:] <span lang=\"EN-US\"><b>Zica d.o.o.</b><br />Spelina
ulica 022<br />p.p.133 MB<br />SI-2000 Maribor <br /></span>\r\n<span lang=\"EN-
US\">Tel.: 00386 2 426 00 99<br />Fax: 00386 2 426 01 39<br />E-Mail: </span><sp
an lang=\"DE-AT\"><link office@zts-wire.com>office@zts-wire.com<br /></link></sp
an>\r\n<span lang=\"EN-US\">Firmenbuch:<br />Firmenbuchgericht: Maribor</span>',
'',0,17,'',1,0,'',0,0,0,'','',0,0,0,'',0,0,'','','','',0,0,0,0,'','','','0','',0
,0,0,0,'0','',0,0,0,0,'',1,0,0,0,0,'0','',0,0,0,0,1,0,NULL,22,'a:36:{s:5:\"CType
\";s:7:\"textpic\";s:16:\"sys_language_uid\";s:1:\"0\";s:6:\"colPos\";s:1:\"0\";
s:11:\"spaceBefore\";s:1:\"0\";s:10:\"spaceAfter\";s:1:\"0\";s:13:\"section_fram
e\";s:1:\"0\";s:12:\"sectionIndex\";s:1:\"1\";s:6:\"hidden\";s:1:\"0\";s:6:\"hea
der\";s:0:\"\";s:15:\"header_position\";s:0:\"\";s:13:\"header_layout\";s:1:\"0\
";s:11:\"header_link\";s:0:\"\";s:4:\"date\";s:1:\"0\";s:9:\"linkToTop\";s:1:\"0
\";s:8:\"bodytext\";s:359:\"<span lang=\"EN-US\"><b>Zica d.o.o.</b><br />Spelina
ulica 022<br />p.p.133 MB<br />SI-2000 Maribor <br /></span>\r\n<span lang=\"EN
-US\">Tel.: 00386 2 426 00 99<br />Fax: 00386 2 426 01 39<br />E-Mail: </span><s
pan lang=\"DE-AT\"><link office@zts-wire.com>office@zts-wire.com<br /></link></s
pan>\r\n<span lang=\"EN-US\">Firmenbuch:<br />Firmenbuchgericht: Maribor</span>\
";s:11:\"rte_enabled\";s:1:\"0\";s:5:\"image\";s:0:\"\";s:11:\"imageorient\";s:2
:\"17\";s:9:\"imagecols\";s:1:\"1\";s:12:\"image_noRows\";s:1:\"0\";s:11:\"image
border\";s:1:\"0\";s:10:\"imagewidth\";s:1:\"0\";s:11:\"imageheight\";s:1:\"0\";
s:10:\"image_link\";s:0:\"\";s:10:\"image_zoom\";s:1:\"0\";s:12:\"imagecaption\"
;s:0:\"\";s:21:\"imagecaption_position\";s:0:\"\";s:7:\"altText\";s:0:\"\";s:9:\
"titleText\";s:0:\"\";s:11:\"longdescURL\";s:0:\"\";s:17:\"image_compression\";s
:1:\"0\";s:13:\"image_effects\";s:1:\"0\";s:9:\"starttime\";s:1:\"0\";s:7:\"endt
ime\";s:1:\"0\";s:8:\"fe_group\";s:0:\"\";s:11:\"l18n_parent\";s:1:\"0\";}');
/*!40000 ALTER TABLE `tt_content` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `tx_impexp_presets`
--
DROP TABLE IF EXISTS `tx_impexp_presets`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `tx_impexp_presets` (
`uid` int(11) NOT NULL auto_increment,
`user_uid` int(11) NOT NULL default '0',
`title` varchar(255) NOT NULL default '',
`public` tinyint(3) NOT NULL default '0',
`item_uid` int(11) NOT NULL default '0',
`preset_data` blob,
PRIMARY KEY (`uid`),
KEY `lookup` (`item_uid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `tx_impexp_presets`
--
LOCK TABLES `tx_impexp_presets` WRITE;
/*!40000 ALTER TABLE `tx_impexp_presets` DISABLE KEYS */;
/*!40000 ALTER TABLE `tx_impexp_presets` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `tx_rtehtmlarea_acronym`
--
DROP TABLE IF EXISTS `tx_rtehtmlarea_acronym`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `tx_rtehtmlarea_acronym` (
`uid` int(11) unsigned NOT NULL auto_increment,
`pid` int(11) unsigned NOT NULL default '0',
`deleted` tinyint(4) unsigned NOT NULL default '0',
`hidden` tinyint(4) unsigned NOT NULL default '0',
`starttime` int(11) unsigned NOT NULL default '0',
`endtime` int(11) unsigned NOT NULL default '0',
`sorting` int(11) unsigned NOT NULL default '0',
`sys_language_uid` int(11) NOT NULL default '0',
`type` tinyint(3) unsigned NOT NULL default '1',
`term` varchar(255) NOT NULL default '',
`acronym` varchar(255) NOT NULL default '',
`static_lang_isocode` int(11) unsigned NOT NULL default '0',
PRIMARY KEY (`uid`),
KEY `parent` (`pid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `tx_rtehtmlarea_acronym`
--
LOCK TABLES `tx_rtehtmlarea_acronym` WRITE;
/*!40000 ALTER TABLE `tx_rtehtmlarea_acronym` DISABLE KEYS */;
/*!40000 ALTER TABLE `tx_rtehtmlarea_acronym` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `tx_staticinfotables_hotlist`
--
DROP TABLE IF EXISTS `tx_staticinfotables_hotlist`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `tx_staticinfotables_hotlist` (
`uid_local` int(11) unsigned NOT NULL default '0',
`tablenames` varchar(30) NOT NULL default '',
`application` varchar(20) NOT NULL default '',
`sorting` bigint(20) unsigned NOT NULL default '0',
KEY `uid_local` (`uid_local`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `tx_staticinfotables_hotlist`
--
LOCK TABLES `tx_staticinfotables_hotlist` WRITE;
/*!40000 ALTER TABLE `tx_staticinfotables_hotlist` DISABLE KEYS */;
INSERT INTO `tx_staticinfotables_hotlist` VALUES (110,'static_languages','BE',1)
;
/*!40000 ALTER TABLE `tx_staticinfotables_hotlist` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Dumping routines for database 'zts_wire'
--
DELIMITER ;;
DELIMITER ;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2010-12-09 13:15:16

Potrebbero piacerti anche