????

Your IP : 18.190.160.66


Current Path : /sata1/home/users/lightstud/www/
Upload File :
Current File : /sata1/home/users/lightstud/www/lightstud_zebra.2016-06-01.sql

-- MySQL dump 10.13  Distrib 5.5.43, for FreeBSD10.1 (amd64)
--
-- Host: db9.freehost.com.ua    Database: lightstud_zebra
-- ------------------------------------------------------
-- Server version	5.5.33-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 `zebra_access_actiondom`
--

DROP TABLE IF EXISTS `zebra_access_actiondom`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zebra_access_actiondom` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `target` varchar(100) NOT NULL DEFAULT '',
  `principal_class` varchar(100) NOT NULL DEFAULT 'modPrincipal',
  `principal` int(10) unsigned NOT NULL DEFAULT '0',
  `authority` int(10) unsigned NOT NULL DEFAULT '9999',
  `policy` int(10) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `target` (`target`),
  KEY `principal_class` (`principal_class`),
  KEY `principal` (`principal`),
  KEY `authority` (`authority`),
  KEY `policy` (`policy`)
) ENGINE=MyISAM DEFAULT CHARSET=cp1251;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zebra_access_actiondom`
--

LOCK TABLES `zebra_access_actiondom` WRITE;
/*!40000 ALTER TABLE `zebra_access_actiondom` DISABLE KEYS */;
/*!40000 ALTER TABLE `zebra_access_actiondom` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `zebra_access_actions`
--

DROP TABLE IF EXISTS `zebra_access_actions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zebra_access_actions` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `target` varchar(100) NOT NULL DEFAULT '',
  `principal_class` varchar(100) NOT NULL DEFAULT 'modPrincipal',
  `principal` int(10) unsigned NOT NULL DEFAULT '0',
  `authority` int(10) unsigned NOT NULL DEFAULT '9999',
  `policy` int(10) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `target` (`target`),
  KEY `principal_class` (`principal_class`),
  KEY `principal` (`principal`),
  KEY `authority` (`authority`),
  KEY `policy` (`policy`)
) ENGINE=MyISAM DEFAULT CHARSET=cp1251;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zebra_access_actions`
--

LOCK TABLES `zebra_access_actions` WRITE;
/*!40000 ALTER TABLE `zebra_access_actions` DISABLE KEYS */;
/*!40000 ALTER TABLE `zebra_access_actions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `zebra_access_category`
--

DROP TABLE IF EXISTS `zebra_access_category`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zebra_access_category` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `target` varchar(100) NOT NULL DEFAULT '',
  `principal_class` varchar(100) NOT NULL DEFAULT 'modPrincipal',
  `principal` int(10) unsigned NOT NULL DEFAULT '0',
  `authority` int(10) unsigned NOT NULL DEFAULT '9999',
  `policy` int(10) unsigned NOT NULL DEFAULT '0',
  `context_key` varchar(100) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  KEY `target` (`target`),
  KEY `principal_class` (`principal_class`),
  KEY `principal` (`principal`),
  KEY `authority` (`authority`),
  KEY `policy` (`policy`),
  KEY `context_key` (`context_key`)
) ENGINE=MyISAM DEFAULT CHARSET=cp1251;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zebra_access_category`
--

LOCK TABLES `zebra_access_category` WRITE;
/*!40000 ALTER TABLE `zebra_access_category` DISABLE KEYS */;
/*!40000 ALTER TABLE `zebra_access_category` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `zebra_access_context`
--

DROP TABLE IF EXISTS `zebra_access_context`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zebra_access_context` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `target` varchar(100) NOT NULL DEFAULT '',
  `principal_class` varchar(100) NOT NULL DEFAULT 'modPrincipal',
  `principal` int(10) unsigned NOT NULL DEFAULT '0',
  `authority` int(10) unsigned NOT NULL DEFAULT '9999',
  `policy` int(10) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `target` (`target`),
  KEY `principal_class` (`principal_class`),
  KEY `principal` (`principal`),
  KEY `authority` (`authority`),
  KEY `policy` (`policy`)
) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=cp1251;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zebra_access_context`
--

LOCK TABLES `zebra_access_context` WRITE;
/*!40000 ALTER TABLE `zebra_access_context` DISABLE KEYS */;
INSERT INTO `zebra_access_context` VALUES (1,'web','modUserGroup',0,9999,3),(2,'mgr','modUserGroup',1,0,2),(3,'web','modUserGroup',1,0,2);
/*!40000 ALTER TABLE `zebra_access_context` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `zebra_access_elements`
--

DROP TABLE IF EXISTS `zebra_access_elements`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zebra_access_elements` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `target` varchar(100) NOT NULL DEFAULT '',
  `principal_class` varchar(100) NOT NULL DEFAULT 'modPrincipal',
  `principal` int(10) unsigned NOT NULL DEFAULT '0',
  `authority` int(10) unsigned NOT NULL DEFAULT '9999',
  `policy` int(10) unsigned NOT NULL DEFAULT '0',
  `context_key` varchar(100) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  KEY `target` (`target`),
  KEY `principal_class` (`principal_class`),
  KEY `principal` (`principal`),
  KEY `authority` (`authority`),
  KEY `policy` (`policy`),
  KEY `context_key` (`context_key`)
) ENGINE=MyISAM DEFAULT CHARSET=cp1251;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zebra_access_elements`
--

LOCK TABLES `zebra_access_elements` WRITE;
/*!40000 ALTER TABLE `zebra_access_elements` DISABLE KEYS */;
/*!40000 ALTER TABLE `zebra_access_elements` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `zebra_access_media_source`
--

DROP TABLE IF EXISTS `zebra_access_media_source`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zebra_access_media_source` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `target` varchar(100) NOT NULL DEFAULT '',
  `principal_class` varchar(100) NOT NULL DEFAULT 'modPrincipal',
  `principal` int(10) unsigned NOT NULL DEFAULT '0',
  `authority` int(10) unsigned NOT NULL DEFAULT '9999',
  `policy` int(10) unsigned NOT NULL DEFAULT '0',
  `context_key` varchar(100) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  KEY `target` (`target`),
  KEY `principal_class` (`principal_class`),
  KEY `principal` (`principal`),
  KEY `authority` (`authority`),
  KEY `policy` (`policy`),
  KEY `context_key` (`context_key`)
) ENGINE=MyISAM DEFAULT CHARSET=cp1251;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zebra_access_media_source`
--

LOCK TABLES `zebra_access_media_source` WRITE;
/*!40000 ALTER TABLE `zebra_access_media_source` DISABLE KEYS */;
/*!40000 ALTER TABLE `zebra_access_media_source` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `zebra_access_menus`
--

DROP TABLE IF EXISTS `zebra_access_menus`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zebra_access_menus` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `target` varchar(100) NOT NULL DEFAULT '',
  `principal_class` varchar(100) NOT NULL DEFAULT 'modPrincipal',
  `principal` int(10) unsigned NOT NULL DEFAULT '0',
  `authority` int(10) unsigned NOT NULL DEFAULT '9999',
  `policy` int(10) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `target` (`target`),
  KEY `principal_class` (`principal_class`),
  KEY `principal` (`principal`),
  KEY `authority` (`authority`),
  KEY `policy` (`policy`)
) ENGINE=MyISAM DEFAULT CHARSET=cp1251;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zebra_access_menus`
--

LOCK TABLES `zebra_access_menus` WRITE;
/*!40000 ALTER TABLE `zebra_access_menus` DISABLE KEYS */;
/*!40000 ALTER TABLE `zebra_access_menus` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `zebra_access_permissions`
--

DROP TABLE IF EXISTS `zebra_access_permissions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zebra_access_permissions` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `template` int(10) unsigned NOT NULL DEFAULT '0',
  `name` varchar(255) NOT NULL DEFAULT '',
  `description` text NOT NULL,
  `value` tinyint(1) unsigned NOT NULL DEFAULT '1',
  PRIMARY KEY (`id`),
  KEY `template` (`template`),
  KEY `name` (`name`)
) ENGINE=MyISAM AUTO_INCREMENT=215 DEFAULT CHARSET=cp1251;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zebra_access_permissions`
--

LOCK TABLES `zebra_access_permissions` WRITE;
/*!40000 ALTER TABLE `zebra_access_permissions` DISABLE KEYS */;
INSERT INTO `zebra_access_permissions` VALUES (1,1,'about','perm.about_desc',1),(2,1,'access_permissions','perm.access_permissions_desc',1),(3,1,'actions','perm.actions_desc',1),(4,1,'change_password','perm.change_password_desc',1),(5,1,'change_profile','perm.change_profile_desc',1),(6,1,'charsets','perm.charsets_desc',1),(7,1,'class_map','perm.class_map_desc',1),(8,1,'components','perm.components_desc',1),(9,1,'content_types','perm.content_types_desc',1),(10,1,'countries','perm.countries_desc',1),(11,1,'create','perm.create_desc',1),(12,1,'credits','perm.credits_desc',1),(13,1,'customize_forms','perm.customize_forms_desc',1),(14,1,'dashboards','perm.dashboards_desc',1),(15,1,'database','perm.database_desc',1),(16,1,'database_truncate','perm.database_truncate_desc',1),(17,1,'delete_category','perm.delete_category_desc',1),(18,1,'delete_chunk','perm.delete_chunk_desc',1),(19,1,'delete_context','perm.delete_context_desc',1),(20,1,'delete_document','perm.delete_document_desc',1),(21,1,'delete_eventlog','perm.delete_eventlog_desc',1),(22,1,'delete_plugin','perm.delete_plugin_desc',1),(23,1,'delete_propertyset','perm.delete_propertyset_desc',1),(24,1,'delete_snippet','perm.delete_snippet_desc',1),(25,1,'delete_template','perm.delete_template_desc',1),(26,1,'delete_tv','perm.delete_tv_desc',1),(27,1,'delete_role','perm.delete_role_desc',1),(28,1,'delete_user','perm.delete_user_desc',1),(29,1,'directory_chmod','perm.directory_chmod_desc',1),(30,1,'directory_create','perm.directory_create_desc',1),(31,1,'directory_list','perm.directory_list_desc',1),(32,1,'directory_remove','perm.directory_remove_desc',1),(33,1,'directory_update','perm.directory_update_desc',1),(34,1,'edit_category','perm.edit_category_desc',1),(35,1,'edit_chunk','perm.edit_chunk_desc',1),(36,1,'edit_context','perm.edit_context_desc',1),(37,1,'edit_document','perm.edit_document_desc',1),(38,1,'edit_locked','perm.edit_locked_desc',1),(39,1,'edit_plugin','perm.edit_plugin_desc',1),(40,1,'edit_propertyset','perm.edit_propertyset_desc',1),(41,1,'edit_role','perm.edit_role_desc',1),(42,1,'edit_snippet','perm.edit_snippet_desc',1),(43,1,'edit_template','perm.edit_template_desc',1),(44,1,'edit_tv','perm.edit_tv_desc',1),(45,1,'edit_user','perm.edit_user_desc',1),(46,1,'element_tree','perm.element_tree_desc',1),(47,1,'empty_cache','perm.empty_cache_desc',1),(48,1,'error_log_erase','perm.error_log_erase_desc',1),(49,1,'error_log_view','perm.error_log_view_desc',1),(50,1,'export_static','perm.export_static_desc',1),(51,1,'file_create','perm.file_create_desc',1),(52,1,'file_list','perm.file_list_desc',1),(53,1,'file_manager','perm.file_manager_desc',1),(54,1,'file_remove','perm.file_remove_desc',1),(55,1,'file_tree','perm.file_tree_desc',1),(56,1,'file_update','perm.file_update_desc',1),(57,1,'file_upload','perm.file_upload_desc',1),(58,1,'file_view','perm.file_view_desc',1),(59,1,'flush_sessions','perm.flush_sessions_desc',1),(60,1,'frames','perm.frames_desc',1),(61,1,'help','perm.help_desc',1),(62,1,'home','perm.home_desc',1),(63,1,'import_static','perm.import_static_desc',1),(64,1,'languages','perm.languages_desc',1),(65,1,'lexicons','perm.lexicons_desc',1),(66,1,'list','perm.list_desc',1),(67,1,'load','perm.load_desc',1),(68,1,'logout','perm.logout_desc',1),(69,1,'logs','perm.logs_desc',1),(70,1,'menu_reports','perm.menu_reports_desc',1),(71,1,'menu_security','perm.menu_security_desc',1),(72,1,'menu_site','perm.menu_site_desc',1),(73,1,'menu_support','perm.menu_support_desc',1),(74,1,'menu_system','perm.menu_system_desc',1),(75,1,'menu_tools','perm.menu_tools_desc',1),(76,1,'menu_user','perm.menu_user_desc',1),(77,1,'menus','perm.menus_desc',1),(78,1,'messages','perm.messages_desc',1),(79,1,'namespaces','perm.namespaces_desc',1),(80,1,'new_category','perm.new_category_desc',1),(81,1,'new_chunk','perm.new_chunk_desc',1),(82,1,'new_context','perm.new_context_desc',1),(83,1,'new_document','perm.new_document_desc',1),(84,1,'new_static_resource','perm.new_static_resource_desc',1),(85,1,'new_symlink','perm.new_symlink_desc',1),(86,1,'new_weblink','perm.new_weblink_desc',1),(87,1,'new_document_in_root','perm.new_document_in_root_desc',1),(88,1,'new_plugin','perm.new_plugin_desc',1),(89,1,'new_propertyset','perm.new_propertyset_desc',1),(90,1,'new_role','perm.new_role_desc',1),(91,1,'new_snippet','perm.new_snippet_desc',1),(92,1,'new_template','perm.new_template_desc',1),(93,1,'new_tv','perm.new_tv_desc',1),(94,1,'new_user','perm.new_user_desc',1),(95,1,'packages','perm.packages_desc',1),(96,1,'policy_delete','perm.policy_delete_desc',1),(97,1,'policy_edit','perm.policy_edit_desc',1),(98,1,'policy_new','perm.policy_new_desc',1),(99,1,'policy_save','perm.policy_save_desc',1),(100,1,'policy_view','perm.policy_view_desc',1),(101,1,'policy_template_delete','perm.policy_template_delete_desc',1),(102,1,'policy_template_edit','perm.policy_template_edit_desc',1),(103,1,'policy_template_new','perm.policy_template_new_desc',1),(104,1,'policy_template_save','perm.policy_template_save_desc',1),(105,1,'policy_template_view','perm.policy_template_view_desc',1),(106,1,'property_sets','perm.property_sets_desc',1),(107,1,'providers','perm.providers_desc',1),(108,1,'publish_document','perm.publish_document_desc',1),(109,1,'purge_deleted','perm.purge_deleted_desc',1),(110,1,'remove','perm.remove_desc',1),(111,1,'remove_locks','perm.remove_locks_desc',1),(112,1,'resource_duplicate','perm.resource_duplicate_desc',1),(113,1,'resourcegroup_delete','perm.resourcegroup_delete_desc',1),(114,1,'resourcegroup_edit','perm.resourcegroup_edit_desc',1),(115,1,'resourcegroup_new','perm.resourcegroup_new_desc',1),(116,1,'resourcegroup_resource_edit','perm.resourcegroup_resource_edit_desc',1),(117,1,'resourcegroup_resource_list','perm.resourcegroup_resource_list_desc',1),(118,1,'resourcegroup_save','perm.resourcegroup_save_desc',1),(119,1,'resourcegroup_view','perm.resourcegroup_view_desc',1),(120,1,'resource_quick_create','perm.resource_quick_create_desc',1),(121,1,'resource_quick_update','perm.resource_quick_update_desc',1),(122,1,'resource_tree','perm.resource_tree_desc',1),(123,1,'save','perm.save_desc',1),(124,1,'save_category','perm.save_category_desc',1),(125,1,'save_chunk','perm.save_chunk_desc',1),(126,1,'save_context','perm.save_context_desc',1),(127,1,'save_document','perm.save_document_desc',1),(128,1,'save_plugin','perm.save_plugin_desc',1),(129,1,'save_propertyset','perm.save_propertyset_desc',1),(130,1,'save_role','perm.save_role_desc',1),(131,1,'save_snippet','perm.save_snippet_desc',1),(132,1,'save_template','perm.save_template_desc',1),(133,1,'save_tv','perm.save_tv_desc',1),(134,1,'save_user','perm.save_user_desc',1),(135,1,'search','perm.search_desc',1),(136,1,'settings','perm.settings_desc',1),(137,1,'source_save','perm.source_save_desc',1),(138,1,'source_delete','perm.source_delete_desc',1),(139,1,'source_edit','perm.source_edit_desc',1),(140,1,'source_view','perm.source_view_desc',1),(141,1,'sources','perm.sources_desc',1),(142,1,'steal_locks','perm.steal_locks_desc',1),(143,1,'tree_show_element_ids','perm.tree_show_element_ids_desc',1),(144,1,'tree_show_resource_ids','perm.tree_show_resource_ids_desc',1),(145,1,'undelete_document','perm.undelete_document_desc',1),(146,1,'unpublish_document','perm.unpublish_document_desc',1),(147,1,'unlock_element_properties','perm.unlock_element_properties_desc',1),(148,1,'usergroup_delete','perm.usergroup_delete_desc',1),(149,1,'usergroup_edit','perm.usergroup_edit_desc',1),(150,1,'usergroup_new','perm.usergroup_new_desc',1),(151,1,'usergroup_save','perm.usergroup_save_desc',1),(152,1,'usergroup_user_edit','perm.usergroup_user_edit_desc',1),(153,1,'usergroup_user_list','perm.usergroup_user_list_desc',1),(154,1,'usergroup_view','perm.usergroup_view_desc',1),(155,1,'view','perm.view_desc',1),(156,1,'view_category','perm.view_category_desc',1),(157,1,'view_chunk','perm.view_chunk_desc',1),(158,1,'view_context','perm.view_context_desc',1),(159,1,'view_document','perm.view_document_desc',1),(160,1,'view_element','perm.view_element_desc',1),(161,1,'view_eventlog','perm.view_eventlog_desc',1),(162,1,'view_offline','perm.view_offline_desc',1),(163,1,'view_plugin','perm.view_plugin_desc',1),(164,1,'view_propertyset','perm.view_propertyset_desc',1),(165,1,'view_role','perm.view_role_desc',1),(166,1,'view_snippet','perm.view_snippet_desc',1),(167,1,'view_sysinfo','perm.view_sysinfo_desc',1),(168,1,'view_template','perm.view_template_desc',1),(169,1,'view_tv','perm.view_tv_desc',1),(170,1,'view_user','perm.view_user_desc',1),(171,1,'view_unpublished','perm.view_unpublished_desc',1),(172,1,'workspaces','perm.workspaces_desc',1),(173,2,'add_children','perm.add_children_desc',1),(174,2,'copy','perm.copy_desc',1),(175,2,'create','perm.create_desc',1),(176,2,'delete','perm.delete_desc',1),(177,2,'list','perm.list_desc',1),(178,2,'load','perm.load_desc',1),(179,2,'move','perm.move_desc',1),(180,2,'publish','perm.publish_desc',1),(181,2,'remove','perm.remove_desc',1),(182,2,'save','perm.save_desc',1),(183,2,'steal_lock','perm.steal_lock_desc',1),(184,2,'undelete','perm.undelete_desc',1),(185,2,'unpublish','perm.unpublish_desc',1),(186,2,'view','perm.view_desc',1),(187,3,'load','perm.load_desc',1),(188,3,'list','perm.list_desc',1),(189,3,'view','perm.view_desc',1),(190,3,'save','perm.save_desc',1),(191,3,'remove','perm.remove_desc',1),(192,4,'add_children','perm.add_children_desc',1),(193,4,'create','perm.create_desc',1),(194,4,'copy','perm.copy_desc',1),(195,4,'delete','perm.delete_desc',1),(196,4,'list','perm.list_desc',1),(197,4,'load','perm.load_desc',1),(198,4,'remove','perm.remove_desc',1),(199,4,'save','perm.save_desc',1),(200,4,'view','perm.view_desc',1),(201,5,'create','perm.create_desc',1),(202,5,'copy','perm.copy_desc',1),(203,5,'list','perm.list_desc',1),(204,5,'load','perm.load_desc',1),(205,5,'remove','perm.remove_desc',1),(206,5,'save','perm.save_desc',1),(207,5,'view','perm.view_desc',1),(208,6,'load','perm.load_desc',1),(209,6,'list','perm.list_desc',1),(210,6,'view','perm.view_desc',1),(211,6,'save','perm.save_desc',1),(212,6,'remove','perm.remove_desc',1),(213,6,'view_unpublished','perm.view_unpublished_desc',1),(214,6,'copy','perm.copy_desc',1);
/*!40000 ALTER TABLE `zebra_access_permissions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `zebra_access_policies`
--

DROP TABLE IF EXISTS `zebra_access_policies`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zebra_access_policies` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  `description` mediumtext,
  `parent` int(10) unsigned NOT NULL DEFAULT '0',
  `template` int(10) unsigned NOT NULL DEFAULT '0',
  `class` varchar(255) NOT NULL DEFAULT '',
  `data` text,
  `lexicon` varchar(255) NOT NULL DEFAULT 'permissions',
  PRIMARY KEY (`id`),
  UNIQUE KEY `name` (`name`),
  KEY `parent` (`parent`),
  KEY `class` (`class`),
  KEY `template` (`template`)
) ENGINE=MyISAM AUTO_INCREMENT=12 DEFAULT CHARSET=cp1251;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zebra_access_policies`
--

LOCK TABLES `zebra_access_policies` WRITE;
/*!40000 ALTER TABLE `zebra_access_policies` DISABLE KEYS */;
INSERT INTO `zebra_access_policies` VALUES (1,'Resource','MODX Resource Policy with all attributes.',0,2,'','{\"add_children\":true,\"create\":true,\"copy\":true,\"delete\":true,\"list\":true,\"load\":true,\"move\":true,\"publish\":true,\"remove\":true,\"save\":true,\"steal_lock\":true,\"undelete\":true,\"unpublish\":true,\"view\":true}','permissions'),(2,'Administrator','Context administration policy with all permissions.',0,1,'','{\"about\":true,\"access_permissions\":true,\"actions\":true,\"change_password\":true,\"change_profile\":true,\"charsets\":true,\"class_map\":true,\"components\":true,\"content_types\":true,\"countries\":true,\"create\":true,\"credits\":true,\"customize_forms\":true,\"dashboards\":true,\"database\":true,\"database_truncate\":true,\"delete_category\":true,\"delete_chunk\":true,\"delete_context\":true,\"delete_document\":true,\"delete_eventlog\":true,\"delete_plugin\":true,\"delete_propertyset\":true,\"delete_role\":true,\"delete_snippet\":true,\"delete_template\":true,\"delete_tv\":true,\"delete_user\":true,\"directory_chmod\":true,\"directory_create\":true,\"directory_list\":true,\"directory_remove\":true,\"directory_update\":true,\"edit_category\":true,\"edit_chunk\":true,\"edit_context\":true,\"edit_document\":true,\"edit_locked\":true,\"edit_plugin\":true,\"edit_propertyset\":true,\"edit_role\":true,\"edit_snippet\":true,\"edit_template\":true,\"edit_tv\":true,\"edit_user\":true,\"element_tree\":true,\"empty_cache\":true,\"error_log_erase\":true,\"error_log_view\":true,\"export_static\":true,\"file_create\":true,\"file_list\":true,\"file_manager\":true,\"file_remove\":true,\"file_tree\":true,\"file_update\":true,\"file_upload\":true,\"file_view\":true,\"flush_sessions\":true,\"frames\":true,\"help\":true,\"home\":true,\"import_static\":true,\"languages\":true,\"lexicons\":true,\"list\":true,\"load\":true,\"logout\":true,\"logs\":true,\"menus\":true,\"menu_reports\":true,\"menu_security\":true,\"menu_site\":true,\"menu_support\":true,\"menu_system\":true,\"menu_tools\":true,\"menu_user\":true,\"messages\":true,\"namespaces\":true,\"new_category\":true,\"new_chunk\":true,\"new_context\":true,\"new_document\":true,\"new_document_in_root\":true,\"new_plugin\":true,\"new_propertyset\":true,\"new_role\":true,\"new_snippet\":true,\"new_static_resource\":true,\"new_symlink\":true,\"new_template\":true,\"new_tv\":true,\"new_user\":true,\"new_weblink\":true,\"packages\":true,\"policy_delete\":true,\"policy_edit\":true,\"policy_new\":true,\"policy_save\":true,\"policy_template_delete\":true,\"policy_template_edit\":true,\"policy_template_new\":true,\"policy_template_save\":true,\"policy_template_view\":true,\"policy_view\":true,\"property_sets\":true,\"providers\":true,\"publish_document\":true,\"purge_deleted\":true,\"remove\":true,\"remove_locks\":true,\"resource_duplicate\":true,\"resourcegroup_delete\":true,\"resourcegroup_edit\":true,\"resourcegroup_new\":true,\"resourcegroup_resource_edit\":true,\"resourcegroup_resource_list\":true,\"resourcegroup_save\":true,\"resourcegroup_view\":true,\"resource_quick_create\":true,\"resource_quick_update\":true,\"resource_tree\":true,\"save\":true,\"save_category\":true,\"save_chunk\":true,\"save_context\":true,\"save_document\":true,\"save_plugin\":true,\"save_propertyset\":true,\"save_role\":true,\"save_snippet\":true,\"save_template\":true,\"save_tv\":true,\"save_user\":true,\"search\":true,\"settings\":true,\"sources\":true,\"source_delete\":true,\"source_edit\":true,\"source_save\":true,\"source_view\":true,\"steal_locks\":true,\"tree_show_element_ids\":true,\"tree_show_resource_ids\":true,\"undelete_document\":true,\"unlock_element_properties\":true,\"unpublish_document\":true,\"usergroup_delete\":true,\"usergroup_edit\":true,\"usergroup_new\":true,\"usergroup_save\":true,\"usergroup_user_edit\":true,\"usergroup_user_list\":true,\"usergroup_view\":true,\"view\":true,\"view_category\":true,\"view_chunk\":true,\"view_context\":true,\"view_document\":true,\"view_element\":true,\"view_eventlog\":true,\"view_offline\":true,\"view_plugin\":true,\"view_propertyset\":true,\"view_role\":true,\"view_snippet\":true,\"view_sysinfo\":true,\"view_template\":true,\"view_tv\":true,\"view_unpublished\":true,\"view_user\":true,\"workspaces\":true}','permissions'),(3,'Load Only','A minimal policy with permission to load an object.',0,3,'','{\"load\":true}','permissions'),(4,'Load, List and View','Provides load, list and view permissions only.',0,3,'','{\"load\":true,\"list\":true,\"view\":true}','permissions'),(5,'Object','An Object policy with all permissions.',0,3,'','{\"load\":true,\"list\":true,\"view\":true,\"save\":true,\"remove\":true}','permissions'),(6,'Element','MODX Element policy with all attributes.',0,4,'','{\"add_children\":true,\"create\":true,\"delete\":true,\"list\":true,\"load\":true,\"remove\":true,\"save\":true,\"view\":true,\"copy\":true}','permissions'),(7,'Content Editor','Context administration policy with limited, content-editing related Permissions, but no publishing.',0,1,'','{\"change_profile\":true,\"class_map\":true,\"countries\":true,\"edit_document\":true,\"frames\":true,\"help\":true,\"home\":true,\"load\":true,\"list\":true,\"logout\":true,\"menu_reports\":true,\"menu_site\":true,\"menu_support\":true,\"menu_tools\":true,\"menu_user\":true,\"resource_duplicate\":true,\"resource_tree\":true,\"save_document\":true,\"source_view\":true,\"tree_show_resource_ids\":true,\"view\":true,\"view_document\":true,\"new_document\":true,\"delete_document\":true}','permissions'),(8,'Media Source Admin','Media Source administration policy.',0,5,'','{\"create\":true,\"copy\":true,\"load\":true,\"list\":true,\"save\":true,\"remove\":true,\"view\":true}','permissions'),(9,'Media Source User','Media Source user policy, with basic viewing and using - but no editing - of Media Sources.',0,5,'','{\"load\":true,\"list\":true,\"view\":true}','permissions'),(10,'Developer','Context administration policy with most Permissions except Administrator and Security functions.',0,0,'','{\"about\":true,\"change_password\":true,\"change_profile\":true,\"charsets\":true,\"class_map\":true,\"components\":true,\"content_types\":true,\"countries\":true,\"create\":true,\"credits\":true,\"customize_forms\":true,\"dashboards\":true,\"database\":true,\"delete_category\":true,\"delete_chunk\":true,\"delete_context\":true,\"delete_document\":true,\"delete_eventlog\":true,\"delete_plugin\":true,\"delete_propertyset\":true,\"delete_snippet\":true,\"delete_template\":true,\"delete_tv\":true,\"delete_role\":true,\"delete_user\":true,\"directory_chmod\":true,\"directory_create\":true,\"directory_list\":true,\"directory_remove\":true,\"directory_update\":true,\"edit_category\":true,\"edit_chunk\":true,\"edit_context\":true,\"edit_document\":true,\"edit_locked\":true,\"edit_plugin\":true,\"edit_propertyset\":true,\"edit_role\":true,\"edit_snippet\":true,\"edit_template\":true,\"edit_tv\":true,\"edit_user\":true,\"element_tree\":true,\"empty_cache\":true,\"error_log_erase\":true,\"error_log_view\":true,\"export_static\":true,\"file_create\":true,\"file_list\":true,\"file_manager\":true,\"file_remove\":true,\"file_tree\":true,\"file_update\":true,\"file_upload\":true,\"file_view\":true,\"frames\":true,\"help\":true,\"home\":true,\"import_static\":true,\"languages\":true,\"lexicons\":true,\"list\":true,\"load\":true,\"logout\":true,\"logs\":true,\"menu_reports\":true,\"menu_site\":true,\"menu_support\":true,\"menu_system\":true,\"menu_tools\":true,\"menu_user\":true,\"menus\":true,\"messages\":true,\"namespaces\":true,\"new_category\":true,\"new_chunk\":true,\"new_context\":true,\"new_document\":true,\"new_static_resource\":true,\"new_symlink\":true,\"new_weblink\":true,\"new_document_in_root\":true,\"new_plugin\":true,\"new_propertyset\":true,\"new_role\":true,\"new_snippet\":true,\"new_template\":true,\"new_tv\":true,\"new_user\":true,\"packages\":true,\"property_sets\":true,\"providers\":true,\"publish_document\":true,\"purge_deleted\":true,\"remove\":true,\"resource_duplicate\":true,\"resource_quick_create\":true,\"resource_quick_update\":true,\"resource_tree\":true,\"save\":true,\"save_category\":true,\"save_chunk\":true,\"save_context\":true,\"save_document\":true,\"save_plugin\":true,\"save_propertyset\":true,\"save_snippet\":true,\"save_template\":true,\"save_tv\":true,\"save_user\":true,\"search\":true,\"settings\":true,\"source_delete\":true,\"source_edit\":true,\"source_save\":true,\"source_view\":true,\"sources\":true,\"tree_show_element_ids\":true,\"tree_show_resource_ids\":true,\"undelete_document\":true,\"unpublish_document\":true,\"unlock_element_properties\":true,\"view\":true,\"view_category\":true,\"view_chunk\":true,\"view_context\":true,\"view_document\":true,\"view_element\":true,\"view_eventlog\":true,\"view_offline\":true,\"view_plugin\":true,\"view_propertyset\":true,\"view_role\":true,\"view_snippet\":true,\"view_sysinfo\":true,\"view_template\":true,\"view_tv\":true,\"view_user\":true,\"view_unpublished\":true,\"workspaces\":true}','permissions'),(11,'Context','A standard Context policy that you can apply when creating Context ACLs for basic read/write and view_unpublished access within a Context.',0,6,'','{\"load\":true,\"list\":true,\"view\":true,\"save\":true,\"remove\":true,\"copy\":true,\"view_unpublished\":true}','permissions');
/*!40000 ALTER TABLE `zebra_access_policies` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `zebra_access_policy_template_groups`
--

DROP TABLE IF EXISTS `zebra_access_policy_template_groups`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zebra_access_policy_template_groups` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL DEFAULT '',
  `description` mediumtext,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=cp1251;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zebra_access_policy_template_groups`
--

LOCK TABLES `zebra_access_policy_template_groups` WRITE;
/*!40000 ALTER TABLE `zebra_access_policy_template_groups` DISABLE KEYS */;
INSERT INTO `zebra_access_policy_template_groups` VALUES (1,'Admin','All admin policy templates.'),(2,'Object','All Object-based policy templates.'),(3,'Resource','All Resource-based policy templates.'),(4,'Element','All Element-based policy templates.'),(5,'MediaSource','All Media Source-based policy templates.');
/*!40000 ALTER TABLE `zebra_access_policy_template_groups` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `zebra_access_policy_templates`
--

DROP TABLE IF EXISTS `zebra_access_policy_templates`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zebra_access_policy_templates` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `template_group` int(10) unsigned NOT NULL DEFAULT '0',
  `name` varchar(255) NOT NULL DEFAULT '',
  `description` mediumtext,
  `lexicon` varchar(255) NOT NULL DEFAULT 'permissions',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=9 DEFAULT CHARSET=cp1251;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zebra_access_policy_templates`
--

LOCK TABLES `zebra_access_policy_templates` WRITE;
/*!40000 ALTER TABLE `zebra_access_policy_templates` DISABLE KEYS */;
INSERT INTO `zebra_access_policy_templates` VALUES (1,1,'AdministratorTemplate','Context administration policy template with all permissions.','permissions'),(2,3,'ResourceTemplate','Resource Policy Template with all attributes.','permissions'),(3,2,'ObjectTemplate','Object Policy Template with all attributes.','permissions'),(4,4,'ElementTemplate','Element Policy Template with all attributes.','permissions'),(5,5,'MediaSourceTemplate','Media Source Policy Template with all attributes.','permissions'),(6,2,'ContextTemplate','Context Policy Template with all attributes.','permissions'),(7,2,'ContextTemplate','A standard Context policy that you can apply when creating Context ACLs for basic read/write and view_unpublished access within a Context.','permissions'),(8,1,'Media Source AdminTemplate','Media Source administration policy.','permissions');
/*!40000 ALTER TABLE `zebra_access_policy_templates` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `zebra_access_resource_groups`
--

DROP TABLE IF EXISTS `zebra_access_resource_groups`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zebra_access_resource_groups` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `target` varchar(100) NOT NULL DEFAULT '',
  `principal_class` varchar(100) NOT NULL DEFAULT 'modPrincipal',
  `principal` int(10) unsigned NOT NULL DEFAULT '0',
  `authority` int(10) unsigned NOT NULL DEFAULT '9999',
  `policy` int(10) unsigned NOT NULL DEFAULT '0',
  `context_key` varchar(100) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  KEY `target` (`target`),
  KEY `principal_class` (`principal_class`),
  KEY `principal` (`principal`),
  KEY `authority` (`authority`),
  KEY `policy` (`policy`),
  KEY `context_key` (`context_key`)
) ENGINE=MyISAM DEFAULT CHARSET=cp1251;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zebra_access_resource_groups`
--

LOCK TABLES `zebra_access_resource_groups` WRITE;
/*!40000 ALTER TABLE `zebra_access_resource_groups` DISABLE KEYS */;
/*!40000 ALTER TABLE `zebra_access_resource_groups` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `zebra_access_resources`
--

DROP TABLE IF EXISTS `zebra_access_resources`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zebra_access_resources` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `target` varchar(100) NOT NULL DEFAULT '',
  `principal_class` varchar(100) NOT NULL DEFAULT 'modPrincipal',
  `principal` int(10) unsigned NOT NULL DEFAULT '0',
  `authority` int(10) unsigned NOT NULL DEFAULT '9999',
  `policy` int(10) unsigned NOT NULL DEFAULT '0',
  `context_key` varchar(100) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  KEY `target` (`target`),
  KEY `principal_class` (`principal_class`),
  KEY `principal` (`principal`),
  KEY `authority` (`authority`),
  KEY `policy` (`policy`),
  KEY `context_key` (`context_key`)
) ENGINE=MyISAM DEFAULT CHARSET=cp1251;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zebra_access_resources`
--

LOCK TABLES `zebra_access_resources` WRITE;
/*!40000 ALTER TABLE `zebra_access_resources` DISABLE KEYS */;
/*!40000 ALTER TABLE `zebra_access_resources` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `zebra_access_templatevars`
--

DROP TABLE IF EXISTS `zebra_access_templatevars`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zebra_access_templatevars` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `target` varchar(100) NOT NULL DEFAULT '',
  `principal_class` varchar(100) NOT NULL DEFAULT 'modPrincipal',
  `principal` int(10) unsigned NOT NULL DEFAULT '0',
  `authority` int(10) unsigned NOT NULL DEFAULT '9999',
  `policy` int(10) unsigned NOT NULL DEFAULT '0',
  `context_key` varchar(100) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  KEY `target` (`target`),
  KEY `principal_class` (`principal_class`),
  KEY `principal` (`principal`),
  KEY `authority` (`authority`),
  KEY `policy` (`policy`),
  KEY `context_key` (`context_key`)
) ENGINE=MyISAM DEFAULT CHARSET=cp1251;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zebra_access_templatevars`
--

LOCK TABLES `zebra_access_templatevars` WRITE;
/*!40000 ALTER TABLE `zebra_access_templatevars` DISABLE KEYS */;
/*!40000 ALTER TABLE `zebra_access_templatevars` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `zebra_actiondom`
--

DROP TABLE IF EXISTS `zebra_actiondom`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zebra_actiondom` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `set` int(11) NOT NULL DEFAULT '0',
  `action` int(11) NOT NULL DEFAULT '0',
  `name` varchar(255) NOT NULL DEFAULT '',
  `description` text,
  `xtype` varchar(100) NOT NULL DEFAULT '',
  `container` varchar(255) NOT NULL DEFAULT '',
  `rule` varchar(100) NOT NULL DEFAULT '',
  `value` text NOT NULL,
  `constraint` varchar(255) NOT NULL DEFAULT '',
  `constraint_field` varchar(100) NOT NULL DEFAULT '',
  `constraint_class` varchar(100) NOT NULL DEFAULT '',
  `active` tinyint(1) unsigned NOT NULL DEFAULT '1',
  `for_parent` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `rank` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `set` (`set`),
  KEY `action` (`action`),
  KEY `name` (`name`),
  KEY `active` (`active`),
  KEY `for_parent` (`for_parent`),
  KEY `rank` (`rank`)
) ENGINE=MyISAM DEFAULT CHARSET=cp1251;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zebra_actiondom`
--

LOCK TABLES `zebra_actiondom` WRITE;
/*!40000 ALTER TABLE `zebra_actiondom` DISABLE KEYS */;
/*!40000 ALTER TABLE `zebra_actiondom` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `zebra_actions`
--

DROP TABLE IF EXISTS `zebra_actions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zebra_actions` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `namespace` varchar(100) NOT NULL DEFAULT 'core',
  `controller` varchar(255) NOT NULL,
  `haslayout` tinyint(1) unsigned NOT NULL DEFAULT '1',
  `lang_topics` text NOT NULL,
  `assets` text NOT NULL,
  `help_url` text NOT NULL,
  PRIMARY KEY (`id`),
  KEY `namespace` (`namespace`),
  KEY `controller` (`controller`)
) ENGINE=MyISAM AUTO_INCREMENT=79 DEFAULT CHARSET=cp1251;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zebra_actions`
--

LOCK TABLES `zebra_actions` WRITE;
/*!40000 ALTER TABLE `zebra_actions` DISABLE KEYS */;
INSERT INTO `zebra_actions` VALUES (1,'core','welcome',1,'welcome,configcheck','',''),(2,'core','system',0,'','',''),(3,'core','browser',0,'file','',''),(4,'core','context/create',1,'context,setting,access,policy,user','','Contexts'),(5,'core','context/update',1,'context,setting,access,policy,user','','Contexts'),(6,'core','context/view',1,'context','','Contexts'),(7,'core','element',1,'element','',''),(8,'core','element/chunk',1,'chunk,category,propertyset,element','','Chunks'),(9,'core','element/chunk/create',1,'chunk,category,propertyset,element','','Chunks'),(10,'core','element/chunk/update',1,'chunk,category,propertyset,element','','Chunks'),(11,'core','element/plugin',1,'plugin,category,system_events,propertyset,element','','Plugins'),(12,'core','element/plugin/create',1,'plugin,category,system_events,propertyset,element','','Plugins'),(13,'core','element/plugin/update',1,'plugin,category,system_events,propertyset,element','','Plugins'),(14,'core','element/snippet',1,'snippet,propertyset,element','','Snippets'),(15,'core','element/snippet/create',1,'snippet,propertyset,element','','Snippets'),(16,'core','element/snippet/update',1,'snippet,propertyset,element','','Snippets'),(17,'core','element/template',1,'template,propertyset,element','','Templates'),(18,'core','element/template/create',1,'template,propertyset,element','','Templates'),(19,'core','element/template/update',1,'template,propertyset,element','','Templates'),(20,'core','element/template/tvsort',1,'template,tv,propertyset,element','',''),(21,'core','element/tv',1,'tv,propertyset,element','','Template+Variables'),(22,'core','element/tv/create',1,'tv,tv_widget,propertyset,element','','Template+Variables'),(23,'core','element/tv/update',1,'tv,tv_widget,propertyset,element','','Template+Variables'),(24,'core','element/view',1,'element','',''),(25,'core','resource',1,'','',''),(26,'core','security/usergroup/create',1,'user,access,policy,context','','User+Groups'),(27,'core','security/usergroup/update',1,'user,access,policy,context','','User+Groups'),(28,'core','resource/data',1,'resource','','Resource'),(29,'core','resource/empty_recycle_bin',1,'resource','',''),(30,'core','resource/update',1,'resource','','Resource'),(31,'core','security',1,'user','',''),(32,'core','security/role',1,'user','','Roles'),(33,'core','security/user/create',1,'user,setting,access','','Users'),(34,'core','security/user/update',1,'user,setting,access','','Users'),(35,'core','security/login',1,'login','',''),(36,'core','system/refresh_site',1,'','',''),(37,'core','system/phpinfo',1,'','',''),(38,'core','resource/tvs',0,'','',''),(39,'core','system/file',1,'file','',''),(40,'core','system/file/edit',1,'file','',''),(41,'core','security/access/policy/update',1,'user,policy','','Policies'),(42,'core','workspaces/package/view',1,'workspace,namespace','','Package+Management'),(43,'core','security/access/policy/template/update',1,'user,policy','','PolicyTemplates'),(44,'core','security/forms/profile/update',1,'formcustomization,user,access,policy','','Form+Customization+Profiles'),(45,'core','security/forms/set/update',1,'formcustomization,user,access,policy','','Form+Customization+Sets'),(46,'core','system/dashboards/update',1,'dashboards,user','','Dashboards'),(47,'core','system/dashboards/create',1,'dashboards,user','','Dashboards'),(48,'core','system/dashboards/widget/update',1,'dashboards,user','','Dashboard+Widgets'),(49,'core','system/dashboards/widget/create',1,'dashboards,user','','Dashboard+Widgets'),(50,'core','source/create',1,'sources,namespace','','Media+Sources'),(51,'core','source/update',1,'sources,namespace','','Media+Sources'),(52,'core','system/file/create',1,'file','',''),(53,'core','system/dashboards',1,'about','','Dashboards'),(54,'core','search',1,'','',''),(55,'core','resource/create',1,'resource','','Resource'),(56,'core','security/user',1,'user','','Users'),(57,'core','security/permission',1,'user,access,policy','','Security'),(58,'core','security/resourcegroup/index',1,'resource,user,access','','Resource+Groups'),(59,'core','security/forms',1,'formcustomization,user,access,policy','','Customizing+The+Manager'),(60,'core','system/import',1,'import','',''),(61,'core','system/import/html',1,'import','',''),(62,'core','element/propertyset/index',1,'element,category,propertyset','','Properties+and+Property+Sets'),(63,'core','source/index',1,'sources,namespace','','Media+Sources'),(64,'core','resource/site_schedule',1,'resource','',''),(65,'core','system/logs/index',1,'manager_log','',''),(66,'core','system/event',1,'system_events','',''),(67,'core','system/info',1,'system_info','',''),(68,'core','help',1,'about','',''),(69,'core','workspaces',1,'workspace','','Package+Management'),(70,'core','system/settings',1,'setting','','Settings'),(71,'core','workspaces/lexicon',1,'package_builder,lexicon,namespace','','Internationalization'),(72,'core','system/contenttype',1,'content_type','','Content+Types'),(73,'core','context',1,'context','','Contexts'),(74,'core','system/action',1,'action,menu,namespace','','Actions+and+Menus'),(75,'core','workspaces/namespace',1,'workspace,package_builder,lexicon,namespace','','Namespaces'),(76,'core','security/profile',1,'user','',''),(77,'core','security/message',1,'messages','','');
/*!40000 ALTER TABLE `zebra_actions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `zebra_actions_fields`
--

DROP TABLE IF EXISTS `zebra_actions_fields`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zebra_actions_fields` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `action` int(11) NOT NULL DEFAULT '0',
  `name` varchar(255) NOT NULL DEFAULT '',
  `type` varchar(100) NOT NULL DEFAULT 'field',
  `tab` varchar(255) NOT NULL DEFAULT '',
  `form` varchar(255) NOT NULL DEFAULT '',
  `other` varchar(255) NOT NULL DEFAULT '',
  `rank` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `action` (`action`),
  KEY `type` (`type`),
  KEY `tab` (`tab`)
) ENGINE=MyISAM AUTO_INCREMENT=457 DEFAULT CHARSET=cp1251;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zebra_actions_fields`
--

LOCK TABLES `zebra_actions_fields` WRITE;
/*!40000 ALTER TABLE `zebra_actions_fields` DISABLE KEYS */;
INSERT INTO `zebra_actions_fields` VALUES (453,55,'deleted','field','modx-page-settings-right-box-right','modx-panel-resource','',2),(454,55,'modx-panel-resource-tv','tab','','modx-panel-resource','tv',8),(455,55,'modx-resource-access-permissions','tab','','modx-panel-resource','',9),(456,55,'modx-resource-content','field','modx-resource-content','modx-panel-resource','',0),(452,55,'syncsite','field','modx-page-settings-right-box-right','modx-panel-resource','',1),(451,55,'cacheable','field','modx-page-settings-right-box-right','modx-panel-resource','',0),(450,55,'modx-page-settings-right-box-right','tab','','modx-panel-resource','',7),(448,55,'uri_override','field','modx-page-settings-right-box-left','modx-panel-resource','',3),(449,55,'uri','field','modx-page-settings-right-box-left','modx-panel-resource','',4),(447,55,'richtext','field','modx-page-settings-right-box-left','modx-panel-resource','',2),(446,55,'searchable','field','modx-page-settings-right-box-left','modx-panel-resource','',1),(445,55,'isfolder','field','modx-page-settings-right-box-left','modx-panel-resource','',0),(442,55,'pub_date','field','modx-page-settings-right','modx-panel-resource','',1),(443,55,'unpub_date','field','modx-page-settings-right','modx-panel-resource','',2),(444,55,'modx-page-settings-right-box-left','tab','','modx-panel-resource','',6),(441,55,'publishedon','field','modx-page-settings-right','modx-panel-resource','',0),(439,55,'menuindex','field','modx-page-settings-left','modx-panel-resource','',4),(440,55,'modx-page-settings-right','tab','','modx-panel-resource','',5),(438,55,'content_dispo','field','modx-page-settings-left','modx-panel-resource','',3),(437,55,'content_type','field','modx-page-settings-left','modx-panel-resource','',2),(436,55,'class_key','field','modx-page-settings-left','modx-panel-resource','',1),(435,55,'parent-cmb','field','modx-page-settings-left','modx-panel-resource','',0),(434,55,'modx-page-settings-left','tab','','modx-panel-resource','',4),(433,55,'modx-page-settings','tab','','modx-panel-resource','',3),(429,55,'menutitle','field','modx-resource-main-right','modx-panel-resource','',2),(430,55,'link_attributes','field','modx-resource-main-right','modx-panel-resource','',3),(431,55,'hidemenu','field','modx-resource-main-right','modx-panel-resource','',4),(432,55,'published','field','modx-resource-main-right','modx-panel-resource','',5),(428,55,'alias','field','modx-resource-main-right','modx-panel-resource','',1),(427,55,'template','field','modx-resource-main-right','modx-panel-resource','',0),(426,55,'modx-resource-main-right','tab','','modx-panel-resource','',2),(425,55,'introtext','field','modx-resource-main-left','modx-panel-resource','',4),(421,55,'id','field','modx-resource-main-left','modx-panel-resource','',0),(422,55,'pagetitle','field','modx-resource-main-left','modx-panel-resource','',1),(423,55,'longtitle','field','modx-resource-main-left','modx-panel-resource','',2),(424,55,'description','field','modx-resource-main-left','modx-panel-resource','',3),(416,30,'modx-panel-resource-tv','tab','','modx-panel-resource','tv',8),(417,30,'modx-resource-access-permissions','tab','','modx-panel-resource','',9),(418,30,'modx-resource-content','field','modx-resource-content','modx-panel-resource','',0),(419,55,'modx-resource-settings','tab','','modx-panel-resource','',0),(420,55,'modx-resource-main-left','tab','','modx-panel-resource','',1),(414,30,'syncsite','field','modx-page-settings-right-box-right','modx-panel-resource','',1),(415,30,'deleted','field','modx-page-settings-right-box-right','modx-panel-resource','',2),(412,30,'modx-page-settings-right-box-right','tab','','modx-panel-resource','',7),(413,30,'cacheable','field','modx-page-settings-right-box-right','modx-panel-resource','',0),(411,30,'uri','field','modx-page-settings-right-box-left','modx-panel-resource','',4),(408,30,'searchable','field','modx-page-settings-right-box-left','modx-panel-resource','',1),(409,30,'richtext','field','modx-page-settings-right-box-left','modx-panel-resource','',2),(410,30,'uri_override','field','modx-page-settings-right-box-left','modx-panel-resource','',3),(407,30,'isfolder','field','modx-page-settings-right-box-left','modx-panel-resource','',0),(406,30,'modx-page-settings-right-box-left','tab','','modx-panel-resource','',6),(405,30,'unpub_date','field','modx-page-settings-right','modx-panel-resource','',2),(404,30,'pub_date','field','modx-page-settings-right','modx-panel-resource','',1),(403,30,'publishedon','field','modx-page-settings-right','modx-panel-resource','',0),(402,30,'modx-page-settings-right','tab','','modx-panel-resource','',5),(401,30,'menuindex','field','modx-page-settings-left','modx-panel-resource','',4),(398,30,'class_key','field','modx-page-settings-left','modx-panel-resource','',1),(399,30,'content_type','field','modx-page-settings-left','modx-panel-resource','',2),(400,30,'content_dispo','field','modx-page-settings-left','modx-panel-resource','',3),(397,30,'parent-cmb','field','modx-page-settings-left','modx-panel-resource','',0),(396,30,'modx-page-settings-left','tab','','modx-panel-resource','',4),(395,30,'modx-page-settings','tab','','modx-panel-resource','',3),(394,30,'published','field','modx-resource-main-right','modx-panel-resource','',5),(393,30,'hidemenu','field','modx-resource-main-right','modx-panel-resource','',4),(392,30,'link_attributes','field','modx-resource-main-right','modx-panel-resource','',3),(391,30,'menutitle','field','modx-resource-main-right','modx-panel-resource','',2),(390,30,'alias','field','modx-resource-main-right','modx-panel-resource','',1),(389,30,'template','field','modx-resource-main-right','modx-panel-resource','',0),(388,30,'modx-resource-main-right','tab','','modx-panel-resource','',2),(385,30,'longtitle','field','modx-resource-main-left','modx-panel-resource','',2),(386,30,'description','field','modx-resource-main-left','modx-panel-resource','',3),(387,30,'introtext','field','modx-resource-main-left','modx-panel-resource','',4),(384,30,'pagetitle','field','modx-resource-main-left','modx-panel-resource','',1),(383,30,'id','field','modx-resource-main-left','modx-panel-resource','',0),(382,30,'modx-resource-main-left','tab','','modx-panel-resource','',1),(381,30,'modx-resource-settings','tab','','modx-panel-resource','',0);
/*!40000 ALTER TABLE `zebra_actions_fields` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `zebra_active_users`
--

DROP TABLE IF EXISTS `zebra_active_users`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zebra_active_users` (
  `internalKey` int(9) NOT NULL DEFAULT '0',
  `username` varchar(50) NOT NULL DEFAULT '',
  `lasthit` int(20) NOT NULL DEFAULT '0',
  `id` int(10) DEFAULT NULL,
  `action` varchar(255) NOT NULL DEFAULT '',
  `ip` varchar(20) NOT NULL DEFAULT '',
  PRIMARY KEY (`internalKey`)
) ENGINE=MyISAM DEFAULT CHARSET=cp1251;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zebra_active_users`
--

LOCK TABLES `zebra_active_users` WRITE;
/*!40000 ALTER TABLE `zebra_active_users` DISABLE KEYS */;
/*!40000 ALTER TABLE `zebra_active_users` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `zebra_categories`
--

DROP TABLE IF EXISTS `zebra_categories`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zebra_categories` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `parent` int(10) unsigned DEFAULT '0',
  `category` varchar(45) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  UNIQUE KEY `category` (`category`),
  KEY `parent` (`parent`)
) ENGINE=MyISAM AUTO_INCREMENT=13 DEFAULT CHARSET=cp1251;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zebra_categories`
--

LOCK TABLES `zebra_categories` WRITE;
/*!40000 ALTER TABLE `zebra_categories` DISABLE KEYS */;
INSERT INTO `zebra_categories` VALUES (1,0,'Breadcrumbs'),(2,0,'Content_area'),(3,0,'Contacts'),(4,0,'WeyFinderTopmenu'),(5,0,'Waifinder'),(6,0,'FormIt'),(7,0,'Gallery'),(9,0,'LeftMenu'),(10,0,'SuperCache'),(11,0,'sitemapFriend'),(12,0,'GoogleSiteMap');
/*!40000 ALTER TABLE `zebra_categories` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `zebra_categories_closure`
--

DROP TABLE IF EXISTS `zebra_categories_closure`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zebra_categories_closure` (
  `ancestor` int(10) unsigned NOT NULL DEFAULT '0',
  `descendant` int(10) unsigned NOT NULL DEFAULT '0',
  `depth` int(10) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`ancestor`,`descendant`)
) ENGINE=MyISAM DEFAULT CHARSET=cp1251;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zebra_categories_closure`
--

LOCK TABLES `zebra_categories_closure` WRITE;
/*!40000 ALTER TABLE `zebra_categories_closure` DISABLE KEYS */;
INSERT INTO `zebra_categories_closure` VALUES (1,1,0),(0,1,0),(2,2,0),(0,2,0),(3,3,0),(0,3,0),(4,4,0),(0,4,0),(5,5,0),(0,5,0),(6,6,0),(0,6,0),(7,7,0),(0,7,0),(0,9,0),(9,9,0),(10,10,0),(0,10,0),(11,11,0),(0,11,0),(12,12,0),(0,12,0);
/*!40000 ALTER TABLE `zebra_categories_closure` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `zebra_class_map`
--

DROP TABLE IF EXISTS `zebra_class_map`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zebra_class_map` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `class` varchar(120) NOT NULL DEFAULT '',
  `parent_class` varchar(120) NOT NULL DEFAULT '',
  `name_field` varchar(255) NOT NULL DEFAULT 'name',
  `path` tinytext,
  `lexicon` varchar(255) NOT NULL DEFAULT 'core:resource',
  PRIMARY KEY (`id`),
  UNIQUE KEY `class` (`class`),
  KEY `parent_class` (`parent_class`),
  KEY `name_field` (`name_field`)
) ENGINE=MyISAM AUTO_INCREMENT=10 DEFAULT CHARSET=cp1251;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zebra_class_map`
--

LOCK TABLES `zebra_class_map` WRITE;
/*!40000 ALTER TABLE `zebra_class_map` DISABLE KEYS */;
INSERT INTO `zebra_class_map` VALUES (1,'modDocument','modResource','pagetitle','','core:resource'),(2,'modWebLink','modResource','pagetitle','','core:resource'),(3,'modSymLink','modResource','pagetitle','','core:resource'),(4,'modStaticResource','modResource','pagetitle','','core:resource'),(5,'modTemplate','modElement','templatename','','core:resource'),(6,'modTemplateVar','modElement','name','','core:resource'),(7,'modChunk','modElement','name','','core:resource'),(8,'modSnippet','modElement','name','','core:resource'),(9,'modPlugin','modElement','name','','core:resource');
/*!40000 ALTER TABLE `zebra_class_map` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `zebra_content_type`
--

DROP TABLE IF EXISTS `zebra_content_type`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zebra_content_type` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  `description` tinytext,
  `mime_type` tinytext,
  `file_extensions` tinytext,
  `headers` mediumtext,
  `binary` tinyint(1) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  UNIQUE KEY `name` (`name`)
) ENGINE=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=cp1251;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zebra_content_type`
--

LOCK TABLES `zebra_content_type` WRITE;
/*!40000 ALTER TABLE `zebra_content_type` DISABLE KEYS */;
INSERT INTO `zebra_content_type` VALUES (1,'HTML','HTML content','text/html','.html',NULL,0),(2,'XML','XML content','text/xml','.xml',NULL,0),(3,'text','plain text content','text/plain','.txt',NULL,0),(4,'CSS','CSS content','text/css','.css',NULL,0),(5,'javascript','javascript content','text/javascript','.js',NULL,0),(6,'RSS','For RSS feeds','application/rss+xml','.rss',NULL,0),(7,'JSON','JSON','application/json','.js',NULL,0);
/*!40000 ALTER TABLE `zebra_content_type` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `zebra_context`
--

DROP TABLE IF EXISTS `zebra_context`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zebra_context` (
  `key` varchar(100) NOT NULL,
  `description` tinytext,
  `rank` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`key`),
  KEY `rank` (`rank`)
) ENGINE=MyISAM DEFAULT CHARSET=cp1251;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zebra_context`
--

LOCK TABLES `zebra_context` WRITE;
/*!40000 ALTER TABLE `zebra_context` DISABLE KEYS */;
INSERT INTO `zebra_context` VALUES ('web','Zebra',0),('mgr','The default manager or administration context for content management activity.',0);
/*!40000 ALTER TABLE `zebra_context` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `zebra_context_resource`
--

DROP TABLE IF EXISTS `zebra_context_resource`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zebra_context_resource` (
  `context_key` varchar(255) NOT NULL,
  `resource` int(11) unsigned NOT NULL,
  PRIMARY KEY (`context_key`,`resource`)
) ENGINE=MyISAM DEFAULT CHARSET=cp1251;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zebra_context_resource`
--

LOCK TABLES `zebra_context_resource` WRITE;
/*!40000 ALTER TABLE `zebra_context_resource` DISABLE KEYS */;
/*!40000 ALTER TABLE `zebra_context_resource` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `zebra_context_setting`
--

DROP TABLE IF EXISTS `zebra_context_setting`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zebra_context_setting` (
  `context_key` varchar(255) NOT NULL,
  `key` varchar(50) NOT NULL,
  `value` mediumtext,
  `xtype` varchar(75) NOT NULL DEFAULT 'textfield',
  `namespace` varchar(40) NOT NULL DEFAULT 'core',
  `area` varchar(255) NOT NULL DEFAULT '',
  `editedon` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00' ON UPDATE CURRENT_TIMESTAMP,
  PRIMARY KEY (`context_key`,`key`)
) ENGINE=MyISAM DEFAULT CHARSET=cp1251;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zebra_context_setting`
--

LOCK TABLES `zebra_context_setting` WRITE;
/*!40000 ALTER TABLE `zebra_context_setting` DISABLE KEYS */;
INSERT INTO `zebra_context_setting` VALUES ('mgr','allow_tags_in_post','1','combo-boolean','core','system','0000-00-00 00:00:00'),('mgr','modRequest.class','modManagerRequest','textfield','core','system','0000-00-00 00:00:00');
/*!40000 ALTER TABLE `zebra_context_setting` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `zebra_dashboard`
--

DROP TABLE IF EXISTS `zebra_dashboard`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zebra_dashboard` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL DEFAULT '',
  `description` text,
  `hide_trees` tinyint(1) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `name` (`name`),
  KEY `hide_trees` (`hide_trees`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=cp1251;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zebra_dashboard`
--

LOCK TABLES `zebra_dashboard` WRITE;
/*!40000 ALTER TABLE `zebra_dashboard` DISABLE KEYS */;
INSERT INTO `zebra_dashboard` VALUES (1,'Default','',0);
/*!40000 ALTER TABLE `zebra_dashboard` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `zebra_dashboard_widget`
--

DROP TABLE IF EXISTS `zebra_dashboard_widget`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zebra_dashboard_widget` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL DEFAULT '',
  `description` text,
  `type` varchar(100) NOT NULL,
  `content` mediumtext,
  `namespace` varchar(255) NOT NULL DEFAULT '',
  `lexicon` varchar(255) NOT NULL DEFAULT 'core:dashboards',
  `size` varchar(255) NOT NULL DEFAULT 'half',
  PRIMARY KEY (`id`),
  KEY `name` (`name`),
  KEY `type` (`type`),
  KEY `namespace` (`namespace`),
  KEY `lexicon` (`lexicon`)
) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=cp1251;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zebra_dashboard_widget`
--

LOCK TABLES `zebra_dashboard_widget` WRITE;
/*!40000 ALTER TABLE `zebra_dashboard_widget` DISABLE KEYS */;
INSERT INTO `zebra_dashboard_widget` VALUES (1,'w_newsfeed','w_newsfeed_desc','file','[[++manager_path]]controllers/default/dashboard/widget.modx-news.php','core','core:dashboards','half'),(2,'w_securityfeed','w_securityfeed_desc','file','[[++manager_path]]controllers/default/dashboard/widget.modx-security.php','core','core:dashboards','half'),(3,'w_whosonline','w_whosonline_desc','file','[[++manager_path]]controllers/default/dashboard/widget.grid-online.php','core','core:dashboards','half'),(4,'w_recentlyeditedresources','w_recentlyeditedresources_desc','file','[[++manager_path]]controllers/default/dashboard/widget.grid-rer.php','core','core:dashboards','half'),(5,'w_configcheck','w_configcheck_desc','file','[[++manager_path]]controllers/default/dashboard/widget.configcheck.php','core','core:dashboards','full');
/*!40000 ALTER TABLE `zebra_dashboard_widget` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `zebra_dashboard_widget_placement`
--

DROP TABLE IF EXISTS `zebra_dashboard_widget_placement`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zebra_dashboard_widget_placement` (
  `dashboard` int(10) unsigned NOT NULL DEFAULT '0',
  `widget` int(10) unsigned NOT NULL DEFAULT '0',
  `rank` int(10) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`dashboard`,`widget`),
  KEY `rank` (`rank`)
) ENGINE=MyISAM DEFAULT CHARSET=cp1251;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zebra_dashboard_widget_placement`
--

LOCK TABLES `zebra_dashboard_widget_placement` WRITE;
/*!40000 ALTER TABLE `zebra_dashboard_widget_placement` DISABLE KEYS */;
INSERT INTO `zebra_dashboard_widget_placement` VALUES (1,5,0),(1,1,1),(1,2,2),(1,3,3),(1,4,4);
/*!40000 ALTER TABLE `zebra_dashboard_widget_placement` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `zebra_document_groups`
--

DROP TABLE IF EXISTS `zebra_document_groups`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zebra_document_groups` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `document_group` int(10) NOT NULL DEFAULT '0',
  `document` int(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `document_group` (`document_group`),
  KEY `document` (`document`)
) ENGINE=MyISAM DEFAULT CHARSET=cp1251;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zebra_document_groups`
--

LOCK TABLES `zebra_document_groups` WRITE;
/*!40000 ALTER TABLE `zebra_document_groups` DISABLE KEYS */;
/*!40000 ALTER TABLE `zebra_document_groups` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `zebra_documentgroup_names`
--

DROP TABLE IF EXISTS `zebra_documentgroup_names`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zebra_documentgroup_names` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL DEFAULT '',
  `private_memgroup` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `private_webgroup` tinyint(1) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  UNIQUE KEY `name` (`name`)
) ENGINE=MyISAM DEFAULT CHARSET=cp1251;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zebra_documentgroup_names`
--

LOCK TABLES `zebra_documentgroup_names` WRITE;
/*!40000 ALTER TABLE `zebra_documentgroup_names` DISABLE KEYS */;
/*!40000 ALTER TABLE `zebra_documentgroup_names` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `zebra_element_property_sets`
--

DROP TABLE IF EXISTS `zebra_element_property_sets`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zebra_element_property_sets` (
  `element` int(10) unsigned NOT NULL DEFAULT '0',
  `element_class` varchar(100) NOT NULL DEFAULT '',
  `property_set` int(10) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`element`,`element_class`,`property_set`)
) ENGINE=MyISAM DEFAULT CHARSET=cp1251;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zebra_element_property_sets`
--

LOCK TABLES `zebra_element_property_sets` WRITE;
/*!40000 ALTER TABLE `zebra_element_property_sets` DISABLE KEYS */;
/*!40000 ALTER TABLE `zebra_element_property_sets` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `zebra_fc_profiles`
--

DROP TABLE IF EXISTS `zebra_fc_profiles`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zebra_fc_profiles` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL DEFAULT '',
  `description` text NOT NULL,
  `active` tinyint(1) NOT NULL DEFAULT '0',
  `rank` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `name` (`name`),
  KEY `rank` (`rank`),
  KEY `active` (`active`)
) ENGINE=MyISAM DEFAULT CHARSET=cp1251;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zebra_fc_profiles`
--

LOCK TABLES `zebra_fc_profiles` WRITE;
/*!40000 ALTER TABLE `zebra_fc_profiles` DISABLE KEYS */;
/*!40000 ALTER TABLE `zebra_fc_profiles` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `zebra_fc_profiles_usergroups`
--

DROP TABLE IF EXISTS `zebra_fc_profiles_usergroups`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zebra_fc_profiles_usergroups` (
  `usergroup` int(11) NOT NULL DEFAULT '0',
  `profile` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`usergroup`,`profile`)
) ENGINE=MyISAM DEFAULT CHARSET=cp1251;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zebra_fc_profiles_usergroups`
--

LOCK TABLES `zebra_fc_profiles_usergroups` WRITE;
/*!40000 ALTER TABLE `zebra_fc_profiles_usergroups` DISABLE KEYS */;
/*!40000 ALTER TABLE `zebra_fc_profiles_usergroups` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `zebra_fc_sets`
--

DROP TABLE IF EXISTS `zebra_fc_sets`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zebra_fc_sets` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `profile` int(11) NOT NULL DEFAULT '0',
  `action` int(11) NOT NULL DEFAULT '0',
  `description` text NOT NULL,
  `active` tinyint(1) NOT NULL DEFAULT '0',
  `template` int(11) NOT NULL DEFAULT '0',
  `constraint` varchar(255) NOT NULL DEFAULT '',
  `constraint_field` varchar(100) NOT NULL DEFAULT '',
  `constraint_class` varchar(100) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  KEY `profile` (`profile`),
  KEY `action` (`action`),
  KEY `active` (`active`),
  KEY `template` (`template`)
) ENGINE=MyISAM DEFAULT CHARSET=cp1251;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zebra_fc_sets`
--

LOCK TABLES `zebra_fc_sets` WRITE;
/*!40000 ALTER TABLE `zebra_fc_sets` DISABLE KEYS */;
/*!40000 ALTER TABLE `zebra_fc_sets` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `zebra_gallery_album_contexts`
--

DROP TABLE IF EXISTS `zebra_gallery_album_contexts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zebra_gallery_album_contexts` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `album` int(10) unsigned NOT NULL DEFAULT '0',
  `context_key` varchar(100) NOT NULL DEFAULT 'web',
  PRIMARY KEY (`id`),
  KEY `album` (`album`),
  KEY `context_key` (`context_key`)
) ENGINE=MyISAM DEFAULT CHARSET=cp1251;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zebra_gallery_album_contexts`
--

LOCK TABLES `zebra_gallery_album_contexts` WRITE;
/*!40000 ALTER TABLE `zebra_gallery_album_contexts` DISABLE KEYS */;
/*!40000 ALTER TABLE `zebra_gallery_album_contexts` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `zebra_gallery_album_items`
--

DROP TABLE IF EXISTS `zebra_gallery_album_items`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zebra_gallery_album_items` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `item` int(10) unsigned NOT NULL DEFAULT '0',
  `album` int(10) unsigned NOT NULL DEFAULT '0',
  `rank` int(10) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `item` (`item`),
  KEY `album` (`album`),
  KEY `rank` (`rank`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=cp1251;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zebra_gallery_album_items`
--

LOCK TABLES `zebra_gallery_album_items` WRITE;
/*!40000 ALTER TABLE `zebra_gallery_album_items` DISABLE KEYS */;
INSERT INTO `zebra_gallery_album_items` VALUES (1,1,1,0),(2,2,1,1);
/*!40000 ALTER TABLE `zebra_gallery_album_items` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `zebra_gallery_albums`
--

DROP TABLE IF EXISTS `zebra_gallery_albums`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zebra_gallery_albums` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `parent` int(10) unsigned NOT NULL DEFAULT '0',
  `name` varchar(255) NOT NULL DEFAULT '',
  `description` text,
  `createdon` datetime DEFAULT NULL,
  `createdby` int(10) unsigned NOT NULL DEFAULT '0',
  `rank` int(10) unsigned NOT NULL DEFAULT '0',
  `active` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `prominent` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `watermark` varchar(255) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  KEY `parent` (`parent`),
  KEY `name` (`name`),
  KEY `createdby` (`createdby`),
  KEY `rank` (`rank`),
  KEY `active` (`active`),
  KEY `prominent` (`prominent`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=cp1251;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zebra_gallery_albums`
--

LOCK TABLES `zebra_gallery_albums` WRITE;
/*!40000 ALTER TABLE `zebra_gallery_albums` DISABLE KEYS */;
INSERT INTO `zebra_gallery_albums` VALUES (1,0,'dveri','варианты дверей','2012-06-24 18:36:38',1,0,1,1,'');
/*!40000 ALTER TABLE `zebra_gallery_albums` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `zebra_gallery_items`
--

DROP TABLE IF EXISTS `zebra_gallery_items`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zebra_gallery_items` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(100) NOT NULL DEFAULT '',
  `filename` varchar(255) NOT NULL DEFAULT '',
  `description` text,
  `mediatype` varchar(40) NOT NULL DEFAULT 'image',
  `url` text,
  `createdon` datetime DEFAULT NULL,
  `createdby` int(10) unsigned NOT NULL DEFAULT '0',
  `active` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `duration` varchar(40) NOT NULL DEFAULT '',
  `streamer` text,
  `watermark_pos` varchar(10) NOT NULL DEFAULT 'tl',
  PRIMARY KEY (`id`),
  KEY `createdby` (`createdby`),
  KEY `name` (`name`),
  KEY `active` (`active`),
  KEY `mediatype` (`mediatype`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=cp1251;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zebra_gallery_items`
--

LOCK TABLES `zebra_gallery_items` WRITE;
/*!40000 ALTER TABLE `zebra_gallery_items` DISABLE KEYS */;
INSERT INTO `zebra_gallery_items` VALUES (1,'2.jpg','1/1.jpg',NULL,'image',NULL,'2012-06-24 18:37:25',1,1,'',NULL,'tl'),(2,'1.jpg','1/2.jpg',NULL,'image',NULL,'2012-06-24 18:37:25',1,1,'',NULL,'tl');
/*!40000 ALTER TABLE `zebra_gallery_items` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `zebra_gallery_tags`
--

DROP TABLE IF EXISTS `zebra_gallery_tags`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zebra_gallery_tags` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `item` int(10) unsigned NOT NULL DEFAULT '0',
  `tag` varchar(255) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  KEY `item` (`item`),
  KEY `tag` (`tag`)
) ENGINE=MyISAM DEFAULT CHARSET=cp1251;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zebra_gallery_tags`
--

LOCK TABLES `zebra_gallery_tags` WRITE;
/*!40000 ALTER TABLE `zebra_gallery_tags` DISABLE KEYS */;
/*!40000 ALTER TABLE `zebra_gallery_tags` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `zebra_lexicon_entries`
--

DROP TABLE IF EXISTS `zebra_lexicon_entries`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zebra_lexicon_entries` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL DEFAULT '',
  `value` text NOT NULL,
  `topic` varchar(255) NOT NULL DEFAULT 'default',
  `namespace` varchar(40) NOT NULL DEFAULT 'core',
  `language` varchar(20) NOT NULL DEFAULT 'en',
  `createdon` datetime DEFAULT NULL,
  `editedon` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00' ON UPDATE CURRENT_TIMESTAMP,
  PRIMARY KEY (`id`),
  KEY `name` (`name`),
  KEY `topic` (`topic`),
  KEY `namespace` (`namespace`),
  KEY `language` (`language`)
) ENGINE=MyISAM DEFAULT CHARSET=cp1251;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zebra_lexicon_entries`
--

LOCK TABLES `zebra_lexicon_entries` WRITE;
/*!40000 ALTER TABLE `zebra_lexicon_entries` DISABLE KEYS */;
/*!40000 ALTER TABLE `zebra_lexicon_entries` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `zebra_manager_log`
--

DROP TABLE IF EXISTS `zebra_manager_log`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zebra_manager_log` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `user` int(10) unsigned NOT NULL DEFAULT '0',
  `occurred` datetime DEFAULT '0000-00-00 00:00:00',
  `action` varchar(100) NOT NULL DEFAULT '',
  `classKey` varchar(100) NOT NULL DEFAULT '',
  `item` varchar(255) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=1857 DEFAULT CHARSET=cp1251;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zebra_manager_log`
--

LOCK TABLES `zebra_manager_log` WRITE;
/*!40000 ALTER TABLE `zebra_manager_log` DISABLE KEYS */;
INSERT INTO `zebra_manager_log` VALUES (1,1,'2012-05-27 06:47:39','setting_update','modSystemSetting','compress_css'),(2,1,'2012-05-27 06:47:46','setting_update','modSystemSetting','compress_js'),(3,1,'2012-05-27 19:32:02','resource_update','modResource','1'),(4,1,'2012-05-27 19:39:59','setting_update','modSystemSetting','site_name'),(5,1,'2012-05-27 19:40:45','resource_update','modResource','1'),(6,1,'2012-05-27 19:42:47','template_duplicate','modTemplate','2'),(7,1,'2012-05-27 19:45:46','template_update','modTemplate','2'),(8,1,'2012-05-28 10:35:32','template_update','modTemplate','2'),(9,1,'2012-05-28 10:36:54','template_update','modTemplate','2'),(10,1,'2012-05-28 10:37:13','template_update','modTemplate','2'),(11,1,'2012-05-28 10:38:16','resource_update','modResource','1'),(12,1,'2012-05-28 10:38:51','resource_update','modResource','1'),(13,1,'2012-05-28 10:42:45','template_update','modTemplate','2'),(14,1,'2012-05-28 10:42:50','template_update','modTemplate','2'),(15,1,'2012-05-28 19:17:34','resource_update','modResource','1'),(16,1,'2012-05-28 19:20:04','template_update','modTemplate','2'),(17,1,'2012-05-28 19:32:32','duplicate_resource','modDocument','2'),(18,1,'2012-05-28 19:34:32','resource_update','modResource','2'),(19,1,'2012-05-28 19:36:21','setting_update','modSystemSetting','automatic_alias'),(20,1,'2012-05-28 19:36:45','setting_update','modSystemSetting','friendly_urls'),(21,1,'2012-05-28 19:36:56','setting_update','modSystemSetting','global_duplicate_uri_check'),(22,1,'2012-05-30 00:34:48','template_update','modTemplate','2'),(23,1,'2012-05-30 00:53:24','template_update','modTemplate','2'),(24,1,'2012-05-30 00:54:47','template_update','modTemplate','2'),(25,1,'2012-05-30 00:57:23','template_update','modTemplate','2'),(26,1,'2012-05-30 01:00:00','resource_update','modResource','2'),(27,1,'2012-05-30 02:58:46','duplicate_resource','modDocument','3'),(28,1,'2012-05-30 02:59:48','resource_update','modResource','3'),(29,1,'2012-05-30 03:00:49','duplicate_resource','modDocument','4'),(30,1,'2012-05-30 03:02:59','resource_update','modResource','4'),(31,1,'2012-05-30 03:04:38','resource_create','modDocument','5'),(32,1,'2012-05-30 04:14:24','template_update','modTemplate','2'),(33,1,'2012-05-30 04:17:38','template_update','modTemplate','2'),(34,1,'2012-05-30 04:18:58','template_update','modTemplate','2'),(35,1,'2012-05-30 04:21:08','template_update','modTemplate','2'),(36,1,'2012-05-30 04:36:02','template_update','modTemplate','2'),(37,1,'2012-05-30 04:37:07','template_update','modTemplate','2'),(38,1,'2012-05-30 04:41:58','template_update','modTemplate','2'),(39,1,'2012-05-30 05:06:29','template_update','modTemplate','2'),(40,1,'2012-05-30 05:09:56','template_update','modTemplate','2'),(41,1,'2012-05-30 05:10:54','template_update','modTemplate','2'),(42,1,'2012-05-30 05:13:20','resource_update','modResource','5'),(43,1,'2012-05-30 05:14:05','template_update','modTemplate','2'),(44,1,'2012-05-30 05:14:35','template_update','modTemplate','2'),(45,1,'2012-05-30 05:16:15','template_update','modTemplate','2'),(46,1,'2012-05-30 05:19:01','template_update','modTemplate','2'),(47,1,'2012-05-30 05:27:48','template_update','modTemplate','2'),(48,1,'2012-05-30 05:28:15','template_update','modTemplate','2'),(49,1,'2012-05-30 05:32:10','template_update','modTemplate','2'),(50,1,'2012-05-30 05:32:34','template_update','modTemplate','2'),(51,1,'2012-05-30 05:35:22','template_update','modTemplate','2'),(52,1,'2012-05-30 05:38:28','template_update','modTemplate','2'),(53,1,'2012-05-30 05:40:36','template_update','modTemplate','2'),(54,1,'2012-05-30 05:42:23','template_update','modTemplate','2'),(55,1,'2012-05-30 05:45:13','duplicate_resource','modDocument','6'),(56,1,'2012-05-30 05:46:41','resource_update','modResource','6'),(57,1,'2012-05-30 05:49:23','resource_update','modResource','6'),(58,1,'2012-05-30 05:57:47','template_update','modTemplate','2'),(59,1,'2012-05-30 05:58:04','template_update','modTemplate','2'),(60,1,'2012-05-30 06:16:54','template_update','modTemplate','2'),(61,1,'2012-05-30 06:19:31','template_update','modTemplate','2'),(62,1,'2012-05-30 06:19:51','template_update','modTemplate','2'),(63,1,'2012-05-30 06:20:27','template_update','modTemplate','2'),(64,1,'2012-05-30 06:31:35','template_update','modTemplate','2'),(65,1,'2012-05-30 06:32:02','template_update','modTemplate','2'),(66,1,'2012-05-30 06:32:35','template_update','modTemplate','2'),(67,1,'2012-05-30 06:33:02','template_update','modTemplate','2'),(68,1,'2012-05-30 08:54:13','resource_update','modResource','3'),(69,1,'2012-05-30 08:54:51','resource_update','modResource','3'),(70,1,'2012-05-30 08:55:33','resource_update','modResource','3'),(71,1,'2012-05-30 09:05:13','resource_update','modResource','3'),(72,1,'2012-05-30 09:08:52','resource_update','modResource','4'),(73,1,'2012-05-30 09:10:49','resource_update','modResource','5'),(74,1,'2012-05-30 09:12:04','resource_update','modResource','6'),(75,1,'2012-05-30 11:03:26','resource_update','modResource','4'),(76,1,'2012-05-30 11:05:38','resource_update','modResource','4'),(77,1,'2012-05-30 13:45:41','template_update','modTemplate','2'),(78,1,'2012-05-30 13:46:16','template_update','modTemplate','2'),(79,1,'2012-05-30 13:47:34','template_update','modTemplate','2'),(80,1,'2012-05-31 19:56:44','template_update','modTemplate','2'),(81,1,'2012-05-31 19:58:24','template_update','modTemplate','2'),(82,1,'2012-05-31 19:59:37','template_update','modTemplate','2'),(83,1,'2012-05-31 20:08:05','template_update','modTemplate','2'),(84,1,'2012-05-31 20:09:44','template_update','modTemplate','2'),(85,1,'2012-05-31 20:17:11','template_update','modTemplate','2'),(86,1,'2012-05-31 21:11:05','template_update','modTemplate','2'),(87,1,'2012-06-02 12:50:30','template_update','modTemplate','2'),(88,1,'2012-06-02 12:57:12','template_update','modTemplate','2'),(89,1,'2012-06-02 12:58:05','template_update','modTemplate','2'),(90,1,'2012-06-02 12:58:25','template_update','modTemplate','2'),(91,1,'2012-06-02 12:59:15','template_update','modTemplate','2'),(92,1,'2012-06-02 13:34:47','template_update','modTemplate','2'),(93,1,'2012-06-02 13:45:17','template_update','modTemplate','2'),(94,1,'2012-06-02 13:47:12','template_update','modTemplate','2'),(95,1,'2012-06-02 14:08:59','template_update','modTemplate','2'),(96,1,'2012-06-02 15:37:30','template_update','modTemplate','2'),(97,1,'2012-06-04 12:31:13','chunk_create','modChunk','1'),(98,1,'2012-06-04 12:33:26','template_create','modTemplate','3'),(99,1,'2012-06-04 12:35:50','template_update','modTemplate','3'),(100,1,'2012-06-04 12:40:47','template_update','modTemplate','3'),(101,1,'2012-06-04 12:42:19','chunk_create','modChunk','2'),(102,1,'2012-06-04 12:43:46','resource_update','modResource','2'),(103,1,'2012-06-04 12:44:18','resource_update','modResource','2'),(104,1,'2012-06-04 12:53:23','resource_update','modResource','2'),(105,1,'2012-06-04 12:56:09','resource_update','modResource','2'),(106,1,'2012-06-04 12:56:33','resource_update','modResource','2'),(107,1,'2012-06-04 12:58:28','template_update','modTemplate','3'),(108,1,'2012-06-04 12:59:13','template_update','modTemplate','3'),(109,1,'2012-06-04 13:01:53','chunk_create','modChunk','3'),(110,1,'2012-06-04 22:40:47','chunk_update','modChunk','3'),(111,1,'2012-06-04 22:41:20','chunk_update','modChunk','3'),(112,1,'2012-06-04 22:41:22','chunk_update','modChunk','3'),(113,1,'2012-06-04 22:42:51','chunk_update','modChunk','3'),(114,1,'2012-06-04 22:54:56','resource_update','modResource','3'),(115,1,'2012-06-04 22:55:38','resource_update','modResource','3'),(116,1,'2012-06-04 22:56:39','template_update','modTemplate','1'),(117,1,'2012-06-04 22:58:11','template_update','modTemplate','3'),(118,1,'2012-06-05 10:46:58','chunk_update','modChunk','3'),(119,1,'2012-06-05 11:47:05','chunk_update','modChunk','3'),(120,1,'2012-06-05 11:52:14','chunk_create','modChunk','4'),(121,1,'2012-06-05 11:53:56','chunk_update','modChunk','4'),(122,1,'2012-06-05 11:54:53','chunk_update','modChunk','4'),(123,1,'2012-06-05 11:57:18','chunk_create','modChunk','5'),(124,1,'2012-06-05 12:00:56','chunk_update','modChunk','5'),(125,1,'2012-06-05 12:01:49','chunk_update','modChunk','5'),(126,1,'2012-06-05 12:05:01','chunk_update','modChunk','3'),(127,1,'2012-06-05 12:06:37','chunk_create','modChunk','6'),(128,1,'2012-06-05 12:07:14','object_create','modCategory','2'),(129,1,'2012-06-05 12:08:31','template_update','modTemplate','3'),(130,1,'2012-06-05 12:10:15','resource_update','modResource','3'),(131,1,'2012-06-05 12:10:51','resource_update','modResource','5'),(132,1,'2012-06-05 12:11:12','resource_update','modResource','6'),(133,1,'2012-06-05 12:12:08','resource_update','modResource','4'),(134,1,'2012-06-05 12:13:54','resource_update','modResource','4'),(135,1,'2012-06-05 12:15:41','resource_update','modResource','5'),(136,1,'2012-06-05 12:16:55','resource_update','modResource','6'),(137,1,'2012-06-05 12:17:37','resource_update','modResource','6'),(138,1,'2012-06-05 12:20:30','chunk_update','modChunk','1'),(139,1,'2012-06-05 12:21:43','resource_update','modResource','5'),(140,1,'2012-06-05 15:22:32','object_create','modCategory','3'),(141,1,'2012-06-05 15:23:14','chunk_update','modChunk','6'),(142,1,'2012-06-05 15:23:38','chunk_update','modChunk','4'),(143,1,'2012-06-05 15:24:04','chunk_update','modChunk','4'),(144,1,'2012-06-05 15:24:42','chunk_update','modChunk','5'),(145,1,'2012-06-05 15:28:07','chunk_create','modChunk','7'),(146,1,'2012-06-05 15:29:38','chunk_update','modChunk','7'),(147,1,'2012-06-05 15:29:46','chunk_update','modChunk','7'),(148,1,'2012-06-05 15:29:59','chunk_update','modChunk','3'),(149,1,'2012-06-05 15:31:09','chunk_update','modChunk','2'),(150,1,'2012-06-05 15:44:33','duplicate_resource','modDocument','7'),(151,1,'2012-06-05 16:09:38','resource_update','modResource','7'),(152,1,'2012-06-05 16:11:08','resource_update','modResource','7'),(153,1,'2012-06-05 16:14:47','resource_update','modResource','7'),(154,1,'2012-06-05 16:18:54','duplicate_resource','modDocument','8'),(155,1,'2012-06-05 16:25:12','chunk_update','modChunk','1'),(156,1,'2012-06-05 16:28:45','chunk_update','modChunk','5'),(157,1,'2012-06-05 16:33:26','resource_update','modResource','5'),(158,1,'2012-06-05 16:37:38','chunk_update','modChunk','1'),(159,1,'2012-06-05 16:38:06','chunk_update','modChunk','1'),(160,1,'2012-06-05 16:40:45','resource_update','modResource','5'),(161,1,'2012-06-05 16:42:51','setting_update','modSystemSetting','default_template'),(162,1,'2012-06-05 16:45:08','resource_update','modResource','5'),(163,1,'2012-06-05 16:45:56','resource_update','modResource','5'),(164,1,'2012-06-05 16:54:02','chunk_update','modChunk','1'),(165,1,'2012-06-05 16:56:07','chunk_update','modChunk','1'),(166,1,'2012-06-05 16:56:58','chunk_update','modChunk','1'),(167,1,'2012-06-05 17:01:37','chunk_update','modChunk','1'),(168,1,'2012-06-05 17:06:31','tv_create','modTemplateVar','1'),(169,1,'2012-06-05 17:08:23','tv_update','modTemplateVar','1'),(170,1,'2012-06-05 17:10:24','tv_update','modTemplateVar','1'),(171,1,'2012-06-05 17:11:42','chunk_update','modChunk','1'),(172,1,'2012-06-05 17:14:02','tv_update','modTemplateVar','1'),(173,1,'2012-06-05 20:34:13','chunk_update','modChunk','3'),(174,1,'2012-06-05 20:35:57','chunk_update','modChunk','2'),(175,1,'2012-06-05 20:37:19','chunk_update','modChunk','2'),(176,1,'2012-06-05 20:37:56','chunk_update','modChunk','2'),(177,1,'2012-06-05 20:38:50','chunk_update','modChunk','2'),(178,1,'2012-06-05 20:42:12','chunk_update','modChunk','2'),(179,1,'2012-06-05 20:42:35','chunk_update','modChunk','2'),(180,1,'2012-06-05 20:45:53','chunk_update','modChunk','2'),(181,1,'2012-06-05 20:48:34','chunk_update','modChunk','3'),(182,1,'2012-06-05 20:50:10','chunk_update','modChunk','3'),(183,1,'2012-06-05 20:52:03','chunk_update','modChunk','3'),(184,1,'2012-06-05 21:02:43','chunk_update','modChunk','2'),(185,1,'2012-06-05 21:03:34','chunk_update','modChunk','2'),(186,1,'2012-06-05 21:04:11','chunk_update','modChunk','2'),(187,1,'2012-06-05 21:04:19','chunk_update','modChunk','2'),(188,1,'2012-06-05 21:04:49','chunk_update','modChunk','2'),(189,1,'2012-06-05 21:05:03','chunk_update','modChunk','2'),(190,1,'2012-06-05 21:05:24','chunk_update','modChunk','2'),(191,1,'2012-06-05 21:05:57','chunk_update','modChunk','3'),(192,1,'2012-06-05 21:06:52','chunk_update','modChunk','3'),(193,1,'2012-06-05 21:07:29','chunk_update','modChunk','3'),(194,1,'2012-06-05 21:08:12','chunk_update','modChunk','3'),(195,1,'2012-06-05 21:09:29','resource_update','modResource','8'),(196,1,'2012-06-05 21:10:01','publish_resource','modDocument','8'),(197,1,'2012-06-05 21:10:31','resource_update','modResource','8'),(198,1,'2012-06-05 21:10:43','publish_resource','modDocument','8'),(199,1,'2012-06-05 21:14:28','resource_update','modResource','1'),(200,1,'2012-06-05 21:17:09','chunk_update','modChunk','3'),(201,1,'2012-06-05 21:17:30','chunk_update','modChunk','3'),(202,1,'2012-06-05 21:18:13','chunk_update','modChunk','3'),(203,1,'2012-06-05 21:18:39','chunk_update','modChunk','3'),(204,1,'2012-06-05 21:20:56','chunk_update','modChunk','3'),(205,1,'2012-06-05 21:22:35','chunk_update','modChunk','3'),(206,1,'2012-06-05 21:24:59','chunk_update','modChunk','3'),(207,1,'2012-06-05 21:26:08','chunk_update','modChunk','3'),(208,1,'2012-06-05 21:26:52','chunk_update','modChunk','3'),(209,1,'2012-06-05 21:28:41','chunk_update','modChunk','3'),(210,1,'2012-06-05 21:29:11','chunk_update','modChunk','3'),(211,1,'2012-06-05 21:33:58','chunk_update','modChunk','3'),(212,1,'2012-06-05 21:35:42','chunk_update','modChunk','3'),(213,1,'2012-06-05 22:06:03','resource_update','modResource','5'),(214,1,'2012-06-05 22:06:56','resource_update','modResource','5'),(215,1,'2012-06-05 22:07:31','resource_update','modResource','5'),(216,1,'2012-06-05 22:09:03','resource_update','modResource','8'),(217,1,'2012-06-05 22:10:18','resource_update','modResource','8'),(218,1,'2012-06-05 22:11:34','chunk_update','modChunk','3'),(219,1,'2012-06-05 22:11:49','resource_update','modResource','8'),(220,1,'2012-06-05 22:14:12','resource_update','modResource','5'),(221,1,'2012-06-05 22:15:10','chunk_update','modChunk','3'),(222,1,'2012-06-05 22:15:37','chunk_update','modChunk','3'),(223,1,'2012-06-05 22:16:15','chunk_update','modChunk','3'),(224,1,'2012-06-05 22:16:42','chunk_update','modChunk','3'),(225,1,'2012-06-05 22:18:14','chunk_update','modChunk','3'),(226,1,'2012-06-05 22:18:58','chunk_update','modChunk','3'),(227,1,'2012-06-05 22:19:25','chunk_update','modChunk','3'),(228,1,'2012-06-05 22:19:58','chunk_update','modChunk','3'),(229,1,'2012-06-05 22:20:22','chunk_update','modChunk','3'),(230,1,'2012-06-05 22:21:19','chunk_update','modChunk','3'),(231,1,'2012-06-05 22:21:37','chunk_update','modChunk','3'),(232,1,'2012-06-05 22:35:40','chunk_update','modChunk','3'),(233,1,'2012-06-05 22:38:03','chunk_update','modChunk','3'),(234,1,'2012-06-05 22:38:42','chunk_update','modChunk','3'),(235,1,'2012-06-05 22:38:57','chunk_update','modChunk','3'),(236,1,'2012-06-05 22:39:28','chunk_update','modChunk','3'),(237,1,'2012-06-05 22:39:56','chunk_update','modChunk','3'),(238,1,'2012-06-05 22:40:14','chunk_update','modChunk','3'),(239,1,'2012-06-05 22:48:04','chunk_update','modChunk','3'),(240,1,'2012-06-05 22:49:30','chunk_update','modChunk','3'),(241,1,'2012-06-05 22:55:07','chunk_update','modChunk','3'),(242,1,'2012-06-05 23:05:07','duplicate_resource','modDocument','9'),(243,1,'2012-06-05 23:06:17','resource_update','modResource','9'),(244,1,'2012-06-05 23:08:08','resource_update','modResource','9'),(245,1,'2012-06-05 23:09:22','resource_update','modResource','9'),(246,1,'2012-06-05 23:14:47','tv_create','modTemplateVar','2'),(247,1,'2012-06-05 23:17:21','template_update','modTemplate','3'),(248,1,'2012-06-05 23:19:16','tv_update','modTemplateVar','2'),(249,1,'2012-06-05 23:19:51','resource_update','modResource','9'),(250,1,'2012-06-05 23:22:22','tv_update','modTemplateVar','2'),(251,1,'2012-06-05 23:26:36','resource_update','modResource','9'),(252,1,'2012-06-05 23:26:52','resource_update','modResource','9'),(253,1,'2012-06-05 23:27:28','resource_update','modResource','9'),(254,1,'2012-06-05 23:29:22','tv_update','modTemplateVar','2'),(255,1,'2012-06-05 23:31:23','tv_update','modTemplateVar','2'),(256,1,'2012-06-05 23:33:21','tv_update','modTemplateVar','2'),(257,1,'2012-06-05 23:33:44','resource_update','modResource','9'),(258,1,'2012-06-05 23:35:21','tv_update','modTemplateVar','2'),(259,1,'2012-06-05 23:45:44','tv_delete','modTemplateVar','2'),(260,1,'2012-06-05 23:46:07','template_update','modTemplate','3'),(261,1,'2012-06-05 23:46:39','template_duplicate','modTemplate','4'),(262,1,'2012-06-05 23:47:04','template_update','modTemplate','3'),(263,1,'2012-06-05 23:50:13','template_update','modTemplate','4'),(264,1,'2012-06-05 23:52:28','resource_update','modResource','9'),(265,1,'2012-06-05 23:54:13','resource_update','modResource','9'),(266,1,'2012-06-05 23:55:46','resource_update','modResource','9'),(267,1,'2012-06-05 23:56:02','resource_update','modResource','9'),(268,1,'2012-06-05 23:57:08','resource_update','modResource','9'),(269,1,'2012-06-05 23:58:24','template_update','modTemplate','4'),(270,1,'2012-06-05 23:59:34','resource_update','modResource','9'),(271,1,'2012-06-06 00:01:00','template_update','modTemplate','4'),(272,1,'2012-06-06 00:02:10','template_update','modTemplate','4'),(273,1,'2012-06-06 00:03:26','template_update','modTemplate','4'),(274,1,'2012-06-06 00:05:34','template_update','modTemplate','4'),(275,1,'2012-06-06 00:05:55','template_update','modTemplate','4'),(276,1,'2012-06-06 00:05:59','template_update','modTemplate','4'),(277,1,'2012-06-06 00:09:55','template_update','modTemplate','4'),(278,1,'2012-06-06 00:10:25','template_update','modTemplate','4'),(279,1,'2012-06-06 00:11:30','resource_update','modResource','9'),(280,1,'2012-06-06 00:12:25','resource_update','modResource','9'),(281,1,'2012-06-06 00:16:11','template_update','modTemplate','4'),(282,1,'2012-06-06 00:18:41','resource_update','modResource','9'),(283,1,'2012-06-06 00:19:23','resource_update','modResource','9'),(284,1,'2012-06-06 00:21:47','resource_update','modResource','9'),(285,1,'2012-06-06 00:24:57','template_update','modTemplate','4'),(286,1,'2012-06-06 00:30:09','template_update','modTemplate','4'),(287,1,'2012-06-06 00:31:10','template_update','modTemplate','4'),(288,1,'2012-06-06 00:31:48','template_update','modTemplate','4'),(289,1,'2012-06-06 00:33:59','template_update','modTemplate','4'),(290,1,'2012-06-06 00:36:59','template_update','modTemplate','4'),(291,1,'2012-06-06 00:37:30','template_update','modTemplate','4'),(292,1,'2012-06-06 00:38:23','template_update','modTemplate','4'),(293,1,'2012-06-06 00:41:35','template_update','modTemplate','4'),(294,1,'2012-06-06 00:43:05','template_update','modTemplate','4'),(295,1,'2012-06-06 00:44:52','template_update','modTemplate','4'),(296,1,'2012-06-06 00:47:27','template_update','modTemplate','4'),(297,1,'2012-06-06 00:49:08','template_update','modTemplate','4'),(298,1,'2012-06-06 00:50:32','template_update','modTemplate','4'),(299,1,'2012-06-06 00:54:27','template_update','modTemplate','4'),(300,1,'2012-06-06 00:54:56','template_update','modTemplate','4'),(301,1,'2012-06-06 00:55:37','template_update','modTemplate','4'),(302,1,'2012-06-06 00:57:13','template_update','modTemplate','4'),(303,1,'2012-06-06 01:02:57','template_update','modTemplate','4'),(304,1,'2012-06-06 01:04:12','template_update','modTemplate','4'),(305,1,'2012-06-06 01:04:56','template_update','modTemplate','4'),(306,1,'2012-06-06 01:06:14','template_update','modTemplate','4'),(307,1,'2012-06-06 01:07:28','template_update','modTemplate','4'),(308,1,'2012-06-06 01:11:50','template_update','modTemplate','4'),(309,1,'2012-06-06 01:13:12','template_update','modTemplate','4'),(310,1,'2012-06-06 01:13:22','template_update','modTemplate','4'),(311,1,'2012-06-06 01:16:35','template_update','modTemplate','4'),(312,1,'2012-06-06 01:17:23','template_update','modTemplate','4'),(313,1,'2012-06-06 01:20:28','template_update','modTemplate','4'),(314,1,'2012-06-06 01:21:29','template_update','modTemplate','4'),(315,1,'2012-06-06 01:29:53','resource_update','modResource','9'),(316,1,'2012-06-06 01:31:54','template_update','modTemplate','3'),(317,1,'2012-06-06 01:49:04','duplicate_resource','modDocument','10'),(318,1,'2012-06-06 01:51:29','resource_update','modResource','10'),(319,1,'2012-06-06 01:52:39','resource_update','modResource','10'),(320,1,'2012-06-06 01:58:57','resource_update','modResource','10'),(321,1,'2012-06-06 02:00:03','resource_update','modResource','10'),(322,1,'2012-06-06 10:44:42','resource_update','modResource','2'),(323,1,'2012-06-06 10:44:53','resource_update','modResource','3'),(324,1,'2012-06-06 10:45:09','resource_update','modResource','4'),(325,1,'2012-06-06 10:45:51','resource_update','modResource','5'),(326,1,'2012-06-06 10:46:00','resource_update','modResource','6'),(327,1,'2012-06-06 10:46:12','resource_update','modResource','7'),(328,1,'2012-06-06 10:46:23','resource_update','modResource','8'),(329,1,'2012-06-06 10:55:08','setting_update','modSystemSetting','friendly_alias_translit'),(330,1,'2012-06-06 10:57:21','resource_update','modResource','2'),(331,1,'2012-06-06 10:57:39','resource_update','modResource','3'),(332,1,'2012-06-06 10:57:48','resource_update','modResource','4'),(333,1,'2012-06-06 10:58:00','resource_update','modResource','5'),(334,1,'2012-06-06 10:59:09','resource_update','modResource','6'),(335,1,'2012-06-06 10:59:19','resource_update','modResource','7'),(336,1,'2012-06-06 10:59:29','resource_update','modResource','8'),(337,1,'2012-06-06 16:23:09','resource_update','modResource','10'),(338,1,'2012-06-06 16:25:55','resource_update','modResource','8'),(339,1,'2012-06-06 16:26:28','resource_update','modResource','8'),(340,1,'2012-06-06 16:28:27','resource_update','modResource','5'),(341,1,'2012-06-06 16:56:15','chunk_update','modChunk','6'),(342,1,'2012-06-06 16:56:20','chunk_update','modChunk','6'),(343,1,'2012-06-06 17:00:31','resource_update','modResource','5'),(344,1,'2012-06-06 17:02:20','resource_update','modResource','5'),(345,1,'2012-06-06 17:03:39','resource_update','modResource','5'),(346,1,'2012-06-06 17:19:13','file_update','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/core/components/wayfinder/configs/nunnauuni.config.php'),(347,1,'2012-06-06 21:07:48','file_update','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/core/components/wayfinder/configs/nunnauuni.config.php'),(348,1,'2012-06-06 21:10:30','file_update','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/core/components/wayfinder/configs/nunnauuni.config.php'),(349,1,'2012-06-06 21:24:14','setting_update','modSystemSetting','friendly_alias_translit'),(350,1,'2012-06-06 21:24:20','setting_update','modSystemSetting','friendly_alias_translit'),(351,1,'2012-06-06 21:25:38','chunk_update','modChunk','3'),(352,1,'2012-06-06 21:25:42','chunk_update','modChunk','3'),(353,1,'2012-06-06 21:28:21','resource_update','modResource','9'),(354,1,'2012-06-06 21:28:27','resource_update','modResource','9'),(355,1,'2012-06-06 21:29:20','setting_update','modSystemSetting','friendly_alias_translit'),(356,1,'2012-06-06 23:00:24','setting_update','modSystemSetting','friendly_urls'),(357,1,'2012-06-06 23:12:32','setting_update','modSystemSetting','friendly_urls'),(358,1,'2012-06-06 23:18:18','chunk_update','modChunk','1'),(359,1,'2012-06-06 23:26:51','chunk_update','modChunk','1'),(360,1,'2012-06-06 23:26:54','chunk_update','modChunk','1'),(361,1,'2012-06-06 23:27:50','chunk_update','modChunk','1'),(362,1,'2012-06-06 23:29:19','chunk_update','modChunk','1'),(363,1,'2012-06-06 23:30:39','setting_update','modSystemSetting','use_alias_path'),(364,1,'2012-06-06 23:32:30','setting_update','modSystemSetting','friendly_alias_translit'),(365,1,'2012-06-06 23:45:01','chunk_update','modChunk','1'),(366,1,'2012-06-06 23:48:47','chunk_update','modChunk','1'),(367,1,'2012-06-06 23:55:33','chunk_update','modChunk','1'),(368,1,'2012-06-06 23:57:52','file_update','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/core/components/wayfinder/configs/nunnauuni.config.php'),(369,1,'2012-06-07 00:06:08','chunk_update','modChunk','3'),(370,1,'2012-06-07 07:56:05','file_update','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/core/components/wayfinder/configs/nunnauuni.config.php'),(371,1,'2012-06-07 08:01:18','template_update','modTemplate','3'),(372,1,'2012-06-07 08:01:21','template_update','modTemplate','3'),(373,1,'2012-06-07 08:02:11','chunk_create','modChunk','8'),(374,1,'2012-06-07 08:04:30','chunk_update','modChunk','8'),(375,1,'2012-06-07 08:55:08','chunk_update','modChunk','2'),(376,1,'2012-06-07 08:55:37','chunk_update','modChunk','3'),(377,1,'2012-06-07 13:52:25','chunk_update','modChunk','3'),(378,1,'2012-06-07 13:53:08','chunk_update','modChunk','3'),(379,1,'2012-06-07 13:53:10','chunk_update','modChunk','3'),(380,1,'2012-06-07 13:58:20','chunk_update','modChunk','3'),(381,1,'2012-06-07 13:58:23','chunk_update','modChunk','3'),(382,1,'2012-06-07 14:35:52','chunk_update','modChunk','3'),(383,1,'2012-06-07 14:50:31','setting_update','modSystemSetting','use_alias_path'),(384,1,'2012-06-07 15:11:40','setting_update','modSystemSetting','friendly_alias_translit'),(385,1,'2012-06-07 15:12:32','chunk_update','modChunk','3'),(386,1,'2012-06-07 15:25:55','setting_update','modSystemSetting','use_alias_path'),(387,1,'2012-06-07 15:29:11','chunk_update','modChunk','1'),(388,1,'2012-06-07 15:31:08','setting_update','modSystemSetting','use_alias_path'),(389,1,'2012-06-07 15:33:13','resource_update','modResource','4'),(390,1,'2012-06-07 15:34:34','resource_update','modResource','4'),(391,1,'2012-06-07 15:38:26','setting_update','modSystemSetting','use_alias_path'),(392,1,'2012-06-07 16:51:00','setting_update','modSystemSetting','friendly_urls'),(393,1,'2012-06-07 16:57:11','template_update','modTemplate','1'),(394,1,'2012-06-07 16:58:33','template_update','modTemplate','1'),(395,1,'2012-06-07 17:00:13','resource_update','modResource','1'),(396,1,'2012-06-07 17:00:21','resource_update','modResource','1'),(397,1,'2012-06-07 17:01:22','resource_update','modResource','1'),(398,1,'2012-06-07 17:02:17','resource_update','modResource','1'),(399,1,'2012-06-07 17:02:31','resource_update','modResource','1'),(400,1,'2012-06-07 17:04:00','setting_update','modSystemSetting','friendly_urls'),(401,1,'2012-06-07 17:13:29','chunk_update','modChunk','3'),(402,1,'2012-06-07 17:13:35','chunk_update','modChunk','3'),(403,1,'2012-06-07 17:14:26','chunk_update','modChunk','3'),(404,1,'2012-06-07 19:15:25','template_update','modTemplate','1'),(405,1,'2012-06-07 19:16:53','template_update','modTemplate','1'),(406,1,'2012-06-07 19:18:41','template_update','modTemplate','1'),(407,1,'2012-06-07 19:19:04','template_update','modTemplate','1'),(408,1,'2012-06-07 19:22:53','template_update','modTemplate','1'),(409,1,'2012-06-07 19:24:50','template_update','modTemplate','1'),(410,1,'2012-06-07 19:25:06','template_update','modTemplate','1'),(411,1,'2012-06-07 19:26:47','template_update','modTemplate','1'),(412,1,'2012-06-07 19:28:33','template_update','modTemplate','1'),(413,1,'2012-06-07 19:30:32','template_update','modTemplate','1'),(414,1,'2012-06-07 19:32:09','template_update','modTemplate','1'),(415,1,'2012-06-07 19:35:10','template_update','modTemplate','1'),(416,1,'2012-06-07 19:37:28','file_upload','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/core/components/wayfinder/examples/cssplay/'),(417,1,'2012-06-07 19:38:28','file_upload','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/css/'),(418,1,'2012-06-07 19:38:51','template_update','modTemplate','1'),(419,1,'2012-06-07 19:39:51','template_update','modTemplate','1'),(420,1,'2012-06-07 19:41:28','template_update','modTemplate','1'),(421,1,'2012-06-07 20:14:03','resource_update','modResource','1'),(422,1,'2012-06-07 20:15:30','resource_update','modResource','9'),(423,1,'2012-06-07 20:15:49','template_update','modTemplate','3'),(424,1,'2012-06-08 11:33:24','resource_update','modResource','1'),(425,1,'2012-06-08 19:55:20','chunk_update','modChunk','3'),(426,1,'2012-06-08 19:55:26','chunk_update','modChunk','3'),(427,1,'2012-06-08 19:58:39','chunk_update','modChunk','3'),(428,1,'2012-06-08 20:00:02','resource_update','modResource','1'),(429,1,'2012-06-08 20:01:43','resource_update','modResource','1'),(430,1,'2012-06-08 20:02:05','chunk_update','modChunk','3'),(431,1,'2012-06-08 20:09:03','resource_update','modResource','5'),(432,1,'2012-06-08 20:09:26','resource_update','modResource','6'),(433,1,'2012-06-08 20:10:12','resource_update','modResource','7'),(434,1,'2012-06-08 20:10:37','resource_update','modResource','8'),(435,1,'2012-06-08 20:11:49','resource_update','modResource','8'),(436,1,'2012-06-08 20:13:19','resource_update','modResource','6'),(437,1,'2012-06-08 20:17:25','chunk_update','modChunk','7'),(438,1,'2012-06-08 20:22:18','resource_update','modResource','9'),(439,1,'2012-06-08 20:23:02','resource_update','modResource','9'),(440,1,'2012-06-08 20:27:47','chunk_update','modChunk','3'),(441,1,'2012-06-08 20:28:02','chunk_update','modChunk','3'),(442,1,'2012-06-08 20:29:53','resource_create','modDocument','11'),(443,1,'2012-06-08 20:31:06','chunk_update','modChunk','3'),(444,1,'2012-06-08 20:42:21','resource_update','modResource','5'),(445,1,'2012-06-08 20:42:53','resource_update','modResource','11'),(446,1,'2012-06-08 20:43:02','publish_resource','modDocument','5'),(447,1,'2012-06-08 22:10:21','file_upload','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/core/components/wayfinder/configs/'),(448,1,'2012-06-08 22:12:03','file_upload','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/core/components/wayfinder/configs/'),(449,1,'2012-06-08 22:15:20','file_update','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/core/components/wayfinder/configs/topmenu.config.php'),(450,1,'2012-06-08 22:18:01','chunk_create','modChunk','9'),(451,1,'2012-06-08 22:19:05','template_update','modTemplate','1'),(452,1,'2012-06-08 22:20:29','template_update','modTemplate','1'),(453,1,'2012-06-08 22:20:54','object_create','modCategory','4'),(454,1,'2012-06-08 22:21:18','chunk_update','modChunk','9'),(455,1,'2012-06-08 22:21:46','chunk_create','modChunk','10'),(456,1,'2012-06-08 22:22:14','chunk_create','modChunk','11'),(457,1,'2012-06-08 22:22:44','chunk_create','modChunk','12'),(458,1,'2012-06-08 22:23:12','chunk_create','modChunk','13'),(459,1,'2012-06-08 22:24:30','directory_create','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/assets/templates'),(460,1,'2012-06-08 22:24:59','directory_create','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/assets/templates/waifinder'),(461,1,'2012-06-08 22:25:36','file_create','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/assets/templates/waifinder/dropdown.css'),(462,1,'2012-06-08 22:26:18','file_create','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/assets/templates/waifinder/dropdown_ie.css'),(463,1,'2012-06-08 22:26:51','publish_resource','modDocument','8'),(464,1,'2012-06-08 22:27:07','unpublish_resource','modResource','8'),(465,1,'2012-06-08 22:27:59','resource_update','modResource','11'),(466,1,'2012-06-08 22:30:55','template_update','modTemplate','1'),(467,1,'2012-06-08 22:31:18','template_update','modTemplate','1'),(468,1,'2012-06-08 22:33:32','template_update','modTemplate','1'),(469,1,'2012-06-08 22:34:24','template_update','modTemplate','1'),(470,1,'2012-06-08 22:36:24','template_update','modTemplate','1'),(471,1,'2012-06-08 22:37:22','chunk_update','modChunk','9'),(472,1,'2012-06-08 22:40:17','chunk_create','modChunk','14'),(473,1,'2012-06-08 22:41:21','chunk_update','modChunk','12'),(474,1,'2012-06-08 22:43:23','chunk_update','modChunk','13'),(475,1,'2012-06-08 23:02:52','object_create','modCategory','5'),(476,1,'2012-06-08 23:03:05','snippet_update','modSnippet','1'),(477,1,'2012-06-08 23:03:33','snippet_update','modSnippet','1'),(478,1,'2012-06-08 23:03:36','snippet_update','modSnippet','1'),(479,1,'2012-06-08 23:04:08','snippet_create','modSnippet','5'),(480,1,'2012-06-08 23:08:12','chunk_update','modChunk','5'),(481,1,'2012-06-08 23:08:15','chunk_update','modChunk','5'),(482,1,'2012-06-08 23:09:52','chunk_update','modChunk','5'),(483,1,'2012-06-08 23:10:08','chunk_update','modChunk','5'),(484,1,'2012-06-08 23:10:47','template_update','modTemplate','3'),(485,1,'2012-06-08 23:34:18','chunk_update','modChunk','5'),(486,1,'2012-06-08 23:34:49','chunk_update','modChunk','5'),(487,1,'2012-06-08 23:39:02','file_update','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/core/components/breadcrumbs/model/breadcrumbs/breadcrumbs.class.php'),(488,1,'2012-06-08 23:43:08','file_update','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/css/style.css'),(489,1,'2012-06-09 02:12:15','chunk_update','modChunk','13'),(490,1,'2012-06-09 02:13:04','chunk_delete','modChunk','13'),(491,1,'2012-06-09 02:14:06','chunk_delete','modChunk','12'),(492,1,'2012-06-09 02:14:19','chunk_delete','modChunk','11'),(493,1,'2012-06-09 02:14:23','chunk_delete','modChunk','10'),(494,1,'2012-06-09 02:14:27','chunk_delete','modChunk','14'),(495,1,'2012-06-09 02:17:06','chunk_create','modChunk','15'),(496,1,'2012-06-09 02:21:07','chunk_create','modChunk','16'),(497,1,'2012-06-09 02:25:58','template_update','modTemplate','1'),(498,1,'2012-06-09 02:27:13','chunk_update','modChunk','9'),(499,1,'2012-06-09 02:27:47','chunk_update','modChunk','9'),(500,1,'2012-06-09 02:28:45','chunk_update','modChunk','9'),(501,1,'2012-06-09 02:29:16','chunk_update','modChunk','9'),(502,1,'2012-06-09 02:30:01','chunk_update','modChunk','9'),(503,1,'2012-06-09 02:31:16','chunk_update','modChunk','9'),(504,1,'2012-06-09 02:33:25','chunk_create','modChunk','17'),(505,1,'2012-06-09 02:34:32','chunk_update','modChunk','9'),(506,1,'2012-06-09 02:36:19','chunk_update','modChunk','17'),(507,1,'2012-06-09 02:40:42','chunk_update','modChunk','9'),(508,1,'2012-06-09 02:40:46','chunk_create','modChunk','18'),(509,1,'2012-06-09 02:42:14','chunk_update','modChunk','9'),(510,1,'2012-06-09 02:43:18','chunk_update','modChunk','9'),(511,1,'2012-06-09 02:44:26','chunk_update','modChunk','9'),(512,1,'2012-06-09 02:47:00','template_update','modTemplate','1'),(513,1,'2012-06-09 02:51:00','chunk_update','modChunk','9'),(514,1,'2012-06-09 03:02:32','chunk_update','modChunk','18'),(515,1,'2012-06-09 03:07:11','chunk_update','modChunk','16'),(516,1,'2012-06-09 03:16:15','chunk_update','modChunk','9'),(517,1,'2012-06-09 03:20:36','file_update','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/core/components/wayfinder/configs/topmenu.config.php'),(518,1,'2012-06-09 03:23:21','file_update','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/core/components/wayfinder/configs/topmenu.config.php'),(519,1,'2012-06-09 03:34:20','file_update','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/core/components/wayfinder/configs/topmenu.config.php'),(520,1,'2012-06-09 03:35:17','file_update','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/core/components/wayfinder/configs/topmenu.config.php'),(521,1,'2012-06-09 03:36:20','chunk_update','modChunk','9'),(522,1,'2012-06-09 03:37:12','chunk_update','modChunk','9'),(523,1,'2012-06-09 03:38:32','file_update','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/core/components/wayfinder/configs/topmenu.config.php'),(524,1,'2012-06-09 03:39:06','file_update','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/core/components/wayfinder/configs/topmenu.config.php'),(525,1,'2012-06-09 03:40:14','file_update','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/core/components/wayfinder/configs/topmenu.config.php'),(526,1,'2012-06-09 03:40:24','file_update','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/core/components/wayfinder/configs/topmenu.config.php'),(527,1,'2012-06-09 03:41:14','file_update','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/core/components/wayfinder/configs/topmenu.config.php'),(528,1,'2012-06-09 03:43:04','file_update','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/core/components/wayfinder/configs/topmenu.config.php'),(529,1,'2012-06-09 03:44:04','file_update','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/core/components/wayfinder/configs/topmenu.config.php'),(530,1,'2012-06-09 03:46:03','file_update','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/core/components/wayfinder/configs/topmenu.config.php'),(531,1,'2012-06-09 03:47:56','file_update','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/core/components/wayfinder/configs/topmenu.config.php'),(532,1,'2012-06-09 03:50:25','file_update','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/core/components/wayfinder/configs/topmenu.config.php'),(533,1,'2012-06-09 03:54:22','file_update','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/core/components/wayfinder/configs/topmenu.config.php'),(534,1,'2012-06-09 03:55:22','file_update','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/core/components/wayfinder/configs/topmenu.config.php'),(535,1,'2012-06-09 03:56:13','file_update','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/core/components/wayfinder/configs/topmenu.config.php'),(536,1,'2012-06-09 03:56:25','file_update','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/core/components/wayfinder/configs/topmenu.config.php'),(537,1,'2012-06-09 03:57:55','file_update','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/core/components/wayfinder/configs/topmenu.config.php'),(538,1,'2012-06-09 04:01:07','file_update','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/core/components/wayfinder/configs/topmenu.config.php'),(539,1,'2012-06-09 04:01:46','file_update','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/core/components/wayfinder/configs/topmenu.config.php'),(540,1,'2012-06-09 04:02:42','chunk_update','modChunk','9'),(541,1,'2012-06-09 04:05:35','chunk_update','modChunk','9'),(542,1,'2012-06-09 04:07:15','chunk_update','modChunk','9'),(543,1,'2012-06-09 04:09:02','file_update','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/core/components/wayfinder/configs/topmenu.config.php'),(544,1,'2012-06-09 04:09:43','file_update','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/core/components/wayfinder/configs/topmenu.config.php'),(545,1,'2012-06-09 04:11:10','file_update','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/core/components/wayfinder/configs/topmenu.config.php'),(546,1,'2012-06-09 04:12:53','file_update','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/core/components/wayfinder/configs/topmenu.config.php'),(547,1,'2012-06-09 04:16:04','file_update','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/core/components/wayfinder/configs/topmenu.config.php'),(548,1,'2012-06-09 04:22:09','file_update','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/core/components/wayfinder/configs/topmenu.config.php'),(549,1,'2012-06-09 04:26:06','template_update','modTemplate','1'),(550,1,'2012-06-09 04:26:30','template_update','modTemplate','1'),(551,1,'2012-06-09 04:26:44','file_update','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/core/components/wayfinder/configs/topmenu.config.php'),(552,1,'2012-06-09 04:28:20','file_update','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/core/components/wayfinder/configs/topmenu.config.php'),(553,1,'2012-06-09 04:31:39','file_update','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/core/components/wayfinder/configs/topmenu.config.php'),(554,1,'2012-06-09 04:34:04','file_update','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/core/components/wayfinder/configs/topmenu.config.php'),(555,1,'2012-06-09 04:34:54','file_update','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/core/components/wayfinder/configs/topmenu.config.php'),(556,1,'2012-06-09 04:55:06','file_update','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/core/components/wayfinder/configs/topmenu.config.php'),(557,1,'2012-06-09 04:55:16','file_update','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/core/components/wayfinder/configs/topmenu.config.php'),(558,1,'2012-06-09 04:56:19','template_update','modTemplate','1'),(559,1,'2012-06-09 04:58:36','duplicate_resource','modDocument','12'),(560,1,'2012-06-09 05:01:50','template_update','modTemplate','1'),(561,1,'2012-06-09 05:08:14','template_update','modTemplate','1'),(562,1,'2012-06-09 05:10:22','file_update','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/core/components/wayfinder/configs/topmenu.config.php'),(563,1,'2012-06-09 05:10:28','template_update','modTemplate','1'),(564,1,'2012-06-09 05:19:14','template_update','modTemplate','1'),(565,1,'2012-06-09 05:23:07','chunk_update','modChunk','1'),(566,1,'2012-06-09 05:24:27','file_update','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/core/components/wayfinder/configs/topmenu.config.php'),(567,1,'2012-06-09 05:25:38','chunk_update','modChunk','3'),(568,1,'2012-06-09 05:39:45','file_update','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/core/components/wayfinder/configs/topmenu.config.php'),(569,1,'2012-06-09 05:40:47','file_update','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/core/components/wayfinder/configs/topmenu.config.php'),(570,1,'2012-06-09 05:42:17','chunk_update','modChunk','9'),(571,1,'2012-06-09 05:43:51','file_update','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/core/components/wayfinder/configs/topmenu.config.php'),(572,1,'2012-06-09 05:45:39','file_update','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/core/components/wayfinder/configs/topmenu.config.php'),(573,1,'2012-06-09 05:50:17','file_update','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/core/components/wayfinder/configs/topmenu.config.php'),(574,1,'2012-06-09 05:50:50','file_update','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/core/components/wayfinder/configs/topmenu.config.php'),(575,1,'2012-06-09 05:55:57','chunk_update','modChunk','1'),(576,1,'2012-06-09 06:07:25','file_update','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/core/components/wayfinder/configs/topmenu.config.php'),(577,1,'2012-06-09 06:08:44','file_update','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/core/components/wayfinder/configs/topmenu.config.php'),(578,1,'2012-06-09 06:09:13','file_update','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/core/components/wayfinder/configs/topmenu.config.php'),(579,1,'2012-06-09 06:10:50','file_update','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/core/components/wayfinder/configs/topmenu.config.php'),(580,1,'2012-06-09 06:12:07','chunk_update','modChunk','9'),(581,1,'2012-06-09 06:12:45','chunk_update','modChunk','9'),(582,1,'2012-06-09 06:12:52','file_update','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/core/components/wayfinder/configs/topmenu.config.php'),(583,1,'2012-06-09 06:13:55','chunk_update','modChunk','9'),(584,1,'2012-06-09 06:14:04','file_update','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/core/components/wayfinder/configs/topmenu.config.php'),(585,1,'2012-06-09 06:17:16','file_update','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/core/components/wayfinder/configs/topmenu.config.php'),(586,1,'2012-06-09 06:21:20','file_update','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/core/components/wayfinder/configs/topmenu.config.php'),(587,1,'2012-06-09 06:45:43','chunk_update','modChunk','1'),(588,1,'2012-06-09 06:47:54','chunk_update','modChunk','1'),(589,1,'2012-06-09 06:55:08','file_update','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/core/components/wayfinder/configs/topmenu.config.php'),(590,1,'2012-06-09 06:56:18','file_update','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/core/components/wayfinder/configs/topmenu.config.php'),(591,1,'2012-06-09 07:03:29','chunk_update','modChunk','1'),(592,1,'2012-06-09 07:03:46','chunk_update','modChunk','1'),(593,1,'2012-06-09 18:44:49','chunk_duplicate','modChunk','19'),(594,1,'2012-06-09 18:45:39','chunk_update','modChunk','19'),(595,1,'2012-06-09 18:46:19','chunk_update','modChunk','4'),(596,1,'2012-06-09 20:54:58','file_update','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/core/components/wayfinder/configs/leftmenu.config.php'),(597,1,'2012-06-09 21:00:37','file_update','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/core/components/wayfinder/configs/leftmenu.config.php'),(598,1,'2012-06-09 21:01:18','file_update','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/core/components/wayfinder/configs/leftmenu.config.php'),(599,1,'2012-06-09 21:03:40','file_update','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/core/components/wayfinder/configs/leftmenu.config.php'),(600,1,'2012-06-09 21:04:16','file_update','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/core/components/wayfinder/configs/leftmenu.config.php'),(601,1,'2012-06-09 21:04:45','file_update','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/core/components/wayfinder/configs/leftmenu.config.php'),(602,1,'2012-06-09 21:05:07','file_update','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/core/components/wayfinder/configs/leftmenu.config.php'),(603,1,'2012-06-09 21:05:42','file_update','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/core/components/wayfinder/configs/leftmenu.config.php'),(604,1,'2012-06-11 22:54:26','chunk_update','modChunk','19'),(605,1,'2012-06-11 22:59:43','chunk_update','modChunk','19'),(606,1,'2012-06-11 23:12:08','chunk_update','modChunk','19'),(607,1,'2012-06-11 23:12:49','chunk_update','modChunk','9'),(608,1,'2012-06-12 06:54:05','chunk_update','modChunk','19'),(609,1,'2012-06-12 06:55:29','chunk_update','modChunk','19'),(610,1,'2012-06-12 06:55:58','chunk_update','modChunk','19'),(611,1,'2012-06-12 06:56:31','chunk_update','modChunk','19'),(612,1,'2012-06-12 06:58:46','chunk_update','modChunk','19'),(613,1,'2012-06-12 07:15:45','chunk_update','modChunk','19'),(614,1,'2012-06-12 07:58:31','chunk_update','modChunk','1'),(615,1,'2012-06-12 08:14:26','chunk_update','modChunk','1'),(616,1,'2012-06-12 08:15:03','chunk_update','modChunk','19'),(617,1,'2012-06-12 08:17:56','chunk_update','modChunk','2'),(618,1,'2012-06-12 08:19:22','chunk_update','modChunk','2'),(619,1,'2012-06-12 08:19:46','template_update','modTemplate','3'),(620,1,'2012-06-12 08:20:51','template_update','modTemplate','3'),(621,1,'2012-06-12 08:25:05','chunk_update','modChunk','1'),(622,1,'2012-06-12 08:26:35','chunk_update','modChunk','1'),(623,1,'2012-06-12 08:29:12','chunk_update','modChunk','19'),(624,1,'2012-06-12 11:28:58','chunk_update','modChunk','19'),(625,1,'2012-06-12 11:29:40','chunk_update','modChunk','1'),(626,1,'2012-06-12 11:30:49','chunk_update','modChunk','19'),(627,1,'2012-06-12 11:31:58','template_update','modTemplate','3'),(628,1,'2012-06-12 11:32:36','chunk_update','modChunk','6'),(629,1,'2012-06-12 11:34:14','chunk_update','modChunk','6'),(630,1,'2012-06-12 11:34:29','chunk_update','modChunk','1'),(631,1,'2012-06-12 11:36:20','chunk_update','modChunk','1'),(632,1,'2012-06-12 11:37:58','chunk_update','modChunk','1'),(633,1,'2012-06-12 11:39:27','chunk_update','modChunk','1'),(634,1,'2012-06-12 11:40:30','chunk_update','modChunk','1'),(635,1,'2012-06-12 11:41:39','chunk_update','modChunk','6'),(636,1,'2012-06-12 11:42:03','chunk_update','modChunk','4'),(637,1,'2012-06-12 11:42:38','chunk_update','modChunk','4'),(638,1,'2012-06-12 11:43:14','chunk_update','modChunk','4'),(639,1,'2012-06-12 11:43:58','chunk_update','modChunk','19'),(640,1,'2012-06-12 11:45:03','chunk_update','modChunk','4'),(641,1,'2012-06-12 11:48:08','chunk_update','modChunk','19'),(642,1,'2012-06-12 11:48:43','chunk_update','modChunk','4'),(643,1,'2012-06-12 11:54:26','chunk_update','modChunk','19'),(644,1,'2012-06-12 11:55:09','chunk_update','modChunk','19'),(645,1,'2012-06-12 11:56:22','template_update','modTemplate','3'),(646,1,'2012-06-12 11:58:44','resource_update','modResource','12'),(647,1,'2012-06-12 11:59:19','resource_update','modResource','12'),(648,1,'2012-06-12 12:00:03','resource_update','modResource','6'),(649,1,'2012-06-12 12:01:32','duplicate_resource','modDocument','13'),(650,1,'2012-06-12 12:01:51','resource_update','modResource','13'),(651,1,'2012-06-12 12:02:35','template_update','modTemplate','3'),(652,1,'2012-06-12 12:03:02','resource_update','modResource','12'),(653,1,'2012-06-12 12:03:53','resource_update','modResource','13'),(654,1,'2012-06-12 12:04:08','resource_update','modResource','12'),(655,1,'2012-06-12 12:05:39','duplicate_resource','modDocument','14'),(656,1,'2012-06-12 12:06:32','resource_update','modResource','14'),(657,1,'2012-06-12 12:07:05','resource_update','modResource','14'),(658,1,'2012-06-12 12:08:17','template_update','modTemplate','3'),(659,1,'2012-06-12 12:09:09','resource_update','modResource','11'),(660,1,'2012-06-12 12:09:34','resource_update','modResource','11'),(661,1,'2012-06-12 12:11:17','resource_update','modResource','12'),(662,1,'2012-06-12 12:12:29','resource_update','modResource','13'),(663,1,'2012-06-12 12:13:33','resource_update','modResource','14'),(664,1,'2012-06-12 12:14:08','resource_update','modResource','14'),(665,1,'2012-06-12 12:14:22','resource_update','modResource','6'),(666,1,'2012-06-12 12:15:58','resource_update','modResource','8'),(667,1,'2012-06-12 12:16:54','template_update','modTemplate','3'),(668,1,'2012-06-12 12:23:59','template_update','modTemplate','3'),(669,1,'2012-06-12 12:38:53','chunk_update','modChunk','19'),(670,1,'2012-06-12 12:50:34','chunk_update','modChunk','19'),(671,1,'2012-06-12 12:54:27','chunk_update','modChunk','19'),(672,1,'2012-06-12 13:12:16','chunk_update','modChunk','19'),(673,1,'2012-06-12 13:31:41','chunk_update','modChunk','19'),(674,1,'2012-06-13 21:03:12','resource_update','modResource','2'),(675,1,'2012-06-13 21:04:49','resource_update','modResource','2'),(676,1,'2012-06-13 21:05:58','resource_update','modResource','2'),(677,1,'2012-06-13 21:12:08','resource_create','modDocument','15'),(678,1,'2012-06-13 21:13:13','resource_update','modResource','15'),(679,1,'2012-06-13 21:14:33','resource_create','modDocument','16'),(680,1,'2012-06-13 21:15:47','resource_update','modResource','16'),(681,1,'2012-06-13 21:17:20','resource_create','modDocument','17'),(682,1,'2012-06-13 21:17:33','resource_update','modResource','17'),(683,1,'2012-06-13 21:35:15','resource_create','modDocument','18'),(684,1,'2012-06-13 21:36:09','resource_update','modResource','18'),(685,1,'2012-06-13 21:37:22','resource_create','modDocument','19'),(686,1,'2012-06-13 21:37:48','resource_update','modResource','19'),(687,1,'2012-06-13 21:41:34','context_update','modContext','web'),(688,1,'2012-06-13 21:42:18','resource_create','modDocument','20'),(689,1,'2012-06-13 21:42:32','resource_update','modResource','20'),(690,1,'2012-06-13 21:43:35','resource_create','modDocument','21'),(691,1,'2012-06-13 21:49:45','resource_update','modResource','21'),(692,1,'2012-06-13 21:51:26','resource_update','modResource','21'),(693,1,'2012-06-13 21:52:45','resource_create','modDocument','22'),(694,1,'2012-06-13 21:53:54','resource_update','modResource','22'),(695,1,'2012-06-13 21:56:40','resource_update','modResource','22'),(696,1,'2012-06-13 21:57:24','resource_update','modResource','22'),(697,1,'2012-06-13 21:58:05','resource_update','modResource','22'),(698,1,'2012-06-13 22:23:05','resource_create','modDocument','23'),(699,1,'2012-06-13 22:23:44','resource_update','modResource','23'),(700,1,'2012-06-13 23:05:26','resource_update','modResource','2'),(701,1,'2012-06-13 23:05:52','publish_resource','modDocument','15'),(702,1,'2012-06-13 23:06:01','publish_resource','modDocument','16'),(703,1,'2012-06-13 23:06:07','publish_resource','modDocument','17'),(704,1,'2012-06-13 23:06:12','publish_resource','modDocument','18'),(705,1,'2012-06-13 23:06:19','publish_resource','modDocument','19'),(706,1,'2012-06-13 23:06:25','publish_resource','modDocument','20'),(707,1,'2012-06-13 23:06:32','publish_resource','modDocument','21'),(708,1,'2012-06-13 23:06:39','publish_resource','modDocument','22'),(709,1,'2012-06-13 23:06:46','publish_resource','modDocument','23'),(710,1,'2012-06-13 23:08:47','chunk_update','modChunk','19'),(711,1,'2012-06-13 23:11:34','chunk_update','modChunk','19'),(712,1,'2012-06-14 08:42:01','chunk_update','modChunk','19'),(713,1,'2012-06-14 08:43:17','chunk_update','modChunk','19'),(714,1,'2012-06-14 08:44:11','chunk_update','modChunk','19'),(715,1,'2012-06-14 08:47:29','chunk_update','modChunk','19'),(716,1,'2012-06-14 08:49:58','chunk_update','modChunk','19'),(717,1,'2012-06-14 08:52:01','chunk_update','modChunk','19'),(718,1,'2012-06-14 08:55:02','chunk_update','modChunk','19'),(719,1,'2012-06-14 08:58:53','chunk_update','modChunk','19'),(720,1,'2012-06-14 09:12:15','chunk_update','modChunk','19'),(721,1,'2012-06-16 23:28:38','setting_update','modSystemSetting','tiny.template_selected_content_classes'),(722,1,'2012-06-16 23:30:36','setting_update','modSystemSetting','tiny.template_selected_content_classes'),(723,1,'2012-06-16 23:35:32','setting_update','modSystemSetting','tiny.editor_theme'),(724,1,'2012-06-16 23:36:16','setting_update','modSystemSetting','tiny.template_selected_content_classes'),(725,1,'2012-06-16 23:36:22','setting_update','modSystemSetting','tiny.use_uncompressed_library'),(726,1,'2012-06-16 23:50:58','setting_update','modSystemSetting','editor_css_path'),(727,1,'2012-06-16 23:56:27','resource_update','modResource','15'),(728,1,'2012-06-16 23:57:47','resource_update','modResource','15'),(729,1,'2012-06-16 23:59:17','resource_update','modResource','15'),(730,1,'2012-06-17 00:03:29','chunk_update','modChunk','2'),(731,1,'2012-06-17 00:04:05','template_update','modTemplate','3'),(732,1,'2012-06-17 00:06:58','resource_update','modResource','21'),(733,1,'2012-06-17 00:07:06','publish_resource','modDocument','21'),(734,1,'2012-06-20 10:01:08','chunk_update','modChunk','19'),(735,1,'2012-06-20 10:03:21','chunk_update','modChunk','19'),(736,1,'2012-06-20 10:08:56','resource_update','modResource','11'),(737,1,'2012-06-20 10:09:26','publish_resource','modDocument','11'),(738,1,'2012-06-20 10:09:49','resource_update','modResource','12'),(739,1,'2012-06-20 10:09:54','publish_resource','modDocument','12'),(740,1,'2012-06-20 10:10:13','resource_update','modResource','13'),(741,1,'2012-06-20 10:10:19','publish_resource','modDocument','13'),(742,1,'2012-06-20 10:11:08','resource_update','modResource','14'),(743,1,'2012-06-20 10:12:50','chunk_update','modChunk','19'),(744,1,'2012-06-20 10:14:09','chunk_update','modChunk','19'),(745,1,'2012-06-20 10:15:16','chunk_update','modChunk','19'),(746,1,'2012-06-20 10:16:09','chunk_update','modChunk','19'),(747,1,'2012-06-20 10:16:57','resource_update','modResource','8'),(748,1,'2012-06-20 10:17:59','resource_update','modResource','22'),(749,1,'2012-06-20 10:18:08','publish_resource','modDocument','22'),(750,1,'2012-06-20 10:18:49','duplicate_resource','modDocument','24'),(751,1,'2012-06-20 10:19:34','resource_update','modResource','24'),(752,1,'2012-06-21 11:54:51','resource_update','modResource','22'),(753,1,'2012-06-21 13:18:31','unpublish_resource','modResource','13'),(754,1,'2012-06-21 13:19:04','resource_update','modResource','11'),(755,1,'2012-06-21 13:21:16','resource_update','modResource','11'),(756,1,'2012-06-21 13:51:30','resource_update','modResource','12'),(757,1,'2012-06-21 13:52:02','resource_update','modResource','14'),(758,1,'2012-06-21 14:23:05','setting_update','modSystemSetting','tiny.custom_plugins'),(759,1,'2012-06-21 14:25:21','setting_update','modSystemSetting','tiny.custom_buttons3'),(760,1,'2012-06-21 14:33:39','resource_update','modResource','2'),(761,1,'2012-06-21 14:34:30','resource_update','modResource','2'),(762,1,'2012-06-21 14:35:33','resource_update','modResource','2'),(763,1,'2012-06-21 14:43:08','resource_update','modResource','2'),(764,1,'2012-06-21 14:46:22','resource_update','modResource','2'),(765,1,'2012-06-21 14:47:29','resource_update','modResource','2'),(766,1,'2012-06-21 14:54:38','resource_update','modResource','2'),(767,1,'2012-06-21 14:56:13','resource_update','modResource','2'),(768,1,'2012-06-21 15:07:32','resource_update','modResource','2'),(769,1,'2012-06-21 15:14:00','setting_update','modSystemSetting','editor_css_path'),(770,1,'2012-06-21 15:16:44','resource_update','modResource','15'),(771,1,'2012-06-21 15:24:15','resource_update','modResource','17'),(772,1,'2012-06-21 15:29:00','resource_update','modResource','21'),(773,1,'2012-06-21 15:31:07','resource_update','modResource','24'),(774,1,'2012-06-21 15:31:48','resource_update','modResource','24'),(775,1,'2012-06-21 15:34:39','resource_update','modResource','3'),(776,1,'2012-06-21 15:44:21','resource_update','modResource','2'),(777,1,'2012-06-21 15:46:36','resource_update','modResource','2'),(778,1,'2012-06-21 15:48:25','resource_update','modResource','2'),(779,1,'2012-06-21 15:49:03','resource_update','modResource','2'),(780,1,'2012-06-21 20:26:31','resource_update','modResource','17'),(781,1,'2012-06-21 22:52:49','resource_update','modResource','2'),(782,1,'2012-06-21 22:59:05','resource_update','modResource','2'),(783,1,'2012-06-21 23:04:48','resource_update','modResource','2'),(784,1,'2012-06-21 23:10:28','resource_update','modResource','2'),(785,1,'2012-06-21 23:20:44','resource_update','modResource','2'),(786,1,'2012-06-21 23:22:03','resource_update','modResource','2'),(787,1,'2012-06-21 23:22:05','resource_update','modResource','2'),(788,1,'2012-06-21 23:29:05','resource_update','modResource','2'),(789,1,'2012-06-21 23:30:30','resource_update','modResource','2'),(790,1,'2012-06-21 23:30:49','resource_update','modResource','2'),(791,1,'2012-06-21 23:31:28','resource_update','modResource','2'),(792,1,'2012-06-21 23:31:39','resource_update','modResource','2'),(793,1,'2012-06-21 23:32:03','resource_update','modResource','2'),(794,1,'2012-06-21 23:33:01','resource_update','modResource','2'),(795,1,'2012-06-21 23:34:42','resource_update','modResource','2'),(796,1,'2012-06-21 23:36:09','resource_update','modResource','16'),(797,1,'2012-06-21 23:37:18','resource_update','modResource','2'),(798,1,'2012-06-21 23:37:57','resource_update','modResource','2'),(799,1,'2012-06-21 23:39:32','resource_update','modResource','17'),(800,1,'2012-06-21 23:39:55','resource_update','modResource','17'),(801,1,'2012-06-21 23:42:20','resource_update','modResource','17'),(802,1,'2012-06-21 23:44:05','resource_update','modResource','18'),(803,1,'2012-06-21 23:44:50','resource_update','modResource','2'),(804,1,'2012-06-21 23:46:17','resource_update','modResource','18'),(805,1,'2012-06-21 23:46:35','resource_update','modResource','18'),(806,1,'2012-06-21 23:47:32','resource_update','modResource','18'),(807,1,'2012-06-21 23:48:05','resource_update','modResource','2'),(808,1,'2012-06-21 23:48:24','resource_update','modResource','19'),(809,1,'2012-06-21 23:48:30','resource_update','modResource','2'),(810,1,'2012-06-21 23:49:12','resource_update','modResource','2'),(811,1,'2012-06-21 23:49:44','resource_update','modResource','2'),(812,1,'2012-06-21 23:50:09','resource_update','modResource','21'),(813,1,'2012-06-22 00:15:01','resource_update','modResource','11'),(814,1,'2012-06-22 00:16:02','resource_update','modResource','11'),(815,1,'2012-06-22 00:16:44','resource_update','modResource','11'),(816,1,'2012-06-22 00:18:54','resource_update','modResource','12'),(817,1,'2012-06-22 00:19:22','resource_update','modResource','12'),(818,1,'2012-06-22 00:21:22','resource_update','modResource','8'),(819,1,'2012-06-22 00:21:36','resource_update','modResource','8'),(820,1,'2012-06-22 00:22:51','resource_update','modResource','6'),(821,1,'2012-06-22 00:23:53','resource_update','modResource','6'),(822,1,'2012-06-22 00:24:11','resource_update','modResource','6'),(823,1,'2012-06-22 00:25:57','resource_update','modResource','6'),(824,1,'2012-06-22 00:26:48','resource_update','modResource','7'),(825,1,'2012-06-22 00:28:13','resource_update','modResource','3'),(826,1,'2012-06-22 00:28:30','resource_update','modResource','3'),(827,1,'2012-06-22 00:28:51','resource_update','modResource','3'),(828,1,'2012-06-22 00:30:01','resource_update','modResource','3'),(829,1,'2012-06-22 00:30:27','resource_update','modResource','3'),(830,1,'2012-06-22 00:30:50','resource_update','modResource','3'),(831,1,'2012-06-22 00:33:06','resource_update','modResource','2'),(832,1,'2012-06-22 00:33:46','directory_create','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/img/okna'),(833,1,'2012-06-22 00:34:18','resource_update','modResource','2'),(834,1,'2012-06-22 00:34:58','resource_update','modResource','2'),(835,1,'2012-06-22 00:34:58','file_upload','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/img/okna/'),(836,1,'2012-06-22 00:34:59','file_upload','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/img/okna/'),(837,1,'2012-06-22 00:35:26','resource_update','modResource','2'),(838,1,'2012-06-22 00:35:59','resource_update','modResource','2'),(839,1,'2012-06-22 00:36:11','resource_update','modResource','2'),(840,1,'2012-06-22 00:36:38','resource_update','modResource','2'),(841,1,'2012-06-22 07:29:15','resource_update','modResource','2'),(842,1,'2012-06-22 07:30:42','resource_update','modResource','2'),(843,1,'2012-06-22 07:31:51','resource_update','modResource','2'),(844,1,'2012-06-22 07:32:43','resource_update','modResource','2'),(845,1,'2012-06-22 07:33:07','resource_update','modResource','2'),(846,1,'2012-06-22 07:35:33','resource_update','modResource','2'),(847,1,'2012-06-22 07:39:05','resource_update','modResource','23'),(848,1,'2012-06-22 15:56:51','resource_update','modResource','2'),(849,1,'2012-06-22 16:00:11','resource_update','modResource','2'),(850,1,'2012-06-22 16:03:43','resource_update','modResource','2'),(851,1,'2012-06-22 16:05:48','resource_update','modResource','2'),(852,1,'2012-06-22 18:36:15','resource_update','modResource','2'),(853,1,'2012-06-22 18:41:35','resource_update','modResource','2'),(854,1,'2012-06-22 18:44:58','resource_update','modResource','2'),(855,1,'2012-06-22 20:37:07','resource_update','modResource','17'),(856,1,'2012-06-22 20:48:34','resource_update','modResource','2'),(857,1,'2012-06-22 20:49:46','resource_update','modResource','2'),(858,1,'2012-06-22 20:52:16','chunk_update','modChunk','19'),(859,1,'2012-06-22 20:54:11','template_update','modTemplate','3'),(860,1,'2012-06-22 20:55:56','template_update','modTemplate','3'),(861,1,'2012-06-22 21:14:52','resource_update','modResource','2'),(862,1,'2012-06-22 21:20:22','resource_update','modResource','2'),(863,1,'2012-06-22 21:23:30','resource_update','modResource','2'),(864,1,'2012-06-22 21:26:10','resource_update','modResource','2'),(865,1,'2012-06-22 23:45:10','chunk_update','modChunk','19'),(866,1,'2012-06-22 23:45:46','chunk_update','modChunk','19'),(867,1,'2012-06-22 23:46:35','chunk_update','modChunk','19'),(868,1,'2012-06-22 23:47:10','chunk_update','modChunk','19'),(869,1,'2012-06-22 23:47:30','chunk_update','modChunk','19'),(870,1,'2012-06-22 23:48:27','chunk_update','modChunk','19'),(871,1,'2012-06-22 23:48:59','chunk_update','modChunk','19'),(872,1,'2012-06-22 23:52:13','chunk_update','modChunk','19'),(873,1,'2012-06-22 23:55:51','chunk_update','modChunk','19'),(874,1,'2012-06-23 00:00:15','chunk_update','modChunk','19'),(875,1,'2012-06-23 00:01:15','chunk_update','modChunk','19'),(876,1,'2012-06-23 00:01:45','chunk_update','modChunk','19'),(877,1,'2012-06-23 00:03:11','chunk_update','modChunk','19'),(878,1,'2012-06-23 00:03:39','chunk_update','modChunk','19'),(879,1,'2012-06-23 00:06:40','resource_update','modResource','2'),(880,1,'2012-06-23 00:06:46','publish_resource','modDocument','2'),(881,1,'2012-06-23 00:09:00','chunk_update','modChunk','19'),(882,1,'2012-06-23 00:09:19','chunk_update','modChunk','19'),(883,1,'2012-06-23 00:11:01','chunk_update','modChunk','19'),(884,1,'2012-06-23 00:13:06','chunk_update','modChunk','19'),(885,1,'2012-06-23 00:28:01','chunk_update','modChunk','1'),(886,1,'2012-06-23 00:37:43','resource_update','modResource','23'),(887,1,'2012-06-23 00:39:11','resource_update','modResource','23'),(888,1,'2012-06-23 00:43:04','resource_update','modResource','23'),(889,1,'2012-06-23 00:47:28','chunk_update','modChunk','1'),(890,1,'2012-06-23 00:52:46','chunk_update','modChunk','1'),(891,1,'2012-06-23 00:54:35','chunk_update','modChunk','1'),(892,1,'2012-06-23 00:58:24','resource_update','modResource','23'),(893,1,'2012-06-23 01:01:00','resource_update','modResource','23'),(894,1,'2012-06-23 01:02:28','resource_update','modResource','23'),(895,1,'2012-06-23 01:03:31','resource_update','modResource','23'),(896,1,'2012-06-23 01:05:25','resource_update','modResource','23'),(897,1,'2012-06-23 01:10:43','resource_update','modResource','23'),(898,1,'2012-06-23 01:11:59','resource_update','modResource','23'),(899,1,'2012-06-23 01:15:12','resource_update','modResource','23'),(900,1,'2012-06-23 01:16:56','resource_update','modResource','23'),(901,1,'2012-06-23 01:18:16','resource_update','modResource','23'),(902,1,'2012-06-23 01:21:46','resource_update','modResource','23'),(903,1,'2012-06-23 01:36:23','resource_update','modResource','19'),(904,1,'2012-06-23 01:37:23','resource_update','modResource','19'),(905,1,'2012-06-23 01:38:03','resource_update','modResource','19'),(906,1,'2012-06-23 01:50:26','chunk_update','modChunk','19'),(907,1,'2012-06-23 01:51:10','resource_update','modResource','20'),(908,1,'2012-06-23 01:56:00','chunk_update','modChunk','19'),(909,1,'2012-06-23 01:57:11','chunk_update','modChunk','19'),(910,1,'2012-06-23 01:59:35','chunk_update','modChunk','19'),(911,1,'2012-06-23 02:00:40','chunk_update','modChunk','19'),(912,1,'2012-06-23 02:01:11','chunk_update','modChunk','19'),(913,1,'2012-06-23 02:02:54','chunk_update','modChunk','19'),(914,1,'2012-06-23 02:05:39','chunk_update','modChunk','19'),(915,1,'2012-06-23 02:06:20','chunk_update','modChunk','19'),(916,1,'2012-06-23 02:07:03','chunk_update','modChunk','19'),(917,1,'2012-06-23 02:08:14','chunk_update','modChunk','19'),(918,1,'2012-06-23 02:08:42','chunk_update','modChunk','19'),(919,1,'2012-06-23 02:09:50','chunk_update','modChunk','19'),(920,1,'2012-06-23 02:10:17','chunk_update','modChunk','19'),(921,1,'2012-06-23 02:11:00','chunk_update','modChunk','19'),(922,1,'2012-06-23 02:11:42','chunk_update','modChunk','19'),(923,1,'2012-06-23 02:17:04','chunk_update','modChunk','19'),(924,1,'2012-06-23 02:21:37','chunk_update','modChunk','19'),(925,1,'2012-06-23 02:22:12','chunk_update','modChunk','19'),(926,1,'2012-06-23 02:24:20','chunk_update','modChunk','19'),(927,1,'2012-06-23 02:25:41','resource_update','modResource','23'),(928,1,'2012-06-23 02:28:07','resource_update','modResource','23'),(929,1,'2012-06-23 02:28:49','resource_update','modResource','23'),(930,1,'2012-06-23 02:30:44','resource_update','modResource','23'),(931,1,'2012-06-23 02:33:09','resource_update','modResource','23'),(932,1,'2012-06-23 02:35:13','resource_update','modResource','23'),(933,1,'2012-06-24 15:58:39','tv_create','modTemplateVar','3'),(934,1,'2012-06-24 16:03:36','tv_update','modTemplateVar','3'),(935,1,'2012-06-24 16:03:38','resource_update','modResource','23'),(936,1,'2012-06-24 16:04:03','resource_update','modResource','23'),(937,1,'2012-06-24 16:05:05','tv_update','modTemplateVar','3'),(938,1,'2012-06-24 16:05:07','tv_update','modTemplateVar','3'),(939,1,'2012-06-24 16:09:29','resource_update','modResource','23'),(940,1,'2012-06-24 18:21:46','resource_update','modResource','23'),(941,1,'2012-06-24 18:24:21','resource_update','modResource','23'),(942,1,'2012-06-24 18:36:38','gallery.album_create','galAlbum','1'),(943,1,'2012-06-24 18:37:49','gallery.album_update','galAlbum','1'),(944,1,'2012-06-24 18:41:49','resource_update','modResource','23'),(945,1,'2012-06-24 18:43:42','gallery.album_update','galAlbum','1'),(946,1,'2012-06-24 18:47:17','resource_update','modResource','23'),(947,1,'2012-06-24 18:49:04','resource_update','modResource','23'),(948,1,'2012-06-24 18:53:00','resource_update','modResource','23'),(949,1,'2012-06-24 18:54:40','resource_update','modResource','23'),(950,1,'2012-06-24 18:55:32','resource_update','modResource','23'),(951,1,'2012-06-24 19:05:17','tv_create','modTemplateVar','4'),(952,1,'2012-06-24 19:06:45','tv_update','modTemplateVar','3'),(953,1,'2012-06-24 19:38:35','tv_update','modTemplateVar','3'),(954,1,'2012-06-24 19:40:04','resource_update','modResource','23'),(955,1,'2012-06-26 22:25:33','snippet_create','modSnippet','17'),(956,1,'2012-06-26 22:29:16','chunk_create','modChunk','22'),(957,1,'2012-06-26 22:33:36','snippet_update','modSnippet','17'),(958,1,'2012-06-26 22:37:04','resource_update','modResource','23'),(959,1,'2012-06-26 22:38:06','resource_update','modResource','23'),(960,1,'2012-06-26 22:39:22','resource_update','modResource','23'),(961,1,'2012-06-26 22:42:19','snippet_update','modSnippet','17'),(962,1,'2012-06-26 22:45:45','resource_update','modResource','23'),(963,1,'2012-06-26 22:46:55','snippet_update','modSnippet','17'),(964,1,'2012-06-26 22:48:09','snippet_update','modSnippet','17'),(965,1,'2012-06-26 22:49:01','snippet_update','modSnippet','17'),(966,1,'2012-06-26 22:51:44','snippet_update','modSnippet','17'),(967,1,'2012-06-26 22:55:41','resource_update','modResource','23'),(968,1,'2012-06-26 22:57:04','snippet_update','modSnippet','17'),(969,1,'2012-06-26 23:05:58','snippet_update','modSnippet','17'),(970,1,'2012-06-26 23:39:40','chunk_update','modChunk','22'),(971,1,'2012-06-27 00:00:52','chunk_update','modChunk','22'),(972,1,'2012-06-27 00:03:52','snippet_update','modSnippet','17'),(973,1,'2012-06-27 00:04:22','snippet_update','modSnippet','17'),(974,1,'2012-06-27 00:06:52','resource_update','modResource','23'),(975,1,'2012-06-27 00:18:55','chunk_update','modChunk','22'),(976,1,'2012-06-27 00:19:08','chunk_update','modChunk','22'),(977,1,'2012-06-27 00:20:01','snippet_update','modSnippet','17'),(978,1,'2012-06-27 00:21:30','snippet_update','modSnippet','17'),(979,1,'2012-06-27 00:21:59','chunk_update','modChunk','22'),(980,1,'2012-06-27 00:23:47','snippet_update','modSnippet','17'),(981,1,'2012-06-27 00:25:23','snippet_update','modSnippet','17'),(982,1,'2012-06-27 00:35:24','resource_update','modResource','23'),(983,1,'2012-06-27 00:47:03','snippet_update','modSnippet','17'),(984,1,'2012-06-30 20:20:05','publish_resource','modDocument','23'),(985,1,'2012-06-30 20:22:06','resource_update','modResource','14'),(986,1,'2012-06-30 20:26:32','resource_update','modResource','14'),(987,1,'2012-06-30 21:02:15','resource_update','modResource','14'),(988,1,'2012-06-30 23:10:38','chunk_update','modChunk','22'),(989,1,'2012-07-01 09:40:08','chunk_update','modChunk','22'),(990,1,'2012-07-01 09:40:59','chunk_update','modChunk','22'),(991,1,'2012-07-01 09:41:57','chunk_update','modChunk','22'),(992,1,'2012-07-01 09:42:25','chunk_update','modChunk','22'),(993,1,'2012-07-01 10:53:26','chunk_update','modChunk','22'),(994,1,'2012-07-01 10:54:12','resource_update','modResource','14'),(995,1,'2012-07-01 10:54:49','chunk_update','modChunk','22'),(996,1,'2012-07-01 10:57:42','chunk_update','modChunk','22'),(997,1,'2012-07-01 11:15:01','snippet_duplicate','modSnippet','18'),(998,1,'2012-07-01 11:15:25','chunk_update','modChunk','22'),(999,1,'2012-07-01 11:15:29','resource_update','modResource','14'),(1000,1,'2012-07-01 11:20:08','snippet_update','modSnippet','18'),(1001,1,'2012-07-01 11:24:03','snippet_update','modSnippet','18'),(1002,1,'2012-07-01 11:25:19','snippet_update','modSnippet','18'),(1003,1,'2012-07-01 11:30:23','resource_update','modResource','14'),(1004,1,'2012-07-01 11:30:45','snippet_update','modSnippet','18'),(1005,1,'2012-07-01 11:31:35','snippet_update','modSnippet','18'),(1006,1,'2012-07-01 11:44:33','resource_update','modResource','14'),(1007,1,'2012-07-01 11:45:00','snippet_update','modSnippet','18'),(1008,1,'2012-07-01 11:45:52','snippet_update','modSnippet','18'),(1009,1,'2012-07-01 11:47:32','resource_update','modResource','14'),(1010,1,'2012-07-01 11:48:09','resource_update','modResource','14'),(1011,1,'2012-07-01 11:50:14','resource_update','modResource','14'),(1012,1,'2012-07-01 11:53:50','chunk_update','modChunk','22'),(1013,1,'2012-07-01 12:22:13','chunk_update','modChunk','22'),(1014,1,'2012-07-01 12:22:47','chunk_update','modChunk','22'),(1015,1,'2012-07-01 12:24:50','resource_update','modResource','14'),(1016,1,'2012-07-01 12:26:17','chunk_update','modChunk','22'),(1017,1,'2012-07-01 12:27:31','resource_update','modResource','14'),(1018,1,'2012-07-01 12:28:03','resource_update','modResource','14'),(1019,1,'2012-07-01 12:29:25','chunk_update','modChunk','22'),(1020,1,'2012-07-01 12:29:57','chunk_update','modChunk','22'),(1021,1,'2012-07-01 12:31:34','resource_update','modResource','14'),(1022,1,'2012-07-01 12:35:03','chunk_update','modChunk','22'),(1023,1,'2012-07-01 12:35:51','snippet_update','modSnippet','18'),(1024,1,'2012-07-01 12:37:47','chunk_update','modChunk','22'),(1025,1,'2012-07-01 12:39:07','chunk_update','modChunk','22'),(1026,1,'2012-07-01 12:40:30','resource_update','modResource','14'),(1027,1,'2012-07-01 12:40:58','chunk_update','modChunk','22'),(1028,1,'2012-07-01 13:42:00','resource_update','modResource','23'),(1029,1,'2012-07-01 14:28:23','resource_update','modResource','14'),(1030,1,'2012-07-01 14:31:21','resource_update','modResource','23'),(1031,1,'2012-07-01 14:32:31','resource_update','modResource','23'),(1032,1,'2012-07-01 14:34:51','resource_update','modResource','14'),(1033,1,'2012-07-01 14:35:17','resource_update','modResource','14'),(1034,1,'2012-07-01 14:39:23','resource_update','modResource','2'),(1035,1,'2012-07-01 14:48:57','resource_update','modResource','2'),(1036,1,'2012-07-01 14:55:26','resource_update','modResource','15'),(1037,1,'2012-07-01 15:00:11','resource_update','modResource','16'),(1038,1,'2012-07-01 15:03:52','resource_update','modResource','17'),(1039,1,'2012-07-01 15:05:33','resource_update','modResource','17'),(1040,1,'2012-07-01 15:08:14','resource_update','modResource','17'),(1041,1,'2012-07-01 15:13:18','resource_update','modResource','18'),(1042,1,'2012-07-01 15:29:19','resource_update','modResource','21'),(1043,1,'2012-07-01 15:31:05','resource_update','modResource','2'),(1044,1,'2012-07-01 15:32:49','resource_update','modResource','21'),(1045,1,'2012-07-01 15:34:36','publish_resource','modDocument','2'),(1046,1,'2012-07-01 15:37:59','resource_update','modResource','21'),(1047,1,'2012-07-01 15:39:23','resource_update','modResource','21'),(1048,1,'2012-07-01 15:39:59','resource_update','modResource','21'),(1049,1,'2012-07-01 15:40:58','resource_update','modResource','21'),(1050,1,'2012-07-01 15:41:39','resource_update','modResource','21'),(1051,1,'2012-07-01 15:42:11','resource_update','modResource','21'),(1052,1,'2012-07-01 15:42:49','resource_update','modResource','21'),(1053,1,'2012-07-01 15:44:22','resource_update','modResource','21'),(1054,1,'2012-07-01 15:45:28','resource_update','modResource','21'),(1055,1,'2012-07-01 15:46:18','resource_update','modResource','21'),(1056,1,'2012-07-01 15:46:49','resource_update','modResource','21'),(1057,1,'2012-07-01 15:48:09','resource_update','modResource','21'),(1058,1,'2012-07-01 15:49:08','resource_update','modResource','21'),(1059,1,'2012-07-01 15:59:00','resource_update','modResource','22'),(1060,1,'2012-07-01 16:00:57','resource_update','modResource','22'),(1061,1,'2012-07-01 16:07:08','resource_update','modResource','11'),(1062,1,'2012-07-01 16:11:02','resource_update','modResource','11'),(1063,1,'2012-07-01 16:14:57','resource_update','modResource','11'),(1064,1,'2012-07-01 16:16:07','resource_update','modResource','11'),(1065,1,'2012-07-01 16:23:13','resource_update','modResource','12'),(1066,1,'2012-07-01 16:27:57','resource_update','modResource','12'),(1067,1,'2012-07-01 16:28:51','resource_update','modResource','12'),(1068,1,'2012-07-01 16:33:27','resource_update','modResource','12'),(1069,1,'2012-07-01 16:48:15','resource_update','modResource','2'),(1070,1,'2012-07-01 16:51:30','resource_update','modResource','2'),(1071,1,'2012-07-01 17:01:45','resource_update','modResource','8'),(1072,1,'2012-07-01 21:17:12','resource_update','modResource','8'),(1073,1,'2012-07-01 21:20:15','resource_update','modResource','8'),(1074,1,'2012-07-01 21:21:58','resource_update','modResource','8'),(1075,1,'2012-07-01 21:22:53','resource_update','modResource','8'),(1076,1,'2012-07-01 21:23:49','resource_update','modResource','8'),(1077,1,'2012-07-01 21:24:44','resource_update','modResource','8'),(1078,1,'2012-07-01 21:25:19','resource_update','modResource','8'),(1079,1,'2012-07-01 21:27:53','resource_update','modResource','8'),(1080,1,'2012-07-01 21:28:59','resource_update','modResource','8'),(1081,1,'2012-07-01 21:29:33','resource_update','modResource','8'),(1082,1,'2012-07-01 21:30:38','resource_update','modResource','8'),(1083,1,'2012-07-01 21:32:05','resource_update','modResource','8'),(1084,1,'2012-07-01 21:34:00','resource_update','modResource','8'),(1085,1,'2012-07-01 21:37:59','resource_update','modResource','8'),(1086,1,'2012-07-01 22:05:27','resource_update','modResource','8'),(1087,1,'2012-07-01 22:07:10','resource_update','modResource','8'),(1088,1,'2012-07-01 22:07:34','resource_update','modResource','8'),(1089,1,'2012-07-01 22:09:35','resource_update','modResource','8'),(1090,1,'2012-07-01 22:51:32','resource_update','modResource','8'),(1091,1,'2012-07-01 22:57:40','resource_update','modResource','14'),(1092,1,'2012-07-01 23:33:31','resource_update','modResource','24'),(1093,1,'2012-07-01 23:37:00','resource_update','modResource','24'),(1094,1,'2012-07-02 00:00:32','resource_update','modResource','24'),(1095,1,'2012-07-02 00:01:12','resource_update','modResource','24'),(1096,1,'2012-07-02 00:01:51','resource_update','modResource','24'),(1097,1,'2012-07-02 00:03:05','resource_update','modResource','24'),(1098,1,'2012-07-02 00:03:38','resource_update','modResource','24'),(1099,1,'2012-07-02 00:05:18','resource_update','modResource','24'),(1100,1,'2012-07-02 00:06:55','resource_update','modResource','24'),(1101,1,'2012-07-02 00:08:04','resource_update','modResource','24'),(1102,1,'2012-07-02 00:09:50','resource_update','modResource','24'),(1103,1,'2012-07-02 00:12:24','resource_update','modResource','24'),(1104,1,'2012-07-02 00:13:46','resource_update','modResource','24'),(1105,1,'2012-07-02 00:14:41','resource_update','modResource','24'),(1106,1,'2012-07-02 00:16:40','chunk_update','modChunk','22'),(1107,1,'2012-07-02 00:17:48','resource_update','modResource','24'),(1108,1,'2012-07-02 00:18:28','chunk_update','modChunk','22'),(1109,1,'2012-07-02 00:20:17','chunk_update','modChunk','22'),(1110,1,'2012-07-02 00:20:55','resource_update','modResource','24'),(1111,1,'2012-07-02 00:21:56','resource_update','modResource','24'),(1112,1,'2012-07-02 00:22:28','resource_update','modResource','24'),(1113,1,'2012-07-02 00:22:56','resource_update','modResource','24'),(1114,1,'2012-07-02 00:23:44','resource_update','modResource','24'),(1115,1,'2012-07-02 00:26:26','resource_update','modResource','24'),(1116,1,'2012-07-02 00:29:09','resource_update','modResource','24'),(1117,1,'2012-07-02 00:29:58','resource_update','modResource','24'),(1118,1,'2012-07-02 00:32:00','resource_update','modResource','24'),(1119,1,'2012-07-02 00:35:53','chunk_update','modChunk','22'),(1120,1,'2012-07-02 10:52:07','resource_update','modResource','24'),(1121,1,'2012-07-02 10:54:01','resource_update','modResource','24'),(1122,1,'2012-07-02 10:55:16','resource_update','modResource','24'),(1123,1,'2012-07-02 10:58:00','resource_update','modResource','9'),(1124,1,'2012-07-02 10:59:23','resource_update','modResource','9'),(1125,1,'2012-07-02 11:01:42','template_update','modTemplate','2'),(1126,1,'2012-07-02 11:07:49','resource_update','modResource','24'),(1127,1,'2012-07-02 11:08:06','resource_update','modResource','24'),(1128,1,'2012-07-02 12:27:55','resource_update','modResource','2'),(1129,1,'2012-07-02 12:38:05','resource_update','modResource','2'),(1130,1,'2012-07-02 18:27:38','chunk_update','modChunk','19'),(1131,1,'2012-07-02 18:30:40','chunk_update','modChunk','19'),(1132,1,'2012-07-02 18:57:24','snippet_duplicate','modSnippet','19'),(1133,1,'2012-07-02 18:59:41','snippet_update','modSnippet','19'),(1134,1,'2012-07-02 19:03:48','resource_update','modResource','7'),(1135,1,'2012-07-02 19:05:13','chunk_update','modChunk','22'),(1136,1,'2012-07-02 19:09:17','resource_update','modResource','7'),(1137,1,'2012-07-02 19:14:52','resource_update','modResource','7'),(1138,1,'2012-07-02 19:16:03','resource_update','modResource','18'),(1139,1,'2012-07-02 19:20:14','chunk_update','modChunk','19'),(1140,1,'2012-07-02 19:23:05','chunk_update','modChunk','19'),(1141,1,'2012-07-02 19:24:13','chunk_update','modChunk','19'),(1142,1,'2012-07-02 19:40:01','resource_update','modResource','6'),(1143,1,'2012-07-02 19:48:39','resource_update','modResource','3'),(1144,1,'2012-07-02 19:49:36','resource_update','modResource','3'),(1145,1,'2012-07-02 19:52:30','resource_update','modResource','3'),(1146,1,'2012-07-02 19:52:58','resource_update','modResource','3'),(1147,1,'2012-07-02 19:55:16','chunk_update','modChunk','19'),(1148,1,'2012-07-02 19:55:59','chunk_update','modChunk','19'),(1149,1,'2012-07-02 20:49:14','resource_update','modResource','2'),(1150,1,'2012-07-02 20:54:20','resource_update','modResource','9'),(1151,1,'2012-07-02 20:57:07','resource_update','modResource','2'),(1152,1,'2012-07-02 20:57:54','resource_update','modResource','2'),(1153,1,'2012-07-02 20:58:47','resource_update','modResource','2'),(1154,1,'2012-07-02 20:59:22','resource_update','modResource','2'),(1155,1,'2012-07-02 21:01:52','resource_update','modResource','2'),(1156,1,'2012-07-02 21:12:35','resource_update','modResource','7'),(1157,1,'2012-07-02 21:41:23','resource_update','modResource','20'),(1158,1,'2012-07-02 21:43:33','resource_update','modResource','4'),(1159,1,'2012-07-02 21:52:29','resource_update','modResource','4'),(1160,1,'2012-07-02 21:57:14','resource_update','modResource','20'),(1161,1,'2012-07-02 22:01:31','template_update','modTemplate','4'),(1162,1,'2012-07-02 22:02:32','template_update','modTemplate','4'),(1163,1,'2012-07-02 22:04:49','template_update','modTemplate','4'),(1164,1,'2012-07-02 22:22:12','resource_update','modResource','6'),(1165,1,'2012-07-02 22:22:56','resource_update','modResource','6'),(1166,1,'2012-07-02 22:23:33','resource_update','modResource','7'),(1167,1,'2012-07-02 22:38:43','resource_update','modResource','6'),(1168,1,'2012-07-03 08:42:27','resource_update','modResource','6'),(1169,1,'2012-07-03 08:43:52','resource_update','modResource','6'),(1170,1,'2012-07-03 08:49:27','resource_update','modResource','6'),(1171,1,'2012-07-03 08:50:24','resource_update','modResource','6'),(1172,1,'2012-07-03 08:50:53','resource_update','modResource','6'),(1173,1,'2012-07-03 10:43:15','resource_update','modResource','18'),(1174,1,'2012-07-03 10:51:53','resource_update','modResource','2'),(1175,1,'2012-07-03 13:11:11','resource_update','modResource','24'),(1176,1,'2012-07-03 13:13:01','resource_update','modResource','24'),(1177,1,'2012-07-06 18:11:13','resource_update','modResource','8'),(1178,1,'2012-07-06 18:12:25','resource_update','modResource','8'),(1179,1,'2012-07-06 18:13:21','resource_update','modResource','18'),(1180,1,'2012-07-06 18:13:50','resource_update','modResource','18'),(1181,1,'2012-07-06 19:13:20','publish_resource','modDocument','7'),(1182,1,'2012-07-06 19:24:08','resource_update','modResource','7'),(1183,1,'2012-07-06 19:24:23','publish_resource','modDocument','7'),(1184,1,'2012-07-09 08:05:37','resource_update','modResource','7'),(1185,1,'2012-07-09 08:40:50','resource_update','modResource','5'),(1186,1,'2012-07-09 08:42:05','resource_update','modResource','5'),(1187,1,'2012-07-09 08:43:30','resource_update','modResource','5'),(1188,1,'2012-07-09 09:02:54','resource_update','modResource','5'),(1189,1,'2012-07-09 09:03:36','resource_update','modResource','5'),(1190,1,'2012-07-09 09:04:37','resource_update','modResource','5'),(1191,1,'2012-07-09 09:10:23','resource_update','modResource','12'),(1192,1,'2012-07-09 09:24:16','resource_update','modResource','18'),(1193,1,'2012-07-10 23:27:34','chunk_update','modChunk','19'),(1194,1,'2012-07-11 20:58:05','resource_update','modResource','24'),(1195,1,'2012-07-11 21:01:02','resource_update','modResource','23'),(1196,1,'2012-07-11 21:18:34','resource_update','modResource','2'),(1197,1,'2012-07-11 21:22:09','resource_update','modResource','2'),(1198,1,'2012-07-11 21:27:01','resource_update','modResource','2'),(1199,1,'2012-07-11 21:34:17','chunk_update','modChunk','19'),(1200,1,'2012-07-11 21:36:21','chunk_update','modChunk','19'),(1201,1,'2012-07-11 21:40:07','chunk_update','modChunk','19'),(1202,1,'2012-07-11 21:40:47','chunk_update','modChunk','19'),(1203,1,'2012-07-11 21:42:42','chunk_update','modChunk','19'),(1204,1,'2012-07-11 21:44:05','chunk_update','modChunk','19'),(1205,1,'2012-07-11 21:45:23','chunk_update','modChunk','19'),(1206,1,'2012-07-11 21:46:14','chunk_update','modChunk','19'),(1207,1,'2012-07-11 21:47:02','chunk_update','modChunk','19'),(1208,1,'2012-07-11 23:08:30','chunk_duplicate','modChunk','23'),(1209,1,'2012-07-11 23:15:55','chunk_create','modChunk','24'),(1210,1,'2012-07-11 23:24:33','chunk_delete','modChunk','24'),(1211,1,'2012-07-11 23:24:36','chunk_create','modChunk','25'),(1212,1,'2012-07-11 23:44:20','chunk_create','modChunk','26'),(1213,1,'2012-07-11 23:47:20','chunk_create','modChunk','27'),(1214,1,'2012-07-11 23:48:28','chunk_update','modChunk','27'),(1215,1,'2012-07-11 23:58:06','chunk_update','modChunk','27'),(1216,1,'2012-07-12 00:03:50','chunk_create','modChunk','28'),(1217,1,'2012-07-12 00:06:45','chunk_update','modChunk','23'),(1218,1,'2012-07-12 00:07:13','chunk_update','modChunk','23'),(1219,1,'2012-07-12 00:08:31','chunk_update','modChunk','4'),(1220,1,'2012-07-12 00:09:43','chunk_update','modChunk','23'),(1221,1,'2012-07-12 00:14:21','chunk_update','modChunk','23'),(1222,1,'2012-07-12 00:15:54','chunk_update','modChunk','28'),(1223,1,'2012-07-12 00:16:10','chunk_update','modChunk','23'),(1224,1,'2012-07-12 00:26:45','chunk_update','modChunk','23'),(1225,1,'2012-07-12 00:28:30','chunk_update','modChunk','23'),(1226,1,'2012-07-12 00:35:31','chunk_update','modChunk','23'),(1227,1,'2012-07-12 00:36:08','chunk_update','modChunk','23'),(1228,1,'2012-07-12 00:36:36','chunk_update','modChunk','23'),(1229,1,'2012-07-12 00:38:14','chunk_update','modChunk','23'),(1230,1,'2012-07-12 00:38:52','chunk_update','modChunk','23'),(1231,1,'2012-07-12 00:41:34','chunk_update','modChunk','23'),(1232,1,'2012-07-12 00:43:40','chunk_update','modChunk','23'),(1233,1,'2012-07-12 00:44:13','chunk_update','modChunk','23'),(1234,1,'2012-07-12 00:45:01','object_create','modCategory','8'),(1235,1,'2012-07-12 00:47:18','category_delete','modCategory','8'),(1236,1,'2012-07-12 00:47:32','object_create','modCategory','9'),(1237,1,'2012-07-12 00:49:05','chunk_update','modChunk','27'),(1238,1,'2012-07-12 00:49:28','chunk_update','modChunk','23'),(1239,1,'2012-07-12 00:54:03','chunk_update','modChunk','23'),(1240,1,'2012-07-12 00:55:08','chunk_update','modChunk','23'),(1241,1,'2012-07-12 00:59:09','chunk_update','modChunk','26'),(1242,1,'2012-07-12 01:01:46','chunk_update','modChunk','26'),(1243,1,'2012-07-12 01:10:05','chunk_update','modChunk','23'),(1244,1,'2012-07-12 01:10:27','chunk_update','modChunk','23'),(1245,1,'2012-07-12 01:10:53','chunk_update','modChunk','23'),(1246,1,'2012-07-12 01:13:37','chunk_update','modChunk','4'),(1247,1,'2012-07-12 01:26:58','chunk_update','modChunk','23'),(1248,1,'2012-07-12 01:27:24','chunk_update','modChunk','4'),(1249,1,'2012-07-12 01:28:24','chunk_update','modChunk','23'),(1250,1,'2012-07-12 01:30:32','chunk_update','modChunk','23'),(1251,1,'2012-07-12 01:33:43','chunk_update','modChunk','4'),(1252,1,'2012-07-12 01:36:12','chunk_update','modChunk','19'),(1253,1,'2012-07-12 01:38:38','chunk_update','modChunk','19'),(1254,1,'2012-07-12 01:45:25','chunk_update','modChunk','19'),(1255,1,'2012-07-12 01:47:21','chunk_update','modChunk','19'),(1256,1,'2012-07-12 01:48:27','chunk_update','modChunk','19'),(1257,1,'2012-07-12 01:49:43','chunk_update','modChunk','19'),(1258,1,'2012-07-12 01:50:41','chunk_update','modChunk','19'),(1259,1,'2012-07-12 01:52:31','chunk_update','modChunk','19'),(1260,1,'2012-07-12 01:53:50','chunk_update','modChunk','19'),(1261,1,'2012-07-12 01:55:45','chunk_update','modChunk','19'),(1262,1,'2012-07-12 01:56:35','resource_update','modResource','7'),(1263,1,'2012-07-12 01:56:43','publish_resource','modDocument','7'),(1264,1,'2012-07-12 01:57:16','resource_update','modResource','6'),(1265,1,'2012-07-12 01:57:57','publish_resource','modDocument','6'),(1266,1,'2012-07-12 02:17:01','resource_update','modResource','3'),(1267,1,'2012-07-12 02:22:10','resource_update','modResource','3'),(1268,1,'2012-07-12 02:23:30','resource_update','modResource','3'),(1269,1,'2012-07-12 02:25:34','resource_update','modResource','3'),(1270,1,'2012-07-12 02:41:32','resource_update','modResource','3'),(1271,1,'2012-07-12 02:42:21','resource_update','modResource','3'),(1272,1,'2012-07-12 02:48:23','resource_update','modResource','3'),(1273,1,'2012-07-12 02:51:00','resource_update','modResource','3'),(1274,1,'2012-07-12 02:51:37','resource_update','modResource','3'),(1275,1,'2012-07-12 02:52:09','resource_update','modResource','3'),(1276,1,'2012-07-12 03:00:55','resource_update','modResource','3'),(1277,1,'2012-07-12 09:23:59','chunk_update','modChunk','19'),(1278,1,'2012-07-12 09:29:04','chunk_update','modChunk','3'),(1279,1,'2012-07-16 00:34:48','resource_update','modResource','3'),(1280,1,'2012-07-16 00:38:38','resource_update','modResource','3'),(1281,1,'2012-07-16 00:53:50','resource_update','modResource','8'),(1282,1,'2012-07-16 00:57:22','resource_update','modResource','8'),(1283,1,'2012-07-16 00:57:54','resource_update','modResource','8'),(1284,1,'2012-07-16 00:59:13','resource_update','modResource','8'),(1285,1,'2012-07-16 01:01:48','resource_update','modResource','8'),(1286,1,'2012-07-16 01:02:48','resource_update','modResource','8'),(1287,1,'2012-07-16 01:03:56','resource_update','modResource','8'),(1288,1,'2012-07-16 01:06:30','resource_update','modResource','8'),(1289,1,'2012-07-16 01:06:52','resource_update','modResource','8'),(1290,1,'2012-07-16 01:07:36','resource_update','modResource','8'),(1291,1,'2012-07-16 01:09:36','resource_update','modResource','8'),(1292,1,'2012-07-16 01:11:40','resource_update','modResource','8'),(1293,1,'2012-07-16 01:12:41','resource_update','modResource','8'),(1294,1,'2012-07-16 01:13:40','resource_update','modResource','8'),(1295,1,'2012-07-16 01:14:36','resource_update','modResource','8'),(1296,1,'2012-07-16 01:18:43','resource_update','modResource','8'),(1297,1,'2012-07-16 01:20:40','resource_update','modResource','8'),(1298,1,'2012-07-16 01:21:11','resource_update','modResource','8'),(1299,1,'2012-07-16 01:21:35','resource_update','modResource','8'),(1300,1,'2012-07-16 01:22:50','resource_update','modResource','8'),(1301,1,'2012-07-16 01:23:47','resource_update','modResource','8'),(1302,1,'2012-07-16 01:25:18','resource_update','modResource','8'),(1303,1,'2012-07-16 01:26:09','resource_update','modResource','8'),(1304,1,'2012-07-16 01:28:02','resource_update','modResource','8'),(1305,1,'2012-07-16 01:28:47','resource_update','modResource','8'),(1306,1,'2012-07-16 01:29:49','resource_update','modResource','8'),(1307,1,'2012-07-16 01:31:47','resource_update','modResource','8'),(1308,1,'2012-07-16 01:32:16','resource_update','modResource','8'),(1309,1,'2012-07-16 01:32:48','resource_update','modResource','8'),(1310,1,'2012-07-16 01:33:02','publish_resource','modDocument','8'),(1311,1,'2012-07-16 01:34:31','resource_update','modResource','8'),(1312,1,'2012-07-16 01:35:24','resource_update','modResource','8'),(1313,1,'2012-07-16 01:36:22','resource_update','modResource','8'),(1314,1,'2012-07-16 01:36:29','publish_resource','modDocument','8'),(1315,1,'2012-07-16 01:37:18','resource_update','modResource','8'),(1316,1,'2012-07-16 01:37:24','publish_resource','modDocument','8'),(1317,1,'2012-07-16 01:37:54','resource_update','modResource','8'),(1318,1,'2012-07-16 01:38:25','resource_update','modResource','8'),(1319,1,'2012-07-16 01:39:03','resource_update','modResource','8'),(1320,1,'2012-07-16 01:40:26','resource_update','modResource','8'),(1321,1,'2012-07-16 01:40:35','publish_resource','modDocument','8'),(1322,1,'2012-07-16 01:41:03','resource_update','modResource','8'),(1323,1,'2012-07-16 01:44:48','resource_update','modResource','8'),(1324,1,'2012-07-16 01:51:49','resource_update','modResource','8'),(1325,1,'2012-07-16 01:52:55','resource_update','modResource','8'),(1326,1,'2012-07-16 01:53:02','publish_resource','modDocument','8'),(1327,1,'2012-07-16 01:55:08','resource_update','modResource','8'),(1328,1,'2012-07-16 01:55:15','publish_resource','modDocument','8'),(1329,1,'2012-07-16 01:59:05','resource_update','modResource','8'),(1330,1,'2012-07-16 02:00:16','resource_update','modResource','8'),(1331,1,'2012-07-16 02:01:00','resource_update','modResource','8'),(1332,1,'2012-07-16 02:01:39','resource_update','modResource','8'),(1333,1,'2012-07-16 02:02:01','resource_update','modResource','8'),(1334,1,'2012-07-16 02:02:35','resource_update','modResource','8'),(1335,1,'2012-07-16 02:03:34','resource_update','modResource','8'),(1336,1,'2012-07-16 02:04:33','resource_update','modResource','8'),(1337,1,'2012-07-16 02:05:25','resource_update','modResource','8'),(1338,1,'2012-07-16 02:07:59','resource_update','modResource','8'),(1339,1,'2012-07-16 02:09:54','resource_update','modResource','8'),(1340,1,'2012-07-16 02:11:55','resource_update','modResource','8'),(1341,1,'2012-07-16 02:12:36','resource_update','modResource','8'),(1342,1,'2012-07-16 02:15:29','resource_update','modResource','8'),(1343,1,'2012-07-16 02:20:51','resource_update','modResource','8'),(1344,1,'2012-07-16 02:22:23','resource_update','modResource','8'),(1345,1,'2012-07-16 02:23:25','resource_update','modResource','8'),(1346,1,'2012-07-16 02:26:28','resource_update','modResource','8'),(1347,1,'2012-07-16 02:27:05','resource_update','modResource','8'),(1348,1,'2012-07-16 02:27:52','resource_update','modResource','8'),(1349,1,'2012-07-16 02:28:53','resource_update','modResource','8'),(1350,1,'2012-07-16 02:30:15','resource_update','modResource','8'),(1351,1,'2012-07-16 02:32:04','resource_update','modResource','8'),(1352,1,'2012-07-16 06:21:17','resource_update','modResource','8'),(1353,1,'2012-07-16 06:22:05','resource_update','modResource','8'),(1354,1,'2012-07-16 06:24:35','resource_update','modResource','8'),(1355,1,'2012-07-16 06:32:48','resource_update','modResource','8'),(1356,1,'2012-07-16 07:41:20','resource_update','modResource','8'),(1357,1,'2012-07-16 08:46:11','resource_update','modResource','8'),(1358,1,'2012-07-16 09:43:28','resource_update','modResource','8'),(1359,1,'2012-07-17 12:54:21','resource_update','modResource','8'),(1360,1,'2012-07-17 16:18:44','resource_update','modResource','18'),(1361,1,'2012-07-17 16:19:23','resource_update','modResource','18'),(1362,1,'2012-07-17 16:19:35','resource_update','modResource','18'),(1363,1,'2012-07-17 16:21:42','resource_update','modResource','8'),(1364,1,'2012-07-19 15:52:34','resource_update','modResource','8'),(1365,1,'2012-07-19 15:56:34','resource_update','modResource','8'),(1366,1,'2012-07-19 16:04:04','resource_update','modResource','8'),(1367,1,'2012-07-19 16:14:36','resource_update','modResource','6'),(1368,1,'2012-07-19 16:16:52','resource_update','modResource','6'),(1369,1,'2012-07-19 16:17:23','resource_update','modResource','6'),(1370,1,'2012-07-19 16:35:49','resource_update','modResource','6'),(1371,1,'2012-07-19 16:37:36','resource_update','modResource','6'),(1372,1,'2012-07-19 16:38:38','resource_update','modResource','6'),(1373,1,'2012-07-19 16:41:43','resource_update','modResource','6'),(1374,1,'2012-07-19 16:45:08','resource_update','modResource','6'),(1375,1,'2012-07-19 16:48:00','resource_update','modResource','6'),(1376,1,'2012-07-20 23:25:26','resource_update','modResource','18'),(1377,1,'2012-07-20 23:26:39','file_upload','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/img/okna/podokonniki/'),(1378,1,'2012-07-20 23:29:01','resource_update','modResource','18'),(1379,1,'2012-07-20 23:38:07','resource_update','modResource','18'),(1380,1,'2012-07-22 23:44:52','resource_update','modResource','8'),(1381,1,'2012-07-22 23:45:22','resource_update','modResource','8'),(1382,1,'2012-07-22 23:46:06','resource_update','modResource','8'),(1383,1,'2012-07-22 23:47:50','resource_update','modResource','8'),(1384,1,'2012-07-22 23:48:26','resource_update','modResource','8'),(1385,1,'2012-07-22 23:48:49','resource_update','modResource','8'),(1386,1,'2012-07-22 23:49:13','resource_update','modResource','8'),(1387,1,'2012-07-22 23:50:11','resource_update','modResource','8'),(1388,1,'2012-07-22 23:50:46','resource_update','modResource','8'),(1389,1,'2012-07-22 23:51:28','resource_update','modResource','8'),(1390,1,'2012-07-22 23:51:57','resource_update','modResource','8'),(1391,1,'2012-07-22 23:52:24','resource_update','modResource','8'),(1392,1,'2012-07-22 23:53:14','resource_update','modResource','8'),(1393,1,'2012-07-22 23:53:29','resource_update','modResource','8'),(1394,1,'2012-07-22 23:53:48','resource_update','modResource','8'),(1395,1,'2012-07-22 23:55:07','resource_update','modResource','8'),(1396,1,'2012-07-22 23:55:24','resource_update','modResource','8'),(1397,1,'2012-07-22 23:55:59','resource_update','modResource','8'),(1398,1,'2012-07-22 23:56:20','resource_update','modResource','8'),(1399,1,'2012-07-22 23:56:54','resource_update','modResource','8'),(1400,1,'2012-07-22 23:57:31','resource_update','modResource','8'),(1401,1,'2012-07-22 23:58:25','resource_update','modResource','8'),(1402,1,'2012-07-23 00:01:57','resource_update','modResource','8'),(1403,1,'2012-07-23 00:02:27','resource_update','modResource','8'),(1404,1,'2012-07-23 00:02:43','resource_update','modResource','8'),(1405,1,'2012-07-23 00:02:58','resource_update','modResource','8'),(1406,1,'2012-07-23 00:03:30','resource_update','modResource','8'),(1407,1,'2012-07-23 00:04:06','resource_update','modResource','8'),(1408,1,'2012-07-23 00:04:21','resource_update','modResource','8'),(1409,1,'2012-07-23 00:04:42','resource_update','modResource','8'),(1410,1,'2012-07-23 00:05:33','resource_update','modResource','8'),(1411,1,'2012-07-23 00:05:48','resource_update','modResource','8'),(1412,1,'2012-07-23 11:58:47','resource_update','modResource','8'),(1413,1,'2012-07-26 10:07:00','resource_update','modResource','2'),(1414,1,'2012-07-26 10:37:12','resource_update','modResource','24'),(1415,1,'2012-07-26 10:37:36','resource_update','modResource','24'),(1416,1,'2012-08-01 20:05:28','file_upload','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/img/okna/osteklenie-kottedzhej/'),(1417,1,'2012-08-01 20:05:28','file_upload','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/img/okna/osteklenie-kottedzhej/'),(1418,1,'2012-08-01 20:05:29','file_upload','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/img/okna/osteklenie-kottedzhej/'),(1419,1,'2012-08-01 20:05:29','file_upload','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/img/okna/osteklenie-kottedzhej/'),(1420,1,'2012-08-01 20:05:30','file_upload','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/img/okna/osteklenie-kottedzhej/'),(1421,1,'2012-08-01 20:05:30','file_upload','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/img/okna/osteklenie-kottedzhej/'),(1422,1,'2012-08-01 20:05:30','file_upload','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/img/okna/osteklenie-kottedzhej/'),(1423,1,'2012-08-01 20:05:31','file_upload','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/img/okna/osteklenie-kottedzhej/'),(1424,1,'2012-08-01 20:05:31','file_upload','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/img/okna/osteklenie-kottedzhej/'),(1425,1,'2012-08-01 20:05:32','file_upload','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/img/okna/osteklenie-kottedzhej/'),(1426,1,'2012-08-01 20:05:32','file_upload','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/img/okna/osteklenie-kottedzhej/'),(1427,1,'2012-08-01 20:05:33','file_upload','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/img/okna/osteklenie-kottedzhej/'),(1428,1,'2012-08-01 20:08:34','resource_update','modResource','15'),(1429,1,'2012-08-01 20:13:25','resource_update','modResource','15'),(1430,1,'2012-08-01 20:15:27','resource_update','modResource','15'),(1431,1,'2012-08-01 20:16:17','resource_update','modResource','15'),(1432,1,'2012-08-01 20:17:22','resource_update','modResource','15'),(1433,1,'2012-08-01 20:17:59','resource_update','modResource','15'),(1434,1,'2012-08-01 20:19:53','resource_update','modResource','15'),(1435,1,'2012-08-01 20:21:43','resource_update','modResource','15'),(1436,1,'2012-08-01 20:25:48','resource_update','modResource','15'),(1437,1,'2012-08-01 20:26:46','resource_update','modResource','15'),(1438,1,'2012-08-01 20:37:26','resource_update','modResource','6'),(1439,1,'2012-08-01 20:37:35','resource_update','modResource','6'),(1440,1,'2012-08-01 20:37:43','resource_update','modResource','6'),(1441,1,'2012-08-01 20:37:50','resource_update','modResource','6'),(1442,1,'2012-08-01 22:12:01','chunk_update','modChunk','1'),(1443,1,'2012-08-01 22:33:35','resource_update','modResource','15'),(1444,1,'2012-08-01 22:42:14','resource_update','modResource','15'),(1445,1,'2012-08-01 23:08:15','resource_update','modResource','6'),(1446,1,'2012-08-01 23:08:52','resource_update','modResource','6'),(1447,1,'2012-08-01 23:12:43','resource_update','modResource','6'),(1448,1,'2012-08-01 23:13:36','resource_update','modResource','6'),(1449,1,'2012-08-01 23:16:51','resource_update','modResource','6'),(1450,1,'2012-08-01 23:18:01','resource_update','modResource','6'),(1451,1,'2012-08-01 23:19:24','resource_update','modResource','6'),(1452,1,'2012-08-01 23:20:10','resource_update','modResource','6'),(1453,1,'2012-08-01 23:20:58','resource_update','modResource','6'),(1454,1,'2012-08-01 23:27:19','resource_update','modResource','6'),(1455,1,'2012-08-01 23:28:38','resource_update','modResource','6'),(1456,1,'2012-08-01 23:34:04','resource_update','modResource','6'),(1457,1,'2012-08-01 23:36:19','resource_update','modResource','6'),(1458,1,'2012-08-01 23:37:21','resource_update','modResource','6'),(1459,1,'2012-08-01 23:38:35','resource_update','modResource','6'),(1460,1,'2012-08-01 23:39:24','resource_update','modResource','6'),(1461,1,'2012-08-01 23:40:06','resource_update','modResource','6'),(1462,1,'2012-08-02 07:23:46','resource_update','modResource','15'),(1463,1,'2012-08-02 07:32:00','resource_update','modResource','15'),(1464,1,'2012-08-02 07:32:19','resource_update','modResource','15'),(1465,1,'2012-08-02 07:36:57','resource_update','modResource','15'),(1466,1,'2012-08-02 07:40:34','resource_update','modResource','15'),(1467,1,'2012-08-02 07:47:36','resource_update','modResource','24'),(1468,1,'2012-08-02 07:47:55','resource_update','modResource','24'),(1469,1,'2012-08-02 07:48:28','resource_update','modResource','24'),(1470,1,'2012-08-02 09:04:23','resource_update','modResource','24'),(1471,1,'2012-08-02 09:08:57','resource_update','modResource','24'),(1472,1,'2012-08-02 09:12:05','setting_update','modSystemSetting','editor_css_path'),(1473,1,'2012-08-02 09:12:12','setting_update','modSystemSetting','editor_css_path'),(1474,1,'2012-08-02 09:22:43','setting_update','modSystemSetting','tiny.css_selectors'),(1475,1,'2012-08-02 09:23:30','resource_update','modResource','15'),(1476,1,'2012-08-02 09:27:57','resource_update','modResource','15'),(1477,1,'2012-08-02 09:30:27','setting_update','modSystemSetting','tiny.css_selectors'),(1478,1,'2012-08-02 09:32:23','setting_update','modSystemSetting','tiny.css_selectors'),(1479,1,'2012-08-02 09:33:36','resource_update','modResource','15'),(1480,1,'2012-08-02 09:34:19','resource_update','modResource','15'),(1481,1,'2012-08-02 09:34:51','resource_update','modResource','15'),(1482,1,'2012-08-02 09:35:27','resource_update','modResource','15'),(1483,1,'2012-08-02 09:35:31','resource_update','modResource','15'),(1484,1,'2012-08-02 09:37:48','resource_update','modResource','15'),(1485,1,'2012-08-02 09:37:58','resource_update','modResource','15'),(1486,1,'2012-08-02 09:38:03','resource_update','modResource','15'),(1487,1,'2012-08-02 09:43:11','setting_update','modSystemSetting','tiny.css_selectors'),(1488,1,'2012-08-02 09:44:15','resource_update','modResource','15'),(1489,1,'2012-08-02 09:46:35','resource_update','modResource','6'),(1490,1,'2012-08-02 09:47:42','resource_update','modResource','6'),(1491,1,'2012-08-02 09:48:37','resource_update','modResource','6'),(1492,1,'2012-08-02 09:49:48','resource_update','modResource','6'),(1493,1,'2012-08-02 09:49:53','resource_update','modResource','6'),(1494,1,'2012-08-02 09:52:28','resource_update','modResource','24'),(1495,1,'2012-08-02 09:53:25','resource_update','modResource','24'),(1496,1,'2012-08-02 09:54:09','resource_update','modResource','24'),(1497,1,'2012-08-02 09:54:54','resource_update','modResource','24'),(1498,1,'2012-08-02 09:55:13','resource_update','modResource','24'),(1499,1,'2012-08-02 09:55:51','resource_update','modResource','24'),(1500,1,'2012-08-02 09:59:05','resource_update','modResource','24'),(1501,1,'2012-08-02 09:59:41','resource_update','modResource','24'),(1502,1,'2012-08-02 10:18:33','resource_update','modResource','24'),(1503,1,'2012-08-02 10:21:02','resource_update','modResource','24'),(1504,1,'2012-08-02 10:21:59','resource_update','modResource','24'),(1505,1,'2012-08-02 10:23:00','resource_update','modResource','24'),(1506,1,'2012-08-02 10:26:36','resource_update','modResource','24'),(1507,1,'2012-08-02 10:29:00','resource_update','modResource','24'),(1508,1,'2012-08-02 10:31:49','resource_update','modResource','24'),(1509,1,'2012-08-02 10:33:33','resource_update','modResource','24'),(1510,1,'2012-08-02 10:51:41','resource_update','modResource','15'),(1511,1,'2012-08-02 10:55:30','resource_update','modResource','15'),(1512,1,'2012-08-02 10:56:40','resource_update','modResource','15'),(1513,1,'2012-08-02 10:58:59','resource_update','modResource','24'),(1514,1,'2012-08-02 11:00:14','resource_update','modResource','24'),(1515,1,'2012-08-02 11:02:13','resource_update','modResource','24'),(1516,1,'2012-08-02 11:02:47','resource_update','modResource','24'),(1517,1,'2012-08-02 11:11:50','setting_update','modSystemSetting','rb_base_url'),(1518,1,'2012-08-02 11:12:32','setting_update','modSystemSetting','filemanager_path'),(1519,1,'2012-08-02 11:13:56','setting_update','modSystemSetting','rb_base_dir'),(1520,1,'2012-08-02 11:18:12','resource_update','modResource','19'),(1521,1,'2012-08-02 11:18:47','resource_update','modResource','19'),(1522,1,'2012-08-02 11:19:43','resource_update','modResource','19'),(1523,1,'2012-08-02 11:20:02','resource_update','modResource','19'),(1524,1,'2012-08-02 11:20:34','resource_update','modResource','19'),(1525,1,'2012-08-02 11:21:25','resource_update','modResource','19'),(1526,1,'2012-08-02 11:22:19','resource_update','modResource','19'),(1527,1,'2012-08-02 12:09:34','resource_update','modResource','23'),(1528,1,'2012-08-02 12:09:38','resource_update','modResource','23'),(1529,1,'2012-08-02 12:11:27','resource_update','modResource','15'),(1530,1,'2012-08-02 12:12:15','resource_update','modResource','15'),(1531,1,'2012-08-02 12:12:41','resource_update','modResource','15'),(1532,1,'2012-08-02 12:12:45','resource_update','modResource','15'),(1533,1,'2012-08-02 12:13:54','resource_update','modResource','15'),(1534,1,'2012-08-02 12:14:52','resource_update','modResource','15'),(1535,1,'2012-08-02 12:15:20','resource_update','modResource','15'),(1536,1,'2012-08-02 12:17:25','setting_update','modSystemSetting','filemanager_path'),(1537,1,'2012-08-02 12:17:31','setting_update','modSystemSetting','rb_base_dir'),(1538,1,'2012-08-02 12:17:35','setting_update','modSystemSetting','rb_base_url'),(1539,1,'2012-08-02 12:19:18','resource_update','modResource','15'),(1540,1,'2012-08-02 12:19:55','resource_update','modResource','15'),(1541,1,'2012-08-02 12:19:59','resource_update','modResource','15'),(1542,1,'2012-08-02 12:25:16','resource_update','modResource','15'),(1543,1,'2012-08-02 12:25:30','resource_update','modResource','15'),(1544,1,'2012-08-02 12:25:50','resource_update','modResource','6'),(1545,1,'2012-08-02 12:25:54','resource_update','modResource','6'),(1546,1,'2012-08-02 12:29:50','chunk_update','modChunk','22'),(1547,1,'2012-08-02 13:49:41','resource_update','modResource','19'),(1548,1,'2012-08-02 13:50:04','resource_update','modResource','19'),(1549,1,'2012-08-02 20:28:45','object_create','modUser','2'),(1550,1,'2012-08-02 20:45:06','setting_update','modSystemSetting','strip_image_paths'),(1551,1,'2012-08-02 20:45:42','setting_update','modSystemSetting','rb_base_dir'),(1552,1,'2012-08-02 20:47:12','file_remove','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/img/dekor/bambukovyie-shtoryi/big/Thumbs.db'),(1553,1,'2012-08-02 21:10:45','setting_update','modSystemSetting','rb_base_dir'),(1554,1,'2012-08-02 21:10:57','setting_update','modSystemSetting','strip_image_paths'),(1555,1,'2012-08-02 21:19:42','setting_update','modSystemSetting','phpthumb_allow_src_above_docroot'),(1556,1,'2012-08-02 21:21:30','file_remove','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/img/dekor/bambukovyie-shtoryi/med/Thumbs.db'),(1557,1,'2012-08-02 21:54:24','source_update','sources.modMediaSource','1'),(1558,1,'2012-08-02 21:58:01','source_update','sources.modMediaSource','1'),(1559,1,'2012-08-02 22:04:27','resource_update','modResource','19'),(1560,1,'2012-08-02 22:19:13','source_update','sources.modMediaSource','1'),(1561,1,'2012-08-03 09:30:41','source_update','sources.modMediaSource','1'),(1562,1,'2012-08-03 09:31:30','file_remove','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/img/dekor/vertikalnyie_zhaluzi/Thumbs.db'),(1563,1,'2012-08-03 10:09:28','file_remove','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/img/dekor/karniz/Thumbs.db'),(1564,1,'2012-08-03 10:09:35','file_remove','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/img/dekor/karniz/big/Thumbs.db'),(1565,1,'2012-08-03 10:09:55','file_remove','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/img/dekor/karniz/karnizyi_top.jpg'),(1566,1,'2012-08-03 10:34:49','resource_update','modResource','19'),(1567,1,'2012-08-03 10:36:02','resource_update','modResource','19'),(1568,1,'2012-08-03 10:36:38','chunk_update','modChunk','2'),(1569,1,'2012-08-03 10:40:48','chunk_update','modChunk','2'),(1570,1,'2012-08-03 10:43:35','resource_update','modResource','3'),(1571,1,'2012-08-03 10:44:16','chunk_update','modChunk','2'),(1572,1,'2012-08-03 10:46:48','template_update','modTemplate','2'),(1573,1,'2012-08-03 11:03:35','chunk_update','modChunk','2'),(1574,1,'2012-08-03 14:42:51','resource_update','modResource','17'),(1575,1,'2012-08-03 14:44:07','resource_update','modResource','17'),(1576,1,'2012-08-03 14:44:35','resource_update','modResource','17'),(1577,1,'2012-08-03 14:44:38','resource_update','modResource','17'),(1578,1,'2012-08-05 01:24:38','setting_update','modSystemSetting','tiny.css_selectors'),(1579,1,'2012-08-05 01:28:07','resource_update','modResource','13'),(1580,1,'2012-08-05 01:28:34','resource_update','modResource','13'),(1581,1,'2012-08-05 01:29:42','resource_update','modResource','13'),(1582,1,'2012-08-05 01:30:29','resource_update','modResource','13'),(1583,1,'2012-08-05 01:33:46','resource_update','modResource','13'),(1584,1,'2012-08-05 10:25:19','resource_update','modResource','13'),(1585,1,'2012-08-16 09:57:35','resource_update','modResource','17'),(1586,1,'2012-08-16 10:02:46','resource_update','modResource','17'),(1587,1,'2012-09-19 18:38:45','change_profile_password','modUser','1'),(1588,1,'2012-09-20 19:17:46','resource_update','modResource','18'),(1589,1,'2012-09-20 19:18:16','resource_update','modResource','18'),(1590,1,'2012-09-20 19:18:22','resource_update','modResource','18'),(1591,1,'2012-09-20 19:19:11','resource_update','modResource','18'),(1592,1,'2012-09-20 19:20:57','resource_update','modResource','18'),(1593,1,'2012-09-20 19:21:25','resource_update','modResource','18'),(1594,1,'2012-09-20 19:21:31','resource_update','modResource','18'),(1595,1,'2012-09-20 19:21:49','resource_update','modResource','18'),(1596,1,'2012-09-20 19:22:05','resource_update','modResource','18'),(1597,1,'2012-09-20 19:23:16','resource_update','modResource','18'),(1598,1,'2012-09-20 19:23:34','resource_update','modResource','18'),(1599,1,'2012-09-20 19:29:50','resource_update','modResource','18'),(1600,1,'2012-09-20 19:31:12','resource_update','modResource','18'),(1601,1,'2012-09-20 19:34:15','resource_update','modResource','18'),(1602,1,'2012-09-20 19:35:16','resource_update','modResource','18'),(1603,1,'2012-09-20 19:36:58','resource_update','modResource','18'),(1604,1,'2012-09-20 19:37:36','resource_update','modResource','18'),(1605,1,'2012-09-20 19:37:41','resource_update','modResource','18'),(1606,1,'2012-09-20 19:40:01','resource_update','modResource','18'),(1607,1,'2013-05-15 09:37:41','duplicate_resource','modDocument','25'),(1608,1,'2013-05-15 09:38:11','delete_resource','modDocument','26'),(1609,1,'2013-05-15 09:38:16','delete_resource','modDocument','29'),(1610,1,'2013-05-15 09:38:22','delete_resource','modDocument','28'),(1611,1,'2013-05-15 09:41:15','resource_update','modResource','27'),(1612,1,'2013-05-15 09:42:00','resource_update','modResource','25'),(1613,1,'2013-05-15 09:43:04','resource_update','modResource','25'),(1614,1,'2013-05-15 09:47:14','chunk_update','modChunk','23'),(1615,1,'2013-05-15 09:47:52','chunk_update','modChunk','23'),(1616,1,'2013-05-15 09:53:24','chunk_update','modChunk','23'),(1617,1,'2013-05-15 09:55:31','resource_update','modResource','25'),(1618,1,'2013-05-15 09:55:50','resource_update','modResource','25'),(1619,1,'2013-05-15 09:55:54','resource_update','modResource','25'),(1620,1,'2013-05-15 10:02:11','chunk_update','modChunk','23'),(1621,1,'2013-05-15 10:02:14','chunk_update','modChunk','23'),(1622,1,'2013-05-15 10:04:36','chunk_update','modChunk','23'),(1623,1,'2013-05-15 10:06:37','chunk_update','modChunk','19'),(1624,1,'2013-05-15 10:43:54','directory_create','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/img/ourworks'),(1625,1,'2013-05-15 10:44:16','directory_create','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/img/ourworks/decorokna'),(1626,1,'2013-05-15 10:44:53','file_upload','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/img/ourworks/decorokna/'),(1627,1,'2013-05-15 10:44:54','file_upload','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/img/ourworks/decorokna/'),(1628,1,'2013-05-15 10:44:55','file_upload','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/img/ourworks/decorokna/'),(1629,1,'2013-05-15 10:44:55','file_upload','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/img/ourworks/decorokna/'),(1630,1,'2013-05-15 10:47:29','resource_update','modResource','27'),(1631,1,'2013-05-22 15:39:45','resource_update','modResource','27'),(1632,1,'2013-05-22 15:41:26','resource_update','modResource','27'),(1633,1,'2013-05-22 15:43:44','file_upload','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/img/ourworks/decorokna/'),(1634,1,'2013-05-22 15:44:06','file_remove','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/img/ourworks/decorokna/var1.jpg'),(1635,1,'2013-05-22 15:46:58','resource_update','modResource','27'),(1636,1,'2013-05-22 15:47:27','resource_update','modResource','27'),(1637,1,'2013-05-23 10:07:11','file_upload','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/img/ourworks/decorokna/'),(1638,1,'2013-05-23 10:37:01','resource_update','modResource','27'),(1639,1,'2013-05-27 09:24:04','file_upload','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/img/ourworks/decorokna/'),(1640,1,'2013-05-27 09:24:05','file_upload','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/img/ourworks/decorokna/'),(1641,1,'2013-05-27 09:24:05','file_upload','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/img/ourworks/decorokna/'),(1642,1,'2013-05-27 09:24:06','file_upload','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/img/ourworks/decorokna/'),(1643,1,'2013-05-27 09:24:07','file_upload','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/img/ourworks/decorokna/'),(1644,1,'2013-05-27 09:24:08','file_upload','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/img/ourworks/decorokna/'),(1645,1,'2013-05-27 09:24:09','file_upload','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/img/ourworks/decorokna/'),(1646,1,'2013-05-27 10:03:43','resource_update','modResource','27'),(1647,1,'2013-05-30 10:06:44','file_upload','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/img/ourworks/decorokna/'),(1648,1,'2013-05-30 10:06:45','file_upload','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/img/ourworks/decorokna/'),(1649,1,'2013-05-30 10:06:48','file_upload','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/img/ourworks/decorokna/'),(1650,1,'2013-05-30 10:06:49','file_upload','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/img/ourworks/decorokna/'),(1651,1,'2013-05-30 10:06:50','file_upload','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/img/ourworks/decorokna/'),(1652,1,'2013-05-30 10:20:58','resource_update','modResource','27'),(1653,1,'2013-07-05 09:36:02','duplicate_resource','modDocument','30'),(1654,1,'2013-07-05 09:43:32','resource_update','modResource','30'),(1655,1,'2013-07-05 09:49:47','resource_update','modResource','30'),(1656,1,'2013-07-05 09:53:47','resource_update','modResource','1'),(1657,1,'2013-07-05 09:54:16','resource_update','modResource','1'),(1658,1,'2013-07-05 09:54:20','resource_update','modResource','1'),(1659,1,'2013-07-05 10:00:53','file_upload','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/img/main/'),(1660,1,'2013-07-05 10:01:55','resource_update','modResource','1'),(1661,1,'2013-07-05 10:02:18','resource_update','modResource','1'),(1662,1,'2013-07-05 10:02:27','resource_update','modResource','1'),(1663,1,'2013-07-05 10:03:30','resource_update','modResource','1'),(1664,1,'2013-07-05 10:04:45','resource_update','modResource','1'),(1665,1,'2013-07-05 10:04:53','resource_update','modResource','1'),(1666,1,'2013-07-05 10:06:14','resource_update','modResource','1'),(1667,1,'2013-07-05 10:09:52','resource_update','modResource','1'),(1668,1,'2013-07-05 10:10:28','resource_update','modResource','1'),(1669,1,'2013-07-05 10:10:34','resource_update','modResource','1'),(1670,1,'2013-07-05 10:11:15','resource_update','modResource','1'),(1671,1,'2013-07-05 10:12:25','resource_update','modResource','1'),(1672,1,'2013-07-05 10:13:14','resource_update','modResource','1'),(1673,1,'2013-07-05 10:13:19','resource_update','modResource','1'),(1674,1,'2013-07-05 10:13:26','resource_update','modResource','1'),(1675,1,'2013-07-05 10:15:42','resource_update','modResource','1'),(1676,1,'2013-07-05 11:08:13','chunk_update','modChunk','23'),(1677,1,'2013-07-05 11:10:14','chunk_update','modChunk','19'),(1678,1,'2013-07-05 11:12:44','resource_update','modResource','1'),(1679,1,'2013-07-05 11:13:28','resource_update','modResource','2'),(1680,1,'2013-07-05 11:14:35','resource_update','modResource','2'),(1681,1,'2013-07-05 11:14:43','resource_update','modResource','2'),(1682,1,'2013-07-05 11:17:50','duplicate_resource','modDocument','31'),(1683,1,'2013-07-05 11:21:51','resource_update','modResource','31'),(1684,1,'2013-07-05 11:22:55','resource_update','modResource','31'),(1685,1,'2013-07-05 11:24:06','chunk_update','modChunk','19'),(1686,1,'2013-07-05 11:26:27','resource_update','modResource','31'),(1687,1,'2013-07-05 11:36:06','chunk_update','modChunk','19'),(1688,1,'2013-07-05 11:37:58','chunk_update','modChunk','19'),(1689,1,'2013-10-30 11:29:16','resource_update','modResource','6'),(1690,1,'2013-11-08 13:23:00','file_upload','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/img/ourworks/decorokna/'),(1691,1,'2013-11-08 13:29:01','file_upload','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/img/ourworks/decorokna/'),(1692,1,'2013-11-08 13:29:03','file_upload','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/img/ourworks/decorokna/'),(1693,1,'2013-11-08 13:30:07','file_upload','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/img/ourworks/decorokna/'),(1694,1,'2013-11-08 13:30:11','file_upload','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/img/ourworks/decorokna/'),(1695,1,'2013-11-08 13:30:13','file_upload','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/img/ourworks/decorokna/'),(1696,1,'2013-11-08 13:30:17','file_upload','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/img/ourworks/decorokna/'),(1697,1,'2013-11-08 13:30:20','file_upload','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/img/ourworks/decorokna/'),(1698,1,'2013-11-08 13:30:27','file_upload','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/img/ourworks/decorokna/'),(1699,1,'2013-11-08 13:30:30','file_upload','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/img/ourworks/decorokna/'),(1700,1,'2013-11-08 13:30:34','file_upload','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/img/ourworks/decorokna/'),(1701,1,'2013-11-08 13:30:40','file_upload','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/img/ourworks/decorokna/'),(1702,1,'2013-11-08 13:30:42','file_upload','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/img/ourworks/decorokna/'),(1703,1,'2013-11-08 13:30:46','file_upload','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/img/ourworks/decorokna/'),(1704,1,'2013-11-08 13:30:48','file_upload','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/img/ourworks/decorokna/'),(1705,1,'2013-11-08 13:30:53','file_upload','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/img/ourworks/decorokna/'),(1706,1,'2013-11-08 13:30:59','file_upload','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/img/ourworks/decorokna/'),(1707,1,'2013-11-08 13:31:01','file_upload','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/img/ourworks/decorokna/'),(1708,1,'2013-11-08 13:31:05','file_upload','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/img/ourworks/decorokna/'),(1709,1,'2013-11-08 13:31:07','file_upload','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/img/ourworks/decorokna/'),(1710,1,'2013-11-08 13:32:24','file_upload','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/img/ourworks/decorokna/'),(1711,1,'2013-11-08 13:32:26','file_upload','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/img/ourworks/decorokna/'),(1712,1,'2013-11-08 13:32:28','file_upload','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/img/ourworks/decorokna/'),(1713,1,'2013-11-08 13:32:30','file_upload','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/img/ourworks/decorokna/'),(1714,1,'2013-11-08 13:32:31','file_upload','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/img/ourworks/decorokna/'),(1715,1,'2013-11-08 13:32:32','file_upload','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/img/ourworks/decorokna/'),(1716,1,'2013-11-08 13:32:34','file_upload','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/img/ourworks/decorokna/'),(1717,1,'2013-11-08 13:32:35','file_upload','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/img/ourworks/decorokna/'),(1718,1,'2013-11-08 13:32:36','file_upload','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/img/ourworks/decorokna/'),(1719,1,'2013-11-08 13:32:37','file_upload','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/img/ourworks/decorokna/'),(1720,1,'2013-11-08 13:32:38','file_upload','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/img/ourworks/decorokna/'),(1721,1,'2013-11-08 13:32:39','file_upload','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/img/ourworks/decorokna/'),(1722,1,'2013-11-08 13:32:40','file_upload','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/img/ourworks/decorokna/'),(1723,1,'2013-11-08 13:32:52','file_upload','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/img/ourworks/decorokna/'),(1724,1,'2013-11-08 13:32:53','file_upload','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/img/ourworks/decorokna/'),(1725,1,'2013-11-08 13:32:54','file_upload','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/img/ourworks/decorokna/'),(1726,1,'2013-11-08 13:40:47','resource_update','modResource','27'),(1727,1,'2013-11-08 13:59:35','resource_update','modResource','27'),(1728,1,'2013-11-08 14:01:20','resource_update','modResource','27'),(1729,1,'2013-11-08 15:47:46','resource_update','modResource','27'),(1730,1,'2013-11-08 16:02:03','resource_update','modResource','27'),(1731,1,'2013-11-14 13:09:48','file_upload','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/img/ourworks/'),(1732,1,'2013-11-14 13:09:48','file_upload','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/img/ourworks/'),(1733,1,'2013-11-14 13:09:49','file_upload','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/img/ourworks/'),(1734,1,'2013-11-14 13:09:50','file_upload','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/img/ourworks/'),(1735,1,'2013-11-14 13:09:50','file_upload','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/img/ourworks/'),(1736,1,'2013-11-14 13:09:50','file_upload','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/img/ourworks/'),(1737,1,'2013-11-14 13:09:51','file_upload','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/img/ourworks/'),(1738,1,'2013-11-14 13:09:51','file_upload','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/img/ourworks/'),(1739,1,'2013-11-14 13:09:52','file_upload','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/img/ourworks/'),(1740,1,'2013-11-14 13:11:47','file_remove','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/img/ourworks/0001.jpg'),(1741,1,'2013-11-14 13:12:00','file_remove','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/img/ourworks/002.jpg'),(1742,1,'2013-11-14 13:12:05','file_remove','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/img/ourworks/003.jpg'),(1743,1,'2013-11-14 13:12:09','file_remove','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/img/ourworks/004.jpg'),(1744,1,'2013-11-14 13:12:15','file_remove','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/img/ourworks/005.jpg'),(1745,1,'2013-11-14 13:12:19','file_remove','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/img/ourworks/007.jpg'),(1746,1,'2013-11-14 13:12:27','file_remove','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/img/ourworks/008.jpg'),(1747,1,'2013-11-14 13:12:31','file_remove','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/img/ourworks/009.jpg'),(1748,1,'2013-11-14 13:12:35','file_remove','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/img/ourworks/010.jpg'),(1749,1,'2013-11-14 13:13:12','file_upload','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/img/okna/osteklenie-kottedzhej/'),(1750,1,'2013-11-14 13:13:40','file_upload','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/img/okna/osteklenie-kottedzhej/'),(1751,1,'2013-11-14 13:13:41','file_upload','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/img/okna/osteklenie-kottedzhej/'),(1752,1,'2013-11-14 13:13:41','file_upload','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/img/okna/osteklenie-kottedzhej/'),(1753,1,'2013-11-14 13:13:42','file_upload','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/img/okna/osteklenie-kottedzhej/'),(1754,1,'2013-11-14 13:13:42','file_upload','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/img/okna/osteklenie-kottedzhej/'),(1755,1,'2013-11-14 13:13:42','file_upload','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/img/okna/osteklenie-kottedzhej/'),(1756,1,'2013-11-14 13:13:43','file_upload','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/img/okna/osteklenie-kottedzhej/'),(1757,1,'2013-11-14 13:13:43','file_upload','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/img/okna/osteklenie-kottedzhej/'),(1758,1,'2013-11-14 13:41:24','resource_update','modResource','30'),(1759,1,'2013-11-14 14:02:42','resource_update','modResource','15'),(1760,1,'2013-11-14 14:45:19','resource_update','modResource','30'),(1761,1,'2013-11-14 14:45:23','resource_update','modResource','30'),(1762,1,'2013-11-14 14:45:30','resource_update','modResource','30'),(1763,1,'2013-11-14 14:45:34','resource_update','modResource','30'),(1764,1,'2013-11-14 14:48:46','resource_update','modResource','15'),(1765,1,'2013-11-15 11:12:03','resource_update','modResource','8'),(1766,1,'2013-11-18 12:37:15','chunk_update','modChunk','2'),(1767,1,'2013-11-18 12:38:25','chunk_update','modChunk','2'),(1768,1,'2013-11-21 12:34:14','resource_update','modResource','5'),(1769,1,'2013-11-21 12:35:00','resource_update','modResource','5'),(1770,1,'2013-11-21 12:46:48','resource_update','modResource','8'),(1771,1,'2013-11-21 12:50:19','resource_update','modResource','8'),(1772,1,'2013-11-21 12:53:35','resource_update','modResource','8'),(1773,1,'2013-11-21 12:54:33','resource_update','modResource','8'),(1774,1,'2013-11-21 13:01:39','resource_update','modResource','11'),(1775,1,'2013-11-21 13:12:13','resource_update','modResource','11'),(1776,1,'2013-11-21 13:40:05','resource_update','modResource','6'),(1777,1,'2013-11-21 13:48:11','resource_update','modResource','3'),(1778,1,'2013-11-21 14:20:53','resource_update','modResource','11'),(1779,1,'2013-11-21 15:01:59','resource_update','modResource','11'),(1780,1,'2013-11-21 20:58:28','resource_update','modResource','11'),(1781,1,'2013-12-03 11:00:07','resource_create','modStaticResource','32'),(1782,1,'2013-12-03 11:11:30','resource_update','modResource','32'),(1783,1,'2013-12-03 11:11:40','resource_update','modResource','32'),(1784,1,'2013-12-03 11:16:30','resource_update','modResource','32'),(1785,1,'2013-12-03 11:16:33','resource_update','modResource','32'),(1786,1,'2013-12-03 11:20:48','package_uninstall','transport.modTransportPackage','unknown'),(1787,1,'2013-12-03 11:23:43','resource_update','modResource','32'),(1788,1,'2013-12-03 11:24:34','resource_update','modResource','32'),(1789,1,'2013-12-03 11:24:39','resource_update','modResource','32'),(1790,1,'2013-12-03 11:25:29','resource_update','modResource','32'),(1791,1,'2013-12-03 11:26:26','resource_update','modResource','32'),(1792,1,'2013-12-03 11:29:21','resource_update','modResource','32'),(1793,1,'2013-12-03 11:29:32','resource_update','modResource','32'),(1794,1,'2013-12-03 11:29:58','resource_update','modResource','32'),(1795,1,'2013-12-03 11:30:36','resource_update','modResource','32'),(1796,1,'2013-12-03 11:30:52','resource_update','modResource','32'),(1797,1,'2013-12-03 11:31:05','resource_update','modResource','32'),(1798,1,'2013-12-03 11:31:19','resource_update','modResource','32'),(1799,1,'2013-12-03 11:32:40','resource_update','modResource','32'),(1800,1,'2013-12-03 11:34:48','resource_update','modResource','32'),(1801,1,'2013-12-09 00:00:02','resource_update','modResource','32'),(1802,1,'2013-12-09 00:08:01','template_update','modTemplate','2'),(1803,1,'2013-12-09 00:08:20','template_update','modTemplate','2'),(1804,1,'2013-12-09 00:10:38','template_update','modTemplate','2'),(1805,1,'2014-01-30 19:38:44','resource_update','modResource','5'),(1806,1,'2014-01-30 19:39:38','resource_update','modResource','11'),(1807,1,'2014-01-30 19:40:17','resource_update','modResource','8'),(1808,1,'2014-01-30 19:41:34','resource_update','modResource','11'),(1809,1,'2014-01-30 19:42:48','resource_update','modResource','8'),(1810,1,'2014-01-30 19:43:15','resource_update','modResource','8'),(1811,1,'2014-01-30 19:43:28','resource_update','modResource','8'),(1812,1,'2014-04-11 14:31:08','resource_update','modResource','30'),(1813,1,'2014-04-11 14:31:59','resource_update','modResource','30'),(1814,1,'2014-04-11 14:40:38','resource_update','modResource','30'),(1815,1,'2014-04-11 14:49:38','resource_update','modResource','30'),(1816,1,'2014-04-13 11:49:47','resource_update','modResource','30'),(1817,1,'2014-04-13 11:50:25','resource_update','modResource','30'),(1818,1,'2014-04-13 12:02:50','file_upload','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/img/ourworks/decorokna/'),(1819,1,'2014-04-13 12:02:53','file_upload','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/img/ourworks/decorokna/'),(1820,1,'2014-04-13 12:02:53','file_upload','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/img/ourworks/decorokna/'),(1821,1,'2014-04-13 12:02:54','file_upload','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/img/ourworks/decorokna/'),(1822,1,'2014-04-13 12:21:50','resource_update','modResource','30'),(1823,1,'2014-04-13 12:30:07','resource_update','modResource','30'),(1824,1,'2014-04-13 12:37:14','file_upload','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/img/ourworks/decorokna/'),(1825,1,'2014-04-13 12:37:16','file_upload','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/img/ourworks/decorokna/'),(1826,1,'2014-04-13 12:37:17','file_upload','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/img/ourworks/decorokna/'),(1827,1,'2014-04-13 12:37:18','file_upload','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/img/ourworks/decorokna/'),(1828,1,'2014-04-13 12:37:19','file_upload','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/img/ourworks/decorokna/'),(1829,1,'2014-04-13 12:37:21','file_upload','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/img/ourworks/decorokna/'),(1830,1,'2014-04-13 12:37:22','file_upload','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/img/ourworks/decorokna/'),(1831,1,'2014-04-13 12:37:22','file_upload','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/img/ourworks/decorokna/'),(1832,1,'2014-04-13 12:37:23','file_upload','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/img/ourworks/decorokna/'),(1833,1,'2014-04-13 13:01:37','resource_update','modResource','30'),(1834,1,'2014-04-13 13:03:31','resource_update','modResource','30'),(1835,1,'2014-04-25 17:34:16','resource_update','modResource','30'),(1836,1,'2014-04-25 17:37:37','resource_update','modResource','27'),(1837,1,'2015-05-22 19:36:09','file_upload','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/img/ourworks/decorokna/'),(1838,1,'2015-05-22 19:36:11','file_upload','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/img/ourworks/decorokna/'),(1839,1,'2015-05-22 19:36:12','file_upload','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/img/ourworks/decorokna/'),(1840,1,'2015-05-22 19:36:12','file_upload','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/img/ourworks/decorokna/'),(1841,1,'2015-05-22 19:36:13','file_upload','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/img/ourworks/decorokna/'),(1842,1,'2015-05-22 19:36:13','file_upload','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/img/ourworks/decorokna/'),(1843,1,'2015-05-22 19:36:14','file_upload','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/img/ourworks/decorokna/'),(1844,1,'2015-05-22 19:36:14','file_upload','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/img/ourworks/decorokna/'),(1845,1,'2015-05-22 19:36:15','file_upload','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/img/ourworks/decorokna/'),(1846,1,'2015-05-22 19:36:15','file_upload','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/img/ourworks/decorokna/'),(1847,1,'2015-05-22 19:36:15','file_upload','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/img/ourworks/decorokna/'),(1848,1,'2015-05-22 19:36:16','file_upload','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/img/ourworks/decorokna/'),(1849,1,'2015-05-22 19:36:16','file_upload','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/img/ourworks/decorokna/'),(1850,1,'2015-05-22 19:36:17','file_upload','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/img/ourworks/decorokna/'),(1851,1,'2015-05-22 19:36:17','file_upload','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/img/ourworks/decorokna/'),(1852,1,'2015-05-22 19:36:18','file_upload','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/img/ourworks/decorokna/'),(1853,1,'2015-05-22 19:36:18','file_upload','unknown','/sata1/home/users/lightstud/www/www.zebra.zp.ua/img/ourworks/decorokna/'),(1854,1,'2015-05-22 19:59:23','resource_update','modResource','30'),(1855,1,'2015-05-22 20:01:49','resource_update','modResource','30'),(1856,1,'2016-03-21 12:08:51','resource_update','modResource','8');
/*!40000 ALTER TABLE `zebra_manager_log` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `zebra_media_sources`
--

DROP TABLE IF EXISTS `zebra_media_sources`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zebra_media_sources` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL DEFAULT '',
  `description` text,
  `class_key` varchar(100) NOT NULL DEFAULT 'sources.modFileMediaSource',
  `properties` mediumtext,
  `is_stream` tinyint(1) unsigned NOT NULL DEFAULT '1',
  PRIMARY KEY (`id`),
  KEY `name` (`name`),
  KEY `class_key` (`class_key`),
  KEY `is_stream` (`is_stream`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=cp1251;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zebra_media_sources`
--

LOCK TABLES `zebra_media_sources` WRITE;
/*!40000 ALTER TABLE `zebra_media_sources` DISABLE KEYS */;
INSERT INTO `zebra_media_sources` VALUES (1,'Filesystem','','sources.modFileMediaSource','a:0:{}',1);
/*!40000 ALTER TABLE `zebra_media_sources` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `zebra_media_sources_contexts`
--

DROP TABLE IF EXISTS `zebra_media_sources_contexts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zebra_media_sources_contexts` (
  `source` int(11) NOT NULL DEFAULT '0',
  `context_key` varchar(100) NOT NULL DEFAULT 'web',
  PRIMARY KEY (`source`,`context_key`)
) ENGINE=MyISAM DEFAULT CHARSET=cp1251;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zebra_media_sources_contexts`
--

LOCK TABLES `zebra_media_sources_contexts` WRITE;
/*!40000 ALTER TABLE `zebra_media_sources_contexts` DISABLE KEYS */;
/*!40000 ALTER TABLE `zebra_media_sources_contexts` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `zebra_media_sources_elements`
--

DROP TABLE IF EXISTS `zebra_media_sources_elements`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zebra_media_sources_elements` (
  `source` int(11) unsigned NOT NULL DEFAULT '0',
  `object_class` varchar(100) NOT NULL DEFAULT 'modTemplateVar',
  `object` int(11) unsigned NOT NULL DEFAULT '0',
  `context_key` varchar(100) NOT NULL DEFAULT 'web',
  PRIMARY KEY (`source`,`object`,`object_class`,`context_key`)
) ENGINE=MyISAM DEFAULT CHARSET=cp1251;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zebra_media_sources_elements`
--

LOCK TABLES `zebra_media_sources_elements` WRITE;
/*!40000 ALTER TABLE `zebra_media_sources_elements` DISABLE KEYS */;
INSERT INTO `zebra_media_sources_elements` VALUES (1,'modTemplateVar',1,'web'),(1,'modTemplateVar',2,'web'),(1,'modTemplateVar',3,'web'),(1,'modTemplateVar',4,'web');
/*!40000 ALTER TABLE `zebra_media_sources_elements` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `zebra_member_groups`
--

DROP TABLE IF EXISTS `zebra_member_groups`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zebra_member_groups` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `user_group` int(10) unsigned NOT NULL DEFAULT '0',
  `member` int(10) unsigned NOT NULL DEFAULT '0',
  `role` int(10) unsigned NOT NULL DEFAULT '1',
  `rank` int(10) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `role` (`role`),
  KEY `rank` (`rank`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=cp1251;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zebra_member_groups`
--

LOCK TABLES `zebra_member_groups` WRITE;
/*!40000 ALTER TABLE `zebra_member_groups` DISABLE KEYS */;
INSERT INTO `zebra_member_groups` VALUES (1,1,1,2,0);
/*!40000 ALTER TABLE `zebra_member_groups` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `zebra_membergroup_names`
--

DROP TABLE IF EXISTS `zebra_membergroup_names`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zebra_membergroup_names` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL DEFAULT '',
  `description` text,
  `parent` int(10) unsigned NOT NULL DEFAULT '0',
  `rank` int(10) unsigned NOT NULL DEFAULT '0',
  `dashboard` int(10) unsigned NOT NULL DEFAULT '1',
  PRIMARY KEY (`id`),
  UNIQUE KEY `name` (`name`),
  KEY `parent` (`parent`),
  KEY `rank` (`rank`),
  KEY `dashboard` (`dashboard`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=cp1251;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zebra_membergroup_names`
--

LOCK TABLES `zebra_membergroup_names` WRITE;
/*!40000 ALTER TABLE `zebra_membergroup_names` DISABLE KEYS */;
INSERT INTO `zebra_membergroup_names` VALUES (1,'Administrator',NULL,0,0,1);
/*!40000 ALTER TABLE `zebra_membergroup_names` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `zebra_menus`
--

DROP TABLE IF EXISTS `zebra_menus`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zebra_menus` (
  `text` varchar(255) NOT NULL DEFAULT '',
  `parent` varchar(255) NOT NULL DEFAULT '',
  `action` int(11) unsigned NOT NULL DEFAULT '0',
  `description` varchar(255) NOT NULL DEFAULT '',
  `icon` varchar(255) NOT NULL DEFAULT '',
  `menuindex` int(11) unsigned NOT NULL DEFAULT '0',
  `params` text NOT NULL,
  `handler` text NOT NULL,
  `permissions` text NOT NULL,
  PRIMARY KEY (`text`),
  KEY `parent` (`parent`),
  KEY `action` (`action`)
) ENGINE=MyISAM DEFAULT CHARSET=cp1251;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zebra_menus`
--

LOCK TABLES `zebra_menus` WRITE;
/*!40000 ALTER TABLE `zebra_menus` DISABLE KEYS */;
INSERT INTO `zebra_menus` VALUES ('dashboard','',0,'','images/misc/logo_tbar.gif',0,'','MODx.loadPage(\"\"); return false;','home'),('dashboards','dashboard',53,'dashboards_desc','images/icons/information.png',0,'','','dashboards'),('site','',0,'','images/misc/logo_tbar.gif',1,'','','menu_site'),('preview','site',0,'preview_desc','images/icons/show.gif',0,'','MODx.preview(); return false;',''),('refresh_site','site',0,'refresh_site_desc','images/icons/refresh.png',1,'','MODx.clearCache(); return false;','empty_cache'),('remove_locks','site',0,'remove_locks_desc','images/ext/default/grid/hmenu-unlock.png',2,'','\nMODx.msg.confirm({\n    title: _(\'remove_locks\')\n    ,text: _(\'confirm_remove_locks\')\n    ,url: MODx.config.connectors_url+\'system/remove_locks.php\'\n    ,params: {\n        action: \'remove\'\n    }\n    ,listeners: {\n        \'success\': {fn:function() { Ext.getCmp(\"modx-resource-tree\").refresh(); },scope:this}\n    }\n});','remove_locks'),('search','site',54,'search_desc','images/icons/context_view.gif',3,'','','search'),('new_document','site',55,'new_document_desc','images/icons/folder_page_add.png',4,'','','new_document'),('new_weblink','site',55,'new_weblink_desc','images/icons/link_add.png',5,'&class_key=modWebLink','','new_weblink'),('new_symlink','site',55,'new_symlink_desc','images/icons/link_add.png',6,'&class_key=modSymLink','','new_symlink'),('new_static_resource','site',55,'new_static_resource_desc','images/icons/link_add.png',7,'&class_key=modStaticResource','','new_static_resource'),('logout','site',0,'logout_desc','images/misc/logo_tbar.gif',8,'','MODx.logout(); return false;','logout'),('components','',0,'','images/icons/plugin.gif',2,'','','components'),('security','',0,'','images/icons/lock.gif',3,'','','menu_security'),('user_management','security',56,'user_management_desc','images/icons/user.gif',0,'','','view_user'),('user_group_management','security',57,'user_group_management_desc','images/icons/mnu_users.gif',1,'','','access_permissions'),('resource_groups','security',58,'resource_groups_desc','',2,'','','access_permissions'),('form_customization','security',59,'form_customization_desc','images/misc/logo_tbar.gif',3,'','','customize_forms'),('flush_access','security',0,'flush_access_desc','images/icons/unzip.gif',4,'','MODx.msg.confirm({\n    title: _(\'flush_access\')\n    ,text: _(\'flush_access_confirm\')\n    ,url: MODx.config.connectors_url+\'security/access/index.php\'\n    ,params: {\n        action: \'flush\'\n    }\n    ,listeners: {\n        \'success\': {fn:function() { location.href = \'./\'; },scope:this}\n    }\n});','access_permissions'),('flush_sessions','security',0,'flush_sessions_desc','images/icons/unzip.gif',5,'','MODx.msg.confirm({\n    title: _(\'flush_sessions\')\n    ,text: _(\'flush_sessions_confirm\')\n    ,url: MODx.config.connectors_url+\'security/flush.php\'\n    ,params: {\n        action: \'flush\'\n    }\n    ,listeners: {\n        \'success\': {fn:function() { location.href = \'./\'; },scope:this}\n    }\n});','flush_sessions'),('tools','',0,'','images/icons/menu_settings.gif',4,'','','menu_tools'),('import_resources','tools',60,'import_resources_desc','images/icons/application_side_contract.png',0,'','','import_static'),('import_site','tools',61,'import_site_desc','images/icons/application_side_contract.png',1,'','','import_static'),('propertysets','tools',62,'propertysets_desc','images/misc/logo_tbar.gif',2,'','','property_sets'),('sources','tools',63,'sources_desc','images/misc/logo_tbar.gif',2,'','','sources'),('reports','',0,'','images/icons/menu_settings16.gif',5,'','','menu_reports'),('site_schedule','reports',64,'site_schedule_desc','images/icons/cal.gif',0,'','','view_document'),('view_logging','reports',65,'view_logging_desc','',1,'','','logs'),('eventlog_viewer','reports',66,'eventlog_viewer_desc','images/icons/comment.gif',2,'','','view_eventlog'),('view_sysinfo','reports',67,'view_sysinfo_desc','images/icons/logging.gif',3,'','','view_sysinfo'),('about','reports',68,'about_desc','images/icons/information.png',4,'','','about'),('system','',0,'','images/misc/logo_tbar.gif',6,'','','menu_system'),('manage_workspaces','system',69,'manage_workspaces_desc','images/icons/sysinfo.gif',0,'','','packages'),('system_settings','system',70,'system_settings_desc','images/icons/sysinfo.gif',1,'','','settings'),('lexicon_management','system',71,'lexicon_management_desc','images/icons/logging.gif',2,'','','lexicons'),('content_types','system',72,'content_types_desc','images/icons/logging.gif',3,'','','content_types'),('contexts','system',73,'contexts_desc','images/icons/sysinfo.gif',4,'','','view_context'),('edit_menu','system',74,'edit_menu_desc','images/icons/sysinfo.gif',5,'','','menus,actions'),('namespaces','system',75,'namespaces_desc','',6,'','','namespaces'),('user','',0,'','images/icons/user_go.png',7,'','','menu_user'),('profile','user',76,'profile_desc','',0,'','','change_profile'),('messages','user',77,'messages_desc','images/icons/messages.gif',1,'','','messages'),('support','',0,'support_desc','images/icons/sysinfo.gif',8,'','','menu_support'),('forums','support',0,'forums_desc','images/icons/sysinfo.gif',0,'','window.open(\"http://modx.com/forums\");',''),('wiki','support',0,'wiki_desc','images/icons/sysinfo.gif',1,'','window.open(\"http://rtfm.modx.com/\");',''),('jira','support',0,'jira_desc','images/icons/sysinfo.gif',2,'','window.open(\"http://bugs.modx.com/projects/revo/issues\");',''),('api_docs','support',0,'api_docs_desc','images/icons/sysinfo.gif',3,'','window.open(\"http://api.modx.com/revolution/2.2/\");','');
/*!40000 ALTER TABLE `zebra_menus` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `zebra_namespaces`
--

DROP TABLE IF EXISTS `zebra_namespaces`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zebra_namespaces` (
  `name` varchar(40) NOT NULL DEFAULT '',
  `path` text,
  `assets_path` text,
  PRIMARY KEY (`name`)
) ENGINE=MyISAM DEFAULT CHARSET=cp1251;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zebra_namespaces`
--

LOCK TABLES `zebra_namespaces` WRITE;
/*!40000 ALTER TABLE `zebra_namespaces` DISABLE KEYS */;
INSERT INTO `zebra_namespaces` VALUES ('core','{core_path}','{assets_path}'),('tinymce','{core_path}components/tinymce/',NULL),('codemirror','{core_path}components/codemirror/',''),('wayfinder','{core_path}components/wayfinder/',''),('breadcrumbs','{core_path}components/breadcrumbs/',''),('ultimateparent','{core_path}components/ultimateparent/',''),('translit','{core_path}components/translit/',''),('formit','{core_path}components/formit/',''),('phpthumbof','{core_path}components/phpthumbof/',''),('supercache','{core_path}components/supercache/',''),('googlesitemap','{core_path}components/googlesitemap/','');
/*!40000 ALTER TABLE `zebra_namespaces` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `zebra_property_set`
--

DROP TABLE IF EXISTS `zebra_property_set`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zebra_property_set` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(50) NOT NULL DEFAULT '',
  `category` int(10) NOT NULL DEFAULT '0',
  `description` varchar(255) NOT NULL DEFAULT '',
  `properties` text,
  PRIMARY KEY (`id`),
  UNIQUE KEY `name` (`name`),
  KEY `category` (`category`)
) ENGINE=MyISAM DEFAULT CHARSET=cp1251;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zebra_property_set`
--

LOCK TABLES `zebra_property_set` WRITE;
/*!40000 ALTER TABLE `zebra_property_set` DISABLE KEYS */;
/*!40000 ALTER TABLE `zebra_property_set` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `zebra_register_messages`
--

DROP TABLE IF EXISTS `zebra_register_messages`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zebra_register_messages` (
  `topic` int(10) unsigned NOT NULL,
  `id` varchar(255) NOT NULL,
  `created` datetime NOT NULL,
  `valid` datetime NOT NULL,
  `accessed` timestamp NULL DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP,
  `accesses` int(10) unsigned NOT NULL DEFAULT '0',
  `expires` int(20) NOT NULL DEFAULT '0',
  `payload` mediumtext NOT NULL,
  `kill` tinyint(1) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`topic`,`id`),
  KEY `created` (`created`),
  KEY `valid` (`valid`),
  KEY `accessed` (`accessed`),
  KEY `accesses` (`accesses`),
  KEY `expires` (`expires`)
) ENGINE=MyISAM DEFAULT CHARSET=cp1251;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zebra_register_messages`
--

LOCK TABLES `zebra_register_messages` WRITE;
/*!40000 ALTER TABLE `zebra_register_messages` DISABLE KEYS */;
INSERT INTO `zebra_register_messages` VALUES (2,'529db7979271c0.13289456','2013-12-03 10:52:08','1970-01-01 00:00:01',NULL,0,1386068228,'if (time() > 1386068228) return null;\nreturn \'a:41:{s:9:\"pagetitle\";s:11:\"sitemap.xml\";s:9:\"longtitle\";s:0:\"\";s:11:\"description\";s:0:\"\";s:9:\"introtext\";s:0:\"\";s:8:\"template\";s:1:\"0\";s:5:\"alias\";s:0:\"\";s:9:\"menutitle\";s:0:\"\";s:15:\"link_attributes\";s:0:\"\";s:8:\"hidemenu\";s:1:\"0\";s:9:\"published\";s:1:\"0\";s:2:\"id\";s:0:\"\";s:4:\"type\";s:8:\"document\";s:11:\"context_key\";s:3:\"web\";s:7:\"content\";s:0:\"\";s:21:\"create-resource-token\";s:23:\"529db7979271c0.13289456\";s:8:\"reloaded\";s:1:\"0\";s:6:\"parent\";s:1:\"0\";s:15:\"parent-original\";s:1:\"0\";s:10:\"parent-cmb\";s:0:\"\";s:9:\"class_key\";s:17:\"modStaticResource\";s:12:\"content_type\";s:1:\"2\";s:13:\"content_dispo\";s:1:\"0\";s:9:\"menuindex\";s:1:\"0\";s:11:\"publishedon\";s:0:\"\";s:8:\"pub_date\";s:0:\"\";s:10:\"unpub_date\";s:0:\"\";s:8:\"isfolder\";s:1:\"0\";s:10:\"searchable\";s:1:\"1\";s:8:\"richtext\";s:1:\"1\";s:9:\"cacheable\";s:1:\"1\";s:8:\"syncsite\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:12:\"uri_override\";s:1:\"0\";s:3:\"uri\";s:0:\"\";s:3:\"tvs\";s:1:\"1\";s:3:\"tv1\";s:116:\"ПВХ, окна, подоконники, карнизы, двери, жалюзи, шторы в запорожье\";s:13:\"ext-comp-1032\";s:2:\"20\";s:6:\"action\";s:6:\"reload\";s:10:\"reloadOnly\";s:4:\"true\";s:15:\"resource_groups\";s:2:\"{}\";s:12:\"HTTP_MODAUTH\";s:52:\"modx501b99cb962377.40882890_1529db43dba6865.71250425\";}\';\n',0),(2,'529db90b0375b3.79147310','2013-12-03 10:58:18','1970-01-01 00:00:00',NULL,0,1386068598,'if (time() > 1386068598) return null;\nreturn \'a:41:{s:9:\"pagetitle\";s:11:\"sitemap.xml\";s:9:\"longtitle\";s:0:\"\";s:11:\"description\";s:0:\"\";s:9:\"introtext\";s:0:\"\";s:8:\"template\";s:1:\"0\";s:5:\"alias\";s:0:\"\";s:9:\"menutitle\";s:0:\"\";s:15:\"link_attributes\";s:0:\"\";s:8:\"hidemenu\";s:1:\"0\";s:9:\"published\";s:1:\"0\";s:2:\"id\";s:0:\"\";s:4:\"type\";s:8:\"document\";s:11:\"context_key\";s:3:\"web\";s:7:\"content\";s:0:\"\";s:21:\"create-resource-token\";s:23:\"529db90b0375b3.79147310\";s:8:\"reloaded\";s:1:\"0\";s:6:\"parent\";s:1:\"0\";s:15:\"parent-original\";s:1:\"0\";s:10:\"parent-cmb\";s:0:\"\";s:9:\"class_key\";s:17:\"modStaticResource\";s:12:\"content_type\";s:1:\"2\";s:13:\"content_dispo\";s:1:\"0\";s:9:\"menuindex\";s:1:\"0\";s:11:\"publishedon\";s:0:\"\";s:8:\"pub_date\";s:0:\"\";s:10:\"unpub_date\";s:0:\"\";s:8:\"isfolder\";s:1:\"0\";s:10:\"searchable\";s:1:\"1\";s:8:\"richtext\";s:1:\"1\";s:9:\"cacheable\";s:1:\"1\";s:8:\"syncsite\";s:1:\"0\";s:7:\"deleted\";s:1:\"0\";s:12:\"uri_override\";s:1:\"0\";s:3:\"uri\";s:0:\"\";s:3:\"tvs\";s:1:\"1\";s:3:\"tv1\";s:116:\"ПВХ, окна, подоконники, карнизы, двери, жалюзи, шторы в запорожье\";s:13:\"ext-comp-1032\";s:2:\"20\";s:6:\"action\";s:6:\"reload\";s:10:\"reloadOnly\";s:4:\"true\";s:15:\"resource_groups\";s:2:\"{}\";s:12:\"HTTP_MODAUTH\";s:52:\"modx501b99cb962377.40882890_1529db43dba6865.71250425\";}\';\n',0);
/*!40000 ALTER TABLE `zebra_register_messages` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `zebra_register_queues`
--

DROP TABLE IF EXISTS `zebra_register_queues`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zebra_register_queues` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  `options` mediumtext,
  PRIMARY KEY (`id`),
  UNIQUE KEY `name` (`name`)
) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=cp1251;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zebra_register_queues`
--

LOCK TABLES `zebra_register_queues` WRITE;
/*!40000 ALTER TABLE `zebra_register_queues` DISABLE KEYS */;
INSERT INTO `zebra_register_queues` VALUES (1,'locks','a:1:{s:9:\"directory\";s:5:\"locks\";}'),(2,'resource_reload','a:1:{s:9:\"directory\";s:15:\"resource_reload\";}'),(3,'user','a:0:{}');
/*!40000 ALTER TABLE `zebra_register_queues` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `zebra_register_topics`
--

DROP TABLE IF EXISTS `zebra_register_topics`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zebra_register_topics` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `queue` int(10) unsigned NOT NULL,
  `name` varchar(255) NOT NULL,
  `created` datetime NOT NULL,
  `updated` timestamp NULL DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP,
  `options` mediumtext,
  PRIMARY KEY (`id`),
  KEY `queue` (`queue`),
  KEY `name` (`name`)
) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=cp1251;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zebra_register_topics`
--

LOCK TABLES `zebra_register_topics` WRITE;
/*!40000 ALTER TABLE `zebra_register_topics` DISABLE KEYS */;
INSERT INTO `zebra_register_topics` VALUES (1,1,'/resource/','2012-05-27 07:13:27',NULL,NULL),(2,2,'/resourcereload/','2012-05-27 19:46:05',NULL,NULL),(3,3,'/pwd/reset/','2012-09-19 18:36:23',NULL,NULL);
/*!40000 ALTER TABLE `zebra_register_topics` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `zebra_session`
--

DROP TABLE IF EXISTS `zebra_session`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zebra_session` (
  `id` varchar(255) NOT NULL DEFAULT '',
  `access` int(20) unsigned NOT NULL,
  `data` mediumtext,
  PRIMARY KEY (`id`),
  KEY `access` (`access`)
) ENGINE=MyISAM DEFAULT CHARSET=cp1251;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zebra_session`
--

LOCK TABLES `zebra_session` WRITE;
/*!40000 ALTER TABLE `zebra_session` DISABLE KEYS */;
INSERT INTO `zebra_session` VALUES ('k7cp57s8fmk44omjiaf2k625a0',1460171252,'lVUQlXqMUJaEkiNcATtWMVgQbbG0WSCG8wZHRIDdU4ZG-LDQaC5O3IejBeAyEjVI'),('58ad0kkh32aqt4mabue352g6k7',1460175074,'S7vty2AEDlB7Fap6i3MwDUkze7ZHsKqQXRNrthGQcwdZpi6xE1ZXT5GLlb_0aOdK'),('92mgsj0gan6kllc2g13km7qh42',1460176119,'_foU9w0MjNBZSkHr8km_UqBuowik8HxjzlA-U8Ov0Uc0EmzR-NLXA1pYbxuEuzq1'),('r8be7uophhfmkiupesiigbvdj6',1460181313,'vRGIZgZKHRHQP9sCB7QhWRDm6W7b4DvqRv4_6KR3Kv9k_Cc6CHKc0fdzoSgi0a7-'),('n3k0dl02ti8ciodb5255rtqkd0',1460182728,'LuJuDvmBDPWKHwOiaQcrdtH5aYqx5jSLaxKXyyzFm_Z_y60i-PeERym0iMWgLbK1'),('2a2sfu91sptl6nsbrm47j3jcg5',1460182975,'fm9Ff5fzYmGlK38k5mrsUuPWTsmzXD6JkaSChaQ7G7n3tqI1X4TM9KTLiS-u98ZO'),('u5mr75a68t8no5arg4l9bos743',1460187130,'ztoGSui5dhLwh0R_fTsLtI67SZlYHtFf4A_5_gPlGl7iKmV16YegofxloODqtNjU'),('am2sciriu8h8d4tuq9egpbnpu7',1460188792,'yr9kCi28m2GRAs-KU0pAjIzhaTc7NA-eKM_csbVb8DSCobHbxyKVXgMhx1NRinde'),('10g6koiq48v8qic1bufti2i7v2',1460188998,'npSMX4yOqGOygOaM5Bq5pXkrGk5xp8sOkXEpLHX0fgjwskLkxSsuZ0QoICceLKwU'),('io6h6q77mpo2fdd86det0o4lh3',1460189907,'L3ZR6im6ifJ0lu08DQ_a9LvmbMtMktQCG76S37WjsXoT-zV0wPISHqIZGb7hj7Kp'),('4crb3b58mqtq136kioa6lpf806',1460191960,'ClBqbedO7KH-2YxQyJKO4JJ9s6mUyNTm1kj46POns48npuywA81L53ZUpwD1dfLA'),('c2jj7flh9on378id18n2mb7pu0',1460191964,'ClBqbedO7KH-2YxQyJKO4JJ9s6mUyNTm1kj46POns48npuywA81L53ZUpwD1dfLA'),('tjipbhbhiipcomhgj1fd7gtrp3',1460192952,'eC5m5PoHE1ZMqDKouq0_9o0F_y5dD7TdDgnJh7DAioYY9U9HlBznur5-AXURHoPl'),('50er6l78fsq114pk4hnv3mhuq4',1460192953,'ClBqbedO7KH-2YxQyJKO4JJ9s6mUyNTm1kj46POns48npuywA81L53ZUpwD1dfLA'),('hl96lhjlq80d63utbkpk84aa62',1460192956,'ERTMfHa4T-qwpxJIkw47GcfV4g9bqeAKd7Zdhxpm1icKc5MOSiZQqncHwcMmVGde'),('l6gaovmeoqbjucvuah5isl4sp2',1460192957,'ERTMfHa4T-qwpxJIkw47GcfV4g9bqeAKd7Zdhxpm1icKc5MOSiZQqncHwcMmVGde'),('3f797asitq894stt39obodu7m2',1460192960,'tkf8GxphYu7vEidQXGYSrNeuPGkRbwwlPPyoh7xh8wc1KSKIgTir2RMl9xAYTFLB'),('r4ijpf8b64hs7o88iip2v0m4a3',1460193687,'lVUQlXqMUJaEkiNcATtWMVgQbbG0WSCG8wZHRIDdU4ZG-LDQaC5O3IejBeAyEjVI'),('uhojb67nc0u59kfelou0sug0b7',1460195958,'xEMZpRfUojMbmqObBrfgCYd_CwkI-QLSgCyCNqttDN2kcPgPkUMh04EC0a9DBpRY'),('f28hu1abknpuaoplvm290fmr55',1460197835,'05TACJTohMF5BxNdoJ1rENgYPq3r1D5i7WCZWKNeSsLoCaiEY6qiE0qZ84QWyQgP'),('a1s7um3cqbstpprgbsdf93c1p3',1460197893,'S7vty2AEDlB7Fap6i3MwDUkze7ZHsKqQXRNrthGQcwdZpi6xE1ZXT5GLlb_0aOdK'),('j2s0kf5vrge52jvemlql1smut6',1460198971,'hZSrH_kdH8vS_8RBebJySJ27T9bAu8TNhEtFU0voVsptoZ7ITdCcjX3Loz75BhDy'),('7h4pqq3a0nj7rs3k64qss00ee7',1460200876,'tkf8GxphYu7vEidQXGYSrNeuPGkRbwwlPPyoh7xh8wc1KSKIgTir2RMl9xAYTFLB'),('0jrecnanufqpqnmh1osbfst4s6',1460202473,'-D3_Vqri3_6EdVJUc8OZgDRloOUWvwPXgAKT892EGxBmTpBmBu19GuKFgkwiI6jH'),('v17mlukt667tuoch5meu5vtp44',1460202474,'ztoGSui5dhLwh0R_fTsLtI67SZlYHtFf4A_5_gPlGl7iKmV16YegofxloODqtNjU'),('lvsoovbrlmojknjcimbauhvai4',1460202945,'ntij-7Fu_vSkF4T2I2I-Vn00oHmWhvdQefiFJSE8TGpTx9CCSTL7EPs6ZnxMpykQ'),('58go1ndeomoihrh647bqmjgrj3',1460205335,'fm9Ff5fzYmGlK38k5mrsUuPWTsmzXD6JkaSChaQ7G7n3tqI1X4TM9KTLiS-u98ZO'),('gb1s5r60h52qtnndlsm3tb8t91',1460205525,'LuJuDvmBDPWKHwOiaQcrdtH5aYqx5jSLaxKXyyzFm_Z_y60i-PeERym0iMWgLbK1'),('4vjtk2p6sqrr49fsa47tqcrmf5',1460205665,'SswYsR226Aq5xV7xr22pWDefFImp9FqNJI1MkJJ9fFiZs031mBTR6Td0s139UuhL'),('6ll387nuqin1bape205ijod8g1',1460208235,'zfPpfd5Tn_NmzRHvOQx1qnERQYd0aK8cMMtKNaUqkkC48ftT_47231qOen1G4MZj'),('ugniv3ngg9itu4v7behaoa4e90',1460210047,'_dbboLbamke8Ss-KGFNgjp_6MT4IkYxuDpppS4NDdyWLfpRB-yqGmTY8SgIlWIyJ'),('p060k7t8rnufibdo3il2ans845',1460213227,'_dbboLbamke8Ss-KGFNgjp_6MT4IkYxuDpppS4NDdyWLfpRB-yqGmTY8SgIlWIyJ'),('sa6fu3iq1j9d8jv2eu2btk0710',1460213227,'5SJTxf2qgkK17oTKRMCF2bhV2SZGEK2QnvvX6NvbST62Atrs4fka9w5rw-GBZC3T'),('n82hjs5mfrdm6v7u80gtcl6f85',1460213242,'8y41XjzgUfZT3_WivKw8na324hNnZ6Op8EQ1YCAwvLpxDUoE5vrGCCvlGnPdnyDuzLY-dnpwmqSC9REIc47LimoKAzlgHScEtBzxkVYKGK6eSSR5HvliLPbRZhx1IevlcuM_R1lk0-8JWO_UiihDhzhm89_-7OPahl-ixLdTd44VLM8qlOgAG99eIqEfhmeBIn6vMHjN9uq2O0bhX-PmhQIOasjqBTYKlNEC3JreDLnRSIW7sXftFushvPLYdow5r-UHWn0iNAKomnvIlTqIHRpWgS3WhdD6ED7NKHoaSUXSL8mkykrAKRsWuckl9CvOxzbcYxe8piDu_mmCzoybfeVX45IMsc6RtVphcKkiplp1y0SP4SygmukDNP5xi59jb78H12qjDeqWKG3kncMxoUo0oAJe1mavmgMfc85J-_oQbdFcqmkOYboI0kjMCkx45vl-pmCFS8TkYehEkVHvFge_fRhB4PMATuIWLn8IhqgqGl5rJIgk9aPfILWmMP4L'),('67ui4ji2dbd65pjh7f0d05gh04',1460213279,'_dbboLbamke8Ss-KGFNgjp_6MT4IkYxuDpppS4NDdyWLfpRB-yqGmTY8SgIlWIyJ'),('qo890a920lp1sfsnhh3t7htv12',1460213279,'_dbboLbamke8Ss-KGFNgjp_6MT4IkYxuDpppS4NDdyWLfpRB-yqGmTY8SgIlWIyJ'),('u60j0sctdamhai43obn9qsoup0',1460213280,'_dbboLbamke8Ss-KGFNgjp_6MT4IkYxuDpppS4NDdyWLfpRB-yqGmTY8SgIlWIyJ'),('llqse8cq9kcn02ulifv9hrsrn5',1460213301,'5SJTxf2qgkK17oTKRMCF2bhV2SZGEK2QnvvX6NvbST62Atrs4fka9w5rw-GBZC3T'),('s8datbsa73bbiknfcc6gflec01',1460213902,'kqYOqNxTTQtJwEMNXKO6Ob8PdEdQY3ISIDfPiv687FEha0hNks08PvGyonh1U1eQ'),('7ngo2okf0v1memglld15drsbf4',1460213903,'kqYOqNxTTQtJwEMNXKO6Ob8PdEdQY3ISIDfPiv687FEha0hNks08PvGyonh1U1eQ'),('qatbncs5o018k6utnj88r6gaa1',1459962853,'2L2OSFkwwW4eEfffrEZPVxKlrO9gOy0c_n9gSjhdOEAIsV4IC8fP1ZfTARDktsUm'),('gdhnn5raeu3jtl5b3d8pbkt8e7',1459962852,'2L2OSFkwwW4eEfffrEZPVxKlrO9gOy0c_n9gSjhdOEAIsV4IC8fP1ZfTARDktsUm'),('ga84ohl489k6e36okjaosjq1q5',1459775666,'Bnz3nayDcbzKxVZiBx_ReDBjjoKn1KHuQcVeJKwi6gTHvBe8hIcr94CEgamlTaaf'),('ee2lc2msf558hto8d4f8p11a71',1459775974,'tkf8GxphYu7vEidQXGYSrNeuPGkRbwwlPPyoh7xh8wc1KSKIgTir2RMl9xAYTFLB'),('b780h6ivn66hel6rlct3lblns2',1459777196,'zfPpfd5Tn_NmzRHvOQx1qnERQYd0aK8cMMtKNaUqkkC48ftT_47231qOen1G4MZj'),('4a9551o7olf4voalmdatibv1h3',1459778321,'EKFBe4sILsSQIlFk_4I4zYXRBrEp7Go50EGy7IBuPZWVKoyy9qEju5SChrYvUPCU'),('hb3u3n9j8f3rs14seol022avk5',1459778906,'UVAmjhvWBsyvszv1eH_Jwa5R2V4dy-ApHTVBzRKDRT6O5u-d2Kt4n8_X3T-qvEdI'),('ru6e3rf8mieeo8f4d28omuk765',1459779595,'fm9Ff5fzYmGlK38k5mrsUuPWTsmzXD6JkaSChaQ7G7n3tqI1X4TM9KTLiS-u98ZO'),('mriu5stbsv052pqo1172jgso05',1459780090,'LuJuDvmBDPWKHwOiaQcrdtH5aYqx5jSLaxKXyyzFm_Z_y60i-PeERym0iMWgLbK1'),('fli1n97hank7d5nt2l2ejtsei5',1459781874,'ZxZ2k04Eq8qDdwj-XEO96rwaryHbBfJgtg-wWUwJHcXQmoTsgeeCduKTdxHlcg4l'),('mluvnv63ivcspo3235njrk6b75',1459786315,'UisHB1-C4oXlrefTQQOAB9Y6dVtcIQzzsSOLZPAeheZYfBe31fhyTjIsFmeIoNFV'),('4rlc8s60p0tmikb0uqtei2qls2',1459787095,'tJGSF6WY67cbvA2wKN5cs4rKrSBHWoV_14fRejGJdxUJWPge5ALc25kDi6lKmv69'),('gi3169r3jea22udbh5gn2kjvh0',1459787152,'tJGSF6WY67cbvA2wKN5cs4rKrSBHWoV_14fRejGJdxUJWPge5ALc25kDi6lKmv69'),('bghb0522l0klco82v7lm1eni27',1459787179,'tJGSF6WY67cbvA2wKN5cs4rKrSBHWoV_14fRejGJdxUJWPge5ALc25kDi6lKmv69'),('epnd1fjc1jnrv7moftu8pckkv7',1459787203,'tJGSF6WY67cbvA2wKN5cs4rKrSBHWoV_14fRejGJdxUJWPge5ALc25kDi6lKmv69'),('9ofail2tf3j59bfhbfls10f6v0',1459787219,'tJGSF6WY67cbvA2wKN5cs4rKrSBHWoV_14fRejGJdxUJWPge5ALc25kDi6lKmv69'),('gk2pvjv6jv3ojpthlurv0et2o3',1459787228,'tJGSF6WY67cbvA2wKN5cs4rKrSBHWoV_14fRejGJdxUJWPge5ALc25kDi6lKmv69'),('db09n995dnvjikuq27pus21381',1459787234,'tJGSF6WY67cbvA2wKN5cs4rKrSBHWoV_14fRejGJdxUJWPge5ALc25kDi6lKmv69'),('evs052rc5viinh8jojdcupadt2',1459787239,'tJGSF6WY67cbvA2wKN5cs4rKrSBHWoV_14fRejGJdxUJWPge5ALc25kDi6lKmv69'),('2ti98697p4e22rjepjn7bthpc1',1459787244,'tJGSF6WY67cbvA2wKN5cs4rKrSBHWoV_14fRejGJdxUJWPge5ALc25kDi6lKmv69'),('gcp050oscjd672vpr94mnrode1',1459787250,'tJGSF6WY67cbvA2wKN5cs4rKrSBHWoV_14fRejGJdxUJWPge5ALc25kDi6lKmv69'),('0pq98ag356b4c14k4leus5bgt3',1459787255,'tJGSF6WY67cbvA2wKN5cs4rKrSBHWoV_14fRejGJdxUJWPge5ALc25kDi6lKmv69'),('tgmrsskfpobjo7g0obfe21hij1',1459787260,'tJGSF6WY67cbvA2wKN5cs4rKrSBHWoV_14fRejGJdxUJWPge5ALc25kDi6lKmv69'),('puporid77bpikb30ve340522b7',1459787265,'tJGSF6WY67cbvA2wKN5cs4rKrSBHWoV_14fRejGJdxUJWPge5ALc25kDi6lKmv69'),('s2cfag282854efo2caqh799kr5',1459787269,'tJGSF6WY67cbvA2wKN5cs4rKrSBHWoV_14fRejGJdxUJWPge5ALc25kDi6lKmv69'),('t5l33gsisfpn9qvmdr109or996',1459787274,'tJGSF6WY67cbvA2wKN5cs4rKrSBHWoV_14fRejGJdxUJWPge5ALc25kDi6lKmv69'),('eik7fch39cae8iu28mv6l2vhb4',1459787278,'tJGSF6WY67cbvA2wKN5cs4rKrSBHWoV_14fRejGJdxUJWPge5ALc25kDi6lKmv69'),('4pu5pjba07g37lrprgf4n94k55',1459787283,'tJGSF6WY67cbvA2wKN5cs4rKrSBHWoV_14fRejGJdxUJWPge5ALc25kDi6lKmv69'),('nomu0kcgehvild331m1ju2d3i3',1459787288,'tJGSF6WY67cbvA2wKN5cs4rKrSBHWoV_14fRejGJdxUJWPge5ALc25kDi6lKmv69'),('r12jj6j87dct419a0no8he4dj0',1459787293,'tJGSF6WY67cbvA2wKN5cs4rKrSBHWoV_14fRejGJdxUJWPge5ALc25kDi6lKmv69'),('2jubcjdsvokh0q10bti514cg97',1459787298,'tJGSF6WY67cbvA2wKN5cs4rKrSBHWoV_14fRejGJdxUJWPge5ALc25kDi6lKmv69'),('1he5pmimf7m6735cp778hio947',1459787302,'tJGSF6WY67cbvA2wKN5cs4rKrSBHWoV_14fRejGJdxUJWPge5ALc25kDi6lKmv69'),('7jv4415tvb44vsr57b2b4ae7r7',1459787308,'tJGSF6WY67cbvA2wKN5cs4rKrSBHWoV_14fRejGJdxUJWPge5ALc25kDi6lKmv69'),('jrg3ch9tdlv3q5sgj1o6c0ddm7',1459787312,'tJGSF6WY67cbvA2wKN5cs4rKrSBHWoV_14fRejGJdxUJWPge5ALc25kDi6lKmv69'),('qmq661empqal4u0ksfgipu1226',1459787317,'tJGSF6WY67cbvA2wKN5cs4rKrSBHWoV_14fRejGJdxUJWPge5ALc25kDi6lKmv69'),('ednu3eithglhmesr940rpguav0',1459787322,'tJGSF6WY67cbvA2wKN5cs4rKrSBHWoV_14fRejGJdxUJWPge5ALc25kDi6lKmv69'),('jtvu1q6pg6vc617cnjg929omm3',1459787327,'tJGSF6WY67cbvA2wKN5cs4rKrSBHWoV_14fRejGJdxUJWPge5ALc25kDi6lKmv69'),('skiu7o6616tmcglaj32v0o8bg0',1459787333,'tJGSF6WY67cbvA2wKN5cs4rKrSBHWoV_14fRejGJdxUJWPge5ALc25kDi6lKmv69'),('82n4hdp5665b2mlopcu0crqsb7',1459787338,'tJGSF6WY67cbvA2wKN5cs4rKrSBHWoV_14fRejGJdxUJWPge5ALc25kDi6lKmv69'),('ek28cnjs1n9mh3srb8h71bmqj4',1459787344,'tJGSF6WY67cbvA2wKN5cs4rKrSBHWoV_14fRejGJdxUJWPge5ALc25kDi6lKmv69'),('r2g2t91if0ealv4u8ge2sjc4i3',1459787349,'tJGSF6WY67cbvA2wKN5cs4rKrSBHWoV_14fRejGJdxUJWPge5ALc25kDi6lKmv69'),('vhv87758s0lmt5tse8a894rrn1',1459787354,'tJGSF6WY67cbvA2wKN5cs4rKrSBHWoV_14fRejGJdxUJWPge5ALc25kDi6lKmv69'),('mij7crtrfqpdftvole9s2425h2',1459787359,'tJGSF6WY67cbvA2wKN5cs4rKrSBHWoV_14fRejGJdxUJWPge5ALc25kDi6lKmv69'),('g0u92ppl20uodi74oduj8a1t01',1459787363,'tJGSF6WY67cbvA2wKN5cs4rKrSBHWoV_14fRejGJdxUJWPge5ALc25kDi6lKmv69'),('atgad8ps795vbvnlnkkdqi6402',1459787368,'tJGSF6WY67cbvA2wKN5cs4rKrSBHWoV_14fRejGJdxUJWPge5ALc25kDi6lKmv69'),('plg1h0221eoopa3kdio8lftao0',1459787372,'tJGSF6WY67cbvA2wKN5cs4rKrSBHWoV_14fRejGJdxUJWPge5ALc25kDi6lKmv69'),('o7ihro62ohc4lqugpd7amqjvr7',1459787378,'tJGSF6WY67cbvA2wKN5cs4rKrSBHWoV_14fRejGJdxUJWPge5ALc25kDi6lKmv69'),('hv46v4tt5oko2j29107umgu8o6',1459787382,'tJGSF6WY67cbvA2wKN5cs4rKrSBHWoV_14fRejGJdxUJWPge5ALc25kDi6lKmv69'),('mvd8r0var1ajf9dsk4areepml6',1459787386,'tJGSF6WY67cbvA2wKN5cs4rKrSBHWoV_14fRejGJdxUJWPge5ALc25kDi6lKmv69'),('gd5ln29kuvu0bdu22pnnu5poe4',1459788624,'cpxucoVpjmnWOv3YpzcqPpeqqZIfUcH3fbm-jAOatXDQrMtWQ3LLMBgdlPu0QI9k'),('isfo3v6p9tdf5rld36hcfipf27',1459788714,'h0c7T9eH-T87XI4H6J3BK8US0xFhce7D4mjWu9CX7oOPut9jLjhzgp2S2bAthsV-'),('2q0dolc0rbhfed06lc6nig4fu7',1459789683,'n6WIsOMD3VWUfc7d6WZCHAt-Ra45lBop_r8zIyfSmRGtnakEvQru4XdrgiNUIhsh'),('80nia84264dg7q9m779lv5and2',1459798435,'Tfc6dgauVH0pBGoyMUfJiojWXopUBE40w7AGW_cWRefDOlnCh0OjtS4AOYvstIX5'),('0bkrtof8spnh199a24coq5vic3',1459798436,'Tfc6dgauVH0pBGoyMUfJiojWXopUBE40w7AGW_cWRefDOlnCh0OjtS4AOYvstIX5'),('vj9u8f7ts1qcqfverfikiufd95',1459800094,'MwSoGTEi8Mf7cWbzSrv_4ZqvoYAJBu1sguG8RnoAOFUnafuplmqevNGX_8H0GquH'),('fk2v6ci3ft4qalnmdlpiga94h6',1459801415,'fm9Ff5fzYmGlK38k5mrsUuPWTsmzXD6JkaSChaQ7G7n3tqI1X4TM9KTLiS-u98ZO'),('i104vlkqeeadt3tfqogri4bha7',1459801854,'ZxZ2k04Eq8qDdwj-XEO96rwaryHbBfJgtg-wWUwJHcXQmoTsgeeCduKTdxHlcg4l'),('q31rlu55seui5ejuo3mf0qerj1',1459801855,'ZxZ2k04Eq8qDdwj-XEO96rwaryHbBfJgtg-wWUwJHcXQmoTsgeeCduKTdxHlcg4l'),('fnbheu1lnqlh4f5ncl7l6rqlq0',1459802508,'LuJuDvmBDPWKHwOiaQcrdtH5aYqx5jSLaxKXyyzFm_Z_y60i-PeERym0iMWgLbK1'),('dt2jc91fb288gd4704j861u6g4',1459803904,'5ZQD1giO1pOudxnBc9tvsKi5_AC1xhLT_GUr-kgR_HjBF5EioTjacDNuSzfeS6NI'),('u1abv3rfm4lrv5crijii1f2ea4',1459805661,'lVUQlXqMUJaEkiNcATtWMVgQbbG0WSCG8wZHRIDdU4ZG-LDQaC5O3IejBeAyEjVI'),('72vug7b8nv2b327fj4qscgorl4',1459806789,'lVUQlXqMUJaEkiNcATtWMVgQbbG0WSCG8wZHRIDdU4ZG-LDQaC5O3IejBeAyEjVI'),('997cae0ab478621o7ivavtn7q4',1459807072,'JwJn6WZVOEQjhZUnRXx0ThqYwur6n6Pk7-SO1eAE3rns93CgLH0lW2IGf99nuVv_'),('8tifludal4kg3osq4cfkl4f175',1459808724,'XkkCm15I7sYZyTvRINSHeuXmWw_hhRjr8Avvl9n790h1K5V7zbueKoE7NXKV6Y-Q'),('it0h3oc9fj31fo3855vi4dmr60',1459809010,'hTcC1nbkipd4oMMc315ujIls0kVrWHoDB0x2g0eqORWf85oDJBQGwfWSK6tJ2S6D'),('ghg68vihvn2afo68tkds5qg7i3',1459809143,'tkf8GxphYu7vEidQXGYSrNeuPGkRbwwlPPyoh7xh8wc1KSKIgTir2RMl9xAYTFLB'),('urbjrkhomb465tu8p9u2airs84',1459809147,'uW1wx8RVgpUgI8F3yZ5ijVwzwp7QsiezljJNvma_8XHKgtwTSfb5Qmh6E0ZAwkEK'),('gqp4mh1m3i0epvppbipsefsrc7',1459813905,'2L2OSFkwwW4eEfffrEZPVxKlrO9gOy0c_n9gSjhdOEAIsV4IC8fP1ZfTARDktsUm'),('n83lubh42vn67h78hn51du17l5',1459814048,'zZUZzIof6SPCZh9Af7mK5XAZo2bcz3XFq2QcefP3vB_R9Jlthfx0ZiNTgi3zUmlX'),('5etm59qg3beptvugj4qkdorbo4',1459817167,'ZxZ2k04Eq8qDdwj-XEO96rwaryHbBfJgtg-wWUwJHcXQmoTsgeeCduKTdxHlcg4l'),('bjlls4jgrupv4lrhbjd3sfv6j5',1459818053,'MwSoGTEi8Mf7cWbzSrv_4ZqvoYAJBu1sguG8RnoAOFUnafuplmqevNGX_8H0GquH'),('qngetoq0r9nj10tot62en0rad7',1459822434,'tkf8GxphYu7vEidQXGYSrNeuPGkRbwwlPPyoh7xh8wc1KSKIgTir2RMl9xAYTFLB'),('h9coo5qbrcvfk3s9vkk8qt92p0',1459823219,'ClBqbedO7KH-2YxQyJKO4JJ9s6mUyNTm1kj46POns48npuywA81L53ZUpwD1dfLA'),('a9m8j5bio4kq5ek8j94hrho5l6',1459823336,'fm9Ff5fzYmGlK38k5mrsUuPWTsmzXD6JkaSChaQ7G7n3tqI1X4TM9KTLiS-u98ZO'),('ugbd57fg3lekfp1vjurdbl0vi1',1459823969,'rW1zWCwmVUagz2m1uNt3YHewyLlQsj4IjSJTtHlkngieA-swOzyVe79ZzxtCyj35'),('i8agjbct7uk6hcokrmc157fc23',1459823973,'rW1zWCwmVUagz2m1uNt3YHewyLlQsj4IjSJTtHlkngieA-swOzyVe79ZzxtCyj35'),('n51kiat96csr43ngah0vc6opr7',1459825527,'LuJuDvmBDPWKHwOiaQcrdtH5aYqx5jSLaxKXyyzFm_Z_y60i-PeERym0iMWgLbK1'),('rvn4lh8sb8kd9agfupoapqcho2',1459829827,'JiUJbA298iHUqtsnTgf1UdU5gjq6UfC-O-ay1-ZFD0-MnF5XtO-Bfhz5Y5ib9gaa'),('agbln0acpbap19rn7clkovgd96',1459829915,'XfNCruW6U8LfAHjMYJ-NoYuGJYnw4XLWl0ark6fQJZfzUvVp8v9KhoJHr5euBkZy'),('efd2b87cng09fc907t0vrgnvq2',1459831181,'h0c7T9eH-T87XI4H6J3BK8US0xFhce7D4mjWu9CX7oOPut9jLjhzgp2S2bAthsV-'),('mtbq3pc2haq2uur4nkd3g83pa1',1459833690,'S8LjS7KfCzqQvIJMRTmib_3OlLOw2kbPJZ1MNdB36Hfw_K6juSXiKG151-YXCygH'),('n93078fn3b97i3c1ok7cc2d6a2',1459836793,'O90ne2Ytg_TwaOnWSfiDBFrsnk4hHD_gqRtplZaNluLM3FrdruBkNeakWu5qLEV0'),('sc2gfl320c6hp3jf00eu4v6j51',1459836793,'O90ne2Ytg_TwaOnWSfiDBFrsnk4hHD_gqRtplZaNluLM3FrdruBkNeakWu5qLEV0'),('r1p2s05nillcs0j6na94ei8nv4',1459836793,'O90ne2Ytg_TwaOnWSfiDBFrsnk4hHD_gqRtplZaNluLM3FrdruBkNeakWu5qLEV0'),('65hjbqi94noasu4c9s4rhfarb0',1459836793,'O90ne2Ytg_TwaOnWSfiDBFrsnk4hHD_gqRtplZaNluLM3FrdruBkNeakWu5qLEV0'),('v7i7f3dmjobnmva7fu8vf7nmu5',1459836793,'O90ne2Ytg_TwaOnWSfiDBFrsnk4hHD_gqRtplZaNluLM3FrdruBkNeakWu5qLEV0'),('pkojpidvl02nm2vu03u9evfpu1',1459836793,'O90ne2Ytg_TwaOnWSfiDBFrsnk4hHD_gqRtplZaNluLM3FrdruBkNeakWu5qLEV0'),('362f2eaqh5cjr95q4qg2ldfe42',1459836793,'O90ne2Ytg_TwaOnWSfiDBFrsnk4hHD_gqRtplZaNluLM3FrdruBkNeakWu5qLEV0'),('ejjpib18im5dg6j3u78l2fs9r4',1459838493,'8dD0hgSgeRETLS_pcBDfnC_JHaZ3EzJmT6qydeJxDkC4P-LSPgii4BNWjrNbr4sP'),('dnu4vsnn0e3pnq1m5rmi2nvc63',1459838979,'lVUQlXqMUJaEkiNcATtWMVgQbbG0WSCG8wZHRIDdU4ZG-LDQaC5O3IejBeAyEjVI'),('h7524g5is1qbio1ctk72jd5892',1459841011,'XkkCm15I7sYZyTvRINSHeuXmWw_hhRjr8Avvl9n790h1K5V7zbueKoE7NXKV6Y-Q'),('p1lvnvok60jgk9kb6qt3mrdd56',1459841012,'XkkCm15I7sYZyTvRINSHeuXmWw_hhRjr8Avvl9n790h1K5V7zbueKoE7NXKV6Y-Q'),('l6q59b9ohqoog91i8jr5gbt2m3',1459845761,'fm9Ff5fzYmGlK38k5mrsUuPWTsmzXD6JkaSChaQ7G7n3tqI1X4TM9KTLiS-u98ZO'),('k2dr5mt2hq5htjo4n1bqtja1o3',1459847503,'nyp35yNS2fAUR0dolMD7_dch9u8oWs2qg4qsqy7utTSvfjWuIM8MmnGLq3nDXLT-'),('0f4ouiq3reg5a09gg9d1vmk0d1',1459847955,'LuJuDvmBDPWKHwOiaQcrdtH5aYqx5jSLaxKXyyzFm_Z_y60i-PeERym0iMWgLbK1'),('9f2u72riq69qtsin99rkm81rj6',1459848003,'jJkk1phNzTJQJpqTlHT8rhdz1lEDSDCp7kGOpKf3LT6laFq7r0kf5n9gNL_zaqO8'),('0mmahskpn7gl72q1pj7evnivg7',1459848014,'jJkk1phNzTJQJpqTlHT8rhdz1lEDSDCp7kGOpKf3LT6laFq7r0kf5n9gNL_zaqO8'),('0fp9r97i8m7pomku9tbe3o5d93',1459848115,'tkf8GxphYu7vEidQXGYSrNeuPGkRbwwlPPyoh7xh8wc1KSKIgTir2RMl9xAYTFLB'),('bgk1u9jfv362r3iboceflfvcq5',1459848123,'ClBqbedO7KH-2YxQyJKO4JJ9s6mUyNTm1kj46POns48npuywA81L53ZUpwD1dfLA'),('go05h2uv17fcss5emdr7o83ii0',1459848127,'Bnz3nayDcbzKxVZiBx_ReDBjjoKn1KHuQcVeJKwi6gTHvBe8hIcr94CEgamlTaaf'),('4qfhrj0oahq1f187b260md3i95',1459848463,'ZxZ2k04Eq8qDdwj-XEO96rwaryHbBfJgtg-wWUwJHcXQmoTsgeeCduKTdxHlcg4l'),('8ptas1v7pf1f1dq5aoov789j83',1459852147,'bADGebRV5ncA3lIk-a-IbS1Np4s8Evj4uR2CEkrd8kABuu-Ti-hbeZ5AjnnNsNF_'),('l8un5ecibq67dc49nhhva697u5',1459856088,'ClBqbedO7KH-2YxQyJKO4JJ9s6mUyNTm1kj46POns48npuywA81L53ZUpwD1dfLA'),('pfrb0q487cffi4pggkkdra4pi3',1459856222,'Bnz3nayDcbzKxVZiBx_ReDBjjoKn1KHuQcVeJKwi6gTHvBe8hIcr94CEgamlTaaf'),('vbvd1ubv3blaqsjgjd2uobnfc0',1459856751,'Tfc6dgauVH0pBGoyMUfJiojWXopUBE40w7AGW_cWRefDOlnCh0OjtS4AOYvstIX5'),('okm4cntc1750r5maojp5lkasq3',1459856751,'h0c7T9eH-T87XI4H6J3BK8US0xFhce7D4mjWu9CX7oOPut9jLjhzgp2S2bAthsV-'),('7aip5nt3c3obt5tq9ug8g2ffk7',1459857282,'Dx2BvFLA0dlBI90PD211Iro5hElFzMJ9DTj0U1A3GKEfa8sYigBB2SUzLwQi6y8T'),('atekq9d96d2nu35v0h75m2b282',1459858831,'UVAmjhvWBsyvszv1eH_Jwa5R2V4dy-ApHTVBzRKDRT6O5u-d2Kt4n8_X3T-qvEdI'),('une1ab1a2bo7686n4uij1lia22',1459863137,'SswYsR226Aq5xV7xr22pWDefFImp9FqNJI1MkJJ9fFiZs031mBTR6Td0s139UuhL'),('1r1l2s72d220lgb4dpj3pch3t1',1459863389,'UVAmjhvWBsyvszv1eH_Jwa5R2V4dy-ApHTVBzRKDRT6O5u-d2Kt4n8_X3T-qvEdI'),('b506kpejvd45dbtfnupjmrpnf3',1459863752,'zfPpfd5Tn_NmzRHvOQx1qnERQYd0aK8cMMtKNaUqkkC48ftT_47231qOen1G4MZj'),('a52n8bo9cln80l3e1j84vf6rb1',1459864765,'2L2OSFkwwW4eEfffrEZPVxKlrO9gOy0c_n9gSjhdOEAIsV4IC8fP1ZfTARDktsUm'),('088580bk5gm3657daohpfd8gh2',1459867923,'fm9Ff5fzYmGlK38k5mrsUuPWTsmzXD6JkaSChaQ7G7n3tqI1X4TM9KTLiS-u98ZO'),('n0egb4dgqptjth4hinhapd4ft7',1459870494,'LuJuDvmBDPWKHwOiaQcrdtH5aYqx5jSLaxKXyyzFm_Z_y60i-PeERym0iMWgLbK1'),('k77of60vf44rnr5pf6ict638d6',1459877791,'w1ZJUf1LjX_wFaW5Y2mlorzaAstIkuBnWfehADpa7te_NAjlJOGSkVDkgo3_YK9y'),('jj0ulfilpsavouqb6ud2j5u193',1459890091,'fm9Ff5fzYmGlK38k5mrsUuPWTsmzXD6JkaSChaQ7G7n3tqI1X4TM9KTLiS-u98ZO'),('dhcpvkp2u56hlua5annueh0jh0',1459891148,'lVUQlXqMUJaEkiNcATtWMVgQbbG0WSCG8wZHRIDdU4ZG-LDQaC5O3IejBeAyEjVI'),('s025afit24ku2l81e282av9606',1459893287,'lVUQlXqMUJaEkiNcATtWMVgQbbG0WSCG8wZHRIDdU4ZG-LDQaC5O3IejBeAyEjVI'),('ivlmj4rl5featfm73hehma1gh3',1459894970,'LuJuDvmBDPWKHwOiaQcrdtH5aYqx5jSLaxKXyyzFm_Z_y60i-PeERym0iMWgLbK1'),('0g6vfij1uuih5lrmvcqkh72dg0',1459898300,'912FsjWYiw5tadAURPQNWPEvANebmNibMZLY4kcvRf9OhdRyl4atq8mLX1us-I5I'),('123a4nn4vqr51nto9ju74jiu34',1459898348,'UFBBISoUAkAlMyQPPyJEF5dRKwm0txFHZMF2iMbjgqAzhluU3379Zubx7ZYsn-kS'),('fhpkqal73bbabit1uv9kk07327',1459898585,'81SrBsES3227qCdTYCt7EoEhgR8qvkIjymoNiWwxxHLezSN68GWMDY52V2TezP5J'),('h6gjrdqpbn8mg81l7kd1mjocn3',1459898586,'VP3gvmIswVDMJKpJxQL8_o-ubZkAK2upzdFKk6C8LRbTxI6v1BIONWKAbWR9p1MM'),('3vlrlna440hjpknld5o1084s76',1459908113,'vjlf5k_jn0A9lYhQgL2g5WZDeHpdIA9pWkX3nJuDCLt48ANsxcHW-ekQSTgmsBdD'),('miipiat5npfsv58m9j2iiuamq5',1459908114,'vjlf5k_jn0A9lYhQgL2g5WZDeHpdIA9pWkX3nJuDCLt48ANsxcHW-ekQSTgmsBdD'),('uhni7g94p24s7o6uhtklltnej6',1459909843,'tkf8GxphYu7vEidQXGYSrNeuPGkRbwwlPPyoh7xh8wc1KSKIgTir2RMl9xAYTFLB'),('lliom5aho6hmh5tnb9ig2c8rt7',1459909847,'tkf8GxphYu7vEidQXGYSrNeuPGkRbwwlPPyoh7xh8wc1KSKIgTir2RMl9xAYTFLB'),('o6kgcf82m1m5fo3q0ssbc5v5p3',1459912719,'JO9Q91pETZXB1PRgHoE5kezCOuThO09RsIbpXCOOMGd_1Pfavg8UQyJsDw0UnI4m'),('3ni7lf3gff6ichdo611vcjc527',1459912801,'fm9Ff5fzYmGlK38k5mrsUuPWTsmzXD6JkaSChaQ7G7n3tqI1X4TM9KTLiS-u98ZO'),('jhubitouviod0otritmniet0g0',1459917522,'LuJuDvmBDPWKHwOiaQcrdtH5aYqx5jSLaxKXyyzFm_Z_y60i-PeERym0iMWgLbK1'),('k2ekvsu7k3gk1j41ada4ogos21',1459920080,'S8LjS7KfCzqQvIJMRTmib_3OlLOw2kbPJZ1MNdB36Hfw_K6juSXiKG151-YXCygH'),('heeoj9b6jqd59utb69khcecl74',1459923639,'ClBqbedO7KH-2YxQyJKO4JJ9s6mUyNTm1kj46POns48npuywA81L53ZUpwD1dfLA'),('kqp204lol0i7913esdf5vahmp4',1459933394,'WANDA8eQRCkhZ4pbwrE2gc55F55OgPVCkzF0PxOVhOgvaSmU5-qQgyRlSsvrM_x9'),('lk93490ve5j4cii98nq78t5b06',1459933608,'WANDA8eQRCkhZ4pbwrE2gc55F55OgPVCkzF0PxOVhOgvaSmU5-qQgyRlSsvrM_x9'),('0sdrmujnjtfvctichu06fpkl73',1459934781,'DwbhSnxteVuTO711YaoAvLLgq_zTWuhb9P4w5EQz15DJLLRuOdYPdZC9eB2k15Lk'),('c16s2rrbn6337qfr2j06uut8o7',1459935223,'fm9Ff5fzYmGlK38k5mrsUuPWTsmzXD6JkaSChaQ7G7n3tqI1X4TM9KTLiS-u98ZO'),('33ncakg1ipj89b7k840gm74296',1459935924,'Mr8UYeWWNfsSaj-kfykoJsYm8kHSEtznAkB3W6QN0p52WyTW7umUxOE8nfxHgs_9'),('bd9od1s55vkc6h2kvii7cr2vq6',1459935924,'mfzN7OjRtqb6yqDAV2tVJv8iCfhmVaEmp0oN_NmnyCn_9tO1DRBotghPsMe5osoQ'),('bg5jshtqt92cr2mi562o7rnuf1',1459940339,'LuJuDvmBDPWKHwOiaQcrdtH5aYqx5jSLaxKXyyzFm_Z_y60i-PeERym0iMWgLbK1'),('ut826qk2a2bskc15e0vc29rac6',1459942123,'iNO0xNVW5mgHP10BzK43V0SdnNN2hKQzkVdYH2CrALwnf3CngijBCo7CEWgKQrEL'),('33ntmkhlvhp0gjnid6125velk6',1459942123,'iNO0xNVW5mgHP10BzK43V0SdnNN2hKQzkVdYH2CrALwnf3CngijBCo7CEWgKQrEL'),('fdp3f00uh65858j3dfe33ecsp3',1459944600,'mfzN7OjRtqb6yqDAV2tVJv8iCfhmVaEmp0oN_NmnyCn_9tO1DRBotghPsMe5osoQ'),('rf2do9u87l6g6gbodiia35rm20',1459946682,'XkkCm15I7sYZyTvRINSHeuXmWw_hhRjr8Avvl9n790h1K5V7zbueKoE7NXKV6Y-Q'),('17ovefg46kq3fol719a58codl0',1459946683,'XkkCm15I7sYZyTvRINSHeuXmWw_hhRjr8Avvl9n790h1K5V7zbueKoE7NXKV6Y-Q'),('13k2eocf608d3usjbg85ibrvh3',1459947849,'UFBBISoUAkAlMyQPPyJEF5dRKwm0txFHZMF2iMbjgqAzhluU3379Zubx7ZYsn-kS'),('pmis3s52kp7desvtq4okgihep3',1459950447,'zfPpfd5Tn_NmzRHvOQx1qnERQYd0aK8cMMtKNaUqkkC48ftT_47231qOen1G4MZj'),('26ojj7956868dplm7r0jc2msb5',1459950469,'WYfrhMD-YKm5BBMqR_VNKFE_3n8Q83xB0nV19yMDvkQLToBCDzFrOkUM5xWmeADG'),('o06j4sra3ff10k4npdld72meb4',1459952035,'QXeuuGnV0OOrhmn6xr9edMXDppUG1sus6qLnC41nDa71c3uI8EYyD8HLhqqysN92G8SIziDbHl8hw_ipCaLc82ct_OOS074hF1VC419MoPi_dPPSK0RC1jxHqL3eziER2Q8uJTOt2mq8KdGuUiyD5kg3e8w0XOTzpTpWRB4iYdW5M2asFeMH_cPXj-Eiz7d07iHAjwZXc1RS5g5vwV87rVAPWlkwVkV0b5JCuyzfkc6jFjYTIUJwzR00c1yvK8aaelnYRLjGW_1nIBU8S9wA2E1OoG6wKifh1FDpo9rSj9EKf8Ee6nqgM_V-0CUk6J9-mwaHe90ryynjd5z4eRThhjLP6ZA2VFpYVmbHqa6ZuAk-dyyK7ilWjDzRRwN3TH4oj7d2Cukhd6D2efnOy5b7bFtEjjyF_reYpRaFH50hhvksIZfiSP_yw1gr7b80ZLG3E4BiYg19M5aBtxTfoejSnCt24YWe29lWQ4pihQRU2MN4sxB844kgD4O58UaYznCI'),('omg6lrt86jgtvu9mqf51da9187',1459951990,'tkf8GxphYu7vEidQXGYSrNeuPGkRbwwlPPyoh7xh8wc1KSKIgTir2RMl9xAYTFLB'),('l5a8agj6h9i2o854c0nns0oof5',1459952126,'CQ9BTGLYVy3_9b7EVspx_mPVuAerQJveRXr8D297dXQHMUtE5ovF9NffPaz10z7Y'),('tjnc5h5gug3cdkuhlffocmmb63',1459952126,'CQ9BTGLYVy3_9b7EVspx_mPVuAerQJveRXr8D297dXQHMUtE5ovF9NffPaz10z7Y'),('jbedt495h9blq0o08ij9tlbl25',1459952127,'CQ9BTGLYVy3_9b7EVspx_mPVuAerQJveRXr8D297dXQHMUtE5ovF9NffPaz10z7Y'),('rfpm73183o5llbdn3g2uti8bd5',1459952127,'CQ9BTGLYVy3_9b7EVspx_mPVuAerQJveRXr8D297dXQHMUtE5ovF9NffPaz10z7Y'),('ca0rj5dvsru40967kl3cb4mg30',1459955789,'S7vty2AEDlB7Fap6i3MwDUkze7ZHsKqQXRNrthGQcwdZpi6xE1ZXT5GLlb_0aOdK'),('8i67ct1l9v5mjhctn3brt5fvn5',1459955794,'S7vty2AEDlB7Fap6i3MwDUkze7ZHsKqQXRNrthGQcwdZpi6xE1ZXT5GLlb_0aOdK'),('na0o99544867jpmjtnrd4oqha5',1459957555,'fm9Ff5fzYmGlK38k5mrsUuPWTsmzXD6JkaSChaQ7G7n3tqI1X4TM9KTLiS-u98ZO'),('ourshms2fgcle9cj7dvkbkr1n6',1459957715,'UVAmjhvWBsyvszv1eH_Jwa5R2V4dy-ApHTVBzRKDRT6O5u-d2Kt4n8_X3T-qvEdI'),('5kg7g12l0cmub7jaba9ma7enn7',1459957715,'WYfrhMD-YKm5BBMqR_VNKFE_3n8Q83xB0nV19yMDvkQLToBCDzFrOkUM5xWmeADG'),('g9f5sssc7j4umqg95hnk8qo0i7',1459958954,'ClBqbedO7KH-2YxQyJKO4JJ9s6mUyNTm1kj46POns48npuywA81L53ZUpwD1dfLA'),('ijpegbd54h1eq39lstjj58nfe3',1459958958,'kvpg_5-rztTTy6jFFSepyng6kTfVmR0W7rQLgkED77FV7Ya_aYyXdcQlrit-TZO2'),('8j2m637heu6118hedqcqdtmpm6',1459962835,'BX39QYDDTmh_pzWl9gQ-mhHSwAYBcS9Hfuhx-XMRn0TrkPtEBjs1JAkeXrCs8SoW'),('423s215e2edrg61bvvq0akkts3',1459962838,'Dx2BvFLA0dlBI90PD211Iro5hElFzMJ9DTj0U1A3GKEfa8sYigBB2SUzLwQi6y8T'),('g6gblrf1l632dvqlecatpn6dq2',1459962839,'Dx2BvFLA0dlBI90PD211Iro5hElFzMJ9DTj0U1A3GKEfa8sYigBB2SUzLwQi6y8T'),('6g6dmvrh804htboh5pdqk0f3h1',1459962839,'Dx2BvFLA0dlBI90PD211Iro5hElFzMJ9DTj0U1A3GKEfa8sYigBB2SUzLwQi6y8T'),('4fjp67g28gqsfildg4nndqort7',1459962846,'0Uz_Jy0YT5mOVKANKhUKhDD315IFjrQ3cX8LWxGBCr8l_0RZxsMyqoXnXnGkVkcGFqQpYD6GwgHHfghIaM_GsZHx2Lpl4cKdjF8_GcmRC7sXy6cXTWcpB4pRr846ua4swaIXjxb5OIBUoiqQ3GiB8pfeDNsnUNEkznB67c-8G5lTK-dpiWpzQwZoZpAujRH71wAoaKf-SKiEExYJowhRkmZrBxfoRCr_Bt1cDJEsOxHBm57Wj7rGCo_57QE28h9-a2a1XwRI38qOKrIe6KLiyVFS2kfT4r1k-JKrURFkhukAdN5yLMwc5j1iGi8pM3Mx7jSN17EZOI8pJdTFiP0c054knTyvMzQh66-cYscHzlExw0MXx-HJUNp6Kv8ucoXCbcZqQ_N6IZBrC10Wb2T1GQ6EjT1AKCwRNNG_kQlXfcZ0PHBPaPKHvCaRVf8IZgE_SZZsEy5fxz8pLbgkXV7cFhKxCfRt6tAprrP-YNKwT_vR_Yypf2qX5a8IpICvWtmd'),('16ijt5dn5l0vn1craq9d3uo771',1460036759,'S7vty2AEDlB7Fap6i3MwDUkze7ZHsKqQXRNrthGQcwdZpi6xE1ZXT5GLlb_0aOdK'),('k6a3ktlm12f1tne2fm7inh0k24',1460037935,'zZBCogI2sPu9fM0KCDz7RHezBSAcqckISe0kfy-6fNCPdH8YRFx5qpxGnj4RTDv_'),('097dd16mf8gt5ccohh2af5sh42',1460038793,'vjlf5k_jn0A9lYhQgL2g5WZDeHpdIA9pWkX3nJuDCLt48ANsxcHW-ekQSTgmsBdD'),('id8ta789i3aq7eeqtv2vtkcmg2',1460038794,'vjlf5k_jn0A9lYhQgL2g5WZDeHpdIA9pWkX3nJuDCLt48ANsxcHW-ekQSTgmsBdD'),('4sfm2co9ht4k8e22t3qe6r8mi1',1460044808,'S7vty2AEDlB7Fap6i3MwDUkze7ZHsKqQXRNrthGQcwdZpi6xE1ZXT5GLlb_0aOdK'),('cp0sco9qlp91fjbcj3gh0pe1q3',1460045919,'fm9Ff5fzYmGlK38k5mrsUuPWTsmzXD6JkaSChaQ7G7n3tqI1X4TM9KTLiS-u98ZO'),('u9is52ols2u9l1csj5qcsf7ha3',1460046634,'LuJuDvmBDPWKHwOiaQcrdtH5aYqx5jSLaxKXyyzFm_Z_y60i-PeERym0iMWgLbK1'),('cjf5ft5p9jm8b72etbrqb089q3',1460046998,'pEP7kAA0cp6n5ODaNhO7_XASNO8YFyhrYZAHyd2UABG8Oa4aa9pd142VivuyIcum'),('hm3mr56kt7n2kk6tqghjp3enl7',1460047728,'vRGIZgZKHRHQP9sCB7QhWRDm6W7b4DvqRv4_6KR3Kv9k_Cc6CHKc0fdzoSgi0a7-'),('esl10fo173u343hvj17acusol3',1460049034,'LuJuDvmBDPWKHwOiaQcrdtH5aYqx5jSLaxKXyyzFm_Z_y60i-PeERym0iMWgLbK1'),('4gi586rns367eenmiot9u2kdv4',1460049134,'fm9Ff5fzYmGlK38k5mrsUuPWTsmzXD6JkaSChaQ7G7n3tqI1X4TM9KTLiS-u98ZO'),('rmm7cji3or47ib2vrgta8uv1i5',1460050409,'43Yy8XblPl6BLOshuKpRJWJRICszK-ZB1OM1R6VhFldoBuVEbVB1-1WhrEV7ls_E'),('pr5v463glaguphtj2pcmt59702',1460050410,'43Yy8XblPl6BLOshuKpRJWJRICszK-ZB1OM1R6VhFldoBuVEbVB1-1WhrEV7ls_E'),('t1j5u7ajniqug3350b3gu1f4t2',1460055155,'n_fk8ZiD6rb4hHW_akje2FF0w2LT6gAToGVYmjdstj_y1zotbAUTStuyiCdizVnTQqh9saAu4KFIfyrdmK-PWiYWI9LLj4I14Bg9VSF-JEGJGVxKvHx1N3GjflXXCLu3-Lfx-ehBtqfDsKnn59lP6n1SQfU1zhXLhRAAVlina_epfJcGzy1GxByxrm_AHZMs6FZhexsHxd49Djj9HvizfWhiCYmY33eXjmZqQWLBGQD4_2gWnzwzng9lF0QkCRjsom-5vwn7TqUMx7Y-P7KrK9c5sFA-o81ZRnUardNnXKhEWTXXl_dGA-qP3fZdoX-bVpmNQpvI6b8O8NztA7PWdexofJqBCWL9eYg6TSYToRWesKlM5rh3ZOcBxh_GV3dLUPZOOylxUsqBA7voYiJUqxpBkeMtQF3DsRHrYQDFK2ilv-pedsLXL8lB6mFQydIoZojoKzFzPLTkHLglLbeLCFrU1HWZYmXg3y74uhqu75eYaRGkqH0siTQmsqF5Or-6'),('r3hititans0qq5rivttqokbt30',1460056450,'rW1zWCwmVUagz2m1uNt3YHewyLlQsj4IjSJTtHlkngieA-swOzyVe79ZzxtCyj35'),('mf2btkn108oefcrifnk40fgnp7',1460056454,'rW1zWCwmVUagz2m1uNt3YHewyLlQsj4IjSJTtHlkngieA-swOzyVe79ZzxtCyj35'),('nhuc7hreio7ghskpcnvn7bgom2',1460058172,'npSMX4yOqGOygOaM5Bq5pXkrGk5xp8sOkXEpLHX0fgjwskLkxSsuZ0QoICceLKwU'),('oj87blq056d2e24hlhajk28v57',1460060738,'echG7fovGb0OkVWAXDKjdUM6tWkjO7xG-FPFUcfbd1fFXdElGO8u3YIOUOTr8mIP'),('giet30ts93sh3ebta1tt68ff62',1460064047,'L8J-Pfty9Qoj0wMgiAh97il4aVQWpyCU4M-FcYl0jXEtwnwArF5wzAyebj_Dw4Dl'),('grifiamtl0006o4rbrjcj0abt7',1460066843,'S7vty2AEDlB7Fap6i3MwDUkze7ZHsKqQXRNrthGQcwdZpi6xE1ZXT5GLlb_0aOdK'),('t1a5q0s5bobe9pgc9h4fj776t3',1460071159,'fm9Ff5fzYmGlK38k5mrsUuPWTsmzXD6JkaSChaQ7G7n3tqI1X4TM9KTLiS-u98ZO'),('64hcpt8t4s4b46jlh9oqkp91m4',1460071209,'LuJuDvmBDPWKHwOiaQcrdtH5aYqx5jSLaxKXyyzFm_Z_y60i-PeERym0iMWgLbK1'),('dpbkovcbfqr8m6stcsoh4llft3',1460076949,'z15MXJ6igOG07W4QPFh3gmE_cQORayf36t4GLcCwDKn1k16UZnInUlbTlJGycjF-'),('lj4k6q8hnfca9ou8d79k5dlf66',1460076950,'z15MXJ6igOG07W4QPFh3gmE_cQORayf36t4GLcCwDKn1k16UZnInUlbTlJGycjF-'),('t4qt0o6a0dh1k270hfo4tlcsk4',1460079664,'tkf8GxphYu7vEidQXGYSrNeuPGkRbwwlPPyoh7xh8wc1KSKIgTir2RMl9xAYTFLB'),('9o7hkh44n0ot00gqj7ks86n3c1',1460080040,'p2WSaeTArFPMAQqs4BhRjLK4DPYRMv3t0P-oBu5X94JUYXTbuK365Mh9fO08R_Xo'),('6amtpqk9rgb6id8d8het7va8o1',1460085461,'nEKiUQ3qdOCoOxCT92xbxGe7sBsF3ZQwyROjK8NAgAlzV7sE4uAz5UJ1tRiV3j2_'),('9bfbdps79d5tqq5vreoi0oons4',1460087359,'-DnEdWngag0I8OZrKc2Mfg_cFCaxXLDLYUp1nXM2J8xRIQFVDxJtcXmUrTo6DqNS'),('rk3ndj67c5iojdqpmo4vemenq1',1460087359,'-DnEdWngag0I8OZrKc2Mfg_cFCaxXLDLYUp1nXM2J8xRIQFVDxJtcXmUrTo6DqNS'),('gc1egub4jojinuqis4njqomh30',1460087421,'YYspAXposs8rgyHqeZQqHLJkbg98VeqJfLU6kPjHGB27spvFhM9oZgOVh6jojYEC'),('5njc3dv3svrmreh184hjm2fab3',1460090480,'cqv2keHxczPa0WQGap87F4DrRm7cFVvlXjg1cW2AtRPh6xO5E2_qmqmfPhekaaZ2'),('fp3c338q6f1f6af6t92qvlu5k5',1460090497,'cqv2keHxczPa0WQGap87F4DrRm7cFVvlXjg1cW2AtRPh6xO5E2_qmqmfPhekaaZ2'),('19ue1vtd3q145i9eim0a3n3pm6',1460090579,'tkf8GxphYu7vEidQXGYSrNeuPGkRbwwlPPyoh7xh8wc1KSKIgTir2RMl9xAYTFLB'),('hor13i0ebmsneurv58hordot30',1460090859,'ztoGSui5dhLwh0R_fTsLtI67SZlYHtFf4A_5_gPlGl7iKmV16YegofxloODqtNjU'),('h33lqhvloaofnqu3oep2f862h5',1460092590,'S8LjS7KfCzqQvIJMRTmib_3OlLOw2kbPJZ1MNdB36Hfw_K6juSXiKG151-YXCygH'),('mfrsm2pkpilaam24rifi9jqo46',1460093679,'LuJuDvmBDPWKHwOiaQcrdtH5aYqx5jSLaxKXyyzFm_Z_y60i-PeERym0iMWgLbK1'),('2pg1h515nbnnlse164ngsigf14',1460093800,'fm9Ff5fzYmGlK38k5mrsUuPWTsmzXD6JkaSChaQ7G7n3tqI1X4TM9KTLiS-u98ZO'),('lbrjsapr1irm8tf5nvlaropft2',1460093849,'FWcAK0J83kvVN6ijTP0vxYhi8_giJR_1mz3V3dg00OffcXk1hmd4qF9ulb-gxH_Q'),('5qqnmln24584a8mogjmf70h0i5',1460093882,'npSMX4yOqGOygOaM5Bq5pXkrGk5xp8sOkXEpLHX0fgjwskLkxSsuZ0QoICceLKwU'),('2bvue03m0n6v1mv26db3voh2f6',1460096349,'S7vty2AEDlB7Fap6i3MwDUkze7ZHsKqQXRNrthGQcwdZpi6xE1ZXT5GLlb_0aOdK'),('hrvlvm29ddmcg1ccro9bqtj3s4',1460099558,'WBVrivzoPw3pKHplZbQlFuXAJnZeAp131YgF26ptZ0vOHzX5_WXlhP42ZLxtf9CR'),('h813b1fst0hddpvlfmag2j1sd2',1460100919,'pO51DXBe8qc2M-U4o37ADvFtF3j-r1SKK3Drd773FXJBv-8Jd5sE5y2hNBLA34W4'),('ranqha9lorgqnoi2sna35otc90',1460101132,'XwMa0-Xd3KHQRXC8Gelc0o7pDty0YFGu-2SSsf48xnZTK39F2n92KxJwS_eiCSpI'),('bna05icde0r8s8r8i5790989n5',1460101258,'tkf8GxphYu7vEidQXGYSrNeuPGkRbwwlPPyoh7xh8wc1KSKIgTir2RMl9xAYTFLB'),('qcmjl7ils8on3gb7qc15rhrt24',1460106180,'hZSrH_kdH8vS_8RBebJySJ27T9bAu8TNhEtFU0voVsptoZ7ITdCcjX3Loz75BhDy'),('tot27m3hr4bc6dg87tfsleui96',1460106182,'hZSrH_kdH8vS_8RBebJySJ27T9bAu8TNhEtFU0voVsptoZ7ITdCcjX3Loz75BhDy'),('q7f8hc44qne0gv83gi46etbvr3',1460112517,'iaoIMAmq6F0HrLEPiJ0hvHN1Z4v5bzUPOhVbdctilocN2iVjBy90ISMveL_gY5BB'),('e19mv1v8fo4mj1glloguv1cb40',1460112527,'iaoIMAmq6F0HrLEPiJ0hvHN1Z4v5bzUPOhVbdctilocN2iVjBy90ISMveL_gY5BB'),('ko1b8mu4nmf8sj5sbommcbh814',1460115931,'fm9Ff5fzYmGlK38k5mrsUuPWTsmzXD6JkaSChaQ7G7n3tqI1X4TM9KTLiS-u98ZO'),('f711qaki3coh8pj7td01ga5726',1460116163,'LuJuDvmBDPWKHwOiaQcrdtH5aYqx5jSLaxKXyyzFm_Z_y60i-PeERym0iMWgLbK1'),('l3u2l16tsq07s95qmloac09ta3',1460117101,'E0gp-vDKHlj5PA_briVbk4APlW_FDNbVhCFpkQDLRoJ9QSVSeiFWttSpgKLUvEkG'),('2ostoqvfmdrrak6h1a9vsdf987',1460117126,'E0gp-vDKHlj5PA_briVbk4APlW_FDNbVhCFpkQDLRoJ9QSVSeiFWttSpgKLUvEkG'),('9jbrfmgr6c5t0dmk71r0so95u2',1460119789,'SswYsR226Aq5xV7xr22pWDefFImp9FqNJI1MkJJ9fFiZs031mBTR6Td0s139UuhL'),('f6neel4a7gj5br41t95ebotnd5',1460120084,'ClBqbedO7KH-2YxQyJKO4JJ9s6mUyNTm1kj46POns48npuywA81L53ZUpwD1dfLA'),('ke5n49k5gb5jsaq5p5lafch5e6',1460120088,'ClBqbedO7KH-2YxQyJKO4JJ9s6mUyNTm1kj46POns48npuywA81L53ZUpwD1dfLA'),('tneaepja9d1u1j4bnqrm3610n1',1460120107,'F569z_rBelpk_CGWJ8FVzM3wHj9GQXr6P_DoEMuhgmMePoMNlmmcVntYgJ5qZOpS96_efUkVzVE0BUS609nUOVDCqzVkKFY8H_tI2W3WKZkx_X9bWZzM1NT4pxNGFD5ulcFY_gAxfvAcRfjku8luHes01cvydm1Wdo8vsSyiAoZEMo-21FJdQFq6Z8MkLzkvqGG8fu03DJLNCtFyqG7MGY1xJRBznaBbFqMvkzrFxhnR2-43_w9ne5VHz4kBlZab3DsvA0p16-CClmLsNwSE7nLEnLqBRwjlv7KWydO9MJr1bzYZ3pV0kzgjnAO5mlKz3Tw2TDK8_yIbVMmod1kalXAbHfKOujq2al-4v6HbyCSNc5ELw_VK82-JAIdlXMgWaRvTfH9jIimLXo5_F8y72nBrl5kBBMhfzeQ-yWnh5vtgqo406gueToT_z08fydFytWypqkGwbi_3p6xo9wWGDMdtfD86kInfExLl-vy36wJ-8RO6ecUH4WrL-LROjNN2'),('km0d6o6qhfldsd79i0tv6lj525',1460120802,'n6WIsOMD3VWUfc7d6WZCHAt-Ra45lBop_r8zIyfSmRGtnakEvQru4XdrgiNUIhsh'),('6rl0qetd72ee73jvg1m0mt23q6',1460121022,'zfPpfd5Tn_NmzRHvOQx1qnERQYd0aK8cMMtKNaUqkkC48ftT_47231qOen1G4MZj'),('bg41g82f1o3bhh8cvh8mbo1767',1460126908,'UNBv9xU6kucipRL5o76eIjK0YpkDt3pUt31M04Pec_GJlVIpjp6rtC2DRdwW3oB2'),('pgfnvt3fa10e1kf5mlmgh9gag2',1460126925,'UNBv9xU6kucipRL5o76eIjK0YpkDt3pUt31M04Pec_GJlVIpjp6rtC2DRdwW3oB2'),('gfm9r83orgddeec134pntv0e25',1460130164,'S7vty2AEDlB7Fap6i3MwDUkze7ZHsKqQXRNrthGQcwdZpi6xE1ZXT5GLlb_0aOdK'),('7r2ng6d7gll80vrorvdk7iaff3',1460130168,'S7vty2AEDlB7Fap6i3MwDUkze7ZHsKqQXRNrthGQcwdZpi6xE1ZXT5GLlb_0aOdK'),('fqembc9h6o3u220qsn91absg16',1460135692,'npSMX4yOqGOygOaM5Bq5pXkrGk5xp8sOkXEpLHX0fgjwskLkxSsuZ0QoICceLKwU'),('1eihk28q33uqi6svi96auk3ls2',1460137563,'O90ne2Ytg_TwaOnWSfiDBFrsnk4hHD_gqRtplZaNluLM3FrdruBkNeakWu5qLEV0'),('3m44qe0179jif5eubufrjabur6',1460137563,'O90ne2Ytg_TwaOnWSfiDBFrsnk4hHD_gqRtplZaNluLM3FrdruBkNeakWu5qLEV0'),('4vo17jrv2fhg25k20vc3jmadi0',1460137563,'O90ne2Ytg_TwaOnWSfiDBFrsnk4hHD_gqRtplZaNluLM3FrdruBkNeakWu5qLEV0'),('vcotl9f73skb84uh4qm1r3lef2',1460137563,'O90ne2Ytg_TwaOnWSfiDBFrsnk4hHD_gqRtplZaNluLM3FrdruBkNeakWu5qLEV0'),('qq5nc0cgf6ar00rc8q29bt3ph0',1460137564,'O90ne2Ytg_TwaOnWSfiDBFrsnk4hHD_gqRtplZaNluLM3FrdruBkNeakWu5qLEV0'),('or26btune6rqt87j7baf8c3m62',1460137564,'O90ne2Ytg_TwaOnWSfiDBFrsnk4hHD_gqRtplZaNluLM3FrdruBkNeakWu5qLEV0'),('co6j2f08blu76njilmj5hck4h3',1460137564,'O90ne2Ytg_TwaOnWSfiDBFrsnk4hHD_gqRtplZaNluLM3FrdruBkNeakWu5qLEV0'),('kdc2gigf2tn69t88ovov3v7554',1460137564,'O90ne2Ytg_TwaOnWSfiDBFrsnk4hHD_gqRtplZaNluLM3FrdruBkNeakWu5qLEV0'),('7c5e09kipinch979a8fnh8pu41',1460137564,'O90ne2Ytg_TwaOnWSfiDBFrsnk4hHD_gqRtplZaNluLM3FrdruBkNeakWu5qLEV0'),('bf870ef62d60njltf0eh7q9qs0',1460137564,'O90ne2Ytg_TwaOnWSfiDBFrsnk4hHD_gqRtplZaNluLM3FrdruBkNeakWu5qLEV0'),('bjvc3uiveoqoj4tl726tq89r41',1460137564,'O90ne2Ytg_TwaOnWSfiDBFrsnk4hHD_gqRtplZaNluLM3FrdruBkNeakWu5qLEV0'),('8q76tob34vo0cko0oia64thro0',1460137564,'O90ne2Ytg_TwaOnWSfiDBFrsnk4hHD_gqRtplZaNluLM3FrdruBkNeakWu5qLEV0'),('lilpuvdh0vunvcsofkg941f7n7',1460137564,'O90ne2Ytg_TwaOnWSfiDBFrsnk4hHD_gqRtplZaNluLM3FrdruBkNeakWu5qLEV0'),('d6k3jfg9t3d93t2e892ol860s1',1460137564,'O90ne2Ytg_TwaOnWSfiDBFrsnk4hHD_gqRtplZaNluLM3FrdruBkNeakWu5qLEV0'),('8bkgi9snjtbr8h95f940ve1mt4',1460137564,'O90ne2Ytg_TwaOnWSfiDBFrsnk4hHD_gqRtplZaNluLM3FrdruBkNeakWu5qLEV0'),('06q58vka2pe0dl02i4ua2mb997',1460137564,'O90ne2Ytg_TwaOnWSfiDBFrsnk4hHD_gqRtplZaNluLM3FrdruBkNeakWu5qLEV0'),('43t8akm8t9igu2qkagv8u79dl2',1460137564,'O90ne2Ytg_TwaOnWSfiDBFrsnk4hHD_gqRtplZaNluLM3FrdruBkNeakWu5qLEV0'),('978ntl3fi16rvssdm1cipgaft7',1460137564,'O90ne2Ytg_TwaOnWSfiDBFrsnk4hHD_gqRtplZaNluLM3FrdruBkNeakWu5qLEV0'),('ujhvpf4o3vfvu24tjahjm4ups1',1460137564,'O90ne2Ytg_TwaOnWSfiDBFrsnk4hHD_gqRtplZaNluLM3FrdruBkNeakWu5qLEV0'),('3pc2k7g80fal22k6197hahv9v6',1460137564,'O90ne2Ytg_TwaOnWSfiDBFrsnk4hHD_gqRtplZaNluLM3FrdruBkNeakWu5qLEV0'),('g4fav7lqgdg8gg6etjpc8l9i87',1460137564,'O90ne2Ytg_TwaOnWSfiDBFrsnk4hHD_gqRtplZaNluLM3FrdruBkNeakWu5qLEV0'),('ivcf7knqgorafonnvn572ilpr3',1460137564,'O90ne2Ytg_TwaOnWSfiDBFrsnk4hHD_gqRtplZaNluLM3FrdruBkNeakWu5qLEV0'),('uptsi39l9l7slou4q0omoo9g40',1460137564,'O90ne2Ytg_TwaOnWSfiDBFrsnk4hHD_gqRtplZaNluLM3FrdruBkNeakWu5qLEV0'),('8rrkcq02eo5vhkt6icicb07kf3',1460137564,'O90ne2Ytg_TwaOnWSfiDBFrsnk4hHD_gqRtplZaNluLM3FrdruBkNeakWu5qLEV0'),('bl7olof1q6rqk9q6gn2qr9t906',1460138100,'LuJuDvmBDPWKHwOiaQcrdtH5aYqx5jSLaxKXyyzFm_Z_y60i-PeERym0iMWgLbK1'),('6fd3nbnclg19ct24bvk6v5r2l6',1460138407,'fm9Ff5fzYmGlK38k5mrsUuPWTsmzXD6JkaSChaQ7G7n3tqI1X4TM9KTLiS-u98ZO'),('jfo25l5jcq6nlsuf9qj1cdfv32',1460143835,'hZSrH_kdH8vS_8RBebJySJ27T9bAu8TNhEtFU0voVsptoZ7ITdCcjX3Loz75BhDy'),('qqeghungisdel9fk483si9rhi4',1460149293,'lVUQlXqMUJaEkiNcATtWMVgQbbG0WSCG8wZHRIDdU4ZG-LDQaC5O3IejBeAyEjVI'),('pk1dbm67ji4t9atf7dnl0ht1u0',1460149308,'lVUQlXqMUJaEkiNcATtWMVgQbbG0WSCG8wZHRIDdU4ZG-LDQaC5O3IejBeAyEjVI'),('l1una9f8mf384qbm4c4hh2gh11',1460151202,'u5tE1w-TGnZA5rUEP2ibXCvCLIjfAdHTV53lnd1j4u6NDSFZfLyGwmrDUlVIJuZI'),('sa6btgnnihoejbk0qp9202ahv6',1460152359,'snsoamOL82DsBXgWkVAWy5YqVlNY2o9LXCa1UGfboiPnqr78M22rYSn9N9XgFzYH'),('9k4bicd3vu61mr8o3c0iunds96',1460152783,'S7vty2AEDlB7Fap6i3MwDUkze7ZHsKqQXRNrthGQcwdZpi6xE1ZXT5GLlb_0aOdK'),('be1b0hgh3ma88k5frda80sejb3',1460153930,'zZBCogI2sPu9fM0KCDz7RHezBSAcqckISe0kfy-6fNCPdH8YRFx5qpxGnj4RTDv_'),('8igsbialibklqc5dl1r4ff30n6',1460153931,'npSMX4yOqGOygOaM5Bq5pXkrGk5xp8sOkXEpLHX0fgjwskLkxSsuZ0QoICceLKwU'),('4dm4hfjca0gh8orcr1nti78rf4',1460154793,'tIx81hmrrJZrSHJzAcvDlj3bqPcEIPcUjRoTZr7EJaAKusUPjn117_5N-knwqHZ7'),('aphjanfjkr97qpjk82j108tgn0',1460158355,'-D3_Vqri3_6EdVJUc8OZgDRloOUWvwPXgAKT892EGxBmTpBmBu19GuKFgkwiI6jH'),('1jpvaknl5bhfb6qmlp4pmfjjc1',1460158355,'ztoGSui5dhLwh0R_fTsLtI67SZlYHtFf4A_5_gPlGl7iKmV16YegofxloODqtNjU'),('t0ues2328qk3tnr4jkffu8ncu0',1460160334,'LuJuDvmBDPWKHwOiaQcrdtH5aYqx5jSLaxKXyyzFm_Z_y60i-PeERym0iMWgLbK1'),('2j4usosbe3ocp2tdov63l2c5d4',1460160370,'fm9Ff5fzYmGlK38k5mrsUuPWTsmzXD6JkaSChaQ7G7n3tqI1X4TM9KTLiS-u98ZO'),('fspt4dajhhvqmaki9bcg1uceu1',1460167499,'L3ZR6im6ifJ0lu08DQ_a9LvmbMtMktQCG76S37WjsXoT-zV0wPISHqIZGb7hj7Kp'),('dh09kc759sfq8akubg6el29d34',1460168598,'hZSrH_kdH8vS_8RBebJySJ27T9bAu8TNhEtFU0voVsptoZ7ITdCcjX3Loz75BhDy'),('kr4jsrq4p1qdnlbejkoprbgmj6',1460035921,'zfPpfd5Tn_NmzRHvOQx1qnERQYd0aK8cMMtKNaUqkkC48ftT_47231qOen1G4MZj'),('v6hec520h8f9b8oi2ih0skn8a2',1460034174,'n6WIsOMD3VWUfc7d6WZCHAt-Ra45lBop_r8zIyfSmRGtnakEvQru4XdrgiNUIhsh'),('lpt2u8hr457g9mdvcqab21jlk1',1459768586,'O3ZMBdUipm2Pf_QG3WmMcYxqzJXLHRCc6uORR7NGaDqEqrWiwcJtyoBV_Xf-FjfE'),('h95p98motu3987co9bhnn6p170',1459770101,'ERTMfHa4T-qwpxJIkw47GcfV4g9bqeAKd7Zdhxpm1icKc5MOSiZQqncHwcMmVGde'),('7gdafisg3aov33p2dqqqunhig7',1459770731,'XkkCm15I7sYZyTvRINSHeuXmWw_hhRjr8Avvl9n790h1K5V7zbueKoE7NXKV6Y-Q'),('b7jsf4bn2p7i8r4rvu00kh9ac2',1459770732,'XkkCm15I7sYZyTvRINSHeuXmWw_hhRjr8Avvl9n790h1K5V7zbueKoE7NXKV6Y-Q'),('auo7hv0aj6vrmc2djlajhj93a3',1459771409,'R3uBvWemas4zxCn6gJfAxocVZ4E4BOj6crqKKpR_rR3KNkcKS38aHQ8pGsyJtKTt8E9m7u_s9R2UfxgHUE71_tGCM6ofTlc_mDVwk6SPQKN5JkKMLXbEpdVoy-CU3F8D2mdOmQOARHvoUyloMWzjPwrq7GwjoVpHkknxflPybXAbqtqlTZHh8vkZc4G8Iqu0IFblyjezU2BMFt7QJN6yZd2fRkIFz-SDJ2qemSpfkVU149-PTACwoHw6ifz_qOZgoGanRuxz2Q2SevYiAZI-EdFrkqzU66MO7fSbtPcw6YFDeHfMKK9pFlnUNrBJjye8WZVv0wLU_AR4DfLYHiC-pnP2eyj7VimLT3F29orewqJuUOMnxFLbToMbDSm15P5dCN3uq8p4b7BGgZLsiEfo9DknkJdC6DykiNfIlV5sP7RzDQBJxNGjImy9-rJKKf9VrLpVu6_kedeoEDkHd3Et08Bgk4yYLjj9TyFNDTe9YSps1uT8XNGN1Ay9n9GyYS_k'),('mdndj52vt7vqgd8lhcpv15fvc4',1459768091,'FokI8GcFOPPYRA6WZIXs507IIvi2GXW-EhmBM5nk8Y-fZaoebgsjbOupceCRfIG_'),('s4rmua5p74mkrlv7kpdv8jkji3',1459766137,'DwbhSnxteVuTO711YaoAvLLgq_zTWuhb9P4w5EQz15DJLLRuOdYPdZC9eB2k15Lk'),('jq5unq0vqso995m66nprbrgv81',1459764480,'JIIcl1YX-wvV57RHQp2oFyoJQ3u5yFqgnYdhQ-B7oky7Lm__UfDgGBLiXotrRvjN'),('tqavfihoud0bm9acvecb5vj180',1459763997,'tkf8GxphYu7vEidQXGYSrNeuPGkRbwwlPPyoh7xh8wc1KSKIgTir2RMl9xAYTFLB'),('2npi30ebfvcrtivvu9dl0j3pm1',1459763485,'lVUQlXqMUJaEkiNcATtWMVgQbbG0WSCG8wZHRIDdU4ZG-LDQaC5O3IejBeAyEjVI'),('29leanprehmgr289aktgcbmus7',1459757646,'LuJuDvmBDPWKHwOiaQcrdtH5aYqx5jSLaxKXyyzFm_Z_y60i-PeERym0iMWgLbK1'),('57r4ige9ssu0qhhkam1l8ge0n2',1459757644,'fm9Ff5fzYmGlK38k5mrsUuPWTsmzXD6JkaSChaQ7G7n3tqI1X4TM9KTLiS-u98ZO'),('7akhora82fb2pk3kl97jmgdhl2',1459756884,'y673ERZ4pKTC711LoyqioeRG0ZEmKFLsYovgBA79O5Iri5Jly5fFdpVohFuD6oRP'),('4h6culcetj8ep5rpsm33ubrs74',1459756756,'Gnsge67BEHyv2XHhI5NFlz6V6RzrwkYEUMvCGT83jpvsW182EbrB5QOeBSSf9nE2'),('amf8nqo8oepij0eeamqn5g4627',1459756018,'y673ERZ4pKTC711LoyqioeRG0ZEmKFLsYovgBA79O5Iri5Jly5fFdpVohFuD6oRP'),('d7q013s2up5st2qugadubgl0o2',1459755333,'y673ERZ4pKTC711LoyqioeRG0ZEmKFLsYovgBA79O5Iri5Jly5fFdpVohFuD6oRP'),('se4giffkt7fscq4dbuovn3g462',1459755166,'0Zs9T0xGVcLc9OxDJH7fwTYGWoS9JKzbDLNjGXfUqsZVsiUkTgF6nWidJbdsuWr_'),('r2fs6d265l8ma7cs0k4hiaer55',1459753974,'mfzN7OjRtqb6yqDAV2tVJv8iCfhmVaEmp0oN_NmnyCn_9tO1DRBotghPsMe5osoQ'),('406753s9ka37me4af4306lh703',1459753973,'-D3_Vqri3_6EdVJUc8OZgDRloOUWvwPXgAKT892EGxBmTpBmBu19GuKFgkwiI6jH'),('hn4aaf6924f4rq0cpf6od37us3',1459753737,'kRduBCi_vE5FW6exDwaekNVPuUpaCtHrN3eB92UgJCuZPwk6ye2ftclpgC2WUTvG'),('ea7iteskj365u40omsmn9itbu0',1459746999,'S8LjS7KfCzqQvIJMRTmib_3OlLOw2kbPJZ1MNdB36Hfw_K6juSXiKG151-YXCygH'),('dutoc6legoa68u6mbap308r7m0',1459735508,'fm9Ff5fzYmGlK38k5mrsUuPWTsmzXD6JkaSChaQ7G7n3tqI1X4TM9KTLiS-u98ZO'),('s6rr616jibhadogekdovmp22g7',1459735442,'LuJuDvmBDPWKHwOiaQcrdtH5aYqx5jSLaxKXyyzFm_Z_y60i-PeERym0iMWgLbK1'),('9ht40t270h6lf07h60naegksp6',1459727185,'JIIcl1YX-wvV57RHQp2oFyoJQ3u5yFqgnYdhQ-B7oky7Lm__UfDgGBLiXotrRvjN'),('cgurrck4e6latl81aio75u6fh6',1459726973,'knfgDGbBujSUQQokFC4hlZCWwVW1OGKwdAzgbK9xLd_MTg7xFOomNZGv1zjC1dG9'),('22o9ql44egf4lpnpneaj9mv9l0',1459726454,'knfgDGbBujSUQQokFC4hlZCWwVW1OGKwdAzgbK9xLd_MTg7xFOomNZGv1zjC1dG9'),('oke60evclf4nd44ovar2p8e222',1459726422,'JIIcl1YX-wvV57RHQp2oFyoJQ3u5yFqgnYdhQ-B7oky7Lm__UfDgGBLiXotrRvjN'),('7ljqu1fc11h0v69p2eij42lms4',1459724798,'ClBqbedO7KH-2YxQyJKO4JJ9s6mUyNTm1kj46POns48npuywA81L53ZUpwD1dfLA'),('g433308qo29vlp68rs8gh05uc1',1459724642,'Gnsge67BEHyv2XHhI5NFlz6V6RzrwkYEUMvCGT83jpvsW182EbrB5QOeBSSf9nE2'),('5jlll5g41vvoasnmlkgngad8s1',1459721611,'lVUQlXqMUJaEkiNcATtWMVgQbbG0WSCG8wZHRIDdU4ZG-LDQaC5O3IejBeAyEjVI'),('qs587dndffvmdlodehsea1a056',1459721549,'lVUQlXqMUJaEkiNcATtWMVgQbbG0WSCG8wZHRIDdU4ZG-LDQaC5O3IejBeAyEjVI'),('92g8r7j45nj55k2jmfs5iguva1',1459718575,'tkf8GxphYu7vEidQXGYSrNeuPGkRbwwlPPyoh7xh8wc1KSKIgTir2RMl9xAYTFLB'),('2bisgn7qpc7hob8lnib4bk89i3',1459716102,'fGVQnwGlKY1KZlK6ZC7lyGwVAd5AHsMtSBnSahgPKMuETXgGrp8v2qp7G8Cpb4Kq'),('gupqeoqllpr0h0jk5lkh1a7954',1459715684,'Gnsge67BEHyv2XHhI5NFlz6V6RzrwkYEUMvCGT83jpvsW182EbrB5QOeBSSf9nE2'),('5j8p9accguiegkfkbv96aaoeg4',1459713883,'tkf8GxphYu7vEidQXGYSrNeuPGkRbwwlPPyoh7xh8wc1KSKIgTir2RMl9xAYTFLB'),('a32rgne72eiufepjer0ste64n2',1459713309,'fm9Ff5fzYmGlK38k5mrsUuPWTsmzXD6JkaSChaQ7G7n3tqI1X4TM9KTLiS-u98ZO'),('qjiv9q1jhk73qd22aq40eu0f32',1459662223,'98biFEWQ6ONS6-3POnvOFwv52fps5UQgwCFPWg1N_FiJvobyq1ZTEwiTz7n5T4Yv'),('aa14cqoi0osjmoqb7of92ns6i4',1459666512,'Lqm4DZ5XCls0_G_4HcnZdT4qqAygcejuwqubucWGjx7QeSYlI51Akq1fdeO25K0e'),('1c5q36m5cam9ukbeg6ljlu6l45',1459666514,'Lqm4DZ5XCls0_G_4HcnZdT4qqAygcejuwqubucWGjx7QeSYlI51Akq1fdeO25K0e'),('0e9ehv64js8eas89feufjr9u55',1459666515,'Lqm4DZ5XCls0_G_4HcnZdT4qqAygcejuwqubucWGjx7QeSYlI51Akq1fdeO25K0e'),('dh0h799cic0709psjq0cu4red1',1459666516,'Lqm4DZ5XCls0_G_4HcnZdT4qqAygcejuwqubucWGjx7QeSYlI51Akq1fdeO25K0e'),('1358gvk9uiko7pqj0fck4svhr3',1459666518,'Lqm4DZ5XCls0_G_4HcnZdT4qqAygcejuwqubucWGjx7QeSYlI51Akq1fdeO25K0e'),('s1v8lo4bp4b762sqi5gs7en621',1459666519,'Lqm4DZ5XCls0_G_4HcnZdT4qqAygcejuwqubucWGjx7QeSYlI51Akq1fdeO25K0e'),('127k5k44pusafsosn76pumsds7',1459666521,'Lqm4DZ5XCls0_G_4HcnZdT4qqAygcejuwqubucWGjx7QeSYlI51Akq1fdeO25K0e'),('eoqpij8599koleu3l9m3k0mb51',1459666523,'Lqm4DZ5XCls0_G_4HcnZdT4qqAygcejuwqubucWGjx7QeSYlI51Akq1fdeO25K0e'),('mjtt6q1che3m6nu3d85u73eg14',1459666524,'Lqm4DZ5XCls0_G_4HcnZdT4qqAygcejuwqubucWGjx7QeSYlI51Akq1fdeO25K0e'),('5b77uhm2ehhofnlnasf6jdpob0',1459666526,'Lqm4DZ5XCls0_G_4HcnZdT4qqAygcejuwqubucWGjx7QeSYlI51Akq1fdeO25K0e'),('ovfgvt4vt3lhaddmj04mgkf702',1459666527,'Lqm4DZ5XCls0_G_4HcnZdT4qqAygcejuwqubucWGjx7QeSYlI51Akq1fdeO25K0e'),('fhf7964kkbvhafgsruf8i04au5',1459666529,'Lqm4DZ5XCls0_G_4HcnZdT4qqAygcejuwqubucWGjx7QeSYlI51Akq1fdeO25K0e'),('aqgs5tupubl9sfaimkdvu3nrl7',1459666530,'Lqm4DZ5XCls0_G_4HcnZdT4qqAygcejuwqubucWGjx7QeSYlI51Akq1fdeO25K0e'),('hnhq3kjjjhh5qt7orv7i8ha7r1',1459666531,'Lqm4DZ5XCls0_G_4HcnZdT4qqAygcejuwqubucWGjx7QeSYlI51Akq1fdeO25K0e'),('vptt9nb4cua6lsgl2j4hdfscb6',1459666533,'Lqm4DZ5XCls0_G_4HcnZdT4qqAygcejuwqubucWGjx7QeSYlI51Akq1fdeO25K0e'),('be67ag5p26q3pk2o5i00e0ele0',1459666536,'lG0ySBd9UzhyCsny0IhZxlRKe6I9esHHsAAG4kCj2p_HiUw_XQDXIvI08YjLcnAi-gcsbIkpGljY_xH8p-Fau2tWmw9EaKuOohvYevci_lr7WDLl8CSbh28YZgRQPqEgSXs7oYpxuev_pwIl_vM4VACh3ck56D8jYX6fPDKhv1Q6W0-QiFJnNfIdZRu0EvY3Aqh3eaBatCInOQD8GUILjgQG_qCqNXow9eRM84ng9P4f8EqdSFL9gJSstTP5X_NHAmfaO03m3T2yAXlj6WKJeKDOhQX9fIP3RCzaDrcYhpEKPYU-VSSJXib2byvCkUW691rqaeRxwQSAHZLpaDnZjtItfDuEQvK2ZOwUrNmLF2DkZxnL3YCGuMQjoM9KkITn_JfM3trFN_FOzcv8SALx-OZP5XPpZjUVl3nqnoJrC9mTCJQwAZIC9iXeR3UkuEGJDwQ-ZfwU__Z5voupBllEFBX_nJvokBbqqlFFIG1166I0qd5PBQvotvSXVrbmnDOV'),('thpki2sf4qpuogcgatfb4ssp01',1459666538,'Lqm4DZ5XCls0_G_4HcnZdT4qqAygcejuwqubucWGjx7QeSYlI51Akq1fdeO25K0e'),('qm4clp902m0olh72rnb7vim661',1459666540,'Lqm4DZ5XCls0_G_4HcnZdT4qqAygcejuwqubucWGjx7QeSYlI51Akq1fdeO25K0e'),('g6hp51slhdmh5cb3bar68hh707',1459666541,'Lqm4DZ5XCls0_G_4HcnZdT4qqAygcejuwqubucWGjx7QeSYlI51Akq1fdeO25K0e'),('2au3cs5o3gducpkr6370i08744',1459666542,'Lqm4DZ5XCls0_G_4HcnZdT4qqAygcejuwqubucWGjx7QeSYlI51Akq1fdeO25K0e'),('vdaqphfkke0e3ivhth1njumj22',1459666544,'Lqm4DZ5XCls0_G_4HcnZdT4qqAygcejuwqubucWGjx7QeSYlI51Akq1fdeO25K0e'),('qbo40vudndvf7qghndubhamvm7',1459666545,'Lqm4DZ5XCls0_G_4HcnZdT4qqAygcejuwqubucWGjx7QeSYlI51Akq1fdeO25K0e'),('amehsvfrru7hghhvariv9mr4s5',1459666547,'Lqm4DZ5XCls0_G_4HcnZdT4qqAygcejuwqubucWGjx7QeSYlI51Akq1fdeO25K0e'),('8e4dqug9k5itjj0cn1kcg2gvt6',1459666548,'Lqm4DZ5XCls0_G_4HcnZdT4qqAygcejuwqubucWGjx7QeSYlI51Akq1fdeO25K0e'),('0v0shd0odrv7anm7pacbg22f81',1459666550,'Lqm4DZ5XCls0_G_4HcnZdT4qqAygcejuwqubucWGjx7QeSYlI51Akq1fdeO25K0e'),('a8psi63g0006o08ies4qgkhon6',1459668230,'Gnsge67BEHyv2XHhI5NFlz6V6RzrwkYEUMvCGT83jpvsW182EbrB5QOeBSSf9nE2'),('co7l31ts2g712oq8ove5m09dv5',1459668899,'fm9Ff5fzYmGlK38k5mrsUuPWTsmzXD6JkaSChaQ7G7n3tqI1X4TM9KTLiS-u98ZO'),('m5ul5teon70kgg9ru347fg7o26',1459669188,'LuJuDvmBDPWKHwOiaQcrdtH5aYqx5jSLaxKXyyzFm_Z_y60i-PeERym0iMWgLbK1'),('vs2bt5llno3aiufd3oghutoks4',1459669836,'MhgDyYf7jvMwJV-HoqO6LDxjZf2kTS_ckCsd0GdLBm87rKQF1ScWaWjtC5HmK6gZ'),('ascjmf2kns76bce8e7ebck42u5',1459669850,'MhgDyYf7jvMwJV-HoqO6LDxjZf2kTS_ckCsd0GdLBm87rKQF1ScWaWjtC5HmK6gZ'),('u8k6iamshjai30hqupnk50c9v5',1459671676,'Bnz3nayDcbzKxVZiBx_ReDBjjoKn1KHuQcVeJKwi6gTHvBe8hIcr94CEgamlTaaf'),('vhc7kuqar3hteu5aob7a511gi4',1459672997,'XkkCm15I7sYZyTvRINSHeuXmWw_hhRjr8Avvl9n790h1K5V7zbueKoE7NXKV6Y-Q'),('i9jebeblr0mck1dl3idtt1iu53',1459672999,'XkkCm15I7sYZyTvRINSHeuXmWw_hhRjr8Avvl9n790h1K5V7zbueKoE7NXKV6Y-Q'),('34cdodla4spdlr49tddfupn870',1459677955,'kvpg_5-rztTTy6jFFSepyng6kTfVmR0W7rQLgkED77FV7Ya_aYyXdcQlrit-TZO2'),('41v50l2d0iujadcmh300rgnfg6',1459680784,'Mr8UYeWWNfsSaj-kfykoJsYm8kHSEtznAkB3W6QN0p52WyTW7umUxOE8nfxHgs_9'),('gdfvame8hbhdb6npr6vldh5r22',1459680784,'Mr8UYeWWNfsSaj-kfykoJsYm8kHSEtznAkB3W6QN0p52WyTW7umUxOE8nfxHgs_9'),('2de6go8kfus84ti0cbbdgt16s6',1459683479,'2QQc4lIk6yIhVda-rhvynwhRJ3hC1jrDmSrj6fbUOYYpvQ12BrdMEqF-CncYst26'),('9r3so9r1p53ejlk5q8jvrq8tk7',1459683485,'2QQc4lIk6yIhVda-rhvynwhRJ3hC1jrDmSrj6fbUOYYpvQ12BrdMEqF-CncYst26'),('ohsbb388lc9keg3hcqluah36d7',1459684500,'2KjPTxgUGldWREdwWk9M3MpMOTHOYwVDyXiVCl_27VGuKEhmv1HDvrpuo8koioK3'),('5hrp9r1eoisuojb66vo5ltd9q6',1459684507,'2KjPTxgUGldWREdwWk9M3MpMOTHOYwVDyXiVCl_27VGuKEhmv1HDvrpuo8koioK3'),('b16ide56k3osrk44ctf8diq0t1',1459684792,'oD5wuC4cFz5xdm5QgRHVgajnIrmXccP7z_1Or8ot8ZwpX96TJ8CPwZ7oLapm7UeI'),('27ipsdc3a3g5vk2cogtfm4eed2',1459684799,'oD5wuC4cFz5xdm5QgRHVgajnIrmXccP7z_1Or8ot8ZwpX96TJ8CPwZ7oLapm7UeI'),('ofojqjk8872md8oc3bir3t3210',1459684958,'TmVJAuX86_7SZcoLW9MoJEcg4LaPqc4OIT_ayut03VfXW_46605XpwsSTqYazNIN'),('vsg9tgvjgm88go7vf8btennls7',1459684963,'TmVJAuX86_7SZcoLW9MoJEcg4LaPqc4OIT_ayut03VfXW_46605XpwsSTqYazNIN'),('kqt9dacdfdpe22fbnobabejq06',1459685440,'HBmZju9oJ-t2jrvWk7dNjspFr73oBf8Yh4E6arp5gq5M-sFCtESIjOcg2k89LVbm'),('upilspiv7moup9saflq201gqa4',1459685450,'HBmZju9oJ-t2jrvWk7dNjspFr73oBf8Yh4E6arp5gq5M-sFCtESIjOcg2k89LVbm'),('uj9ohfp67lssgl2fcejjp2ube1',1459685476,'2KjPTxgUGldWREdwWk9M3MpMOTHOYwVDyXiVCl_27VGuKEhmv1HDvrpuo8koioK3'),('gtrnntunnidqm2hucnchggg9n3',1459685649,'oD5wuC4cFz5xdm5QgRHVgajnIrmXccP7z_1Or8ot8ZwpX96TJ8CPwZ7oLapm7UeI'),('vc08qaeo7rre6ur44iq15stok5',1459686212,'2KjPTxgUGldWREdwWk9M3MpMOTHOYwVDyXiVCl_27VGuKEhmv1HDvrpuo8koioK3'),('4seaqliqt54hau62rq47h88ro1',1459687771,'TmVJAuX86_7SZcoLW9MoJEcg4LaPqc4OIT_ayut03VfXW_46605XpwsSTqYazNIN'),('74up715oi5fkponmnh3otdpiq7',1459691016,'LuJuDvmBDPWKHwOiaQcrdtH5aYqx5jSLaxKXyyzFm_Z_y60i-PeERym0iMWgLbK1'),('pkq06vu7e3jbkro1phntb5tur2',1459691385,'fm9Ff5fzYmGlK38k5mrsUuPWTsmzXD6JkaSChaQ7G7n3tqI1X4TM9KTLiS-u98ZO'),('8g070s2o0o095m8lilj829ctd7',1459691591,'SswYsR226Aq5xV7xr22pWDefFImp9FqNJI1MkJJ9fFiZs031mBTR6Td0s139UuhL'),('gqj5npfv6imn90m6e6udkk2fv4',1459693271,'zfPpfd5Tn_NmzRHvOQx1qnERQYd0aK8cMMtKNaUqkkC48ftT_47231qOen1G4MZj'),('v8rhvbesu7atnfvg2flb2q6pg6',1459694504,'DwbhSnxteVuTO711YaoAvLLgq_zTWuhb9P4w5EQz15DJLLRuOdYPdZC9eB2k15Lk'),('9p3nnotck9rcmbe8nrh873iag4',1459697445,'7sBoMyA-jw5rCy5so69KT3lz2CWJuwKxo56Cj4JA2Uc7DRj3JiKBs01c1oeeKxzF'),('lv51mo3h0sbj7uc5hoe57c5eo3',1459697613,'gfL3SMPys7sBs_SI-LFDJVnIvIixHwI20gEj-iMLbbNw0AJMA5mGAFAbARg7nBDs'),('mbn3p2fhcvl6cr96ttvk5rt896',1459698399,'PK8X72_vAZjWSVcu-GYOXFG-NkuH3aMpEJ2ap50NDQ522F9Qd5i1W7zgsxNhbpR1'),('vsicfc3gq54vs60ut9rbhfd1b1',1459704706,'hZSrH_kdH8vS_8RBebJySJ27T9bAu8TNhEtFU0voVsptoZ7ITdCcjX3Loz75BhDy'),('b85akh4i1gi0f3gtslp1tk44b4',1459705393,'2QQc4lIk6yIhVda-rhvynwhRJ3hC1jrDmSrj6fbUOYYpvQ12BrdMEqF-CncYst26'),('e50na9ev3due8ojp1hp8033093',1459710379,'vjlf5k_jn0A9lYhQgL2g5WZDeHpdIA9pWkX3nJuDCLt48ANsxcHW-ekQSTgmsBdD'),('afskkhvcondcbga4nn4lp9g5t4',1459710380,'vjlf5k_jn0A9lYhQgL2g5WZDeHpdIA9pWkX3nJuDCLt48ANsxcHW-ekQSTgmsBdD'),('465rc7vcliiirmlab93i14hfn7',1459712390,'JNlIe06GlYVEmVgWGMqy3BA8Yxy7D1l1Co8sVGdrOnQ_5oeCfHE7KJ1Xq9GUOxrX'),('kbtp4iuugim97732h4l0nd1ma2',1459712392,'JNlIe06GlYVEmVgWGMqy3BA8Yxy7D1l1Co8sVGdrOnQ_5oeCfHE7KJ1Xq9GUOxrX'),('7g6qdrflasnaorarev20uafjd6',1459712993,'LuJuDvmBDPWKHwOiaQcrdtH5aYqx5jSLaxKXyyzFm_Z_y60i-PeERym0iMWgLbK1'),('2nro8lf6pca42oacjaksr31g22',1459713119,'Gnsge67BEHyv2XHhI5NFlz6V6RzrwkYEUMvCGT83jpvsW182EbrB5QOeBSSf9nE2'),('5tq7q2t43052pdp7vh0nbmoe91',1459713119,'O3ZMBdUipm2Pf_QG3WmMcYxqzJXLHRCc6uORR7NGaDqEqrWiwcJtyoBV_Xf-FjfE'),('rjm7ul1e562g3gpb8kit6jaks2',1459661470,'D9e_tA-1ZwkKq0_zfj-hbbBCvHMSpGASVV-ASzAXCE7CYxeGf8AeYz1MTpI_j0Gk'),('8h2lntkg2rsahogjgqnjf8rpk6',1459661434,'rW1zWCwmVUagz2m1uNt3YHewyLlQsj4IjSJTtHlkngieA-swOzyVe79ZzxtCyj35'),('78r1ms79ev8kk67l6ap6us1k25',1459660602,'S8LjS7KfCzqQvIJMRTmib_3OlLOw2kbPJZ1MNdB36Hfw_K6juSXiKG151-YXCygH'),('hh3n4mfq97n4lhiafdfls2j9d0',1459655393,'LY43qjVo8XNg6ksTVEv46MDvrn90uS6FNzBQMJR_QMjftEnsrKulsZDbOLT4luxG'),('vv5bl7aps62cqtsa99a280c0c3',1459647962,'tkf8GxphYu7vEidQXGYSrNeuPGkRbwwlPPyoh7xh8wc1KSKIgTir2RMl9xAYTFLB'),('bltjkqh4o9v81oomfa0l43fud3',1459646733,'0yyg-aKW674D9xd6k-fLuuD-Tkmw-DJxbCi-PWY9_dn57yTqWC-utP3iPHIUm8I7'),('hvsc241rb35t0pjuv043vcrng4',1459646732,'0yyg-aKW674D9xd6k-fLuuD-Tkmw-DJxbCi-PWY9_dn57yTqWC-utP3iPHIUm8I7'),('kdhost2mt1dc73g1r5qi2vi5g2',1459646695,'-m88qlHxQhf1qw8KzxHGntcsef-FHps2JAmXiHBrXe7fe8S5tlXRr-PkWMoNUnBh'),('tkpc815r4dd69jm7kk4njf0k31',1459646690,'MhgDyYf7jvMwJV-HoqO6LDxjZf2kTS_ckCsd0GdLBm87rKQF1ScWaWjtC5HmK6gZ'),('24v7o7o389dlutnsh9vd6gp287',1459646690,'MhgDyYf7jvMwJV-HoqO6LDxjZf2kTS_ckCsd0GdLBm87rKQF1ScWaWjtC5HmK6gZ'),('4j1hrbl6dqmgnovvu6ppprb2n1',1459646689,'MhgDyYf7jvMwJV-HoqO6LDxjZf2kTS_ckCsd0GdLBm87rKQF1ScWaWjtC5HmK6gZ'),('qhpmt5upadg140hmeavnlidaf3',1459646680,'9hCBpkPgw5sXtuI5FR3yJOv9bsg9byoZ7bqTa6ZIMRNU5vtZEr6OeZHJyT_L8O2QUcBo6hcZaXdCI9aIViE-AKK5a25t6FjNexdaKYMvPCfz8CXcdL7Uo-UUo9rAonkEWfcTHSjf_bUfYLu1pNykpDjufDtGAxSmZGd0ucjG7I4NzjfLUyx9qadAeRZoj4w4eiwL_yIrMxwU84zMjd7uODy3vw0ZAiqGEgbOLphprgLf83rT66G59x1sIsQVOVP60E5_2yWNxKNdsjnaxOnAEnZNeTb00Amk-VTD225_v27Cq0SaE-q3HIZgIHUOq15yJOr4hazvaLyyY8X9yfZb48M1Dc4HBpeSVVfjt6qJ-1yybKJYfrjX0qWBWUsAXRyTcQT4pHZ15P95KsPCJwVn_DB6KT53HVV2-4ssbkKKQyxzzEhGnVn8VYpMXXyOLU20KcWQgEEzibBkkRrKqgCxDw9SkyJvC79g4OHeemlhdgUFVvv09ITxhhLBNjKLbqCB'),('4def9h5jpgtqnk22ds2tdmatl1',1459646527,'fm9Ff5fzYmGlK38k5mrsUuPWTsmzXD6JkaSChaQ7G7n3tqI1X4TM9KTLiS-u98ZO'),('fijvfvc02dlvs13mgsv5o437q0',1459646313,'LuJuDvmBDPWKHwOiaQcrdtH5aYqx5jSLaxKXyyzFm_Z_y60i-PeERym0iMWgLbK1'),('fe7cr33l8qdvluonav8ueethe1',1459640132,'tkf8GxphYu7vEidQXGYSrNeuPGkRbwwlPPyoh7xh8wc1KSKIgTir2RMl9xAYTFLB'),('1u0va9t77k75f8plr16nt09mq3',1459632210,'9hCBpkPgw5sXtuI5FR3yJOv9bsg9byoZ7bqTa6ZIMRNU5vtZEr6OeZHJyT_L8O2QUcBo6hcZaXdCI9aIViE-AKK5a25t6FjNexdaKYMvPCfz8CXcdL7Uo-UUo9rAonkEWfcTHSjf_bUfYLu1pNykpDjufDtGAxSmZGd0ucjG7I4NzjfLUyx9qadAeRZoj4w4eiwL_yIrMxwU84zMjd7uODy3vw0ZAiqGEgbOLphprgLf83rT66G59x1sIsQVOVP60E5_2yWNxKNdsjnaxOnAEnZNeTb00Amk-VTD225_v27Cq0SaE-q3HIZgIHUOq15yJOr4hazvaLyyY8X9yfZb48M1Dc4HBpeSVVfjt6qJ-1yybKJYfrjX0qWBWUsAXRyTcQT4pHZ15P95KsPCJwVn_DB6KT53HVV2-4ssbkKKQyxzzEhGnVn8VYpMXXyOLU20KcWQgEEzibBkkRrKqgCxDw9SkyJvC79g4OHeemlhdgUFVvv09ITxhhLBNjKLbqCB'),('mgdd3rbrbtihor1t8dq3natr15',1459631042,'W9fl-pq2RdX79wPgQoctAVorHTh_RMoiNtjLGMY2BkJcUnxc2r5moYQy-z_IZIH6'),('evt74nl8s2giqi9avmbvrg1qk3',1459627588,'vjlf5k_jn0A9lYhQgL2g5WZDeHpdIA9pWkX3nJuDCLt48ANsxcHW-ekQSTgmsBdD'),('34u4nh3n2fb377g1jpsmdcc3j2',1459627587,'vjlf5k_jn0A9lYhQgL2g5WZDeHpdIA9pWkX3nJuDCLt48ANsxcHW-ekQSTgmsBdD'),('261m02c46cbuer3e6p0ce9fbi5',1459625392,'vRGIZgZKHRHQP9sCB7QhWRDm6W7b4DvqRv4_6KR3Kv9k_Cc6CHKc0fdzoSgi0a7-'),('ejb332j8isj8dvbgqnjk51bta0',1459624670,'fm9Ff5fzYmGlK38k5mrsUuPWTsmzXD6JkaSChaQ7G7n3tqI1X4TM9KTLiS-u98ZO'),('iucgitgr7ga21nm8jlcr7l72h4',1459623823,'LuJuDvmBDPWKHwOiaQcrdtH5aYqx5jSLaxKXyyzFm_Z_y60i-PeERym0iMWgLbK1'),('i3eortcodekfkd2e1h92vv2h74',1459622901,'Vug2aXBYaqZPIqiKCBiq553294Xvnrld9jMAiuE80B-N_DkjqbycP5lKYJSpeEyF'),('oglv43hri70fhjn3nf0qhellb1',1459621719,'kuztXxNVU--D_0jD8fPXV3Jz0Y6ayWfUYLLJwst2-6fXegrqAn_Qvk885ku0ukcH'),('f7cab8p5g3h384l51ngvno9nn7',1459617963,'Gnsge67BEHyv2XHhI5NFlz6V6RzrwkYEUMvCGT83jpvsW182EbrB5QOeBSSf9nE2'),('5jditif4b7uvt83cf5f3rmh8q7',1459614660,'AoUqiuf1TdNvxH44rcXnraAMX9fAaUMhLXA_eb_-Q1_EeeQ9eEL5dwX19LmKdADI'),('2p9lj54s1bom90vic9ff9tadc4',1459614658,'AoUqiuf1TdNvxH44rcXnraAMX9fAaUMhLXA_eb_-Q1_EeeQ9eEL5dwX19LmKdADI'),('jccm6dvqdn6vqgt3irl51adpm3',1459613397,'g7mDQvfXYrmUnHV746v7d8mrX_VAmxt8jIAjAUQUHszNsUB5LBX9zt0LPdCy6YJf'),('etq0h29cj9o5u0oh03smo1f4f4',1459613289,'zfPpfd5Tn_NmzRHvOQx1qnERQYd0aK8cMMtKNaUqkkC48ftT_47231qOen1G4MZj'),('v4mrib6bem6b1l9k9upekus8f2',1459612571,'echG7fovGb0OkVWAXDKjdUM6tWkjO7xG-FPFUcfbd1fFXdElGO8u3YIOUOTr8mIP'),('9afb1nm4bdpqi2pgect7a1umg7',1460215748,'lVUQlXqMUJaEkiNcATtWMVgQbbG0WSCG8wZHRIDdU4ZG-LDQaC5O3IejBeAyEjVI'),('5ikda41bm7fdjbvphq2fgl0o13',1460220287,'kqYOqNxTTQtJwEMNXKO6Ob8PdEdQY3ISIDfPiv687FEha0hNks08PvGyonh1U1eQ'),('4n7hcvjofmvtovpc0n2r92qca6',1460220659,'S7vty2AEDlB7Fap6i3MwDUkze7ZHsKqQXRNrthGQcwdZpi6xE1ZXT5GLlb_0aOdK'),('qpi60dpm2rnkikht5mkfgbuks4',1460223624,'ztoGSui5dhLwh0R_fTsLtI67SZlYHtFf4A_5_gPlGl7iKmV16YegofxloODqtNjU'),('s1a6hkbo19o4s49l6tdnirhfl6',1460223856,'xvGPzlLJWMCHFXi3zGO-wPsR-iet-9x3-52MjG3rUb3EMAOIflFEBH55LBYNqt5p'),('5ldek64n56qr4dvklrj8shq1c6',1460223856,'xvGPzlLJWMCHFXi3zGO-wPsR-iet-9x3-52MjG3rUb3EMAOIflFEBH55LBYNqt5p'),('qo7a6ggkoskuor5151oo6gtmt4',1460223856,'xvGPzlLJWMCHFXi3zGO-wPsR-iet-9x3-52MjG3rUb3EMAOIflFEBH55LBYNqt5p'),('6ceanmhantgqs6nr2un93a4en0',1460227385,'fm9Ff5fzYmGlK38k5mrsUuPWTsmzXD6JkaSChaQ7G7n3tqI1X4TM9KTLiS-u98ZO'),('ct1t48qe8c8egigciraefna054',1460228155,'LuJuDvmBDPWKHwOiaQcrdtH5aYqx5jSLaxKXyyzFm_Z_y60i-PeERym0iMWgLbK1'),('kaj35n9skksl5jqrhsr9c8cba6',1460230932,'YNSJhyn-yYMxMf5VkTgQRh3vU4_2J_NcWAD7Tk_ZN2xZ2c45Sjnsd-t98w2z29pe'),('4n5ppv7masip9e5krfk2j9t6m4',1460230933,'YNSJhyn-yYMxMf5VkTgQRh3vU4_2J_NcWAD7Tk_ZN2xZ2c45Sjnsd-t98w2z29pe'),('vsb20rb4h5i14blr5t6pj7dle0',1460230933,'YNSJhyn-yYMxMf5VkTgQRh3vU4_2J_NcWAD7Tk_ZN2xZ2c45Sjnsd-t98w2z29pe'),('7oq1trubuqhikmseot76lbjk86',1460231091,'IFlEjoOZZniQRGOHS2O_O3W1fnhUspvnR1BFQfESy0s7JZMur-megD3D4VVSbOoB'),('jkn3oga7llqusnkvufjkehv5n0',1460231145,'eC5m5PoHE1ZMqDKouq0_9o0F_y5dD7TdDgnJh7DAioYY9U9HlBznur5-AXURHoPl'),('eo0vuoo3go6vcid2k1ug13ncb3',1460236904,'DQNJLPipOWDkPezgvCW9XVm-N0ycqrhUp3KAAv-IzxKll_1P7NNJPCuzjCCgS3yM'),('lb8u9tj7u14f8tei7qjnpej3d5',1460238012,'lVUQlXqMUJaEkiNcATtWMVgQbbG0WSCG8wZHRIDdU4ZG-LDQaC5O3IejBeAyEjVI'),('n3qmo2ooe5ui7u96odcq9f9073',1460240994,'XkkCm15I7sYZyTvRINSHeuXmWw_hhRjr8Avvl9n790h1K5V7zbueKoE7NXKV6Y-Q'),('24hsi6gr4qptbgagkd06h5d7m7',1460240995,'XkkCm15I7sYZyTvRINSHeuXmWw_hhRjr8Avvl9n790h1K5V7zbueKoE7NXKV6Y-Q'),('psnmt3028mp8taqt0hthnnq5a5',1460241215,'vjlf5k_jn0A9lYhQgL2g5WZDeHpdIA9pWkX3nJuDCLt48ANsxcHW-ekQSTgmsBdD'),('u2ulr5me963rljbsm9ktur6d37',1460241216,'vjlf5k_jn0A9lYhQgL2g5WZDeHpdIA9pWkX3nJuDCLt48ANsxcHW-ekQSTgmsBdD'),('3tkim7bhgvi2nslisogf237573',1460242503,'npSMX4yOqGOygOaM5Bq5pXkrGk5xp8sOkXEpLHX0fgjwskLkxSsuZ0QoICceLKwU'),('js6k5je1j8obhkbbfvciqaj526',1460242995,'S7vty2AEDlB7Fap6i3MwDUkze7ZHsKqQXRNrthGQcwdZpi6xE1ZXT5GLlb_0aOdK'),('b2fpr4p7v3atua2visgfbs4tl4',1460243530,'XkkCm15I7sYZyTvRINSHeuXmWw_hhRjr8Avvl9n790h1K5V7zbueKoE7NXKV6Y-Q'),('truh3qf9n17sf4v5vjhn0q4a87',1460246647,'-D3_Vqri3_6EdVJUc8OZgDRloOUWvwPXgAKT892EGxBmTpBmBu19GuKFgkwiI6jH'),('70h08gcb8qrjhkeg91osvkk3k0',1460248795,'AjvVUfEcrKgCX1-sd4D9T8wJNs0Q4QE6jFKo97SnIoKImB_9UhLCy91lQDYjMl5e'),('tam3cafrth9ph8r681m2utnuo6',1460248796,'AjvVUfEcrKgCX1-sd4D9T8wJNs0Q4QE6jFKo97SnIoKImB_9UhLCy91lQDYjMl5e'),('qa1opp015p6qa58fagskjn6rm2',1460249554,'AjvVUfEcrKgCX1-sd4D9T8wJNs0Q4QE6jFKo97SnIoKImB_9UhLCy91lQDYjMl5e'),('hb2h1bti3vpkli2f4mfr9lm6i1',1460249673,'zZBCogI2sPu9fM0KCDz7RHezBSAcqckISe0kfy-6fNCPdH8YRFx5qpxGnj4RTDv_'),('oembl0m0scrd2565jkm6e25o96',1460250152,'fm9Ff5fzYmGlK38k5mrsUuPWTsmzXD6JkaSChaQ7G7n3tqI1X4TM9KTLiS-u98ZO'),('cnemujmnjeg7bkovle02t4c8i2',1460250740,'LuJuDvmBDPWKHwOiaQcrdtH5aYqx5jSLaxKXyyzFm_Z_y60i-PeERym0iMWgLbK1'),('im6so95fatm7etgov7tesn7gh1',1460255870,'Sqr9uFZPy6QRFGpVxMzSzK5g5kaW3IM0erTK_M3HS8UpptGOcOKECPVm4SduUin5'),('cv1fa5g84gidkt7ph745uftcm6',1460255870,'duLhzQAFfaDq4lQah2QMaSMpWrDR-eBt_Mu4jJtuaNlXY3FdcFUFdG83NjZ5oqAL'),('sbiutsu1j34g428847nhdj9d27',1460256273,'kCXLUoE6bytzPQ8H3Gukq8Fj-0WlsuH_oVXpoevllDuzFYcc0TJZaD0YrCaP7JhM'),('6fldurn1d8ehiptqmkh78mvbf3',1460256593,'bFigw92fU3aXTXIZvaw1Z8nMO9NeaNOrPISzLSYPqI592tkntcTrCOMx7XzJmpCJ'),('h2t55d6q32895qs15sqe7oiha3',1460023835,'LuJuDvmBDPWKHwOiaQcrdtH5aYqx5jSLaxKXyyzFm_Z_y60i-PeERym0iMWgLbK1'),('m3u6huffn7piddhg1t0fs5jr51',1460023564,'WYfrhMD-YKm5BBMqR_VNKFE_3n8Q83xB0nV19yMDvkQLToBCDzFrOkUM5xWmeADG'),('kh54kildefdkgh03cqto68vet4',1460023393,'fm9Ff5fzYmGlK38k5mrsUuPWTsmzXD6JkaSChaQ7G7n3tqI1X4TM9KTLiS-u98ZO'),('g075m3tgd9jpicsthucc6bihv2',1460020949,'LuJuDvmBDPWKHwOiaQcrdtH5aYqx5jSLaxKXyyzFm_Z_y60i-PeERym0iMWgLbK1'),('r6usg9r7h2kgqj0ra4tul8dvt6',1460019857,'4I0DwNn8_iwVMImFPHkvqcWDErvxFxqa0LP07HsXChJXno9SLaTLlU3Yn0lgyLRU'),('tib8qisakrn4mdv6n9vblekgu2',1460019703,'XfNCruW6U8LfAHjMYJ-NoYuGJYnw4XLWl0ark6fQJZfzUvVp8v9KhoJHr5euBkZy'),('9ei9r61tapja2viv49u93rgo95',1460019617,'gupFMXzZ5nOSxkK4NwxuGwStNut3ncN6ZJg0KNPqMzwXPZxMLideanKxEH2Zlmjq'),('713hq23mt394j2o4tgm5uimtq4',1460019614,'gupFMXzZ5nOSxkK4NwxuGwStNut3ncN6ZJg0KNPqMzwXPZxMLideanKxEH2Zlmjq'),('8lq6ja0tqt7phgoido884gqkk1',1460017679,'fm9Ff5fzYmGlK38k5mrsUuPWTsmzXD6JkaSChaQ7G7n3tqI1X4TM9KTLiS-u98ZO'),('iuig10jqpqs5lfnb089kq4f243',1460016460,'fm9Ff5fzYmGlK38k5mrsUuPWTsmzXD6JkaSChaQ7G7n3tqI1X4TM9KTLiS-u98ZO'),('rr2tnhn026qd4ublje6jbt47i2',1460013250,'u-PJu0HG8oTiH0V1kZ94ZVD5IEqrdwud0vjJpFYjCNbJw04emqBW2QYwXOfqSum3'),('c7kortj4ccst1q00tot8and3m5',1460012625,'XDzCEXIG8aotO5BoEbDNapSSw6flX_vJ03qhFNBk54DB3x615l9X7y2ZM-HPnTys'),('48asv08iptcjb4uh9qes61lk32',1460012622,'7TG6bEH5NpnMtaNgcjeCB7H7pGWEQ7ObhOMVrK3NKqWtg68Fv2p-ajdxyzs_JWXf'),('fpcu7gk0hnlkcal60l30ahat25',1460012621,'XfNCruW6U8LfAHjMYJ-NoYuGJYnw4XLWl0ark6fQJZfzUvVp8v9KhoJHr5euBkZy'),('1pstr7qtihegbfr6od1mkdtog4',1460012618,'H3V-tXK77MMjn4OJQvnMC3MtZqWW4QIlvGkC7eNtVD2nHuvHu_gqpTr-CBVlnH99'),('elrj627gge0hlis4836v35rko6',1460012617,'KF69hKHHJ1MJsukRYM9Ie6bO0q9Wiz5sOTtuh885RJFX-bF0vgTlG0ER5yz9u29O'),('i0m4ciqd6ndu6ds02a8dfdpht0',1460010374,'8Ub-sSnscPt_n4Fhk7wGKCse4zTFZevuVe3CDzCNgl63RKs8npbLLDOadMRLD8s-'),('no9l78isio0qm8l7j5hse6m6t4',1460009434,'LuJuDvmBDPWKHwOiaQcrdtH5aYqx5jSLaxKXyyzFm_Z_y60i-PeERym0iMWgLbK1'),('7fd1tkcao3ja7r794pqqktjsr2',1460008309,'UVAmjhvWBsyvszv1eH_Jwa5R2V4dy-ApHTVBzRKDRT6O5u-d2Kt4n8_X3T-qvEdI'),('1hm5nio6datgdkfnt5lcndtqv2',1459964101,'x1il2jDi6ENyiw9H-wGlMFmV43HceEluvEIQEKxLN6NWbwgH2Ue3G0mQbm2ECVu3'),('ucm0o4jbgr95uhhrbtlosjpo00',1459965285,'n6WIsOMD3VWUfc7d6WZCHAt-Ra45lBop_r8zIyfSmRGtnakEvQru4XdrgiNUIhsh'),('vip1hl7pop2kdj8b3g6ikenm95',1459965830,'10PSDb1AcQixz2yg0h7KvZU8Herg1W-s_U2ejw9-bVkaH2CuXDaWe3L4FoQv5bVL'),('f08vpm11dai2pmf2hhh5aks8h3',1459967260,'XkkCm15I7sYZyTvRINSHeuXmWw_hhRjr8Avvl9n790h1K5V7zbueKoE7NXKV6Y-Q'),('qssvn4krhlu5eq9kp1ls0btu32',1459968705,'Q4Ut3L2tifMa_y584SaDzrLq9q8zYIBHbc_FRXb7Q_rjSDNntG5Gxbja_5h4D1VC'),('32lhnfhjhfj7vlk5u0epimqu16',1459973243,'fm9Ff5fzYmGlK38k5mrsUuPWTsmzXD6JkaSChaQ7G7n3tqI1X4TM9KTLiS-u98ZO'),('5894vss313vu2pqbja3pj20f23',1459973848,'LuJuDvmBDPWKHwOiaQcrdtH5aYqx5jSLaxKXyyzFm_Z_y60i-PeERym0iMWgLbK1'),('oatll44hh1i3m92v9bmlc75io6',1459973856,'LuJuDvmBDPWKHwOiaQcrdtH5aYqx5jSLaxKXyyzFm_Z_y60i-PeERym0iMWgLbK1'),('sl401e2ofk27jj6iejvvr7rq36',1459975413,'O2BHpx3cixUOSIoI1zOvfbWT6bW8oeTydp_J2dscwJYh2qJF0hFEMrQ85bgSrn1H'),('t5kptaeg8a7henpo58oseuo9c4',1459975414,'O2BHpx3cixUOSIoI1zOvfbWT6bW8oeTydp_J2dscwJYh2qJF0hFEMrQ85bgSrn1H'),('jbfl7l4ctet2t7s34jetrhk914',1459975420,'O2BHpx3cixUOSIoI1zOvfbWT6bW8oeTydp_J2dscwJYh2qJF0hFEMrQ85bgSrn1H'),('ln12le3e41oi5j6119n418tte0',1459975421,'O2BHpx3cixUOSIoI1zOvfbWT6bW8oeTydp_J2dscwJYh2qJF0hFEMrQ85bgSrn1H'),('g2mfo4i66bumpq1mof037r24q6',1459975423,'O2BHpx3cixUOSIoI1zOvfbWT6bW8oeTydp_J2dscwJYh2qJF0hFEMrQ85bgSrn1H'),('3ep469mgh9qsri3daqk7t0v6d2',1459975424,'O2BHpx3cixUOSIoI1zOvfbWT6bW8oeTydp_J2dscwJYh2qJF0hFEMrQ85bgSrn1H'),('u66jnijsndvj028mnff03ube16',1459975425,'O2BHpx3cixUOSIoI1zOvfbWT6bW8oeTydp_J2dscwJYh2qJF0hFEMrQ85bgSrn1H'),('lqfr0vkph1gmt9huo1f8u93p54',1459975426,'O2BHpx3cixUOSIoI1zOvfbWT6bW8oeTydp_J2dscwJYh2qJF0hFEMrQ85bgSrn1H'),('950a80d98hg2ho69df8tooa455',1459975427,'O2BHpx3cixUOSIoI1zOvfbWT6bW8oeTydp_J2dscwJYh2qJF0hFEMrQ85bgSrn1H'),('k14ibelpjrd1dptk4u7ehhls95',1459975428,'O2BHpx3cixUOSIoI1zOvfbWT6bW8oeTydp_J2dscwJYh2qJF0hFEMrQ85bgSrn1H'),('2ad9318l3d3ls2iv5kq9sl40k5',1459979694,'XkkCm15I7sYZyTvRINSHeuXmWw_hhRjr8Avvl9n790h1K5V7zbueKoE7NXKV6Y-Q'),('b26mh7c9uvd2di4dkuuuji5m02',1459980883,'DQNJLPipOWDkPezgvCW9XVm-N0ycqrhUp3KAAv-IzxKll_1P7NNJPCuzjCCgS3yM'),('vnd1hsjpe46jedhcvokebmjss3',1459983040,'GE0wE8YNXUMQmvZ9Vu6DBgt70M66rgLAu_PdM2SXvdL7fm8xk1lRzLFqiRyqcv8w'),('nhj7iqit8m43d4njc3ufiao2k0',1459984671,'fm9Ff5fzYmGlK38k5mrsUuPWTsmzXD6JkaSChaQ7G7n3tqI1X4TM9KTLiS-u98ZO'),('30afa3prmg18tel4qrr8eac3b0',1459985382,'LuJuDvmBDPWKHwOiaQcrdtH5aYqx5jSLaxKXyyzFm_Z_y60i-PeERym0iMWgLbK1'),('tm248vck3lt65cfh4lulqtieb0',1459987914,'VP3gvmIswVDMJKpJxQL8_o-ubZkAK2upzdFKk6C8LRbTxI6v1BIONWKAbWR9p1MM'),('9nn9qc8gjiatob6vd82j049027',1459988029,'lVUQlXqMUJaEkiNcATtWMVgQbbG0WSCG8wZHRIDdU4ZG-LDQaC5O3IejBeAyEjVI'),('e8sftcglklhalkrrpsa5d0hpc4',1459988280,'BX39QYDDTmh_pzWl9gQ-mhHSwAYBcS9Hfuhx-XMRn0TrkPtEBjs1JAkeXrCs8SoW'),('ll2f35nmsbehc1b5i391gptiv4',1459988406,'Dx2BvFLA0dlBI90PD211Iro5hElFzMJ9DTj0U1A3GKEfa8sYigBB2SUzLwQi6y8T'),('r0itpckiabc8l7pfi75v84e5p2',1459990423,'lVUQlXqMUJaEkiNcATtWMVgQbbG0WSCG8wZHRIDdU4ZG-LDQaC5O3IejBeAyEjVI'),('f9skikqnfest48hi8fgvt6in51',1459993283,'HDKTYk-YJUMdkttjTxTiTOKsueDAqPT6gtYm86jvW3T6zBd6dXTBVpn5GupNMKgC'),('m4nb18okp4cnon8g2ffcn8hoa4',1459993284,'HDKTYk-YJUMdkttjTxTiTOKsueDAqPT6gtYm86jvW3T6zBd6dXTBVpn5GupNMKgC'),('3akc39kis1u9s262ie0ngpsv40',1459995781,'fm9Ff5fzYmGlK38k5mrsUuPWTsmzXD6JkaSChaQ7G7n3tqI1X4TM9KTLiS-u98ZO'),('tkpbsecpd7ac44od5red2f9kv5',1459996577,'7Rmxvi3PEzRIfhZyET5DMx0SrA7WbV6v_RyH02uwEmOZJx0QZtXU-CIit66UuVUu'),('gvsa4upre3gses4uf61qm747q6',1459996803,'tkf8GxphYu7vEidQXGYSrNeuPGkRbwwlPPyoh7xh8wc1KSKIgTir2RMl9xAYTFLB'),('a7tua06t847usmtmjt50phgui6',1459996807,'tkf8GxphYu7vEidQXGYSrNeuPGkRbwwlPPyoh7xh8wc1KSKIgTir2RMl9xAYTFLB'),('kvv8ocr2g8vei4cu0pnfc48vg2',1459996928,'ClBqbedO7KH-2YxQyJKO4JJ9s6mUyNTm1kj46POns48npuywA81L53ZUpwD1dfLA'),('rk4l3aplcbkal2e827rhjq1gi0',1459996997,'LuJuDvmBDPWKHwOiaQcrdtH5aYqx5jSLaxKXyyzFm_Z_y60i-PeERym0iMWgLbK1'),('kego3e47e7t9akebfk1dj83076',1459998160,'_EiH0lVRfvbC7WkFfxy9vpF7Gw9pX1II4_qUUU7sg2D8WDc-6tnh3me-PqcoGe7z'),('8cnkb01kr21aq9csavq1b5t430',1460001594,'Tfc6dgauVH0pBGoyMUfJiojWXopUBE40w7AGW_cWRefDOlnCh0OjtS4AOYvstIX5'),('jjjgr7fdua48i7v4vo22hnb7s5',1460001594,'MwSoGTEi8Mf7cWbzSrv_4ZqvoYAJBu1sguG8RnoAOFUnafuplmqevNGX_8H0GquH'),('63fnhl7b8bbchu43nivfsm79c3',1460006266,'S8LjS7KfCzqQvIJMRTmib_3OlLOw2kbPJZ1MNdB36Hfw_K6juSXiKG151-YXCygH'),('7e96d6cq6bc3arqntva7lbtnh6',1460257117,'8YMII9ePOo843l-C57-Q02Sb8JoTiGzg5c3AVy4y71HMyY-KwEEgKRl-qZHbbW7v'),('lufn2p21n1vrq8rsum0alkrbh1',1460260487,'lVUQlXqMUJaEkiNcATtWMVgQbbG0WSCG8wZHRIDdU4ZG-LDQaC5O3IejBeAyEjVI'),('ivsln20e7au121o26a55dp2ro1',1460262278,'lNHKrOr15Vd4k_gUyX4HUQL3HNDn5OkObBSpmB1gJjDjTBvi0PI6EDncc7DEP-Me'),('1lajsavs2k3kiv5cf9vj0mqrv6',1460262278,'lNHKrOr15Vd4k_gUyX4HUQL3HNDn5OkObBSpmB1gJjDjTBvi0PI6EDncc7DEP-Me'),('c3u013v9nkhk5v82u63hvimug5',1460265181,'S8LjS7KfCzqQvIJMRTmib_3OlLOw2kbPJZ1MNdB36Hfw_K6juSXiKG151-YXCygH'),('erppj5kj02kjtmbd7ef3qheh97',1460265366,'S7vty2AEDlB7Fap6i3MwDUkze7ZHsKqQXRNrthGQcwdZpi6xE1ZXT5GLlb_0aOdK'),('etd44rn0ms42qpg36goiis76r4',1460266748,'hZSrH_kdH8vS_8RBebJySJ27T9bAu8TNhEtFU0voVsptoZ7ITdCcjX3Loz75BhDy'),('uqmghq12qaso1dvoufqguvn796',1460268383,'qHv-_PlipNKZjuvxcaf4RnMvMCeZVb4T89BYELOEvTIKq28RFXoEVrwPCMJlcIxL'),('v86j62d74482v0b1qn5qg8ooh2',1460272150,'fm9Ff5fzYmGlK38k5mrsUuPWTsmzXD6JkaSChaQ7G7n3tqI1X4TM9KTLiS-u98ZO'),('ng9i0qnjgdfvtj46dmc6ahagg0',1460273516,'LuJuDvmBDPWKHwOiaQcrdtH5aYqx5jSLaxKXyyzFm_Z_y60i-PeERym0iMWgLbK1'),('phu2gns4rilm63lb7mtc00jr84',1460275274,'qS4W93Dkw5wY5dieGIWydl5c8L6gFmbUBPOXlu__PdLS452GEcwmdROK0Avbxn3X'),('095bn7te0ecu6dev5b2t0hrdc0',1460276360,'npSMX4yOqGOygOaM5Bq5pXkrGk5xp8sOkXEpLHX0fgjwskLkxSsuZ0QoICceLKwU'),('avdi92eur99gtm2fkh60bliv24',1460280419,'vRGIZgZKHRHQP9sCB7QhWRDm6W7b4DvqRv4_6KR3Kv9k_Cc6CHKc0fdzoSgi0a7-'),('e630r28e1d05r4shod2h6phmc0',1460282817,'lVUQlXqMUJaEkiNcATtWMVgQbbG0WSCG8wZHRIDdU4ZG-LDQaC5O3IejBeAyEjVI'),('0h0ro4jeocjk7v1omnuehr8qf3',1460286902,'tkf8GxphYu7vEidQXGYSrNeuPGkRbwwlPPyoh7xh8wc1KSKIgTir2RMl9xAYTFLB'),('lpdu7n7btalr8f94sul0sm1na0',1460287295,'xvGPzlLJWMCHFXi3zGO-wPsR-iet-9x3-52MjG3rUb3EMAOIflFEBH55LBYNqt5p'),('2fc78p1p7d4di0l1ibl4i6dmt6',1460287297,'xvGPzlLJWMCHFXi3zGO-wPsR-iet-9x3-52MjG3rUb3EMAOIflFEBH55LBYNqt5p'),('6ifs2li2rl8mssgihg0u21f834',1460287652,'Z6Z5SscFg3JunYpUNNsqrlmYDWnNIcyOi_1C93JZlzTQAhLyANwy_X9A5SWL0lel'),('5pu49l06b45alo67kdj65euef6',1460287671,'S7vty2AEDlB7Fap6i3MwDUkze7ZHsKqQXRNrthGQcwdZpi6xE1ZXT5GLlb_0aOdK'),('9egi12gt0mg7c7eret3h03khd4',1460292446,'SswYsR226Aq5xV7xr22pWDefFImp9FqNJI1MkJJ9fFiZs031mBTR6Td0s139UuhL'),('63rd7nsmjf7e0dhdhgqi4po1u5',1460292642,'zfPpfd5Tn_NmzRHvOQx1qnERQYd0aK8cMMtKNaUqkkC48ftT_47231qOen1G4MZj'),('69vtdp4107jv40g1c4fatngto0',1460294176,'fm9Ff5fzYmGlK38k5mrsUuPWTsmzXD6JkaSChaQ7G7n3tqI1X4TM9KTLiS-u98ZO'),('9p8q4a2g90r8q48883qgeteo84',1460295994,'LuJuDvmBDPWKHwOiaQcrdtH5aYqx5jSLaxKXyyzFm_Z_y60i-PeERym0iMWgLbK1'),('35kk1vp3c6nk3nq4uup1cjsq77',1460300706,'hZSrH_kdH8vS_8RBebJySJ27T9bAu8TNhEtFU0voVsptoZ7ITdCcjX3Loz75BhDy'),('tt3vd6fae4km4c69q86hg66kq1',1460302564,'hZSrH_kdH8vS_8RBebJySJ27T9bAu8TNhEtFU0voVsptoZ7ITdCcjX3Loz75BhDy'),('ush9dqr0l56tgp79go8t81e5q0',1460304225,'ztoGSui5dhLwh0R_fTsLtI67SZlYHtFf4A_5_gPlGl7iKmV16YegofxloODqtNjU'),('jg2vsai2pfrtb8ne9jvit24572',1460304228,'ztoGSui5dhLwh0R_fTsLtI67SZlYHtFf4A_5_gPlGl7iKmV16YegofxloODqtNjU'),('ir062en3bul9febr9ovhj4gmb1',1460305110,'Npuh6Ssn-ULuV5_MYgS-RUDtPGHSExGdu-XVMyTpWyzlg-WyFJiPYZZX6gc8T6h-'),('us0bnn7n3ctcl0e3evbvrndp63',1460305198,'lVUQlXqMUJaEkiNcATtWMVgQbbG0WSCG8wZHRIDdU4ZG-LDQaC5O3IejBeAyEjVI'),('9q5ff6ceieh0v170snm1g1fam1',1460306499,'-D3_Vqri3_6EdVJUc8OZgDRloOUWvwPXgAKT892EGxBmTpBmBu19GuKFgkwiI6jH'),('2rgdatkfjl489p4lmaf2angpk6',1460306732,'IifhJqGk1ZAmmyjGKM7GjxHDoD_JM2yKCRbuyK2LsJVGgidmfD1HQPRny98o2knh'),('epg18tbudbpj581usrp5beeq52',1460306810,'hZSrH_kdH8vS_8RBebJySJ27T9bAu8TNhEtFU0voVsptoZ7ITdCcjX3Loz75BhDy'),('tc3rnm8sit21kq03tapkd81ho2',1460307549,'Npuh6Ssn-ULuV5_MYgS-RUDtPGHSExGdu-XVMyTpWyzlg-WyFJiPYZZX6gc8T6h-'),('v65gn3v1se9l9fe249v8i3ge35',1460307580,'AjvVUfEcrKgCX1-sd4D9T8wJNs0Q4QE6jFKo97SnIoKImB_9UhLCy91lQDYjMl5e'),('iesg1h8gdm008ej7bumvd6r194',1460307580,'AjvVUfEcrKgCX1-sd4D9T8wJNs0Q4QE6jFKo97SnIoKImB_9UhLCy91lQDYjMl5e'),('6oifn2ugtil5v0lang3rfri1t2',1460310553,'FcjDV-LZ3oGFKMwJXAO96jeusECj2vPCzx9d1eilANt8fxKhq_Tj1w7Wu3keKbtD'),('hp67eqru0i71hnvmo9oi7q9eo7',1460310553,'FcjDV-LZ3oGFKMwJXAO96jeusECj2vPCzx9d1eilANt8fxKhq_Tj1w7Wu3keKbtD'),('2546het1dejr0aqh9tbq27ap33',1460310565,'_Ernn1TLgkw5Z34ul4tN7aEZQ3WoBtfgiQCiHcAh64T25aebgecMj_343mW_5Pr6'),('q84v4hh11bipsgiu6f9r4sgki5',1460310585,'S7vty2AEDlB7Fap6i3MwDUkze7ZHsKqQXRNrthGQcwdZpi6xE1ZXT5GLlb_0aOdK'),('3tkgsgg8j89qk43h4t450asi34',1460313539,'zZBCogI2sPu9fM0KCDz7RHezBSAcqckISe0kfy-6fNCPdH8YRFx5qpxGnj4RTDv_'),('qcjl9qmg6pov8mhvqrqt8mqe62',1460316306,'fm9Ff5fzYmGlK38k5mrsUuPWTsmzXD6JkaSChaQ7G7n3tqI1X4TM9KTLiS-u98ZO'),('9pe0gn02jji6r4ftk17pl3d7i2',1460318878,'LuJuDvmBDPWKHwOiaQcrdtH5aYqx5jSLaxKXyyzFm_Z_y60i-PeERym0iMWgLbK1'),('6sutps1rdi3lipod7enb9lm942',1460321214,'tkf8GxphYu7vEidQXGYSrNeuPGkRbwwlPPyoh7xh8wc1KSKIgTir2RMl9xAYTFLB'),('v1htr68hucq25r6l7fkf66fgk1',1460321472,'hZSrH_kdH8vS_8RBebJySJ27T9bAu8TNhEtFU0voVsptoZ7ITdCcjX3Loz75BhDy'),('l4nn5hopnjijrit68b199plqh0',1460321527,'FcjDV-LZ3oGFKMwJXAO96jeusECj2vPCzx9d1eilANt8fxKhq_Tj1w7Wu3keKbtD'),('nhvsplbu7akb3dhp899okua0a1',1460321527,'AjvVUfEcrKgCX1-sd4D9T8wJNs0Q4QE6jFKo97SnIoKImB_9UhLCy91lQDYjMl5e'),('lre9ulepga66cp6umk2vqbltd2',1460321540,'ztoGSui5dhLwh0R_fTsLtI67SZlYHtFf4A_5_gPlGl7iKmV16YegofxloODqtNjU'),('6oeimfrllrnqbl62t5ud639q55',1460322042,'PSa9rRh6fJSeB7WhOuDLX4UYLJfduOGXhmq7jU-Tpva6cpxhZGJCAHVZCw_Gww-AVXCBKCNesHrxOFGteXeF_OUCjhGGkTsZ36qj0fqFuiTzZvX-Hca0gZorYc8sqnqLe-9_ptjfPVfh1G2Pgw07YOTcDc6GJAUoCxGFkzyqmFGsPb1lvePrvfsSXcCMOiZjAnx8Cv9-05QOVPITl1orkV01KAR5O91hj4tm8CelViUgG_w0S3ZIT-qlPDHicP-RbUCx_pp-H_Z1OK_pWS8tx_Wg05qselm9jjxyqPwB8OYtf202CVThvLyHqPU9fqvck6vcad-DDq7jboyoBT1DE5h5RvFz3Vldsbk4m-qO1wIgqjhFupsYmLzwNzeZ87OLJF77iOy1g-8fbs1h2IzlHjXI0_S5dZXWJ0fk0WBlm01rlv7LEm-rmEegD7GceZ2Yan6HAWIvA5WlXs7-D2TQabSL8hZx_6wddPbz2pb6ep2PWx73Wvhp0x7KrSBMkF6Q'),('7jrvqg3ht7pknnkcioadqplv07',1460323005,'hZSrH_kdH8vS_8RBebJySJ27T9bAu8TNhEtFU0voVsptoZ7ITdCcjX3Loz75BhDy'),('4h1j5a71fkqnb9i9or7mjhmfo1',1460326400,'npSMX4yOqGOygOaM5Bq5pXkrGk5xp8sOkXEpLHX0fgjwskLkxSsuZ0QoICceLKwU'),('q90f8dej1op1ngje2mkamv3nb4',1460327462,'ztoGSui5dhLwh0R_fTsLtI67SZlYHtFf4A_5_gPlGl7iKmV16YegofxloODqtNjU'),('gvov0i38namv0h4rkfnil6trr3',1460327837,'lVUQlXqMUJaEkiNcATtWMVgQbbG0WSCG8wZHRIDdU4ZG-LDQaC5O3IejBeAyEjVI'),('4eporsm16ltul81d7mnigg0h65',1460329337,'ztoGSui5dhLwh0R_fTsLtI67SZlYHtFf4A_5_gPlGl7iKmV16YegofxloODqtNjU'),('vpi4j2hvdrmfi7pvbepkrnegl6',1460329911,'hZSrH_kdH8vS_8RBebJySJ27T9bAu8TNhEtFU0voVsptoZ7ITdCcjX3Loz75BhDy'),('88klo11a6vipsp3pdomosdt313',1460330093,'ssuabOLt4K_N5uENsCz9rcIP-Dkp2mJtDc8ELAbEMtsLjvU76UJsNutKbOdo9nbs'),('bbvltbsuf601urvib4mn5l7d76',1460332895,'hZSrH_kdH8vS_8RBebJySJ27T9bAu8TNhEtFU0voVsptoZ7ITdCcjX3Loz75BhDy'),('vfs42dqll4kql41d43t3vmusb5',1460336256,'vjlf5k_jn0A9lYhQgL2g5WZDeHpdIA9pWkX3nJuDCLt48ANsxcHW-ekQSTgmsBdD'),('4tl96ipo7up2ok1ct9okuftic4',1460336365,'-D3_Vqri3_6EdVJUc8OZgDRloOUWvwPXgAKT892EGxBmTpBmBu19GuKFgkwiI6jH'),('n01itbhknh881kmfslp944q5g6',1460338063,'vRGIZgZKHRHQP9sCB7QhWRDm6W7b4DvqRv4_6KR3Kv9k_Cc6CHKc0fdzoSgi0a7-'),('6j8gc67ls483d4in2nko3lg1v6',1460346714,'FcjDV-LZ3oGFKMwJXAO96jeusECj2vPCzx9d1eilANt8fxKhq_Tj1w7Wu3keKbtD');
/*!40000 ALTER TABLE `zebra_session` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `zebra_site_content`
--

DROP TABLE IF EXISTS `zebra_site_content`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zebra_site_content` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `type` varchar(20) NOT NULL DEFAULT 'document',
  `contentType` varchar(50) NOT NULL DEFAULT 'text/html',
  `pagetitle` varchar(255) NOT NULL DEFAULT '',
  `longtitle` varchar(255) NOT NULL DEFAULT '',
  `description` varchar(255) NOT NULL DEFAULT '',
  `alias` varchar(255) DEFAULT '',
  `link_attributes` varchar(255) NOT NULL DEFAULT '',
  `published` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `pub_date` int(20) NOT NULL DEFAULT '0',
  `unpub_date` int(20) NOT NULL DEFAULT '0',
  `parent` int(10) NOT NULL DEFAULT '0',
  `isfolder` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `introtext` text,
  `content` mediumtext,
  `richtext` tinyint(1) unsigned NOT NULL DEFAULT '1',
  `template` int(10) NOT NULL DEFAULT '0',
  `menuindex` int(10) NOT NULL DEFAULT '0',
  `searchable` tinyint(1) unsigned NOT NULL DEFAULT '1',
  `cacheable` tinyint(1) unsigned NOT NULL DEFAULT '1',
  `createdby` int(10) NOT NULL DEFAULT '0',
  `createdon` int(20) NOT NULL DEFAULT '0',
  `editedby` int(10) NOT NULL DEFAULT '0',
  `editedon` int(20) NOT NULL DEFAULT '0',
  `deleted` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `deletedon` int(20) NOT NULL DEFAULT '0',
  `deletedby` int(10) NOT NULL DEFAULT '0',
  `publishedon` int(20) NOT NULL DEFAULT '0',
  `publishedby` int(10) NOT NULL DEFAULT '0',
  `menutitle` varchar(255) NOT NULL DEFAULT '',
  `donthit` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `privateweb` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `privatemgr` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `content_dispo` tinyint(1) NOT NULL DEFAULT '0',
  `hidemenu` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `class_key` varchar(100) NOT NULL DEFAULT 'modDocument',
  `context_key` varchar(100) NOT NULL DEFAULT 'web',
  `content_type` int(11) unsigned NOT NULL DEFAULT '1',
  `uri` text,
  `uri_override` tinyint(1) NOT NULL DEFAULT '0',
  `hide_children_in_tree` tinyint(1) NOT NULL DEFAULT '0',
  `show_in_tree` tinyint(1) NOT NULL DEFAULT '1',
  `properties` mediumtext,
  PRIMARY KEY (`id`),
  KEY `alias` (`alias`),
  KEY `published` (`published`),
  KEY `pub_date` (`pub_date`),
  KEY `unpub_date` (`unpub_date`),
  KEY `parent` (`parent`),
  KEY `isfolder` (`isfolder`),
  KEY `template` (`template`),
  KEY `menuindex` (`menuindex`),
  KEY `searchable` (`searchable`),
  KEY `cacheable` (`cacheable`),
  KEY `hidemenu` (`hidemenu`),
  KEY `class_key` (`class_key`),
  KEY `context_key` (`context_key`),
  KEY `uri` (`uri`(1000)),
  KEY `uri_override` (`uri_override`),
  KEY `hide_children_in_tree` (`hide_children_in_tree`),
  KEY `show_in_tree` (`show_in_tree`),
  FULLTEXT KEY `content_ft_idx` (`pagetitle`,`longtitle`,`description`,`introtext`,`content`)
) ENGINE=MyISAM AUTO_INCREMENT=33 DEFAULT CHARSET=cp1251;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zebra_site_content`
--

LOCK TABLES `zebra_site_content` WRITE;
/*!40000 ALTER TABLE `zebra_site_content` DISABLE KEYS */;
INSERT INTO `zebra_site_content` VALUES (1,'document','text/html','Главная','Сайт компании  «ZEBRA»! Гарантированное качество и современный подход к решению задач.','','index','',1,0,0,0,0,'','<p><img style=\"vertical-align: top;\" title=\"Зебра - Окна. Все серьезно.\" src=\"img/main/img.jpg\" alt=\"Зебра - Окна. Все серьезно.\" width=\"940\" height=\"642\" /></p>\r\n<p class=\"justifyfull\" style=\"padding-left: 30px;\">Добро пожаловать на сайт компании  «ZEBRA»! Мы уверены, что Вы попали сюда не случайно: Вам интересны новые возможности, гарантированное качество и современный подход к решению задач. Но самое главное - Вы ищете компанию, которой можно доверить самое дорогое, что у Вас есть - комфорт, безопасность и уют вашего  дома.</p>',1,2,0,1,1,1,1337983651,1,1373022764,0,0,0,0,0,'',0,0,0,0,1,'modDocument','web',1,'index.html',0,0,1,NULL),(2,'document','text/html','Окна','Металлопластиковые окна \"ZEBRA\"','','okna','',1,0,0,0,1,'','<p class=\"imgright\"> </p>\r\n<h2><img class=\"imgtext\" title=\"Окна ПВХ от компании Зебра\" src=\"img/okna/okna_top.jpg\" alt=\"Окна ПВХ от компании Зебра\" width=\"700\" height=\"280\" />Когда люди меняют старые окна на новые?</h2>\r\n<p>Пожалуй, когда надоедает зимой одевать  теплые свитера и носки, заворачиваться в пледы и использовать обогреватели, а  приходя домой  лезть в горячий душ. Известно, что хорошее ПВХ-окно  не пустит в дом холод , а наоборот сохранит имеющееся тепло. А когда приходит весна - сколько  труда и времени требуется на уход  за старым деревянным оком (мытье, покраска). </p>\r\n<p><strong>ПОЧЕМУ ИМЕННО ОКНА от компании «</strong><strong>ZEBRA</strong></p>\r\n<div class=\"accordion\">\r\n<h3>Теплее </h3>\r\n<div>\r\n<p>Окна в доме являются своеобразными «тепловыми дырами». Запомните, основная часть тепла из помещения уходит на улицу не через профиль, а именно через стеклянную часть окна – стеклопакет.  Поэтому очень важно утеплить  именно этот элемент конструкции. Насколько хорошо стеклопакет сохраняет тепло в Вашем доме характеризует коэффициент сопротивления теплопередаче.  Чем выше величина коэффициента, тем лучше окно сохраняет тепло и тем медленнее выстуживается помещение. Поэтому величина сопротивления теплопередаче - очень важный параметр, который необходимо учитывать при выборе оконной системы.  Окна компании <strong>«ZEBRA»</strong>  больше не позволят вашим окнам отдавать тепло наружу. Перестаньте «отапливать улицу», наконец!</p>\r\n<p>Например, коэффициент сопротивления передаче стандартного однокамерного стеклопакета 4/16/4 составляет 0,33 м.кв.К/Вт, что явно недостаточно для нашей климатической зоны (норма =0,56 м.кв.К/Вт). Поэтому окна с таким стеклопакетом очень часто «плачут» и люди  жалуются на ощущение холода вблизи окна. Исходя из нашего многолетнего опыта мы рекомендуем применять следующие стеклопакеты:</p>\r\n<ul>\r\n<li>Однокамерный стеклопакет 4/16ar +теплая рамка/4i-стекло. Межстекольное пространство заполнено аргоном,<strong> теплая дистанционная рамка </strong>, одно из стекол – энергосберегающее. Коэффициент сопротивления теплопередачи = 0,6-0,62 м.кв.К/Вт.</li>\r\n<li>Двухкамерный стеклопакет  4/12/4/8ar/4i- стекло, (толщина 32 мм). Коэффициент сопротивления передаче = 0,7-0,77 м.кв.К/Вт.</li>\r\n<li>Двухкамерный стеклопакет  4/16/4/12ar/4i- стекло ,(толщина 40 мм).  Коэффициент сопротивления передаче = 0,8-0,85 м.кв.К/Вт.</li>\r\n<li>Для сравнения: обычный двухкамерный стеклопакет 4/12/4/8/4 (толщина 32 мм). - коэффициент сопротивления передаче = 0,49-0,51 м.кв.К/Вт. </li>\r\n</ul>\r\n<p>Обращайтесь к специалистам компании <strong>«ZEBRA»</strong>. Мы поможем Вам правильно подобрать тип окна и рассчитать его стоимость.</p>\r\n<p><strong>Теплая дистанционная рамка</strong> - Компания <strong>«ZEBRA»</strong> предлагает своим покупателям НОВИНКУ - стеклопакеты с «теплой рамкой». В  стеклопакетах между стеклами применяется не алюминиевая рамка, а пластиковая . «Теплая рамка» обладает низкой теплопроводностью за счет комбинации двух материалов: высококачественного пластика и металла.</p>\r\n<p><strong>Основные преимущества применения «теплой рамки» в стеклопакетах:</strong></p>\r\n<ul>\r\n<li>улучшенные теплоизоляционные характеристики краевых зон стеклопакета</li>\r\n<li>равномерное распределение температур по поверхности стекла</li>\r\n<li>уменьшенное образование конденсата по периметру стеклопакета.<strong> </strong></li>\r\n</ul>\r\n</div>\r\n<h3>Тише </h3>\r\n<div>\r\n<p>Шум, оказывающий вредное воздействие на организм человека, в последнее время стал настоящим бедствием. Основными источниками городского шума являются  движущийся транспорт, детские, школьные и строительные площадки, места массового отдыха. Особенно шумно вдоль больших автомагистралей, где днем уровень шума достигает 80 дБ.</p>\r\n<p style=\"text-align: center;\"><strong>Санитарная норма шума для жилого помещения - 40 дБ днем и 30 дБ ночью.</strong></p>\r\n<table><caption>Абсолютные уровни звукового давления</caption>\r\n<thead>\r\n<tr><th>Источник шума</th><th>Уровень звукового давления, Дб</th></tr>\r\n</thead>\r\n<tbody>\r\n<tr>\r\n<td>Порог слышимости</td>\r\n<td>0</td>\r\n</tr>\r\n<tr>\r\n<td>Тихий шелест страниц</td>\r\n<td>20</td>\r\n</tr>\r\n<tr>\r\n<td>Спокойная улица в жилом районе</td>\r\n<td>40</td>\r\n</tr>\r\n<tr>\r\n<td>Разговорная речь</td>\r\n<td>50</td>\r\n</tr>\r\n<tr>\r\n<td>Уличный шум большого города</td>\r\n<td>60</td>\r\n</tr>\r\n<tr>\r\n<td>Улица с интенсивным уличным движением, громкая музыка</td>\r\n<td>80</td>\r\n</tr>\r\n<tr>\r\n<td>Мотоцикл</td>\r\n<td>90</td>\r\n</tr>\r\n<tr>\r\n<td>Шумный цех</td>\r\n<td>100</td>\r\n</tr>\r\n<tr>\r\n<td>Болевой порог</td>\r\n<td>130-140</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p>Звукоизоляция - одно из важных свойств пластикового окна. Решающую роль здесь играют антирезонансный  шумопоглощающий стеклопакет,  качественная изоляция монтажного шва, оформление откосов  и плотность прижима створок (вот почему не стоит экономить на качестве фурнитуры, резинового уплотнителя, профессиональном монтаже). Компания <strong>«ZEBRA»</strong> предлагает окна с антирезонансным стеклопакетом  – это стеклопакет толщиной 32 мм-40мм, с 3-мя стеклами разной толщины и разной дистанцией между ними (<strong>6</strong>/10/<strong>4</strong>/8/<strong>4, 6/</strong>14<strong>/4/</strong>12<strong>/4</strong>). Такой стеклопакет  задерживает уличный шум на 25-30% эффективнее, чем окна с обычным стеклопакетом.</p>\r\n<p><strong>Тишина теперь в цене!  Почувствуйте  разницу! </strong></p>\r\n<p>При остеклении компания <strong>«ZEBRA»</strong> применяет профили <strong>REHAU</strong> (Германия) и фурнитуру <strong>G-U</strong> (Германия).</p>\r\n<p>Обращайтесь к специалистам компании <strong>«ZEBRA»</strong>. Мы поможем вам выбрать окно и рассчитать его стоимость. </p>\r\n</div>\r\n<h3>Эффективная солнцезащита </h3>\r\n<div>\r\n<p>Энергосбережение стало насущным вопросом для современного строительства. Компания <strong>«ZEBRA»</strong> уделяет большое внимание проблеме защиты от солнечного тепла, поскольку на охлаждение воздуха обычно тратится в 2-2,5 раза больше энергии, чем на его нагревание. Кроме того, важно избежать эффекта закрытых ставен – в доме должно быть светло.</p>\r\n<p>Новейшая разработка компании Guardian  – стекло <strong>ClimaGuard Solar</strong> – позволяет значительно сократить расходы на охлаждение помещения летом и существенно повысить теплозащиту зимой. Стекло разработано специально для типовых квартир и частных домовладений.</p>\r\n<p>Применение продукта  <strong>ClimaGuard® Solar</strong>  при остеклении дает следующие преимущества:</p>\r\n<ul>\r\n<li>Надежная защита от солнечного тепла  летом. Солнечный фактор (пропускаемое количество тепла) – 42%</li>\r\n<li>Высокая степень защиты зимой. Сбережение тепла 78% по сравнению с обычным стеклом</li>\r\n<li>Прозрачность стекла – сохранение хорошей освещенности помещения. Пропускание света 66%.</li>\r\n<li>Небольшая зеркальность снаружи</li>\r\n<li>Стекло не теряет своих свойств в течение всего срока эксплуатации оконных конструкций</li>\r\n<li>Защита от выгорания предметов интерьера (мебели, обоев и др.)  </li>\r\n</ul>\r\n<p>Если Ваши окна выходят на солнечную сторону, компания <strong>«ZEBRA»</strong> может предложить остекление со следующими стеклопакетами:</p>\r\n<ul>\r\n<li>Однокамерный стеклопакет  4 ClimaGuard® Solar/16 ar +теплая рамка/4.</li>\r\n</ul>\r\n<p> Межстекольное пространство заполнено аргоном, теплая дистанционная рамка, одно из стекол<strong> ClimaGuard® Solar</strong>.</p>\r\n<p> Коэффициент сопротивления передачи   = 0.66-0.71  м.кв.К/Вт.</p>\r\n<ul>\r\n<li>Двухкамерный стеклопакет 4 ClimaGuard® Solar/12 ar/4/8/4 (толщина 32 мм) Коэффициент сопротивления передаче = 0,75-0,8 м.кв.К/Вт.</li>\r\n<li>Двухкамерный стеклопакет 4 ClimaGuard® Solar/16 ar/4/12/4 (толщина 40 мм) =</li>\r\n</ul>\r\n<p>Коэффициент сопротивления передаче = 0,85-0,9 м.кв.К/Вт. </p>\r\n<p>Нормативная величина коэффициента для нашей климатической зоны не менее 0,56 м.кв.К/Вт. </p>\r\n<p><strong>Стекло ClimaGuard Solar</strong>  –  это мультифункциональное стекло, которое защищает от жары летом и от холода зимой. Нанесенные на стекло сверхтонкие слои металлов позволяют сохранить его максимально прозрачным. </p>\r\n<p><strong>Принцип работы</strong></p>\r\n<p>Специальное напыление из серебра и других металлов создает эффект прозрачного фильтра, который пропускает видимый свет, но значительно снижает проникновение солнечного тепла в дом летом и утечку тепла зимой. </p>\r\n<p><strong>Защита от солнца</strong></p>\r\n<p>Стекло <strong>ClimaGuard Solar</strong>  - избирательно пропускает или отражает электромагнитные волны разной длины, из которых состоит солнечное излучение:  большая часть инфракрасного излучения, которое нагревало бы помещение, отражается, при этом свет проходит сквозь такое стекло практически также, как и через обычное. Таким образом, около 58% тепловой энергии не попадает внутрь благодаря стеклу ClimaGuard Solar .<strong> </strong></p>\r\n<p><strong>Теплоизоляция</strong></p>\r\n<p>В холодную погоду стекло позволяет сохранить тепло в помещении. Серебряное покрытие на стекле отражает длинноволновое тепловое излучение, например, от нагревательных приборов, внутрь помещения, не давая ему уйти наружу. </p>\r\n</div>\r\n<h3>Противовзломная защита </h3>\r\n<div>\r\n<p>Увы, взлом помещения – это не только сломанное окно, беспорядок и похищенное имущество. После  ограбления люди еще долго чувствуют себя подавленно и теряют чувство спокойствия. Повысить безопасность вашего дома помогут окна более высокого класса защиты. Для повышения безопасности жильцов первых и последних этажей, для офисных помещений мы предлагаем дополнительную противозвломную оконную фурнитуру <strong>GU</strong> и стеклопакеты повышенной прочности содержащие ударопрочные стёкла (триплекс).  Противовзломная фурнитура затрудняет проникновение в дом так, что любой злоумышленник поищет вариант по-легче!</p>\r\n<p>Обращайтесь в компанию <strong>«ZEBRA»</strong>. Мы поможем вам выбрать окно и рассчитать его стоимость.<strong> </strong></p>\r\n</div>\r\n<h3>Безопасность для детей </h3>\r\n<div>\r\n<p>Родителям знакомо чувство  беспокойства за своих детей, которые в силу своей любопытности могут с легкостью потянуться за оконную ручку и открыть окно. Это очень актуально для современных металлопластиковых окон.  А безопасность детей в доме является самым главным для родителей. Компания «ZEBRA» поможет в решении  и этой проблемы и обеспечит спокойствие родителям, ограждая детей от  открытия окна.</p>\r\n<p><img class=\"imgtext\" title=\"безопасность для детей оконна ручка с замком\" src=\"img/okna/okna_bezopasnost.jpg\" alt=\"безопасность для детей, оконна ручка с замком\" width=\"700\" height=\"217\" /></p>\r\n<p>Ручку с замком можно установить в уже имеющиеся окна или оформить при заказе нового окна.  При этом не нарушается эстетический вид окна.</p>\r\n<p><strong>Ручка с замком   90 грн.</strong> (с установкой)</p>\r\n<p><strong>Ручка с замком  70 грн.</strong> (без установки)</p>\r\n<p>В ручке с замком два положения жесткой фиксации ручки: положение «закрыто», положение «проветривание».  Для смены режима необходим ключ. </p>\r\n<p><strong>Замок на створку</strong> (Германия) – <strong>160 грн.</strong> (с установкой).</p>\r\n<p>Замок блокирует распашное открытие створки, при этом ручка оконная  активна для положений «закрыто» , «проветривание» и «микропроветривание». </p>\r\n</div>\r\n<h3>Окна из цветного профиля и окна нестандартной формы </h3>\r\n<div>\r\n<p>Для остекления  широко применяется цветной профиль <strong>REHAU</strong> с текстурой под «дерево».  Ламинация профиля осуществляется в Германии.  Варианты фирменной окраски:  цвет с двух сторон или цвет снаружи - внутри белый.  Цветной профиль <strong>REHAU</strong> высокого качества, сохраняет первоначальную сочность красок, стоек к царапинам. При изготовлении окон из цветного профиля, особенно если конструкции выходят  на солнечную сторону, компания «ZEBRA» может применять усиленное оцинкованное армирование (Германия) со специальными загибами. Важность надежного армирования очень актуальна, т.к. цветной профиль на солнце имеет большую амплитуду сжатия и расширения чем белый профиль.</p>\r\n<p style=\"text-align: center;\"><strong>Цветные профили REHAU:</strong></p>\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td> <img title=\"Золотой дуб REHAU\" src=\"img/okna/profil/zotoy dub REHAU.jpg\" alt=\"Золотой дуб REHAU\" width=\"300\" height=\"100\" /></td>\r\n<td><strong> Золотой дуб REHAU</strong></td>\r\n</tr>\r\n<tr>\r\n<td> <img title=\"Темный дуб REHAU\" src=\"img/okna/profil/temnyi dub REHAU.jpg\" alt=\"Темный дуб REHAU\" width=\"300\" height=\"100\" /></td>\r\n<td> <strong>Темный дуб REHAU</strong></td>\r\n</tr>\r\n<tr>\r\n<td> <img title=\"Махагон REHAU\" src=\"img/okna/profil/mahagon REHAU.jpg\" alt=\"Махагон REHAU\" width=\"300\" height=\"100\" /></td>\r\n<td> <strong>Махагон REHAU</strong></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n<p><strong> </strong></p>\r\n<p><strong>При остеклении компания «ZEBRA» применяет профили REHAU (Германия) и фурнитуру G-U (Германия). </strong></p>\r\n<p><strong>Компания «ZEBRA» изготавливает окна любой формы</strong> — классические прямоугольные, арочные, трапециевидные, треугольные и округлой формы.</p>\r\n<p>Вы можете получить предварительный расчет остекления, позвонив  в компанию <strong>«ZEBRA»</strong>:</p>\r\n<p> т. (061) 220-15-13, 050-201-46-19</p>\r\n<p> </p>\r\n<h2 class=\"justifyfull\" style=\"padding-left: 30px;\">Замки на металлопластиковые  окна для безопасности  детей.</h2>\r\n<h3 class=\"justifyfull\" style=\"padding-left: 30px;\"><br /><img class=\"imgleft\" title=\"Замки на металлопластиковые  окна для безопасности  детей\" src=\"img/main/zamok.jpg\" alt=\"Замки на металлопластиковые  окна для безопасности  детей\" width=\"364\" height=\"279\" />Преимущества замка:</h3>\r\n<p class=\"justifyfull\" style=\"padding-left: 30px;\"><br />- безопасность ваших детей;<br />- замок подходит для всех типов металлопластиковых окон;<br />- блокирует только поворотную функцию створки и допускает проветривание помещения;<br />- не требуется ключ при каждом открытии на проветривание створки, в отличие от оконной ручки с замком;<br />- в комплекте два ключа. Красный держатель напомнит о забытом в замке ключе;<br />- возможность использования одного ключа для всех блокираторов;<br />- компактный размер и эстетичный внешний вид;<br />- высококачественные материалы: гарантия на 300 000 открываний<br />- производитель - Украина.</p>',1,3,1,1,1,1,1338233552,1,1373022883,0,0,0,1341156840,1,'',0,0,0,0,0,'modDocument','web',1,'okna/',0,0,1,NULL),(3,'document','text/html','Ремонт и регулировка','Ремонт и регулировка дверей и окон','Продувание по периметру открывающихся створок, Провисание и перекос створок,Выход из строя оконной фурнитуры,В холодное время окна «плачут»,Отсутствует режим проветривания либо микропроветривания','remont-i-regulirovka','',1,0,0,0,0,'','<p><img class=\"imgtext\" title=\" \" src=\"img/remont/remont-i-regulirovka_top.jpg\" alt=\" \" width=\"700\" height=\"280\" /></p>\r\n<ul>\r\n<li>У Вас уже несколько лет стоят пластиковые окна, которые плохо работают?</li>\r\n<li>Вы купили квартиру в новостройке и окна оставляют желать лучшего?</li>\r\n<li>Вам установили пластиковые окна, а фирма-установщик уже не существует и Вы не знаете, где обслуживать Ваши окна?</li>\r\n<li>Сломались ручки на москитной сетке?</li>\r\n</ul>\r\n<p class=\"justifyleft\"><img class=\"imgright\" title=\"Ремонт и регулировка окон\" src=\"img/remont/remont-i-regulirovka.jpg\" alt=\"Ремонт и регулировка окон\" width=\"230\" height=\"259\" />Компания «ZEBRA» осуществляет обслуживание, регулировку, ремонт и модернизацию  металлопластиковых  окон и дверей.</p>\r\n<p class=\"justifyleft\">Выполнить правильную диагностику ПВХ-окна, двери  и грамотно произвести ремонт возможно только профессиональными методами. </p>\r\n<p class=\"justifyleft\"><strong>Наиболее распространенные проблемы, возникающие при эксплуатации ПВХ-окон, требующие вмешательства специалиста:</strong></p>\r\n<ul class=\"justifyleft\">\r\n<li>Продувание по периметру открывающихся створок, между подоконником и рамой окна</li>\r\n<li>Провисание и перекос створок, вызывающие затруднение при открывании и закрывании окон</li>\r\n<li>Выход из строя отдельных узлов оконной фурнитуры</li>\r\n<li>В холодное время окна «плачут»</li>\r\n<li>От палящего солнца летом некуда деться</li>\r\n<li>Отсутствует режим проветривания либо микропроветривания</li>\r\n</ul>\r\n<p class=\"justifyleft\">Эти и другие дефекты, объясняются в основном  изготовлением конструкций из низкокачественных дешевых профилей и фурнитуры, слабым армированием (либо вообще его отсутствием!!!),  нарушением технологии производства (ненастроенные станки, низкоквалифицированный персонал), применением стеклопакетов с низкими энергосберегающими свойствами и непрофессиональным монтажом.</p>\r\n<p class=\"justifyleft\">Сотрудники компании «ZEBRA» имеют  успешный опыт работы в оконной сфере более 10 лет,  что позволяет им решать любые вопросы  связанные с ремонтом ПВХ-окон и дверей.</p>\r\n<p><strong>Перечень предлагаемых услуг:</strong></p>\r\n<table style=\"width: 700px;\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td width=\"440\"><strong>Вид работ</strong></td>\r\n<td valign=\"bottom\" width=\"120\"><strong>Измерение</strong></td>\r\n<td valign=\"bottom\" width=\"140\"><strong>Цена, грн.</strong></td>\r\n</tr>\r\n<tr>\r\n<td style=\"background-color: #f5f5f5; width: 700px;\" colspan=\"3\" nowrap=\"nowrap\"><strong>Окна и балконные двери</strong></td>\r\n</tr>\r\n<tr>\r\n<td width=\"440\">Выезд мастера</td>\r\n<td valign=\"bottom\" width=\"120\">на 1 адрес</td>\r\n<td valign=\"bottom\" width=\"140\">30</td>\r\n</tr>\r\n<tr>\r\n<td width=\"440\">Регулировка створки окна:</td>\r\n<td valign=\"bottom\" width=\"120\">шт.</td>\r\n<td valign=\"bottom\" width=\"140\">25-35</td>\r\n</tr>\r\n<tr>\r\n<td width=\"440\">Регулировка створки балконной двери</td>\r\n<td valign=\"bottom\" width=\"120\"> </td>\r\n<td valign=\"bottom\" width=\"140\"> </td>\r\n</tr>\r\n<tr>\r\n<td width=\"440\">1- створчатая</td>\r\n<td width=\"120\">шт.</td>\r\n<td width=\"140\">30-40</td>\r\n</tr>\r\n<tr>\r\n<td width=\"440\">2-створчатая</td>\r\n<td width=\"120\">шт.</td>\r\n<td width=\"140\">50-60</td>\r\n</tr>\r\n<tr>\r\n<td width=\"440\">Замена уплотнителя</td>\r\n<td width=\"120\">м.п.</td>\r\n<td width=\"140\">8</td>\r\n</tr>\r\n<tr>\r\n<td width=\"440\">Ручки с замком (для безопасности детей)</td>\r\n<td width=\"120\">шт.</td>\r\n<td width=\"140\">80  <small>(без установки 60)</small></td>\r\n</tr>\r\n<tr>\r\n<td width=\"440\">Замок на створку окна для безопасности детей (ставится в нижней части створки)</td>\r\n<td width=\"120\">шт.</td>\r\n<td width=\"140\">150   <small>(с установкой)</small></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"bottom\" width=\"440\"> </td>\r\n<td width=\"120\"> </td>\r\n<td width=\"140\"> </td>\r\n</tr>\r\n<tr>\r\n<td style=\"background-color: #f5f5f5; width: 700px;\" colspan=\"3\" nowrap=\"nowrap\"><strong>Фурнитура</strong></td>\r\n</tr>\r\n<tr>\r\n<td width=\"440\">Замена ручки оконной</td>\r\n<td width=\"120\">шт.</td>\r\n<td width=\"140\">25</td>\r\n</tr>\r\n<tr>\r\n<td width=\"440\">Замена ручки балконной (ручка курильщика)</td>\r\n<td width=\"120\">шт.</td>\r\n<td width=\"140\">20</td>\r\n</tr>\r\n<tr>\r\n<td width=\"440\">Установка зацепа балконной двери</td>\r\n<td width=\"120\">шт.</td>\r\n<td width=\"140\">40</td>\r\n</tr>\r\n<tr>\r\n<td width=\"440\">Добавление фурнитуры проветривания на окно</td>\r\n<td width=\"120\">шт.</td>\r\n<td width=\"140\">250</td>\r\n</tr>\r\n<tr>\r\n<td width=\"440\">Добавление фурнитуры проветривания на балконную дверь</td>\r\n<td width=\"120\">шт.</td>\r\n<td width=\"140\">300</td>\r\n</tr>\r\n<tr>\r\n<td width=\"440\"> </td>\r\n<td width=\"120\"> </td>\r\n<td width=\"140\"> </td>\r\n</tr>\r\n<tr>\r\n<td style=\"background-color: #f5f5f5; width: 700px;\" colspan=\"3\" nowrap=\"nowrap\"><strong>Москитные сетки (МС)</strong></td>\r\n</tr>\r\n<tr>\r\n<td width=\"440\">Выезд мастера для замера МС</td>\r\n<td width=\"120\"> </td>\r\n<td width=\"140\">20</td>\r\n</tr>\r\n<tr>\r\n<td width=\"440\">МС (SKS, Германия) на стандартное окно 1300*1400</td>\r\n<td width=\"120\">1 шт.</td>\r\n<td width=\"140\">175 <small>(с установкой)<small></small></small></td>\r\n</tr>\r\n<tr>\r\n<td width=\"440\">МС (PR внутренняя, Турция)+ ручки SKS (Германия) на стандартное окно 1300*1400</td>\r\n<td width=\"120\">1 шт.</td>\r\n<td width=\"140\">120 <small>(с установкой)<small></small></small></td>\r\n</tr>\r\n<tr>\r\n<td width=\"440\">Замена ручек на МС (ручки SKS, Германия). Внимание!!! Ручки SKS не ЛОМАЮТСЯ!</td>\r\n<td width=\"120\">2 шт.</td>\r\n<td width=\"140\">25</td>\r\n</tr>\r\n<tr>\r\n<td width=\"440\"><span style=\"text-decoration: underline;\">Антимоскитная дверь SKS (Германия) выход на балкон: п</span>рофиль алюминиевый 10*35мм (!), рамные соединительные алюминиевые уголки, магнитная лента по высоте двери, алюминиевые петли (3 шт.)<br /> <br /> Стоимость сетки ориентировочная, точная - после замера.</td>\r\n<td width=\"120\">шт.</td>\r\n<td width=\"140\">950 <small>(+ монтаж 70)<small></small></small></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"bottom\" width=\"440\"> </td>\r\n<td width=\"120\"> </td>\r\n<td width=\"140\"> </td>\r\n</tr>\r\n<tr>\r\n<td style=\"background-color: #f5f5f5; width: 700px;\" colspan=\"3\" valign=\"bottom\" nowrap=\"nowrap\"><strong>Входные двери ПВХ</strong></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"bottom\" width=\"440\">Регулировка входной двери</td>\r\n<td width=\"120\"> </td>\r\n<td width=\"140\"> </td>\r\n</tr>\r\n<tr>\r\n<td valign=\"bottom\" width=\"440\">\r\n<p align=\"right\">1-створчатая</p>\r\n</td>\r\n<td width=\"120\">шт.</td>\r\n<td width=\"140\">50</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"bottom\" width=\"440\">\r\n<p align=\"right\">2-створчатая</p>\r\n</td>\r\n<td width=\"120\">шт.</td>\r\n<td width=\"140\">70</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"bottom\" width=\"440\">Замена дверного уплотнителя</td>\r\n<td width=\"120\">м.п</td>\r\n<td width=\"140\">10</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"bottom\" width=\"440\">Замена доводчика с установкой<br /> (немецкие доводчики Dorma, GU, Geze)</td>\r\n<td width=\"120\">шт.</td>\r\n<td width=\"140\">от 450</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"bottom\" width=\"440\">Замена ручки офисной с установкой</td>\r\n<td width=\"120\">шт.</td>\r\n<td width=\"140\">от 250</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"bottom\" width=\"440\">Замена петель на вх. двери</td>\r\n<td width=\"120\"> </td>\r\n<td width=\"140\"> </td>\r\n</tr>\r\n<tr>\r\n<td valign=\"bottom\" width=\"440\">\r\n<p align=\"right\">KTV (Тайвань)</p>\r\n</td>\r\n<td width=\"120\">1 шт.</td>\r\n<td width=\"140\">200</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"bottom\" width=\"440\">\r\n<p align=\"right\">GU - Dr. Hahn(Германия)</p>\r\n</td>\r\n<td width=\"120\">1 шт.</td>\r\n<td width=\"140\">280</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table style=\"width: 700px;\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"background-color: #f5f5f5; width: 700px;\" valign=\"bottom\" nowrap=\"nowrap\"><strong>Стеклопакеты</strong></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"bottom\" width=\"700\">Замена разных типов стеклопакетов (энергосберегающие, солнцезащитные, противовзломные, узорчатые, с декоративными элементами и др.)</td>\r\n</tr>\r\n</tbody>\r\n</table>',1,3,3,1,1,1,1338346725,1,1385041691,0,0,0,0,0,'',0,0,0,0,0,'modDocument','web',1,'remont-i-regulirovka.html',0,0,1,NULL),(4,'document','text/html','Декор окна','Декор окна','','dekor-okna','',1,0,0,0,1,'','<p><img class=\"imgtext\" title=\"декор окна\" src=\"img/dekor/dekor-okna_top.jpg\" alt=\"декор окна\" width=\"700\" height=\"280\" /></p>\r\n<p>[[!Wayfinder? &amp;startId=`4` &rowClass=`menuleft3`]]</p>',1,3,4,1,1,1,1338346848,1,1341265949,0,0,0,1339083240,1,'Декор окна',0,0,0,0,0,'modDocument','web',1,'dekor-okna/',0,0,1,NULL),(5,'document','text/html','Жалюзи','Жалюзи','Горизонтальные алюминиевые жалюзи,изолайт,горизонтальные деревянные жалюзи,Вертикальные жалюзи,тканевые и джутовые\r\nмультифактурные,нитевидные,мультифактурные жалюзи,нитевидные жалюзи,фотожалюзи,бамбуковые шторы,Римская штора,Рулонная штора','zhalyuzi','',1,0,0,4,1,'','<h2>Вертикальные жалюзи</h2>\r\n<h4><em>Тканевые и джутовые</em></h4>\r\n<h4><em>Мультифактурные</em></h4>\r\n<h4><em>Нитевидные</em> </h4>\r\n<h3>Вертикальные тканевые и джутовые жалюзи</h3>\r\n<p><strong>Вертикальные жалюзи</strong> – одно из интересных решений для создания интерьера, благодаря разнообразию фактур и богатой палитре цветов. Механизм управления жалюзи позволяет эффективно регулировать световой поток, создавая в помещении неповторимый эффект мягкого рассеянного света.</p>\r\n<p>Использовать <strong>вертикальные жалюзи</strong> можно не только для закрытия оконных проемов любой величины, но и для разделения помещений (вместо стационарных перегородок, маскировать нежелательные ниши).  Существует большая коллекция <strong>тканей и джутовых полотен для вертикальных жалюзи</strong><strong>,</strong> поэтому полет вашей фантазии не будет ограничен<strong>. </strong>Благодаря огромному выбору цветов и фактур, простой и надежной конструкции <strong>вертикальные жалюзи</strong> приобрели заслуженную популярность и применяются как квартирах, так и офисах. Сдвигать ламели можно как от центра к краям, так и от края к краю.  Контроль над освещенностью в помещении с <strong>вертикальными жалюзи</strong>будет практически полным.</p>\r\n<p>Ткани пропитаны специальным составом, который препятствует деформации и потере цвета, а также придает изделию антистатические и пылеотталкивающие свойства.<em><strong> <br /></strong></em></p>\r\n<p>Ширина ламелей: 89 или 127 мм.</p>\r\n<p>Гарантия на механизм жалюзи: 12 мес.</p>\r\n<p>Жалюзи изготавливаются под заказ по индивидуальным размерам.</p>\r\n<p>Для уточнения стоимости жалюзи, свяжитесь с менеджером по телефону:</p>\r\n<p>т. 220-15-13, 050-201-46-19 </p>\r\n<h3><strong>Мультифактурные вертикальные жалюзи</strong> </h3>\r\n<p><strong>Мультифактурные вертикальные жалюзи</strong> - один из наиболее удачных видов дизайнерского решения жалюзи для современного и классического интерьера. В последнее время <strong>мультифактурные жалюзи</strong> приобрели большую популярность. При их изготовлении  используют сразу несколько фактур. С помощью комбинации материалов создаются  имитации ламбрекенов и портьер с разными узорами: арками, зигзагами, волнами и др. Практичные в использовании, при закрытии <strong>мультифактурные жалюзи</strong> создают эффект плотных штор.</p>\r\n<p>Жалюзи изготавливаются под заказ по индивидуальным размерам.</p>\r\n<p>Есть вопросы или предложения, свяжитесь с менеджером по телефону: т. 220-15-13, 050-201-46-19. Мы поможем подобрать вам рисунок, сделаем эскиз и сообщим стоимость жалюзи на Ваше окно.</p>\r\n<h3>Нитевидные вертикальные жалюзи</h3>\r\n<p><strong>Нитевидные вертикальные жалюзи</strong> - это очень стильное решение для оформления оконного проема.Гамма <strong>цвета нитевидных жалюзи</strong> разнообразна и может подбираться и комбинироваться индивидуально по желанию клиента. Например, можно по краю использовать ламели более темного  цвета, а в центре светлые; чередование  темной и светлой ламели; переход от светлого тона к темному.  Управление конструкцией осуществляется как на обычных вертикальных жалюзи. Сдвигать ламели можно как от центра к краям, так и от края к краю, к тому же ламели вращаются вокруг себя, регулируя проникновение светового потока. <strong>Нитевидные жалюзи</strong> очень просты в уходе – ламели снимаются, перевязываются в нескольких местах веревкой и стираются в мешке в деликатном режиме стиральной машины.</p>\r\n<p><strong>Гарантия на механизм жалюзи:</strong> 12 мес.</p>\r\n<p>Если Вам интересны <strong>нитевидные вертикальные жалюзи</strong>, Вы можете проконсультироваться и узнать их стоимость по телефону:</p>\r\n<p>220-15-13, 050-201-46-19. </p>\r\n<h2>Фотожалюзи</h2>\r\n<p><strong>Фотожалюзи</strong> – настоящее произведение искусства на вашем окне. Они могут быть ведущим элементом интерьера комнаты.</p>\r\n<p>Современное оборудование позволяет нам напечатать любое изображение на вертикальных жалюзи и рулонных шторах. Изображение будет с фотографической четкостью, ярким и красочным. Сам рисунок наносится на жалюзи при помощи термопечати, благодаря этому они становятся стойки к воздействию солнечного света. Для печати необходима фотография высокого разрешения. Вы можете предоставить свое фото или выбрать изображение из нашего каталога. Тематики изображений: фото любимого человека, красивый пейзаж, абстракция, архитектура, цветы, фото экзотических животных и птиц, морская тематика, реклама, логотипы и многое другое.</p>\r\n<p>Для офисных помещений и бизнес центров, <strong>фотожалюзи</strong> несут не только эстетическую нагрузку, но и могут являться рекламой логотипа компании, торговой марки. Благодаря <strong>фотожалюзи</strong> любая компания может создать свой единый и неповторимый корпоративный стиль.  Такая реклама очень хорошо запоминается клиентами и способствует повышению узнаваемости вашей марки.</p>\r\n<p><strong>Гарантия на механизм жалюзи:</strong> 12 мес.</p>\r\n<p>Получите индивидуальную консультацию по тел.: 220-15-13, 050-201-46-19</p>\r\n<p><strong>Жалюзи из натуральных природных материалов</strong> (бамбук, джут, тростник), мягко рассеивая солнечный свет, создадут в любом интерьере ощущение теплоты и комфорта. <strong>Бамбуковые шторы</strong> отлично подходят для домов, коттеджей и дачи с деревянной или плетеной мебелью. Жалюзи из натуральных материалов не имеют аналогов по красоте и функциональности!</p>\r\n<p>Бамбуковые жалюзи оснащены двумя различными системами управления: <br /> <strong>Римская штора.</strong> Жалюзи плавно аккуратными и ровными складками раскладываются вниз и аналогичным образом собираются. <br /> <strong>Рулонная штора</strong>. Жалюзи сворачиваются в рулон снизу вверх. <br /> Подъём штор осуществляется с помощью шнура управления, который может располагаться слева или справа от шторы. Также с помощью этого шнура осуществляется фиксированная регулировка уровня подъёма жалюзей.</p>\r\n<p>Поскольку ролеты состоят из натуральных материалов, они могут иметь неоднородный окрас и незначительную деформацию отдельных фрагментов полотна.</p>\r\n<p><strong>Гарантия на механизм жалюзи:</strong> 12 месяцев.</p>\r\n<p>Бамбуковые жалюзи изготавливаются под заказ по индивидуальным размерам.</p>\r\n<p>Для уточнения стоимости жалюзи, свяжитесь с менеджером по телефону:</p>\r\n<p>т. 220-15-13, 050-201-46-19</p>\r\n<h2><strong><strong>Рулонные шторы</strong></strong></h2>\r\n<p class=\"justifyleft\"><strong style=\"text-align: justify; line-height: 1.5em;\">Рулонные шторы</strong><span style=\"text-align: justify; line-height: 1.5em;\"> являются привлекательной альтернативой классическим  шторам и жалюзи. Они могут использоваться как самостоятельное изделие, а так и в сочетании с тюлем и портьерами. Принцип действия конструкции - полотно ткани убирается вверх, сворачиваясь в рулон.</span></p>\r\n<p> <strong>Рулонные шторы</strong> дают новые возможности в оформлении помещений любого типа благодаря большому выбору тканей, имеющих различную степень светопроницаемости и расцветок. Ткани не подвергаются воздействию солнечных лучей, кроме того, они обработаны пылеотталкивающими, антистатическими и антибактериальными пропитками.</p>\r\n<p> Для полного затемнения помещения (домашний кинотеатр или актовый зал) используются специальные ткани (<strong>\"Блэкаут\"</strong> - 100%-но светонепропускающие). Такая ткань полностью затемняет помещение от дневного света. </p>\r\n<p>Рулонные шторы подразделяют на два типа: открытые и закрытые (кассетные) системы.</p>\r\n<h3>Рулонные шторы открытого типа</h3>\r\n<p style=\"text-align: center;\"><strong style=\"text-align: justify; line-height: 1.5em;\"> </strong></p>\r\n<p> <strong>Рулонные шторы открытого типа</strong>  экономичны и надежны. Большим преимуществом системы открытого типа является компактность механизма, что позволяет выглядеть очень гармонично и аккуратно. Диаметр трубы намотки от 19 (min) до 45 мм в зависимости от размеров и назначения изделия. Крепежные кронштейны крепятся на створку/раму окна или оконный проём. Если рулонные шторы крепятся непосредственно на окно, то полотно двигается вверх-вниз по леске, что позволяет ткани не отвисать, когда створка окна открыта в режиме проветривания.</p>\r\n<h4>Рулонные шторы закрытого (кассетного) типа</h4>\r\n<p>Механизм <strong>рулонно-кассетных штор</strong> включает в себя трубу намотки,  короб, который закрывает трубу и направляющие, закрывающие  края ткани.</p>\r\n<p>Благодаря специальной системе креплений, рулонно-касетные жалюзи монтируется вплотную к стеклу на каждую створку окна отдельно. Механизм управления цепочный. <strong>Рулонно-касетные жалюзи</strong> смотрятся как элемент окна, что позволяет сочетать их с обычными занавесями.</p>\r\n<p><strong>Гарантия на механизм рулонных штор</strong>: 12 месяцев.</p>\r\n<p>Рулонные шторы изготавливаются под заказ по индивидуальным размерам.</p>\r\n<p>Для уточнения стоимости штор, свяжитесь с менеджером по телефону: т. 220-15-13, 050-201-46-19 </p>\r\n<h3>Рулонные шторы «Зебра»</h3>\r\n<p><strong>Рулонные шторы «Зебра» – </strong>стильные современные солнцезащитные ролеты, разработанные британской компанией Louvolite. Уникальность ролет <strong>«Зебра»</strong> - это специальные ткани, в которых прозрачные полосы чередуются с затемнеными. При подъеме или опускании полотна полосы смещаются и обеспечивают мягкое затемнение помещения. Разнообразный выбор качественных тканей удовлетворит вкусы самых изысканных покупателей. Ткани коллекции «<strong>Зебра</strong>» имеют отличные износостойкие, антистатичные и пыле-отталкивающи свойства. Рулонные шторы  крепятся на стены, потолок или на окно.</p>\r\n<p>Производитель фурнитуры и тканей Великобритания.</p>\r\n<p><strong>Гарантия на механизм ролеты:</strong> 12 месяцев.</p>\r\n<p>Рулонные шторы изготавливаются под заказ по индивидуальным размерам.</p>\r\n<p>Для уточнения стоимости свяжитесь с менеджером по телефону: т. 220-15-13, 050-201-46-19.</p>\r\n<p><strong> </strong></p>\r\n<p> </p>',1,3,0,1,1,1,1338347077,1,1391103523,0,0,0,1339188180,1,'Жалюзи',0,0,0,0,0,'modDocument','web',1,'dekor-okna/zhalyuzi/',0,0,1,NULL),(6,'document','text/html','Шторы нити','Шторы-нити \"ZEBRA\"','шторы-нити,люверс','shtoryi-niti','',1,0,0,4,0,'шторы-нити,люверс','<p><img class=\"imgtext\" title=\" \" src=\"img/dekor/shtoryi-niti/shtoryi-niti_top.jpg\" alt=\" \" width=\"700\" height=\"280\" /></p>\r\n<p>Новая тенденция в дизайне интерьера. Нитяные шторы создают максимальный декоративный эффект. Они могут применяться не только для окон, но и для создания импровизированных перегородок. Эффектный результат получается при сочетании нитяных штор двух цветов. Важно отметить, что при проветривании комнаты нитяной занавес хорошо пропускает воздух, в отличие от современных тюлей. Это способствует хорошему обогащению комнаты кислородом. Кроме того, шторы-нити легки в уходе: полотно перевязывается в нескольких местах веревкой и стираются в мешке в деликатной машинной стирке.<strong>  </strong></p>\r\n<p style=\"text-align: center;\"><strong>Возможны несколько видов обработки верхнего края:</strong></p>\r\n<ul>\r\n<li>Подвернутый край (штора одевается на трубу)</li>\r\n<li>Пришитая нить сборки (штора цепляется на крючки) </li>\r\n<li>Край, обработанный люверсами (декоративные кольца - Польша)</li>\r\n</ul>\r\n<p><strong>Люверсы</strong> - это кольца, устанавливающиеся на шторы и тюль, через которые продевается карниз. Люверсы на шторах великолепно подчёркивают красоту ткани. При помощи люверсов образуются выразительные вертикальные складки, которые изумительно украсят окно и служат дополнительным декором.</p>\r\n<p style=\"text-align: center;\"><span style=\"text-align: justify; line-height: 1.5em;\"> </span></p>\r\n<p>  </p>\r\n<div class=\"accordion2\">\r\n<h3>Люрекс</h3>\r\n<div class=\"aco\">[[GalleryOutput2? &amp;folder=`dekor/shtoryi-niti/catalog/lureks` &title=`ткань `]]\r\n<div style=\"clear: both;\"> </div>\r\n</div>\r\n<h3>Однотонные</h3>\r\n<div class=\"aco\">[[GalleryOutput2? &amp;folder=`dekor/shtoryi-niti/catalog/odnotonnie` &title=`ткань `]]\r\n<div style=\"clear: both;\"> </div>\r\n</div>\r\n<h3>Паетки</h3>\r\n<div class=\"aco\">[[GalleryOutput2? &amp;folder=`dekor/shtoryi-niti/catalog/paetki` &title=`ткань `]]\r\n<div style=\"clear: both;\"> </div>\r\n</div>\r\n<h3>Радуга</h3>\r\n<div class=\"aco\">[[GalleryOutput2? &amp;folder=`dekor/shtoryi-niti/catalog/raduga` &title=`ткань `]]\r\n<div style=\"clear: both;\"> </div>\r\n</div>\r\n<h3>Радуга со стеклярусом</h3>\r\n<div class=\"aco\">[[GalleryOutput2? &amp;folder=`dekor/shtoryi-niti/catalog/raduga_so_steklyarusom` &title=`ткань `]]\r\n<div style=\"clear: both;\"> </div>\r\n</div>\r\n<h3>Квадратный стеклярус</h3>\r\n<div class=\"aco\">[[GalleryOutput2? &amp;folder=`dekor/shtoryi-niti/catalog/steklyarus_kvadratniy` &title=`ткань `]]\r\n<div style=\"clear: both;\"> </div>\r\n</div>\r\n<h3>Стеклярус одинар</h3>\r\n<div class=\"aco\">[[GalleryOutput2? &amp;folder=`dekor/shtoryi-niti/catalog/steklyarus_odinar` &title=`ткань `]]\r\n<div style=\"clear: both;\"> </div>\r\n</div>\r\n<h3>Стеклярус сердечки</h3>\r\n<div class=\"aco\">[[GalleryOutput2? &amp;folder=`dekor/shtoryi-niti/catalog/steklyarus_serdechki` &title=`ткань `]]\r\n<div style=\"clear: both;\"> </div>\r\n</div>\r\n</div>\r\n<h3>Шторы-нити в интерьерах</h3>\r\n<p><img class=\"imgtext\" title=\"Шторы-нити &quot;Зебра&quot; в интерьере\" src=\"img/dekor/shtoryi-niti/shtoryi-niti-interior/3.jpg\" alt=\"Шторы-нити &quot;Зебра&quot; в интерьере\" width=\"700\" height=\"484\" /></p>\r\n<p><img class=\"galleft\" title=\"Шторы-нити &quot;Зебра&quot; в интерьере\" src=\"img/dekor/shtoryi-niti/shtoryi-niti-interior/2.jpg\" alt=\"Шторы-нити &quot;Зебра&quot; в интерьере\" width=\"340\" height=\"450\" /><img title=\"Шторы-нити &quot;Зебра&quot; в интерьере\" src=\"img/dekor/shtoryi-niti/shtoryi-niti-interior/1.jpg\" alt=\"Шторы-нити &quot;Зебра&quot; в интерьере\" width=\"340\" height=\"450\" /></p>\r\n<p class=\"imgtext\"><img title=\"Шторы-нити &quot;Зебра&quot; в интерьере\" src=\"img/dekor/shtoryi-niti/shtoryi-niti-interior/6.jpg\" alt=\"Шторы-нити &quot;Зебра&quot; в интерьере\" width=\"700\" height=\"525\" /></p>\r\n<p><img class=\"galleft\" title=\"Шторы-нити &quot;Зебра&quot; в интерьере\" src=\"img/dekor/shtoryi-niti/shtoryi-niti-interior/4.jpg\" alt=\"Шторы-нити &quot;Зебра&quot; в интерьере\" width=\"340\" height=\"450\" /><img title=\"Шторы-нити &quot;Зебра&quot; в интерьере\" src=\"img/dekor/shtoryi-niti/shtoryi-niti-interior/5.jpg\" alt=\"Шторы-нити &quot;Зебра&quot; в интерьере\" width=\"340\" height=\"450\" /></p>',1,3,2,1,1,1,1338356713,1,1385041204,0,0,0,1343853420,1,'Шторы-нити',0,0,0,0,0,'modDocument','web',1,'dekor-okna/shtoryi-niti.html',0,0,1,NULL),(7,'document','text/html','Карнизы','Карнизы Metablo','Металлические карнизы Metablo,техно–стиль,карнизы имитирующие ковку,кронштейны,стеновые карнизы,потолочные карнизы','karnizyi','',1,0,0,4,0,'','<p><strong><img class=\"imgtext\" title=\"карнизы\" src=\"img/dekor/karniz/karnizyi_top_2.jpg\" alt=\"карнизы\" width=\"700\" height=\"280\" />Металлические карнизы</strong><strong> Metablo (Германия</strong>) – это олицетворение надежности, прочности и элегантности. Они могут быть выполнены в разных стилях: </p>\n<ul>\n<li><strong>Техно–стиль</strong> - это коллекции авангардного направления. Большой выбор наконечников  и кронштейнов позволяет создать неограниченное число моделей.</li>\n<li><strong>Карнизы, имитирующие ковку</strong>. В коллекции отражаются традиции старых мастеров и современные технологии. В компании «ZEBRA» Вы найдете большой выбор декоративных наконечников (острие копья, ветка с листьями, спираль, шишка, клен, лилия и т.д). </li>\n</ul>\n<p><strong>Основные характеристики карнизов:</strong> </p>\n<p>Цвет: латунь античная,  хром матовый </p>\n<p>Длина трубы:  1400, 1600, 1800, 2000, 2400 (3000) мм </p>\n<p>Диаметр трубы: 16 и 25 мм </p>\n<p>Труба: гладкая, рифленая, витая. </p>\n<p>Кронштейны: одинарные (для одной трубы) и двойные (для двух труб); по месту крепления – стеновые и потолочные.</p>\n<h3>Примеры наконечников Metablo</h3>\n<p>[[GalleryOutput2sizes? &amp;folder=`dekor/karniz` &title=`карниз `]]</p>',1,3,1,1,1,1,1338911073,1,1342058203,0,0,0,1342058203,1,'Карнизы',0,0,0,0,0,'modDocument','web',1,'dekor-okna/karnizyi.html',0,0,1,NULL),(8,'document','text/html','Рулонные шторы','Рулонные-шторы','Рулонные шторы в Запорожье,купить рулонные шторы Запорожье, цена рулонные шторы, тканевые жалюзи Запорожье,роллы в Запорожье, ролловые шторы, рулонные шторы акция Запорожье, Блэкаут,кассетные жалюзи Запорожье,Рулонные шторы «Зебра»','rulonnyie-shtoryi','',1,0,0,5,0,'','<p><strong><img class=\"imgtext\" title=\"Рулонные шторы «Зебра»\" src=\"img/dekor/rulonnyie-shtoryi/rulonnyie-shtoryi_top.jpg\" alt=\"Рулонные шторы «Зебра»\" width=\"700\" height=\"280\" />Рулонные шторы</strong> являются привлекательной альтернативой классическим  шторам и жалюзи. Они могут использоваться как самостоятельное изделие, а так и в сочетании с тюлем и портьерами. Принцип действия конструкции - полотно ткани убирается вверх, сворачиваясь в рулон.</p>\r\n<p> <strong>Рулонные шторы</strong> дают новые возможности в оформлении помещений любого типа благодаря большому выбору тканей, имеющих различную степень светопроницаемости и расцветок. Ткани не подвергаются воздействию солнечных лучей, кроме того, они обработаны пылеотталкивающими, антистатическими и антибактериальными пропитками.</p>\r\n<p> Для полного затемнения помещения (домашний кинотеатр или актовый зал) используются специальные ткани (<strong>\"Блэкаут\"</strong> - 100%-но светонепропускающие). Такая ткань полностью затемняет помещение от дневного света. </p>\r\n<p>Рулонные шторы подразделяют на два типа: открытые и закрытые (кассетные) системы.</p>\r\n<p><img class=\"imgright\" title=\"Рулонные шторы открытого типа\" src=\"img/dekor/rulonnyie-shtoryi/rulonnyie-shtoryi_otkr.jpg\" alt=\"Рулонные шторы открытого типа\" width=\"230\" height=\"259\" /></p>\r\n<h3><strong style=\"line-height: 1.5em;\"><span style=\"line-height: 1.5em;\"> </span></strong></h3>\r\n<h3><strong style=\"line-height: 1.5em;\"><span style=\"line-height: 1.5em;\">Рулонные шторы открытого типа</span></strong></h3>\r\n<p style=\"text-align: center;\"><span style=\"text-align: justify; line-height: 1.5em;\"> </span><strong style=\"text-align: justify; line-height: 1.5em;\">Рулонные шторы открытого типа</strong><span style=\"text-align: justify; line-height: 1.5em;\">  экономичны и надежны. Большим преимуществом системы открытого типа является компактность механизма, что позволяет выглядеть очень гармонично и аккуратно. Диаметр трубы намотки от 19 (min) до 45 мм в зависимости от размеров и назначения изделия. Крепежные кронштейны крепятся на створку/раму окна или оконный проём. Если рулонные шторы крепятся непосредственно на окно, то полотно двигается вверх-вниз по леске, что позволяет ткани не отвисать, когда створка окна открыта в режиме проветривания.</span></p>\r\n<p><strong>Мы использует только качественные комплектующие</strong>:<strong> ф</strong><strong style=\"line-height: 1.5em;\">урнитура - Польша, т</strong><strong style=\"line-height: 1.5em;\">кани - Германия</strong></p>\r\n<p>Изготовление рулонных штор по индивидуальным размерам.</p>\r\n<p>Гарантия на механизм рулонных штор: 12 мес.</p>\r\n<h3>Ориентир цены</h3>\r\n<p><strong>Ориентир стоимости рулонных штор открытого типа на двустворчатое окно 1300*1400. </strong>В стоимость входит два полотна рулонных штор, полотна двигаются вверх-вниз по леске, монтаж.  На сайте размещены основные гаммы цветов и фактур. Полный каталог тканей вы можете увидеть у дизайнера при выезде к Вам на замер или в нашем офисе (ул. Плотинная 5, офис 3). В связи с нестабильным курсом валют цены указаны в у.е (долл.)</p>\r\n<div class=\"accordion2\">\r\n<h3>38,9 у.е</h3>\r\n<div class=\"aco\">[[GalleryOutput2? &amp;folder=`dekor/rulonnyie-shtoryi/catalog/445-455grn` &title=`ткань  `]]\r\n<div style=\"clear: both;\"> </div>\r\n</div>\r\n<h3><strong>38,9  - 44,7  у.е</strong></h3>\r\n<div class=\"aco\">[[GalleryOutput2? &amp;folder=`dekor/rulonnyie-shtoryi/catalog/470-495grn` &title=`ткань `]]\r\n<div style=\"clear: both;\"> </div>\r\n</div>\r\n<h3><strong>51,2  у.е</strong></h3>\r\n<div class=\"aco\">[[GalleryOutput2? &amp;folder=`dekor/rulonnyie-shtoryi/catalog/525-560grn` &title=`ткань `]]\r\n<div style=\"clear: both;\"> </div>\r\n</div>\r\n<h3><strong>56,6 у.е</strong></h3>\r\n<div class=\"aco\">[[GalleryOutput2? &amp;folder=`dekor/rulonnyie-shtoryi/catalog/600-640grn` &title=`ткань `]]\r\n<div style=\"clear: both;\"> </div>\r\n</div>\r\n<h3><strong>64,8 - 71,1  у.е</strong></h3>\r\n<div class=\"aco\">[[GalleryOutput2? &amp;folder=`dekor/rulonnyie-shtoryi/catalog/645-690grn` &title=`ткань `]]\r\n<div style=\"clear: both;\"> </div>\r\n</div>\r\n<h3><strong>81,9  у.е</strong></h3>\r\n<div class=\"aco\">[[GalleryOutput2? &amp;folder=`dekor/rulonnyie-shtoryi/catalog/750-800grn` &title=`ткань `]]\r\n<div style=\"clear: both;\"> </div>\r\n</div>\r\n<h3><strong>89,2  у.е</strong></h3>\r\n<div class=\"aco\">[[GalleryOutput2? &amp;folder=`dekor/rulonnyie-shtoryi/catalog/810-850grn` &title=`ткань `]]\r\n<div style=\"clear: both;\"> </div>\r\n</div>\r\n<h3><strong>100,8  у.е</strong></h3>\r\n<div class=\"aco\">[[GalleryOutput2? &amp;folder=`dekor/rulonnyie-shtoryi/catalog/930-980grn` &title=`ткань `]]\r\n<div style=\"clear: both;\"> </div>\r\n</div>\r\n</div>\r\n<div style=\"clear: both;\"> </div>\r\n<p><img class=\"imgright\" title=\"Рулонные шторы закрытого типа\" src=\"img/dekor/rulonnyie-shtoryi/rulonnyie-shtoryi_zakr.jpg\" alt=\"Рулонные шторы закрытого типа\" width=\"230\" height=\"259\" /></p>\r\n<h3>Рулонные шторы закрытого (кассетного) типа</h3>\r\n<p>Механизм <strong>рулонно-кассетных штор</strong> включает в себя трубу намотки,  короб, который закрывает трубу и направляющие, закрывающие  края ткани.</p>\r\n<p>Благодаря специальной системе креплений, рулонно-касетные жалюзи монтируется вплотную к стеклу на каждую створку окна отдельно. Механизм управления цепочный. <strong>Рулонно-касетные жалюзи</strong> смотрятся как элемент окна, что позволяет сочетать их с обычными занавесями.</p>\r\n<p><strong>Мы используем только качественные комплектующие: ф</strong><strong style=\"line-height: 1.5em;\"><span style=\"line-height: 1.5em;\">урнитура - Польша, т</span></strong><strong style=\"line-height: 1.5em;\"><span style=\"line-height: 1.5em;\">кани - Германия</span></strong></p>\r\n<p>Гарантия на механизм рулонных штор: 12 месяцев.</p>\r\n<p>Рулонные шторы изготавливаются под заказ по индивидуальным размерам.</p>\r\n<h3>Рулонные шторы «Зебра»</h3>\r\n<p><strong><img class=\"imgright\" title=\"Рулонные шторы «Зебра»\" src=\"img/dekor/rulonnyie-shtoryi/rulonnyie-shtoryi_zebra.jpg\" alt=\"Рулонные шторы «Зебра»\" width=\"230\" height=\"259\" />Рулонные шторы «Зебра» – </strong>стильные современные солнцезащитные ролеты, разработанные британской компанией Louvolite. Уникальность ролет <strong>«Зебра»</strong> - это специальные ткани, в которых прозрачные полосы чередуются с затемнеными. При подъеме или опускании полотна полосы смещаются и обеспечивают мягкое затемнение помещения. Разнообразный выбор качественных тканей удовлетворит вкусы самых изысканных покупателей. Ткани коллекции «<strong>Зебра</strong>» имеют отличные износостойкие, антистатичные и пыле-отталкивающи свойства. Рулонные шторы  крепятся на стены, потолок или на окно.</p>\r\n<p>Производитель фурнитуры и тканей Великобритания.</p>\r\n<p>Гарантия на механизм ролеты: 12 месяцев.</p>\r\n<p>Рулонные шторы изготавливаются под заказ по индивидуальным размерам.</p>\r\n<p>[[GalleryOutput2? &amp;folder=`dekor/rulonnyie-shtoryi/rulonnyie-shtoryi_zebra` &title=`ткань \"Зебра\"  `]]</p>',1,3,4,1,0,1,1338913133,1,1458554931,0,0,0,1343001300,1,'Рулонные шторы',0,0,0,0,0,'modDocument','web',1,'dekor-okna/zhalyuzi/rulonnyie-shtoryi.html',0,0,1,NULL),(11,'document','text/html','Горизонтальные жалюзи','Горизонтальные жалюзи','Горизонтальные жалюзи Запорожье,жалюзи на окна,жалюзи Изолайт Запорожье,купить жалюзи Изолайт Запорожье, Isolite,Жалюзи из дерева и бамбука, Горизонтальные деревянные жалюзи,цена бамбуковые жалюзи Запорожье купить жалюзи Запорожье, купить жалюзи','gorizontalnyie','',1,0,0,5,0,'','<p><strong><img class=\"imgright\" title=\"Горизонтальные алюминиевые жалюзи Зебра\" src=\"img/dekor/gorizontalnyie_zhaluzi/gorizontalnyie_zhaluzi_alu.jpg\" alt=\"Горизонтальные алюминиевые жалюзи Зебра\" width=\"230\" height=\"259\" /></strong></p>\r\n<p style=\"text-align: center;\"><strong style=\"text-align: justify; line-height: 1.5em;\"> </strong></p>\r\n<p><strong>Горизонтальные алюминиевые жалюзи</strong> – это классическая солнцезащитная система с отличными потребительскими характеристиками. Горизонтальные алюминиевые жалюзи неприхотливы в уходе. Кроме того, позволяют не только регулировать степень проникновения света, но и декорировать окно. Практичные и «ненавязчивые» горизонтальные алюминиевые жалюзи дополнят как офисный, так и домашний интерьер.</p>\r\n<p><strong>Ширина ламели</strong>: 16 мм и 25 мм.</p>\r\n<p><strong>Обратите внимание, наши жалюзи изготовлены из качественных материалов (не Китай!) Производители</strong>:<strong> фурнитура – Польша, ламели белые – Польша, ламели цветные – Израиль, нить и лесенка – Швеция.</strong></p>\r\n<p><strong>Гарантия на механизм жалюзи</strong> – 12 мес.</p>\r\n<p>Жалюзи изготавливаются под заказ по индивидуальным размерам.</p>\r\n<h2> </h2>\r\n<h2>Жалюзи Изолайт (Isolite)</h2>\r\n<p> </p>\r\n<p><strong><img class=\"imgright\" title=\"Жалюзи изолайт\" src=\"img/dekor/gorizontalnyie_zhaluzi/gorizontalnyie_zhaluzi_izolight.jpg\" alt=\"Жалюзи изолайт\" width=\"230\" height=\"259\" />Жалюзи Изолайт (Isolite)</strong> - это усовершенствованные модели горизонтальных жалюзи для окон ПВХ. Особенность Изолайтов - плоский короб, жалюзи закрывают только площадь стеклопакета и двигаются по леске. При открытии створки окна жалюзи не повреждают откосы. Жалюзи Изолайт (Isolite) составляют единое целое с окном.</p>\r\n<p>Управление конструкцией (поворот, подъем/опускание ламелей) осуществляется с помощью единой нити управления (отсутствует трость управления). Поэтому пользоваться такими жалюзи - одно удовольствие!</p>\r\n<p>В зависимости от требований интерьера предлагается широкая цветовая гамма ламелей и разная ширина ламелей: 16 мм и 25 мм.</p>\r\n<p><strong>Обратите внимание, при изготовлении жалюзи мы применяем качественные материалы (не Китай!) Производители</strong>:<strong> фурнитура – Германия и Польша, ламели белые – Польша, ламели цветные – Израиль, нить и лесенка – Швеция.</strong></p>\r\n<p><strong>Гарантия на механизм жалюзи</strong>: 12 мес.</p>\r\n<p><strong>Жалюзи «Изолайт»</strong> изготавливаются под заказ по индивидуальным размерам.</p>\r\n<h2> </h2>\r\n<h2>Жалюзи горизонтальные бамбуковые и деревянные</h2>\r\n<p><img class=\"imgright\" title=\"Горизонтальные деревянные жалюзи\" src=\"img/dekor/gorizontalnyie_zhaluzi/gorizontalnyie_zhaluzi_derev.jpg\" alt=\"Горизонтальные деревянные жалюзи\" width=\"230\" height=\"259\" /></p>\r\n<p><strong> </strong></p>\r\n<p><strong>Жалюзи из дерева и бамбука</strong> делают современные интерьеры более теплыми и уютными.</p>\r\n<p><strong>Горизонтальные деревянные жалюзи</strong> станут прекрасным украшением кабинета и гостиной, придав им особый стиль. Ширина ламелей деревянных/бамбуковых жалюзи может быть 25 и 50 мм. Возможно декорирование полотна тесьмой.</p>\r\n<p>Цветовая гамма предоставляет возможности для самого изысканного оформления интерьеров, которые ограничиваются лишь фантазией дизайнера.</p>\r\n<p>Оригинальный механизм подъема позволяет легко поднимать, опускать и фиксировать жалюзи на нужном уровне, несмотря на размеры и вес готового изделия.</p>\r\n<p><strong>Гарантия на механизм жалюзи</strong>: 12 мес.</p>\r\n<p>Жалюзи изготавливаются под заказ по индивидуальным размерам.</p>',1,3,0,1,1,1,1339187393,1,1391103693,0,0,0,1340186940,1,'',0,0,0,0,0,'modDocument','web',1,'dekor-okna/zhalyuzi/gorizontalnyie.html',0,0,1,NULL),(12,'document','text/html','Вертикальные жалюзи','Вертикальные жалюзи','Вертикальные жалюзи,Мультифактурные жалюзи,Нитевидные жалюзи, Тканевые и джутовые жалюзи','vertikalnyie-zhalyuzi','',1,0,0,5,0,'','<p><strong><img class=\"imgright\" title=\"Вертикальные жалюзи Зебра\" src=\"img/dekor/vertikalnyie_zhaluzi/vertikalnyie_zhaluzi.jpg\" alt=\"Вертикальные жалюзи Зебра\" width=\"230\" height=\"259\" />Вертикальные жалюзи</strong> – одно из интересных решений для создания интерьера, благодаря разнообразию фактур и богатой палитре цветов. Механизм управления жалюзи позволяет эффективно регулировать световой поток, создавая в помещении неповторимый эффект мягкого рассеянного света. </p>\r\n<p>Использовать <strong>вертикальные жалюзи</strong> можно не только для закрытия оконных проемов любой величины, но и для разделения помещений (вместо стационарных перегородок, маскировать нежелательные ниши).  Существует большая коллекция <strong>тканей и джутовых полотен для вертикальных жалюзи</strong><strong>,</strong> поэтому полет вашей фантазии не будет ограничен<strong>. </strong>Благодаря огромному выбору цветов и фактур, простой и надежной конструкции <strong>вертикальные жалюзи</strong> приобрели заслуженную популярность и применяются как квартирах, так и офисах. Сдвигать ламели можно как от центра к краям, так и от края к краю.  Контроль над освещенностью в помещении с <strong>вертикальными жалюзи</strong><strong> </strong>будет практически полным.</p>\r\n<p>Ткани пропитаны специальным составом, который препятствует деформации и потере цвета, а также придает изделию антистатические и пылеотталкивающие свойства.<em><strong> </strong></em></p>\r\n<p>Ширина ламелей: 89 или 127 мм. </p>\r\n<p>Гарантия на механизм жалюзи: 12 мес. </p>\r\n<p>Жалюзи изготавливаются под заказ по индивидуальным размерам. </p>\r\n<h2><strong>Мультифактурные вертикальные жалюзи</strong> </h2>\r\n<p><strong><img class=\"imgright\" title=\"мультифактурные вертикальные жалюзи\" src=\"img/dekor/vertikalnyie_zhaluzi/vertikalnyie_zhaluz_multifacture.jpg\" alt=\"мультифактурные вертикальные жалюзи\" width=\"230\" height=\"259\" />Мультифактурные вертикальные жалюзи</strong> - один из наиболее удачных видов дизайнерского решения жалюзи для современного и классического интерьера. В последнее время <strong>мультифактурные жалюзи</strong> приобрели большую популярность. При их изготовлении  используют сразу несколько фактур. С помощью комбинации материалов создаются  имитации ламбрекенов и портьер с разными узорами: арками, зигзагами, волнами и др. Практичные в использовании, при закрытии <strong>мультифактурные жалюзи</strong> создают эффект плотных штор.</p>\r\n<p>Жалюзи изготавливаются под заказ по индивидуальным размерам. </p>\r\n<p>Мы поможем подобрать вам рисунок, сделаем эскиз и сообщим стоимость жалюзи на Ваше окно. </p>\r\n<h2>Нитевидные вертикальные жалюзи</h2>\r\n<p><strong><img class=\"imgright\" title=\"Нитевидные жалюзи\" src=\"img/dekor/vertikalnyie_zhaluzi/vertikalnyie_zhaluzi_niti.jpg\" alt=\"Нитевидные жалюзи\" width=\"230\" height=\"259\" />Нитевидные вертикальные жалюзи</strong> - это очень стильное решение для оформления оконного проема.<strong> </strong>Гамма <strong>цвета нитевидных жалюзи</strong> разнообразна и может подбираться и комбинироваться индивидуально по желанию клиента. Например, можно по краю использовать ламели более темного  цвета, а в центре светлые; чередование  темной и светлой ламели; переход от светлого тона к темному.  Управление конструкцией осуществляется как на обычных вертикальных жалюзи. Сдвигать ламели можно как от центра к краям, так и от края к краю, к тому же ламели вращаются вокруг себя, регулируя проникновение светового потока. <strong>Нитевидные жалюзи</strong> очень просты в уходе – ламели снимаются, перевязываются в нескольких местах веревкой и стираются в мешке в деликатном режиме стиральной машины.</p>\r\n<p>Гарантия на механизм жалюзи: 12 мес.</p>\r\n<h3> </h3>',1,3,1,1,1,1,1339217916,1,1341825023,0,0,0,1340186940,1,'',0,0,0,0,0,'modDocument','web',1,'dekor-okna/zhalyuzi/vertikalnyie-zhalyuzi.html',0,0,1,NULL),(9,'document','text/html','Контакты','Контакты','','kontakti','',1,0,0,0,0,'','<p style=\"width: 250; float: left;\"><small>69000, Украина, г. Запорожье,</small><br /> <strong>ул.Плотинная 5, офис 3</strong><br /> <small>(остановка транспорта ул.Каховская)</small><br /> <small>(061) </small><strong>220-15-13</strong> <br /> <small>(050) </small><strong>201-46-19</strong><br /> <small>(067) </small><strong>305-27-98</strong></p>\r\n<div id=\"map_canvas\" style=\"width: 450px; height: 350px; float: right;\"> </div>',1,4,6,1,1,1,1338937507,1,1341262460,0,0,0,1339186980,1,'',0,0,0,0,0,'modDocument','web',1,'kontakti.html',0,0,1,NULL),(10,'document','text/html','Карта сайта','Карта сайта','','karta-sajta','',1,0,0,0,0,'','<p>[[!Wayfinder]]</p>',1,3,7,1,1,1,1338947344,1,1338999789,0,0,0,1338946140,1,'Карта сайта',0,0,0,0,1,'modDocument','web',1,'karta-sajta.html',0,0,1,NULL),(14,'document','text/html','Бамбуковые шторы','Бамбуковые шторы','Бамбуковые шторы,Жалюзи из натуральных природных материалов,бамбук, джут, тростник,Римская штора,Рулонная штора,ролеты','bambukovyie-shtoryi','',1,0,0,5,0,'','<p><strong><img class=\"imgtext\" title=\"бамбуковые шторы\" src=\"img/dekor/bambukovyie-shtoryi/bambukovyie-shtory.jpg\" alt=\"бамбуковые шторы\" width=\"700\" height=\"280\" /></strong><strong>Жалюзи из натуральных природных материалов</strong> (бамбук, джут, тростник), мягко рассеивая солнечный свет, создадут в любом интерьере ощущение теплоты и комфорта. <strong>Бамбуковые шторы</strong> отлично подходят для домов, коттеджей и дачи с деревянной или плетеной мебелью. Жалюзи из натуральных материалов не имеют аналогов по красоте и функциональности!</p>\r\n<p>Бамбуковые жалюзи оснащены двумя различными системами управления: <br /> <strong>Римская штора.</strong> Жалюзи плавно аккуратными и ровными складками раскладываются вниз и аналогичным образом собираются. <br /> <strong>Рулонная штора</strong>. Жалюзи сворачиваются в рулон снизу вверх. <br /> Подъём штор осуществляется с помощью шнура управления, который может располагаться слева или справа от шторы. Также с помощью этого шнура осуществляется фиксированная регулировка уровня подъёма жалюзей.</p>\r\n<p>Поскольку ролеты состоят из натуральных материалов, они могут иметь неоднородный окрас и незначительную деформацию отдельных фрагментов полотна. </p>\r\n<p>Гарантия на механизм жалюзи: 12 месяцев. </p>\r\n<p>Бамбуковые жалюзи изготавливаются под заказ по индивидуальным размерам.</p>\r\n<h2>Образцы бамбуковых штор</h2>\r\n<p>[[GalleryOutput2? &amp;folder=`dekor/bambukovyie-shtoryi` &title=`образец ткани art`]]</p>',1,3,3,1,1,1,1339502738,1,1341183460,0,0,0,1339187340,1,'',0,0,0,0,0,'modDocument','web',1,'dekor-okna/zhalyuzi/bambukovyie-shtoryi.html',0,0,1,NULL),(13,'document','text/html','Фотожалюзи','Фотожалюзи','Фотожалюзи, термопечать, жалюзи для офиса, логотип, символика, реклама','fotozhalyuzi','',0,0,0,5,0,'','<h3>Фотожалюзи</h3>\r\n<p><strong>Фотожалюзи</strong> – настоящее произведение искусства на вашем окне. Они могут быть ведущим элементом интерьера комнаты.</p>\r\n<p>Современное оборудование позволяет нам напечатать любое изображение на вертикальных жалюзи и рулонных шторах. Изображение будет с фотографической четкостью, ярким и красочным. Сам рисунок наносится на жалюзи при помощи термопечати, благодаря этому они становятся стойки к воздействию солнечного света. Для печати необходима фотография высокого разрешения. Вы можете предоставить свое фото или выбрать изображение из нашего каталога. Тематики изображений: фото любимого человека, красивый пейзаж, абстракция, архитектура, цветы, фото экзотических животных и птиц, морская тематика, реклама, логотипы и многое другое.</p>\r\n<p>Для офисных помещений и бизнес центров, <strong>фотожалюзи</strong> несут не только эстетическую нагрузку, но и могут являться рекламой логотипа компании, торговой марки. Благодаря <strong>фотожалюзи</strong> любая компания может создать свой единый и неповторимый корпоративный стиль.  Такая реклама очень хорошо запоминается клиентами и способствует повышению узнаваемости вашей марки.</p>\r\n<p>Гарантия на механизм жалюзи: 12 мес.</p>\r\n<p>Получите индивидуальную консультацию по тел.: 220-15-13, 050-201-46-19</p>\r\n<div> </div>\r\n<div class=\"accordion\">\r\n<h3>Фотожалюзи</h3>\r\n<div>\r\n<p><strong>Фотожалюзи</strong> – настоящее произведение искусства на вашем окне. Они могут быть ведущим элементом интерьера комнаты.Современное оборудование позволяет нам напечатать любое изображение на вертикальных жалюзи и рулонных шторах. Изображение будет с фотографической четкостью, ярким и красочным. Сам рисунок наносится на жалюзи при помощи термопечати, благодаря этому они становятся стойки к воздействию солнечного света. Для печати необходима фотография высокого разрешения. Вы можете предоставить свое фото или выбрать изображение из нашего каталога. Тематики изображений: фото любимого человека, красивый пейзаж, абстракция, архитектура, цветы, фото экзотических животных и птиц, морская тематика, реклама, логотипы и многое другое.</p>\r\n</div>\r\n<h3>Фотожалюзи</h3>\r\n<div>\r\n<p><strong>Фотожалюзи</strong> – настоящее произведение искусства на вашем окне. Они могут быть ведущим элементом интерьера комнаты.Современное оборудование позволяет нам напечатать любое изображение на вертикальных жалюзи и рулонных шторах. Изображение будет с фотографической четкостью, ярким и красочным. Сам рисунок наносится на жалюзи при помощи термопечати, благодаря этому они становятся стойки к воздействию солнечного света. Для печати необходима фотография высокого разрешения. Вы можете предоставить свое фото или выбрать изображение из нашего каталога. Тематики изображений: фото любимого человека, красивый пейзаж, абстракция, архитектура, цветы, фото экзотических животных и птиц, морская тематика, реклама, логотипы и многое другое.</p>\r\n</div>\r\n<h3>Фотожалюзи</h3>\r\n<div>\r\n<p><strong>Фотожалюзи</strong> – настоящее произведение искусства на вашем окне. Они могут быть ведущим элементом интерьера комнаты.Современное оборудование позволяет нам напечатать любое изображение на вертикальных жалюзи и рулонных шторах. Изображение будет с фотографической четкостью, ярким и красочным. Сам рисунок наносится на жалюзи при помощи термопечати, благодаря этому они становятся стойки к воздействию солнечного света. Для печати необходима фотография высокого разрешения. Вы можете предоставить свое фото или выбрать изображение из нашего каталога. Тематики изображений: фото любимого человека, красивый пейзаж, абстракция, архитектура, цветы, фото экзотических животных и птиц, морская тематика, реклама, логотипы и многое другое.</p>\r\n</div>\r\n</div>',1,3,2,1,1,1,1339502492,1,1344162319,0,0,0,0,0,'',0,0,0,0,0,'modDocument','web',1,'dekor-okna/zhalyuzi/fotozhalyuzi.html',0,0,1,NULL),(15,'document','text/html','Остекление коттеджей','Остекление коттеджей','энергосберегающее остекление, витражное стекло','osteklenie-kottedzhej','',1,0,0,2,0,'','<h2>Почему для остекления Вашего коттеджа стоит выбрать компанию «ZEBRA» :</h2>\r\n<p><img class=\"imgright\" title=\"остекление котеджей\" src=\"img/okna/osteklenie-kottedzhej.jpg\" alt=\"остекление котеджей\" width=\"230\" height=\"230\" /></p>\r\n<ul>\r\n<li>Обеспечение полного цикла работ по остеклению: консультация и замер – технологический расчет – производство - доставка – профессиональный монтаж – гарантийное и постгарантийное обслуживание.  Качественный подход на каждом этапе.</li>\r\n<li>Мы имеем успешный опыт сфере коттеджного строительства. Наш коллектив работает в сфере остекления более 10 лет и может выполнить самые сложные технические задачи. Технологи и монтажники неоднократно проходили обучение и повышали квалификацию на профессиональных тренингах, организованных компанией  REHAU. </li>\r\n<li>Учитывая Вашу высокую требовательность к энергосбережению, мы можем предложить эффективное энергосберегающее остекление (3-х либо 5-камерный профиль REHAU (Германия) + двухкамерные стеклопакеты толщиной до 40мм с энергосберегающим стеклом или стеклом двойного действия (энегосбережение и солнцеотражение). Это позволит экономить средства на отопление зимой и охлаждение коттеджа летом. </li>\r\n<li>При больших размерах конструкций возникают повышенные нагрузки на профиль и фурнитуру, поэтому мы можем применять усиленное оцинкованное армирование (Германия) со специальными загибами. Толщина металла 1,5; 2,0; 2,5; 6,0 мм. Важность надежного армирования удваивается, если при остеклении используется цветной (кашированный) профиль, т.к. цветной профиль на солнце имеет большую амплитуду сжатия и расширения чем белый профиль. </li>\r\n<li class=\"justifyleft\">Для создания максимального декоративного эффекта в стеклопакетах окон и дверей может применяться витражное стекло (любые рисунки, картины на стекле). Витражи изготавливаются по технологии и на оборудовании фирмы Cad Ram (Англия) с применением фирменных материалов. </li>\r\n</ul>\r\n<p>Вы можете получить предварительный расчет стоимости остекления вашего коттеджа. Для этого необходимо предоставить нам копию проекта дома или пригласить технолога на замер. </p>\r\n<p>Надеемся, что Ваш выбор остановится на нашей профессиональной команде, это позволит Вам получить  качественное остекление с точки зрения технического и энергоэффективного решения.</p>\r\n<h2>Наши работы</h2>\r\n<h3>Остекление частного коттеджа (Запорожье)</h3>\r\n<p>При остеклении применен ПВХ-профиль REHAU-Brillant, Германия <br />Профиль 5-камерный, глубина 70 мм<br /> Цвет: темный дуб/белый</p>\r\n<p><img class=\"imgtext\" title=\"Остекление частного коттеджа, использован ПВХ-профиль REHAU-Brillant, Германия \" src=\"img/okna/osteklenie-kottedzhej/6.jpg\" alt=\"Частный коттедж, использован ПВХ-профиль REHAU-Brillant, Германия \" width=\"700\" height=\"520\" /></p>\r\n<p><img class=\"imgtext\" title=\"Остекление частного коттеджа, использован ПВХ-профиль REHAU-Brillant, Германия \" src=\"img/okna/osteklenie-kottedzhej/8.jpg\" alt=\"Частный коттедж, использован ПВХ-профиль REHAU-Brillant, Германия \" width=\"700\" height=\"520\" /></p>\r\n<p><img class=\"galleft\" title=\"Остекление частного коттеджа, использован ПВХ-профиль REHAU-Brillant, Германия \" src=\"img/okna/osteklenie-kottedzhej/7.jpg\" alt=\"Остекление частного коттеджа, использован ПВХ-профиль REHAU-Brillant, Германия \" width=\"340\" /><img title=\"Частный коттедж, использован ПВХ-профиль REHAU-Brillant, Германия \" src=\"img/okna/osteklenie-kottedzhej/9.jpg\" alt=\"Остекление частного коттеджа, использован ПВХ-профиль REHAU-Brillant, Германия \" width=\"340\" /></p>\r\n<h3>Остекление частного коттеджа (Запорожье)</h3>\r\n<p>При остеклении применен профиль REHAU Euro-70, Германия<br />Профиль 5-камерный, глубина 70 мм<br />Цвет: темный дуб/темный дуб</p>\r\n<p><img class=\"imgtext\" title=\"Остекление частного коттеджа, использован ПВХ-профиль REHAU-Brillant, Германия \" src=\"img/okna/osteklenie-kottedzhej/11.jpg\" alt=\"Частный коттедж, использован ПВХ-профиль REHAU-Brillant, Германия \" width=\"700\" height=\"520\" /></p>\r\n<p><img class=\"imgtext\" title=\"Остекление частного коттеджа, использован ПВХ-профиль REHAU-Brillant, Германия \" src=\"img/okna/osteklenie-kottedzhej/10.jpg\" alt=\"Частный коттедж, использован ПВХ-профиль REHAU-Brillant, Германия \" width=\"700\" height=\"520\" /></p>\r\n<h3>Остекление частного коттеджа (Запорожье)</h3>\r\n<p> Параллельно-раздвижная система REHAU (Германия), фурнитура G-U (Германия)</p>\r\n<p><img class=\"galleft\" title=\"Остекление частного коттеджа, использован ПВХ-профиль REHAU-Brillant, Германия \" src=\"img/okna/osteklenie-kottedzhej/3.jpg\" alt=\"Остекление частного коттеджа,  раздвижная система  REHAU (Германия), фурнитура G-U (Германия)\" width=\"340\" /><img title=\"Частный коттедж,раздвижная система  REHAU (Германия), фурнитура G-U (Германия) \" src=\"img/okna/osteklenie-kottedzhej/4.jpg\" alt=\"Остекление частного коттеджа, использован ПВХ-профиль REHAU-Brillant, Германия \" width=\"340\" /></p>\r\n<h3>Остекление частного коттеджа (Запорожье)</h3>\r\n<p>При остеклении применен ПВХ-профиль REHAU, Германия <br /> Цвет: золотой дуб</p>\r\n<p><img class=\"imgtext\" title=\"Остекление частного коттеджа, использован ПВХ-профиль REHAU, Германия \" src=\"img/okna/osteklenie-kottedzhej/12.jpg\" alt=\"Частный коттедж, использован ПВХ-профиль REHAU, Германия \" width=\"700\" height=\"520\" /></p>\r\n<h3>Офисные перегородки</h3>\r\n<p>Использована система REHAU-Euro 60 (Германия), фурнитура G-U (Германия)</p>\r\n<p><img title=\"Офисные перегородки,система REHAU-Euro 60 (Германия), фурнитура G-U (Германия)\" src=\"img/okna/osteklenie-kottedzhej/1.jpg\" alt=\"Офисные перегородки,система REHAU-Euro 60 (Германия), фурнитура G-U (Германия)\" width=\"698\" height=\"546\" /></p>\r\n<p><img title=\"Офисные перегородки,система REHAU-Euro 60 (Германия), фурнитура G-U (Германия)\" src=\"img/okna/osteklenie-kottedzhej/2.jpg\" alt=\"Офисные перегородки,система REHAU-Euro 60 (Германия), фурнитура G-U (Германия)\" width=\"698\" height=\"520\" /></p>\r\n<p> </p>\r\n<p><strong>Смотрите наши объекты в рубрике <a title=\"Наши работы - Остекление\" href=\"nashi-rabotyi/osteklenie.html\">\"Наши работы - Остекление\"</a></strong></p>',1,3,0,1,1,1,1339621928,1,1384440526,0,0,0,1339628700,1,'',0,0,0,0,0,'modDocument','web',1,'okna/osteklenie-kottedzhej.html',0,0,1,NULL),(16,'document','text/html','Балконы и лоджии','Балконы и лоджии','','balkonyi-i-lodzhii','',1,0,0,2,0,'','<p><img class=\"imgright\" title=\"Остеклени балконов и лоджий\" src=\"img/okna/balkonyi-i-lodzhii.jpg\" alt=\"Остеклени балконов и лоджий\" width=\"230\" height=\"383\" />Балкон или лоджия являются  частью современного городского жилья. Часто эту площадь используют для хранения вещей и сушки белья.  Можно использовать ее как дополнительную полезную площадь, ведь каждый кв.м жилья сейчас стоит дорого. Любой хозяин квартиры стремится сделать ее более функциональной, удобной, стильной.  Часто возникает потребность сделать из лоджии или балкона продолжение комнаты,  отдельный кабинет для работы, зону релаксации или цветочную оранжерею.  Отнеситесь к благоустройству вашего домашнего уголка с особым вниманием.</p>\r\n<p>Существуют два вида остекления лоджий и балконов: «теплый» и «холодный» в зависимости от назначения помещения. Какой бы вариант Вы не выбрали, каждому хочется, чтобы работы были выполнены безупречно. Правильное остекление лоджии – увязка ПВХ-конструции и множества дополнительных материалов в единое целое. Грамотно выполненные монтажные работы, качественные материалы и комплектующие по остеклению создадут комфортную атмосферу на балконе / лоджии  и зимой и летом. </p>\r\n<p>Позвоните и проконсультируйтесь у специалистов компании «ZEBRA»:</p>\r\n<p>т. (061) 220-15-13, 050-201-46-19</p>',1,3,1,1,1,1,1339622073,1,1341154811,0,0,0,1339628760,1,'',0,0,0,0,0,'modDocument','web',1,'okna/balkonyi-i-lodzhii.html',0,0,1,NULL),(17,'document','text/html','Откосы','Откосы','утепленный откос,пластиковый откос,гипсокартонный откос','otkosyi','',0,0,0,2,0,'','<p><img class=\"imgleft\" title=\"Откосы\" src=\"img/okna/otkos.jpg\" alt=\"Откосы\" width=\"230\" height=\"354\" /></p>\r\n<p>Само по себе окно - незаконченная конструкция.  После установки окон  возникает вопрос отделки откосов. Компания «ZEBRA» предлагает 2 вида утепленных откосов: пластиковый и гипсокартонный. </p>\r\n<p>В таблице приведена стоимость откосов с  работой и  материалом.</p>\r\n<table>\r\n<thead>\r\n<tr><th valign=\"bottom\" nowrap=\"nowrap\" width=\"123\">\r\n<p class=\"justifyleft\">Вид изделия</p>\r\n</th><th style=\"text-align: center;\" valign=\"bottom\" nowrap=\"nowrap\" width=\"112\">\r\n<p align=\"center\">Материал</p>\r\n</th><th valign=\"bottom\" width=\"135\">\r\n<p style=\"text-align: center;\" align=\"center\">Внутренний откос <br />с утеплением, грн.</p>\r\n</th><th valign=\"bottom\" width=\"187\">\r\n<pre>Наружный откос <br />(обработка цементным раствором и покраска), грн.</pre>\r\n</th></tr>\r\n</thead>\r\n<tbody>\r\n<tr>\r\n<td valign=\"bottom\" nowrap=\"nowrap\" width=\"123\">\r\n<p align=\"center\">Окно 1300*1400</p>\r\n</td>\r\n<td valign=\"bottom\" nowrap=\"nowrap\" width=\"112\">\r\n<p align=\"center\">Пластик</p>\r\n</td>\r\n<td valign=\"bottom\" nowrap=\"nowrap\" width=\"135\">\r\n<p align=\"center\">450-530 грн.</p>\r\n</td>\r\n<td valign=\"bottom\" nowrap=\"nowrap\" width=\"187\">\r\n<p align=\"center\">120-150 грн.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"bottom\" nowrap=\"nowrap\" width=\"123\">\r\n<p><span>Окно 1300*1400</span></p>\r\n</td>\r\n<td valign=\"bottom\" nowrap=\"nowrap\" width=\"112\">\r\n<p align=\"center\">Гипсокартон</p>\r\n</td>\r\n<td valign=\"bottom\" nowrap=\"nowrap\" width=\"135\">\r\n<p align=\"center\">550-630 грн.</p>\r\n</td>\r\n<td valign=\"bottom\" nowrap=\"nowrap\" width=\"187\">\r\n<p align=\"center\">120-150 грн.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"bottom\" nowrap=\"nowrap\" width=\"123\">\r\n<p>Окно 1400*2000</p>\r\n</td>\r\n<td valign=\"bottom\" nowrap=\"nowrap\" width=\"112\">\r\n<p align=\"center\">Пластик</p>\r\n</td>\r\n<td valign=\"bottom\" nowrap=\"nowrap\" width=\"135\">\r\n<p align=\"center\">550-630 грн.</p>\r\n</td>\r\n<td valign=\"bottom\" nowrap=\"nowrap\" width=\"187\">\r\n<p align=\"center\">145-175 грн.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"bottom\" nowrap=\"nowrap\" width=\"123\">\r\n<p><span>Окно 1400*2000</span></p>\r\n</td>\r\n<td valign=\"bottom\" nowrap=\"nowrap\" width=\"112\">\r\n<p align=\"center\">Гипсокартон</p>\r\n</td>\r\n<td valign=\"bottom\" nowrap=\"nowrap\" width=\"135\">\r\n<p align=\"center\">650-730 грн.</p>\r\n</td>\r\n<td valign=\"bottom\" nowrap=\"nowrap\" width=\"187\">\r\n<p align=\"center\">145-175 грн.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"bottom\" nowrap=\"nowrap\" width=\"123\">\r\n<p>Балконный блок</p>\r\n</td>\r\n<td valign=\"bottom\" nowrap=\"nowrap\" width=\"112\">\r\n<p align=\"center\">Пластик</p>\r\n</td>\r\n<td valign=\"bottom\" nowrap=\"nowrap\" width=\"135\">\r\n<p align=\"center\">650-730 грн.</p>\r\n</td>\r\n<td valign=\"bottom\" nowrap=\"nowrap\" width=\"187\">\r\n<p align=\"center\"> -</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"bottom\" nowrap=\"nowrap\" width=\"123\">\r\n<p>(стандарт)</p>\r\n</td>\r\n<td valign=\"bottom\" nowrap=\"nowrap\" width=\"112\">\r\n<p align=\"center\">Гипсокартон</p>\r\n</td>\r\n<td valign=\"bottom\" nowrap=\"nowrap\" width=\"135\">\r\n<p align=\"center\">750-830 грн.</p>\r\n</td>\r\n<td valign=\"bottom\" nowrap=\"nowrap\" width=\"187\">\r\n<p align=\"center\"> -</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"bottom\" nowrap=\"nowrap\" width=\"123\">\r\n<p>Окно 1700*1700</p>\r\n</td>\r\n<td valign=\"bottom\" nowrap=\"nowrap\" width=\"112\">\r\n<p align=\"center\">Пластик</p>\r\n</td>\r\n<td valign=\"bottom\" nowrap=\"nowrap\" width=\"135\">\r\n<p align=\"center\">650-730 грн.</p>\r\n</td>\r\n<td valign=\"bottom\" nowrap=\"nowrap\" width=\"187\">\r\n<p align=\"center\">190-220 грн.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"bottom\" nowrap=\"nowrap\" width=\"123\">\r\n<p>(полнометражка)</p>\r\n</td>\r\n<td valign=\"bottom\" nowrap=\"nowrap\" width=\"112\">\r\n<p align=\"center\">Гипсокартон</p>\r\n</td>\r\n<td valign=\"bottom\" nowrap=\"nowrap\" width=\"135\">\r\n<p align=\"center\">750-830 грн.</p>\r\n</td>\r\n<td valign=\"bottom\" nowrap=\"nowrap\" width=\"187\">\r\n<p align=\"center\">190-220 грн.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"bottom\" nowrap=\"nowrap\" width=\"123\">\r\n<p align=\"center\">Балконные двери</p>\r\n</td>\r\n<td valign=\"bottom\" nowrap=\"nowrap\" width=\"112\">\r\n<p align=\"center\">Пластик</p>\r\n</td>\r\n<td valign=\"bottom\" nowrap=\"nowrap\" width=\"135\">\r\n<p align=\"center\">650-730 грн.</p>\r\n</td>\r\n<td valign=\"bottom\" nowrap=\"nowrap\" width=\"187\">\r\n<p align=\"center\">120-150 грн </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"bottom\" nowrap=\"nowrap\" width=\"123\">\r\n<p align=\"center\">(полнометражка)</p>\r\n</td>\r\n<td valign=\"bottom\" nowrap=\"nowrap\" width=\"112\">\r\n<p align=\"center\">Гипсокартон</p>\r\n</td>\r\n<td valign=\"bottom\" nowrap=\"nowrap\" width=\"135\">\r\n<p align=\"center\">750-830 грн.</p>\r\n</td>\r\n<td valign=\"bottom\" nowrap=\"nowrap\" width=\"187\">\r\n<p align=\"center\">120-150 грн. </p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p>Напоминаем, что цены приведены ориентировочные, точная стоимость определяется после выезда мастера.</p>',1,3,2,0,1,1,1339622240,1,1345111366,0,0,0,0,0,'',0,0,0,0,1,'modDocument','web',1,'okna/otkosyi.html',0,0,1,NULL),(18,'document','text/html','Подоконники','Подоконники','','podokonniki','',1,0,0,2,0,'','<p><img class=\"imgright\" title=\"Подоконники от компании Зебра\" src=\"img/okna/podokonniki.jpg\" alt=\"Подоконники от компании Зебра\" width=\"230\" height=\"259\" /> Компания «ZEBRA» применяет для своих оконных изделий и продает в розницу подоконники:</p>\r\n<ul>\r\n<li>Moeller (Германия)</li>\r\n<li>Данке (Украина)</li>\r\n<li>OpenTeck (Каховка, Украина)</li>\r\n</ul>\r\n<p><strong>Подоконники Moeller</strong></p>\r\n<p>Цвета: белый, золотой дуб</p>\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td> <img title=\"Золотой дуб REHAU\" src=\"img/okna/profil/zotoy dub REHAU.jpg\" alt=\"Золотой дуб REHAU\" width=\"300\" height=\"100\" /></td>\r\n<td><strong> Золотой дуб <strong>Moeller</strong></strong></td>\r\n</tr>\r\n<tr>\r\n<td> <img title=\"Темный дуб REHAU\" src=\"img/okna/podokonniki/white.jpg\" alt=\"Темный дуб REHAU\" width=\"298\" height=\"98\" /></td>\r\n<td><strong> Белый <strong>Moeller</strong></strong></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<div class=\"accordion\">\r\n<h3>цены на подоконники Moeller</h3>\r\n<div>\r\n<table style=\"width: 534px;\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><colgroup><col width=\"149\" /> <col width=\"127\" /> <col width=\"134\" /> <col width=\"124\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"xl65\" style=\"text-align: center;\" rowspan=\"2\" width=\"149\" height=\"72\">Ширина доски</td>\r\n<td class=\"xl65\" style=\"text-align: center;\" colspan=\"3\" width=\"385\">Цена, грн/м.п + торцовки</td>\r\n</tr>\r\n<tr>\r\n<td class=\"xl65\" style=\"text-align: center;\" height=\"36\">1 м.п.</td>\r\n<td class=\"xl65\" style=\"text-align: center;\">от 3 м.п.</td>\r\n<td class=\"xl65\" style=\"text-align: center;\">от 5 м.п.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"xl65\" style=\"text-align: center;\" height=\"36\">150</td>\r\n<td class=\"xl65\" style=\"text-align: center;\">198</td>\r\n<td class=\"xl65\" style=\"text-align: center;\">164</td>\r\n<td class=\"xl65\" style=\"text-align: center;\">158</td>\r\n</tr>\r\n<tr>\r\n<td class=\"xl65\" style=\"text-align: center;\" height=\"36\">200</td>\r\n<td class=\"xl65\" style=\"text-align: center;\">205</td>\r\n<td class=\"xl65\" style=\"text-align: center;\">171</td>\r\n<td class=\"xl65\" style=\"text-align: center;\">165</td>\r\n</tr>\r\n<tr>\r\n<td class=\"xl65\" style=\"text-align: center;\" height=\"36\">250</td>\r\n<td class=\"xl65\" style=\"text-align: center;\">226</td>\r\n<td class=\"xl65\" style=\"text-align: center;\">192</td>\r\n<td class=\"xl65\" style=\"text-align: center;\">187</td>\r\n</tr>\r\n<tr>\r\n<td class=\"xl65\" style=\"text-align: center;\" height=\"36\">300</td>\r\n<td class=\"xl65\" style=\"text-align: center;\">248</td>\r\n<td class=\"xl65\" style=\"text-align: center;\">214</td>\r\n<td class=\"xl65\" style=\"text-align: center;\">208</td>\r\n</tr>\r\n<tr>\r\n<td class=\"xl65\" style=\"text-align: center;\" height=\"36\">350</td>\r\n<td class=\"xl65\" style=\"text-align: center;\">272</td>\r\n<td class=\"xl65\" style=\"text-align: center;\">239</td>\r\n<td class=\"xl65\" style=\"text-align: center;\">232</td>\r\n</tr>\r\n<tr>\r\n<td class=\"xl65\" style=\"text-align: center;\" height=\"36\">400</td>\r\n<td class=\"xl65\" style=\"text-align: center;\">296</td>\r\n<td class=\"xl65\" style=\"text-align: center;\">262</td>\r\n<td class=\"xl65\" style=\"text-align: center;\">256</td>\r\n</tr>\r\n<tr>\r\n<td class=\"xl65\" style=\"text-align: center;\" height=\"36\">450</td>\r\n<td class=\"xl65\" style=\"text-align: center;\">317</td>\r\n<td class=\"xl65\" style=\"text-align: center;\">283</td>\r\n<td class=\"xl65\" style=\"text-align: center;\">277</td>\r\n</tr>\r\n<tr>\r\n<td class=\"xl65\" style=\"text-align: center;\" height=\"36\">500</td>\r\n<td class=\"xl65\" style=\"text-align: center;\">357</td>\r\n<td class=\"xl65\" style=\"text-align: center;\">323</td>\r\n<td class=\"xl65\" style=\"text-align: center;\">317</td>\r\n</tr>\r\n<tr>\r\n<td class=\"xl65\" style=\"text-align: center;\" height=\"36\">590</td>\r\n<td class=\"xl65\" style=\"text-align: center;\">385</td>\r\n<td class=\"xl65\" style=\"text-align: center;\">352</td>\r\n<td class=\"xl65\" style=\"text-align: center;\">345</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n<p>Поверхность: матовая, глянцевая</p>\r\n<p>Глубина подоконников: 150 - 590 мм</p>\r\n<p>Подоконники Moeller под заказ. </p>\r\n<p>Характеристики</p>\r\n<ul>\r\n<li>Стабильная геометрическая форма, устойчивость к сильным механическим нагрузкам;</li>\r\n<li>Термостойкость +65°С;</li>\r\n<li>Высокая стойкость к царапинам и истиранию;</li>\r\n<li>Стойкость к длительному воздействию солнечного света;</li>\r\n<li>Стойкость к воздействию бытовых химикатов;</li>\r\n<li>Невосприимчивость к загрязнению.  <strong> </strong></li>\r\n</ul>\r\n<p><strong>Подоконники Danke (Одесса, Украина) </strong></p>\r\n<p>Цвета: от белого до дорогих видов мрамора и дерева.</p>\r\n<p>Поверхность: глянцевая</p>\r\n<p>Глубина подоконников: 100-700 мм </p>\r\n<p>Характеристики:</p>\r\n<ul>\r\n<li>идеально гладкая акриловая поверхность, устойчивая к образованию царапин;</li>\r\n<li>высокая термостойкость;</li>\r\n<li>абсолютная влагостойкость и паростойкость;</li>\r\n<li>устойчив к ультрафиолету.</li>\r\n</ul>\r\n<div class=\"accordion\">\r\n<h3>цены на подоконники Данке</h3>\r\n<div>\r\n<table style=\"width: 446px;\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><colgroup><col width=\"103\" /> <col width=\"123\" /> <col width=\"107\" /> <col width=\"113\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"xl63\" style=\"text-align: center;\" rowspan=\"2\" width=\"103\" height=\"72\">Ширина доски</td>\r\n<td class=\"xl63\" style=\"text-align: center;\" colspan=\"3\" width=\"343\">Цена, грн/м.п + торцовки</td>\r\n</tr>\r\n<tr>\r\n<td class=\"xl63\" style=\"text-align: center;\" height=\"36\">1 м.п.</td>\r\n<td class=\"xl63\" style=\"text-align: center;\">от 3 м.п.</td>\r\n<td class=\"xl63\" style=\"text-align: center;\">от 5 м.п.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"xl63\" style=\"text-align: center;\" height=\"36\">100</td>\r\n<td class=\"xl63\" style=\"text-align: center;\">121</td>\r\n<td class=\"xl63\" style=\"text-align: center;\">88</td>\r\n<td class=\"xl63\" style=\"text-align: center;\">81</td>\r\n</tr>\r\n<tr>\r\n<td class=\"xl63\" style=\"text-align: center;\" height=\"36\">150</td>\r\n<td class=\"xl63\" style=\"text-align: center;\">152</td>\r\n<td class=\"xl63\" style=\"text-align: center;\">119</td>\r\n<td class=\"xl63\" style=\"text-align: center;\">112</td>\r\n</tr>\r\n<tr>\r\n<td class=\"xl63\" style=\"text-align: center;\" height=\"36\">200</td>\r\n<td class=\"xl63\" style=\"text-align: center;\">183</td>\r\n<td class=\"xl63\" style=\"text-align: center;\">150</td>\r\n<td class=\"xl63\" style=\"text-align: center;\">143</td>\r\n</tr>\r\n<tr>\r\n<td class=\"xl63\" style=\"text-align: center;\" height=\"36\">250</td>\r\n<td class=\"xl63\" style=\"text-align: center;\">214</td>\r\n<td class=\"xl63\" style=\"text-align: center;\">181</td>\r\n<td class=\"xl63\" style=\"text-align: center;\">174</td>\r\n</tr>\r\n<tr>\r\n<td class=\"xl63\" style=\"text-align: center;\" height=\"36\">300</td>\r\n<td class=\"xl63\" style=\"text-align: center;\">245</td>\r\n<td class=\"xl63\" style=\"text-align: center;\">212</td>\r\n<td class=\"xl63\" style=\"text-align: center;\">205</td>\r\n</tr>\r\n<tr>\r\n<td class=\"xl63\" style=\"text-align: center;\" height=\"36\">350</td>\r\n<td class=\"xl63\" style=\"text-align: center;\">276</td>\r\n<td class=\"xl63\" style=\"text-align: center;\">242</td>\r\n<td class=\"xl63\" style=\"text-align: center;\">236</td>\r\n</tr>\r\n<tr>\r\n<td class=\"xl63\" style=\"text-align: center;\" height=\"36\">400</td>\r\n<td class=\"xl63\" style=\"text-align: center;\">307</td>\r\n<td class=\"xl63\" style=\"text-align: center;\">273</td>\r\n<td class=\"xl63\" style=\"text-align: center;\">267</td>\r\n</tr>\r\n<tr>\r\n<td class=\"xl63\" style=\"text-align: center;\" height=\"36\">450</td>\r\n<td class=\"xl63\" style=\"text-align: center;\">338</td>\r\n<td class=\"xl63\" style=\"text-align: center;\">304</td>\r\n<td class=\"xl63\" style=\"text-align: center;\">298</td>\r\n</tr>\r\n<tr>\r\n<td class=\"xl63\" style=\"text-align: center;\" height=\"36\">500</td>\r\n<td class=\"xl63\" style=\"text-align: center;\">389</td>\r\n<td class=\"xl63\" style=\"text-align: center;\">355</td>\r\n<td class=\"xl63\" style=\"text-align: center;\">349</td>\r\n</tr>\r\n<tr>\r\n<td class=\"xl63\" style=\"text-align: center;\" height=\"36\">600</td>\r\n<td class=\"xl63\" style=\"text-align: center;\">431</td>\r\n<td class=\"xl63\" style=\"text-align: center;\">397</td>\r\n<td class=\"xl63\" style=\"text-align: center;\">391</td>\r\n</tr>\r\n<tr>\r\n<td class=\"xl63\" style=\"text-align: center;\" height=\"25\">700</td>\r\n<td class=\"xl63\" style=\"text-align: center;\">493</td>\r\n<td class=\"xl63\" style=\"text-align: center;\">460</td>\r\n<td class=\"xl63\" style=\"text-align: center;\">453</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n<p>[[GalleryOutput2sizes? &amp;folder=`okna/podokonniki` &title=`model `]]</p>\r\n<p><strong>Подоконники  OpenTeck (Каховка, Украина)</strong></p>\r\n<p> Цвета: белый, золотой дуб, махагон</p>\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td> <img title=\"Золотой дуб REHAU\" src=\"img/okna/profil/zotoy dub REHAU.jpg\" alt=\"Золотой дуб REHAU\" width=\"300\" height=\"100\" /></td>\r\n<td><strong> Золотой дуб <strong>OpenTeck</strong></strong></td>\r\n</tr>\r\n<tr>\r\n<td> <img title=\"Темный дуб REHAU\" src=\"img/okna/podokonniki/white.jpg\" alt=\"Темный дуб REHAU\" width=\"298\" height=\"98\" /></td>\r\n<td> <strong>Белый <strong>OpenTeck</strong></strong></td>\r\n</tr>\r\n<tr>\r\n<td> <img title=\"Махагон REHAU\" src=\"img/okna/profil/mahagon REHAU.jpg\" alt=\"Махагон REHAU\" width=\"300\" height=\"100\" /></td>\r\n<td> <strong>Махагон <strong>OpenTeck</strong></strong></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p>Поверхность: матовая</p>\r\n<p>Глубина подоконников: 100-600 мм</p>',1,3,3,1,1,1,1339623315,1,1348170001,0,0,0,1348168920,1,'',0,0,0,0,0,'modDocument','web',1,'okna/podokonniki.html',0,0,1,NULL),(19,'document','text/html','Москитные сетки','Москитные сетки','','moskitnyie-setki','',1,0,0,2,0,'','<p><img class=\"imgright\" src=\"img/okna/moskitka.jpg\" alt=\"\" width=\"230\" height=\"262\" />Москитные сетки от компании «ZEBRA» изготовлены из немецких материалов фирмы СКС, что обеспечивает долгую безремонтную эксплуатацию. Наши заказчики не сталкиваются с проблемой треснутых уголков и ручек на москитных сетках, как часто это происходит с турецкими сетками.</p>\r\n<p>Если у Вас уже стоит ПВХ-окно и нет сетки, Вы можете заказать ее в нашей компании.  В зависимости от технической возможности установки сетки на готовое окно, мы предлагаем несколько видов МС: немецкая москитная сетка СКС с наружным креплением или турецкая сетка с внутренним креплением (но с немецкими ручками). </p>\r\n<h2>Москитные сетки на балконные двери</h2>\r\n<p><br />Компания «ZEBRA» предлагает антимоскитные сетки, которые устанавливаются на балконные двери. Дверные москитные сетки позволяют летом открывать двери на балкон, препятствуя проникновению насекомых в помещение. На зимний период москитную дверь снимают с петель. Сетки легки в уходе и не требуют много места для хранения (например, удобно хранить сетку за шкафом). <br />Каждая сетка изготавливается по индивидуальным размерам. Выезд на замер бесплатный.<br />Мы можем предложить несколько вариантов антимоскитных дверей:</p>\r\n<p><br /><strong>1 вариант:</strong></p>\r\n<p>Антимоскитная дверь изготовлена из профиля (25 мм) SARAY (Турция), в конструкцию входят:</p>\r\n<ul>\r\n<li>Соединительные уголки пластиковые</li>\r\n<li>Петли пластиковые (Турция) – 2 шт.</li>\r\n<li>Уплотнительная лента по периметру рамы (для плотного прижима рамы к створке),</li>\r\n<li>Магнитная лента (для фиксации створки в закрытом положении)</li>\r\n<li>Алюминиевая ручка– 1 шт., ручка «ракушка»- 1 шт.</li>\r\n</ul>\r\n<p><strong>Стоимость: </strong>380 грн. + монтаж 70 грн.<br />Ориентир цены приведен на балконную дверь размером 700*2100 мм. Точная стоимость – после замера.</p>\r\n<p> </p>\r\n<p><strong>2 вариант:</strong></p>\r\n<p>Антимоскитная дверь изготовлена из профиля (32 мм) SKS (Германия), в конструкцию входят:</p>\r\n<ul>\r\n<li>Соединительные уголки алюминиевые</li>\r\n<li>Алюминиевые петли – 3 шт.</li>\r\n<li>Уплотнительная лента по периметру рамы (для плотного прижима рамы к створке)</li>\r\n<li>Магнитная лента по высоте двери (для фиксации створки в закрытом положении)</li>\r\n<li>Алюминиевая ручка SKS – 1 шт., ручка «ракушка» - 1 шт.</li>\r\n</ul>\r\n<p><strong>Стоимость:</strong> 950 грн. + монтаж 70 грн.</p>\r\n<p> </p>\r\n<p><span>[[GalleryOutput2? &amp;folder=`okna/moskitka` &title=`Москитные сетки на балконные двери `]]</span></p>',1,3,4,1,1,1,1339623442,1,1343990162,0,0,0,1339628760,1,'',0,0,0,0,0,'modDocument','web',1,'okna/moskitnyie-setki.html',0,0,1,NULL),(20,'document','text/html','Двери','Двери \"ZEBRA\"','','dveri','',1,0,0,0,1,'','<p><img class=\"imgtext\" title=\"двери от компании Zebra\" src=\"img/dveri/dveri_top.jpg\" alt=\"двери от компании Zebra\" width=\"700\" height=\"280\" /></p>\r\n<p>[[!Wayfinder? &amp;startId=`20` &rowClass=`menuleft2`]]</p>',1,3,2,1,1,1,1339623737,1,1341266234,0,0,0,1339628760,1,'',0,0,0,0,0,'modDocument','web',1,'dveri/',0,0,1,NULL),(21,'document','text/html','Входные ПВХ-двери','Входные ПВХ-двери','ПВХ-дверные системы REHAU (Германия),Особенность сварки дверного профиля,Мощное армирование,Надежные петли,Порог алюминиевый с термомостом,Фирменный дверной уплотнитель REHAU,Надежные немецкие доводчики,Немецкие замки ','vxodnyie-dveri','',1,0,0,20,0,'','<h2 align=\"center\"><strong>Почему двери от компании «</strong><strong>ZEBRA</strong><strong>»:</strong><strong> <strong><img class=\"imgright\" style=\"margin-top: 27px; margin-bottom: 10px;\" title=\"входные ПВХ-двери Зебра\" src=\"img/dveri/vxodnyie-dveri.jpg\" alt=\"входные ПВХ-двери Зебра\" width=\"230\" height=\"259\" /></strong></strong></h2>\r\n<div class=\"accordion\">\r\n<h3>Особенность сварки дверного профиля</h3>\r\n<div>\r\n<p>При изготовлении входных ПВХ-дверей от компании «ZEBRA» есть очень важный нюанс, влияющий на жесткость створки. Немецкая технология REHAU предусматривает следующее: в угловой стык створки ставятся специальные профили-вкладыши и сварочный шов проходит  сквозь  всю толщину ПВХ-профиля и вкладыша, образуя жесткий замкнутый контур. Затем конструкция дополняется 2мм немецким армированием.  Данная технология обеспечивает хорошие эксплуатационные качества входной двери. В недорогих входных дверях сварка дверного профиля поверхностная, что со временем дает перекос створки и ее затирание.</p>\r\n</div>\r\n<h3>Мощное армирование</h3>\r\n<div>\r\n<p>В зависимости от назначения двери и нагрузок проходимости на нее в раму ставится  армирование от 1,25 мм со специальной загибкой металла или немецкое армирование толщиной 1,5; 2 и 2,5 мм.</p>\r\n<p>В  створку всегда (!) ставится 2 мм немецкое армирование.</p>\r\n<p>В то время как большинство производителей недорогих металлопластиковых дверей применяют одно армирование толщиной 1,2мм простой п-образной формы.</p>\r\n<p>Роль армирования при эксплуатации дверей очень велика. Металл придает жесткость конструкции, исключает проседание створки и влияет на работу фурнитуры (петель и замков).</p>\r\n</div>\r\n<h3>Надежные петли</h3>\r\n<div>\r\n<p>Дверные петли являются важнейшим элементом, обеспечивающим функционирование и надежность двери. Компания «ZEBRA» для входных дверей применяет петли фирмы Dr. Hahn (Германия) и для межкомнатных дверей петли фирмы GU (Германия). Каждая петля регулируемая, рассчитана на вес от 100 до 120 кг  и не нуждаются в смазке.  Хорошие петли не дают створке проседать и обладают высокими износостойкими качествами. Большинство производителей ПВХ-дверей для удешевления конструкции применяют петли более низкого качества.</p>\r\n<p><strong>Характеристики петель Dr. Ha</strong><strong>h</strong><strong>n </strong></p>\r\n<p>Петли сертифицированы по системе CE согласно нормы EN 1935, класс петли 12 (петли этого класса выполняют требования при большой нагрузке): </p>\r\n<ul>\r\n<li>петля  рассчитана для больших нагрузок, подвергающихся частому силовому использованию двери </li>\r\n<li>петля  прошла тест на  200.000 циклов  для дверей с массой до 100 кг, что говорит о ее длительном сроке службы</li>\r\n<li>устойчивость к коррозии самого высокого класса - 240 часов  </li>\r\n<li>пригодна для  противозломных дверей, что соответствует требованиям петли СЕ-класса  </li>\r\n<li>кроме этого петля прошла положительно тест на 20 циклов с 240 кг и 5 циклов с 360 кг, в соответствии с требованиями EN 1935.</li>\r\n</ul>\r\n</div>\r\n<h3>Порог алюминиевый с термомостом</h3>\r\n<div>\r\n<p>Алюминиевый порог оснащен  термомостом. Будь-то порог высокий (уходит в напольное покрытие) или низкий (лежит на готовом полу), в зимний период  он защищает пороговую часть от промерзания, что особенно важно для частных коттеджей.</p>\r\n</div>\r\n<h3>Фирменный дверной уплотнитель REHAU</h3>\r\n<div>\r\n<p>Двери комплектуются фирменным дверным уплотнителем REHAU. Компания REHAU - мировой лидер по производству пластмассовых изделий и изделий с применением силикона и резины для таких отраслей как оконная, машиностроение и космическая. Уплотнители REHAU имеют область длительной эластичности в пределах температур от - 40 до +120 С<sup>0</sup>.</p>\r\n</div>\r\n<h3>В створке у порога два уплотнителя</h3>\r\n<div>\r\n<p>В створке в пороговой зоне два уплотнителя - на внутренней и внешней стороне профиля, исключающие продувание двери, что важно для отапливаемых жилых помещений. В недорогих входных дверях преимущественно стоит один наружный уплотнитель.</p>\r\n</div>\r\n<h3>Доводчики</h3>\r\n<div>\r\n<p>Доводчики на дверях используются в офисах, подъездах, магазинах и других помещениях с большим потоком людей, где это устройство обеспечивает автоматическое плавное, бесшумное и надежное закрытие дверей.  Для комплектации дверей компания «ZEBRA»  применяет немецкие доводчики  GEZE 2000 (1000), а также возможна установка доводчиков G-U 440 .</p>\r\n</div>\r\n</div>\r\n<p><strong>Благодаря вышеперечисленным аспектам двери от компании «ZEBRA» надежны, обладают длительным положительным эксплуатационным ресурсом, обеспечивают плотное примыкание створки, что исключает продувание.</strong></p>',1,3,0,1,1,1,1339623815,1,1341157748,0,0,0,1339891620,1,'',0,0,0,0,0,'modDocument','web',1,'dveri/vxodnyie-dveri.html',0,0,1,NULL),(22,'document','text/html','Межкомнатные ПВХ-двери','Межкомнатные ПВХ-двери','','mezhkomnatnyie-pvx-dveri','',1,0,0,20,0,'','<p><img class=\"imgright\" title=\"межкомнатные ПВХ-двери\" src=\"img/dveri/mezhkomnatnyie-pvx-dveri.jpg\" alt=\"межкомнатные ПВХ-двери\" width=\"230\" height=\"259\" />Компания «ZEBRA» предлагает межкомнатные ПВХ-двери как удачное решение для интерьеров домов и офисных помещений. Высокое качество наших дверей достигается за счет их технических и функциональных особенностей. Двери комплектуются высококачественной немецкой фурнитурой GU (замки и петли) и надежным армированием (1,25, 1,5 или 2 мм). Хорошая комплектация и качественное изготовление обеспечивает хорошую надежность при открывании и закрывании таких дверей.</p>\r\n<ul>\r\n<li>Цветовая гамма профилей REHAU</li>\r\n<li>Стекла: прозрачное, зеркальное, тонированное, сатиновое</li>\r\n</ul>',1,3,1,1,1,1,1339624365,1,1341158457,0,0,0,1340187480,1,'',0,0,0,0,0,'modDocument','web',1,'dveri/mezhkomnatnyie-pvx-dveri.html',0,0,1,NULL),(24,'document','text/html','Эксклюзивные двери','Эксклюзивные двери','Цветовая гамма профилей REHAU,Дизайн дверей,\r\nСтекла: прозрачное, зеркальное, тонированное, сатиновое\r\nСтекла с декоративными элементами','eksklyuzivnyie-dveri','',1,0,0,20,0,'','<p><img class=\"imgtext\" title=\"Эксклюзивные двери Zebra\" src=\"img/dveri/eksklyuzivnyie-dveri/eksklyuzivnyie-dveri_top.jpg\" alt=\"Эксклюзивные двери Zebra\" width=\"700\" height=\"280\" />Эксклюзивные двери компании «ZEBRA» эстетичны и могут выступать как самостоятельный элемент дизайна. В зависимости от назначения и нагрузок двери изготавливаются в разных системах: входные двери или межкомнатные. В дверях могут применяться прозрачные, зеркальные, тонированные, сатиновые стекла, а также стекла с декоративными элементами. Цветовая гамма немецких профилей REHAU достойно подчеркнет богатство интерьера. Кроме того благодаря вышеперечисленным аспектам двери от компании «ZEBRA» надежны, обладают длительным положительным эксплуатационным ресурсом, обеспечивают плотное примыкание створки, что исключает продувание.</p>\r\n<div class=\"accordion\">\r\n<p><strong>Цветные профили REHAU:</strong></p>\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td> <img title=\"Золотой дуб REHAU\" src=\"img/okna/profil/zotoy dub REHAU.jpg\" alt=\"Золотой дуб REHAU\" width=\"300\" height=\"100\" /></td>\r\n<td><strong> Золотой дуб REHAU</strong></td>\r\n</tr>\r\n<tr>\r\n<td> <img title=\"Темный дуб REHAU\" src=\"img/okna/profil/temnyi dub REHAU.jpg\" alt=\"Темный дуб REHAU\" width=\"300\" height=\"100\" /></td>\r\n<td> <strong>Темный дуб REHAU</strong></td>\r\n</tr>\r\n<tr>\r\n<td> <img title=\"Махагон REHAU\" src=\"img/okna/profil/mahagon REHAU.jpg\" alt=\"Махагон REHAU\" width=\"300\" height=\"100\" /></td>\r\n<td> <strong>Махагон REHAU</strong></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<h2>Дизайн дверей</h2>\r\n<p>[[GalleryOutput2? &amp;folder=`dveri/eksklyuzivnyie-dveri/1` &title=`дверь `]]</p>\r\n<div class=\"accordion2\">\r\n<h3>ЕЩЁ</h3>\r\n<div class=\"aco\">[[GalleryOutput2? &amp;folder=`dveri/eksklyuzivnyie-dveri/2` &title=`дверь `]]</div>\r\n</div>\r\n<div style=\"clear: both;\"> </div>\r\n<h2>Cтекла с декоративными элементами</h2>\r\n<p><img class=\"imgtext\" title=\"Стекла с декоративными элементами, витражи\" src=\"img/dveri/eksklyuzivnyie-dveri/vitragi/5.jpg\" alt=\"Стекла с декоративными элементами, витражи\" width=\"700\" height=\"483\" /></p>\r\n<p><img class=\"imgtext\" title=\"Стекла с декоративными элементами, витраж\" src=\"img/dveri/eksklyuzivnyie-dveri/vitragi/1.jpg\" alt=\"Стекла с декоративными элементами, витраж\" width=\"700\" height=\"525\" /></p>\r\n<p><img class=\"galleft\" title=\"Cтекла с декоративными элементами, витражи\" src=\"img/dveri/eksklyuzivnyie-dveri/vitragi/3.jpg\" alt=\"Cтекла с декоративными элементами, витражи\" width=\"340\" height=\"453\" /></p>\r\n<p><img title=\"Cтекла с декоративными элементами, витражи\" src=\"img/dveri/eksklyuzivnyie-dveri/vitragi/4.jpg\" alt=\"Cтекла с декоративными элементами, витражи\" width=\"340\" height=\"453\" /></p>\r\n<p> </p>\r\n<p><img class=\"galleft\" title=\"Cтекла с декоративными элементами,витражи\" src=\"img/dveri/eksklyuzivnyie-dveri/vitragi/6.jpg\" alt=\"Cтекла с декоративными элементами,витражи\" width=\"340\" height=\"456\" /><img title=\"Cтекла с декоративными элементами,витражи\" src=\"img/dveri/eksklyuzivnyie-dveri/vitragi/7.jpg\" alt=\"Cтекла с декоративными элементами,витражи\" width=\"340\" height=\"456\" /></p>\r\n<p><img title=\"Cтекла с декоративными элементами,витражи\" src=\"img/dveri/eksklyuzivnyie-dveri/vitragi/2.jpg\" alt=\"Cтекла с декоративными элементами,витражи\" width=\"700\" height=\"525\" /></p>',1,3,2,1,1,1,1340187529,1,1343905367,0,0,0,1340187480,1,'',0,0,0,0,0,'modDocument','web',1,'dveri/eksklyuzivnyie-dveri.html',0,0,1,NULL),(23,'document','text/html','Раздвижные системы','Параллельно-раздвижные системы ','','razdvizhnyie-sistemyi','',1,0,0,20,0,'','<p><img class=\"imgright\" title=\"Раздвижные системы &quot;Зебра&quot;\" src=\"img/dveri/11/razdvizhnyie-sistemyi.jpg\" alt=\"Раздвижные системы &quot;Зебра&quot;\" width=\"230\" height=\"259\" />Параллельно-раздвижные системы REHAU, выполненные компанией «ZEBRA» - это высокотехнологичный продукт наружного остекления, который применяется для остекления больших проемов, например террас или бассейнов. Большие ультрамодные стеклянные поверхности пропускают много света  и делают жилое пространство более ярким. Раздвижные системы герметичны и обладают хорошими теплоизоляционными свойствами.</p>\r\n<p>При изготовлении параллельно-раздвижной системы используются профильные системы REHAU (Германия), фурнитура G-U (Германия), жесткость конструкции придает 1,5 и 2 мм немецкое армирование.</p>\r\n<h2>Варианты параллельно-раздвижной системы</h2>\r\n<p>[[GalleryOutput2? &amp;folder=`dveri/11` &title=`варианты параллельно-раздвижных систем`]]</p>',1,3,3,1,1,1,1339626185,1,1343909378,0,0,0,1341087600,1,'',0,0,0,0,0,'modDocument','web',1,'dveri/razdvizhnyie-sistemyi.html',0,0,1,NULL),(25,'document','text/html','Наши работы','Работы компании \"ZEBRA\"','','nashi-rabotyi','',1,0,0,0,1,'','<p><img class=\"imgtext\" title=\"двери от компании Zebra\" src=\"img/dveri/dveri_top.jpg\" alt=\"двери от компании Zebra\" width=\"700\" height=\"280\" /></p>\r\n<p>[[!Wayfinder? &amp;startId=`25` &rowClass=`menuleft2`]]</p>',1,3,5,1,1,1,1368610661,1,1368611754,0,0,0,1339628760,1,'',0,0,0,0,0,'modDocument','web',1,'nashi-rabotyi/',0,0,1,NULL),(27,'document','text/html','Декор окна','Наши работы. Декор окна','','decor-okna','',1,0,0,25,0,'','<p><strong>Рулонные шторы открытого типа на параллельно-сдвижной системе остекления</strong></p>\r\n<p><strong><iframe src=\"http://www.youtube.com/embed/dMswjUkxQgc\" frameborder=\"0\" width=\"700\" height=\"525\"></iframe><br /></strong></p>\r\n<p><strong>ЖАЛЮЗИ \"ИЗОЛАЙТ\"</strong></p>\r\n<p>Ширина ламели 16мм. Плоский короб, одно из достоинств системы, не повреждает откосы и способствует максимальному открытию окна . Жалюзи двигаются вдоль стекла по леске, поэтому при открытой створке в режиме проветривания, полотно не отвисает. Жалюзи управляются нитью (отсутствует трость управления).</p>\r\n<p><img style=\"vertical-align: middle;\" src=\"img/ourworks/decorokna/1.jpg\" alt=\"\" width=\"700\" height=\"526\" /></p>\r\n<p><img style=\"vertical-align: middle;\" src=\"img/ourworks/decorokna/2.jpg\" alt=\"\" width=\"700\" height=\"526\" /></p>\r\n<p><img style=\"vertical-align: middle;\" src=\"img/ourworks/decorokna/3.jpg\" alt=\"\" width=\"700\" height=\"526\" /></p>\r\n<p><img style=\"vertical-align: middle;\" src=\"img/ourworks/decorokna/4.jpg\" alt=\"\" width=\"700\" height=\"526\" /></p>\r\n<p><img style=\"vertical-align: middle;\" title=\"Жалюзи Изолайт. Выход на балкон. Цвет ламели - серебро.\" src=\"img/ourworks/decorokna/1000-1.jpg\" alt=\"Жалюзи Изолайт в Запорожье Жалюзи на окна в Запорожье\" width=\"700\" height=\"399\" /></p>\r\n<p> </p>\r\n<p><strong> ЖАЛЮЗИ ГОРИЗОНТАЛЬНЫЕ БАМБУКОВЫЕ И ДЕРЕВЯННЫЕ. Ширина ламели 25 мм и 50 мм. </strong></p>\r\n<p><strong> </strong></p>\r\n<p><img style=\"vertical-align: middle;\" title=\"Деревянные жалюзи, ширина ламели 50 мм, цвет - черный.\" src=\"img/ourworks/decorokna/1002.jpg\" alt=\"Жалюзи бамбуковые жалюзи деревянные жалюзи горизонтальные\" width=\"700\" height=\"400\" /></p>\r\n<p><img style=\"vertical-align: middle;\" title=\"Деревянные горизонтальные жалюзи\" src=\"img/ourworks/decorokna/1001.jpg\" alt=\"Купить жалюзи в запорожье купить деревянные жалюзи        деревянные жалюзи\" width=\"700\" height=\"400\" /></p>\r\n<p><img style=\"vertical-align: middle;\" title=\"Жалюзи бамбуковые. Ширина ламели 25 мм.\" src=\"img/ourworks/decorokna/1003.jpg\" alt=\"Жалюзи бамбуковые купить в Запорожье жалюзи бамбуковые недорого\" width=\"700\" height=\"400\" /></p>\r\n<p><img style=\"vertical-align: middle;\" title=\"Жалюзи бамбуковые. Ширина ламели 25 мм.\" src=\"img/ourworks/decorokna/1004.jpg\" alt=\"Жалюзи бамбуковые недорого жалюзи Запорожья фирма Зебра\" width=\"700\" height=\"400\" /></p>\r\n<p><img style=\"vertical-align: middle;\" title=\"Жалюзи бамбуковые на витраже. Ширина ламели 25 мм.\" src=\"img/ourworks/decorokna/1008.jpg\" alt=\"Жалюзи Зебра жалюзи горизонтальные заказать жалюзи горизонтальные в Запорожье жалюзи на окна в Запорожье\" width=\"700\" height=\"400\" /></p>\r\n<p><img style=\"vertical-align: middle;\" title=\"Жалюзи горизонтальные бамбуковые. Ширина ламели 25 мм.\" src=\"img/ourworks/decorokna/1005.jpg\" alt=\"Купить жалюзи на окна в запрожье бамбуковые жалюзи на окна\" width=\"700\" height=\"400\" /></p>\r\n<p><img style=\"vertical-align: middle;\" title=\"Жалюзи горизонтальные бамбуковые. Ширина ламели 25 мм.\" src=\"img/ourworks/decorokna/1006.jpg\" alt=\"Жалюзи запорожье фирма зебра в запорожье жалюзи недорого купить срочно\" width=\"700\" height=\"400\" /></p>\r\n<p> </p>\r\n<p><strong>ШТОРЫ-НИТИ В ИНТЕРЬЕРЕ</strong></p>\r\n<p><strong> </strong></p>\r\n<p><img style=\"vertical-align: middle;\" title=\"Шторы нити в интерьере\" src=\"img/ourworks/decorokna/2000.jpg\" alt=\"Шторы-нити Запорожье купить шторы нити в Запорожье шторы нити на окна фирма Зебра\" width=\"700\" height=\"400\" /></p>\r\n<p><img style=\"vertical-align: middle;\" title=\"Шторы-нити радуга (цвет № 101). Верхний край обработан люверсами.\" src=\"img/ourworks/decorokna/2001.jpg\" alt=\"Шторы-нити в Запорожье купить шторы в запорожье шторы\" width=\"700\" height=\"400\" /></p>\r\n<p><img style=\"vertical-align: middle;\" title=\"Шторы-нити в интерьере (кафе &quot;Эники-Беники&quot;, г.Днепропетровск)\" src=\"img/ourworks/decorokna/2003.jpg\" alt=\"Шторы в Запорожье фирма Зебра Запорожье ниточные шторы в Запорожье купить ниточные шторы нитяные шторы цвета\" width=\"700\" height=\"400\" /></p>\r\n<p><img style=\"vertical-align: middle;\" title=\"Шторы-нити в интерьере. Кафе &quot;Эники-Беники&quot;, г.Днепропетровск\" src=\"img/ourworks/decorokna/2004.jpg\" alt=\"нитяные шторы купить в запорожье ниточные шторы\" width=\"700\" height=\"400\" /></p>\r\n<p><img style=\"vertical-align: middle;\" title=\"Шторы-нити в интерьере\" src=\"img/ourworks/decorokna/2002.jpg\" alt=\"шторы-нити на окна шторы-нити на окнах шторы-нити дешево купить\" width=\"700\" height=\"400\" /></p>\r\n<p> </p>\r\n<p><strong>РУЛОННЫЕ ШТОРЫ</strong></p>\r\n<p> <img style=\"vertical-align: middle;\" title=\"Рулонные шторы в кассете\" src=\"img/ourworks/decorokna/3000.jpg\" alt=\"Рулонные шторы закрытого типа\" width=\"700\" height=\"400\" /></p>\r\n<p> <img style=\"vertical-align: middle;\" title=\"Рулонные шторы открытого типа\" src=\"img/ourworks/decorokna/3018.jpg\" alt=\"Рулонные шторы в Запорожье, рулонные шторы недорого\" width=\"700\" height=\"400\" /></p>\r\n<p><img style=\"vertical-align: middle;\" title=\"Рулонные шторы закрытого типа\" src=\"img/ourworks/decorokna/3033.jpg\" alt=\"Фирма Зебра в Запорожье\" width=\"700\" height=\"400\" /><span style=\"line-height: 1.5em;\"> </span></p>\r\n<p><img style=\"vertical-align: middle;\" title=\"Рулонные шторы для офисного помещения\" src=\"img/ourworks/decorokna/3023.jpg\" alt=\"Жалюзи в офис\" width=\"700\" height=\"400\" /></p>\r\n<p> <img title=\"рулонные шторы закрытого типа\" src=\"img/ourworks/decorokna/3010.jpg\" alt=\"роловые шторы в запорожье\" width=\"700\" height=\"400\" /></p>\r\n<p><img style=\"vertical-align: middle;\" title=\"Рулонные шторы в кассете\" src=\"img/ourworks/decorokna/3033.jpg\" alt=\"роловые шторы в запорожье\" width=\"700\" height=\"400\" /></p>\r\n<p><img style=\"vertical-align: middle;\" title=\"Рулонные шторы от компании &quot;ZEBRA&quot;\" src=\"img/ourworks/decorokna/3020.jpg\" alt=\"роловые шторы в запорожье\" width=\"700\" height=\"400\" /></p>\r\n<p><img style=\"vertical-align: middle;\" title=\"Рулонные шторы от компании &quot;ZEBRA&quot;\" src=\"img/ourworks/decorokna/3001.jpg\" alt=\"роловые шторы в запорожье\" width=\"700\" height=\"400\" /></p>\r\n<p><img style=\"vertical-align: middle;\" title=\"Рулонные шторы от компании &quot;ZEBRA&quot;\" src=\"img/ourworks/decorokna/3002.jpg\" alt=\"ролы\" width=\"700\" height=\"400\" /></p>\r\n<p><img style=\"vertical-align: middle;\" title=\"Рулонные шторы открытого типа на входной группе\" src=\"img/ourworks/decorokna/3003.jpg\" alt=\"купить роллы недорого Запорожье\" width=\"700\" height=\"400\" /></p>\r\n<p><img style=\"vertical-align: middle;\" src=\"img/ourworks/decorokna/3004.jpg\" alt=\"купить бамбуковые рулонные шторы в Запорожье\" width=\"700\" height=\"400\" /></p>\r\n<p><img style=\"vertical-align: middle;\" title=\"рулонные шторы на пластиковые окна\" src=\"img/ourworks/decorokna/3005.jpg\" alt=\"жалюзи ролловые купить недорого\" width=\"700\" height=\"400\" /></p>\r\n<p><img style=\"vertical-align: middle;\" title=\"рулонные шторы для детской комнаты\" src=\"img/ourworks/decorokna/3021.jpg\" alt=\"жалюзи в детскую\" width=\"700\" height=\"400\" /></p>\r\n<p><img style=\"vertical-align: middle;\" title=\"ролл-шторы для детской комнаты\" src=\"img/ourworks/decorokna/3022.jpg\" alt=\"роллшторы в Запорожье акция\" width=\"700\" height=\"400\" /></p>\r\n<p><img style=\"vertical-align: middle;\" title=\"Рулонные шторы. Крепление механизма в откос.\" src=\"img/ourworks/decorokna/3027.jpg\" alt=\"акция жалюзи запорожье\" width=\"700\" height=\"400\" /></p>\r\n<p><img style=\"vertical-align: middle;\" src=\"img/ourworks/decorokna/3017.jpg\" alt=\"ролшторы недорого запорожье\" width=\"700\" height=\"400\" /></p>\r\n<p><img style=\"vertical-align: middle;\" title=\"Рулонные шторы в кассете\" src=\"img/ourworks/decorokna/3036.jpg\" alt=\"Рулонные шторы в кассете, купить кассетные роллы в Запорожье\" width=\"700\" height=\"400\" /></p>\r\n<p><img style=\"vertical-align: middle;\" title=\"Рулонные шторы открытого типа\" src=\"img/ourworks/decorokna/3031.jpg\" alt=\"купить жалюзи запорожье недорого\" width=\"700\" height=\"400\" /></p>\r\n<p><img style=\"vertical-align: middle;\" title=\"Рулонные шторы с бамбуковой тканью\" src=\"img/ourworks/decorokna/3012.jpg\" alt=\"бамбуковые роллы, бамбуковые шторы в Запорожье\" width=\"700\" height=\"400\" /></p>\r\n<p><img style=\"vertical-align: middle;\" title=\"Рулонные шторы открытого типа\" src=\"img/ourworks/decorokna/3029.jpg\" alt=\"роллы запорожья жалюзи на пластиковые окна недорого\" width=\"700\" height=\"400\" /></p>\r\n<p><img style=\"vertical-align: middle;\" title=\"Рулонные шторы открытого типа\" src=\"img/ourworks/decorokna/3015.jpg\" alt=\"ролы на металлопластиковое окно, рулонные шторы на металопластик\" width=\"700\" height=\"400\" /></p>\r\n<p><img style=\"vertical-align: middle;\" title=\"Рулонные шторы открытого типа\" src=\"img/ourworks/decorokna/3031.jpg\" alt=\"роллшторы на металлопластиковое окно запорожье недорого\" width=\"700\" height=\"400\" /></p>\r\n<p><img style=\"vertical-align: middle;\" title=\"Рулонные шторы\" src=\"img/ourworks/decorokna/3038.jpg\" alt=\"роллы на окно запорожье купить\" width=\"700\" height=\"400\" /></p>\r\n<p><img style=\"vertical-align: middle;\" title=\"Рулонные шторы открытого типа\" src=\"img/ourworks/decorokna/3014.jpg\" alt=\"купить рулонные шторы на окно недорого запорожье\" width=\"700\" height=\"400\" /></p>\r\n<p><img style=\"vertical-align: middle;\" title=\"Рулонные шторы открытого типа\" src=\"img/ourworks/decorokna/3026.jpg\" alt=\"бамбуковые роллы запорожье купить акция\" width=\"700\" height=\"400\" /></p>\r\n<p><img style=\"vertical-align: middle;\" title=\"Рулонные шторы открытого типа\" src=\"img/ourworks/decorokna/3028.jpg\" alt=\"роллы запорожья\" width=\"700\" height=\"400\" /></p>\r\n<p><img style=\"vertical-align: middle;\" title=\"Рулонные шторы открытого типа\" src=\"img/ourworks/decorokna/3030.jpg\" alt=\"практичные роллы на окно, можно ли рулонные шторы стирать\" width=\"700\" height=\"400\" /></p>\r\n<p><img style=\"vertical-align: middle;\" title=\"Рулонные шторы открытого типа\" src=\"img/ourworks/decorokna/3037.jpg\" alt=\"стирать роллы можно или нельзя\" width=\"700\" height=\"400\" /></p>\r\n<p><img style=\"vertical-align: middle;\" title=\"Рулонные шторы открытого типа\" src=\"img/ourworks/decorokna/3008.jpg\" alt=\"заказать рулонные шторы запорожье\" width=\"700\" height=\"400\" /></p>\r\n<p><img style=\"vertical-align: middle;\" title=\"Рулонные шторы открытого типа\" src=\"img/ourworks/decorokna/3019.jpg\" alt=\"как ухаживать за рулонными шторами\" width=\"700\" height=\"400\" /></p>\r\n<p><img style=\"vertical-align: middle;\" title=\"Рулонные шторы открытого типа\" src=\"img/ourworks/decorokna/3025.jpg\" alt=\"как вывести пятно на рулонных шторах\" width=\"700\" height=\"400\" /></p>\r\n<p><img style=\"vertical-align: middle;\" title=\"Рулонные шторы открытого типа\" src=\"img/ourworks/decorokna/3007.jpg\" alt=\"купить недорого рулонные шторы в дом запорожье\" width=\"700\" height=\"400\" /></p>\r\n<p><img style=\"vertical-align: middle;\" title=\"Рулонные шторы открытого типа\" src=\"img/ourworks/decorokna/3032.jpg\" alt=\"замки на окна от детей для безопаснсти детей ремонт окон в запорожье ирина годованец\" width=\"700\" height=\"400\" /></p>\r\n<p><img style=\"vertical-align: middle;\" title=\"Рулонные шторы открытого типа\" src=\"img/ourworks/decorokna/3035.jpg\" alt=\"окна рехау запорожье мелитополь окна REHAU Rehau rehao\" width=\"700\" height=\"400\" /></p>\r\n<p><img style=\"vertical-align: middle;\" title=\"Рулонные шторы открытого типа\" src=\"img/ourworks/decorokna/3024.jpg\" alt=\"купить подоконники мелер запорожье данке подоконники в наличие склад\" width=\"700\" height=\"400\" /></p>\r\n<p><img style=\"vertical-align: middle;\" title=\"Рулонные шторы открытого типа\" src=\"img/ourworks/decorokna/3016.jpg\" alt=\"подоконники в наличие Moeller Meller Мелер срочно купить\" width=\"700\" height=\"400\" /></p>\r\n<p><img style=\"vertical-align: middle;\" title=\"Рулонные шторы открытого типа\" src=\"img/ourworks/decorokna/3011.jpg\" alt=\"ремонт регулировка металлопластиковых окон запорожье отзывы\" width=\"700\" height=\"400\" /></p>',1,3,4,1,1,1,1368610661,1,1398436657,0,0,0,1340187480,1,'',0,0,0,0,0,'modDocument','web',1,'nashi-rabotyi/decor-okna.html',0,0,1,NULL),(30,'document','text/html','Остекление','Наши работы. Остекление','','osteklenie','',1,0,0,25,0,'','<h3>Параллельно-сдвижная система наружного остекления от компании \"ZEBRA\"<span style=\"font-weight: normal; line-height: 1.5em;\"><br /></span></h3>\r\n<p><iframe src=\"http://www.youtube.com/embed/-t52-2S2eek\" frameborder=\"0\" width=\"700\" height=\"525\"></iframe></p>\r\n<p><iframe src=\"http://www.youtube.com/embed/dMswjUkxQgc\" frameborder=\"0\" width=\"700\" height=\"525\"></iframe></p>\r\n<p><img style=\"vertical-align: middle;\" title=\"Параллельно-сдвижная система остекления для наружного применения\" src=\"img/ourworks/decorokna/0210.jpg\" alt=\"Параллельно-сдвижная система остекления, параллельно-раздвижная система в Запорожье, раздвижные двери в Запорожье, параллельно-раздвижных системы в Запорожье\" width=\"700\" height=\"400\" /></p>\r\n<p><img style=\"vertical-align: middle;\" title=\"Параллельно-сдвижная система остекления\" src=\"img/ourworks/decorokna/0180.jpg\" alt=\"Сдвижные двери и окна в Запорожье, производитель окон в Запорожье, завод производитель раздвижных систем в Запорожье\" width=\"700\" height=\"400\" /></p>\r\n<p><img style=\"vertical-align: middle;\" title=\"Параллельно-сдвижная система остекления\" src=\"img/ourworks/decorokna/0200.jpg\" alt=\"Параллельно-сдвижная система остекления\" width=\"700\" height=\"400\" /></p>\r\n<p> </p>\r\n<h3>Остекление частного коттеджа (Запорожье)</h3>\r\n<p>При остеклении применен ПВХ-профиль REHAU-Brillant, Германия <br />Профиль 5-камерный, глубина 70 мм<br /> Цвет: темный дуб/белый</p>\r\n<p><img class=\"imgtext\" title=\"Остекление частного коттеджа, использован ПВХ-профиль REHAU-Brillant, Германия \" src=\"img/okna/osteklenie-kottedzhej/6.jpg\" alt=\"Частный коттедж, использован ПВХ-профиль REHAU-Brillant, Германия \" width=\"700\" height=\"520\" /></p>\r\n<p><img class=\"imgtext\" title=\"Остекление частного коттеджа, использован ПВХ-профиль REHAU-Brillant, Германия \" src=\"img/okna/osteklenie-kottedzhej/8.jpg\" alt=\"Частный коттедж, использован ПВХ-профиль REHAU-Brillant, Германия \" width=\"700\" height=\"520\" /></p>\r\n<p><img class=\"galleft\" title=\"Остекление частного коттеджа, использован ПВХ-профиль REHAU-Brillant, Германия \" src=\"img/okna/osteklenie-kottedzhej/7.jpg\" alt=\"Остекление частного коттеджа, использован ПВХ-профиль REHAU-Brillant, Германия \" width=\"340\" /><img title=\"Частный коттедж, использован ПВХ-профиль REHAU-Brillant, Германия \" src=\"img/okna/osteklenie-kottedzhej/9.jpg\" alt=\"Остекление частного коттеджа, использован ПВХ-профиль REHAU-Brillant, Германия \" width=\"340\" /></p>\r\n<h3>Остекление частного коттеджа (Запорожье)</h3>\r\n<p>При остеклении применен профиль REHAU Euro-70 (Германия)<br />Профиль 5-камерный, глубина 70 мм<br />Цвет: темный дуб/темный дуб</p>\r\n<p><img style=\"vertical-align: middle;\" title=\"Остекление коттеджей в Запорожье\" src=\"img/ourworks/decorokna/013.jpg\" alt=\"Завод-производитель окон в Запорожье, окна Запорожья, отзывы по окнам в Запорожье, отзывы по остеклению в Запорожье\" width=\"700\" height=\"400\" /></p>\r\n<p><img style=\"vertical-align: middle;\" title=\"Остекление коттеджей в Запорожье\" src=\"img/ourworks/decorokna/015.jpg\" alt=\"Остекление коттеджей в Запорожье, окна рехау в Запорожье, производитель окон рехау в Запорожье\" width=\"700\" height=\"400\" /></p>\r\n<p><img style=\"vertical-align: middle;\" title=\"Остекление коттеджей в Запорожье\" src=\"img/ourworks/decorokna/016.jpg\" alt=\"Остекление коттеджей в Запорожье\" width=\"700\" height=\"400\" /></p>\r\n<p><img style=\"vertical-align: middle;\" title=\"Остекление коттеджей в Запорожье\" src=\"img/ourworks/decorokna/017.jpg\" alt=\"Остекление коттеджей в Запорожье\" width=\"700\" height=\"400\" /></p>\r\n<p><img style=\"vertical-align: middle;\" title=\"Остекление коттеджей в Запорожье\" src=\"img/ourworks/decorokna/014.jpg\" alt=\"Остекление коттеджей в Запорожье\" width=\"700\" height=\"400\" /></p>\r\n<p> </p>\r\n<h3>Остекление частного коттеджа (Запорожье)</h3>\r\n<p> Параллельно-раздвижная дверная система REHAU (Германия), фурнитура G-U (Германия)</p>\r\n<p><img class=\"galleft\" title=\"Остекление частного коттеджа, использован ПВХ-профиль REHAU-Brillant, Германия \" src=\"img/okna/osteklenie-kottedzhej/3.jpg\" alt=\"Остекление частного коттеджа,  раздвижная система  REHAU (Германия), фурнитура G-U (Германия)\" width=\"340\" /><img title=\"Частный коттедж,раздвижная система  REHAU (Германия), фурнитура G-U (Германия) \" src=\"img/okna/osteklenie-kottedzhej/4.jpg\" alt=\"Остекление частного коттеджа, использован ПВХ-профиль REHAU-Brillant, Германия \" width=\"340\" /></p>\r\n<p> </p>\r\n<p>Параллельно-раздвижная оконная система REHAU Brillant (Германия), фурнитура G-U (Германия)</p>\r\n<p><img style=\"vertical-align: middle;\" src=\"img/ourworks/decorokna/033.jpg\" alt=\"Параллельно-раздвижная система Rehau\" width=\"700\" height=\"400\" /></p>\r\n<p> </p>\r\n<p><img style=\"vertical-align: middle;\" src=\"img/ourworks/decorokna/034.jpg\" alt=\"Параллельно-радвижная оконная система REHAU Brilant\" width=\"700\" height=\"400\" /></p>\r\n<p> </p>\r\n<p> </p>\r\n<h3> </h3>\r\n<h3>Остекление коттеджей с применением системы профилей REHAU GENEO (Германия)</h3>\r\n<p><img style=\"vertical-align: middle;\" title=\"Остекление коттеджа с применением профилей REHAU GENEO\" src=\"img/ourworks/decorokna/012.jpg\" alt=\"Geneo в Запорожье, производитель окон Geneo в Запорожье, окна Генео Рехау в Запорожье, отзывы о профиле Geneo в Запорожье, отзывы об окнах Geneo \" width=\"700\" height=\"400\" /></p>\r\n<p><img style=\"vertical-align: middle;\" title=\"Остекление коттеджей в системе профилей Rehau Geneo в Запорожье\" src=\"img/ourworks/decorokna/022.jpg\" alt=\"Geneo в Запорожье\" width=\"700\" height=\"400\" /></p>\r\n<h3> </h3>\r\n<h3>Остекление частного коттеджа (Запорожье)</h3>\r\n<p>При остеклении применен ПВХ-профиль REHAU, Германия <br /> Цвет: золотой дуб</p>\r\n<p><img class=\"imgtext\" title=\"Остекление частного коттеджа, использован ПВХ-профиль REHAU, Германия \" src=\"img/okna/osteklenie-kottedzhej/12.jpg\" alt=\"Частный коттедж, использован ПВХ-профиль REHAU, Германия \" width=\"700\" height=\"520\" /></p>\r\n<h3>Офисные перегородки</h3>\r\n<p>Использована система REHAU-Thermo 60 (Германия), фурнитура G-U (Германия)</p>\r\n<p><img title=\"Офисные перегородки,система REHAU-Euro 60 (Германия), фурнитура G-U (Германия)\" src=\"img/okna/osteklenie-kottedzhej/1.jpg\" alt=\"Офисные перегородки,система REHAU-Euro 60 (Германия), фурнитура G-U (Германия)\" width=\"698\" height=\"546\" /></p>\r\n<p><img title=\"Офисные перегородки,система REHAU-Euro 60 (Германия), фурнитура G-U (Германия)\" src=\"img/okna/osteklenie-kottedzhej/2.jpg\" alt=\"Офисные перегородки,система REHAU-Euro 60 (Германия), фурнитура G-U (Германия)\" width=\"698\" height=\"520\" /></p>\r\n<h3> </h3>\r\n<h3>Остекление частных коттеджей</h3>\r\n<p>При остеклении применен профиль REHAU Euro-70 (Германия). <span style=\"line-height: 1.5em;\">Профиль 5-камерный профиль, глубиной 70 мм.</span></p>\r\n<p>Цвет: темный дуб/белый (внутри)</p>\r\n<p><img style=\"vertical-align: middle;\" title=\"Остекление дома от компании &quot;ZEBRA&quot;\" src=\"img/okna/osteklenie-kottedzhej/008.jpg\" alt=\"Окна Rehau, производство окон Rehau, производители окон Rehau, Рехау, окна Рехао\" width=\"700\" height=\"400\" /></p>\r\n<p><img style=\"vertical-align: middle;\" title=\"остекление эркера компанией &quot;ZEBRA&quot;\" src=\"img/okna/osteklenie-kottedzhej/009.jpg\" alt=\"эркерное остекление, акции и скидки на окна в Запорожье\" width=\"700\" height=\"400\" /></p>\r\n<p><img style=\"vertical-align: middle;\" src=\"img/okna/osteklenie-kottedzhej/010.jpg\" alt=\"окна Rehau\" width=\"700\" height=\"400\" /></p>\r\n<h3> </h3>\r\n<h3>Остекление террасы (применены арочные конструкции)</h3>\r\n<p><img style=\"vertical-align: middle;\" src=\"img/okna/osteklenie-kottedzhej/002.jpg\" alt=\"остекление арки\" width=\"700\" height=\"400\" /></p>\r\n<p><img style=\"vertical-align: middle;\" src=\"img/okna/osteklenie-kottedzhej/0001.jpg\" alt=\"остекление арки\" width=\"700\" height=\"400\" /></p>\r\n<p> </p>\r\n<h3>Остекление частных коттеджей</h3>\r\n<p><img style=\"vertical-align: middle;\" src=\"img/okna/osteklenie-kottedzhej/003.jpg\" alt=\"коттедж\" width=\"700\" height=\"400\" /></p>\r\n<p><img style=\"vertical-align: middle;\" src=\"img/okna/osteklenie-kottedzhej/004.jpg\" alt=\"коттедж\" width=\"700\" height=\"400\" /></p>\r\n<p><img style=\"vertical-align: middle;\" src=\"img/okna/osteklenie-kottedzhej/007.jpg\" alt=\"остекление сложных объектов\" width=\"700\" height=\"400\" /></p>\r\n<p>При монтаже использована лента ПСУЛ (предварительно сжатая уплотнительная лента), которая позволяет защитить монтажную пену от воздействия ультрафиолета и влаги.</p>\r\n<p><img style=\"vertical-align: middle;\" title=\"Применение изоляционной ленты ПСУЛ\" src=\"img/okna/osteklenie-kottedzhej/005.jpg\" alt=\"ПСУЛ применение изоляции швов при остеклении псул лента ПСУЛ\" width=\"700\" height=\"400\" /></p>\r\n<p><img style=\"vertical-align: middle;\" title=\"Остекление коттеджей компанией &quot;ZEBRA&quot;, г. Запорожье\" src=\"img/ourworks/decorokna/011.jpg\" alt=\"Остекление коттеджей компанией &quot;ZEBRA&quot;, г. Запорожье\" width=\"700\" height=\"400\" /></p>\r\n<p><img style=\"vertical-align: middle;\" title=\"Остекление коттеджей компанией &quot;ZEBRA&quot;, г. Запорожье\" src=\"img/ourworks/decorokna/023.jpg\" alt=\"Остекление коттеджей компанией &quot;ZEBRA&quot;, г. Запорожье\" width=\"700\" height=\"400\" /></p>\r\n<p> </p>\r\n<p><img style=\"vertical-align: middle;\" src=\"img/ourworks/decorokna/024.jpg\" alt=\"Окна REHAU\" width=\"700\" height=\"400\" /></p>\r\n<p><img style=\"vertical-align: middle;\" src=\"img/ourworks/decorokna/025.jpg\" alt=\"Окна REHAU\" width=\"700\" height=\"400\" /></p>\r\n<p> </p>\r\n<p><img style=\"vertical-align: middle;\" src=\"img/ourworks/decorokna/026.jpg\" alt=\"Окна РЕХАУ\" width=\"700\" height=\"400\" /></p>\r\n<p><img style=\"vertical-align: middle;\" src=\"img/ourworks/decorokna/027.jpg\" alt=\"Окна РЭХАУ\" width=\"700\" height=\"400\" /></p>\r\n<p><img style=\"vertical-align: middle;\" src=\"img/ourworks/decorokna/028.jpg\" alt=\"Окна РЭХАУ\" width=\"700\" height=\"400\" /></p>\r\n<p><img style=\"vertical-align: middle;\" src=\"img/ourworks/decorokna/029.jpg\" alt=\"Окна Рэхау\" width=\"700\" height=\"400\" /></p>\r\n<p> </p>\r\n<p><img style=\"vertical-align: middle;\" src=\"img/ourworks/decorokna/030.jpg\" alt=\"Окна \" width=\"700\" height=\"400\" /></p>\r\n<p> </p>\r\n<p><img style=\"vertical-align: middle;\" src=\"img/ourworks/decorokna/031.jpg\" alt=\"Окна\" width=\"700\" height=\"400\" /></p>\r\n<p><img style=\"vertical-align: middle;\" src=\"img/ourworks/decorokna/032.jpg\" alt=\"Окна\" width=\"700\" height=\"400\" /></p>\r\n<p class=\"justifyleft\"> </p>\r\n<h3 class=\"justifyleft\"><strong><span style=\"line-height: 1.5em;\">Входные группы</span></strong></h3>\r\n<p class=\"justifyleft\"><span style=\"line-height: 1.5em;\"> </span></p>\r\n<p><img style=\"vertical-align: middle;\" src=\"img/ourworks/decorokna/036.jpg\" alt=\"Входная группа\" width=\"700\" height=\"400\" /></p>\r\n<p><img style=\"vertical-align: middle;\" src=\"img/ourworks/decorokna/035.jpg\" alt=\"Входная группа\" width=\"700\" height=\"400\" /></p>\r\n<p><img style=\"vertical-align: middle;\" src=\"img/ourworks/decorokna/039.jpg\" alt=\"Входная группа\" width=\"700\" height=\"400\" /></p>\r\n<p><img style=\"vertical-align: middle;\" src=\"img/ourworks/decorokna/037.jpg\" alt=\"Входная группа\" width=\"700\" height=\"400\" /></p>\r\n<p><img style=\"vertical-align: middle;\" src=\"img/ourworks/decorokna/038.jpg\" alt=\"Входная группа\" width=\"700\" height=\"400\" /></p>\r\n<p><img style=\"vertical-align: middle;\" src=\"img/ourworks/decorokna/040.jpg\" alt=\"Входная группа\" width=\"700\" height=\"400\" /></p>\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>',1,3,1,1,1,1,1373016962,1,1432314109,0,0,0,1384440300,1,'',0,0,0,0,0,'modDocument','web',1,'nashi-rabotyi/osteklenie.html',0,0,1,NULL),(31,'document','text/html','Замки безопасности','Замки безопасности на ПВХ-окна','','zamki-bezopasnosti','',1,0,0,2,0,'','<h2 class=\"justifyfull\" style=\"padding-left: 30px;\">Замки на металлопластиковые  окна для безопасности  детей.</h2>\r\n<h3 class=\"justifyfull\" style=\"padding-left: 30px;\"><br /><img class=\"imgleft\" title=\"Замки на металлопластиковые  окна для безопасности  детей\" src=\"img/main/zamok.jpg\" alt=\"Замки на металлопластиковые  окна для безопасности  детей\" width=\"364\" height=\"279\" />Преимущества замка:</h3>\r\n<p class=\"justifyfull\" style=\"padding-left: 30px;\"><br />- безопасность ваших детей;<br />- замок подходит для всех типов металлопластиковых окон;<br />- блокирует только поворотную функцию створки и допускает проветривание помещения;<br />- не требуется ключ при каждом открытии на проветривание створки, в отличие от оконной ручки с замком;<br />- в комплекте два ключа. Красный держатель напомнит о забытом в замке ключе;<br />- возможность использования одного ключа для всех блокираторов;<br />- компактный размер и эстетичный внешний вид;<br />- высококачественные материалы: гарантия на 300 000 открываний<br />- производитель - Украина.</p>',1,3,5,1,1,1,1373023070,1,1373023587,0,0,0,1339628760,1,'Замки безопасности',0,0,0,0,0,'modDocument','web',1,'okna/zamki-bezopasnosti.html',0,0,1,NULL),(32,'document','text/xml','sitemap','','','sitemap','',1,0,0,0,0,'','[[!GoogleSiteMap?]]',0,0,8,1,1,1,1386068406,1,1386540002,0,0,0,1386069060,1,'',0,0,0,0,1,'modDocument','web',2,'sitemap.xml',0,0,1,NULL);
/*!40000 ALTER TABLE `zebra_site_content` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `zebra_site_htmlsnippets`
--

DROP TABLE IF EXISTS `zebra_site_htmlsnippets`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zebra_site_htmlsnippets` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `source` int(10) unsigned NOT NULL DEFAULT '0',
  `property_preprocess` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `name` varchar(50) NOT NULL DEFAULT '',
  `description` varchar(255) NOT NULL DEFAULT 'Chunk',
  `editor_type` int(11) NOT NULL DEFAULT '0',
  `category` int(11) NOT NULL DEFAULT '0',
  `cache_type` tinyint(1) NOT NULL DEFAULT '0',
  `snippet` mediumtext,
  `locked` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `properties` text,
  `static` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `static_file` varchar(255) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  UNIQUE KEY `name` (`name`),
  KEY `category` (`category`),
  KEY `locked` (`locked`),
  KEY `static` (`static`)
) ENGINE=MyISAM AUTO_INCREMENT=29 DEFAULT CHARSET=cp1251;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zebra_site_htmlsnippets`
--

LOCK TABLES `zebra_site_htmlsnippets` WRITE;
/*!40000 ALTER TABLE `zebra_site_htmlsnippets` DISABLE KEYS */;
INSERT INTO `zebra_site_htmlsnippets` VALUES (1,1,0,'head','site head',0,0,0,'    <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n    <title>[[++site_name]] - [[*pagetitle]] || (061) 220-15-13 (067) 305-27-98 (050) 201-46-19 </title>\n    <base href=\"[[++site_url]]\" />\n    <meta name=\"description\" content=\"[[*description]]\" />\n    <meta name=\"keywords\" content=\"[[*keywords]]\" />\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"/css/style.css\" />\n    <link rel=\"icon\" href=\"/img/favicon.ico\" />\n    <link rel=\"shortcut icon\" href=\"img/favicon.ico\" />\n\n    <script type=\"text/javascript\" src=\"/js/jquery-1.7.2.min.js\" />\n\n    <script type=\"text/javascript\">var addthis_config = {\"data_track_addressbar\":true};</script>\n    <script type=\"text/javascript\" src=\"http://s7.addthis.com/js/250/addthis_widget.js#pubid=ra-4fca06ec5bb1cab3\"></script>\n\n    <link rel=\"stylesheet\" media=\"all\" type=\"text/css\" href=\"/css/basic_dd.css\"/>\n\n\n<script type=\"text/javascript\" src=\"http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js\"></script>\n<script type=\"text/javascript\" src=\"/fancybox/jquery.fancybox-1.3.4.pack.js\"></script>\n<script type=\"text/javascript\" src=\"/fancybox/jquery.easing-1.3.pack.js\"></script>\n<script type=\"text/javascript\" src=\"/fancybox/jquery.mousewheel-3.0.4.pack.js\"></script>\n<link rel=\"stylesheet\" href=\"/fancybox/jquery.fancybox-1.3.4.css\" type=\"text/css\" media=\"screen\" />\n\n\n<script type=\"text/javascript\">\n$(document).ready(function() {\n	$(\"ul#topnav li\").hover(function() {\n		$(this).css({ \'background\' : \'#9da8bc url(../img/main/topnav_active.gif) repeat-x\'});\n		$(this).find(\"span\").show();\n	} , function() { //on hover out...\n		$(this).css({ \'background\' : \'none\'});\n		$(this).find(\"span\").hide();\n	});\n});\n</script>',0,'a:0:{}',0,''),(2,0,0,'footer','site footer',0,0,0,'    <!--start footer_page-->\n    <div class=\"footer_page\">\n        <!--start footer_area-->\n        <div class=\"footer_area\">\n            <!--start footer_col1-->\n            <div class=\"footer_col1\">\n                <div class=\"footer_logo\"><img src=\"/img/main/f_logo.png\" alt=\"zebra logo\" /></div>\n                <!--start foter_adress-->\n                <div class=\"footer_adress\">\n                        <small>69000, Украина, г. Запорожье,</small><br /> \n                        <b>ул.Плотинная,5, офис 3</b><br />\n                        <small>(остановка транспорта Каховская)</small><br />\n		        [[$phones]]\n                </div>\n                <!--end footer_adress-->\n            </div>\n            <!--end footer_col1-->\n            <div style=\"height: 90%; width: 1px;  background-color: white; float: left; margin-top: 5px;\"></div>\n	  <!--start okna.ua calc-->\n	  <div style=\"width: 88px; height: 31px; float:right;\"><script type=\"text/javascript\" charset=\"windows-1251\" src=\"http://okna.ua/js/calc_button/okna_5.js\"></script> <noscript> <div style=\"width: 88px; height: 31px; float: right; background: #686868;padding:0;margin:0;border:0;border-radius:0;display:block;position:relative;opacity:1;outline:0;overflow:visible;text-shadow:none;text-transform:none;visibility:visible;z-index:auto;text-indent:0;\"><a href=\"http://okna.ua/\" title=\"Металлопластиковые окна, пластиковые окна, ПВХ\" style=\"border:0;margin:0;padding:0;float: left; line-height: 0;font-variant:normal;height:auto;width:auto;letter-spacing:normal;opacity:1;outline:0;text-indent:0;text-shadow:none;text-transform:none;visibility:visible;white-space:normal;word-spacing:0;z-index:auto;\"><img src=\"http://okna.ua/img/okna-ua-top-gl_v2.gif\" title=\"OKNA.ua - Металлопластиковые окна, алюминиевые фасады, деревянные окна\" alt=\"ОКНА.ua - оконные системы, объявления, каталог, прайсы\" width=\"34\" height=\"31\"/></a><a href=\"http://okna.ua/\" style=\"border:0;margin:0;float: left; padding: 2px 0 3px 7px; font: 11px/11px Arial, Helvetica, sans-serif; color: #fff; display: block; text-decoration: none;font-variant:normal;height:auto;width:auto;letter-spacing:normal;opacity:1;outline:0;text-indent:0;text-shadow:none;text-transform:none;visibility:visible;white-space:normal;word-spacing:0;z-index:auto;\">Рейтинг</a><a href=\"http://okna.ua/\" style=\"border:0;margin:0;float: left; font: bold 12px/12px Arial, Arial Narrow, Helvetica, sans-serif; color: #fff; display: block; text-decoration: none; padding: 0 0 0 1px;font-variant:normal;height:auto;width:auto;letter-spacing:normal;opacity:1;outline:0;text-indent:0;text-shadow:none;text-transform:none;visibility:visible;white-space:normal;word-spacing:0;z-index:auto;\">OKNA.ua</a></div> </noscript></div>\n	  <!--end okna.ua calc-->\n	    \n        </div>\n	   \n        <!--end footer_area-->\n      \n      <!-- Yandex.Metrika informer -->\n<a href=\"http://metrika.yandex.ru/stat/?id=23061406&amp;from=informer\"\ntarget=\"_blank\" rel=\"nofollow\"><img src=\"//bs.yandex.ru/informer/23061406/3_1_FFFFFFFF_EFEFEFFF_0_pageviews\"\nstyle=\"width:0px; height:0px; border:0;\" alt=\"Яндекс.Метрика\" title=\"Яндекс.Метрика: данные за сегодня (просмотры, визиты и уникальные посетители)\" onclick=\"try{Ya.Metrika.informer({i:this,id:23061406,lang:\'ru\'});return false}catch(e){}\"/></a>\n<!-- /Yandex.Metrika informer -->\n\n<!-- Yandex.Metrika counter -->\n<script type=\"text/javascript\">\n(function (d, w, c) {\n    (w[c] = w[c] || []).push(function() {\n        try {\n            w.yaCounter23061406 = new Ya.Metrika({id:23061406,\n                    webvisor:true,\n                    clickmap:true,\n                    trackLinks:true,\n                    accurateTrackBounce:true});\n        } catch(e) { }\n    });\n\n    var n = d.getElementsByTagName(\"script\")[0],\n        s = d.createElement(\"script\"),\n        f = function () { n.parentNode.insertBefore(s, n); };\n    s.type = \"text/javascript\";\n    s.async = true;\n    s.src = (d.location.protocol == \"https:\" ? \"https:\" : \"http:\") + \"//mc.yandex.ru/metrika/watch.js\";\n\n    if (w.opera == \"[object Opera]\") {\n        d.addEventListener(\"DOMContentLoaded\", f, false);\n    } else { f(); }\n})(document, window, \"yandex_metrika_callbacks\");\n</script>\n<noscript><div><img src=\"//mc.yandex.ru/watch/23061406\" style=\"position:absolute; left:-9999px;\" alt=\"\" /></div></noscript>\n<!-- /Yandex.Metrika counter -->',0,'a:0:{}',0,''),(3,0,0,'header','site header',0,0,0,'            <!--start header-->\n            <div class=\"header\">\n                <!-- start logo_area -->\n                <div class=\"logo_area\">\n                    <a href=\"http://www.zebra.zp.ua/\"><img title=\"zebra\" alt=\"zebra\" src=\"/img/main/logo.png\" /></a>\n                </div>\n                <!-- end logo_area -->\n                <!--start header_content-->\n                <div class=\"header_content\">                   \n                    <!--start phone_area -->\n                    <div class=\"phone_area\">\n		        <br />\n		        [[$phones]]\n                    </div>\n                    <!--end phone_area -->\n                    <!--start adress_area-->\n                    <div class=\"adress_area\">\n                        <small>69000, Украина, г. Запорожье,</small><br /> \n                        <b>ул.Плотинная,5, офис 3</b><br />\n                        <small>(остановка транспорта Каховская)</small> \n                    </div>\n                    <!--end adress_area-->\n                    <div style=\"clear: both;\"></div>                \n                    <!-- start menu_area -->\n                    <div class=\"menu_area\">\n		      [[Wayfinder? &startId=`0` &level=`1` &&scheme=`full`]] \n                    </div>\n                    <!-- end menu_area -->\n                    <!-- start menu_area_2-->\n                    <div class=\"menu_area_2\">\n		      \n\n                    </div>\n                    <!-- end menu_area_2-->\n                </div>\n                 <!--end header_content-->\n            </div>\n            <!--end header-->\n            <div style=\"clear: both;\"></div>',0,'a:0:{}',0,''),(8,0,0,'debug','test site',0,0,0,'<div class=debug>\n<ul>\n<li>Источник: <span><b>[^s^]</b></span></li>\n<li>Количество запросов: <span>[^q^]</span></li>\n<li>Время запросов : <span>[^qt^]</span></li>\n<li>Обработка PHP: <span>[^p^]</span></li>\n<li>Общее время загрузки: <span>[^t^]</span></li>\n</ul>\n</div>',0,'a:0:{}',0,''),(4,0,0,'content_left_area','left kolonka',0,2,0,'                <!--start left_content_area-->\n                <div class=\"left_content_area\">\n                  [[$leftmenu]]\n                </div>\n                <!--end left_content_area-->',0,'a:0:{}',0,''),(5,0,0,'top_text_area','top tools areа likes+breadcrumbs',0,2,0,'                <!--start top_text_area-->\n                <div class=\"top_text_area\"> \n                    <!--start breadcrumbs_area-->\n                    <div id=\"breadcrumbs\">\n                        [[Breadcrumbs]]\n                    </div>\n                    <!--end breadcrumbs_area-->\n                    <!-- start AddThis Button-->\n                    <div class=\"addthis\">\n                    <div class=\"addthis_toolbox addthis_default_style\">\n                        <a class=\"addthis_button_preferred_1\"></a>\n                        <a class=\"addthis_button_preferred_2\"></a>\n                        <a class=\"addthis_button_preferred_3\"></a>\n                        <a class=\"addthis_button_preferred_4\"></a>\n                        <a class=\"addthis_button_compact\"></a>\n                        <a class=\"addthis_counter addthis_bubble_style\"></a>\n                    </div>\n                    </div>\n                        <script type=\"text/javascript\">var addthis_config = {\"data_track_addressbar\":true};</script>\n                        <script type=\"text/javascript\" src=\"http://s7.addthis.com/js/250/addthis_widget.js#pubid=ra-4fca06ec5bb1cab3\"></script>\n                    <!--end AddThis Button-->\n                </div>\n                <!--end top_text_area-->\n                <div style=\"clear: both;\"></div>',0,'a:0:{}',0,''),(6,0,0,'content_area','all content area',0,2,0,'            <!--start content_area -->\n            <div class=\"content_area\">\n                [[$content_left_area]]\n                 <!--start text_area-->\n                <div class=\"text_area\">\n                [[$top_text_area]]\n              <h1 align=\"center\">[[*longtitle]]</h1>\n                [[*content]]\n                </div>\n                <!--end text_area-->\n            </div>\n            <!--end content_area-->\n            <div style=\"clear: both;\"></div>',0,'a:0:{}',0,''),(7,0,0,'phones','Zebras Phones',0,3,0,'                        <small>(061) </small><b>220-15-13</b> <br />\n                        <small>(050) </small><b>201-46-19</b> <br />\n                        <small>(067) </small><b>305-27-98</b>',0,NULL,0,''),(19,0,0,'leftmenu','left menu chank',0,4,0,'<!--start left menu-->\n\n<div id=\"left-menu\" class=\"content_left fltleft\">\n  <h2 class=\"acc_trigger\" id=\"menuleft1\"><img src=\"img/menu/i.png\" width=\"33\" height=\"33\" alt=\"\" />Окна</h2>\n        <div class=\"content_left_nav acc_container\">\n	     [[Wayfinder? &startId=`0` &includeDocs=`2` &rowClass=`menuleft1` &textOfLinks=`longtitle`]]\n            [[Wayfinder? &startId=`2` &rowClass=`menuleft1`]]\n          </div>\n    <h2 class=\"acc_trigger\" id=\"menuleft2\"><img src=\"img/menu/ii.png\" width=\"33\" height=\"33\" alt=\"\" />Двери</h2>\n        <div class=\"content_left_nav acc_container\">\n             [[Wayfinder? &startId=`0` &includeDocs=`20` &rowClass=`menuleft1` &textOfLinks=`longtitle`]]\n            [[!Wayfinder? &startId=`20` &rowClass=`menuleft2`]]\n         </div>\n    <h2 class=\"acc_trigger\" id=\"menuleft3\"><img src=\"img/menu/iii.png\" width=\"33\" height=\"33\" alt=\"\" />Жалюзи</h2>\n        <div class=\"content_left_nav acc_container\">\n            [[Wayfinder? &startId=`5` &rowClass=`menuleft3`]]\n        </div>\n    <h2 class=\"acc_trigger\" id=\"menuleft4\"><img src=\"img/menu/iv.png\" width=\"33\" height=\"33\" alt=\"\" />Шторы-нити</h2>\n        <div class=\"content_left_nav acc_container\" style=\"display: none;\">\n	  [[Wayfinder? &startId=`4` &includeDocs=`6` &rowClass=`menuleft4` &textOfLinks=`longtitle`]]\n        </div>\n    <h2 class=\"acc_trigger\" id=\"menuleft5\"><img src=\"img/menu/v.png\" width=\"33\" height=\"33\" alt=\"\" />Карнизы</h2>\n        <div class=\"content_left_nav acc_container\" style=\"display: none;\">\n            [[Wayfinder? &startId=`4` &includeDocs=`7` &rowClass=`menuleft5` &textOfLinks=`longtitle`]]\n  </div>\n    <h2 class=\"acc_trigger\" id=\"menuleft6\"><img src=\"img/menu/v.png\" width=\"33\" height=\"33\" alt=\"\" />Ремонт окон</h2>\n        <div class=\"content_left_nav acc_container\" style=\"display: none;\">\n            [[Wayfinder? &startId=`0` &includeDocs=`3` &rowClass=`menuleft6`]]\n  </div>\n    <h2 class=\"acc_trigger\" id=\"menuleft7\"><img src=\"img/menu/v.png\" width=\"33\" height=\"33\" alt=\"\" />Наши работы</h2>\n        <div class=\"content_left_nav acc_container\" style=\"display: none;\">\n            [[Wayfinder? &startId=`25` &includeDocs=`27,30` &rowClass=`menuleft7`]]\n  </div> \n</div>\n\n\n<!--end left menu-->\n',0,'a:0:{}',0,''),(9,0,0,'topmenu','top menu chank',0,4,0,'<!--[[!Wayfinder? &startId=`[[UltimateParent]]` &config=`topmenu`]]-->',0,'a:0:{}',0,''),(17,0,0,'topMenuInner','код внутренних ul контейнеров',0,4,0,'<span>[[+wf.wrapper]]</span>',0,NULL,0,''),(18,0,0,'topMenuInnerRow','строчки пунктов внутренних уровней',0,4,0,'<a href=\"[[+wf.link]]\" title=\"[[+wf.title]]\" [[+wf.attributes]]>[[+wf.linktext]]</a>',0,'a:0:{}',0,''),(15,0,0,'topMenuOuter','Внешняя оболочка меню',0,4,0,'<ul id=\"topnav\">[[+wf.wrapper]]</ul>',0,NULL,0,''),(16,0,0,'topMenuRow','Пункты меню первого уровня',0,4,0,'<li><a href=\"[[+wf.link]]\" title=\"[[+wf.title]]\"[[+wf.attributes]]>[[+wf.linktext]]</a>[[+wf.wrapper]]</li>',0,NULL,0,''),(22,0,0,'GalleryRowTpl','Шаблон вывода фото',0,0,0,'<div class=\"galdiv\"><a class=\"grouped_elements\" rel=\"group\" href=\"[+item.image.big+]\" title=\"[+title+][+filename+]\"><img src=\"[+item.image.min+]\" width=\"167px\" alt=\"[+title+][+filename+]\" style=\"float:none;\" /><div>[+filename+]</div></a></div>',0,'a:0:{}',0,''),(23,0,0,'leftmenu2','left menu chank',0,9,0,'<!--start left menu-->\n\n<div id=\"left-menu\" class=\"content_left fltleft\">\n  \n[[!Wayfinder?\n&displayStart=`true`\n&startId=`0`\n&level=`2`\n&outerTpl=`LeftMenuOuter`\n&rowTpl=`LeftMenuRow`\n&innerTpl=`LeftMenuInner`\n&innerRowTpl=`LeftMenuInnerRow`\n&hereClass=`menuleft active`\n&firstClass=``\n&lastClass =``\n&excludeDocs =`4,9`\n&includeDocs=`2,15,16,17,18,19,20,21,22,23,24,25,27,3,5,11,12,14,8,7,6,30`\n]]\n\n</div>\n\n\n<!--end left menu-->\n',0,'a:0:{}',0,''),(25,1,0,'LeftMenuOuter','Внешняя оболочка меню',0,9,0,'<div>[[+wf.wrapper]]</div>',0,'a:0:{}',0,''),(26,1,0,'LeftMenuRow','Первый уровень меню',0,9,0,'<h2 class=\"acc_trigger\" [[+wf.attributes]]><img src=\"img/menu/i.png\" alt=\"\" height=\"33\" width=\"33\">[[+wf.linktext]]</h2>[[+wf.wrapper]]',0,'a:0:{}',0,''),(27,1,0,'LeftMenuInner','Внутренний ul контейнер меню',0,9,0,'<div class=\"content_left_nav acc_container\"><ul>[[+wf.wrapper]]</ul></div>',0,'a:0:{}',0,''),(28,1,0,'LeftMenuInnerRow','Внутренний шаблон подпунктов',0,9,0,'<li [[+wf.classes]]><a href=\"[[+wf.link]]\" title=\"[[+wf.title]]\">[[+wf.linktext]]</a>[[+wf.wrapper]]</li>',0,'a:0:{}',0,'');
/*!40000 ALTER TABLE `zebra_site_htmlsnippets` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `zebra_site_plugin_events`
--

DROP TABLE IF EXISTS `zebra_site_plugin_events`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zebra_site_plugin_events` (
  `pluginid` int(10) NOT NULL DEFAULT '0',
  `event` varchar(255) NOT NULL DEFAULT '',
  `priority` int(10) NOT NULL DEFAULT '0',
  `propertyset` int(10) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`pluginid`,`event`),
  KEY `priority` (`priority`)
) ENGINE=MyISAM DEFAULT CHARSET=cp1251;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zebra_site_plugin_events`
--

LOCK TABLES `zebra_site_plugin_events` WRITE;
/*!40000 ALTER TABLE `zebra_site_plugin_events` DISABLE KEYS */;
INSERT INTO `zebra_site_plugin_events` VALUES (1,'OnRichTextBrowserInit',0,0),(1,'OnRichTextEditorRegister',0,0),(1,'OnRichTextEditorInit',0,0),(2,'OnChunkFormPrerender',0,0),(2,'OnPluginFormPrerender',0,0),(2,'OnSnipFormPrerender',0,0),(2,'OnTempFormPrerender',0,0),(2,'OnFileEditFormPrerender',0,0),(2,'OnRichTextEditorRegister',0,0),(3,'OnSiteRefresh',0,0),(5,'OnWebPagePrerender',0,0),(5,'',0,0),(5,'OnLoadWebDocument',0,0),(5,'OnDocFormSave',0,0);
/*!40000 ALTER TABLE `zebra_site_plugin_events` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `zebra_site_plugins`
--

DROP TABLE IF EXISTS `zebra_site_plugins`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zebra_site_plugins` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `source` int(10) unsigned NOT NULL DEFAULT '0',
  `property_preprocess` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `name` varchar(50) NOT NULL DEFAULT '',
  `description` varchar(255) NOT NULL DEFAULT '',
  `editor_type` int(11) NOT NULL DEFAULT '0',
  `category` int(11) NOT NULL DEFAULT '0',
  `cache_type` tinyint(1) NOT NULL DEFAULT '0',
  `plugincode` mediumtext NOT NULL,
  `locked` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `properties` text,
  `disabled` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `moduleguid` varchar(32) NOT NULL DEFAULT '',
  `static` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `static_file` varchar(255) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  UNIQUE KEY `name` (`name`),
  KEY `category` (`category`),
  KEY `locked` (`locked`),
  KEY `disabled` (`disabled`),
  KEY `static` (`static`)
) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=cp1251;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zebra_site_plugins`
--

LOCK TABLES `zebra_site_plugins` WRITE;
/*!40000 ALTER TABLE `zebra_site_plugins` DISABLE KEYS */;
INSERT INTO `zebra_site_plugins` VALUES (1,0,0,'TinyMCE','TinyMCE 4.3.3-pl plugin for MODx Revolution',0,0,0,'/**\n * TinyMCE RichText Editor Plugin\n *\n * Events: OnRichTextEditorInit, OnRichTextEditorRegister,\n * OnBeforeManagerPageInit, OnRichTextBrowserInit\n *\n * @author Jeff Whitfield <jeff@collabpad.com>\n * @author Shaun McCormick <shaun@collabpad.com>\n *\n * @var modX $modx\n * @var array $scriptProperties\n *\n * @package tinymce\n * @subpackage build\n */\nif ($modx->event->name == \'OnRichTextEditorRegister\') {\n    $modx->event->output(\'TinyMCE\');\n    return;\n}\nrequire_once $modx->getOption(\'tiny.core_path\',null,$modx->getOption(\'core_path\').\'components/tinymce/\').\'tinymce.class.php\';\n$tiny = new TinyMCE($modx,$scriptProperties);\n\n$useEditor = $tiny->context->getOption(\'use_editor\',false);\n$whichEditor = $tiny->context->getOption(\'which_editor\',\'\');\n\n/* Handle event */\nswitch ($modx->event->name) {\n    case \'OnRichTextEditorInit\':\n        if ($useEditor && $whichEditor == \'TinyMCE\') {\n            unset($scriptProperties[\'chunk\']);\n            if (isset($forfrontend) || $modx->context->get(\'key\') != \'mgr\') {\n                $def = $tiny->context->getOption(\'cultureKey\',$tiny->context->getOption(\'manager_language\',\'en\'));\n                $tiny->properties[\'language\'] = $modx->getOption(\'fe_editor_lang\',array(),$def);\n                $tiny->properties[\'frontend\'] = true;\n                unset($def);\n            }\n            /* commenting these out as it causes problems with richtext tvs */\n            //if (isset($scriptProperties[\'resource\']) && !$resource->get(\'richtext\')) return;\n            //if (!isset($scriptProperties[\'resource\']) && !$modx->getOption(\'richtext_default\',null,false)) return;\n            $tiny->setProperties($scriptProperties);\n            $html = $tiny->initialize();\n            $modx->event->output($html);\n            unset($html);\n        }\n        break;\n    case \'OnRichTextBrowserInit\':\n        if ($useEditor && $whichEditor == \'TinyMCE\') {\n            $inRevo20 = (boolean)version_compare($modx->version[\'full_version\'],\'2.1.0-rc1\',\'<\');\n            $modx->getVersionData();\n            $source = $tiny->context->getOption(\'default_media_source\',null,1);\n            \n            $modx->controller->addHtml(\'<script type=\"text/javascript\">var inRevo20 = \'.($inRevo20 ? 1 : 0).\';MODx.source = \"\'.$source.\'\";</script>\');\n            \n            $modx->controller->addJavascript($tiny->config[\'assetsUrl\'].\'jscripts/tiny_mce/tiny_mce_popup.js\');\n            if (file_exists($tiny->config[\'assetsPath\'].\'jscripts/tiny_mce/langs/\'.$tiny->properties[\'language\'].\'.js\')) {\n                $modx->controller->addJavascript($tiny->config[\'assetsUrl\'].\'jscripts/tiny_mce/langs/\'.$tiny->properties[\'language\'].\'.js\');\n            } else {\n                $modx->controller->addJavascript($tiny->config[\'assetsUrl\'].\'jscripts/tiny_mce/langs/en.js\');\n            }\n            $modx->controller->addJavascript($tiny->config[\'assetsUrl\'].\'tiny.browser.js\');\n            $modx->event->output(\'Tiny.browserCallback\');\n        }\n        return \'\';\n        break;\n\n   default: break;\n}\nreturn;',0,'a:39:{s:22:\"accessibility_warnings\";a:7:{s:4:\"name\";s:22:\"accessibility_warnings\";s:4:\"desc\";s:315:\"If this option is set to true some accessibility warnings will be presented to the user if they miss specifying that information. This option is set to true by default, since we should all try to make this world a better place for disabled people. But if you are annoyed with the warnings, set this option to false.\";s:4:\"type\";s:13:\"combo-boolean\";s:7:\"options\";s:0:\"\";s:5:\"value\";b:1;s:7:\"lexicon\";N;s:4:\"area\";s:0:\"\";}s:23:\"apply_source_formatting\";a:7:{s:4:\"name\";s:23:\"apply_source_formatting\";s:4:\"desc\";s:229:\"This option enables you to tell TinyMCE to apply some source formatting to the output HTML code. With source formatting, the output HTML code is indented and formatted. Without source formatting, the output HTML is more compact. \";s:4:\"type\";s:13:\"combo-boolean\";s:7:\"options\";s:0:\"\";s:5:\"value\";b:1;s:7:\"lexicon\";N;s:4:\"area\";s:0:\"\";}s:15:\"button_tile_map\";a:7:{s:4:\"name\";s:15:\"button_tile_map\";s:4:\"desc\";s:338:\"If this option is set to true TinyMCE will use tiled images instead of individual images for most of the editor controls. This produces faster loading time since only one GIF image needs to be loaded instead of a GIF for each individual button. This option is set to false by default since it doesn\'t work with some DOCTYPE declarations. \";s:4:\"type\";s:13:\"combo-boolean\";s:7:\"options\";s:0:\"\";s:5:\"value\";b:0;s:7:\"lexicon\";N;s:4:\"area\";s:0:\"\";}s:7:\"cleanup\";a:7:{s:4:\"name\";s:7:\"cleanup\";s:4:\"desc\";s:331:\"This option enables or disables the built-in clean up functionality. TinyMCE is equipped with powerful clean up functionality that enables you to specify what elements and attributes are allowed and how HTML contents should be generated. This option is set to true by default, but if you want to disable it you may set it to false.\";s:4:\"type\";s:13:\"combo-boolean\";s:7:\"options\";s:0:\"\";s:5:\"value\";b:1;s:7:\"lexicon\";N;s:4:\"area\";s:0:\"\";}s:18:\"cleanup_on_startup\";a:7:{s:4:\"name\";s:18:\"cleanup_on_startup\";s:4:\"desc\";s:135:\"If you set this option to true, TinyMCE will perform a HTML cleanup call when the editor loads. This option is set to false by default.\";s:4:\"type\";s:13:\"combo-boolean\";s:7:\"options\";s:0:\"\";s:5:\"value\";b:0;s:7:\"lexicon\";N;s:4:\"area\";s:0:\"\";}s:22:\"convert_fonts_to_spans\";a:7:{s:4:\"name\";s:22:\"convert_fonts_to_spans\";s:4:\"desc\";s:348:\"If you set this option to true, TinyMCE will convert all font elements to span elements and generate span elements instead of font elements. This option should be used in order to get more W3C compatible code, since font elements are deprecated. How sizes get converted can be controlled by the font_size_classes and font_size_style_values options.\";s:4:\"type\";s:13:\"combo-boolean\";s:7:\"options\";s:0:\"\";s:5:\"value\";b:1;s:7:\"lexicon\";N;s:4:\"area\";s:0:\"\";}s:23:\"convert_newlines_to_brs\";a:7:{s:4:\"name\";s:23:\"convert_newlines_to_brs\";s:4:\"desc\";s:128:\"If you set this option to true, newline characters codes get converted into br elements. This option is set to false by default.\";s:4:\"type\";s:13:\"combo-boolean\";s:7:\"options\";s:0:\"\";s:5:\"value\";b:0;s:7:\"lexicon\";N;s:4:\"area\";s:0:\"\";}s:12:\"convert_urls\";a:7:{s:4:\"name\";s:12:\"convert_urls\";s:4:\"desc\";s:495:\"This option enables you to control whether TinyMCE is to be clever and restore URLs to their original values. URLs are automatically converted (messed up) by default because the built-in browser logic works this way. There is no way to get the real URL unless you store it away. If you set this option to false it will try to keep these URLs intact. This option is set to true by default, which means URLs will be forced to be either absolute or relative depending on the state of relative_urls.\";s:4:\"type\";s:13:\"combo-boolean\";s:7:\"options\";s:0:\"\";s:5:\"value\";b:1;s:7:\"lexicon\";N;s:4:\"area\";s:0:\"\";}s:11:\"dialog_type\";a:7:{s:4:\"name\";s:11:\"dialog_type\";s:4:\"desc\";s:246:\"This option enables you to specify how dialogs/popups should be opened. Possible values are \"window\" and \"modal\", where the window option opens a normal window and the dialog option opens a modal dialog. This option is set to \"window\" by default.\";s:4:\"type\";s:4:\"list\";s:7:\"options\";a:2:{i:0;a:2:{i:0;s:6:\"window\";s:4:\"text\";s:6:\"Window\";}i:1;a:2:{i:0;s:5:\"modal\";s:4:\"text\";s:5:\"Modal\";}}s:5:\"value\";s:6:\"window\";s:7:\"lexicon\";N;s:4:\"area\";s:0:\"\";}s:14:\"directionality\";a:7:{s:4:\"name\";s:14:\"directionality\";s:4:\"desc\";s:261:\"This option specifies the default writing direction. Some languages (Like Hebrew, Arabic, Urdu...) write from right to left instead of left to right. The default value of this option is \"ltr\" but if you want to use from right to left mode specify \"rtl\" instead.\";s:4:\"type\";s:4:\"list\";s:7:\"options\";a:2:{i:0;a:2:{s:5:\"value\";s:3:\"ltr\";s:4:\"text\";s:13:\"Left to Right\";}i:1;a:2:{s:5:\"value\";s:3:\"rtl\";s:4:\"text\";s:13:\"Right to Left\";}}s:5:\"value\";s:3:\"ltr\";s:7:\"lexicon\";N;s:4:\"area\";s:0:\"\";}s:14:\"element_format\";a:7:{s:4:\"name\";s:14:\"element_format\";s:4:\"desc\";s:210:\"This option enables control if elements should be in html or xhtml mode. xhtml is the default state for this option. This means that for example &lt;br /&gt; will be &lt;br&gt; if you set this option to \"html\".\";s:4:\"type\";s:4:\"list\";s:7:\"options\";a:2:{i:0;a:2:{s:5:\"value\";s:5:\"xhtml\";s:4:\"text\";s:5:\"XHTML\";}i:1;a:2:{s:5:\"value\";s:4:\"html\";s:4:\"text\";s:4:\"HTML\";}}s:5:\"value\";s:5:\"xhtml\";s:7:\"lexicon\";N;s:4:\"area\";s:0:\"\";}s:15:\"entity_encoding\";a:7:{s:4:\"name\";s:15:\"entity_encoding\";s:4:\"desc\";s:70:\"This option controls how entities/characters get processed by TinyMCE.\";s:4:\"type\";s:4:\"list\";s:7:\"options\";a:4:{i:0;a:2:{s:5:\"value\";s:0:\"\";s:4:\"text\";s:4:\"None\";}i:1;a:2:{s:5:\"value\";s:5:\"named\";s:4:\"text\";s:5:\"Named\";}i:2;a:2:{s:5:\"value\";s:7:\"numeric\";s:4:\"text\";s:7:\"Numeric\";}i:3;a:2:{s:5:\"value\";s:3:\"raw\";s:4:\"text\";s:3:\"Raw\";}}s:5:\"value\";s:0:\"\";s:7:\"lexicon\";N;s:4:\"area\";s:0:\"\";}s:16:\"force_p_newlines\";a:7:{s:4:\"name\";s:16:\"force_p_newlines\";s:4:\"desc\";s:147:\"This option enables you to disable/enable the creation of paragraphs on return/enter in Mozilla/Firefox. The default value of this option is true. \";s:4:\"type\";s:13:\"combo-boolean\";s:7:\"options\";s:0:\"\";s:5:\"value\";b:1;s:7:\"lexicon\";N;s:4:\"area\";s:0:\"\";}s:22:\"force_hex_style_colors\";a:7:{s:4:\"name\";s:22:\"force_hex_style_colors\";s:4:\"desc\";s:277:\"This option enables you to control TinyMCE to force the color format to use hexadecimal instead of rgb strings. It converts for example \"color: rgb(255, 255, 0)\" to \"#FFFF00\". This option is set to true by default since otherwice MSIE and Firefox would differ in this behavior.\";s:4:\"type\";s:13:\"combo-boolean\";s:7:\"options\";s:0:\"\";s:5:\"value\";b:1;s:7:\"lexicon\";N;s:4:\"area\";s:0:\"\";}s:6:\"height\";a:7:{s:4:\"name\";s:6:\"height\";s:4:\"desc\";s:38:\"Sets the height of the TinyMCE editor.\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";s:5:\"400px\";s:7:\"lexicon\";N;s:4:\"area\";s:0:\"\";}s:11:\"indentation\";a:7:{s:4:\"name\";s:11:\"indentation\";s:4:\"desc\";s:139:\"This option allows specification of the indentation level for indent/outdent buttons in the UI. This defaults to 30px but can be any value.\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";s:4:\"30px\";s:7:\"lexicon\";N;s:4:\"area\";s:0:\"\";}s:16:\"invalid_elements\";a:7:{s:4:\"name\";s:16:\"invalid_elements\";s:4:\"desc\";s:163:\"This option should contain a comma separated list of element names to exclude from the content. Elements in this list will removed when TinyMCE executes a cleanup.\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";s:0:\"\";s:7:\"lexicon\";N;s:4:\"area\";s:0:\"\";}s:6:\"nowrap\";a:7:{s:4:\"name\";s:6:\"nowrap\";s:4:\"desc\";s:212:\"This nowrap option enables you to control how whitespace is to be wordwrapped within the editor. This option is set to false by default, but if you enable it by setting it to true editor contents will never wrap.\";s:4:\"type\";s:13:\"combo-boolean\";s:7:\"options\";s:0:\"\";s:5:\"value\";b:0;s:7:\"lexicon\";N;s:4:\"area\";s:0:\"\";}s:15:\"object_resizing\";a:7:{s:4:\"name\";s:15:\"object_resizing\";s:4:\"desc\";s:148:\"This option gives you the ability to turn on/off the inline resizing controls of tables and images in Firefox/Mozilla. These are enabled by default.\";s:4:\"type\";s:13:\"combo-boolean\";s:7:\"options\";s:0:\"\";s:5:\"value\";b:1;s:7:\"lexicon\";N;s:4:\"area\";s:0:\"\";}s:12:\"path_options\";a:7:{s:4:\"name\";s:12:\"path_options\";s:4:\"desc\";s:119:\"Sets a group of options. Note: This will override the relative_urls, document_base_url and remove_script_host settings.\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";a:3:{i:0;a:2:{s:5:\"value\";s:11:\"docrelative\";s:4:\"text\";s:17:\"Document Relative\";}i:1;a:2:{s:5:\"value\";s:12:\"rootrelative\";s:4:\"text\";s:13:\"Root Relative\";}i:2;a:2:{s:5:\"value\";s:11:\"fullpathurl\";s:4:\"text\";s:13:\"Full Path URL\";}}s:5:\"value\";s:11:\"docrelative\";s:7:\"lexicon\";N;s:4:\"area\";s:0:\"\";}s:28:\"plugin_insertdate_dateFormat\";a:7:{s:4:\"name\";s:28:\"plugin_insertdate_dateFormat\";s:4:\"desc\";s:53:\"Formatting of dates when using the InsertDate plugin.\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";s:8:\"%Y-%m-%d\";s:7:\"lexicon\";N;s:4:\"area\";s:0:\"\";}s:28:\"plugin_insertdate_timeFormat\";a:7:{s:4:\"name\";s:28:\"plugin_insertdate_timeFormat\";s:4:\"desc\";s:53:\"Formatting of times when using the InsertDate plugin.\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";s:8:\"%H:%M:%S\";s:7:\"lexicon\";N;s:4:\"area\";s:0:\"\";}s:12:\"preformatted\";a:7:{s:4:\"name\";s:12:\"preformatted\";s:4:\"desc\";s:231:\"If you enable this feature, whitespace such as tabs and spaces will be preserved. Much like the behavior of a &lt;pre&gt; element. This can be handy when integrating TinyMCE with webmail clients. This option is disabled by default.\";s:4:\"type\";s:13:\"combo-boolean\";s:7:\"options\";s:0:\"\";s:5:\"value\";b:1;s:7:\"lexicon\";N;s:4:\"area\";s:0:\"\";}s:13:\"relative_urls\";a:7:{s:4:\"name\";s:13:\"relative_urls\";s:4:\"desc\";s:231:\"If this option is set to true, all URLs returned from the file manager will be relative from the specified document_base_url. If it is set to false all URLs will be converted to absolute URLs. This option is set to true by default.\";s:4:\"type\";s:13:\"combo-boolean\";s:7:\"options\";s:0:\"\";s:5:\"value\";b:1;s:7:\"lexicon\";N;s:4:\"area\";s:0:\"\";}s:17:\"remove_linebreaks\";a:7:{s:4:\"name\";s:17:\"remove_linebreaks\";s:4:\"desc\";s:531:\"This option controls whether line break characters should be removed from output HTML. This option is enabled by default because there are differences between browser implementations regarding what to do with white space in the DOM. Gecko and Safari place white space in text nodes in the DOM. IE and Opera remove them from the DOM and therefore the line breaks will automatically be removed in those. This option will normalize this behavior when enabled (true) and all browsers will have a white-space-stripped DOM serialization.\";s:4:\"type\";s:13:\"combo-boolean\";s:7:\"options\";s:0:\"\";s:5:\"value\";b:0;s:7:\"lexicon\";N;s:4:\"area\";s:0:\"\";}s:18:\"remove_script_host\";a:7:{s:4:\"name\";s:18:\"remove_script_host\";s:4:\"desc\";s:221:\"If this option is enabled the protocol and host part of the URLs returned from the file manager will be removed. This option is only used if the relative_urls option is set to false. This option is set to true by default.\";s:4:\"type\";s:13:\"combo-boolean\";s:7:\"options\";s:0:\"\";s:5:\"value\";b:1;s:7:\"lexicon\";N;s:4:\"area\";s:0:\"\";}s:20:\"remove_trailing_nbsp\";a:7:{s:4:\"name\";s:20:\"remove_trailing_nbsp\";s:4:\"desc\";s:392:\"This option enables you to specify that TinyMCE should remove any traling &nbsp; characters in block elements if you start to write inside them. Paragraphs are default padded with a &nbsp; and if you write text into such paragraphs the space will remain. Setting this option to true will remove the space. This option is set to false by default since the cursor jumps a bit in Gecko browsers.\";s:4:\"type\";s:13:\"combo-boolean\";s:7:\"options\";s:0:\"\";s:5:\"value\";b:0;s:7:\"lexicon\";N;s:4:\"area\";s:0:\"\";}s:4:\"skin\";a:7:{s:4:\"name\";s:4:\"skin\";s:4:\"desc\";s:330:\"This option enables you to specify what skin you want to use with your theme. A skin is basically a CSS file that gets loaded from the skins directory inside the theme. The advanced theme that TinyMCE comes with has two skins, these are called \"default\" and \"o2k7\". We added another skin named \"cirkuit\" that is chosen by default.\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";s:7:\"cirkuit\";s:7:\"lexicon\";N;s:4:\"area\";s:0:\"\";}s:12:\"skin_variant\";a:7:{s:4:\"name\";s:12:\"skin_variant\";s:4:\"desc\";s:403:\"This option enables you to specify a variant for the skin, for example \"silver\" or \"black\". \"default\" skin does not offer any variant, whereas \"o2k7\" default offers \"silver\" or \"black\" variants to the default one. For the \"cirkuit\" skin there\'s one variant named \"silver\". When creating a skin, additional variants may also be created, by adding ui_[variant_name].css files alongside the default ui.css.\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";s:0:\"\";s:7:\"lexicon\";N;s:4:\"area\";s:0:\"\";}s:20:\"table_inline_editing\";a:7:{s:4:\"name\";s:20:\"table_inline_editing\";s:4:\"desc\";s:231:\"This option gives you the ability to turn on/off the inline table editing controls in Firefox/Mozilla. According to the TinyMCE documentation, these controls are somewhat buggy and not redesignable, so they are disabled by default.\";s:4:\"type\";s:13:\"combo-boolean\";s:7:\"options\";s:0:\"\";s:5:\"value\";b:1;s:7:\"lexicon\";N;s:4:\"area\";s:0:\"\";}s:22:\"theme_advanced_disable\";a:7:{s:4:\"name\";s:22:\"theme_advanced_disable\";s:4:\"desc\";s:111:\"This option should contain a comma separated list of controls to disable from any toolbar row/panel in TinyMCE.\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";s:0:\"\";s:7:\"lexicon\";N;s:4:\"area\";s:0:\"\";}s:19:\"theme_advanced_path\";a:7:{s:4:\"name\";s:19:\"theme_advanced_path\";s:4:\"desc\";s:331:\"This option gives you the ability to enable/disable the element path. This option is only useful if the theme_advanced_statusbar_location option is set to \"top\" or \"bottom\". This option is set to \"true\" by default. Setting this option to \"false\" will effectively hide the path tool, though it still takes up room in the Status Bar.\";s:4:\"type\";s:13:\"combo-boolean\";s:7:\"options\";s:0:\"\";s:5:\"value\";b:1;s:7:\"lexicon\";N;s:4:\"area\";s:0:\"\";}s:32:\"theme_advanced_resize_horizontal\";a:7:{s:4:\"name\";s:32:\"theme_advanced_resize_horizontal\";s:4:\"desc\";s:319:\"This option gives you the ability to enable/disable the horizontal resizing. This option is only useful if the theme_advanced_statusbar_location option is set to \"top\" or \"bottom\" and when the theme_advanced_resizing is set to true. This option is set to true by default, allowing both resizing horizontal and vertical.\";s:4:\"type\";s:13:\"combo-boolean\";s:7:\"options\";s:0:\"\";s:5:\"value\";b:1;s:7:\"lexicon\";N;s:4:\"area\";s:0:\"\";}s:23:\"theme_advanced_resizing\";a:7:{s:4:\"name\";s:23:\"theme_advanced_resizing\";s:4:\"desc\";s:216:\"This option gives you the ability to enable/disable the resizing button. This option is only useful if the theme_advanced_statusbar_location option is set to \"top\" or \"bottom\". This option is set to false by default.\";s:4:\"type\";s:13:\"combo-boolean\";s:7:\"options\";s:0:\"\";s:5:\"value\";b:1;s:7:\"lexicon\";N;s:4:\"area\";s:0:\"\";}s:33:\"theme_advanced_statusbar_location\";a:7:{s:4:\"name\";s:33:\"theme_advanced_statusbar_location\";s:4:\"desc\";s:257:\"This option enables you to specify where the element statusbar with the path and resize tool should be located. This option can be set to \"top\" or \"bottom\". The default value is set to \"top\". This option can only be used when the theme is set to \"advanced\".\";s:4:\"type\";s:4:\"list\";s:7:\"options\";a:2:{i:0;a:2:{s:5:\"value\";s:3:\"top\";s:4:\"text\";s:3:\"Top\";}i:1;a:2:{s:5:\"value\";s:6:\"bottom\";s:4:\"text\";s:6:\"Bottom\";}}s:5:\"value\";s:6:\"bottom\";s:7:\"lexicon\";N;s:4:\"area\";s:0:\"\";}s:28:\"theme_advanced_toolbar_align\";a:7:{s:4:\"name\";s:28:\"theme_advanced_toolbar_align\";s:4:\"desc\";s:187:\"This option enables you to specify the alignment of the toolbar, this value can be \"left\", \"right\" or \"center\" (the default). This option can only be used when theme is set to \"advanced\".\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";a:3:{i:0;a:2:{s:5:\"value\";s:6:\"center\";s:4:\"text\";s:6:\"Center\";}i:1;a:2:{s:5:\"value\";s:4:\"left\";s:4:\"text\";s:4:\"Left\";}i:2;a:2:{s:5:\"value\";s:5:\"right\";s:4:\"text\";s:5:\"Right\";}}s:5:\"value\";s:4:\"left\";s:7:\"lexicon\";N;s:4:\"area\";s:0:\"\";}s:31:\"theme_advanced_toolbar_location\";a:7:{s:4:\"name\";s:31:\"theme_advanced_toolbar_location\";s:4:\"desc\";s:191:\"\nThis option enables you to specify where the toolbar should be located. This option can be set to \"top\" or \"bottom\" (the defualt). This option can only be used when theme is set to advanced.\";s:4:\"type\";s:4:\"list\";s:7:\"options\";a:2:{i:0;a:2:{s:5:\"value\";s:3:\"top\";s:4:\"text\";s:3:\"Top\";}i:1;a:2:{s:5:\"value\";s:6:\"bottom\";s:4:\"text\";s:6:\"Bottom\";}}s:5:\"value\";s:3:\"top\";s:7:\"lexicon\";N;s:4:\"area\";s:0:\"\";}s:5:\"width\";a:7:{s:4:\"name\";s:5:\"width\";s:4:\"desc\";s:32:\"The width of the TinyMCE editor.\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";s:3:\"95%\";s:7:\"lexicon\";N;s:4:\"area\";s:0:\"\";}s:33:\"template_selected_content_classes\";a:7:{s:4:\"name\";s:33:\"template_selected_content_classes\";s:4:\"desc\";s:234:\"Specify a list of CSS class names for the template plugin. They must be separated by spaces. Any template element with one of the specified CSS classes will have its content replaced by the selected editor content when first inserted.\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";s:0:\"\";s:7:\"lexicon\";N;s:4:\"area\";s:0:\"\";}}',0,'',0,''),(2,0,0,'CodeMirror','CodeMirror 2.0.0-pl plugin for MODx Revolution',0,0,0,'/**\n * @package codemirror\n */\nif ($modx->event->name == \'OnRichTextEditorRegister\') {\n    $modx->event->output(\'CodeMirror\');\n    return;\n}\nif ($modx->getOption(\'which_element_editor\',null,\'CodeMirror\') != \'CodeMirror\') return;\nif (!$modx->getOption(\'use_editor\',null,true)) return;\nif (!$modx->getOption(\'codemirror.enable\',null,true)) return;\n\n$codeMirror = $modx->getService(\'codemirror\',\'CodeMirror\',$modx->getOption(\'codemirror.core_path\',null,$modx->getOption(\'core_path\').\'components/codemirror/\').\'model/codemirror/\');\nif (!($codeMirror instanceof CodeMirror)) return \'\';\n\n\n$options = array(\n    \'modx_path\' => $codeMirror->config[\'assetsUrl\'],\n    \'electricChars\' => (boolean)$modx->getOption(\'electricChars\',$scriptProperties,true),\n    \'enterMode\' => $modx->getOption(\'tabMode\',$scriptProperties,\'indent\'),\n    \'firstLineNumber\' => (int)$modx->getOption(\'firstLineNumber\',$scriptProperties,1),\n    \'highlightLine\' => (boolean)$modx->getOption(\'highlightLine\',$scriptProperties,true),\n    \'indentUnit\' => (int)$modx->getOption(\'indentUnit\',$scriptProperties,$modx->getOption(\'indent_unit\',$scriptProperties,2)),\n    \'indentWithTabs\' => (boolean)$modx->getOption(\'indentWithTabs\',$scriptProperties,true),\n    \'lineNumbers\' => (boolean)$modx->getOption(\'lineNumbers\',$scriptProperties,$modx->getOption(\'line_numbers\',$scriptProperties,true)),\n    \'matchBrackets\' => (boolean)$modx->getOption(\'matchBrackets\',$scriptProperties,true),\n    \'showSearchForm\' => (boolean)$modx->getOption(\'showSearchForm\',$scriptProperties,true),\n    \'tabMode\' => $modx->getOption(\'tabMode\',$scriptProperties,$modx->getOption(\'tab_mode\',$scriptProperties,\'classic\')),\n    \'undoDepth\' => $modx->getOption(\'undoDepth\',$scriptProperties,40),\n);\n\n$load = false;\nswitch ($modx->event->name) {\n    case \'OnSnipFormPrerender\':\n        $options[\'modx_loader\'] = \'onSnippet\';\n        $options[\'mode\'] = \'php\';\n        $load = true;\n        break;\n    case \'OnTempFormPrerender\':\n        $options[\'modx_loader\'] = \'onTemplate\';\n        $options[\'mode\'] = \'htmlmixed\';\n        $load = true;\n        break;\n    case \'OnChunkFormPrerender\':\n        $options[\'modx_loader\'] = \'onChunk\';\n        $options[\'mode\'] = \'htmlmixed\';\n        $load = true;\n        break;\n    case \'OnPluginFormPrerender\':\n        $options[\'modx_loader\'] = \'onPlugin\';\n        $options[\'mode\'] = \'php\';\n        $load = true;\n        break;\n    /* disabling TVs for now, since it causes problems with newlines\n    case \'OnTVFormPrerender\':\n        $options[\'modx_loader\'] = \'onTV\';\n        $options[\'height\'] = \'250px\';\n        $load = true;\n        break;*/\n    case \'OnFileEditFormPrerender\':\n        $options[\'modx_loader\'] = \'onFile\';\n        $options[\'mode\'] = \'php\';\n        $load = true;\n        break;\n    /* debated whether or not to use */\n    case \'OnRichTextEditorInit\':\n        break;\n    case \'OnRichTextBrowserInit\':\n        break;\n}\n\nif ($load) {\n    $options[\'searchTpl\'] = $codeMirror->getChunk(\'search\');\n\n    $modx->regClientStartupHTMLBlock(\'<script type=\"text/javascript\">MODx.codem = \'.$modx->toJSON($options).\';</script>\');\n    $modx->regClientCSS($codeMirror->config[\'assetsUrl\'].\'css/codemirror-compressed.css\');\n    $modx->regClientCSS($codeMirror->config[\'assetsUrl\'].\'css/cm.css\');\n    $modx->regClientStartupScript($codeMirror->config[\'assetsUrl\'].\'js/codemirror-compressed.js\');\n    $modx->regClientStartupScript($codeMirror->config[\'assetsUrl\'].\'js/cm.js\');\n}\n\nreturn;',0,'a:11:{s:10:\"indentUnit\";a:6:{s:4:\"name\";s:10:\"indentUnit\";s:4:\"desc\";s:23:\"prop_cm.indentUnit_desc\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";i:2;s:7:\"lexicon\";s:21:\"codemirror:properties\";}s:14:\"indentWithTabs\";a:6:{s:4:\"name\";s:14:\"indentWithTabs\";s:4:\"desc\";s:27:\"prop_cm.indentWithTabs_desc\";s:4:\"type\";s:13:\"combo-boolean\";s:7:\"options\";s:0:\"\";s:5:\"value\";b:1;s:7:\"lexicon\";s:21:\"codemirror:properties\";}s:7:\"tabMode\";a:6:{s:4:\"name\";s:7:\"tabMode\";s:4:\"desc\";s:20:\"prop_cm.tabMode_desc\";s:4:\"type\";s:4:\"list\";s:7:\"options\";a:4:{i:0;a:2:{s:4:\"text\";s:15:\"prop_cm.classic\";s:5:\"value\";s:7:\"classic\";}i:1;a:2:{s:4:\"text\";s:13:\"prop_cm.shift\";s:5:\"value\";s:5:\"shift\";}i:2;a:2:{s:4:\"text\";s:14:\"prop_cm.indent\";s:5:\"value\";s:6:\"indent\";}i:3;a:2:{s:4:\"text\";s:23:\"prop_cm.browser_default\";s:5:\"value\";s:7:\"default\";}}s:5:\"value\";s:7:\"classic\";s:7:\"lexicon\";s:21:\"codemirror:properties\";}s:9:\"enterMode\";a:6:{s:4:\"name\";s:9:\"enterMode\";s:4:\"desc\";s:22:\"prop_cm.enterMode_desc\";s:4:\"type\";s:4:\"list\";s:7:\"options\";a:3:{i:0;a:2:{s:4:\"text\";s:14:\"prop_cm.indent\";s:5:\"value\";s:6:\"indent\";}i:1;a:2:{s:4:\"text\";s:12:\"prop_cm.keep\";s:5:\"value\";s:4:\"keep\";}i:2;a:2:{s:4:\"text\";s:12:\"prop_cm.flat\";s:5:\"value\";s:4:\"flat\";}}s:5:\"value\";s:6:\"indent\";s:7:\"lexicon\";s:21:\"codemirror:properties\";}s:13:\"electricChars\";a:6:{s:4:\"name\";s:13:\"electricChars\";s:4:\"desc\";s:26:\"prop_cm.electricChars_desc\";s:4:\"type\";s:13:\"combo-boolean\";s:7:\"options\";s:0:\"\";s:5:\"value\";b:1;s:7:\"lexicon\";s:21:\"codemirror:properties\";}s:11:\"lineNumbers\";a:6:{s:4:\"name\";s:11:\"lineNumbers\";s:4:\"desc\";s:24:\"prop_cm.lineNumbers_desc\";s:4:\"type\";s:13:\"combo-boolean\";s:7:\"options\";s:0:\"\";s:5:\"value\";b:1;s:7:\"lexicon\";s:21:\"codemirror:properties\";}s:15:\"firstLineNumber\";a:6:{s:4:\"name\";s:15:\"firstLineNumber\";s:4:\"desc\";s:28:\"prop_cm.firstLineNumber_desc\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";i:1;s:7:\"lexicon\";s:21:\"codemirror:properties\";}s:13:\"highlightLine\";a:6:{s:4:\"name\";s:13:\"highlightLine\";s:4:\"desc\";s:26:\"prop_cm.highlightLine_desc\";s:4:\"type\";s:13:\"combo-boolean\";s:7:\"options\";s:0:\"\";s:5:\"value\";b:1;s:7:\"lexicon\";s:21:\"codemirror:properties\";}s:13:\"matchBrackets\";a:6:{s:4:\"name\";s:13:\"matchBrackets\";s:4:\"desc\";s:26:\"prop_cm.matchBrackets_desc\";s:4:\"type\";s:13:\"combo-boolean\";s:7:\"options\";s:0:\"\";s:5:\"value\";b:1;s:7:\"lexicon\";s:21:\"codemirror:properties\";}s:14:\"showSearchForm\";a:6:{s:4:\"name\";s:14:\"showSearchForm\";s:4:\"desc\";s:27:\"prop_cm.showSearchForm_desc\";s:4:\"type\";s:13:\"combo-boolean\";s:7:\"options\";s:0:\"\";s:5:\"value\";b:1;s:7:\"lexicon\";s:21:\"codemirror:properties\";}s:9:\"undoDepth\";a:6:{s:4:\"name\";s:9:\"undoDepth\";s:4:\"desc\";s:22:\"prop_cm.undoDepth_desc\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";i:40;s:7:\"lexicon\";s:21:\"codemirror:properties\";}}',0,'',0,''),(3,0,0,'phpThumbOfCacheManager','Handles cache cleaning when clearing the Site Cache.',0,0,0,'/**\n * Handles cache management for phpthumbof filter\n * \n * @package phpthumbof\n */\nif (empty($results)) $results = array();\n\nswitch ($modx->event->name) {\n    case \'OnSiteRefresh\':\n        if (!$modx->loadClass(\'modPhpThumb\',$modx->getOption(\'core_path\').\'model/phpthumb/\',true,true)) {\n            $modx->log(modX::LOG_LEVEL_ERROR,\'[phpThumbOf] Could not load modPhpThumb class in plugin.\');\n            return;\n        }\n        $assetsPath = $modx->getOption(\'phpthumbof.assets_path\',$scriptProperties,$modx->getOption(\'assets_path\').\'components/phpthumbof/\');\n        $phpThumb = new modPhpThumb($modx);\n        $cacheDir = $assetsPath.\'cache/\';\n\n        /* clear local cache */\n        if (!empty($cacheDir)) {\n            foreach (new DirectoryIterator($cacheDir) as $file) {\n                if (!$file->isFile()) continue;\n                @unlink($file->getPathname());\n            }\n        }\n\n        /* if using amazon s3, clear our cache there */\n        $useS3 = $modx->getOption(\'phpthumbof.use_s3\',$scriptProperties,false);\n        if ($useS3) {\n            $modelPath = $modx->getOption(\'phpthumbof.core_path\',null,$modx->getOption(\'core_path\').\'components/phpthumbof/\').\'model/\';\n            $modaws = $modx->getService(\'modaws\',\'modAws\',$modelPath.\'aws/\',$scriptProperties);\n            $s3path = $modx->getOption(\'phpthumbof.s3_path\',null,\'phpthumbof/\');\n            \n            $list = $modaws->getObjectList($s3path);\n            if (!empty($list) && is_array($list)) {\n                foreach ($list as $obj) {\n                    if (empty($obj->Key)) continue;\n\n                    $results[] = $modaws->deleteObject($obj->Key);\n                }\n            }\n        }\n\n        break;\n}\nreturn;',0,NULL,0,'',0,''),(5,0,0,'SuperCache','SuperCache is a plugin for MODX Revolution that will allow you to eliminate text processing of pages therefore possibly speeding them up significantly.',0,10,0,'/**\r\n * Author: Josh Gulledge\r\n * Date: 10/4/2011\r\n * \r\n * system setting options: supercache.excludeResources, supercache.includeResources, supercache.timeLimit, \r\n *          supercache.\r\n * \r\n * Optionally set up TVs: supercache_use -Y/N, supercache_timeLimit(number in seconds), \r\n */\r\n$super_options = array(\'full\', \'mobile\');\r\n\r\n$exclude_resources = array();\r\n$tmp = $modx->getOption(\'supercache.excludeResources\', $scriptProperties, \'\');\r\nif ( !empty($tmp) ) {\r\n    $exclude_resources = explode(\',\', $tmp);\r\n}\r\n$include_resources = array();\r\n$tmp = $modx->getOption(\'supercache.includeResources\', $scriptProperties, \'\');\r\nif ( !empty($tmp) ) {\r\n    $include_resources = explode(\',\', $tmp);\r\n}\r\n$time_limit = $modx->getOption(\'supercache.timeLimit\', $scriptProperties, 900);\r\n$ctime_limit = $modx->getOption(\'supercache_timeLimit\', $scriptProperties, 0);\r\n\r\nif ( $ctime_limit > 0 ) {\r\n    $time_limit = $ctime_limit;\r\n}\r\n        \r\n$eventName = $modx->event->name;\r\n$page_type = \'full\';\r\n\r\nif ( !function_exists(\'allow_supercache\') ) {\r\n    function allow_supercache($id, $excludes, $includes ){\r\n        if ( is_array($includes) && count($includes) > 0 ) {\r\n            if ( !in_array($id, $includes) ) {\r\n                return false;\r\n            }\r\n        } elseif ( is_array($excludes) && count($excludes) > 0 ) {\r\n            if ( in_array($id, $excludes) ) {\r\n                return false;\r\n            }\r\n        }\r\n        return true;\r\n    }\r\n}\r\n\r\n$userIP = $_SERVER[\'REMOTE_ADDR\'];\r\n$external = false;\r\n/* Compare for 192.168 range INTERNAL \r\n    substr get the first 0 to 7 characters of the $userIP */\r\nif( substr($userIP, 0, 7) != \"192.168\" && substr($userIP, 0, 3) != \"10.\" ) {\r\n    $external = true;\r\n}\r\n\r\nswitch($eventName) {\r\n  //  case \'OnWebPageInit\':\r\n    case \'OnLoadWebDocument\': // http://rtfm.modx.com/display/revolution20/OnLoadWebDocument\r\n        // get( string $key, array $options = array ) : mixed\r\n        if (is_object($modx->resource) && $modx->resource->get(\'cacheable\') && allow_supercache($modx->resource->get(\'id\'), $exclude_resources, $include_resources) && !$modx->user->isAuthenticated(\'mgr\') && count($_POST) == 0 && count($_GET) <= 1 ) {\r\n            if ( isset($_SESSION[$modx->getOption(\'modmobile.get_var\')]) ) {\r\n                $page_type = $_SESSION[$modx->getOption(\'modmobile.get_var\')];\r\n            }\r\n            // error_log(\'Page type Before: \'. $page_type);\r\n            if ( !in_array($page_type,$super_options) ){ \r\n                $page_type = \'full\';\r\n            }\r\n            if ( !$external ) {\r\n                $page_type = \'internal_\'.$page_type;\r\n            }\r\n            \r\n            $cached_data = $modx->cacheManager->get(\'supercache_\'.$modx->resource->get(\'id\'));//, array(\'page_type\' => $page_type));\r\n            if ( isset($cached_data[$page_type]) && !empty($cached_data[$page_type]) ) {\r\n                // this is setting the content/output to the cached file - the saved processed output\r\n                $modx->resource->_content = $modx->resource->_output = $cached_data[$page_type];\r\n                $modx->resource->set(\'content\', $cached_data[$page_type]);\r\n                $modx->resource->setProcessed(true);\r\n            }\r\n        }\r\n        break;\r\n    case \'OnWebPagePrerender\': // Not in the docs\r\n        /* write output to file */\r\n        if ( !$modx->user->isAuthenticated(\'mgr\') && $modx->resource->get(\'cacheable\') && allow_supercache($modx->resource->get(\'id\'), $exclude_resources, $include_resources) && count($_POST) == 0 && count($_GET) <= 1) {\r\n            // set( string $key, mixed $var, integer $lifetime = 0, array $options = array ) : boolean\r\n            if ( isset($_SESSION[$modx->getOption(\'modmobile.get_var\')]) ) {\r\n                $page_type = $_SESSION[$modx->getOption(\'modmobile.get_var\')];\r\n            }\r\n            if ( !$external ) {\r\n                $page_type = \'internal_\'.$page_type;\r\n            }\r\n            $data = array();\r\n            // does the cache file already exist with other page data?\r\n            $cached_data = $modx->cacheManager->get(\'supercache_\'.$modx->resource->get(\'id\'));//, array(\'page_type\' => $page_type));\r\n            if ( is_array($cached_data) ) {\r\n                $data = $cached_data;\r\n            }\r\n            if ( !isset($data[$page_type]) ) {\r\n                // only set if the data is\r\n                $data[$page_type] = $modx->resource->_output;\r\n                $modx->cacheManager->set(\'supercache_\'.$modx->resource->get(\'id\'), $data, $time_limit, array(\'page_type\' => $page_type) );\r\n            }\r\n        }\r\n        break;\r\n    case \'OnDocFormSave\': // Clear cache on Save\r\n        if ( is_object($modx->resource) ) {\r\n            $modx->cacheManager->delete(\'supercache_\'.$modx->resource->get(\'id\'));\r\n            // need an option to clear cache of parents & siblings\r\n        }\r\n        break;\r\n        \r\n}',0,NULL,0,'',0,'');
/*!40000 ALTER TABLE `zebra_site_plugins` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `zebra_site_snippets`
--

DROP TABLE IF EXISTS `zebra_site_snippets`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zebra_site_snippets` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `source` int(10) unsigned NOT NULL DEFAULT '0',
  `property_preprocess` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `name` varchar(50) NOT NULL DEFAULT '',
  `description` varchar(255) NOT NULL DEFAULT '',
  `editor_type` int(11) NOT NULL DEFAULT '0',
  `category` int(11) NOT NULL DEFAULT '0',
  `cache_type` tinyint(1) NOT NULL DEFAULT '0',
  `snippet` mediumtext,
  `locked` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `properties` text,
  `moduleguid` varchar(32) NOT NULL DEFAULT '',
  `static` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `static_file` varchar(255) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  UNIQUE KEY `name` (`name`),
  KEY `category` (`category`),
  KEY `locked` (`locked`),
  KEY `moduleguid` (`moduleguid`),
  KEY `static` (`static`)
) ENGINE=MyISAM AUTO_INCREMENT=22 DEFAULT CHARSET=cp1251;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zebra_site_snippets`
--

LOCK TABLES `zebra_site_snippets` WRITE;
/*!40000 ALTER TABLE `zebra_site_snippets` DISABLE KEYS */;
INSERT INTO `zebra_site_snippets` VALUES (1,0,0,'Wayfinder','Wayfinder for MODx Revolution 2.0.0-beta-5 and later.',0,5,0,'/**\n * Wayfinder Snippet to build site navigation menus\n *\n * Totally refactored from original DropMenu nav builder to make it easier to\n * create custom navigation by using chunks as output templates. By using\n * templates, many of the paramaters are no longer needed for flexible output\n * including tables, unordered- or ordered-lists (ULs or OLs), definition lists\n * (DLs) or in any other format you desire.\n *\n * @version 2.1.1-beta5\n * @author Garry Nutting (collabpad.com)\n * @author Kyle Jaebker (muddydogpaws.com)\n * @author Ryan Thrash (modx.com)\n * @author Shaun McCormick (modx.com)\n * @author Jason Coward (modx.com)\n *\n * @example [[Wayfinder? &startId=`0`]]\n *\n * @var modX $modx\n * @var array $scriptProperties\n * \n * @package wayfinder\n */\n$wayfinder_base = $modx->getOption(\'wayfinder.core_path\',$scriptProperties,$modx->getOption(\'core_path\').\'components/wayfinder/\');\n\n/* include a custom config file if specified */\nif (isset($scriptProperties[\'config\'])) {\n    $scriptProperties[\'config\'] = str_replace(\'../\',\'\',$scriptProperties[\'config\']);\n    $scriptProperties[\'config\'] = $wayfinder_base.\'configs/\'.$scriptProperties[\'config\'].\'.config.php\';\n} else {\n    $scriptProperties[\'config\'] = $wayfinder_base.\'configs/default.config.php\';\n}\nif (file_exists($scriptProperties[\'config\'])) {\n    include $scriptProperties[\'config\'];\n}\n\n/* include wayfinder class */\ninclude_once $wayfinder_base.\'wayfinder.class.php\';\nif (!$modx->loadClass(\'Wayfinder\',$wayfinder_base,true,true)) {\n    return \'error: Wayfinder class not found\';\n}\n$wf = new Wayfinder($modx,$scriptProperties);\n\n/* get user class definitions\n * TODO: eventually move these into config parameters */\n$wf->_css = array(\n    \'first\' => isset($firstClass) ? $firstClass : \'\',\n    \'last\' => isset($lastClass) ? $lastClass : \'last\',\n    \'here\' => isset($hereClass) ? $hereClass : \'active\',\n    \'parent\' => isset($parentClass) ? $parentClass : \'\',\n    \'row\' => isset($rowClass) ? $rowClass : \'\',\n    \'outer\' => isset($outerClass) ? $outerClass : \'\',\n    \'inner\' => isset($innerClass) ? $innerClass : \'\',\n    \'level\' => isset($levelClass) ? $levelClass: \'\',\n    \'self\' => isset($selfClass) ? $selfClass : \'\',\n    \'weblink\' => isset($webLinkClass) ? $webLinkClass : \'\'\n);\n\n/* get user templates\n * TODO: eventually move these into config parameters */\n$wf->_templates = array(\n    \'outerTpl\' => isset($outerTpl) ? $outerTpl : \'\',\n    \'rowTpl\' => isset($rowTpl) ? $rowTpl : \'\',\n    \'parentRowTpl\' => isset($parentRowTpl) ? $parentRowTpl : \'\',\n    \'parentRowHereTpl\' => isset($parentRowHereTpl) ? $parentRowHereTpl : \'\',\n    \'hereTpl\' => isset($hereTpl) ? $hereTpl : \'\',\n    \'innerTpl\' => isset($innerTpl) ? $innerTpl : \'\',\n    \'innerRowTpl\' => isset($innerRowTpl) ? $innerRowTpl : \'\',\n    \'innerHereTpl\' => isset($innerHereTpl) ? $innerHereTpl : \'\',\n    \'activeParentRowTpl\' => isset($activeParentRowTpl) ? $activeParentRowTpl : \'\',\n    \'categoryFoldersTpl\' => isset($categoryFoldersTpl) ? $categoryFoldersTpl : \'\',\n    \'startItemTpl\' => isset($startItemTpl) ? $startItemTpl : \'\'\n);\n\n/* process Wayfinder */\n$output = $wf->run();\nif ($wf->_config[\'debug\']) {\n    $output .= $wf->renderDebugOutput();\n}\n\n/* output results */\nif ($wf->_config[\'ph\']) {\n    $modx->setPlaceholder($wf->_config[\'ph\'],$output);\n} else {\n    return $output;\n}',0,'a:48:{s:5:\"level\";a:6:{s:4:\"name\";s:5:\"level\";s:4:\"desc\";s:25:\"prop_wayfinder.level_desc\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";s:1:\"0\";s:7:\"lexicon\";s:20:\"wayfinder:properties\";}s:11:\"includeDocs\";a:6:{s:4:\"name\";s:11:\"includeDocs\";s:4:\"desc\";s:31:\"prop_wayfinder.includeDocs_desc\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";s:1:\"0\";s:7:\"lexicon\";s:20:\"wayfinder:properties\";}s:11:\"excludeDocs\";a:6:{s:4:\"name\";s:11:\"excludeDocs\";s:4:\"desc\";s:31:\"prop_wayfinder.excludeDocs_desc\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";s:1:\"0\";s:7:\"lexicon\";s:20:\"wayfinder:properties\";}s:8:\"contexts\";a:6:{s:4:\"name\";s:8:\"contexts\";s:4:\"desc\";s:28:\"prop_wayfinder.contexts_desc\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";s:0:\"\";s:7:\"lexicon\";s:20:\"wayfinder:properties\";}s:12:\"cacheResults\";a:6:{s:4:\"name\";s:12:\"cacheResults\";s:4:\"desc\";s:32:\"prop_wayfinder.cacheResults_desc\";s:4:\"type\";s:13:\"combo-boolean\";s:7:\"options\";s:0:\"\";s:5:\"value\";b:1;s:7:\"lexicon\";s:20:\"wayfinder:properties\";}s:9:\"cacheTime\";a:6:{s:4:\"name\";s:9:\"cacheTime\";s:4:\"desc\";s:29:\"prop_wayfinder.cacheTime_desc\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";i:3600;s:7:\"lexicon\";s:20:\"wayfinder:properties\";}s:2:\"ph\";a:6:{s:4:\"name\";s:2:\"ph\";s:4:\"desc\";s:22:\"prop_wayfinder.ph_desc\";s:4:\"type\";s:13:\"combo-boolean\";s:7:\"options\";s:0:\"\";s:5:\"value\";b:0;s:7:\"lexicon\";s:20:\"wayfinder:properties\";}s:5:\"debug\";a:6:{s:4:\"name\";s:5:\"debug\";s:4:\"desc\";s:25:\"prop_wayfinder.debug_desc\";s:4:\"type\";s:13:\"combo-boolean\";s:7:\"options\";s:0:\"\";s:5:\"value\";b:0;s:7:\"lexicon\";s:20:\"wayfinder:properties\";}s:12:\"ignoreHidden\";a:6:{s:4:\"name\";s:12:\"ignoreHidden\";s:4:\"desc\";s:32:\"prop_wayfinder.ignoreHidden_desc\";s:4:\"type\";s:13:\"combo-boolean\";s:7:\"options\";s:0:\"\";s:5:\"value\";b:0;s:7:\"lexicon\";s:20:\"wayfinder:properties\";}s:12:\"hideSubMenus\";a:6:{s:4:\"name\";s:12:\"hideSubMenus\";s:4:\"desc\";s:32:\"prop_wayfinder.hideSubMenus_desc\";s:4:\"type\";s:13:\"combo-boolean\";s:7:\"options\";s:0:\"\";s:5:\"value\";b:0;s:7:\"lexicon\";s:20:\"wayfinder:properties\";}s:13:\"useWeblinkUrl\";a:6:{s:4:\"name\";s:13:\"useWeblinkUrl\";s:4:\"desc\";s:33:\"prop_wayfinder.useWeblinkUrl_desc\";s:4:\"type\";s:13:\"combo-boolean\";s:7:\"options\";s:0:\"\";s:5:\"value\";b:1;s:7:\"lexicon\";s:20:\"wayfinder:properties\";}s:8:\"fullLink\";a:6:{s:4:\"name\";s:8:\"fullLink\";s:4:\"desc\";s:28:\"prop_wayfinder.fullLink_desc\";s:4:\"type\";s:13:\"combo-boolean\";s:7:\"options\";s:0:\"\";s:5:\"value\";b:0;s:7:\"lexicon\";s:20:\"wayfinder:properties\";}s:6:\"scheme\";a:6:{s:4:\"name\";s:6:\"scheme\";s:4:\"desc\";s:26:\"prop_wayfinder.scheme_desc\";s:4:\"type\";s:4:\"list\";s:7:\"options\";a:3:{i:0;a:2:{s:4:\"text\";s:23:\"prop_wayfinder.relative\";s:5:\"value\";s:0:\"\";}i:1;a:2:{s:4:\"text\";s:23:\"prop_wayfinder.absolute\";s:5:\"value\";s:3:\"abs\";}i:2;a:2:{s:4:\"text\";s:19:\"prop_wayfinder.full\";s:5:\"value\";s:4:\"full\";}}s:5:\"value\";s:0:\"\";s:7:\"lexicon\";s:20:\"wayfinder:properties\";}s:9:\"sortOrder\";a:6:{s:4:\"name\";s:9:\"sortOrder\";s:4:\"desc\";s:29:\"prop_wayfinder.sortOrder_desc\";s:4:\"type\";s:4:\"list\";s:7:\"options\";a:2:{i:0;a:2:{s:4:\"text\";s:24:\"prop_wayfinder.ascending\";s:5:\"value\";s:3:\"ASC\";}i:1;a:2:{s:4:\"text\";s:25:\"prop_wayfinder.descending\";s:5:\"value\";s:4:\"DESC\";}}s:5:\"value\";s:3:\"ASC\";s:7:\"lexicon\";s:20:\"wayfinder:properties\";}s:6:\"sortBy\";a:6:{s:4:\"name\";s:6:\"sortBy\";s:4:\"desc\";s:26:\"prop_wayfinder.sortBy_desc\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";s:9:\"menuindex\";s:7:\"lexicon\";s:20:\"wayfinder:properties\";}s:5:\"limit\";a:6:{s:4:\"name\";s:5:\"limit\";s:4:\"desc\";s:25:\"prop_wayfinder.limit_desc\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";s:1:\"0\";s:7:\"lexicon\";s:20:\"wayfinder:properties\";}s:6:\"cssTpl\";a:6:{s:4:\"name\";s:6:\"cssTpl\";s:4:\"desc\";s:26:\"prop_wayfinder.cssTpl_desc\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";b:0;s:7:\"lexicon\";s:20:\"wayfinder:properties\";}s:5:\"jsTpl\";a:6:{s:4:\"name\";s:5:\"jsTpl\";s:4:\"desc\";s:25:\"prop_wayfinder.jsTpl_desc\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";b:0;s:7:\"lexicon\";s:20:\"wayfinder:properties\";}s:11:\"rowIdPrefix\";a:6:{s:4:\"name\";s:11:\"rowIdPrefix\";s:4:\"desc\";s:31:\"prop_wayfinder.rowIdPrefix_desc\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";b:0;s:7:\"lexicon\";s:20:\"wayfinder:properties\";}s:11:\"textOfLinks\";a:6:{s:4:\"name\";s:11:\"textOfLinks\";s:4:\"desc\";s:31:\"prop_wayfinder.textOfLinks_desc\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";s:9:\"menutitle\";s:7:\"lexicon\";s:20:\"wayfinder:properties\";}s:12:\"titleOfLinks\";a:6:{s:4:\"name\";s:12:\"titleOfLinks\";s:4:\"desc\";s:32:\"prop_wayfinder.titleOfLinks_desc\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";s:9:\"pagetitle\";s:7:\"lexicon\";s:20:\"wayfinder:properties\";}s:12:\"displayStart\";a:6:{s:4:\"name\";s:12:\"displayStart\";s:4:\"desc\";s:32:\"prop_wayfinder.displayStart_desc\";s:4:\"type\";s:13:\"combo-boolean\";s:7:\"options\";s:0:\"\";s:5:\"value\";b:0;s:7:\"lexicon\";s:20:\"wayfinder:properties\";}s:10:\"firstClass\";a:6:{s:4:\"name\";s:10:\"firstClass\";s:4:\"desc\";s:30:\"prop_wayfinder.firstClass_desc\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";s:5:\"first\";s:7:\"lexicon\";s:20:\"wayfinder:properties\";}s:9:\"lastClass\";a:6:{s:4:\"name\";s:9:\"lastClass\";s:4:\"desc\";s:29:\"prop_wayfinder.lastClass_desc\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";s:4:\"last\";s:7:\"lexicon\";s:20:\"wayfinder:properties\";}s:9:\"hereClass\";a:6:{s:4:\"name\";s:9:\"hereClass\";s:4:\"desc\";s:29:\"prop_wayfinder.hereClass_desc\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";s:6:\"active\";s:7:\"lexicon\";s:20:\"wayfinder:properties\";}s:11:\"parentClass\";a:6:{s:4:\"name\";s:11:\"parentClass\";s:4:\"desc\";s:31:\"prop_wayfinder.parentClass_desc\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";s:0:\"\";s:7:\"lexicon\";s:20:\"wayfinder:properties\";}s:8:\"rowClass\";a:6:{s:4:\"name\";s:8:\"rowClass\";s:4:\"desc\";s:28:\"prop_wayfinder.rowClass_desc\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";s:0:\"\";s:7:\"lexicon\";s:20:\"wayfinder:properties\";}s:10:\"outerClass\";a:6:{s:4:\"name\";s:10:\"outerClass\";s:4:\"desc\";s:30:\"prop_wayfinder.outerClass_desc\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";s:0:\"\";s:7:\"lexicon\";s:20:\"wayfinder:properties\";}s:10:\"innerClass\";a:6:{s:4:\"name\";s:10:\"innerClass\";s:4:\"desc\";s:30:\"prop_wayfinder.innerClass_desc\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";s:0:\"\";s:7:\"lexicon\";s:20:\"wayfinder:properties\";}s:10:\"levelClass\";a:6:{s:4:\"name\";s:10:\"levelClass\";s:4:\"desc\";s:30:\"prop_wayfinder.levelClass_desc\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";s:0:\"\";s:7:\"lexicon\";s:20:\"wayfinder:properties\";}s:9:\"selfClass\";a:6:{s:4:\"name\";s:9:\"selfClass\";s:4:\"desc\";s:29:\"prop_wayfinder.selfClass_desc\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";s:0:\"\";s:7:\"lexicon\";s:20:\"wayfinder:properties\";}s:12:\"webLinkClass\";a:6:{s:4:\"name\";s:12:\"webLinkClass\";s:4:\"desc\";s:32:\"prop_wayfinder.webLinkClass_desc\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";s:0:\"\";s:7:\"lexicon\";s:20:\"wayfinder:properties\";}s:8:\"outerTpl\";a:6:{s:4:\"name\";s:8:\"outerTpl\";s:4:\"desc\";s:28:\"prop_wayfinder.outerTpl_desc\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";s:0:\"\";s:7:\"lexicon\";s:20:\"wayfinder:properties\";}s:6:\"rowTpl\";a:6:{s:4:\"name\";s:6:\"rowTpl\";s:4:\"desc\";s:26:\"prop_wayfinder.rowTpl_desc\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";s:0:\"\";s:7:\"lexicon\";s:20:\"wayfinder:properties\";}s:12:\"parentRowTpl\";a:6:{s:4:\"name\";s:12:\"parentRowTpl\";s:4:\"desc\";s:32:\"prop_wayfinder.parentRowTpl_desc\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";s:0:\"\";s:7:\"lexicon\";s:20:\"wayfinder:properties\";}s:16:\"parentRowHereTpl\";a:6:{s:4:\"name\";s:16:\"parentRowHereTpl\";s:4:\"desc\";s:36:\"prop_wayfinder.parentRowHereTpl_desc\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";s:0:\"\";s:7:\"lexicon\";s:20:\"wayfinder:properties\";}s:7:\"hereTpl\";a:6:{s:4:\"name\";s:7:\"hereTpl\";s:4:\"desc\";s:27:\"prop_wayfinder.hereTpl_desc\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";s:0:\"\";s:7:\"lexicon\";s:20:\"wayfinder:properties\";}s:8:\"innerTpl\";a:6:{s:4:\"name\";s:8:\"innerTpl\";s:4:\"desc\";s:28:\"prop_wayfinder.innerTpl_desc\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";s:0:\"\";s:7:\"lexicon\";s:20:\"wayfinder:properties\";}s:11:\"innerRowTpl\";a:6:{s:4:\"name\";s:11:\"innerRowTpl\";s:4:\"desc\";s:31:\"prop_wayfinder.innerRowTpl_desc\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";s:0:\"\";s:7:\"lexicon\";s:20:\"wayfinder:properties\";}s:12:\"innerHereTpl\";a:6:{s:4:\"name\";s:12:\"innerHereTpl\";s:4:\"desc\";s:32:\"prop_wayfinder.innerHereTpl_desc\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";s:0:\"\";s:7:\"lexicon\";s:20:\"wayfinder:properties\";}s:18:\"activeParentRowTpl\";a:6:{s:4:\"name\";s:18:\"activeParentRowTpl\";s:4:\"desc\";s:38:\"prop_wayfinder.activeParentRowTpl_desc\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";s:0:\"\";s:7:\"lexicon\";s:20:\"wayfinder:properties\";}s:18:\"categoryFoldersTpl\";a:6:{s:4:\"name\";s:18:\"categoryFoldersTpl\";s:4:\"desc\";s:38:\"prop_wayfinder.categoryFoldersTpl_desc\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";s:0:\"\";s:7:\"lexicon\";s:20:\"wayfinder:properties\";}s:12:\"startItemTpl\";a:6:{s:4:\"name\";s:12:\"startItemTpl\";s:4:\"desc\";s:32:\"prop_wayfinder.startItemTpl_desc\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";s:0:\"\";s:7:\"lexicon\";s:20:\"wayfinder:properties\";}s:11:\"permissions\";a:6:{s:4:\"name\";s:11:\"permissions\";s:4:\"desc\";s:31:\"prop_wayfinder.permissions_desc\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";s:4:\"list\";s:7:\"lexicon\";s:20:\"wayfinder:properties\";}s:6:\"hereId\";a:6:{s:4:\"name\";s:6:\"hereId\";s:4:\"desc\";s:26:\"prop_wayfinder.hereId_desc\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";s:0:\"\";s:7:\"lexicon\";s:20:\"wayfinder:properties\";}s:5:\"where\";a:6:{s:4:\"name\";s:5:\"where\";s:4:\"desc\";s:25:\"prop_wayfinder.where_desc\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";s:0:\"\";s:7:\"lexicon\";s:20:\"wayfinder:properties\";}s:9:\"templates\";a:6:{s:4:\"name\";s:9:\"templates\";s:4:\"desc\";s:29:\"prop_wayfinder.templates_desc\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";s:0:\"\";s:7:\"lexicon\";s:20:\"wayfinder:properties\";}s:18:\"previewUnpublished\";a:6:{s:4:\"name\";s:18:\"previewUnpublished\";s:4:\"desc\";s:38:\"prop_wayfinder.previewunpublished_desc\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";s:0:\"\";s:7:\"lexicon\";s:20:\"wayfinder:properties\";}}','',0,''),(2,0,0,'getResources','<strong>1.5.0-pl</strong> A general purpose Resource listing and summarization snippet for MODx Revolution',0,0,0,'/**\n * getResources\n *\n * A general purpose Resource listing and summarization snippet for MODX 2.x.\n *\n * @author Jason Coward\n * @copyright Copyright 2010-2012, Jason Coward\n *\n * TEMPLATES\n *\n * tpl - Name of a chunk serving as a resource template\n * [NOTE: if not provided, properties are dumped to output for each resource]\n *\n * tplOdd - (Opt) Name of a chunk serving as resource template for resources with an odd idx value\n * (see idx property)\n * tplFirst - (Opt) Name of a chunk serving as resource template for the first resource (see first\n * property)\n * tplLast - (Opt) Name of a chunk serving as resource template for the last resource (see last\n * property)\n * tpl_{n} - (Opt) Name of a chunk serving as resource template for the nth resource\n *\n * SELECTION\n *\n * parents - Comma-delimited list of ids serving as parents\n *\n * context - (Opt) Comma-delimited list of context keys to limit results by; if empty, contexts for all specified\n * parents will be used (all contexts if 0 is specified) [default=]\n * \n * depth - (Opt) Integer value indicating depth to search for resources from each parent [default=10]\n *\n * tvFilters - (Opt) Delimited-list of TemplateVar values to filter resources by. Supports two\n * delimiters and two value search formats. The first delimiter || represents a logical OR and the\n * primary grouping mechanism.  Within each group you can provide a comma-delimited list of values.\n * These values can be either tied to a specific TemplateVar by name, e.g. myTV==value, or just the\n * value, indicating you are searching for the value in any TemplateVar tied to the Resource. An\n * example would be &tvFilters=`filter2==one,filter1==bar%||filter1==foo`\n * [NOTE: filtering by values uses a LIKE query and % is considered a wildcard.]\n * [NOTE: this only looks at the raw value set for specific Resource, i. e. there must be a value\n * specifically set for the Resource and it is not evaluated.]\n *\n * tvFiltersAndDelimiter - (Opt) Custom delimiter for logical AND, default \',\', in case you want to\n * match a literal comma in the tvFilters. E.g. &tvFiltersAndDelimiter=`&&`\n * &tvFilters=`filter1==foo,bar&&filter2==baz` [default=,]\n *\n * tvFiltersOrDelimiter - (Opt) Custom delimiter for logical OR, default \'||\', in case you want to\n * match a literal \'||\' in the tvFilters. E.g. &tvFiltersOrDelimiter=`|OR|`\n * &tvFilters=`filter1==foo||bar|OR|filter2==baz` [default=||]\n *\n * where - (Opt) A JSON expression of criteria to build any additional where clauses from. An example would be\n * &where=`{{\"alias:LIKE\":\"foo%\", \"OR:alias:LIKE\":\"%bar\"},{\"OR:pagetitle:=\":\"foobar\", \"AND:description:=\":\"raboof\"}}`\n *\n * sortby - (Opt) Field to sort by or a JSON array, e.g. {\"publishedon\":\"ASC\",\"createdon\":\"DESC\"} [default=publishedon]\n * sortbyTV - (opt) A Template Variable name to sort by (if supplied, this precedes the sortby value) [default=]\n * sortbyTVType - (Opt) A data type to CAST a TV Value to in order to sort on it properly [default=string]\n * sortbyAlias - (Opt) Query alias for sortby field [default=]\n * sortbyEscaped - (Opt) Escapes the field name(s) specified in sortby [default=0]\n * sortdir - (Opt) Order which to sort by [default=DESC]\n * sortdirTV - (Opt) Order which to sort by a TV [default=DESC]\n * limit - (Opt) Limits the number of resources returned [default=5]\n * offset - (Opt) An offset of resources returned by the criteria to skip [default=0]\n * dbCacheFlag - (Opt) Controls caching of db queries; 0|false = do not cache result set; 1 = cache result set\n * according to cache settings, any other integer value = number of seconds to cache result set [default=0]\n *\n * OPTIONS\n *\n * includeContent - (Opt) Indicates if the content of each resource should be returned in the\n * results [default=0]\n * includeTVs - (Opt) Indicates if TemplateVar values should be included in the properties available\n * to each resource template [default=0]\n * includeTVList - (Opt) Limits the TemplateVars that are included if includeTVs is true to those specified\n * by name in a comma-delimited list [default=]\n * prepareTVs - (Opt) Prepares media-source dependent TemplateVar values [default=1]\n * prepareTVList - (Opt) Limits the TVs that are prepared to those specified by name in a comma-delimited\n * list [default=]\n * processTVs - (Opt) Indicates if TemplateVar values should be rendered as they would on the\n * resource being summarized [default=0]\n * processTVList - (opt) Limits the TemplateVars that are processed if included to those specified\n * by name in a comma-delimited list [default=]\n * tvPrefix - (Opt) The prefix for TemplateVar properties [default=tv.]\n * idx - (Opt) You can define the starting idx of the resources, which is an property that is\n * incremented as each resource is rendered [default=1]\n * first - (Opt) Define the idx which represents the first resource (see tplFirst) [default=1]\n * last - (Opt) Define the idx which represents the last resource (see tplLast) [default=# of\n * resources being summarized + first - 1]\n * outputSeparator - (Opt) An optional string to separate each tpl instance [default=\"\\n\"]\n *\n */\n$output = array();\n$outputSeparator = isset($outputSeparator) ? $outputSeparator : \"\\n\";\n\n/* set default properties */\n$tpl = !empty($tpl) ? $tpl : \'\';\n$includeContent = !empty($includeContent) ? true : false;\n$includeTVs = !empty($includeTVs) ? true : false;\n$includeTVList = !empty($includeTVList) ? explode(\',\', $includeTVList) : array();\n$processTVs = !empty($processTVs) ? true : false;\n$processTVList = !empty($processTVList) ? explode(\',\', $processTVList) : array();\n$prepareTVs = !empty($prepareTVs) ? true : false;\n$prepareTVList = !empty($prepareTVList) ? explode(\',\', $prepareTVList) : array();\n$tvPrefix = isset($tvPrefix) ? $tvPrefix : \'tv.\';\n$parents = (!empty($parents) || $parents === \'0\') ? explode(\',\', $parents) : array($modx->resource->get(\'id\'));\narray_walk($parents, \'trim\');\n$parents = array_unique($parents);\n$depth = isset($depth) ? (integer) $depth : 10;\n\n$tvFiltersOrDelimiter = isset($tvFiltersOrDelimiter) ? $tvFiltersOrDelimiter : \'||\';\n$tvFiltersAndDelimiter = isset($tvFiltersAndDelimiter) ? $tvFiltersAndDelimiter : \',\';\n$tvFilters = !empty($tvFilters) ? explode($tvFiltersOrDelimiter, $tvFilters) : array();\n\n$where = !empty($where) ? $modx->fromJSON($where) : array();\n$showUnpublished = !empty($showUnpublished) ? true : false;\n$showDeleted = !empty($showDeleted) ? true : false;\n\n$sortby = isset($sortby) ? $sortby : \'publishedon\';\n$sortbyTV = isset($sortbyTV) ? $sortbyTV : \'\';\n$sortbyAlias = isset($sortbyAlias) ? $sortbyAlias : \'modResource\';\n$sortbyEscaped = !empty($sortbyEscaped) ? true : false;\n$sortdir = isset($sortdir) ? $sortdir : \'DESC\';\n$sortdirTV = isset($sortdirTV) ? $sortdirTV : \'DESC\';\n$limit = isset($limit) ? (integer) $limit : 5;\n$offset = isset($offset) ? (integer) $offset : 0;\n$totalVar = !empty($totalVar) ? $totalVar : \'total\';\n\n$dbCacheFlag = !isset($dbCacheFlag) ? false : $dbCacheFlag;\nif (is_string($dbCacheFlag) || is_numeric($dbCacheFlag)) {\n    if ($dbCacheFlag == \'0\') {\n        $dbCacheFlag = false;\n    } elseif ($dbCacheFlag == \'1\') {\n        $dbCacheFlag = true;\n    } else {\n        $dbCacheFlag = (integer) $dbCacheFlag;\n    }\n}\n\n/* multiple context support */\n$contextArray = array();\n$contextSpecified = false;\nif (!empty($context)) {\n    $contextArray = explode(\',\',$context);\n    array_walk($contextArray, \'trim\');\n    $contexts = array();\n    foreach ($contextArray as $ctx) {\n        $contexts[] = $modx->quote($ctx);\n    }\n    $context = implode(\',\',$contexts);\n    $contextSpecified = true;\n    unset($contexts,$ctx);\n} else {\n    $context = $modx->quote($modx->context->get(\'key\'));\n}\n\n$pcMap = array();\n$pcQuery = $modx->newQuery(\'modResource\', array(\'id:IN\' => $parents), $dbCacheFlag);\n$pcQuery->select(array(\'id\', \'context_key\'));\nif ($pcQuery->prepare() && $pcQuery->stmt->execute()) {\n    foreach ($pcQuery->stmt->fetchAll(PDO::FETCH_ASSOC) as $pcRow) {\n        $pcMap[(integer) $pcRow[\'id\']] = $pcRow[\'context_key\'];\n    }\n}\n\n$children = array();\n$parentArray = array();\nforeach ($parents as $parent) {\n    $parent = (integer) $parent;\n    if ($parent === 0) {\n        $pchildren = array();\n        if ($contextSpecified) {\n            foreach ($contextArray as $pCtx) {\n                if (!in_array($pCtx, $contextArray)) {\n                    continue;\n                }\n                $options = $pCtx !== $modx->context->get(\'key\') ? array(\'context\' => $pCtx) : array();\n                $pcchildren = $modx->getChildIds($parent, $depth, $options);\n                if (!empty($pcchildren)) $pchildren = array_merge($pchildren, $pcchildren);\n            }\n        } else {\n            $cQuery = $modx->newQuery(\'modContext\', array(\'key:!=\' => \'mgr\'));\n            $cQuery->select(array(\'key\'));\n            if ($cQuery->prepare() && $cQuery->stmt->execute()) {\n                foreach ($cQuery->stmt->fetchAll(PDO::FETCH_COLUMN) as $pCtx) {\n                    $options = $pCtx !== $modx->context->get(\'key\') ? array(\'context\' => $pCtx) : array();\n                    $pcchildren = $modx->getChildIds($parent, $depth, $options);\n                    if (!empty($pcchildren)) $pchildren = array_merge($pchildren, $pcchildren);\n                }\n            }\n        }\n        $parentArray[] = $parent;\n    } else {\n        $pContext = array_key_exists($parent, $pcMap) ? $pcMap[$parent] : false;\n        if ($debug) $modx->log(modX::LOG_LEVEL_ERROR, \"context for {$parent} is {$pContext}\");\n        if ($pContext && $contextSpecified && !in_array($pContext, $contextArray, true)) {\n            $parent = next($parents);\n            continue;\n        }\n        $parentArray[] = $parent;\n        $options = !empty($pContext) && $pContext !== $modx->context->get(\'key\') ? array(\'context\' => $pContext) : array();\n        $pchildren = $modx->getChildIds($parent, $depth, $options);\n    }\n    if (!empty($pchildren)) $children = array_merge($children, $pchildren);\n    $parent = next($parents);\n}\n$parents = array_merge($parentArray, $children);\n\n/* build query */\n$criteria = array(\"modResource.parent IN (\" . implode(\',\', $parents) . \")\");\nif ($contextSpecified) {\n    $contextResourceTbl = $modx->getTableName(\'modContextResource\');\n    $criteria[] = \"(modResource.context_key IN ({$context}) OR EXISTS(SELECT 1 FROM {$contextResourceTbl} ctx WHERE ctx.resource = modResource.id AND ctx.context_key IN ({$context})))\";\n}\nif (empty($showDeleted)) {\n    $criteria[\'deleted\'] = \'0\';\n}\nif (empty($showUnpublished)) {\n    $criteria[\'published\'] = \'1\';\n}\nif (empty($showHidden)) {\n    $criteria[\'hidemenu\'] = \'0\';\n}\nif (!empty($hideContainers)) {\n    $criteria[\'isfolder\'] = \'0\';\n}\n$criteria = $modx->newQuery(\'modResource\', $criteria);\nif (!empty($tvFilters)) {\n    $tmplVarTbl = $modx->getTableName(\'modTemplateVar\');\n    $tmplVarResourceTbl = $modx->getTableName(\'modTemplateVarResource\');\n    $conditions = array();\n    $operators = array(\n        \'<=>\' => \'<=>\',\n        \'===\' => \'=\',\n        \'!==\' => \'!=\',\n        \'<>\' => \'<>\',\n        \'==\' => \'LIKE\',\n        \'!=\' => \'NOT LIKE\',\n        \'<<\' => \'<\',\n        \'<=\' => \'<=\',\n        \'=<\' => \'=<\',\n        \'>>\' => \'>\',\n        \'>=\' => \'>=\',\n        \'=>\' => \'=>\'\n    );\n    foreach ($tvFilters as $fGroup => $tvFilter) {\n        $filterGroup = array();\n        $filters = explode($tvFiltersAndDelimiter, $tvFilter);\n        $multiple = count($filters) > 0;\n        foreach ($filters as $filter) {\n            $operator = \'==\';\n            $sqlOperator = \'LIKE\';\n            foreach ($operators as $op => $opSymbol) {\n                if (strpos($filter, $op, 1) !== false) {\n                    $operator = $op;\n                    $sqlOperator = $opSymbol;\n                    break;\n                }\n            }\n            $tvValueField = \'tvr.value\';\n            $tvDefaultField = \'tv.default_text\';\n            $f = explode($operator, $filter);\n            if (count($f) == 2) {\n                $tvName = $modx->quote($f[0]);\n                if (is_numeric($f[1]) && !in_array($sqlOperator, array(\'LIKE\', \'NOT LIKE\'))) {\n                    $tvValue = $f[1];\n                    if ($f[1] == (integer)$f[1]) {\n                        $tvValueField = \"CAST({$tvValueField} AS SIGNED INTEGER)\";\n                        $tvDefaultField = \"CAST({$tvDefaultField} AS SIGNED INTEGER)\";\n                    } else {\n                        $tvValueField = \"CAST({$tvValueField} AS DECIMAL)\";\n                        $tvDefaultField = \"CAST({$tvDefaultField} AS DECIMAL)\";\n                    }\n                } else {\n                    $tvValue = $modx->quote($f[1]);\n                }\n                if ($multiple) {\n                    $filterGroup[] =\n                        \"(EXISTS (SELECT 1 FROM {$tmplVarResourceTbl} tvr JOIN {$tmplVarTbl} tv ON {$tvValueField} {$sqlOperator} {$tvValue} AND tv.name = {$tvName} AND tv.id = tvr.tmplvarid WHERE tvr.contentid = modResource.id) \" .\n                        \"OR EXISTS (SELECT 1 FROM {$tmplVarTbl} tv WHERE tv.name = {$tvName} AND {$tvDefaultField} {$sqlOperator} {$tvValue} AND tv.id NOT IN (SELECT tmplvarid FROM {$tmplVarResourceTbl} WHERE contentid = modResource.id)) \" .\n                        \")\";\n                } else {\n                    $filterGroup =\n                        \"(EXISTS (SELECT 1 FROM {$tmplVarResourceTbl} tvr JOIN {$tmplVarTbl} tv ON {$tvValueField} {$sqlOperator} {$tvValue} AND tv.name = {$tvName} AND tv.id = tvr.tmplvarid WHERE tvr.contentid = modResource.id) \" .\n                        \"OR EXISTS (SELECT 1 FROM {$tmplVarTbl} tv WHERE tv.name = {$tvName} AND {$tvDefaultField} {$sqlOperator} {$tvValue} AND tv.id NOT IN (SELECT tmplvarid FROM {$tmplVarResourceTbl} WHERE contentid = modResource.id)) \" .\n                        \")\";\n                }\n            } elseif (count($f) == 1) {\n                $tvValue = $modx->quote($f[0]);\n                if ($multiple) {\n                    $filterGroup[] = \"EXISTS (SELECT 1 FROM {$tmplVarResourceTbl} tvr JOIN {$tmplVarTbl} tv ON {$tvValueField} {$sqlOperator} {$tvValue} AND tv.id = tvr.tmplvarid WHERE tvr.contentid = modResource.id)\";\n                } else {\n                    $filterGroup = \"EXISTS (SELECT 1 FROM {$tmplVarResourceTbl} tvr JOIN {$tmplVarTbl} tv ON {$tvValueField} {$sqlOperator} {$tvValue} AND tv.id = tvr.tmplvarid WHERE tvr.contentid = modResource.id)\";\n                }\n            }\n        }\n        $conditions[] = $filterGroup;\n    }\n    if (!empty($conditions)) {\n        $firstGroup = true;\n        foreach ($conditions as $cGroup => $c) {\n            if (is_array($c)) {\n                $first = true;\n                foreach ($c as $cond) {\n                    if ($first && !$firstGroup) {\n                        $criteria->condition($criteria->query[\'where\'][0][1], $cond, xPDOQuery::SQL_OR, null, $cGroup);\n                    } else {\n                        $criteria->condition($criteria->query[\'where\'][0][1], $cond, xPDOQuery::SQL_AND, null, $cGroup);\n                    }\n                    $first = false;\n                }\n            } else {\n                $criteria->condition($criteria->query[\'where\'][0][1], $c, $firstGroup ? xPDOQuery::SQL_AND : xPDOQuery::SQL_OR, null, $cGroup);\n            }\n            $firstGroup = false;\n        }\n    }\n}\n/* include/exclude resources, via &resources=`123,-456` prop */\nif (!empty($resources)) {\n    $resourceConditions = array();\n    $resources = explode(\',\',$resources);\n    $include = array();\n    $exclude = array();\n    foreach ($resources as $resource) {\n        $resource = (int)$resource;\n        if ($resource == 0) continue;\n        if ($resource < 0) {\n            $exclude[] = abs($resource);\n        } else {\n            $include[] = $resource;\n        }\n    }\n    if (!empty($include)) {\n        $criteria->where(array(\'OR:modResource.id:IN\' => $include), xPDOQuery::SQL_OR);\n    }\n    if (!empty($exclude)) {\n        $criteria->where(array(\'modResource.id:NOT IN\' => $exclude), xPDOQuery::SQL_AND, null, 1);\n    }\n}\nif (!empty($where)) {\n    $criteria->where($where);\n}\n\n$total = $modx->getCount(\'modResource\', $criteria);\n$modx->setPlaceholder($totalVar, $total);\n\n$fields = array_keys($modx->getFields(\'modResource\'));\nif (empty($includeContent)) {\n    $fields = array_diff($fields, array(\'content\'));\n}\n$columns = $includeContent ? $modx->getSelectColumns(\'modResource\', \'modResource\') : $modx->getSelectColumns(\'modResource\', \'modResource\', \'\', array(\'content\'), true);\n$criteria->select($columns);\nif (!empty($sortbyTV)) {\n    $criteria->leftJoin(\'modTemplateVar\', \'tvDefault\', array(\n        \"tvDefault.name\" => $sortbyTV\n    ));\n    $criteria->leftJoin(\'modTemplateVarResource\', \'tvSort\', array(\n        \"tvSort.contentid = modResource.id\",\n        \"tvSort.tmplvarid = tvDefault.id\"\n    ));\n    if (empty($sortbyTVType)) $sortbyTVType = \'string\';\n    if ($modx->getOption(\'dbtype\') === \'mysql\') {\n        switch ($sortbyTVType) {\n            case \'integer\':\n                $criteria->select(\"CAST(IFNULL(tvSort.value, tvDefault.default_text) AS SIGNED INTEGER) AS sortTV\");\n                break;\n            case \'decimal\':\n                $criteria->select(\"CAST(IFNULL(tvSort.value, tvDefault.default_text) AS DECIMAL) AS sortTV\");\n                break;\n            case \'datetime\':\n                $criteria->select(\"CAST(IFNULL(tvSort.value, tvDefault.default_text) AS DATETIME) AS sortTV\");\n                break;\n            case \'string\':\n            default:\n                $criteria->select(\"IFNULL(tvSort.value, tvDefault.default_text) AS sortTV\");\n                break;\n        }\n    } elseif ($modx->getOption(\'dbtype\') === \'sqlsrv\') {\n        switch ($sortbyTVType) {\n            case \'integer\':\n                $criteria->select(\"CAST(ISNULL(tvSort.value, tvDefault.default_text) AS BIGINT) AS sortTV\");\n                break;\n            case \'decimal\':\n                $criteria->select(\"CAST(ISNULL(tvSort.value, tvDefault.default_text) AS DECIMAL) AS sortTV\");\n                break;\n            case \'datetime\':\n                $criteria->select(\"CAST(ISNULL(tvSort.value, tvDefault.default_text) AS DATETIME) AS sortTV\");\n                break;\n            case \'string\':\n            default:\n                $criteria->select(\"ISNULL(tvSort.value, tvDefault.default_text) AS sortTV\");\n                break;\n        }\n    }\n    $criteria->sortby(\"sortTV\", $sortdirTV);\n}\nif (!empty($sortby)) {\n    if (strpos($sortby, \'{\') === 0) {\n        $sorts = $modx->fromJSON($sortby);\n    } else {\n        $sorts = array($sortby => $sortdir);\n    }\n    if (is_array($sorts)) {\n        while (list($sort, $dir) = each($sorts)) {\n            if ($sortbyEscaped) $sort = $modx->escape($sort);\n            if (!empty($sortbyAlias)) $sort = $modx->escape($sortbyAlias) . \".{$sort}\";\n            $criteria->sortby($sort, $dir);\n        }\n    }\n}\nif (!empty($limit)) $criteria->limit($limit, $offset);\n\nif (!empty($debug)) {\n    $criteria->prepare();\n    $modx->log(modX::LOG_LEVEL_ERROR, $criteria->toSQL());\n}\n$collection = $modx->getCollection(\'modResource\', $criteria, $dbCacheFlag);\n\n$idx = !empty($idx) && $idx !== \'0\' ? (integer) $idx : 1;\n$first = empty($first) && $first !== \'0\' ? 1 : (integer) $first;\n$last = empty($last) ? (count($collection) + $idx - 1) : (integer) $last;\n\n/* include parseTpl */\ninclude_once $modx->getOption(\'getresources.core_path\',null,$modx->getOption(\'core_path\').\'components/getresources/\').\'include.parsetpl.php\';\n\n$templateVars = array();\nif (!empty($includeTVs) && !empty($includeTVList)) {\n    $templateVars = $modx->getCollection(\'modTemplateVar\', array(\'name:IN\' => $includeTVList));\n}\n/** @var modResource $resource */\nforeach ($collection as $resourceId => $resource) {\n    $tvs = array();\n    if (!empty($includeTVs)) {\n        if (empty($includeTVList)) {\n            $templateVars = $resource->getMany(\'TemplateVars\');\n        }\n        /** @var modTemplateVar $templateVar */\n        foreach ($templateVars as $tvId => $templateVar) {\n            if (!empty($includeTVList) && !in_array($templateVar->get(\'name\'), $includeTVList)) continue;\n            if ($processTVs && (empty($processTVList) || in_array($templateVar->get(\'name\'), $processTVList))) {\n                $tvs[$tvPrefix . $templateVar->get(\'name\')] = $templateVar->renderOutput($resource->get(\'id\'));\n            } else {\n                $value = $templateVar->getValue($resource->get(\'id\'));\n                if ($prepareTVs && method_exists($templateVar, \'prepareOutput\') && (empty($prepareTVList) || in_array($templateVar->get(\'name\'), $prepareTVList))) {\n                    $value = $templateVar->prepareOutput($value);\n                }\n                $tvs[$tvPrefix . $templateVar->get(\'name\')] = $value;\n            }\n        }\n    }\n    $odd = ($idx & 1);\n    $properties = array_merge(\n        $scriptProperties\n        ,array(\n            \'idx\' => $idx\n            ,\'first\' => $first\n            ,\'last\' => $last\n            ,\'odd\' => $odd\n        )\n        ,$includeContent ? $resource->toArray() : $resource->get($fields)\n        ,$tvs\n    );\n    $resourceTpl = \'\';\n    if ($idx == $first && !empty($tplFirst)) {\n        $resourceTpl = parseTpl($tplFirst, $properties);\n    }\n    if ($idx == $last && empty($resourceTpl) && !empty($tplLast)) {\n        $resourceTpl = parseTpl($tplLast, $properties);\n    }\n    $tplidx = \'tpl_\' . $idx;\n    if (empty($resourceTpl) && !empty($$tplidx)) {\n        $resourceTpl = parseTpl($$tplidx, $properties);\n    }\n    if ($idx > 1 && empty($resourceTpl)) {\n        $divisors = getDivisors($idx);\n        if (!empty($divisors)) {\n            foreach ($divisors as $divisor) {\n                $tplnth = \'tpl_n\' . $divisor;\n                if (!empty($$tplnth)) {\n                    $resourceTpl = parseTpl($$tplnth, $properties);\n                    if (!empty($resourceTpl)) {\n                        break;\n                    }\n                }\n            }\n        }\n    }\n    if ($odd && empty($resourceTpl) && !empty($tplOdd)) {\n        $resourceTpl = parseTpl($tplOdd, $properties);\n    }\n    if (!empty($tplCondition) && !empty($conditionalTpls) && empty($resourceTpl)) {\n        $conTpls = $modx->fromJSON($conditionalTpls);\n        $subject = $properties[$tplCondition];\n        $tplOperator = !empty($tplOperator) ? $tplOperator : \'=\';\n        $tplOperator = strtolower($tplOperator);\n        $tplCon = \'\';\n        foreach ($conTpls as $operand => $conditionalTpl) {\n            switch ($tplOperator) {\n                case \'!=\':\n                case \'neq\':\n                case \'not\':\n                case \'isnot\':\n                case \'isnt\':\n                case \'unequal\':\n                case \'notequal\':\n                    $tplCon = (($subject != $operand) ? $conditionalTpl : $tplCon);\n                    break;\n                case \'<\':\n                case \'lt\':\n                case \'less\':\n                case \'lessthan\':\n                    $tplCon = (($subject < $operand) ? $conditionalTpl : $tplCon);\n                    break;\n                case \'>\':\n                case \'gt\':\n                case \'greater\':\n                case \'greaterthan\':\n                    $tplCon = (($subject > $operand) ? $conditionalTpl : $tplCon);\n                    break;\n                case \'<=\':\n                case \'lte\':\n                case \'lessthanequals\':\n                case \'lessthanorequalto\':\n                    $tplCon = (($subject <= $operand) ? $conditionalTpl : $tplCon);\n                    break;\n                case \'>=\':\n                case \'gte\':\n                case \'greaterthanequals\':\n                case \'greaterthanequalto\':\n                    $tplCon = (($subject >= $operand) ? $conditionalTpl : $tplCon);\n                    break;\n                case \'isempty\':\n                case \'empty\':\n                    $tplCon = empty($subject) ? $conditionalTpl : $tplCon;\n                    break;\n                case \'!empty\':\n                case \'notempty\':\n                case \'isnotempty\':\n                    $tplCon = !empty($subject) && $subject != \'\' ? $conditionalTpl : $tplCon;\n                    break;\n                case \'isnull\':\n                case \'null\':\n                    $tplCon = $subject == null || strtolower($subject) == \'null\' ? $conditionalTpl : $tplCon;\n                    break;\n                case \'inarray\':\n                case \'in_array\':\n                case \'ia\':\n                    $operand = explode(\',\', $operand);\n                    $tplCon = in_array($subject, $operand) ? $conditionalTpl : $tplCon;\n                    break;\n                case \'==\':\n                case \'=\':\n                case \'eq\':\n                case \'is\':\n                case \'equal\':\n                case \'equals\':\n                case \'equalto\':\n                default:\n                    $tplCon = (($subject == $operand) ? $conditionalTpl : $tplCon);\n                    break;\n            }\n        }\n        if (!empty($tplCon)) {\n            $resourceTpl = parseTpl($tplCon, $properties);\n        }\n    }    \n    if (!empty($tpl) && empty($resourceTpl)) {\n        $resourceTpl = parseTpl($tpl, $properties);\n    }\n    if (empty($resourceTpl)) {\n        $chunk = $modx->newObject(\'modChunk\');\n        $chunk->setCacheable(false);\n        $output[]= $chunk->process(array(), \'<pre>\' . print_r($properties, true) .\'</pre>\');\n    } else {\n        $output[]= $resourceTpl;\n    }\n    $idx++;\n}\n\n/* output */\n$toSeparatePlaceholders = $modx->getOption(\'toSeparatePlaceholders\',$scriptProperties,false);\nif (!empty($toSeparatePlaceholders)) {\n    $modx->setPlaceholders($output,$toSeparatePlaceholders);\n    return \'\';\n}\n\n$output = implode($outputSeparator, $output);\n$toPlaceholder = $modx->getOption(\'toPlaceholder\',$scriptProperties,false);\nif (!empty($toPlaceholder)) {\n    $modx->setPlaceholder($toPlaceholder,$output);\n    return \'\';\n}\nreturn $output;',0,'a:41:{s:3:\"tpl\";a:7:{s:4:\"name\";s:3:\"tpl\";s:4:\"desc\";s:121:\"Name of a chunk serving as a resource template. NOTE: if not provided, properties are dumped to output for each resource.\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";s:0:\"\";s:7:\"lexicon\";N;s:4:\"area\";s:0:\"\";}s:6:\"tplOdd\";a:7:{s:4:\"name\";s:6:\"tplOdd\";s:4:\"desc\";s:100:\"Name of a chunk serving as resource template for resources with an odd idx value (see idx property).\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";s:0:\"\";s:7:\"lexicon\";N;s:4:\"area\";s:0:\"\";}s:8:\"tplFirst\";a:7:{s:4:\"name\";s:8:\"tplFirst\";s:4:\"desc\";s:89:\"Name of a chunk serving as resource template for the first resource (see first property).\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";s:0:\"\";s:7:\"lexicon\";N;s:4:\"area\";s:0:\"\";}s:7:\"tplLast\";a:7:{s:4:\"name\";s:7:\"tplLast\";s:4:\"desc\";s:87:\"Name of a chunk serving as resource template for the last resource (see last property).\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";s:0:\"\";s:7:\"lexicon\";N;s:4:\"area\";s:0:\"\";}s:6:\"sortby\";a:7:{s:4:\"name\";s:6:\"sortby\";s:4:\"desc\";s:153:\"A field name to sort by or JSON object of field names and sortdir for each field, e.g. {\"publishedon\":\"ASC\",\"createdon\":\"DESC\"}. Defaults to publishedon.\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";s:11:\"publishedon\";s:7:\"lexicon\";N;s:4:\"area\";s:0:\"\";}s:8:\"sortbyTV\";a:7:{s:4:\"name\";s:8:\"sortbyTV\";s:4:\"desc\";s:65:\"Name of a Template Variable to sort by. Defaults to empty string.\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";s:0:\"\";s:7:\"lexicon\";N;s:4:\"area\";s:0:\"\";}s:12:\"sortbyTVType\";a:7:{s:4:\"name\";s:12:\"sortbyTVType\";s:4:\"desc\";s:72:\"An optional type to indicate how to sort on the Template Variable value.\";s:4:\"type\";s:4:\"list\";s:7:\"options\";a:4:{i:0;a:2:{s:4:\"text\";s:6:\"string\";s:5:\"value\";s:6:\"string\";}i:1;a:2:{s:4:\"text\";s:7:\"integer\";s:5:\"value\";s:7:\"integer\";}i:2;a:2:{s:4:\"text\";s:7:\"decimal\";s:5:\"value\";s:7:\"decimal\";}i:3;a:2:{s:4:\"text\";s:8:\"datetime\";s:5:\"value\";s:8:\"datetime\";}}s:5:\"value\";s:6:\"string\";s:7:\"lexicon\";N;s:4:\"area\";s:0:\"\";}s:11:\"sortbyAlias\";a:7:{s:4:\"name\";s:11:\"sortbyAlias\";s:4:\"desc\";s:58:\"Query alias for sortby field. Defaults to an empty string.\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";s:0:\"\";s:7:\"lexicon\";N;s:4:\"area\";s:0:\"\";}s:13:\"sortbyEscaped\";a:7:{s:4:\"name\";s:13:\"sortbyEscaped\";s:4:\"desc\";s:82:\"Determines if the field name specified in sortby should be escaped. Defaults to 0.\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";s:1:\"0\";s:7:\"lexicon\";N;s:4:\"area\";s:0:\"\";}s:7:\"sortdir\";a:7:{s:4:\"name\";s:7:\"sortdir\";s:4:\"desc\";s:41:\"Order which to sort by. Defaults to DESC.\";s:4:\"type\";s:4:\"list\";s:7:\"options\";a:2:{i:0;a:2:{s:4:\"text\";s:3:\"ASC\";s:5:\"value\";s:3:\"ASC\";}i:1;a:2:{s:4:\"text\";s:4:\"DESC\";s:5:\"value\";s:4:\"DESC\";}}s:5:\"value\";s:4:\"DESC\";s:7:\"lexicon\";N;s:4:\"area\";s:0:\"\";}s:9:\"sortdirTV\";a:7:{s:4:\"name\";s:9:\"sortdirTV\";s:4:\"desc\";s:61:\"Order which to sort a Template Variable by. Defaults to DESC.\";s:4:\"type\";s:4:\"list\";s:7:\"options\";a:2:{i:0;a:2:{s:4:\"text\";s:3:\"ASC\";s:5:\"value\";s:3:\"ASC\";}i:1;a:2:{s:4:\"text\";s:4:\"DESC\";s:5:\"value\";s:4:\"DESC\";}}s:5:\"value\";s:4:\"DESC\";s:7:\"lexicon\";N;s:4:\"area\";s:0:\"\";}s:5:\"limit\";a:7:{s:4:\"name\";s:5:\"limit\";s:4:\"desc\";s:55:\"Limits the number of resources returned. Defaults to 5.\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";s:1:\"5\";s:7:\"lexicon\";N;s:4:\"area\";s:0:\"\";}s:6:\"offset\";a:7:{s:4:\"name\";s:6:\"offset\";s:4:\"desc\";s:56:\"An offset of resources returned by the criteria to skip.\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";s:1:\"0\";s:7:\"lexicon\";N;s:4:\"area\";s:0:\"\";}s:9:\"tvFilters\";a:7:{s:4:\"name\";s:9:\"tvFilters\";s:4:\"desc\";s:778:\"Delimited-list of TemplateVar values to filter resources by. Supports two delimiters and two value search formats. THe first delimiter || represents a logical OR and the primary grouping mechanism.  Within each group you can provide a comma-delimited list of values. These values can be either tied to a specific TemplateVar by name, e.g. myTV==value, or just the value, indicating you are searching for the value in any TemplateVar tied to the Resource. An example would be &tvFilters=`filter2==one,filter1==bar%||filter1==foo`. <br />NOTE: filtering by values uses a LIKE query and % is considered a wildcard. <br />ANOTHER NOTE: This only looks at the raw value set for specific Resource, i. e. there must be a value specifically set for the Resource and it is not evaluated.\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";s:0:\"\";s:7:\"lexicon\";N;s:4:\"area\";s:0:\"\";}s:21:\"tvFiltersAndDelimiter\";a:7:{s:4:\"name\";s:21:\"tvFiltersAndDelimiter\";s:4:\"desc\";s:83:\"The delimiter to use to separate logical AND expressions in tvFilters. Default is ,\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";s:1:\",\";s:7:\"lexicon\";N;s:4:\"area\";s:0:\"\";}s:20:\"tvFiltersOrDelimiter\";a:7:{s:4:\"name\";s:20:\"tvFiltersOrDelimiter\";s:4:\"desc\";s:83:\"The delimiter to use to separate logical OR expressions in tvFilters. Default is ||\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";s:2:\"||\";s:7:\"lexicon\";N;s:4:\"area\";s:0:\"\";}s:5:\"depth\";a:7:{s:4:\"name\";s:5:\"depth\";s:4:\"desc\";s:88:\"Integer value indicating depth to search for resources from each parent. Defaults to 10.\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";s:2:\"10\";s:7:\"lexicon\";N;s:4:\"area\";s:0:\"\";}s:7:\"parents\";a:7:{s:4:\"name\";s:7:\"parents\";s:4:\"desc\";s:57:\"Optional. Comma-delimited list of ids serving as parents.\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";s:0:\"\";s:7:\"lexicon\";N;s:4:\"area\";s:0:\"\";}s:14:\"includeContent\";a:7:{s:4:\"name\";s:14:\"includeContent\";s:4:\"desc\";s:95:\"Indicates if the content of each resource should be returned in the results. Defaults to false.\";s:4:\"type\";s:13:\"combo-boolean\";s:7:\"options\";s:0:\"\";s:5:\"value\";b:0;s:7:\"lexicon\";N;s:4:\"area\";s:0:\"\";}s:10:\"includeTVs\";a:7:{s:4:\"name\";s:10:\"includeTVs\";s:4:\"desc\";s:124:\"Indicates if TemplateVar values should be included in the properties available to each resource template. Defaults to false.\";s:4:\"type\";s:13:\"combo-boolean\";s:7:\"options\";s:0:\"\";s:5:\"value\";b:0;s:7:\"lexicon\";N;s:4:\"area\";s:0:\"\";}s:13:\"includeTVList\";a:7:{s:4:\"name\";s:13:\"includeTVList\";s:4:\"desc\";s:96:\"Limits included TVs to those specified as a comma-delimited list of TV names. Defaults to empty.\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";s:0:\"\";s:7:\"lexicon\";N;s:4:\"area\";s:0:\"\";}s:10:\"showHidden\";a:7:{s:4:\"name\";s:10:\"showHidden\";s:4:\"desc\";s:85:\"Indicates if Resources that are hidden from menus should be shown. Defaults to false.\";s:4:\"type\";s:13:\"combo-boolean\";s:7:\"options\";s:0:\"\";s:5:\"value\";b:0;s:7:\"lexicon\";N;s:4:\"area\";s:0:\"\";}s:15:\"showUnpublished\";a:7:{s:4:\"name\";s:15:\"showUnpublished\";s:4:\"desc\";s:79:\"Indicates if Resources that are unpublished should be shown. Defaults to false.\";s:4:\"type\";s:13:\"combo-boolean\";s:7:\"options\";s:0:\"\";s:5:\"value\";b:0;s:7:\"lexicon\";N;s:4:\"area\";s:0:\"\";}s:11:\"showDeleted\";a:7:{s:4:\"name\";s:11:\"showDeleted\";s:4:\"desc\";s:75:\"Indicates if Resources that are deleted should be shown. Defaults to false.\";s:4:\"type\";s:13:\"combo-boolean\";s:7:\"options\";s:0:\"\";s:5:\"value\";b:0;s:7:\"lexicon\";N;s:4:\"area\";s:0:\"\";}s:9:\"resources\";a:7:{s:4:\"name\";s:9:\"resources\";s:4:\"desc\";s:177:\"A comma-separated list of resource IDs to exclude or include. IDs with a - in front mean to exclude. Ex: 123,-456 means to include Resource 123, but always exclude Resource 456.\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";s:0:\"\";s:7:\"lexicon\";N;s:4:\"area\";s:0:\"\";}s:10:\"processTVs\";a:7:{s:4:\"name\";s:10:\"processTVs\";s:4:\"desc\";s:117:\"Indicates if TemplateVar values should be rendered as they would on the resource being summarized. Defaults to false.\";s:4:\"type\";s:13:\"combo-boolean\";s:7:\"options\";s:0:\"\";s:5:\"value\";b:0;s:7:\"lexicon\";N;s:4:\"area\";s:0:\"\";}s:13:\"processTVList\";a:7:{s:4:\"name\";s:13:\"processTVList\";s:4:\"desc\";s:166:\"Limits processed TVs to those specified as a comma-delimited list of TV names; note only includedTVs will be available for processing if specified. Defaults to empty.\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";s:0:\"\";s:7:\"lexicon\";N;s:4:\"area\";s:0:\"\";}s:10:\"prepareTVs\";a:7:{s:4:\"name\";s:10:\"prepareTVs\";s:4:\"desc\";s:120:\"Indicates if TemplateVar values that are not processed fully should be prepared before being returned. Defaults to true.\";s:4:\"type\";s:13:\"combo-boolean\";s:7:\"options\";s:0:\"\";s:5:\"value\";b:1;s:7:\"lexicon\";N;s:4:\"area\";s:0:\"\";}s:13:\"prepareTVList\";a:7:{s:4:\"name\";s:13:\"prepareTVList\";s:4:\"desc\";s:164:\"Limits prepared TVs to those specified as a comma-delimited list of TV names; note only includedTVs will be available for preparing if specified. Defaults to empty.\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";s:0:\"\";s:7:\"lexicon\";N;s:4:\"area\";s:0:\"\";}s:8:\"tvPrefix\";a:7:{s:4:\"name\";s:8:\"tvPrefix\";s:4:\"desc\";s:55:\"The prefix for TemplateVar properties. Defaults to: tv.\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";s:3:\"tv.\";s:7:\"lexicon\";N;s:4:\"area\";s:0:\"\";}s:3:\"idx\";a:7:{s:4:\"name\";s:3:\"idx\";s:4:\"desc\";s:120:\"You can define the starting idx of the resources, which is an property that is incremented as each resource is rendered.\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";s:0:\"\";s:7:\"lexicon\";N;s:4:\"area\";s:0:\"\";}s:5:\"first\";a:7:{s:4:\"name\";s:5:\"first\";s:4:\"desc\";s:81:\"Define the idx which represents the first resource (see tplFirst). Defaults to 1.\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";s:0:\"\";s:7:\"lexicon\";N;s:4:\"area\";s:0:\"\";}s:4:\"last\";a:7:{s:4:\"name\";s:4:\"last\";s:4:\"desc\";s:129:\"Define the idx which represents the last resource (see tplLast). Defaults to the number of resources being summarized + first - 1\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";s:0:\"\";s:7:\"lexicon\";N;s:4:\"area\";s:0:\"\";}s:13:\"toPlaceholder\";a:7:{s:4:\"name\";s:13:\"toPlaceholder\";s:4:\"desc\";s:85:\"If set, will assign the result to this placeholder instead of outputting it directly.\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";s:0:\"\";s:7:\"lexicon\";N;s:4:\"area\";s:0:\"\";}s:22:\"toSeparatePlaceholders\";a:7:{s:4:\"name\";s:22:\"toSeparatePlaceholders\";s:4:\"desc\";s:130:\"If set, will assign EACH result to a separate placeholder named by this param suffixed with a sequential number (starting from 0).\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";s:0:\"\";s:7:\"lexicon\";N;s:4:\"area\";s:0:\"\";}s:5:\"debug\";a:7:{s:4:\"name\";s:5:\"debug\";s:4:\"desc\";s:68:\"If true, will send the SQL query to the MODX log. Defaults to false.\";s:4:\"type\";s:13:\"combo-boolean\";s:7:\"options\";s:0:\"\";s:5:\"value\";b:0;s:7:\"lexicon\";N;s:4:\"area\";s:0:\"\";}s:5:\"where\";a:7:{s:4:\"name\";s:5:\"where\";s:4:\"desc\";s:193:\"A JSON expression of criteria to build any additional where clauses from, e.g. &where=`{{\"alias:LIKE\":\"foo%\", \"OR:alias:LIKE\":\"%bar\"},{\"OR:pagetitle:=\":\"foobar\", \"AND:description:=\":\"raboof\"}}`\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";s:0:\"\";s:7:\"lexicon\";N;s:4:\"area\";s:0:\"\";}s:11:\"dbCacheFlag\";a:7:{s:4:\"name\";s:11:\"dbCacheFlag\";s:4:\"desc\";s:218:\"Determines how result sets are cached if cache_db is enabled in MODX. 0|false = do not cache result set; 1 = cache result set according to cache settings, any other integer value = number of seconds to cache result set\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";s:1:\"0\";s:7:\"lexicon\";N;s:4:\"area\";s:0:\"\";}s:7:\"context\";a:7:{s:4:\"name\";s:7:\"context\";s:4:\"desc\";s:116:\"A comma-delimited list of context keys for limiting results. Default is empty, i.e. do not limit results by context.\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";s:0:\"\";s:7:\"lexicon\";N;s:4:\"area\";s:0:\"\";}s:12:\"tplCondition\";a:7:{s:4:\"name\";s:12:\"tplCondition\";s:4:\"desc\";s:129:\"A condition to compare against the conditionalTpls property to map Resources to different tpls based on custom conditional logic.\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";s:0:\"\";s:7:\"lexicon\";N;s:4:\"area\";s:0:\"\";}s:15:\"conditionalTpls\";a:7:{s:4:\"name\";s:15:\"conditionalTpls\";s:4:\"desc\";s:90:\"A JSON map of conditional operators and tpls to compare against the tplCondition property.\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";s:0:\"\";s:7:\"lexicon\";N;s:4:\"area\";s:0:\"\";}}','',0,''),(3,0,0,'Breadcrumbs','',0,1,0,'/**\n * BreadCrumbs\n *\n * Copyright 2009-2011 by Shaun McCormick <shaun+bc@modx.com>\n *\n * BreadCrumbs is free software; you can redistribute it and/or modify it\n * under the terms of the GNU General Public License as published by the Free\n * Software Foundation; either version 2 of the License, or (at your option) any\n * later version.\n *\n * BreadCrumbs is distributed in the hope that it will be useful, but WITHOUT ANY\n * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR\n * A PARTICULAR PURPOSE. See the GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License along with\n * BreadCrumbs; if not, write to the Free Software Foundation, Inc., 59 Temple Place,\n * Suite 330, Boston, MA 02111-1307 USA\n *\n * @package breadcrumbs\n */\n/**\n * @name BreadCrumbs\n * @version 0.9f\n * @created 2006-06-12\n * @since 2009-05-11\n * @author Jared <jaredc@honeydewdesign.com>\n * @editor Bill Wilson\n * @editor wendy@djamoer.net\n * @editor grad\n * @editor Shaun McCormick <shaun@collabpad.com>\n * @editor Shawn Wilkerson <shawn@shawnwilkerson.com>\n * @editor Wieger Sloot, Sterc.nl <wieger@sterc.nl>\n * @tester Bob Ray\n * @package breadcrumbs\n *\n * This snippet was designed to show the path through the various levels of site\n * structure back to the root. It is NOT necessarily the path the user took to\n * arrive at a given page.\n *\n * @see breadcrumbs.class.php for config settings\n *\n * Included classes\n * .B_crumbBox Span that surrounds all crumb output\n * .B_hideCrumb Span surrounding the \"...\" if there are more crumbs than will be shown\n * .B_currentCrumb Span or A tag surrounding the current crumb\n * .B_firstCrumb Span that always surrounds the first crumb, whether it is \"home\" or not\n * .B_lastCrumb Span surrounding last crumb, whether it is the current page or not .\n * .B_crumb Class given to each A tag surrounding the intermediate crumbs (not home, or\n * hide)\n * .B_homeCrumb Class given to the home crumb\n */\nrequire_once $modx->getOption(\'breadcrumbs.core_path\',null,$modx->getOption(\'core_path\').\'components/breadcrumbs/\').\'model/breadcrumbs/breadcrumbs.class.php\';\n$bc = new BreadCrumbs($modx,$scriptProperties);\nreturn $bc->run();',0,'','',0,''),(4,0,0,'UltimateParent','Return the \"ultimate\" parent of a resource.',0,0,0,'/**\n * @name UltimateParent\n * @version 1.3\n * @author Susan Ottwell <sottwell@sottwell.com> March 2006\n * @author Al B <> May 18, 2007\n * @author S. Hamblett <shamblett@cwazy.co.uk>\n * @author Shaun McCormick <shaun@modx.com>\n * @author Jason Coward <modx@modx.com>\n *\n * @param &id The id of the document whose parent you want to find.\n * @param &top The top node for the search.\n * @param &topLevel The top level node for the search (root = level 1)\n *\n * @license Public Domain, use as you like.\n *\n * @example [[UltimateParent? &id=`45` &top=`6`]]\n * Will find the ultimate parent of document 45 if it is a child of document 6;\n * otherwise it will return 45.\n *\n * @example [[UltimateParent? &topLevel=`2`]]\n * Will find the ultimate parent of the current document at a depth of 2 levels\n * in the document hierarchy, with the root level being level 1.\n *\n * This snippet travels up the document tree from a specified document and\n * returns the \"ultimate\" parent.  Version 2.0 was rewritten to use the new\n * getParentIds function features available only in MODx 0.9.5 or later.\n *\n * Based on the original UltimateParent 1.x snippet by Susan Ottwell\n * <sottwell@sottwell.com>.  The topLevel parameter was introduced by staed and\n * adopted here.\n */\nif (!isset($modx)) return \'\';\n\n$top = isset($top) && intval($top) ? $top : 0;\n$id= isset($id) && intval($id) ? intval($id) : $modx->resource->get(\'id\');\n$topLevel= isset($topLevel) && intval($topLevel) ? intval($topLevel) : 0;\nif ($id && $id != $top) {\n    $pid = $id;\n    $pids = $modx->getParentIds($id);\n    if (!$topLevel || count($pids) >= $topLevel) {\n        while ($parentIds= $modx->getParentIds($id, 1)) {\n            $pid = array_pop($parentIds);\n            if ($pid == $top) {\n                break;\n            }\n            $id = $pid;\n            $parentIds = $modx->getParentIds($id);\n            if ($topLevel && count($parentIds) < $topLevel) {\n                break;\n            }\n        }\n    }\n}\nreturn $id;',0,NULL,'',0,''),(5,0,0,'WaifinderTest','',0,5,0,'$id=3; // ID категории каталога\n$columns=3; //Количество колонок\n\n  $ids = $modx->getChildIds($id,1); //Получаем id документов 1 уровня из категориии каталога\n  $ids_kolvo = count($ids); //считаем количество документов\n  $incol = ceil($ids_kolvo/$columns);  //Делим на кол-во колонок и получаем округленное значение документов в колонке\n  $parent_numb = 0; // заводим переменную для массива доков 1 уровня\n  \n  \n// Для каждой колонки...\n  for($col=1; $col <= $columns; $col++) {\n  \n    $a = \"\"; // ...создаем пустую переменную $a или обнуляем ее\n      \n\n//Для каждого пункта меню в данной колонке...\n        for($i=0; $i < $incol; $i++) {\n      \n        $parent_id = $ids[$parent_numb]; // ...получаем id...\n        $childs = $modx->getChildIds($parent_id,1);// ...берем дочерние ресурсы...\n        $kolvo = count($childs); // ..считаем их...\n        $k = 0; //.. создаем переменную для счетчика...\n        \n\n//id каждого пункта меню второго уровня...           \nfor($r = 0; $r <= $kolvo; $r++){\n                  \n                  $a .= $childs[$k].\',\'; //...пишем в массив через запятую...\n                  $k++; //...прибавляя счетчик.\n                 \n              }\n       \n       $a .= $ids[$parent_numb].\',\'; // Добавляем в конце родительскую категорию, через запятую \n       $parent_numb++; // Переходим к следующему пункту меню 1 уровня\n          \n      }\n    \n    $output = $modx->runSnippet(\'Wayfinder\', array(\'includeDocs\' => $a)); // Для каждой колонки вызываем wayfinder включая документы только для этой колонки\n\n    echo \"<div class=\\\"column-wrap\\\">\".$output.\"</div>\"; //Выводим результаты работы вейфайндера обрамленные в div',0,NULL,'',0,''),(6,0,0,'FormIt','A dynamic form processing snippet.',0,6,0,'/**\n * FormIt\n *\n * Copyright 2009-2011 by Shaun McCormick <shaun@modx.com>\n *\n * FormIt is free software; you can redistribute it and/or modify it\n * under the terms of the GNU General Public License as published by the Free\n * Software Foundation; either version 2 of the License, or (at your option) any\n * later version.\n *\n * FormIt is distributed in the hope that it will be useful, but WITHOUT ANY\n * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR\n * A PARTICULAR PURPOSE. See the GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License along with\n * FormIt; if not, write to the Free Software Foundation, Inc., 59 Temple Place,\n * Suite 330, Boston, MA 02111-1307 USA\n *\n * @package formit\n */\n/**\n * FormIt\n *\n * A dynamic form processing Snippet for MODx Revolution.\n *\n * @package formit\n */\nrequire_once $modx->getOption(\'formit.core_path\',null,$modx->getOption(\'core_path\',null,MODX_CORE_PATH).\'components/formit/\').\'model/formit/formit.class.php\';\n$fi = new FormIt($modx,$scriptProperties);\n$fi->initialize($modx->context->get(\'key\'));\n$fi->loadRequest();\n\n$fields = $fi->request->prepare();\nreturn $fi->request->handle($fields);',0,'a:55:{s:5:\"hooks\";a:7:{s:4:\"name\";s:5:\"hooks\";s:4:\"desc\";s:22:\"prop_formit.hooks_desc\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";s:0:\"\";s:7:\"lexicon\";s:17:\"formit:properties\";s:4:\"area\";s:0:\"\";}s:8:\"preHooks\";a:7:{s:4:\"name\";s:8:\"preHooks\";s:4:\"desc\";s:25:\"prop_formit.prehooks_desc\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";s:0:\"\";s:7:\"lexicon\";s:17:\"formit:properties\";s:4:\"area\";s:0:\"\";}s:9:\"submitVar\";a:7:{s:4:\"name\";s:9:\"submitVar\";s:4:\"desc\";s:26:\"prop_formit.submitvar_desc\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";s:0:\"\";s:7:\"lexicon\";s:17:\"formit:properties\";s:4:\"area\";s:0:\"\";}s:8:\"validate\";a:7:{s:4:\"name\";s:8:\"validate\";s:4:\"desc\";s:25:\"prop_formit.validate_desc\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";s:0:\"\";s:7:\"lexicon\";s:17:\"formit:properties\";s:4:\"area\";s:0:\"\";}s:6:\"errTpl\";a:7:{s:4:\"name\";s:6:\"errTpl\";s:4:\"desc\";s:23:\"prop_formit.errtpl_desc\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";s:37:\"<span class=\"error\">[[+error]]</span>\";s:7:\"lexicon\";s:17:\"formit:properties\";s:4:\"area\";s:0:\"\";}s:22:\"validationErrorMessage\";a:7:{s:4:\"name\";s:22:\"validationErrorMessage\";s:4:\"desc\";s:39:\"prop_formit.validationerrormessage_desc\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";s:96:\"<p class=\"error\">A form validation error occurred. Please check the values you have entered.</p>\";s:7:\"lexicon\";s:17:\"formit:properties\";s:4:\"area\";s:0:\"\";}s:22:\"validationErrorBulkTpl\";a:7:{s:4:\"name\";s:22:\"validationErrorBulkTpl\";s:4:\"desc\";s:39:\"prop_formit.validationerrorbulktpl_desc\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";s:19:\"<li>[[+error]]</li>\";s:7:\"lexicon\";s:17:\"formit:properties\";s:4:\"area\";s:0:\"\";}s:16:\"customValidators\";a:7:{s:4:\"name\";s:16:\"customValidators\";s:4:\"desc\";s:33:\"prop_formit.customvalidators_desc\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";s:0:\"\";s:7:\"lexicon\";s:17:\"formit:properties\";s:4:\"area\";s:0:\"\";}s:20:\"clearFieldsOnSuccess\";a:7:{s:4:\"name\";s:20:\"clearFieldsOnSuccess\";s:4:\"desc\";s:37:\"prop_formit.clearfieldsonsuccess_desc\";s:4:\"type\";s:13:\"combo-boolean\";s:7:\"options\";s:0:\"\";s:5:\"value\";b:1;s:7:\"lexicon\";s:17:\"formit:properties\";s:4:\"area\";s:0:\"\";}s:14:\"successMessage\";a:7:{s:4:\"name\";s:14:\"successMessage\";s:4:\"desc\";s:31:\"prop_formit.successmessage_desc\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";s:0:\"\";s:7:\"lexicon\";s:17:\"formit:properties\";s:4:\"area\";s:0:\"\";}s:25:\"successMessagePlaceholder\";a:7:{s:4:\"name\";s:25:\"successMessagePlaceholder\";s:4:\"desc\";s:42:\"prop_formit.successmessageplaceholder_desc\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";s:17:\"fi.successMessage\";s:7:\"lexicon\";s:17:\"formit:properties\";s:4:\"area\";s:0:\"\";}s:5:\"store\";a:7:{s:4:\"name\";s:5:\"store\";s:4:\"desc\";s:22:\"prop_formit.store_desc\";s:4:\"type\";s:13:\"combo-boolean\";s:7:\"options\";s:0:\"\";s:5:\"value\";b:0;s:7:\"lexicon\";s:17:\"formit:properties\";s:4:\"area\";s:0:\"\";}s:17:\"placeholderPrefix\";a:7:{s:4:\"name\";s:17:\"placeholderPrefix\";s:4:\"desc\";s:34:\"prop_formit.placeholderprefix_desc\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";s:3:\"fi.\";s:7:\"lexicon\";s:17:\"formit:properties\";s:4:\"area\";s:0:\"\";}s:9:\"storeTime\";a:7:{s:4:\"name\";s:9:\"storeTime\";s:4:\"desc\";s:26:\"prop_formit.storetime_desc\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";i:300;s:7:\"lexicon\";s:17:\"formit:properties\";s:4:\"area\";s:0:\"\";}s:10:\"allowFiles\";a:7:{s:4:\"name\";s:10:\"allowFiles\";s:4:\"desc\";s:27:\"prop_formit.allowfiles_desc\";s:4:\"type\";s:13:\"combo-boolean\";s:7:\"options\";s:0:\"\";s:5:\"value\";b:1;s:7:\"lexicon\";s:17:\"formit:properties\";s:4:\"area\";s:0:\"\";}s:15:\"spamEmailFields\";a:7:{s:4:\"name\";s:15:\"spamEmailFields\";s:4:\"desc\";s:32:\"prop_formit.spamemailfields_desc\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";s:5:\"email\";s:7:\"lexicon\";s:17:\"formit:properties\";s:4:\"area\";s:0:\"\";}s:11:\"spamCheckIp\";a:7:{s:4:\"name\";s:11:\"spamCheckIp\";s:4:\"desc\";s:28:\"prop_formit.spamcheckip_desc\";s:4:\"type\";s:13:\"combo-boolean\";s:7:\"options\";s:0:\"\";s:5:\"value\";b:0;s:7:\"lexicon\";s:17:\"formit:properties\";s:4:\"area\";s:0:\"\";}s:11:\"recaptchaJs\";a:7:{s:4:\"name\";s:11:\"recaptchaJs\";s:4:\"desc\";s:28:\"prop_formit.recaptchajs_desc\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";s:2:\"{}\";s:7:\"lexicon\";s:17:\"formit:properties\";s:4:\"area\";s:0:\"\";}s:14:\"recaptchaTheme\";a:7:{s:4:\"name\";s:14:\"recaptchaTheme\";s:4:\"desc\";s:31:\"prop_formit.recaptchatheme_desc\";s:4:\"type\";s:4:\"list\";s:7:\"options\";a:4:{i:0;a:2:{s:4:\"text\";s:14:\"formit.opt_red\";s:5:\"value\";s:3:\"red\";}i:1;a:2:{s:4:\"text\";s:16:\"formit.opt_white\";s:5:\"value\";s:5:\"white\";}i:2;a:2:{s:4:\"text\";s:16:\"formit.opt_clean\";s:5:\"value\";s:5:\"clean\";}i:3;a:2:{s:4:\"text\";s:21:\"formit.opt_blackglass\";s:5:\"value\";s:10:\"blackglass\";}}s:5:\"value\";s:5:\"clean\";s:7:\"lexicon\";s:17:\"formit:properties\";s:4:\"area\";s:0:\"\";}s:10:\"redirectTo\";a:7:{s:4:\"name\";s:10:\"redirectTo\";s:4:\"desc\";s:27:\"prop_formit.redirectto_desc\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";s:0:\"\";s:7:\"lexicon\";s:17:\"formit:properties\";s:4:\"area\";s:0:\"\";}s:14:\"redirectParams\";a:7:{s:4:\"name\";s:14:\"redirectParams\";s:4:\"desc\";s:31:\"prop_formit.redirectparams_desc\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";s:0:\"\";s:7:\"lexicon\";s:17:\"formit:properties\";s:4:\"area\";s:0:\"\";}s:7:\"emailTo\";a:7:{s:4:\"name\";s:7:\"emailTo\";s:4:\"desc\";s:24:\"prop_formit.emailto_desc\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";s:0:\"\";s:7:\"lexicon\";s:17:\"formit:properties\";s:4:\"area\";s:0:\"\";}s:11:\"emailToName\";a:7:{s:4:\"name\";s:11:\"emailToName\";s:4:\"desc\";s:28:\"prop_formit.emailtoname_desc\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";s:0:\"\";s:7:\"lexicon\";s:17:\"formit:properties\";s:4:\"area\";s:0:\"\";}s:9:\"emailFrom\";a:7:{s:4:\"name\";s:9:\"emailFrom\";s:4:\"desc\";s:26:\"prop_formit.emailfrom_desc\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";s:0:\"\";s:7:\"lexicon\";s:17:\"formit:properties\";s:4:\"area\";s:0:\"\";}s:13:\"emailFromName\";a:7:{s:4:\"name\";s:13:\"emailFromName\";s:4:\"desc\";s:30:\"prop_formit.emailfromname_desc\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";s:0:\"\";s:7:\"lexicon\";s:17:\"formit:properties\";s:4:\"area\";s:0:\"\";}s:12:\"emailReplyTo\";a:7:{s:4:\"name\";s:12:\"emailReplyTo\";s:4:\"desc\";s:29:\"prop_formit.emailreplyto_desc\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";s:0:\"\";s:7:\"lexicon\";s:17:\"formit:properties\";s:4:\"area\";s:0:\"\";}s:16:\"emailReplyToName\";a:7:{s:4:\"name\";s:16:\"emailReplyToName\";s:4:\"desc\";s:33:\"prop_formit.emailreplytoname_desc\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";s:0:\"\";s:7:\"lexicon\";s:17:\"formit:properties\";s:4:\"area\";s:0:\"\";}s:7:\"emailCC\";a:7:{s:4:\"name\";s:7:\"emailCC\";s:4:\"desc\";s:24:\"prop_formit.emailcc_desc\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";s:0:\"\";s:7:\"lexicon\";s:17:\"formit:properties\";s:4:\"area\";s:0:\"\";}s:11:\"emailCCName\";a:7:{s:4:\"name\";s:11:\"emailCCName\";s:4:\"desc\";s:28:\"prop_formit.emailccname_desc\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";s:0:\"\";s:7:\"lexicon\";s:17:\"formit:properties\";s:4:\"area\";s:0:\"\";}s:8:\"emailBCC\";a:7:{s:4:\"name\";s:8:\"emailBCC\";s:4:\"desc\";s:25:\"prop_formit.emailbcc_desc\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";s:0:\"\";s:7:\"lexicon\";s:17:\"formit:properties\";s:4:\"area\";s:0:\"\";}s:12:\"emailBCCName\";a:7:{s:4:\"name\";s:12:\"emailBCCName\";s:4:\"desc\";s:29:\"prop_formit.emailbccname_desc\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";s:0:\"\";s:7:\"lexicon\";s:17:\"formit:properties\";s:4:\"area\";s:0:\"\";}s:12:\"emailSubject\";a:7:{s:4:\"name\";s:12:\"emailSubject\";s:4:\"desc\";s:29:\"prop_formit.emailsubject_desc\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";s:0:\"\";s:7:\"lexicon\";s:17:\"formit:properties\";s:4:\"area\";s:0:\"\";}s:23:\"emailUseFieldForSubject\";a:7:{s:4:\"name\";s:23:\"emailUseFieldForSubject\";s:4:\"desc\";s:40:\"prop_formit.emailusefieldforsubject_desc\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";s:0:\"\";s:7:\"lexicon\";s:17:\"formit:properties\";s:4:\"area\";s:0:\"\";}s:9:\"emailHtml\";a:7:{s:4:\"name\";s:9:\"emailHtml\";s:4:\"desc\";s:26:\"prop_formit.emailhtml_desc\";s:4:\"type\";s:13:\"combo-boolean\";s:7:\"options\";s:0:\"\";s:5:\"value\";b:1;s:7:\"lexicon\";s:17:\"formit:properties\";s:4:\"area\";s:0:\"\";}s:20:\"emailConvertNewlines\";a:7:{s:4:\"name\";s:20:\"emailConvertNewlines\";s:4:\"desc\";s:37:\"prop_formit.emailconvertnewlines_desc\";s:4:\"type\";s:13:\"combo-boolean\";s:7:\"options\";s:0:\"\";s:5:\"value\";b:0;s:7:\"lexicon\";s:17:\"formit:properties\";s:4:\"area\";s:0:\"\";}s:17:\"emailMultiWrapper\";a:7:{s:4:\"name\";s:17:\"emailMultiWrapper\";s:4:\"desc\";s:34:\"prop_formit.emailmultiwrapper_desc\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";s:10:\"[[+value]]\";s:7:\"lexicon\";s:17:\"formit:properties\";s:4:\"area\";s:0:\"\";}s:19:\"emailMultiSeparator\";a:7:{s:4:\"name\";s:19:\"emailMultiSeparator\";s:4:\"desc\";s:36:\"prop_formit.emailmultiseparator_desc\";s:4:\"type\";s:13:\"combo-boolean\";s:7:\"options\";s:0:\"\";s:5:\"value\";s:0:\"\";s:7:\"lexicon\";s:17:\"formit:properties\";s:4:\"area\";s:0:\"\";}s:7:\"fiarTpl\";a:7:{s:4:\"name\";s:7:\"fiarTpl\";s:4:\"desc\";s:22:\"prop_fiar.fiartpl_desc\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";s:0:\"\";s:7:\"lexicon\";s:17:\"formit:properties\";s:4:\"area\";s:0:\"\";}s:11:\"fiarToField\";a:7:{s:4:\"name\";s:11:\"fiarToField\";s:4:\"desc\";s:26:\"prop_fiar.fiartofield_desc\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";s:5:\"email\";s:7:\"lexicon\";s:17:\"formit:properties\";s:4:\"area\";s:0:\"\";}s:11:\"fiarSubject\";a:7:{s:4:\"name\";s:11:\"fiarSubject\";s:4:\"desc\";s:26:\"prop_fiar.fiarsubject_desc\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";s:30:\"[[++site_name]] Auto-Responder\";s:7:\"lexicon\";s:17:\"formit:properties\";s:4:\"area\";s:0:\"\";}s:8:\"fiarFrom\";a:7:{s:4:\"name\";s:8:\"fiarFrom\";s:4:\"desc\";s:23:\"prop_fiar.fiarfrom_desc\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";s:0:\"\";s:7:\"lexicon\";s:17:\"formit:properties\";s:4:\"area\";s:0:\"\";}s:12:\"fiarFromName\";a:7:{s:4:\"name\";s:12:\"fiarFromName\";s:4:\"desc\";s:27:\"prop_fiar.fiarfromname_desc\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";s:0:\"\";s:7:\"lexicon\";s:17:\"formit:properties\";s:4:\"area\";s:0:\"\";}s:11:\"fiarReplyTo\";a:7:{s:4:\"name\";s:11:\"fiarReplyTo\";s:4:\"desc\";s:26:\"prop_fiar.fiarreplyto_desc\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";s:0:\"\";s:7:\"lexicon\";s:17:\"formit:properties\";s:4:\"area\";s:0:\"\";}s:15:\"fiarReplyToName\";a:7:{s:4:\"name\";s:15:\"fiarReplyToName\";s:4:\"desc\";s:30:\"prop_fiar.fiarreplytoname_desc\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";s:0:\"\";s:7:\"lexicon\";s:17:\"formit:properties\";s:4:\"area\";s:0:\"\";}s:6:\"fiarCC\";a:7:{s:4:\"name\";s:6:\"fiarCC\";s:4:\"desc\";s:21:\"prop_fiar.fiarcc_desc\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";s:0:\"\";s:7:\"lexicon\";s:17:\"formit:properties\";s:4:\"area\";s:0:\"\";}s:10:\"fiarCCName\";a:7:{s:4:\"name\";s:10:\"fiarCCName\";s:4:\"desc\";s:25:\"prop_fiar.fiarccname_desc\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";s:0:\"\";s:7:\"lexicon\";s:17:\"formit:properties\";s:4:\"area\";s:0:\"\";}s:7:\"fiarBCC\";a:7:{s:4:\"name\";s:7:\"fiarBCC\";s:4:\"desc\";s:22:\"prop_fiar.fiarbcc_desc\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";s:0:\"\";s:7:\"lexicon\";s:17:\"formit:properties\";s:4:\"area\";s:0:\"\";}s:11:\"fiarBCCName\";a:7:{s:4:\"name\";s:11:\"fiarBCCName\";s:4:\"desc\";s:26:\"prop_fiar.fiarbccname_desc\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";s:0:\"\";s:7:\"lexicon\";s:17:\"formit:properties\";s:4:\"area\";s:0:\"\";}s:8:\"fiarHtml\";a:7:{s:4:\"name\";s:8:\"fiarHtml\";s:4:\"desc\";s:23:\"prop_fiar.fiarhtml_desc\";s:4:\"type\";s:13:\"combo-boolean\";s:7:\"options\";s:0:\"\";s:5:\"value\";b:1;s:7:\"lexicon\";s:17:\"formit:properties\";s:4:\"area\";s:0:\"\";}s:12:\"mathMinRange\";a:7:{s:4:\"name\";s:12:\"mathMinRange\";s:4:\"desc\";s:27:\"prop_math.mathminrange_desc\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";i:10;s:7:\"lexicon\";s:17:\"formit:properties\";s:4:\"area\";s:0:\"\";}s:12:\"mathMaxRange\";a:7:{s:4:\"name\";s:12:\"mathMaxRange\";s:4:\"desc\";s:27:\"prop_math.mathmaxrange_desc\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";i:100;s:7:\"lexicon\";s:17:\"formit:properties\";s:4:\"area\";s:0:\"\";}s:9:\"mathField\";a:7:{s:4:\"name\";s:9:\"mathField\";s:4:\"desc\";s:24:\"prop_math.mathfield_desc\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";s:4:\"math\";s:7:\"lexicon\";s:17:\"formit:properties\";s:4:\"area\";s:0:\"\";}s:12:\"mathOp1Field\";a:7:{s:4:\"name\";s:12:\"mathOp1Field\";s:4:\"desc\";s:27:\"prop_math.mathop1field_desc\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";s:3:\"op1\";s:7:\"lexicon\";s:17:\"formit:properties\";s:4:\"area\";s:0:\"\";}s:12:\"mathOp2Field\";a:7:{s:4:\"name\";s:12:\"mathOp2Field\";s:4:\"desc\";s:27:\"prop_math.mathop2field_desc\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";s:3:\"op2\";s:7:\"lexicon\";s:17:\"formit:properties\";s:4:\"area\";s:0:\"\";}s:17:\"mathOperatorField\";a:7:{s:4:\"name\";s:17:\"mathOperatorField\";s:4:\"desc\";s:32:\"prop_math.mathoperatorfield_desc\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";s:8:\"operator\";s:7:\"lexicon\";s:17:\"formit:properties\";s:4:\"area\";s:0:\"\";}}','',0,''),(7,0,0,'FormItAutoResponder','Custom hook for FormIt to handle Auto-Response emails.',0,6,0,'/**\n * FormIt\n *\n * Copyright 2009-2011 by Shaun McCormick <shaun@modx.com>\n *\n * FormIt is free software; you can redistribute it and/or modify it\n * under the terms of the GNU General Public License as published by the Free\n * Software Foundation; either version 2 of the License, or (at your option) any\n * later version.\n *\n * FormIt is distributed in the hope that it will be useful, but WITHOUT ANY\n * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR\n * A PARTICULAR PURPOSE. See the GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License along with\n * FormIt; if not, write to the Free Software Foundation, Inc., 59 Temple Place,\n * Suite 330, Boston, MA 02111-1307 USA\n *\n * @package formit\n */\n/**\n * A custom FormIt hook for auto-responders.\n *\n * @var modX $modx\n * @var array $scriptProperties\n * @var FormIt $formit\n * @var fiHooks $hook\n * \n * @package formit\n */\n/* setup default properties */\n$tpl = $modx->getOption(\'fiarTpl\',$scriptProperties,\'fiarTpl\');\n$mailFrom = $modx->getOption(\'fiarFrom\',$scriptProperties,$modx->getOption(\'emailsender\'));\n$mailFromName = $modx->getOption(\'fiarFromName\',$scriptProperties,$modx->getOption(\'site_name\'));\n$mailSender = $modx->getOption(\'fiarSender\',$scriptProperties,$modx->getOption(\'emailsender\'));\n$mailSubject = $modx->getOption(\'fiarSubject\',$scriptProperties,\'[[++site_name]] Auto-Responder\');\n$mailSubject = str_replace(array(\'[[++site_name]]\',\'[[++emailsender]]\'),array($modx->getOption(\'site_name\'),$modx->getOption(\'emailsender\')),$mailSubject);\n$mailReplyTo = $modx->getOption(\'fiarReplyTo\',$scriptProperties,$mailFrom);\n$isHtml = $modx->getOption(\'fiarHtml\',$scriptProperties,true);\n$toField = $modx->getOption(\'fiarToField\',$scriptProperties,\'email\');\n$multiSeparator = $modx->getOption(\'fiarMultiSeparator\',$formit->config,\"\\n\");\n$multiWrapper = $modx->getOption(\'fiarMultiWrapper\',$formit->config,\"[[+value]]\");\nif (empty($fields[$toField])) {\n    $modx->log(modX::LOG_LEVEL_ERROR,\'[FormIt] Auto-responder could not find field `\'.$toField.\'` in form submission.\');\n    return false;\n}\n\n/* handle checkbox and array fields */\nforeach ($fields as $k => &$v) {\n    if (is_array($v)) {\n        $vOpts = array();\n        foreach ($v as $vKey => $vValue) {\n            if (is_string($vKey) && !empty($vKey)) {\n                $vKey = $k.\'.\'.$vKey;\n                $fields[$vKey] = $vValue;\n            } else {\n                $vOpts[] = str_replace(\'[[+value]]\',$vValue,$multiWrapper);\n            }\n        }\n        $newValue = implode($multiSeparator,$vOpts);\n        if (!empty($vOpts)) {\n            $fields[$k] = $newValue;\n        }\n    }\n}\n\n/* setup placeholders */\n$placeholders = $fields;\n$mailTo= $fields[$toField];\n\n$message = $formit->getChunk($tpl,$placeholders);\n\n$modx->getService(\'mail\', \'mail.modPHPMailer\');\n$modx->mail->reset();\n$modx->mail->set(modMail::MAIL_BODY,$message);\n$modx->mail->set(modMail::MAIL_FROM,$hook->_process($mailFrom,$placeholders));\n$modx->mail->set(modMail::MAIL_FROM_NAME,$hook->_process($mailFromName,$placeholders));\n$modx->mail->set(modMail::MAIL_SENDER,$hook->_process($mailSender,$placeholders));\n$modx->mail->set(modMail::MAIL_SUBJECT,$hook->_process($mailSubject,$placeholders));\n$modx->mail->address(\'to\',$mailTo);\n$modx->mail->setHTML($isHtml);\n\n/* reply to */\n$emailReplyTo = $modx->getOption(\'fiarReplyTo\',$scriptProperties,$mailFrom);\n$emailReplyTo = $hook->_process($emailReplyTo,$fields);\n$emailReplyToName = $modx->getOption(\'fiarReplyToName\',$scriptProperties,$mailFromName);\n$emailReplyToName = $hook->_process($emailReplyToName,$fields);\n$modx->mail->address(\'reply-to\',$emailReplyTo,$emailReplyToName);\n\n/* cc */\n$emailCC = $modx->getOption(\'fiarCC\',$scriptProperties,\'\');\nif (!empty($emailCC)) {\n    $emailCCName = $modx->getOption(\'fiarCCName\',$scriptProperties,\'\');\n    $emailCC = explode(\',\',$emailCC);\n    $emailCCName = explode(\',\',$emailCCName);\n    $numAddresses = count($emailCC);\n    for ($i=0;$i<$numAddresses;$i++) {\n        $etn = !empty($emailCCName[$i]) ? $emailCCName[$i] : \'\';\n        if (!empty($etn)) $etn = $hook->_process($etn,$fields);\n        $emailCC[$i] = $hook->_process($emailCC[$i],$fields);\n        $modx->mail->address(\'cc\',$emailCC[$i],$etn);\n    }\n}\n\n/* bcc */\n$emailBCC = $modx->getOption(\'fiarBCC\',$scriptProperties,\'\');\nif (!empty($emailBCC)) {\n    $emailBCCName = $modx->getOption(\'fiarBCCName\',$scriptProperties,\'\');\n    $emailBCC = explode(\',\',$emailBCC);\n    $emailBCCName = explode(\',\',$emailBCCName);\n    $numAddresses = count($emailBCC);\n    for ($i=0;$i<$numAddresses;$i++) {\n        $etn = !empty($emailBCCName[$i]) ? $emailBCCName[$i] : \'\';\n        if (!empty($etn)) $etn = $hook->_process($etn,$fields);\n        $emailBCC[$i] = $hook->_process($emailBCC[$i],$fields);\n        $modx->mail->address(\'bcc\',$emailBCC[$i],$etn);\n    }\n}\n\nif (!$formit->inTestMode) {\n    if (!$modx->mail->send()) {\n        $modx->log(modX::LOG_LEVEL_ERROR,\'[FormIt] An error occurred while trying to send the auto-responder email: \'.$modx->mail->mailer->ErrorInfo);\n        return false;\n    }\n}\n$modx->mail->reset();\nreturn true;',0,NULL,'',0,''),(8,0,0,'FormItRetriever','Fetches a form submission for a user for displaying on a thank you page.',0,6,0,'/**\n * FormIt\n *\n * Copyright 2009-2011 by Shaun McCormick <shaun@modx.com>\n *\n * FormIt is free software; you can redistribute it and/or modify it\n * under the terms of the GNU General Public License as published by the Free\n * Software Foundation; either version 2 of the License, or (at your option) any\n * later version.\n *\n * FormIt is distributed in the hope that it will be useful, but WITHOUT ANY\n * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR\n * A PARTICULAR PURPOSE. See the GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License along with\n * FormIt; if not, write to the Free Software Foundation, Inc., 59 Temple Place,\n * Suite 330, Boston, MA 02111-1307 USA\n *\n * @package formit\n */\n/**\n * Retrieves a prior form submission that was stored with the &store property\n * in a FormIt call.\n *\n * @var modX $modx\n * @var array $scriptProperties\n * \n * @package formit\n */\nrequire_once $modx->getOption(\'formit.core_path\',null,$modx->getOption(\'core_path\').\'components/formit/\').\'model/formit/formit.class.php\';\n$fi = new FormIt($modx,$scriptProperties);\n\n/* setup properties */\n$placeholderPrefix = $modx->getOption(\'placeholderPrefix\',$scriptProperties,\'fi.\');\n$eraseOnLoad = $modx->getOption(\'eraseOnLoad\',$scriptProperties,false);\n$redirectToOnNotFound = $modx->getOption(\'redirectToOnNotFound\',$scriptProperties,false);\n\n/* fetch data from cache and set to placeholders */\n$fi->loadRequest();\n$fi->request->loadDictionary();\n$data = $fi->request->dictionary->retrieve();\nif (!empty($data)) {\n    /* set data to placeholders */\n    $modx->toPlaceholders($data,$placeholderPrefix,\'\');\n    \n    /* if set, erase the data on load, otherwise depend on cache expiry time */\n    if ($eraseOnLoad) {\n        $fi->request->dictionary->erase();\n    }\n/* if the data\'s not found, and we want to redirect somewhere if so, do here */\n} else if (!empty($redirectToOnNotFound)) {\n    $url = $modx->makeUrl($redirectToOnNotFound);\n    $modx->sendRedirect($url);\n}\nreturn \'\';',0,'a:3:{s:17:\"placeholderPrefix\";a:7:{s:4:\"name\";s:17:\"placeholderPrefix\";s:4:\"desc\";s:31:\"prop_fir.placeholderprefix_desc\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";s:3:\"fi.\";s:7:\"lexicon\";s:17:\"formit:properties\";s:4:\"area\";s:0:\"\";}s:20:\"redirectToOnNotFound\";a:7:{s:4:\"name\";s:20:\"redirectToOnNotFound\";s:4:\"desc\";s:34:\"prop_fir.redirecttoonnotfound_desc\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";s:0:\"\";s:7:\"lexicon\";s:17:\"formit:properties\";s:4:\"area\";s:0:\"\";}s:11:\"eraseOnLoad\";a:7:{s:4:\"name\";s:11:\"eraseOnLoad\";s:4:\"desc\";s:25:\"prop_fir.eraseonload_desc\";s:4:\"type\";s:13:\"combo-boolean\";s:7:\"options\";s:0:\"\";s:5:\"value\";b:0;s:7:\"lexicon\";s:17:\"formit:properties\";s:4:\"area\";s:0:\"\";}}','',0,''),(9,0,0,'FormItIsChecked','A custom output filter used with checkboxes/radios for checking checked status.',0,6,0,'/**\n * FormIt\n *\n * Copyright 2009-2011 by Shaun McCormick <shaun@modx.com>\n *\n * FormIt is free software; you can redistribute it and/or modify it\n * under the terms of the GNU General Public License as published by the Free\n * Software Foundation; either version 2 of the License, or (at your option) any\n * later version.\n *\n * FormIt is distributed in the hope that it will be useful, but WITHOUT ANY\n * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR\n * A PARTICULAR PURPOSE. See the GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License along with\n * FormIt; if not, write to the Free Software Foundation, Inc., 59 Temple Place,\n * Suite 330, Boston, MA 02111-1307 USA\n *\n * @package formit\n */\n/**\n * Custom output filter that returns checked=\"checked\" if the value is set\n *\n * @var string $input\n * @var string $options\n * @package formit\n */\n$output = \' \';\nif ($input == $options) {\n    $output = \' checked=\"checked\"\';\n}\nif (strpos($input,\',\') !== false) {\n    $input = explode(\',\',$input);\n    if (in_array($options,$input)) {\n        $output = \' checked=\"checked\"\';\n    }\n}\nreturn $output;',0,NULL,'',0,''),(10,0,0,'FormItIsSelected','A custom output filter used with dropdowns for checking selected status.',0,6,0,'/**\n * FormIt\n *\n * Copyright 2009-2011 by Shaun McCormick <shaun@modx.com>\n *\n * FormIt is free software; you can redistribute it and/or modify it\n * under the terms of the GNU General Public License as published by the Free\n * Software Foundation; either version 2 of the License, or (at your option) any\n * later version.\n *\n * FormIt is distributed in the hope that it will be useful, but WITHOUT ANY\n * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR\n * A PARTICULAR PURPOSE. See the GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License along with\n * FormIt; if not, write to the Free Software Foundation, Inc., 59 Temple Place,\n * Suite 330, Boston, MA 02111-1307 USA\n *\n * @package formit\n */\n/**\n * Custom output filter that returns checked=\"checked\" if the value is set\n *\n * @var string $input\n * @var string $options\n * @package formit\n */\n$output = \' \';\nif ($input == $options) {\n    $output = \' selected=\"selected\"\';\n}\nif (strpos($input,\',\') !== false) {\n    $input = explode(\',\',$input);\n    if (in_array($options,$input)) {\n        $output = \' selected=\"selected\"\';\n    }\n}\nreturn $output;',0,NULL,'',0,''),(11,0,0,'FormItCountryOptions','A utility snippet for generating a dropdown list of countries.',0,6,0,'/**\n * FormIt\n *\n * Copyright 2009-2011 by Shaun McCormick <shaun@modx.com>\n *\n * FormIt is free software; you can redistribute it and/or modify it\n * under the terms of the GNU General Public License as published by the Free\n * Software Foundation; either version 2 of the License, or (at your option) any\n * later version.\n *\n * FormIt is distributed in the hope that it will be useful, but WITHOUT ANY\n * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR\n * A PARTICULAR PURPOSE. See the GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License along with\n * FormIt; if not, write to the Free Software Foundation, Inc., 59 Temple Place,\n * Suite 330, Boston, MA 02111-1307 USA\n *\n * @package formit\n */\n/**\n * Automatically generates and outputs a country list for usage in forms\n *\n * @var modX $modx\n * @var array $scriptProperties\n * @package formit\n */\nrequire_once $modx->getOption(\'formit.core_path\',null,$modx->getOption(\'core_path\').\'components/formit/\').\'model/formit/formit.class.php\';\n$fi = new FormIt($modx,$scriptProperties);\n\n/** @var fiCountryOptions $co */\n$co = $fi->loadModule(\'fiCountryOptions\',\'countryOptions\',$scriptProperties);\n$co->initialize();\n$co->getData();\n$co->loadPrioritized();\n$co->iterate();\nreturn $co->output();',0,'a:9:{s:8:\"selected\";a:7:{s:4:\"name\";s:8:\"selected\";s:4:\"desc\";s:23:\"prop_fico.selected_desc\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";s:0:\"\";s:7:\"lexicon\";s:17:\"formit:properties\";s:4:\"area\";s:0:\"\";}s:3:\"tpl\";a:7:{s:4:\"name\";s:3:\"tpl\";s:4:\"desc\";s:18:\"prop_fico.tpl_desc\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";s:6:\"option\";s:7:\"lexicon\";s:17:\"formit:properties\";s:4:\"area\";s:0:\"\";}s:10:\"useIsoCode\";a:7:{s:4:\"name\";s:10:\"useIsoCode\";s:4:\"desc\";s:25:\"prop_fico.useisocode_desc\";s:4:\"type\";s:13:\"combo-boolean\";s:7:\"options\";s:0:\"\";s:5:\"value\";b:1;s:7:\"lexicon\";s:17:\"formit:properties\";s:4:\"area\";s:0:\"\";}s:11:\"prioritized\";a:7:{s:4:\"name\";s:11:\"prioritized\";s:4:\"desc\";s:26:\"prop_fico.prioritized_desc\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";s:0:\"\";s:7:\"lexicon\";s:17:\"formit:properties\";s:4:\"area\";s:0:\"\";}s:11:\"optGroupTpl\";a:7:{s:4:\"name\";s:11:\"optGroupTpl\";s:4:\"desc\";s:26:\"prop_fico.optgrouptpl_desc\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";s:8:\"optgroup\";s:7:\"lexicon\";s:17:\"formit:properties\";s:4:\"area\";s:0:\"\";}s:20:\"prioritizedGroupText\";a:7:{s:4:\"name\";s:20:\"prioritizedGroupText\";s:4:\"desc\";s:35:\"prop_fico.prioritizedgrouptext_desc\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";s:0:\"\";s:7:\"lexicon\";s:17:\"formit:properties\";s:4:\"area\";s:0:\"\";}s:12:\"allGroupText\";a:7:{s:4:\"name\";s:12:\"allGroupText\";s:4:\"desc\";s:27:\"prop_fico.allgrouptext_desc\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";s:0:\"\";s:7:\"lexicon\";s:17:\"formit:properties\";s:4:\"area\";s:0:\"\";}s:17:\"selectedAttribute\";a:7:{s:4:\"name\";s:17:\"selectedAttribute\";s:4:\"desc\";s:32:\"prop_fico.selectedattribute_desc\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";s:20:\" selected=\"selected\"\";s:7:\"lexicon\";s:17:\"formit:properties\";s:4:\"area\";s:0:\"\";}s:13:\"toPlaceholder\";a:7:{s:4:\"name\";s:13:\"toPlaceholder\";s:4:\"desc\";s:28:\"prop_fico.toplaceholder_desc\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";s:0:\"\";s:7:\"lexicon\";s:17:\"formit:properties\";s:4:\"area\";s:0:\"\";}}','',0,''),(12,0,0,'FormItStateOptions','A utility snippet for generating a dropdown list of U.S. states.',0,6,0,'/**\n * FormIt\n *\n * Copyright 2009-2011 by Shaun McCormick <shaun@modx.com>\n *\n * FormIt is free software; you can redistribute it and/or modify it\n * under the terms of the GNU General Public License as published by the Free\n * Software Foundation; either version 2 of the License, or (at your option) any\n * later version.\n *\n * FormIt is distributed in the hope that it will be useful, but WITHOUT ANY\n * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR\n * A PARTICULAR PURPOSE. See the GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License along with\n * FormIt; if not, write to the Free Software Foundation, Inc., 59 Temple Place,\n * Suite 330, Boston, MA 02111-1307 USA\n *\n * @package formit\n */\n/**\n * Automatically generates and outputs a U.S. state list for usage in forms\n * \n * @package formit\n */\nrequire_once $modx->getOption(\'formit.core_path\',null,$modx->getOption(\'core_path\').\'components/formit/\').\'model/formit/formit.class.php\';\n$fi = new FormIt($modx,$scriptProperties);\n\n/** @var fiCountryOptions $co */\n$co = $fi->loadModule(\'fiStateOptions\',\'stateOptions\',$scriptProperties);\n$co->initialize();\n$co->getData();\n$co->iterate();\nreturn $co->output();',0,'a:5:{s:8:\"selected\";a:7:{s:4:\"name\";s:8:\"selected\";s:4:\"desc\";s:23:\"prop_fiso.selected_desc\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";s:0:\"\";s:7:\"lexicon\";s:17:\"formit:properties\";s:4:\"area\";s:0:\"\";}s:3:\"tpl\";a:7:{s:4:\"name\";s:3:\"tpl\";s:4:\"desc\";s:18:\"prop_fiso.tpl_desc\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";s:6:\"option\";s:7:\"lexicon\";s:17:\"formit:properties\";s:4:\"area\";s:0:\"\";}s:7:\"useAbbr\";a:7:{s:4:\"name\";s:7:\"useAbbr\";s:4:\"desc\";s:22:\"prop_fiso.useabbr_desc\";s:4:\"type\";s:13:\"combo-boolean\";s:7:\"options\";s:0:\"\";s:5:\"value\";b:1;s:7:\"lexicon\";s:17:\"formit:properties\";s:4:\"area\";s:0:\"\";}s:17:\"selectedAttribute\";a:7:{s:4:\"name\";s:17:\"selectedAttribute\";s:4:\"desc\";s:32:\"prop_fiso.selectedattribute_desc\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";s:20:\" selected=\"selected\"\";s:7:\"lexicon\";s:17:\"formit:properties\";s:4:\"area\";s:0:\"\";}s:13:\"toPlaceholder\";a:7:{s:4:\"name\";s:13:\"toPlaceholder\";s:4:\"desc\";s:28:\"prop_fiso.toplaceholder_desc\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";s:0:\"\";s:7:\"lexicon\";s:17:\"formit:properties\";s:4:\"area\";s:0:\"\";}}','',0,''),(13,0,0,'phpthumbof','A custom output filter that generates thumbnails securely with phpThumb.',0,0,0,'/**\n * phpThumbOf\n *\n * Copyright 2009-2011 by Shaun McCormick <shaun@modx.com>\n *\n * phpThumbOf is free software; you can redistribute it and/or modify it\n * under the terms of the GNU General Public License as published by the Free\n * Software Foundation; either version 2 of the License, or (at your option) any\n * later version.\n *\n * phpThumbOf is distributed in the hope that it will be useful, but WITHOUT ANY\n * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR\n * A PARTICULAR PURPOSE. See the GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License along with\n * phpThumbOf; if not, write to the Free Software Foundation, Inc., 59 Temple\n * Place, Suite 330, Boston, MA 02111-1307 USA\n *\n * @package phpthumbof\n */\n/**\n * A custom output filter for phpThumb\n *\n * @var modX $modx\n * @var array $scriptProperties\n * @var phpThumbOf $phpThumbOf\n * @var string $input\n * @var string|array $options\n *\n * @package phpthumbof\n */\nif (empty($modx)) return \'\';\nif (!$modx->loadClass(\'modPhpThumb\',$modx->getOption(\'core_path\').\'model/phpthumb/\',true,true)) {\n    $modx->log(modX::LOG_LEVEL_ERROR,\'[phpThumbOf] Could not load modPhpThumb class.\');\n    return \'\';\n}\nif (empty($input)) {\n    $modx->log(modX::LOG_LEVEL_DEBUG,\'[phpThumbOf] Empty image path passed, aborting.\');\n    return \'\';\n}\n$modelPath = $modx->getOption(\'phpthumbof.core_path\',null,$modx->getOption(\'core_path\').\'components/phpthumbof/\').\'model/\';\nrequire_once $modelPath.\'phpthumbof/phpthumbof.class.php\';\n$phpThumbOf = new phpThumbOf($modx,$scriptProperties);\n\n$phpThumbOf->getCacheDirectory();\n$phpThumbOf->ensureCacheDirectoryIsWritable();\n\n$thumbnail = $phpThumbOf->createThumbnailObject();\n$thumbnail->setInput($input);\n$thumbnail->setOptions($options);\n$thumbnail->initializeService();\nreturn $thumbnail->render();',0,NULL,'',0,''),(21,0,0,'GoogleSiteMap','Builds the Google SiteMap XML.',0,12,0,'/**\n * GoogleSiteMap\n *\n * Copyright 2009-2010 by Shaun McCormick <shaun@modx.com>\n *\n * - Based on Michal Till\'s MODx Evolution GoogleSiteMap_XML snippet\n *\n * GoogleSiteMap is free software; you can redistribute it and/or modify it\n * under the terms of the GNU General Public License as published by the Free\n * Software Foundation; either version 2 of the License, or (at your option) any\n * later version.\n *\n * GoogleSiteMap is distributed in the hope that it will be useful, but WITHOUT ANY\n * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR\n * A PARTICULAR PURPOSE. See the GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License along with\n * GoogleSiteMap; if not, write to the Free Software Foundation, Inc., 59 Temple\n * Place, Suite 330, Boston, MA 02111-1307 USA\n *\n * @package googlesitemap\n */\n/**\n * GoogleSiteMap for MODx Revolution\n *\n * @package googlesitemap\n */\nrequire_once $modx->getOption(\'googlesitemap.core_path\',null,$modx->getOption(\'core_path\').\'components/googlesitemap/\').\'model/googlesitemap/googlesitemap.class.php\';\n$GoogleSiteMap = new GoogleSiteMap($modx,$scriptProperties);\n\n/* setup default properties */\n$googleSchema = $modx->getOption(\'googleSchema\',$scriptProperties,\'http://www.sitemaps.org/schemas/sitemap/0.9\');\n$containerTpl = $modx->getOption(\'containerTpl\',$scriptProperties,\'gContainer\');\n$startId = (int)$modx->getOption(\'startId\',$scriptProperties,0);\n\n/* get container tpl and content */\nreturn $GoogleSiteMap->getChunk($containerTpl,array(\n    \'schema\' => $googleSchema,\n    \'items\' => $GoogleSiteMap->run($startId),\n));',0,'a:19:{s:16:\"allowedtemplates\";a:7:{s:4:\"name\";s:16:\"allowedtemplates\";s:4:\"desc\";s:30:\"prop_gsm.allowedtemplates_desc\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";s:0:\"\";s:7:\"lexicon\";N;s:4:\"area\";s:0:\"\";}s:7:\"context\";a:7:{s:4:\"name\";s:7:\"context\";s:4:\"desc\";s:21:\"prop_gsm.context_desc\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";s:0:\"\";s:7:\"lexicon\";N;s:4:\"area\";s:0:\"\";}s:8:\"maxDepth\";a:7:{s:4:\"name\";s:8:\"maxDepth\";s:4:\"desc\";s:22:\"prop_gsm.maxdepth_desc\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";i:0;s:7:\"lexicon\";N;s:4:\"area\";s:0:\"\";}s:11:\"hideDeleted\";a:7:{s:4:\"name\";s:11:\"hideDeleted\";s:4:\"desc\";s:25:\"prop_gsm.hidedeleted_desc\";s:4:\"type\";s:13:\"combo-boolean\";s:7:\"options\";s:0:\"\";s:5:\"value\";b:1;s:7:\"lexicon\";N;s:4:\"area\";s:0:\"\";}s:10:\"showHidden\";a:7:{s:4:\"name\";s:10:\"showHidden\";s:4:\"desc\";s:24:\"prop_gsm.showhidden_desc\";s:4:\"type\";s:13:\"combo-boolean\";s:7:\"options\";s:0:\"\";s:5:\"value\";b:0;s:7:\"lexicon\";N;s:4:\"area\";s:0:\"\";}s:12:\"googleSchema\";a:7:{s:4:\"name\";s:12:\"googleSchema\";s:4:\"desc\";s:26:\"prop_gsm.googleschema_desc\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";s:43:\"http://www.sitemaps.org/schemas/sitemap/0.9\";s:7:\"lexicon\";N;s:4:\"area\";s:0:\"\";}s:9:\"published\";a:7:{s:4:\"name\";s:9:\"published\";s:4:\"desc\";s:23:\"prop_gsm.published_desc\";s:4:\"type\";s:13:\"combo-boolean\";s:7:\"options\";s:0:\"\";s:5:\"value\";b:1;s:7:\"lexicon\";N;s:4:\"area\";s:0:\"\";}s:10:\"searchable\";a:7:{s:4:\"name\";s:10:\"searchable\";s:4:\"desc\";s:24:\"prop_gsm.searchable_desc\";s:4:\"type\";s:13:\"combo-boolean\";s:7:\"options\";s:0:\"\";s:5:\"value\";b:1;s:7:\"lexicon\";N;s:4:\"area\";s:0:\"\";}s:16:\"excludeResources\";a:7:{s:4:\"name\";s:16:\"excludeResources\";s:4:\"desc\";s:30:\"prop_gsm.excluderesources_desc\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";s:0:\"\";s:7:\"lexicon\";N;s:4:\"area\";s:0:\"\";}s:17:\"excludeChildrenOf\";a:7:{s:4:\"name\";s:17:\"excludeChildrenOf\";s:4:\"desc\";s:31:\"prop_gsm.excludechildrenof_desc\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";s:0:\"\";s:7:\"lexicon\";N;s:4:\"area\";s:0:\"\";}s:6:\"sortBy\";a:7:{s:4:\"name\";s:6:\"sortBy\";s:4:\"desc\";s:20:\"prop_gsm.sortby_desc\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";s:9:\"menuindex\";s:7:\"lexicon\";N;s:4:\"area\";s:0:\"\";}s:11:\"sortByAlias\";a:7:{s:4:\"name\";s:11:\"sortByAlias\";s:4:\"desc\";s:25:\"prop_gsm.sortbyalias_desc\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";s:11:\"modResource\";s:7:\"lexicon\";N;s:4:\"area\";s:0:\"\";}s:7:\"sortDir\";a:7:{s:4:\"name\";s:7:\"sortDir\";s:4:\"desc\";s:21:\"prop_gsm.sortdir_desc\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";s:3:\"ASC\";s:7:\"lexicon\";N;s:4:\"area\";s:0:\"\";}s:14:\"templateFilter\";a:7:{s:4:\"name\";s:14:\"templateFilter\";s:4:\"desc\";s:28:\"prop_gsm.templatefilter_desc\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";s:2:\"id\";s:7:\"lexicon\";N;s:4:\"area\";s:0:\"\";}s:7:\"itemTpl\";a:7:{s:4:\"name\";s:7:\"itemTpl\";s:4:\"desc\";s:21:\"prop_gsm.itemtpl_desc\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";s:5:\"gItem\";s:7:\"lexicon\";N;s:4:\"area\";s:0:\"\";}s:12:\"containerTpl\";a:7:{s:4:\"name\";s:12:\"containerTpl\";s:4:\"desc\";s:26:\"prop_gsm.containertpl_desc\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";s:10:\"gContainer\";s:7:\"lexicon\";N;s:4:\"area\";s:0:\"\";}s:7:\"startId\";a:7:{s:4:\"name\";s:7:\"startId\";s:4:\"desc\";s:21:\"prop_gsm.startid_desc\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";s:1:\"0\";s:7:\"lexicon\";N;s:4:\"area\";s:0:\"\";}s:5:\"where\";a:7:{s:4:\"name\";s:5:\"where\";s:4:\"desc\";s:19:\"prop_gsm.where_desc\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";s:0:\"\";s:7:\"lexicon\";N;s:4:\"area\";s:0:\"\";}s:10:\"priorityTV\";a:7:{s:4:\"name\";s:10:\"priorityTV\";s:4:\"desc\";s:24:\"prop_gsm.prioritytv_desc\";s:4:\"type\";s:9:\"textfield\";s:7:\"options\";s:0:\"\";s:5:\"value\";s:0:\"\";s:7:\"lexicon\";N;s:4:\"area\";s:0:\"\";}}','',0,''),(17,1,0,'GalleryOutput','Сканирование директории с фото и вывод галереи',0,0,0,'// папка с фото\nif(!$folder) return;\n\n// код чанка\n$sTpl = $modx->getChunk(\'GalleryRowTpl\');\n\n// массив с плейсхолдерами\n$aSearch = array(\'[+item.image.big+]\', \'[+item.image.min+]\', \'[+item.image.med+]\');\n\n// циклично обходим директорию\nforeach (glob($modx->config[\'base_path\'].\"img/\".$folder.\"/big/*.{jpeg,jpg,gif,png}\", GLOB_BRACE) as $sTmp) {\n\n        // определяем имя файла\n        $sFilename = basename($sTmp);\n  \n        // проверяем наличие тумбы и копии среднего размера\n        if (is_file($modx->config[\'base_path\'].\'img/\'.$folder.\'/med/\'.$sFilename) and is_file($modx->config[\'base_path\'].\'img/\'.$folder.\'/min/\'.$sFilename)) {\n                // массив замен\n                $aReplace = array(\'[[++base_url]]\'.\'img/\'.$folder.\'/big/\'.$sFilename, \'[[++base_url]]\'.\'img/\'.$folder.\'/min/\'.$sFilename, \'[[++base_url]]\'.\'img/\'.$folder.\'/med/\'.$sFilename);\n\n                // вывод изображения\n                $aRow[] = str_replace($aSearch, $aReplace, $sTpl);\n        }\n}\n\n\n// выводим все изображения\nif (is_array($aRow)) {\n        return implode(\"\\n\", $aRow);\n}',0,'a:0:{}','',0,''),(18,1,0,'GalleryOutput2','Сканирование директории с фото и вывод галереи',0,0,0,'// папка с фото\nif(!$folder) return;\n\n// код чанка\n$sTpl = $modx->getChunk(\'GalleryRowTpl\');\n\n// массив с плейсхолдерами\n$aSearch = array(\'[+item.image.big+]\', \'[+item.image.min+]\', \'[+item.image.med+]\', \'[+title+]\', \'[+filename+]\');\n\n// циклично обходим директорию\nforeach (glob($modx->config[\'base_path\'].\"img/\".$folder.\"/big/*.{jpeg,jpg,gif,png}\", GLOB_BRACE) as $sTmp) {\n\n        // определяем имя файла\n        $sFilename = basename($sTmp);\n  \n        // проверяем наличие тумбы и копии среднего размера\n        if (is_file($modx->config[\'base_path\'].\'img/\'.$folder.\'/med/\'.$sFilename) and is_file($modx->config[\'base_path\'].\'img/\'.$folder.\'/min/\'.$sFilename)) {\n                // массив замен\n                $aReplace = array(\'[[++base_url]]\'.\'img/\'.$folder.\'/big/\'.$sFilename, \'[[++base_url]]\'.\'img/\'.$folder.\'/min/\'.$sFilename, \'[[++base_url]]\'.\'img/\'.$folder.\'/med/\'.$sFilename, $title, $filename = substr($sFilename, 0, -4));\n\n                // вывод изображения\n                $aRow[] = str_replace($aSearch, $aReplace, $sTpl);\n        }\n}\n\n\n// выводим все изображения\nif (is_array($aRow)) {\n        return implode(\"\\n\", $aRow);\n}',0,NULL,'',0,''),(19,1,0,'GalleryOutput2sizes','Сканирование директории с фото и вывод галереи',0,0,0,'// папка с фото\nif(!$folder) return;\n\n// код чанка\n$sTpl = $modx->getChunk(\'GalleryRowTpl\');\n\n// массив с плейсхолдерами\n$aSearch = array(\'[+item.image.big+]\', \'[+item.image.min+]\', \'[+title+]\', \'[+filename+]\');\n\n// циклично обходим директорию\nforeach (glob($modx->config[\'base_path\'].\"img/\".$folder.\"/big/*.{jpeg,jpg,gif,png}\", GLOB_BRACE) as $sTmp) {\n\n        // определяем имя файла\n        $sFilename = basename($sTmp);\n  \n        // проверяем наличие тумбы и копии среднего размера\n        if (is_file($modx->config[\'base_path\'].\'img/\'.$folder.\'/min/\'.$sFilename)) {\n                // массив замен\n                $aReplace = array(\'[[++base_url]]\'.\'img/\'.$folder.\'/big/\'.$sFilename, \'[[++base_url]]\'.\'img/\'.$folder.\'/min/\'.$sFilename, $title, $filename = substr($sFilename, 0, -4));\n\n                // вывод изображения\n                $aRow[] = str_replace($aSearch, $aReplace, $sTpl);\n        }\n}\n\n\n// выводим все изображения\nif (is_array($aRow)) {\n        return implode(\"\\n\", $aRow);\n}',0,NULL,'',0,'');
/*!40000 ALTER TABLE `zebra_site_snippets` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `zebra_site_templates`
--

DROP TABLE IF EXISTS `zebra_site_templates`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zebra_site_templates` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `source` int(10) unsigned NOT NULL DEFAULT '0',
  `property_preprocess` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `templatename` varchar(50) NOT NULL DEFAULT '',
  `description` varchar(255) NOT NULL DEFAULT 'Template',
  `editor_type` int(11) NOT NULL DEFAULT '0',
  `category` int(11) NOT NULL DEFAULT '0',
  `icon` varchar(255) NOT NULL DEFAULT '',
  `template_type` int(11) NOT NULL DEFAULT '0',
  `content` mediumtext NOT NULL,
  `locked` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `properties` text,
  `static` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `static_file` varchar(255) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  UNIQUE KEY `templatename` (`templatename`),
  KEY `category` (`category`),
  KEY `locked` (`locked`),
  KEY `static` (`static`)
) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=cp1251;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zebra_site_templates`
--

LOCK TABLES `zebra_site_templates` WRITE;
/*!40000 ALTER TABLE `zebra_site_templates` DISABLE KEYS */;
INSERT INTO `zebra_site_templates` VALUES (1,0,0,'BaseTemplate','Template',0,0,'',0,'<html>\n<head>\n<title>[[++site_name]] - [[*pagetitle]]</title>\n<base href=\"[[++site_url]]\" />\n<link rel=\"stylesheet\" type=\"text/css\" href=\"/css/style.css\"/>\n<link rel=\"stylesheet\" media=\"all\" type=\"text/css\" href=\"/css/basic_dd.css\"/>\n<script type=\"text/javascript\" src=\"http://ajax.googleapis.com/ajax/libs/jquery/1.3/jquery.min.js\"></script>\n<script type=\"text/javascript\">\n$(document).ready(function() {\n	$(\"ul#topnav li\").click(function() {\n		$(this).css({ \'background\' : \'#1376c9 url(../img/main/topnav_active.gif) repeat-x\'});\n		$(this).find(\"span\").show();\n	} , function() { //on hover out...\n		$(this).css({ \'background\' : \'none\'});\n		$(this).find(\"span\").hide();\n	});\n});\n</script>\n</head>\n<body>\n[[$topmenu]] \n[[*content]]\n[[$debug]]\n</body>\n</html>',0,'a:0:{}',0,''),(2,0,0,'zebra','Template',0,0,'',0,'<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\r\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\r\n<head>\r\n    <meta http-equiv=\"Content-Type\" content=\"text/html;charset=utf-8\" />\r\n    <title>[[++site_name]] - [[*pagetitle]] || (061) 220-15-13 (067) 305-27-98 (050) 201-46-19 </title>\r\n    <base href=\"[[++site_url]]\" />\r\n    <meta name=\"description\" content=\"окна двери балконы ремонт окон\" />\r\n    <meta name=\"keywords\" content=\"окна двери балконы ремонт окон\" />\r\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"css/style.css\" />\r\n    <link rel=\"icon\" href=\"img/favicon.ico\" />\r\n    <link rel=\"shortcut icon\" href=\"img/favicon.ico\" />\r\n    <script type=\"text/javascript\">var addthis_config = {\"data_track_addressbar\":true};</script>\r\n    <script type=\"text/javascript\" src=\"http://s7.addthis.com/js/250/addthis_widget.js#pubid=ra-4fca06ec5bb1cab3\"></script>\r\n</head>\r\n<body class=\"general_background\">\r\n    <div class=\"site_shell2\">\r\n            <!--start header-->\r\n            <div class=\"header\">\r\n                <!-- start logo_area -->\r\n                <div class=\"logo_area\">\r\n                    <a href=\"http://www.zebra.zp.ua/\"><img title=\"[[++site_name]] - на главную || (061) 220-15-13 (067) 305-27-98 (050) 201-46-19\" alt=\"[[++site_name]] - на главную || (061) 220-15-13 (067) 305-27-98 (050) 201-46-19\" src=\"img/main/logo.png\" /></a>\r\n                </div>\r\n                <!-- end logo_area -->\r\n                <!--start header_content-->\r\n                <div class=\"header_content\">                   \r\n                    <!--start phone_area -->\r\n                    <div class=\"phone_area\">\r\n                        <br />\r\n                        <small>(061) </small><b>220-15-13</b> <br />\r\n                        <small>(067) </small><b>305-27-98</b> <br />\r\n                        <small>(050) </small><b>201-46-19</b> \r\n                    </div>\r\n                    <!--end phone_area -->\r\n                    <!--start adress_area-->\r\n                    <div class=\"adress_area\">\r\n                        <small>69000, Украина, г. Запорожье,</small><br /> \r\n                        <b>ул.Плотинная,5, офис 3</b><br />\r\n                        <small>(остановка транспорта Каховская)</small> \r\n                    </div>\r\n                    <!--end adress_area-->\r\n                    <div style=\"clear: both;\"></div>                \r\n                    <!-- start menu_area -->\r\n                    <div class=\"menu_area\">\r\n                        [[!Wayfinder? &startId=`0` &level=`1` &excludeDocs=`32`]]\r\n                    </div>\r\n                    <!-- end menu_area -->\r\n                    <!-- start menu_area_2-->\r\n                    <div class=\"menu_area_2\">\r\n                        [[Wayfinder? &level=`2` &innerRowTpl=`inner` &innerClass=`sub`]]\r\n		        \r\n\r\n                    </div>\r\n                    <!-- end menu_area_2-->\r\n                </div>\r\n                 <!--end header_content-->\r\n            </div>\r\n            <!--end header-->\r\n            <div style=\"clear: both;\"></div>           \r\n            <!--start content_area -->\r\n            <div class=\"content_area\">\r\n	                      <!--start top_text_area-->\r\n                <div class=\"top_text_area\"> \r\n                    <!--start breadcrumbs_area-->\r\n                    <div id=\"breadcrumbs\">\r\n                        [[Breadcrumbs]]\r\n                    </div>\r\n                    <!--end bredcrumbs_area-->\r\n                    <!-- AddThis Button BEGIN -->\r\n                    <div class=\"addthis\">\r\n                    <div class=\"addthis_toolbox addthis_default_style\">\r\n                        <a class=\"addthis_button_preferred_1\"></a>\r\n                        <a class=\"addthis_button_preferred_2\"></a>\r\n                        <a class=\"addthis_button_preferred_3\"></a>\r\n                        <a class=\"addthis_button_preferred_4\"></a>\r\n                        <a class=\"addthis_button_compact\"></a>\r\n                        <a class=\"addthis_counter addthis_bubble_style\"></a>\r\n                    </div>\r\n                    </div>\r\n                        <script type=\"text/javascript\">var addthis_config = {\"data_track_addressbar\":true};</script>\r\n                        <script type=\"text/javascript\" src=\"http://s7.addthis.com/js/250/addthis_widget.js#pubid=ra-4fca06ec5bb1cab3\"></script>\r\n                    <!-- AddThis Button END -->\r\n                </div>\r\n                <!--end top_text_area-->\r\n                <div style=\"clear: both;\"></div>\r\n              [[*content]]\r\n            </div>\r\n            <!--end content_area-->\r\n            <div style=\"clear: both;\"></div>\r\n    </div>\r\n    <!--end site_shell-->\r\n      [[$footer]]\r\n</body>\r\n</html>\r\n ',0,'a:0:{}',0,''),(3,0,0,'Text_pages','site pages width texts',0,0,'',0,'<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n<head>\n[[$head]]\n  	<script type=\"text/javascript\" src=\"/js/menuleft.js\"></script>\n</head>\n<body class=\"general_background\">\n  <!--start site_shell-->\n  <div class=\"site_shell\">\n  [[$header]]\n  [[$content_area]]\n  </div>\n  <!--end site_shell-->\n  [[$footer]]\n  <!--[[$debug]]-->\n</body>\n</html>',0,'a:0:{}',0,''),(4,0,0,'map_pages','site pages width texts',0,0,'',0,'<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n<head>\n[[$head]]\n<script type=\"text/javascript\" src=\"http://maps.google.com/maps/api/js?sensor=false\"></script>\n<script type=\"text/javascript\">\n\n     function initialize() {\n    var myLatlng = new google.maps.LatLng(47.876811,35.073052);\n    var myOptions = {\n        zoom: 16,\n        center: myLatlng,\n        mapTypeId: google.maps.MapTypeId.ROADMAP\n    }\n    var map = new google.maps.Map(document.getElementById(\"map_canvas\"), myOptions);\n    var marker = new google.maps.Marker({\n        position: myLatlng,\n        map: map,\n        title:\"Zebra\"\n    });\n       var contentString = \'<div id=\"content\" style=\"height:150px; width:180px; margin:0px; padding:0px;\"><img title=\"zebra\" alt=\"zebra\" src=\"img/main/logo_map.png\" /><br>ул.Плотинная,5, офис 3<br>(061) 220-15-13<br>(067)305-27-98<br>(050)201-46-19</div>\';\n    var infowindow = new google.maps.InfoWindow({\n        content: contentString\n    });\n    var marker = new google.maps.Marker({\n        position: myLatlng,\n        map: map,\n        title: \'ZEBRA Окна, Двери, Жалюзи\'\n    });\n   google.maps.event.addListener(marker, \'click\', function() {\n        infowindow.open(map,marker);\n    });\n}\n  </script>\n\n<script type=\"text/javascript\">\n$(document).ready(function() {\n	$(\"ul#topnav li\").hover(function() {\n		$(this).css({ \'background\' : \'#9da8bc url(../img/main/topnav_active.gif) repeat-x\'});\n		$(this).find(\"span\").show();\n	} , function() { //on hover out...\n		$(this).css({ \'background\' : \'none\'});\n		$(this).find(\"span\").hide();\n	});\n});\n</script>\n  \n</head>\n<body class=\"general_background\" onload=\"initialize()\">\n  <!--start site_shell-->\n  <div class=\"site_shell\">\n  [[$header]]\n  [[$content_area]]\n  </div>\n  <!--end site_shell-->\n  [[$footer]]\n</body>',0,'a:0:{}',0,'');
/*!40000 ALTER TABLE `zebra_site_templates` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `zebra_site_tmplvar_access`
--

DROP TABLE IF EXISTS `zebra_site_tmplvar_access`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zebra_site_tmplvar_access` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `tmplvarid` int(10) NOT NULL DEFAULT '0',
  `documentgroup` int(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=cp1251;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zebra_site_tmplvar_access`
--

LOCK TABLES `zebra_site_tmplvar_access` WRITE;
/*!40000 ALTER TABLE `zebra_site_tmplvar_access` DISABLE KEYS */;
/*!40000 ALTER TABLE `zebra_site_tmplvar_access` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `zebra_site_tmplvar_contentvalues`
--

DROP TABLE IF EXISTS `zebra_site_tmplvar_contentvalues`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zebra_site_tmplvar_contentvalues` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `tmplvarid` int(10) NOT NULL DEFAULT '0',
  `contentid` int(10) NOT NULL DEFAULT '0',
  `value` mediumtext NOT NULL,
  PRIMARY KEY (`id`),
  KEY `tmplvarid` (`tmplvarid`),
  KEY `contentid` (`contentid`)
) ENGINE=MyISAM AUTO_INCREMENT=33 DEFAULT CHARSET=cp1251;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zebra_site_tmplvar_contentvalues`
--

LOCK TABLES `zebra_site_tmplvar_contentvalues` WRITE;
/*!40000 ALTER TABLE `zebra_site_tmplvar_contentvalues` DISABLE KEYS */;
INSERT INTO `zebra_site_tmplvar_contentvalues` VALUES (1,1,5,'ПВХ,окна,подоконники,карнизы,двери,жалюзи,шторы в запорожье'),(2,1,8,'ПВХ,окна,подоконники,карнизы,двери,жалюзи,шторы в запорожье'),(3,1,9,'ПВХ,окна,подоконники,карнизы,двери,жалюзи,шторы в запорожье'),(5,1,10,'ПВХ,окна,подоконники,карнизы,двери,жалюзи,шторы в запорожье'),(6,1,2,'ПВХ,окна,подоконники,карнизы,двери,жалюзи,шторы в запорожье'),(7,1,3,'ПВХ,окна,подоконники,карнизы,двери,жалюзи,шторы в запорожье'),(8,1,4,'ПВХ,окна,подоконники,карнизы,двери,жалюзи,шторы в запорожье'),(9,1,6,'ПВХ,окна,подоконники,карнизы,двери,жалюзи,шторы в запорожье'),(10,1,7,'ПВХ,окна,подоконники,карнизы,двери,жалюзи,шторы в запорожье'),(11,1,1,'ПВХ,окна,подоконники,карнизы,двери,жалюзи,шторы в запорожье'),(12,1,11,'ПВХ,окна,подоконники,карнизы,двери,жалюзи,шторы в запорожье'),(13,1,12,'ПВХ,окна,подоконники,карнизы,двери,жалюзи,шторы в запорожье'),(14,1,13,'ПВХ,окна,подоконники,карнизы,двери,жалюзи,шторы в запорожье'),(15,1,14,'ПВХ,окна,подоконники,карнизы,двери,жалюзи,шторы в запорожье'),(16,1,15,'ПВХ,окна,подоконники,карнизы,двери,жалюзи,шторы в запорожье'),(17,1,16,'ПВХ,окна,подоконники,карнизы,двери,жалюзи,шторы в запорожье'),(18,1,17,'ПВХ,окна,подоконники,карнизы,двери,жалюзи,шторы в запорожье'),(19,1,18,'ПВХ,окна,подоконники,карнизы,двери,жалюзи,шторы в запорожье'),(20,1,19,'ПВХ,окна,подоконники,карнизы,двери,жалюзи,шторы в запорожье'),(21,1,20,'ПВХ,окна,подоконники,карнизы,двери,жалюзи,шторы в запорожье'),(22,1,21,'ПВХ,окна,подоконники,карнизы,двери,жалюзи,шторы в запорожье'),(23,1,22,'ПВХ,окна,подоконники,карнизы,двери,жалюзи,шторы в запорожье'),(24,1,23,'ПВХ,окна,подоконники,карнизы,двери,жалюзи,шторы в запорожье'),(25,1,24,'ПВХ,окна,подоконники,карнизы,двери,жалюзи,шторы в запорожье'),(26,1,25,'ПВХ,окна,подоконники,карнизы,двери,жалюзи,шторы в запорожье'),(28,1,27,'ПВХ,окна,подоконники,карнизы,двери,жалюзи,шторы в запорожье'),(32,1,31,'ПВХ,окна,подоконники,карнизы,двери,жалюзи,шторы в запорожье'),(31,1,30,'ПВХ,окна,подоконники,карнизы,двери,жалюзи,шторы в запорожье');
/*!40000 ALTER TABLE `zebra_site_tmplvar_contentvalues` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `zebra_site_tmplvar_templates`
--

DROP TABLE IF EXISTS `zebra_site_tmplvar_templates`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zebra_site_tmplvar_templates` (
  `tmplvarid` int(10) NOT NULL DEFAULT '0',
  `templateid` int(11) NOT NULL DEFAULT '0',
  `rank` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`tmplvarid`,`templateid`)
) ENGINE=MyISAM DEFAULT CHARSET=cp1251;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zebra_site_tmplvar_templates`
--

LOCK TABLES `zebra_site_tmplvar_templates` WRITE;
/*!40000 ALTER TABLE `zebra_site_tmplvar_templates` DISABLE KEYS */;
INSERT INTO `zebra_site_tmplvar_templates` VALUES (1,3,0),(1,4,0);
/*!40000 ALTER TABLE `zebra_site_tmplvar_templates` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `zebra_site_tmplvars`
--

DROP TABLE IF EXISTS `zebra_site_tmplvars`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zebra_site_tmplvars` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `source` int(10) unsigned NOT NULL DEFAULT '0',
  `property_preprocess` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `type` varchar(20) NOT NULL DEFAULT '',
  `name` varchar(50) NOT NULL DEFAULT '',
  `caption` varchar(80) NOT NULL DEFAULT '',
  `description` varchar(255) NOT NULL DEFAULT '',
  `editor_type` int(11) NOT NULL DEFAULT '0',
  `category` int(11) NOT NULL DEFAULT '0',
  `locked` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `elements` text,
  `rank` int(11) NOT NULL DEFAULT '0',
  `display` varchar(20) NOT NULL DEFAULT '',
  `default_text` mediumtext,
  `properties` text,
  `input_properties` text,
  `output_properties` text,
  `static` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `static_file` varchar(255) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  UNIQUE KEY `name` (`name`),
  KEY `category` (`category`),
  KEY `locked` (`locked`),
  KEY `rank` (`rank`),
  KEY `static` (`static`)
) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=cp1251;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zebra_site_tmplvars`
--

LOCK TABLES `zebra_site_tmplvars` WRITE;
/*!40000 ALTER TABLE `zebra_site_tmplvars` DISABLE KEYS */;
INSERT INTO `zebra_site_tmplvars` VALUES (1,0,0,'tag','keywords','Ключевые слова','Ключевые слова',0,0,0,'',0,'text','ПВХ, окна, подоконники, карнизы, двери, жалюзи, шторы в запорожье','a:0:{}','a:1:{s:10:\"allowBlank\";s:4:\"true\";}','a:0:{}',0,''),(3,1,0,'text','img_gr','photo groupe','вставка группы фото',0,0,0,'',0,'default','<a rel=\"group\" href=\"[[+imgAdress]]\" title=\"[[+title]]\" class=\"grouped_elements\"> \n  [[+img]]\n</a>','a:0:{}','a:3:{s:10:\"allowBlank\";s:4:\"true\";s:9:\"maxLength\";s:0:\"\";s:9:\"minLength\";s:0:\"\";}','a:0:{}',0,''),(4,1,0,'image','img','иконка картинка','Предпросмотр картинки',0,0,0,'',0,'default','','a:0:{}','a:0:{}','a:0:{}',0,'');
/*!40000 ALTER TABLE `zebra_site_tmplvars` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `zebra_system_eventnames`
--

DROP TABLE IF EXISTS `zebra_system_eventnames`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zebra_system_eventnames` (
  `name` varchar(50) NOT NULL,
  `service` tinyint(4) unsigned NOT NULL DEFAULT '0',
  `groupname` varchar(20) NOT NULL DEFAULT '',
  PRIMARY KEY (`name`)
) ENGINE=MyISAM DEFAULT CHARSET=cp1251;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zebra_system_eventnames`
--

LOCK TABLES `zebra_system_eventnames` WRITE;
/*!40000 ALTER TABLE `zebra_system_eventnames` DISABLE KEYS */;
INSERT INTO `zebra_system_eventnames` VALUES ('OnPluginEventBeforeSave',1,'Plugin Events'),('OnPluginEventSave',1,'Plugin Events'),('OnPluginEventBeforeRemove',1,'Plugin Events'),('OnPluginEventRemove',1,'Plugin Events'),('OnResourceGroupSave',1,'Security'),('OnResourceGroupBeforeSave',1,'Security'),('OnResourceGroupRemove',1,'Security'),('OnResourceGroupBeforeRemove',1,'Security'),('OnSnippetBeforeSave',1,'Snippets'),('OnSnippetSave',1,'Snippets'),('OnSnippetBeforeRemove',1,'Snippets'),('OnSnippetRemove',1,'Snippets'),('OnSnipFormPrerender',1,'Snippets'),('OnSnipFormRender',1,'Snippets'),('OnBeforeSnipFormSave',1,'Snippets'),('OnSnipFormSave',1,'Snippets'),('OnBeforeSnipFormDelete',1,'Snippets'),('OnSnipFormDelete',1,'Snippets'),('OnTemplateBeforeSave',1,'Templates'),('OnTemplateSave',1,'Templates'),('OnTemplateBeforeRemove',1,'Templates'),('OnTemplateRemove',1,'Templates'),('OnTempFormPrerender',1,'Templates'),('OnTempFormRender',1,'Templates'),('OnBeforeTempFormSave',1,'Templates'),('OnTempFormSave',1,'Templates'),('OnBeforeTempFormDelete',1,'Templates'),('OnTempFormDelete',1,'Templates'),('OnTemplateVarBeforeSave',1,'Template Variables'),('OnTemplateVarSave',1,'Template Variables'),('OnTemplateVarBeforeRemove',1,'Template Variables'),('OnTemplateVarRemove',1,'Template Variables'),('OnTVFormPrerender',1,'Template Variables'),('OnTVFormRender',1,'Template Variables'),('OnBeforeTVFormSave',1,'Template Variables'),('OnTVFormSave',1,'Template Variables'),('OnBeforeTVFormDelete',1,'Template Variables'),('OnTVFormDelete',1,'Template Variables'),('OnTVInputRenderList',1,'Template Variables'),('OnTVInputPropertiesList',1,'Template Variables'),('OnTVOutputRenderList',1,'Template Variables'),('OnTVOutputRenderPropertiesList',1,'Template Variables'),('OnUserGroupBeforeSave',1,'User Groups'),('OnUserGroupSave',1,'User Groups'),('OnUserGroupBeforeRemove',1,'User Groups'),('OnUserGroupRemove',1,'User Groups'),('OnBeforeUserGroupFormSave',1,'User Groups'),('OnUserGroupFormSave',1,'User Groups'),('OnBeforeUserGroupFormRemove',1,'User Groups'),('OnDocFormPrerender',1,'Resources'),('OnDocFormRender',1,'Resources'),('OnBeforeDocFormSave',1,'Resources'),('OnDocFormSave',1,'Resources'),('OnBeforeDocFormDelete',1,'Resources'),('OnDocFormDelete',1,'Resources'),('OnDocPublished',5,'Resources'),('OnDocUnPublished',5,'Resources'),('OnBeforeEmptyTrash',1,'Resources'),('OnEmptyTrash',1,'Resources'),('OnResourceTVFormPrerender',1,'Resources'),('OnResourceTVFormRender',1,'Resources'),('OnResourceDelete',1,'Resources'),('OnResourceUndelete',1,'Resources'),('OnResourceBeforeSort',1,'Resources'),('OnResourceSort',1,'Resources'),('OnResourceDuplicate',1,'Resources'),('OnResourceToolbarLoad',1,'Resources'),('OnResourceRemoveFromResourceGroup',1,'Resources'),('OnResourceAddToResourceGroup',1,'Resources'),('OnRichTextEditorRegister',1,'RichText Editor'),('OnRichTextEditorInit',1,'RichText Editor'),('OnRichTextBrowserInit',1,'RichText Editor'),('OnWebLogin',3,'Security'),('OnBeforeWebLogout',3,'Security'),('OnWebLogout',3,'Security'),('OnManagerLogin',2,'Security'),('OnBeforeManagerLogout',2,'Security'),('OnManagerLogout',2,'Security'),('OnBeforeWebLogin',3,'Security'),('OnWebAuthentication',3,'Security'),('OnBeforeManagerLogin',2,'Security'),('OnManagerAuthentication',2,'Security'),('OnManagerLoginFormRender',2,'Security'),('OnManagerLoginFormPrerender',2,'Security'),('OnPageUnauthorized',1,'Security'),('OnUserFormPrerender',1,'Users'),('OnUserFormRender',1,'Users'),('OnBeforeUserFormSave',1,'Users'),('OnUserFormSave',1,'Users'),('OnBeforeUserFormDelete',1,'Users'),('OnUserFormDelete',1,'Users'),('OnUserNotFound',1,'Users'),('OnBeforeUserActivate',1,'Users'),('OnUserActivate',1,'Users'),('OnBeforeUserDeactivate',1,'Users'),('OnUserDeactivate',1,'Users'),('OnBeforeUserDuplicate',1,'Users'),('OnUserDuplicate',1,'Users'),('OnUserChangePassword',1,'Users'),('OnUserBeforeRemove',1,'Users'),('OnUserBeforeSave',1,'Users'),('OnUserSave',1,'Users'),('OnUserRemove',1,'Users'),('OnUserBeforeAddToGroup',1,'User Groups'),('OnUserAddToGroup',1,'User Groups'),('OnUserBeforeRemoveFromGroup',1,'User Groups'),('OnUserRemoveFromGroup',1,'User Groups'),('OnWebPagePrerender',5,'System'),('OnBeforeCacheUpdate',4,'System'),('OnCacheUpdate',4,'System'),('OnLoadWebPageCache',4,'System'),('OnBeforeSaveWebPageCache',4,'System'),('OnSiteRefresh',1,'System'),('OnFileManagerUpload',1,'System'),('OnFileCreateFormPrerender',1,'System'),('OnManagerPageInit',2,'System'),('OnManagerPageBeforeRender',2,'System'),('OnManagerPageAfterRender',2,'System'),('OnWebPageInit',5,'System'),('OnLoadWebDocument',5,'System'),('OnParseDocument',5,'System'),('OnWebPageComplete',5,'System'),('OnBeforeManagerPageInit',2,'System'),('OnPageNotFound',1,'System'),('OnHandleRequest',5,'System'),('OnSiteSettingsRender',1,'Settings'),('OnInitCulture',3,'Internationalization'),('OnCategorySave',1,'Categories'),('OnCategoryBeforeSave',1,'Categories'),('OnCategoryRemove',1,'Categories'),('OnCategoryBeforeRemove',1,'Categories'),('OnChunkSave',1,'Chunks'),('OnChunkBeforeSave',1,'Chunks'),('OnChunkRemove',1,'Chunks'),('OnChunkBeforeRemove',1,'Chunks'),('OnChunkFormPrerender',1,'Chunks'),('OnChunkFormRender',1,'Chunks'),('OnBeforeChunkFormSave',1,'Chunks'),('OnChunkFormSave',1,'Chunks'),('OnBeforeChunkFormDelete',1,'Chunks'),('OnChunkFormDelete',1,'Chunks'),('OnContextSave',1,'Contexts'),('OnContextBeforeSave',1,'Contexts'),('OnContextRemove',1,'Contexts'),('OnContextBeforeRemove',1,'Contexts'),('OnContextFormPrerender',2,'Contexts'),('OnContextFormRender',2,'Contexts'),('OnPluginSave',1,'Plugins'),('OnPluginBeforeSave',1,'Plugins'),('OnPluginRemove',1,'Plugins'),('OnPluginBeforeRemove',1,'Plugins'),('OnPluginFormPrerender',1,'Plugins'),('OnPluginFormRender',1,'Plugins'),('OnBeforePluginFormSave',1,'Plugins'),('OnPluginFormSave',1,'Plugins'),('OnBeforePluginFormDelete',1,'Plugins'),('OnPluginFormDelete',1,'Plugins'),('OnPropertySetSave',1,'Property Sets'),('OnPropertySetBeforeSave',1,'Property Sets'),('OnPropertySetRemove',1,'Property Sets'),('OnPropertySetBeforeRemove',1,'Property Sets'),('OnMediaSourceBeforeFormDelete',1,'Media Sources'),('OnMediaSourceBeforeFormSave',1,'Media Sources'),('OnMediaSourceGetProperties',1,'Media Sources'),('OnMediaSourceFormDelete',1,'Media Sources'),('OnMediaSourceFormSave',1,'Media Sources'),('OnMediaSourceDuplicate',1,'Media Sources'),('OnFileEditFormPrerender',1,'System');
/*!40000 ALTER TABLE `zebra_system_eventnames` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `zebra_system_settings`
--

DROP TABLE IF EXISTS `zebra_system_settings`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zebra_system_settings` (
  `key` varchar(50) NOT NULL DEFAULT '',
  `value` text NOT NULL,
  `xtype` varchar(75) NOT NULL DEFAULT 'textfield',
  `namespace` varchar(40) NOT NULL DEFAULT 'core',
  `area` varchar(255) NOT NULL DEFAULT '',
  `editedon` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00' ON UPDATE CURRENT_TIMESTAMP,
  PRIMARY KEY (`key`)
) ENGINE=MyISAM DEFAULT CHARSET=cp1251;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zebra_system_settings`
--

LOCK TABLES `zebra_system_settings` WRITE;
/*!40000 ALTER TABLE `zebra_system_settings` DISABLE KEYS */;
INSERT INTO `zebra_system_settings` VALUES ('access_category_enabled','1','combo-boolean','core','authentication','0000-00-00 00:00:00'),('access_context_enabled','1','combo-boolean','core','authentication','0000-00-00 00:00:00'),('access_resource_group_enabled','1','combo-boolean','core','authentication','0000-00-00 00:00:00'),('allow_forward_across_contexts','','combo-boolean','core','system','0000-00-00 00:00:00'),('allow_manager_login_forgot_password','1','combo-boolean','core','authentication','0000-00-00 00:00:00'),('allow_multiple_emails','1','combo-boolean','core','authentication','0000-00-00 00:00:00'),('allow_tags_in_post','1','combo-boolean','core','system','0000-00-00 00:00:00'),('archive_with','','combo-boolean','core','system','0000-00-00 00:00:00'),('auto_menuindex','1','combo-boolean','core','site','0000-00-00 00:00:00'),('auto_check_pkg_updates','1','combo-boolean','core','system','0000-00-00 00:00:00'),('auto_check_pkg_updates_cache_expire','15','textfield','core','system','0000-00-00 00:00:00'),('automatic_alias','1','combo-boolean','core','furls','2012-05-28 19:35:21'),('base_help_url','http://rtfm.modx.com/display/revolution20/','textfield','core','manager','0000-00-00 00:00:00'),('blocked_minutes','60','textfield','core','authentication','0000-00-00 00:00:00'),('cache_action_map','1','combo-boolean','core','caching','0000-00-00 00:00:00'),('cache_context_settings','1','combo-boolean','core','caching','0000-00-00 00:00:00'),('cache_db','0','combo-boolean','core','caching','0000-00-00 00:00:00'),('cache_db_expires','0','textfield','core','caching','0000-00-00 00:00:00'),('cache_db_session','0','combo-boolean','core','caching','0000-00-00 00:00:00'),('cache_db_session_lifetime','','textfield','core','caching','0000-00-00 00:00:00'),('cache_default','1','combo-boolean','core','caching','0000-00-00 00:00:00'),('cache_disabled','0','combo-boolean','core','caching','0000-00-00 00:00:00'),('cache_expires','0','textfield','core','caching','0000-00-00 00:00:00'),('cache_format','0','textfield','core','caching','0000-00-00 00:00:00'),('cache_handler','xPDOFileCache','textfield','core','caching','0000-00-00 00:00:00'),('cache_lang_js','1','combo-boolean','core','caching','0000-00-00 00:00:00'),('cache_lexicon_topics','1','combo-boolean','core','caching','0000-00-00 00:00:00'),('cache_noncore_lexicon_topics','1','combo-boolean','core','caching','0000-00-00 00:00:00'),('cache_resource','1','combo-boolean','core','caching','0000-00-00 00:00:00'),('cache_resource_expires','0','textfield','core','caching','0000-00-00 00:00:00'),('cache_scripts','1','combo-boolean','core','caching','0000-00-00 00:00:00'),('cache_system_settings','1','combo-boolean','core','caching','0000-00-00 00:00:00'),('clear_cache_refresh_trees','0','combo-boolean','core','caching','0000-00-00 00:00:00'),('compress_css','0','combo-boolean','core','manager','2012-05-27 06:46:41'),('compress_js','0','combo-boolean','core','manager','2012-05-27 06:46:48'),('compress_js_max_files','10','textfield','core','manager','0000-00-00 00:00:00'),('compress_js_groups','','combo-boolean','core','manager','0000-00-00 00:00:00'),('container_suffix','/','textfield','core','furls','0000-00-00 00:00:00'),('context_tree_sort','','combo-boolean','core','manager','0000-00-00 00:00:00'),('context_tree_sortby','rank','textfield','core','manager','0000-00-00 00:00:00'),('context_tree_sortdir','ASC','textfield','core','manager','0000-00-00 00:00:00'),('cultureKey','ru','modx-combo-language','core','language','2012-05-25 22:06:34'),('date_timezone','','textfield','core','system','0000-00-00 00:00:00'),('debug','','textfield','core','system','0000-00-00 00:00:00'),('default_duplicate_publish_option','preserve','textfield','core','manager','0000-00-00 00:00:00'),('default_media_source','1','modx-combo-source','core','manager','0000-00-00 00:00:00'),('default_per_page','20','textfield','core','manager','0000-00-00 00:00:00'),('default_template','3','modx-combo-template','core','site','2012-06-05 16:41:51'),('default_content_type','1','modx-combo-content-type','core','site','0000-00-00 00:00:00'),('editor_css_path','/css/style.css','textfield','core','editor','2012-08-02 09:13:36'),('editor_css_selectors','','textfield','core','editor','0000-00-00 00:00:00'),('emailsender','info@lightstudio.com.ua','textfield','core','authentication','2012-05-25 22:06:34'),('emailsubject','Your login details','textfield','core','authentication','0000-00-00 00:00:00'),('enable_dragdrop','1','combo-boolean','core','manager','0000-00-00 00:00:00'),('error_page','1','textfield','core','site','0000-00-00 00:00:00'),('failed_login_attempts','5','textfield','core','authentication','0000-00-00 00:00:00'),('fe_editor_lang','en','modx-combo-language','core','language','0000-00-00 00:00:00'),('feed_modx_news','http://feeds.feedburner.com/modx-announce','textfield','core','system','0000-00-00 00:00:00'),('feed_modx_news_enabled','1','combo-boolean','core','system','0000-00-00 00:00:00'),('feed_modx_security','http://feeds.feedburner.com/modxsecurity','textfield','core','system','0000-00-00 00:00:00'),('feed_modx_security_enabled','1','combo-boolean','core','system','0000-00-00 00:00:00'),('filemanager_path','','textfield','core','file','2012-08-02 12:18:48'),('filemanager_path_relative','1','combo-boolean','core','file','0000-00-00 00:00:00'),('filemanager_url','','textfield','core','file','0000-00-00 00:00:00'),('filemanager_url_relative','1','combo-boolean','core','file','0000-00-00 00:00:00'),('forgot_login_email','<p>Hello [[+username]],</p>\n<p>A request for a password reset has been issued for your MODX user. If you sent this, you may follow this link and use this password to login. If you did not send this request, please ignore this email.</p>\n\n<p>\n    <strong>Activation Link:</strong> [[+url_scheme]][[+http_host]][[+manager_url]]?modahsh=[[+hash]]<br />\n    <strong>Username:</strong> [[+username]]<br />\n    <strong>Password:</strong> [[+password]]<br />\n</p>\n\n<p>After you log into the MODX Manager, you can change your password again, if you wish.</p>\n\n<p>Regards,<br />Site Administrator</p>','textarea','core','authentication','0000-00-00 00:00:00'),('form_customization_use_all_groups','','combo-boolean','core','manager','0000-00-00 00:00:00'),('forward_merge_excludes','type,published,class_key,context_key','textfield','core','system','0000-00-00 00:00:00'),('friendly_alias_lowercase_only','1','combo-boolean','core','furls','0000-00-00 00:00:00'),('friendly_alias_max_length','0','textfield','core','furls','0000-00-00 00:00:00'),('friendly_alias_restrict_chars','pattern','textfield','core','furls','0000-00-00 00:00:00'),('friendly_alias_restrict_chars_pattern','/[\\0\\x0B\\t\\n\\r\\f\\a&=+%#<>\"~:`@\\?\\[\\]\\{\\}\\|\\^\'\\\\]/','textfield','core','furls','0000-00-00 00:00:00'),('friendly_alias_strip_element_tags','1','combo-boolean','core','furls','0000-00-00 00:00:00'),('friendly_alias_translit','russian','textfield','core','furls','2012-06-07 15:10:41'),('friendly_alias_translit_class','modx.translit.modTransliterate','textfield','core','furls','2012-06-06 10:53:29'),('friendly_alias_translit_class_path','{core_path}components/translit/model/','textfield','core','furls','2012-06-06 10:53:28'),('friendly_alias_trim_chars','/.-_','textfield','core','furls','0000-00-00 00:00:00'),('friendly_alias_word_delimiter','-','textfield','core','furls','0000-00-00 00:00:00'),('friendly_alias_word_delimiters','-_','textfield','core','furls','0000-00-00 00:00:00'),('friendly_urls','1','combo-boolean','core','furls','2012-06-07 17:03:01'),('global_duplicate_uri_check','1','combo-boolean','core','furls','2012-05-28 19:35:57'),('hidemenu_default','0','combo-boolean','core','site','0000-00-00 00:00:00'),('inline_help','1','combo-boolean','core','manager','0000-00-00 00:00:00'),('locale','','textfield','core','language','0000-00-00 00:00:00'),('log_level','1','textfield','core','system','0000-00-00 00:00:00'),('log_target','FILE','textfield','core','system','0000-00-00 00:00:00'),('link_tag_scheme','-1','textfield','core','site','0000-00-00 00:00:00'),('lock_ttl','360','textfield','core','system','0000-00-00 00:00:00'),('mail_charset','UTF-8','modx-combo-charset','core','mail','0000-00-00 00:00:00'),('mail_encoding','8bit','textfield','core','mail','0000-00-00 00:00:00'),('mail_use_smtp','','combo-boolean','core','mail','0000-00-00 00:00:00'),('mail_smtp_auth','','combo-boolean','core','mail','0000-00-00 00:00:00'),('mail_smtp_helo','','textfield','core','mail','0000-00-00 00:00:00'),('mail_smtp_hosts','localhost','textfield','core','mail','0000-00-00 00:00:00'),('mail_smtp_keepalive','','combo-boolean','core','mail','0000-00-00 00:00:00'),('mail_smtp_pass','','text-password','core','mail','0000-00-00 00:00:00'),('mail_smtp_port','587','textfield','core','mail','0000-00-00 00:00:00'),('mail_smtp_prefix','','textfield','core','mail','0000-00-00 00:00:00'),('mail_smtp_single_to','','combo-boolean','core','mail','0000-00-00 00:00:00'),('mail_smtp_timeout','10','textfield','core','mail','0000-00-00 00:00:00'),('mail_smtp_user','','textfield','core','mail','0000-00-00 00:00:00'),('manager_date_format','Y-m-d','textfield','core','manager','0000-00-00 00:00:00'),('manager_favicon_url','','textfield','core','manager','0000-00-00 00:00:00'),('manager_html5_cache','0','combo-boolean','core','manager','0000-00-00 00:00:00'),('manager_js_cache_file_locking','1','combo-boolean','core','manager','0000-00-00 00:00:00'),('manager_js_cache_max_age','3600','textfield','core','manager','0000-00-00 00:00:00'),('manager_js_document_root','','textfield','core','manager','0000-00-00 00:00:00'),('manager_js_zlib_output_compression','0','combo-boolean','core','manager','0000-00-00 00:00:00'),('manager_time_format','g:i a','textfield','core','manager','0000-00-00 00:00:00'),('manager_direction','ltr','textfield','core','language','0000-00-00 00:00:00'),('manager_lang_attribute','ru','textfield','core','language','2012-05-25 22:06:34'),('manager_language','ru','modx-combo-language','core','language','2012-05-25 22:06:34'),('manager_login_url_alternate','','textfield','core','authentication','0000-00-00 00:00:00'),('manager_theme','default','textfield','core','manager','0000-00-00 00:00:00'),('manager_week_start','0','textfield','core','manager','0000-00-00 00:00:00'),('modx_browser_default_sort','name','textfield','core','manager','0000-00-00 00:00:00'),('modx_charset','UTF-8','modx-combo-charset','core','language','0000-00-00 00:00:00'),('principal_targets','modAccessContext,modAccessResourceGroup,modAccessCategory,sources.modAccessMediaSource','textfield','core','authentication','0000-00-00 00:00:00'),('proxy_auth_type','BASIC','textfield','core','proxy','0000-00-00 00:00:00'),('proxy_host','','textfield','core','proxy','0000-00-00 00:00:00'),('proxy_password','','text-password','core','proxy','0000-00-00 00:00:00'),('proxy_port','','textfield','core','proxy','0000-00-00 00:00:00'),('proxy_username','','textfield','core','proxy','0000-00-00 00:00:00'),('password_generated_length','8','textfield','core','authentication','0000-00-00 00:00:00'),('password_min_length','8','textfield','core','authentication','0000-00-00 00:00:00'),('phpthumb_allow_src_above_docroot','1','combo-boolean','core','phpthumb','2012-08-02 21:21:06'),('phpthumb_cache_maxage','30','textfield','core','phpthumb','0000-00-00 00:00:00'),('phpthumb_cache_maxsize','100','textfield','core','phpthumb','0000-00-00 00:00:00'),('phpthumb_cache_maxfiles','10000','textfield','core','phpthumb','0000-00-00 00:00:00'),('phpthumb_cache_source_enabled','','combo-boolean','core','phpthumb','0000-00-00 00:00:00'),('phpthumb_document_root','','textfield','core','phpthumb','0000-00-00 00:00:00'),('phpthumb_error_bgcolor','CCCCFF','textfield','core','phpthumb','0000-00-00 00:00:00'),('phpthumb_error_textcolor','FF0000','textfield','core','phpthumb','0000-00-00 00:00:00'),('phpthumb_error_fontsize','1','textfield','core','phpthumb','0000-00-00 00:00:00'),('phpthumb_far','C','textfield','core','phpthumb','0000-00-00 00:00:00'),('phpthumb_imagemagick_path','','textfield','core','phpthumb','0000-00-00 00:00:00'),('phpthumb_nohotlink_enabled','1','combo-boolean','core','phpthumb','0000-00-00 00:00:00'),('phpthumb_nohotlink_erase_image','1','combo-boolean','core','phpthumb','0000-00-00 00:00:00'),('phpthumb_nohotlink_valid_domains','{http_host}','textfield','core','phpthumb','0000-00-00 00:00:00'),('phpthumb_nohotlink_text_message','Off-server thumbnailing is not allowed','textfield','core','phpthumb','0000-00-00 00:00:00'),('phpthumb_nooffsitelink_enabled','','combo-boolean','core','phpthumb','0000-00-00 00:00:00'),('phpthumb_nooffsitelink_erase_image','1','combo-boolean','core','phpthumb','0000-00-00 00:00:00'),('phpthumb_nooffsitelink_require_refer','','combo-boolean','core','phpthumb','0000-00-00 00:00:00'),('phpthumb_nooffsitelink_text_message','Off-server linking is not allowed','textfield','core','phpthumb','0000-00-00 00:00:00'),('phpthumb_nooffsitelink_valid_domains','{http_host}','textfield','core','phpthumb','0000-00-00 00:00:00'),('phpthumb_nooffsitelink_watermark_src','','textfield','core','phpthumb','0000-00-00 00:00:00'),('phpthumb_zoomcrop','0','textfield','core','phpthumb','0000-00-00 00:00:00'),('publish_default','','combo-boolean','core','site','0000-00-00 00:00:00'),('rb_base_dir','','textfield','core','file','2012-08-02 21:12:09'),('rb_base_url','','textfield','core','file','2012-08-02 12:18:59'),('request_controller','index.php','textfield','core','gateway','0000-00-00 00:00:00'),('request_method_strict','0','combo-boolean','core','gateway','0000-00-00 00:00:00'),('request_param_alias','q','textfield','core','gateway','0000-00-00 00:00:00'),('request_param_id','id','textfield','core','gateway','0000-00-00 00:00:00'),('resolve_hostnames','0','combo-boolean','core','system','0000-00-00 00:00:00'),('resource_tree_node_name','pagetitle','textfield','core','manager','0000-00-00 00:00:00'),('resource_tree_node_tooltip','','textfield','core','manager','0000-00-00 00:00:00'),('richtext_default','1','combo-boolean','core','manager','0000-00-00 00:00:00'),('search_default','1','combo-boolean','core','site','0000-00-00 00:00:00'),('server_offset_time','0','textfield','core','system','0000-00-00 00:00:00'),('server_protocol','http','textfield','core','system','0000-00-00 00:00:00'),('session_cookie_domain','','textfield','core','session','0000-00-00 00:00:00'),('session_cookie_lifetime','604800','textfield','core','session','0000-00-00 00:00:00'),('session_cookie_path','','textfield','core','session','0000-00-00 00:00:00'),('session_cookie_secure','','combo-boolean','core','session','0000-00-00 00:00:00'),('session_gc_maxlifetime','604800','textfield','core','session','0000-00-00 00:00:00'),('session_handler_class','modSessionHandler','textfield','core','session','0000-00-00 00:00:00'),('session_name','','textfield','core','session','0000-00-00 00:00:00'),('set_header','1','combo-boolean','core','system','0000-00-00 00:00:00'),('show_tv_categories_header','1','combo-boolean','core','manager','0000-00-00 00:00:00'),('signupemail_message','<p>Hello [[+uid]],</p>\n    <p>Here are your login details for the [[+sname]] MODX Manager:</p>\n\n    <p>\n        <strong>Username:</strong> [[+uid]]<br />\n        <strong>Password:</strong> [[+pwd]]<br />\n    </p>\n\n    <p>Once you log into the MODX Manager at [[+surl]], you can change your password.</p>\n\n    <p>Regards,<br />Site Administrator</p>','textarea','core','authentication','0000-00-00 00:00:00'),('site_name','zebra.zp.ua - Окна. Все серьезно.','textfield','core','site','2012-05-27 19:39:01'),('site_start','1','textfield','core','site','0000-00-00 00:00:00'),('site_status','1','combo-boolean','core','site','0000-00-00 00:00:00'),('site_unavailable_message','The site is currently unavailable','textfield','core','site','0000-00-00 00:00:00'),('site_unavailable_page','0','textfield','core','site','0000-00-00 00:00:00'),('strip_image_paths','1','combo-boolean','core','file','2012-08-02 21:12:21'),('symlink_merge_fields','1','combo-boolean','core','site','0000-00-00 00:00:00'),('topmenu_show_descriptions','1','combo-boolean','core','manager','0000-00-00 00:00:00'),('tree_default_sort','menuindex','textfield','core','manager','0000-00-00 00:00:00'),('tree_root_id','0','numberfield','core','manager','0000-00-00 00:00:00'),('tvs_below_content','0','combo-boolean','core','manager','0000-00-00 00:00:00'),('udperms_allowroot','','combo-boolean','core','authentication','0000-00-00 00:00:00'),('unauthorized_page','1','textfield','core','site','0000-00-00 00:00:00'),('upload_files','txt,html,htm,xml,js,css,zip,gz,rar,z,tgz,tar,htaccess,mp3,mp4,aac,wav,au,wmv,avi,mpg,mpeg,pdf,doc,docx,xls,xlsx,ppt,pptx,jpg,jpeg,png,gif,psd,ico,bmp,odt,ods,odp,odb,odg,odf','textfield','core','file','0000-00-00 00:00:00'),('upload_flash','swf,fla','textfield','core','file','0000-00-00 00:00:00'),('upload_images','jpg,jpeg,png,gif,psd,ico,bmp','textfield','core','file','0000-00-00 00:00:00'),('upload_maxsize','1048576','textfield','core','file','0000-00-00 00:00:00'),('upload_media','mp3,wav,au,wmv,avi,mpg,mpeg','textfield','core','file','0000-00-00 00:00:00'),('use_alias_path','1','combo-boolean','core','furls','2012-06-07 15:37:27'),('use_browser','1','combo-boolean','core','file','0000-00-00 00:00:00'),('use_editor','1','combo-boolean','core','editor','0000-00-00 00:00:00'),('use_multibyte','1','combo-boolean','core','language','2012-05-25 22:06:34'),('use_weblink_target','','combo-boolean','core','site','0000-00-00 00:00:00'),('webpwdreminder_message','<p>Hello [[+uid]],</p>\n\n    <p>To activate your new password click the following link:</p>\n\n    <p>[[+surl]]</p>\n\n    <p>If successful you can use the following password to login:</p>\n\n    <p><strong>Password:</strong> [[+pwd]]</p>\n\n    <p>If you did not request this email then please ignore it.</p>\n\n    <p>Regards,<br />\n    Site Administrator</p>','textarea','core','authentication','0000-00-00 00:00:00'),('websignupemail_message','<p>Hello [[+uid]],</p>\n\n    <p>Here are your login details for [[+sname]]:</p>\n\n    <p><strong>Username:</strong> [[+uid]]<br />\n    <strong>Password:</strong> [[+pwd]]</p>\n\n    <p>Once you log into [[+sname]] at [[+surl]], you can change your password.</p>\n\n    <p>Regards,<br />\n    Site Administrator</p>','textarea','core','authentication','0000-00-00 00:00:00'),('welcome_screen','','combo-boolean','core','manager','2012-05-25 22:07:44'),('welcome_screen_url','http://misc.modx.com/revolution/welcome.22.html','textfield','core','manager','0000-00-00 00:00:00'),('which_editor','TinyMCE','modx-combo-rte','core','editor','2012-05-28 12:52:57'),('which_element_editor','CodeMirror','modx-combo-rte','core','editor','2012-05-28 12:57:34'),('xhtml_urls','1','combo-boolean','core','site','0000-00-00 00:00:00'),('settings_version','2.2.4-pl','textfield','core','system','2012-08-03 09:30:01'),('settings_distro','traditional','textfield','core','system','0000-00-00 00:00:00'),('access_policies_version','1.0','textfield','core','system','0000-00-00 00:00:00'),('tiny.base_url','','textfield','tinymce','general','0000-00-00 00:00:00'),('tiny.convert_fonts_to_spans','1','combo-boolean','tinymce','cleanup-output','0000-00-00 00:00:00'),('tiny.convert_newlines_to_brs','','combo-boolean','tinymce','cleanup-output','0000-00-00 00:00:00'),('tiny.css_selectors','Левое фото в гал=galleft; Правое фото в гал=galright; Левое фото в тексте=imgleft;Правое фото в тексте=imgright;Фото в тексте=imgtext; Список гармошка=accordion','textfield','tinymce','advanced-theme','2012-08-05 01:26:02'),('tiny.custom_buttons1','undo,redo,selectall,separator,pastetext,pasteword,separator,search,replace,separator,nonbreaking,hr,charmap,separator,image,modxlink,unlink,anchor,media,separator,cleanup,removeformat,separator,fullscreen,print,code,help','textfield','tinymce','custom-buttons','0000-00-00 00:00:00'),('tiny.custom_buttons2','bold,italic,underline,strikethrough,sub,sup,separator,bullist,numlist,outdent,indent,separator,justifyleft,justifycenter,justifyright,justifyfull,separator,styleselect,formatselect,separator,styleprops','textfield','tinymce','custom-buttons','0000-00-00 00:00:00'),('tiny.custom_buttons3','tablecontrols','textfield','tinymce','custom-buttons','2012-06-21 14:24:23'),('tiny.custom_buttons4','','textfield','tinymce','custom-buttons','0000-00-00 00:00:00'),('tiny.custom_buttons5','','textfield','tinymce','custom-buttons','0000-00-00 00:00:00'),('tiny.custom_plugins','style,advimage,advlink,modxlink,searchreplace,print,contextmenu,paste,fullscreen,noneditable,nonbreaking,xhtmlxtras,visualchars,media,table','textfield','tinymce','general','2012-06-21 14:22:07'),('tiny.editor_theme','custom','textfield','tinymce','general','2012-06-16 23:34:34'),('tiny.element_format','xhtml','textfield','tinymce','cleanup-output','0000-00-00 00:00:00'),('tiny.entity_encoding','named','textfield','tinymce','cleanup-output','0000-00-00 00:00:00'),('tiny.fix_nesting','','combo-boolean','tinymce','cleanup-output','0000-00-00 00:00:00'),('tiny.fix_table_elements','','combo-boolean','tinymce','cleanup-output','0000-00-00 00:00:00'),('tiny.font_size_classes','','textfield','tinymce','cleanup-output','0000-00-00 00:00:00'),('tiny.font_size_style_values','xx-small,x-small,small,medium,large,x-large,xx-large','textfield','tinymce','cleanup-output','0000-00-00 00:00:00'),('tiny.forced_root_block','p','textfield','tinymce','cleanup-output','0000-00-00 00:00:00'),('tiny.indentation','30px','textfield','tinymce','cleanup-output','0000-00-00 00:00:00'),('tiny.invalid_elements','','textfield','tinymce','cleanup-output','0000-00-00 00:00:00'),('tiny.nowrap','','combo-boolean','tinymce','general','0000-00-00 00:00:00'),('tiny.object_resizing','1','combo-boolean','tinymce','general','0000-00-00 00:00:00'),('tiny.path_options','','textfield','tinymce','general','0000-00-00 00:00:00'),('tiny.remove_linebreaks','','combo-boolean','tinymce','cleanup-output','0000-00-00 00:00:00'),('tiny.remove_redundant_brs','1','combo-boolean','tinymce','cleanup-output','0000-00-00 00:00:00'),('tiny.removeformat_selector','b,strong,em,i,span,ins','textfield','tinymce','cleanup-output','0000-00-00 00:00:00'),('tiny.skin','cirkuit','textfield','tinymce','general','0000-00-00 00:00:00'),('tiny.skin_variant','','textfield','tinymce','general','0000-00-00 00:00:00'),('tiny.table_inline_editing','','combo-boolean','tinymce','general','0000-00-00 00:00:00'),('tiny.template_list','','textarea','tinymce','general','0000-00-00 00:00:00'),('tiny.template_list_snippet','','textarea','tinymce','general','0000-00-00 00:00:00'),('tiny.template_selected_content_classes','','textfield','tinymce','general','2012-06-16 23:35:18'),('tiny.theme_advanced_blockformats','p,h1,h2,h3,h4,h5,h6,div,blockquote,code,pre,address','textfield','tinymce','advanced-theme','0000-00-00 00:00:00'),('tiny.theme_advanced_font_sizes','80%,90%,100%,120%,140%,160%,180%,220%,260%,320%,400%,500%,700%','textfield','tinymce','advanced-theme','0000-00-00 00:00:00'),('tiny.use_uncompressed_library','0','combo-boolean','tinymce','general','2012-06-16 23:35:24'),('codemirror.enable','1','combo-boolean','codemirror','Editor','0000-00-00 00:00:00'),('formit.recaptcha_public_key','','textfield','formit','reCaptcha','0000-00-00 00:00:00'),('formit.recaptcha_private_key','','textfield','formit','reCaptcha','0000-00-00 00:00:00'),('formit.recaptcha_use_ssl','','combo-boolean','formit','reCaptcha','0000-00-00 00:00:00'),('phpthumbof.cache_path','','textfield','phpthumbof','paths','0000-00-00 00:00:00'),('phpthumbof.cache_url','','textfield','phpthumbof','paths','0000-00-00 00:00:00'),('phpthumbof.use_s3','','combo-boolean','phpthumbof','s3','0000-00-00 00:00:00'),('phpthumbof.s3_key','','textfield','phpthumbof','s3','0000-00-00 00:00:00'),('phpthumbof.s3_secret_key','','textfield','phpthumbof','s3','0000-00-00 00:00:00'),('phpthumbof.s3_bucket','','textfield','phpthumbof','s3','0000-00-00 00:00:00'),('phpthumbof.s3_host_alias','','textfield','phpthumbof','s3','0000-00-00 00:00:00'),('phpthumbof.s3_path','phpthumbof/','textfield','phpthumbof','s3','0000-00-00 00:00:00'),('phpthumbof.s3_cache_time','24','textfield','phpthumbof','s3','0000-00-00 00:00:00'),('phpthumbof.s3_headers_check','','combo-boolean','phpthumbof','s3','0000-00-00 00:00:00'),('friendly_urls_strict','0','combo-boolean','core','furls','0000-00-00 00:00:00'),('default_context','web','modx-combo-context','core','site','0000-00-00 00:00:00'),('supercache.timeLimit','900','textfield','SuperCache','SuperCache','0000-00-00 00:00:00'),('supercache.includeResources','0','textfield','SuperCache','SuperCache','0000-00-00 00:00:00'),('supercache.excludeResources','0','textfield','SuperCache','SuperCache','0000-00-00 00:00:00'),('extension_packages','[]','textfield','core','system','2012-06-24 19:01:04');
/*!40000 ALTER TABLE `zebra_system_settings` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `zebra_transport_packages`
--

DROP TABLE IF EXISTS `zebra_transport_packages`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zebra_transport_packages` (
  `signature` varchar(255) NOT NULL,
  `created` datetime NOT NULL,
  `updated` timestamp NULL DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP,
  `installed` datetime DEFAULT NULL,
  `state` tinyint(1) unsigned NOT NULL DEFAULT '1',
  `workspace` int(10) unsigned NOT NULL DEFAULT '0',
  `provider` int(10) unsigned NOT NULL DEFAULT '0',
  `disabled` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `source` tinytext,
  `manifest` text,
  `attributes` mediumtext,
  `package_name` varchar(255) NOT NULL,
  `metadata` text,
  `version_major` tinyint(4) unsigned NOT NULL DEFAULT '0',
  `version_minor` tinyint(4) unsigned NOT NULL DEFAULT '0',
  `version_patch` tinyint(4) unsigned NOT NULL DEFAULT '0',
  `release` varchar(100) NOT NULL DEFAULT '',
  `release_index` tinyint(4) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`signature`),
  KEY `workspace` (`workspace`),
  KEY `provider` (`provider`),
  KEY `disabled` (`disabled`),
  KEY `package_name` (`package_name`),
  KEY `version_major` (`version_major`),
  KEY `version_minor` (`version_minor`),
  KEY `version_patch` (`version_patch`),
  KEY `release` (`release`),
  KEY `release_index` (`release_index`)
) ENGINE=MyISAM DEFAULT CHARSET=cp1251;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zebra_transport_packages`
--

LOCK TABLES `zebra_transport_packages` WRITE;
/*!40000 ALTER TABLE `zebra_transport_packages` DISABLE KEYS */;
INSERT INTO `zebra_transport_packages` VALUES ('tinymce-4.3.2-pl','2012-05-28 12:53:07','2012-05-28 12:53:08','2012-05-28 12:54:07',0,1,1,0,'tinymce-4.3.2-pl.transport.zip',NULL,'a:32:{s:7:\"license\";s:15218:\"GNU GENERAL PUBLIC LICENSE\n   Version 2, June 1991\n--------------------------\n\nCopyright (C) 1989, 1991 Free Software Foundation, Inc.\n59 Temple Place, Suite 330, Boston, MA  02111-1307  USA\n\nEveryone is permitted to copy and distribute verbatim copies\nof this license document, but changing it is not allowed.\n\nPreamble\n--------\n\n  The licenses for most software are designed to take away your\nfreedom to share and change it.  By contrast, the GNU General Public\nLicense is intended to guarantee your freedom to share and change free\nsoftware--to make sure the software is free for all its users.  This\nGeneral Public License applies to most of the Free Software\nFoundation\'s software and to any other program whose authors commit to\nusing it.  (Some other Free Software Foundation software is covered by\nthe GNU Library General Public License instead.)  You can apply it to\nyour programs, too.\n\n  When we speak of free software, we are referring to freedom, not\nprice.  Our General Public Licenses are designed to make sure that you\nhave the freedom to distribute copies of free software (and charge for\nthis service if you wish), that you receive source code or can get it\nif you want it, that you can change the software or use pieces of it\nin new free programs; and that you know you can do these things.\n\n  To protect your rights, we need to make restrictions that forbid\nanyone to deny you these rights or to ask you to surrender the rights.\nThese restrictions translate to certain responsibilities for you if you\ndistribute copies of the software, or if you modify it.\n\n  For example, if you distribute copies of such a program, whether\ngratis or for a fee, you must give the recipients all the rights that\nyou have.  You must make sure that they, too, receive or can get the\nsource code.  And you must show them these terms so they know their\nrights.\n\n  We protect your rights with two steps: (1) copyright the software, and\n(2) offer you this license which gives you legal permission to copy,\ndistribute and/or modify the software.\n\n  Also, for each author\'s protection and ours, we want to make certain\nthat everyone understands that there is no warranty for this free\nsoftware.  If the software is modified by someone else and passed on, we\nwant its recipients to know that what they have is not the original, so\nthat any problems introduced by others will not reflect on the original\nauthors\' reputations.\n\n  Finally, any free program is threatened constantly by software\npatents.  We wish to avoid the danger that redistributors of a free\nprogram will individually obtain patent licenses, in effect making the\nprogram proprietary.  To prevent this, we have made it clear that any\npatent must be licensed for everyone\'s free use or not licensed at all.\n\n  The precise terms and conditions for copying, distribution and\nmodification follow.\n\n\nGNU GENERAL PUBLIC LICENSE\nTERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION\n---------------------------------------------------------------\n\n  0. This License applies to any program or other work which contains\na notice placed by the copyright holder saying it may be distributed\nunder the terms of this General Public License.  The \"Program\", below,\nrefers to any such program or work, and a \"work based on the Program\"\nmeans either the Program or any derivative work under copyright law:\nthat is to say, a work containing the Program or a portion of it,\neither verbatim or with modifications and/or translated into another\nlanguage.  (Hereinafter, translation is included without limitation in\nthe term \"modification\".)  Each licensee is addressed as \"you\".\n\nActivities other than copying, distribution and modification are not\ncovered by this License; they are outside its scope.  The act of\nrunning the Program is not restricted, and the output from the Program\nis covered only if its contents constitute a work based on the\nProgram (independent of having been made by running the Program).\nWhether that is true depends on what the Program does.\n\n  1. You may copy and distribute verbatim copies of the Program\'s\nsource code as you receive it, in any medium, provided that you\nconspicuously and appropriately publish on each copy an appropriate\ncopyright notice and disclaimer of warranty; keep intact all the\nnotices that refer to this License and to the absence of any warranty;\nand give any other recipients of the Program a copy of this License\nalong with the Program.\n\nYou may charge a fee for the physical act of transferring a copy, and\nyou may at your option offer warranty protection in exchange for a fee.\n\n  2. You may modify your copy or copies of the Program or any portion\nof it, thus forming a work based on the Program, and copy and\ndistribute such modifications or work under the terms of Section 1\nabove, provided that you also meet all of these conditions:\n\n    a) You must cause the modified files to carry prominent notices\n    stating that you changed the files and the date of any change.\n\n    b) You must cause any work that you distribute or publish, that in\n    whole or in part contains or is derived from the Program or any\n    part thereof, to be licensed as a whole at no charge to all third\n    parties under the terms of this License.\n\n    c) If the modified program normally reads commands interactively\n    when run, you must cause it, when started running for such\n    interactive use in the most ordinary way, to print or display an\n    announcement including an appropriate copyright notice and a\n    notice that there is no warranty (or else, saying that you provide\n    a warranty) and that users may redistribute the program under\n    these conditions, and telling the user how to view a copy of this\n    License.  (Exception: if the Program itself is interactive but\n    does not normally print such an announcement, your work based on\n    the Program is not required to print an announcement.)\n\nThese requirements apply to the modified work as a whole.  If\nidentifiable sections of that work are not derived from the Program,\nand can be reasonably considered independent and separate works in\nthemselves, then this License, and its terms, do not apply to those\nsections when you distribute them as separate works.  But when you\ndistribute the same sections as part of a whole which is a work based\non the Program, the distribution of the whole must be on the terms of\nthis License, whose permissions for other licensees extend to the\nentire whole, and thus to each and every part regardless of who wrote it.\n\nThus, it is not the intent of this section to claim rights or contest\nyour rights to work written entirely by you; rather, the intent is to\nexercise the right to control the distribution of derivative or\ncollective works based on the Program.\n\nIn addition, mere aggregation of another work not based on the Program\nwith the Program (or with a work based on the Program) on a volume of\na storage or distribution medium does not bring the other work under\nthe scope of this License.\n\n  3. You may copy and distribute the Program (or a work based on it,\nunder Section 2) in object code or executable form under the terms of\nSections 1 and 2 above provided that you also do one of the following:\n\n    a) Accompany it with the complete corresponding machine-readable\n    source code, which must be distributed under the terms of Sections\n    1 and 2 above on a medium customarily used for software interchange; or,\n\n    b) Accompany it with a written offer, valid for at least three\n    years, to give any third party, for a charge no more than your\n    cost of physically performing source distribution, a complete\n    machine-readable copy of the corresponding source code, to be\n    distributed under the terms of Sections 1 and 2 above on a medium\n    customarily used for software interchange; or,\n\n    c) Accompany it with the information you received as to the offer\n    to distribute corresponding source code.  (This alternative is\n    allowed only for noncommercial distribution and only if you\n    received the program in object code or executable form with such\n    an offer, in accord with Subsection b above.)\n\nThe source code for a work means the preferred form of the work for\nmaking modifications to it.  For an executable work, complete source\ncode means all the source code for all modules it contains, plus any\nassociated interface definition files, plus the scripts used to\ncontrol compilation and installation of the executable.  However, as a\nspecial exception, the source code distributed need not include\nanything that is normally distributed (in either source or binary\nform) with the major components (compiler, kernel, and so on) of the\noperating system on which the executable runs, unless that component\nitself accompanies the executable.\n\nIf distribution of executable or object code is made by offering\naccess to copy from a designated place, then offering equivalent\naccess to copy the source code from the same place counts as\ndistribution of the source code, even though third parties are not\ncompelled to copy the source along with the object code.\n\n  4. You may not copy, modify, sublicense, or distribute the Program\nexcept as expressly provided under this License.  Any attempt\notherwise to copy, modify, sublicense or distribute the Program is\nvoid, and will automatically terminate your rights under this License.\nHowever, parties who have received copies, or rights, from you under\nthis License will not have their licenses terminated so long as such\nparties remain in full compliance.\n\n  5. You are not required to accept this License, since you have not\nsigned it.  However, nothing else grants you permission to modify or\ndistribute the Program or its derivative works.  These actions are\nprohibited by law if you do not accept this License.  Therefore, by\nmodifying or distributing the Program (or any work based on the\nProgram), you indicate your acceptance of this License to do so, and\nall its terms and conditions for copying, distributing or modifying\nthe Program or works based on it.\n\n  6. Each time you redistribute the Program (or any work based on the\nProgram), the recipient automatically receives a license from the\noriginal licensor to copy, distribute or modify the Program subject to\nthese terms and conditions.  You may not impose any further\nrestrictions on the recipients\' exercise of the rights granted herein.\nYou are not responsible for enforcing compliance by third parties to\nthis License.\n\n  7. If, as a consequence of a court judgment or allegation of patent\ninfringement or for any other reason (not limited to patent issues),\nconditions are imposed on you (whether by court order, agreement or\notherwise) that contradict the conditions of this License, they do not\nexcuse you from the conditions of this License.  If you cannot\ndistribute so as to satisfy simultaneously your obligations under this\nLicense and any other pertinent obligations, then as a consequence you\nmay not distribute the Program at all.  For example, if a patent\nlicense would not permit royalty-free redistribution of the Program by\nall those who receive copies directly or indirectly through you, then\nthe only way you could satisfy both it and this License would be to\nrefrain entirely from distribution of the Program.\n\nIf any portion of this section is held invalid or unenforceable under\nany particular circumstance, the balance of the section is intended to\napply and the section as a whole is intended to apply in other\ncircumstances.\n\nIt is not the purpose of this section to induce you to infringe any\npatents or other property right claims or to contest validity of any\nsuch claims; this section has the sole purpose of protecting the\nintegrity of the free software distribution system, which is\nimplemented by public license practices.  Many people have made\ngenerous contributions to the wide range of software distributed\nthrough that system in reliance on consistent application of that\nsystem; it is up to the author/donor to decide if he or she is willing\nto distribute software through any other system and a licensee cannot\nimpose that choice.\n\nThis section is intended to make thoroughly clear what is believed to\nbe a consequence of the rest of this License.\n\n  8. If the distribution and/or use of the Program is restricted in\ncertain countries either by patents or by copyrighted interfaces, the\noriginal copyright holder who places the Program under this License\nmay add an explicit geographical distribution limitation excluding\nthose countries, so that distribution is permitted only in or among\ncountries not thus excluded.  In such case, this License incorporates\nthe limitation as if written in the body of this License.\n\n  9. The Free Software Foundation may publish revised and/or new versions\nof the General Public License from time to time.  Such new versions will\nbe similar in spirit to the present version, but may differ in detail to\naddress new problems or concerns.\n\nEach version is given a distinguishing version number.  If the Program\nspecifies a version number of this License which applies to it and \"any\nlater version\", you have the option of following the terms and conditions\neither of that version or of any later version published by the Free\nSoftware Foundation.  If the Program does not specify a version number of\nthis License, you may choose any version ever published by the Free Software\nFoundation.\n\n  10. If you wish to incorporate parts of the Program into other free\nprograms whose distribution conditions are different, write to the author\nto ask for permission.  For software which is copyrighted by the Free\nSoftware Foundation, write to the Free Software Foundation; we sometimes\nmake exceptions for this.  Our decision will be guided by the two goals\nof preserving the free status of all derivatives of our free software and\nof promoting the sharing and reuse of software generally.\n\nNO WARRANTY\n-----------\n\n  11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY\nFOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN\nOTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES\nPROVIDE THE PROGRAM \"AS IS\" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED\nOR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\nMERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS\nTO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE\nPROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,\nREPAIR OR CORRECTION.\n\n  12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING\nWILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR\nREDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,\nINCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING\nOUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED\nTO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY\nYOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER\nPROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE\nPOSSIBILITY OF SUCH DAMAGES.\n\n---------------------------\nEND OF TERMS AND CONDITIONS\";s:9:\"signature\";s:16:\"tinymce-4.3.2-pl\";s:13:\"initialConfig\";s:15:\"[object Object]\";s:4:\"text\";s:20:\"Продолжить\";s:2:\"id\";s:19:\"package-install-btn\";s:6:\"hidden\";s:5:\"false\";s:7:\"handler\";s:704:\"function (va) {\n    var g = Ext.getCmp(\"modx-package-grid\");\n    if (!g) {\n        return false;\n    }\n    var r = g.menu.record.data ? g.menu.record.data : g.menu.record;\n    var topic = \"/workspace/package/install/\" + r.signature + \"/\";\n    this.loadConsole(Ext.getBody(), topic);\n    va = va || {};\n    Ext.apply(va, {action: \"install\", signature: r.signature, register: \"mgr\", topic: topic});\n    var c = this.console;\n    MODx.Ajax.request({url: MODx.config.connectors_url + \"workspace/packages.php\", params: va, listeners: {success: {fn: function () {this.activate();Ext.getCmp(\"modx-package-grid\").getStore().load();}, scope: this}, failure: {fn: function () {this.activate();}, scope: this}}});\n}\";s:5:\"scope\";s:15:\"[object Object]\";s:8:\"minWidth\";s:2:\"75\";s:10:\"removeMode\";s:9:\"container\";s:10:\"hideParent\";s:4:\"true\";s:6:\"events\";s:15:\"[object Object]\";s:7:\"ownerCt\";s:15:\"[object Object]\";s:9:\"container\";s:15:\"[object Object]\";s:8:\"rendered\";s:4:\"true\";s:8:\"template\";s:15:\"[object Object]\";s:5:\"btnEl\";s:15:\"[object Object]\";s:4:\"mons\";s:15:\"[object Object]\";s:2:\"el\";s:15:\"[object Object]\";s:4:\"icon\";s:0:\"\";s:7:\"iconCls\";s:0:\"\";s:8:\"boxReady\";s:4:\"true\";s:8:\"lastSize\";s:15:\"[object Object]\";s:11:\"useSetClass\";s:4:\"true\";s:6:\"oldCls\";s:12:\"x-btn-noicon\";s:3:\"doc\";s:15:\"[object Object]\";s:19:\"monitoringMouseOver\";s:4:\"true\";s:6:\"action\";s:7:\"install\";s:8:\"register\";s:3:\"mgr\";s:5:\"topic\";s:44:\"/workspace/package/install/tinymce-4.3.2-pl/\";s:12:\"HTTP_MODAUTH\";s:52:\"modx4fc158d9434523.77840502_14fc3547d036336.36775951\";s:14:\"package_action\";i:0;}','TinyMCE','a:31:{i:0;a:4:{s:4:\"name\";s:2:\"id\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:24:\"4d556bc5b2b083396d0007e9\";s:8:\"children\";a:0:{}}i:1;a:4:{s:4:\"name\";s:7:\"package\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:24:\"4d556bc5b2b083396d0007e9\";s:8:\"children\";a:0:{}}i:2;a:4:{s:4:\"name\";s:12:\"display_name\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:16:\"tinymce-4.3.2-pl\";s:8:\"children\";a:0:{}}i:3;a:4:{s:4:\"name\";s:7:\"version\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:5:\"4.3.2\";s:8:\"children\";a:0:{}}i:4;a:4:{s:4:\"name\";s:13:\"version_major\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:1:\"4\";s:8:\"children\";a:0:{}}i:5;a:4:{s:4:\"name\";s:13:\"version_minor\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:1:\"3\";s:8:\"children\";a:0:{}}i:6;a:4:{s:4:\"name\";s:13:\"version_patch\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:1:\"2\";s:8:\"children\";a:0:{}}i:7;a:4:{s:4:\"name\";s:7:\"release\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:2:\"pl\";s:8:\"children\";a:0:{}}i:8;a:4:{s:4:\"name\";s:8:\"vrelease\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:2:\"pl\";s:8:\"children\";a:0:{}}i:9;a:4:{s:4:\"name\";s:14:\"vrelease_index\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:2:\"pl\";s:8:\"children\";a:0:{}}i:10;a:4:{s:4:\"name\";s:6:\"author\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:12:\"splittingred\";s:8:\"children\";a:0:{}}i:11;a:4:{s:4:\"name\";s:11:\"description\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:102:\"<p>TinyMCE version 3.4.7 for MODx Revolution. Works with Revolution 2.2.x or later only.</p><ul>\n</ul>\";s:8:\"children\";a:0:{}}i:12;a:4:{s:4:\"name\";s:12:\"instructions\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:225:\"<p>Install via Package Management.</p>\n<p>If you\'re having issues installing, make sure you have the latest ZipArchive extension for PHP, and that it\'s properly configured, or set the \"archive_with\" System Setting to Yes.</p>\";s:8:\"children\";a:0:{}}i:13;a:4:{s:4:\"name\";s:9:\"changelog\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:2043:\"<p style=\"padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; \"><b>New in 4.3.2</b></p><ul><li>Update Czech/German translation</li><li>&#91;#74&#93; Fix inclusion of english as fallback for language</li><li>&#91;#80&#93; Make context menu use MODxLink plugin</li><li>Upgrade TinyMCE to 3.4.7</li></ul><p></p><p style=\"padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; \"><b>New in 4.3.1</b></p><ul><li>Optimizations for MODX 2.2</li></ul><p></p><p style=\"padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; \"><b>New in 4.3.0</b></p><ul><li>&#91;#71&#93; Update TinyMCE to v3.4.5</li><li>&#91;#70&#93; Fixes to cirkuit skin with missing CSS styles</li><li>&#91;#64&#93; Add tiny.template_list_snippet setting for grabbing template list from a Snippet</li><li>&#91;#66&#93; Fix issues with Revolution 2.2.0 code</li><li>&#91;#63&#93; Add tiny.base_url setting for managing the document_base_url tinymce setting</li></ul><p></p><p style=\"padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; \"><b>New in 4.2.4</b></p><ul><li>Updated TinyMCE to 3.4.2</li><li>Fix issue where recursion detected xPDO error was showing in logs on chunk editing</li><li>&#91;#55&#93; Fix help for element_format and preformatted descriptions in plugin properties</li><li>&#91;#53&#93; Languages added/update: German, English, French, Indonesian, Japanese, Dutch, Russian, Ukrainian</li></ul><b>New in 4.2.3</b><p></p><ul><li>Fix issue that inserted wrong URL when using TinyMCE in Revolution 2.1 and later</li></ul><p></p><p style=\"padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; \"><b>New in 4.2.2</b></p><ul><li>&#91;#49&#93; Added spellchecker files</li></ul><p></p><p style=\"padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; \"><b>New in 4.2.1</b></p><ul><li>&#91;#45&#93; &#91;#47&#93; Fixes for front-end usage and compatibility with NewsPublisher</li><li>Add compressed JS for faster loading</li></ul>\";s:8:\"children\";a:0:{}}i:14;a:4:{s:4:\"name\";s:9:\"createdon\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:23:\"2012-02-23 19:09:21 UTC\";s:8:\"children\";a:0:{}}i:15;a:4:{s:4:\"name\";s:10:\"created_by\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:12:\"splittingred\";s:8:\"children\";a:0:{}}i:16;a:3:{s:4:\"name\";s:8:\"editedon\";s:10:\"attributes\";a:0:{}s:8:\"children\";a:0:{}}i:17;a:4:{s:4:\"name\";s:10:\"releasedon\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:23:\"2012-02-23 19:09:21 UTC\";s:8:\"children\";a:0:{}}i:18;a:4:{s:4:\"name\";s:9:\"downloads\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:6:\"116454\";s:8:\"children\";a:0:{}}i:19;a:4:{s:4:\"name\";s:8:\"approved\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:4:\"true\";s:8:\"children\";a:0:{}}i:20;a:4:{s:4:\"name\";s:7:\"audited\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:5:\"false\";s:8:\"children\";a:0:{}}i:21;a:4:{s:4:\"name\";s:8:\"featured\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:5:\"false\";s:8:\"children\";a:0:{}}i:22;a:4:{s:4:\"name\";s:10:\"deprecated\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:5:\"false\";s:8:\"children\";a:0:{}}i:23;a:4:{s:4:\"name\";s:7:\"license\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:5:\"GPLv2\";s:8:\"children\";a:0:{}}i:24;a:3:{s:4:\"name\";s:7:\"smf_url\";s:10:\"attributes\";a:0:{}s:8:\"children\";a:0:{}}i:25;a:4:{s:4:\"name\";s:4:\"name\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:7:\"TinyMCE\";s:8:\"children\";a:0:{}}i:26;a:4:{s:4:\"name\";s:10:\"repository\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:24:\"4d4c3fa6b2b0830da9000001\";s:8:\"children\";a:0:{}}i:27;a:4:{s:4:\"name\";s:8:\"supports\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:3:\"2.2\";s:8:\"children\";a:0:{}}i:28;a:4:{s:4:\"name\";s:10:\"screenshot\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:54:\"http://modx.s3.amazonaws.com/extras/459/tinymce-ss.png\";s:8:\"children\";a:0:{}}i:29;a:3:{s:4:\"name\";s:4:\"file\";s:10:\"attributes\";a:0:{}s:8:\"children\";a:7:{i:0;a:4:{s:4:\"name\";s:2:\"id\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:24:\"4f468ee3f2455445f900009d\";s:8:\"children\";a:0:{}}i:1;a:4:{s:4:\"name\";s:7:\"version\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:24:\"4f468ee1f2455445f900009b\";s:8:\"children\";a:0:{}}i:2;a:4:{s:4:\"name\";s:8:\"filename\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:30:\"tinymce-4.3.2-pl.transport.zip\";s:8:\"children\";a:0:{}}i:3;a:4:{s:4:\"name\";s:9:\"downloads\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:5:\"14253\";s:8:\"children\";a:0:{}}i:4;a:4:{s:4:\"name\";s:6:\"lastip\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:13:\"219.94.240.76\";s:8:\"children\";a:0:{}}i:5;a:4:{s:4:\"name\";s:9:\"transport\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:4:\"true\";s:8:\"children\";a:0:{}}i:6;a:4:{s:4:\"name\";s:8:\"location\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:60:\"http://modx.com/extras/download/?id=4f468ee3f2455445f900009d\";s:8:\"children\";a:0:{}}}}i:30;a:4:{s:4:\"name\";s:17:\"package-signature\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:16:\"tinymce-4.3.2-pl\";s:8:\"children\";a:0:{}}}',4,3,2,'pl',0),('codemirror-2.0.0-pl','2012-05-28 12:56:47','2012-05-28 12:57:35','2012-05-28 12:58:34',0,1,1,0,'codemirror-2.0.0-pl.transport.zip',NULL,'a:34:{s:7:\"license\";s:15218:\"GNU GENERAL PUBLIC LICENSE\n   Version 2, June 1991\n--------------------------\n\nCopyright (C) 1989, 1991 Free Software Foundation, Inc.\n59 Temple Place, Suite 330, Boston, MA  02111-1307  USA\n\nEveryone is permitted to copy and distribute verbatim copies\nof this license document, but changing it is not allowed.\n\nPreamble\n--------\n\n  The licenses for most software are designed to take away your\nfreedom to share and change it.  By contrast, the GNU General Public\nLicense is intended to guarantee your freedom to share and change free\nsoftware--to make sure the software is free for all its users.  This\nGeneral Public License applies to most of the Free Software\nFoundation\'s software and to any other program whose authors commit to\nusing it.  (Some other Free Software Foundation software is covered by\nthe GNU Library General Public License instead.)  You can apply it to\nyour programs, too.\n\n  When we speak of free software, we are referring to freedom, not\nprice.  Our General Public Licenses are designed to make sure that you\nhave the freedom to distribute copies of free software (and charge for\nthis service if you wish), that you receive source code or can get it\nif you want it, that you can change the software or use pieces of it\nin new free programs; and that you know you can do these things.\n\n  To protect your rights, we need to make restrictions that forbid\nanyone to deny you these rights or to ask you to surrender the rights.\nThese restrictions translate to certain responsibilities for you if you\ndistribute copies of the software, or if you modify it.\n\n  For example, if you distribute copies of such a program, whether\ngratis or for a fee, you must give the recipients all the rights that\nyou have.  You must make sure that they, too, receive or can get the\nsource code.  And you must show them these terms so they know their\nrights.\n\n  We protect your rights with two steps: (1) copyright the software, and\n(2) offer you this license which gives you legal permission to copy,\ndistribute and/or modify the software.\n\n  Also, for each author\'s protection and ours, we want to make certain\nthat everyone understands that there is no warranty for this free\nsoftware.  If the software is modified by someone else and passed on, we\nwant its recipients to know that what they have is not the original, so\nthat any problems introduced by others will not reflect on the original\nauthors\' reputations.\n\n  Finally, any free program is threatened constantly by software\npatents.  We wish to avoid the danger that redistributors of a free\nprogram will individually obtain patent licenses, in effect making the\nprogram proprietary.  To prevent this, we have made it clear that any\npatent must be licensed for everyone\'s free use or not licensed at all.\n\n  The precise terms and conditions for copying, distribution and\nmodification follow.\n\n\nGNU GENERAL PUBLIC LICENSE\nTERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION\n---------------------------------------------------------------\n\n  0. This License applies to any program or other work which contains\na notice placed by the copyright holder saying it may be distributed\nunder the terms of this General Public License.  The \"Program\", below,\nrefers to any such program or work, and a \"work based on the Program\"\nmeans either the Program or any derivative work under copyright law:\nthat is to say, a work containing the Program or a portion of it,\neither verbatim or with modifications and/or translated into another\nlanguage.  (Hereinafter, translation is included without limitation in\nthe term \"modification\".)  Each licensee is addressed as \"you\".\n\nActivities other than copying, distribution and modification are not\ncovered by this License; they are outside its scope.  The act of\nrunning the Program is not restricted, and the output from the Program\nis covered only if its contents constitute a work based on the\nProgram (independent of having been made by running the Program).\nWhether that is true depends on what the Program does.\n\n  1. You may copy and distribute verbatim copies of the Program\'s\nsource code as you receive it, in any medium, provided that you\nconspicuously and appropriately publish on each copy an appropriate\ncopyright notice and disclaimer of warranty; keep intact all the\nnotices that refer to this License and to the absence of any warranty;\nand give any other recipients of the Program a copy of this License\nalong with the Program.\n\nYou may charge a fee for the physical act of transferring a copy, and\nyou may at your option offer warranty protection in exchange for a fee.\n\n  2. You may modify your copy or copies of the Program or any portion\nof it, thus forming a work based on the Program, and copy and\ndistribute such modifications or work under the terms of Section 1\nabove, provided that you also meet all of these conditions:\n\n    a) You must cause the modified files to carry prominent notices\n    stating that you changed the files and the date of any change.\n\n    b) You must cause any work that you distribute or publish, that in\n    whole or in part contains or is derived from the Program or any\n    part thereof, to be licensed as a whole at no charge to all third\n    parties under the terms of this License.\n\n    c) If the modified program normally reads commands interactively\n    when run, you must cause it, when started running for such\n    interactive use in the most ordinary way, to print or display an\n    announcement including an appropriate copyright notice and a\n    notice that there is no warranty (or else, saying that you provide\n    a warranty) and that users may redistribute the program under\n    these conditions, and telling the user how to view a copy of this\n    License.  (Exception: if the Program itself is interactive but\n    does not normally print such an announcement, your work based on\n    the Program is not required to print an announcement.)\n\nThese requirements apply to the modified work as a whole.  If\nidentifiable sections of that work are not derived from the Program,\nand can be reasonably considered independent and separate works in\nthemselves, then this License, and its terms, do not apply to those\nsections when you distribute them as separate works.  But when you\ndistribute the same sections as part of a whole which is a work based\non the Program, the distribution of the whole must be on the terms of\nthis License, whose permissions for other licensees extend to the\nentire whole, and thus to each and every part regardless of who wrote it.\n\nThus, it is not the intent of this section to claim rights or contest\nyour rights to work written entirely by you; rather, the intent is to\nexercise the right to control the distribution of derivative or\ncollective works based on the Program.\n\nIn addition, mere aggregation of another work not based on the Program\nwith the Program (or with a work based on the Program) on a volume of\na storage or distribution medium does not bring the other work under\nthe scope of this License.\n\n  3. You may copy and distribute the Program (or a work based on it,\nunder Section 2) in object code or executable form under the terms of\nSections 1 and 2 above provided that you also do one of the following:\n\n    a) Accompany it with the complete corresponding machine-readable\n    source code, which must be distributed under the terms of Sections\n    1 and 2 above on a medium customarily used for software interchange; or,\n\n    b) Accompany it with a written offer, valid for at least three\n    years, to give any third party, for a charge no more than your\n    cost of physically performing source distribution, a complete\n    machine-readable copy of the corresponding source code, to be\n    distributed under the terms of Sections 1 and 2 above on a medium\n    customarily used for software interchange; or,\n\n    c) Accompany it with the information you received as to the offer\n    to distribute corresponding source code.  (This alternative is\n    allowed only for noncommercial distribution and only if you\n    received the program in object code or executable form with such\n    an offer, in accord with Subsection b above.)\n\nThe source code for a work means the preferred form of the work for\nmaking modifications to it.  For an executable work, complete source\ncode means all the source code for all modules it contains, plus any\nassociated interface definition files, plus the scripts used to\ncontrol compilation and installation of the executable.  However, as a\nspecial exception, the source code distributed need not include\nanything that is normally distributed (in either source or binary\nform) with the major components (compiler, kernel, and so on) of the\noperating system on which the executable runs, unless that component\nitself accompanies the executable.\n\nIf distribution of executable or object code is made by offering\naccess to copy from a designated place, then offering equivalent\naccess to copy the source code from the same place counts as\ndistribution of the source code, even though third parties are not\ncompelled to copy the source along with the object code.\n\n  4. You may not copy, modify, sublicense, or distribute the Program\nexcept as expressly provided under this License.  Any attempt\notherwise to copy, modify, sublicense or distribute the Program is\nvoid, and will automatically terminate your rights under this License.\nHowever, parties who have received copies, or rights, from you under\nthis License will not have their licenses terminated so long as such\nparties remain in full compliance.\n\n  5. You are not required to accept this License, since you have not\nsigned it.  However, nothing else grants you permission to modify or\ndistribute the Program or its derivative works.  These actions are\nprohibited by law if you do not accept this License.  Therefore, by\nmodifying or distributing the Program (or any work based on the\nProgram), you indicate your acceptance of this License to do so, and\nall its terms and conditions for copying, distributing or modifying\nthe Program or works based on it.\n\n  6. Each time you redistribute the Program (or any work based on the\nProgram), the recipient automatically receives a license from the\noriginal licensor to copy, distribute or modify the Program subject to\nthese terms and conditions.  You may not impose any further\nrestrictions on the recipients\' exercise of the rights granted herein.\nYou are not responsible for enforcing compliance by third parties to\nthis License.\n\n  7. If, as a consequence of a court judgment or allegation of patent\ninfringement or for any other reason (not limited to patent issues),\nconditions are imposed on you (whether by court order, agreement or\notherwise) that contradict the conditions of this License, they do not\nexcuse you from the conditions of this License.  If you cannot\ndistribute so as to satisfy simultaneously your obligations under this\nLicense and any other pertinent obligations, then as a consequence you\nmay not distribute the Program at all.  For example, if a patent\nlicense would not permit royalty-free redistribution of the Program by\nall those who receive copies directly or indirectly through you, then\nthe only way you could satisfy both it and this License would be to\nrefrain entirely from distribution of the Program.\n\nIf any portion of this section is held invalid or unenforceable under\nany particular circumstance, the balance of the section is intended to\napply and the section as a whole is intended to apply in other\ncircumstances.\n\nIt is not the purpose of this section to induce you to infringe any\npatents or other property right claims or to contest validity of any\nsuch claims; this section has the sole purpose of protecting the\nintegrity of the free software distribution system, which is\nimplemented by public license practices.  Many people have made\ngenerous contributions to the wide range of software distributed\nthrough that system in reliance on consistent application of that\nsystem; it is up to the author/donor to decide if he or she is willing\nto distribute software through any other system and a licensee cannot\nimpose that choice.\n\nThis section is intended to make thoroughly clear what is believed to\nbe a consequence of the rest of this License.\n\n  8. If the distribution and/or use of the Program is restricted in\ncertain countries either by patents or by copyrighted interfaces, the\noriginal copyright holder who places the Program under this License\nmay add an explicit geographical distribution limitation excluding\nthose countries, so that distribution is permitted only in or among\ncountries not thus excluded.  In such case, this License incorporates\nthe limitation as if written in the body of this License.\n\n  9. The Free Software Foundation may publish revised and/or new versions\nof the General Public License from time to time.  Such new versions will\nbe similar in spirit to the present version, but may differ in detail to\naddress new problems or concerns.\n\nEach version is given a distinguishing version number.  If the Program\nspecifies a version number of this License which applies to it and \"any\nlater version\", you have the option of following the terms and conditions\neither of that version or of any later version published by the Free\nSoftware Foundation.  If the Program does not specify a version number of\nthis License, you may choose any version ever published by the Free Software\nFoundation.\n\n  10. If you wish to incorporate parts of the Program into other free\nprograms whose distribution conditions are different, write to the author\nto ask for permission.  For software which is copyrighted by the Free\nSoftware Foundation, write to the Free Software Foundation; we sometimes\nmake exceptions for this.  Our decision will be guided by the two goals\nof preserving the free status of all derivatives of our free software and\nof promoting the sharing and reuse of software generally.\n\nNO WARRANTY\n-----------\n\n  11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY\nFOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN\nOTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES\nPROVIDE THE PROGRAM \"AS IS\" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED\nOR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\nMERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS\nTO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE\nPROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,\nREPAIR OR CORRECTION.\n\n  12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING\nWILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR\nREDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,\nINCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING\nOUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED\nTO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY\nYOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER\nPROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE\nPOSSIBILITY OF SUCH DAMAGES.\n\n---------------------------\nEND OF TERMS AND CONDITIONS\";s:6:\"readme\";s:413:\"--------------------\r\nExtra: CodeMirror\r\n--------------------\r\nVersion: 1.0.0\r\nCreated: June 23rd, 2010\r\nAuthor: Shaun McCormick <shaun+codemirror@modx.com>\r\nLicense: GNU GPLv2 (or later at your option)\r\n\r\nIntegrates CodeMirror RTE into MODx Revolution.\r\n\r\nPlease see the documentation at:\r\nhttp://rtfm.modx.com/display/ADDON/CodeMirror/\r\n\r\nThanks for using CodeMirror!\r\nShaun McCormick\r\nshaun+codemirror@modx.com\";s:9:\"changelog\";s:999:\"Changelog for CodeMirror integration into MODx Revolution.\r\n\r\nCodeMirror 2.0.0\r\n====================================\r\n- Compress css/js for faster loading\r\n- Add search/replace field via showSearchForm property\r\n- Add line highlighting via highlightLine property\r\n- Add enterMode, electricChars, firstLineNumber, indentWithTabs, matchBrackets, undoDepth properties for more configuration options\r\n- Upgrade to CodeMirror 2\r\n\r\nCodeMirror 1.1.0\r\n====================================\r\n- Added extra checks and options for ensuring changes get saved\r\n- Integrated into OnFileEditFormPrerender, now can use in file editing\r\n\r\nCodeMirror 1.0.1\r\n====================================\r\n- Now auto-assigns which_element_editor to CodeMirror\r\n\r\nCodeMirror 1.0.0\r\n====================================\r\n- Added plugin properties to adjust how CodeMirror behaves\r\n- Now works on TV default value fields\r\n- Consolidated JS files, fixed too-fast loading in Chrome issue\r\n- Prepared for rc1 release\r\n- Initial commit\";s:9:\"signature\";s:19:\"codemirror-2.0.0-pl\";s:13:\"initialConfig\";s:15:\"[object Object]\";s:4:\"text\";s:20:\"Продолжить\";s:2:\"id\";s:19:\"package-install-btn\";s:6:\"hidden\";s:5:\"false\";s:7:\"handler\";s:704:\"function (va) {\n    var g = Ext.getCmp(\"modx-package-grid\");\n    if (!g) {\n        return false;\n    }\n    var r = g.menu.record.data ? g.menu.record.data : g.menu.record;\n    var topic = \"/workspace/package/install/\" + r.signature + \"/\";\n    this.loadConsole(Ext.getBody(), topic);\n    va = va || {};\n    Ext.apply(va, {action: \"install\", signature: r.signature, register: \"mgr\", topic: topic});\n    var c = this.console;\n    MODx.Ajax.request({url: MODx.config.connectors_url + \"workspace/packages.php\", params: va, listeners: {success: {fn: function () {this.activate();Ext.getCmp(\"modx-package-grid\").getStore().load();}, scope: this}, failure: {fn: function () {this.activate();}, scope: this}}});\n}\";s:5:\"scope\";s:15:\"[object Object]\";s:8:\"minWidth\";s:2:\"75\";s:10:\"removeMode\";s:9:\"container\";s:10:\"hideParent\";s:4:\"true\";s:6:\"events\";s:15:\"[object Object]\";s:7:\"ownerCt\";s:15:\"[object Object]\";s:9:\"container\";s:15:\"[object Object]\";s:8:\"rendered\";s:4:\"true\";s:8:\"template\";s:15:\"[object Object]\";s:5:\"btnEl\";s:15:\"[object Object]\";s:4:\"mons\";s:15:\"[object Object]\";s:2:\"el\";s:15:\"[object Object]\";s:4:\"icon\";s:0:\"\";s:7:\"iconCls\";s:0:\"\";s:8:\"boxReady\";s:4:\"true\";s:8:\"lastSize\";s:15:\"[object Object]\";s:11:\"useSetClass\";s:4:\"true\";s:6:\"oldCls\";s:12:\"x-btn-noicon\";s:3:\"doc\";s:15:\"[object Object]\";s:19:\"monitoringMouseOver\";s:4:\"true\";s:6:\"action\";s:7:\"install\";s:8:\"register\";s:3:\"mgr\";s:5:\"topic\";s:47:\"/workspace/package/install/codemirror-2.0.0-pl/\";s:12:\"HTTP_MODAUTH\";s:52:\"modx4fc158d9434523.77840502_14fc3547d036336.36775951\";s:14:\"package_action\";i:0;}','CodeMirror','a:31:{i:0;a:4:{s:4:\"name\";s:2:\"id\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:24:\"4d556ccab2b083396d000e08\";s:8:\"children\";a:0:{}}i:1;a:4:{s:4:\"name\";s:7:\"package\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:24:\"4d556ccab2b083396d000e08\";s:8:\"children\";a:0:{}}i:2;a:4:{s:4:\"name\";s:12:\"display_name\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:19:\"codemirror-2.0.0-pl\";s:8:\"children\";a:0:{}}i:3;a:4:{s:4:\"name\";s:7:\"version\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:5:\"2.0.0\";s:8:\"children\";a:0:{}}i:4;a:4:{s:4:\"name\";s:13:\"version_major\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:1:\"2\";s:8:\"children\";a:0:{}}i:5;a:4:{s:4:\"name\";s:13:\"version_minor\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:1:\"0\";s:8:\"children\";a:0:{}}i:6;a:4:{s:4:\"name\";s:13:\"version_patch\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:1:\"0\";s:8:\"children\";a:0:{}}i:7;a:4:{s:4:\"name\";s:7:\"release\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:2:\"pl\";s:8:\"children\";a:0:{}}i:8;a:4:{s:4:\"name\";s:8:\"vrelease\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:2:\"pl\";s:8:\"children\";a:0:{}}i:9;a:4:{s:4:\"name\";s:14:\"vrelease_index\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:2:\"pl\";s:8:\"children\";a:0:{}}i:10;a:4:{s:4:\"name\";s:6:\"author\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:12:\"splittingred\";s:8:\"children\";a:0:{}}i:11;a:4:{s:4:\"name\";s:11:\"description\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:189:\"<p>CodeMirror integration for MODx Revolution. Get custom syntax highlighting in your Elements.</p>\n<p>CodeMirror 1.1.0-pl+ only works with Revolution 2.0.1 or later.</p><ul>\n</ul>\n<p>\n</p>\";s:8:\"children\";a:0:{}}i:12;a:4:{s:4:\"name\";s:12:\"instructions\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:38:\"<p>Install via Package Management.</p>\";s:8:\"children\";a:0:{}}i:13;a:4:{s:4:\"name\";s:9:\"changelog\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:526:\"<p></p><p><b>New in 2.0.0</b></p><p></p><ul><li><li>Tweak of height css of editor to allow fluid heights&nbsp;</li><li>Improve styling of search/replace buttons&nbsp;</li></li><li>Compress css/js for faster loading</li><li>Add search/replace field via showSearchForm property</li><li>Add line highlighting via highlightLine property</li><li>Add enterMode, electricChars, firstLineNumber, indentWithTabs, matchBrackets, undoDepth properties for more configuration options</li><li>Upgrade to CodeMirror 2</li></ul><p></p><p></p>\";s:8:\"children\";a:0:{}}i:14;a:4:{s:4:\"name\";s:9:\"createdon\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:23:\"2011-06-07 14:39:21 UTC\";s:8:\"children\";a:0:{}}i:15;a:4:{s:4:\"name\";s:10:\"created_by\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:12:\"splittingred\";s:8:\"children\";a:0:{}}i:16;a:3:{s:4:\"name\";s:8:\"editedon\";s:10:\"attributes\";a:0:{}s:8:\"children\";a:0:{}}i:17;a:4:{s:4:\"name\";s:10:\"releasedon\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:23:\"2011-06-07 14:39:21 UTC\";s:8:\"children\";a:0:{}}i:18;a:4:{s:4:\"name\";s:9:\"downloads\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:5:\"24352\";s:8:\"children\";a:0:{}}i:19;a:4:{s:4:\"name\";s:8:\"approved\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:4:\"true\";s:8:\"children\";a:0:{}}i:20;a:4:{s:4:\"name\";s:7:\"audited\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:5:\"false\";s:8:\"children\";a:0:{}}i:21;a:4:{s:4:\"name\";s:8:\"featured\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:5:\"false\";s:8:\"children\";a:0:{}}i:22;a:4:{s:4:\"name\";s:10:\"deprecated\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:5:\"false\";s:8:\"children\";a:0:{}}i:23;a:4:{s:4:\"name\";s:7:\"license\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:5:\"GPLv2\";s:8:\"children\";a:0:{}}i:24;a:3:{s:4:\"name\";s:7:\"smf_url\";s:10:\"attributes\";a:0:{}s:8:\"children\";a:0:{}}i:25;a:4:{s:4:\"name\";s:4:\"name\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:10:\"CodeMirror\";s:8:\"children\";a:0:{}}i:26;a:4:{s:4:\"name\";s:10:\"repository\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:24:\"4d4c3fa6b2b0830da9000001\";s:8:\"children\";a:0:{}}i:27;a:4:{s:4:\"name\";s:8:\"supports\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:3:\"2.0\";s:8:\"children\";a:0:{}}i:28;a:4:{s:4:\"name\";s:10:\"screenshot\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:78:\"http://modx.s3.amazonaws.com/extras/4d556ccab2b083396d000e08/codemirror-ss.png\";s:8:\"children\";a:0:{}}i:29;a:3:{s:4:\"name\";s:4:\"file\";s:10:\"attributes\";a:0:{}s:8:\"children\";a:7:{i:0;a:4:{s:4:\"name\";s:2:\"id\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:24:\"4dee381af24554789300015d\";s:8:\"children\";a:0:{}}i:1;a:4:{s:4:\"name\";s:7:\"version\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:24:\"4dee3819f24554789300015b\";s:8:\"children\";a:0:{}}i:2;a:4:{s:4:\"name\";s:8:\"filename\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:33:\"codemirror-2.0.0-pl.transport.zip\";s:8:\"children\";a:0:{}}i:3;a:4:{s:4:\"name\";s:9:\"downloads\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:5:\"13851\";s:8:\"children\";a:0:{}}i:4;a:4:{s:4:\"name\";s:6:\"lastip\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:13:\"37.130.225.50\";s:8:\"children\";a:0:{}}i:5;a:4:{s:4:\"name\";s:9:\"transport\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:4:\"true\";s:8:\"children\";a:0:{}}i:6;a:4:{s:4:\"name\";s:8:\"location\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:60:\"http://modx.com/extras/download/?id=4dee381af24554789300015d\";s:8:\"children\";a:0:{}}}}i:30;a:4:{s:4:\"name\";s:17:\"package-signature\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:19:\"codemirror-2.0.0-pl\";s:8:\"children\";a:0:{}}}',2,0,0,'pl',0),('wayfinder-2.3.3-pl','2012-05-28 01:02:46','2012-05-28 13:02:31','2012-05-28 13:03:29',0,1,1,0,'wayfinder-2.3.3-pl.transport.zip',NULL,'a:34:{s:7:\"license\";s:15218:\"GNU GENERAL PUBLIC LICENSE\n   Version 2, June 1991\n--------------------------\n\nCopyright (C) 1989, 1991 Free Software Foundation, Inc.\n59 Temple Place, Suite 330, Boston, MA  02111-1307  USA\n\nEveryone is permitted to copy and distribute verbatim copies\nof this license document, but changing it is not allowed.\n\nPreamble\n--------\n\n  The licenses for most software are designed to take away your\nfreedom to share and change it.  By contrast, the GNU General Public\nLicense is intended to guarantee your freedom to share and change free\nsoftware--to make sure the software is free for all its users.  This\nGeneral Public License applies to most of the Free Software\nFoundation\'s software and to any other program whose authors commit to\nusing it.  (Some other Free Software Foundation software is covered by\nthe GNU Library General Public License instead.)  You can apply it to\nyour programs, too.\n\n  When we speak of free software, we are referring to freedom, not\nprice.  Our General Public Licenses are designed to make sure that you\nhave the freedom to distribute copies of free software (and charge for\nthis service if you wish), that you receive source code or can get it\nif you want it, that you can change the software or use pieces of it\nin new free programs; and that you know you can do these things.\n\n  To protect your rights, we need to make restrictions that forbid\nanyone to deny you these rights or to ask you to surrender the rights.\nThese restrictions translate to certain responsibilities for you if you\ndistribute copies of the software, or if you modify it.\n\n  For example, if you distribute copies of such a program, whether\ngratis or for a fee, you must give the recipients all the rights that\nyou have.  You must make sure that they, too, receive or can get the\nsource code.  And you must show them these terms so they know their\nrights.\n\n  We protect your rights with two steps: (1) copyright the software, and\n(2) offer you this license which gives you legal permission to copy,\ndistribute and/or modify the software.\n\n  Also, for each author\'s protection and ours, we want to make certain\nthat everyone understands that there is no warranty for this free\nsoftware.  If the software is modified by someone else and passed on, we\nwant its recipients to know that what they have is not the original, so\nthat any problems introduced by others will not reflect on the original\nauthors\' reputations.\n\n  Finally, any free program is threatened constantly by software\npatents.  We wish to avoid the danger that redistributors of a free\nprogram will individually obtain patent licenses, in effect making the\nprogram proprietary.  To prevent this, we have made it clear that any\npatent must be licensed for everyone\'s free use or not licensed at all.\n\n  The precise terms and conditions for copying, distribution and\nmodification follow.\n\n\nGNU GENERAL PUBLIC LICENSE\nTERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION\n---------------------------------------------------------------\n\n  0. This License applies to any program or other work which contains\na notice placed by the copyright holder saying it may be distributed\nunder the terms of this General Public License.  The \"Program\", below,\nrefers to any such program or work, and a \"work based on the Program\"\nmeans either the Program or any derivative work under copyright law:\nthat is to say, a work containing the Program or a portion of it,\neither verbatim or with modifications and/or translated into another\nlanguage.  (Hereinafter, translation is included without limitation in\nthe term \"modification\".)  Each licensee is addressed as \"you\".\n\nActivities other than copying, distribution and modification are not\ncovered by this License; they are outside its scope.  The act of\nrunning the Program is not restricted, and the output from the Program\nis covered only if its contents constitute a work based on the\nProgram (independent of having been made by running the Program).\nWhether that is true depends on what the Program does.\n\n  1. You may copy and distribute verbatim copies of the Program\'s\nsource code as you receive it, in any medium, provided that you\nconspicuously and appropriately publish on each copy an appropriate\ncopyright notice and disclaimer of warranty; keep intact all the\nnotices that refer to this License and to the absence of any warranty;\nand give any other recipients of the Program a copy of this License\nalong with the Program.\n\nYou may charge a fee for the physical act of transferring a copy, and\nyou may at your option offer warranty protection in exchange for a fee.\n\n  2. You may modify your copy or copies of the Program or any portion\nof it, thus forming a work based on the Program, and copy and\ndistribute such modifications or work under the terms of Section 1\nabove, provided that you also meet all of these conditions:\n\n    a) You must cause the modified files to carry prominent notices\n    stating that you changed the files and the date of any change.\n\n    b) You must cause any work that you distribute or publish, that in\n    whole or in part contains or is derived from the Program or any\n    part thereof, to be licensed as a whole at no charge to all third\n    parties under the terms of this License.\n\n    c) If the modified program normally reads commands interactively\n    when run, you must cause it, when started running for such\n    interactive use in the most ordinary way, to print or display an\n    announcement including an appropriate copyright notice and a\n    notice that there is no warranty (or else, saying that you provide\n    a warranty) and that users may redistribute the program under\n    these conditions, and telling the user how to view a copy of this\n    License.  (Exception: if the Program itself is interactive but\n    does not normally print such an announcement, your work based on\n    the Program is not required to print an announcement.)\n\nThese requirements apply to the modified work as a whole.  If\nidentifiable sections of that work are not derived from the Program,\nand can be reasonably considered independent and separate works in\nthemselves, then this License, and its terms, do not apply to those\nsections when you distribute them as separate works.  But when you\ndistribute the same sections as part of a whole which is a work based\non the Program, the distribution of the whole must be on the terms of\nthis License, whose permissions for other licensees extend to the\nentire whole, and thus to each and every part regardless of who wrote it.\n\nThus, it is not the intent of this section to claim rights or contest\nyour rights to work written entirely by you; rather, the intent is to\nexercise the right to control the distribution of derivative or\ncollective works based on the Program.\n\nIn addition, mere aggregation of another work not based on the Program\nwith the Program (or with a work based on the Program) on a volume of\na storage or distribution medium does not bring the other work under\nthe scope of this License.\n\n  3. You may copy and distribute the Program (or a work based on it,\nunder Section 2) in object code or executable form under the terms of\nSections 1 and 2 above provided that you also do one of the following:\n\n    a) Accompany it with the complete corresponding machine-readable\n    source code, which must be distributed under the terms of Sections\n    1 and 2 above on a medium customarily used for software interchange; or,\n\n    b) Accompany it with a written offer, valid for at least three\n    years, to give any third party, for a charge no more than your\n    cost of physically performing source distribution, a complete\n    machine-readable copy of the corresponding source code, to be\n    distributed under the terms of Sections 1 and 2 above on a medium\n    customarily used for software interchange; or,\n\n    c) Accompany it with the information you received as to the offer\n    to distribute corresponding source code.  (This alternative is\n    allowed only for noncommercial distribution and only if you\n    received the program in object code or executable form with such\n    an offer, in accord with Subsection b above.)\n\nThe source code for a work means the preferred form of the work for\nmaking modifications to it.  For an executable work, complete source\ncode means all the source code for all modules it contains, plus any\nassociated interface definition files, plus the scripts used to\ncontrol compilation and installation of the executable.  However, as a\nspecial exception, the source code distributed need not include\nanything that is normally distributed (in either source or binary\nform) with the major components (compiler, kernel, and so on) of the\noperating system on which the executable runs, unless that component\nitself accompanies the executable.\n\nIf distribution of executable or object code is made by offering\naccess to copy from a designated place, then offering equivalent\naccess to copy the source code from the same place counts as\ndistribution of the source code, even though third parties are not\ncompelled to copy the source along with the object code.\n\n  4. You may not copy, modify, sublicense, or distribute the Program\nexcept as expressly provided under this License.  Any attempt\notherwise to copy, modify, sublicense or distribute the Program is\nvoid, and will automatically terminate your rights under this License.\nHowever, parties who have received copies, or rights, from you under\nthis License will not have their licenses terminated so long as such\nparties remain in full compliance.\n\n  5. You are not required to accept this License, since you have not\nsigned it.  However, nothing else grants you permission to modify or\ndistribute the Program or its derivative works.  These actions are\nprohibited by law if you do not accept this License.  Therefore, by\nmodifying or distributing the Program (or any work based on the\nProgram), you indicate your acceptance of this License to do so, and\nall its terms and conditions for copying, distributing or modifying\nthe Program or works based on it.\n\n  6. Each time you redistribute the Program (or any work based on the\nProgram), the recipient automatically receives a license from the\noriginal licensor to copy, distribute or modify the Program subject to\nthese terms and conditions.  You may not impose any further\nrestrictions on the recipients\' exercise of the rights granted herein.\nYou are not responsible for enforcing compliance by third parties to\nthis License.\n\n  7. If, as a consequence of a court judgment or allegation of patent\ninfringement or for any other reason (not limited to patent issues),\nconditions are imposed on you (whether by court order, agreement or\notherwise) that contradict the conditions of this License, they do not\nexcuse you from the conditions of this License.  If you cannot\ndistribute so as to satisfy simultaneously your obligations under this\nLicense and any other pertinent obligations, then as a consequence you\nmay not distribute the Program at all.  For example, if a patent\nlicense would not permit royalty-free redistribution of the Program by\nall those who receive copies directly or indirectly through you, then\nthe only way you could satisfy both it and this License would be to\nrefrain entirely from distribution of the Program.\n\nIf any portion of this section is held invalid or unenforceable under\nany particular circumstance, the balance of the section is intended to\napply and the section as a whole is intended to apply in other\ncircumstances.\n\nIt is not the purpose of this section to induce you to infringe any\npatents or other property right claims or to contest validity of any\nsuch claims; this section has the sole purpose of protecting the\nintegrity of the free software distribution system, which is\nimplemented by public license practices.  Many people have made\ngenerous contributions to the wide range of software distributed\nthrough that system in reliance on consistent application of that\nsystem; it is up to the author/donor to decide if he or she is willing\nto distribute software through any other system and a licensee cannot\nimpose that choice.\n\nThis section is intended to make thoroughly clear what is believed to\nbe a consequence of the rest of this License.\n\n  8. If the distribution and/or use of the Program is restricted in\ncertain countries either by patents or by copyrighted interfaces, the\noriginal copyright holder who places the Program under this License\nmay add an explicit geographical distribution limitation excluding\nthose countries, so that distribution is permitted only in or among\ncountries not thus excluded.  In such case, this License incorporates\nthe limitation as if written in the body of this License.\n\n  9. The Free Software Foundation may publish revised and/or new versions\nof the General Public License from time to time.  Such new versions will\nbe similar in spirit to the present version, but may differ in detail to\naddress new problems or concerns.\n\nEach version is given a distinguishing version number.  If the Program\nspecifies a version number of this License which applies to it and \"any\nlater version\", you have the option of following the terms and conditions\neither of that version or of any later version published by the Free\nSoftware Foundation.  If the Program does not specify a version number of\nthis License, you may choose any version ever published by the Free Software\nFoundation.\n\n  10. If you wish to incorporate parts of the Program into other free\nprograms whose distribution conditions are different, write to the author\nto ask for permission.  For software which is copyrighted by the Free\nSoftware Foundation, write to the Free Software Foundation; we sometimes\nmake exceptions for this.  Our decision will be guided by the two goals\nof preserving the free status of all derivatives of our free software and\nof promoting the sharing and reuse of software generally.\n\nNO WARRANTY\n-----------\n\n  11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY\nFOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN\nOTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES\nPROVIDE THE PROGRAM \"AS IS\" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED\nOR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\nMERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS\nTO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE\nPROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,\nREPAIR OR CORRECTION.\n\n  12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING\nWILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR\nREDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,\nINCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING\nOUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED\nTO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY\nYOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER\nPROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE\nPOSSIBILITY OF SUCH DAMAGES.\n\n---------------------------\nEND OF TERMS AND CONDITIONS\";s:6:\"readme\";s:804:\"::::::::::::::::::::::::::::::::::::::::\n Snippet name: Wayfinder\n Short Desc: builds site navigation\n Version: 2.3.0 (Revolution compatible)\n Authors: \n    Kyle Jaebker (muddydogpaws.com)\n    Ryan Thrash (vertexworks.com)\n    Shaun McCormick (splittingred.com)\n ::::::::::::::::::::::::::::::::::::::::\nDescription:\n    Totally refactored from original DropMenu nav builder to make it easier to\n    create custom navigation by using chunks as output templates. By using templates,\n    many of the paramaters are no longer needed for flexible output including tables,\n    unordered- or ordered-lists (ULs or OLs), definition lists (DLs) or in any other\n    format you desire.\n::::::::::::::::::::::::::::::::::::::::\nExample Usage:\n    [[Wayfinder? &startId=`0`]]\n::::::::::::::::::::::::::::::::::::::::\";s:9:\"changelog\";s:2655:\"Changelog for Wayfinder (for Revolution).\n\nWayfinder 2.3.3\n====================================\n- [#40] Add wf.level placeholder to items for showing current depth\n- [#42] Allow authenticated mgr users with view_unpublished to use new previewUnpublished property to preview unpublished Resources in menus\n- [#41] Fix issue with Wayfinder and truncated result sets due to getIterator call\n\nWayfinder 2.3.2\n====================================\n- [#36] Fix issue with multiple Wayfinder calls using &config\n- [#35] Fix issues with TV bindings rendering\n- Add \"protected\" placeholder that is 1 if Resource is protected by a Resource Group\n- Updated documentation, snippet properties descriptions\n\nWayfinder 2.3.1\n====================================\n- [#31] Add &scheme property for specifying link schemes\n- [#27] Improve caching in Wayfinder to store cache files in resource cache so cache is synced with modx core caching\n\nWayfinder 2.3.0\n====================================\n- [#14] Fix issue with hideSubMenus when using it with a non-zero startId\n- Add all fields of a Resource to the rowTpl placeholder set, such as menutitle, published, etc\n- Properly optimize TV value grabbing to properly parse and cache TVs to improve load times when using TVs in a result set\n- Ensure that caching also caches by user ID to persist access permissions through cached result sets\n\nWayfinder 2.2.0\n====================================\n- [#23] Fix issue that generated error message in error.log due to &contexts always being processed regardless of empty state\n- [#21] Fix issue with unnecessary groupby that was breaking sorting in older mysql versions\n- [#22] Add &cacheResults parameter, which caches queries for faster loading\n- [#8] Add &contexts parameter, and &startIdContext parameter if navigating across multiple contexts and using a non-0 &startId\n\nWayfinder 2.1.3\n====================================\n- [#14] Fix hideSubMenus property\n- Add templates parameter that accepts a comma-delimited list of template IDs to filter by\n- Add where parameter that accepts a JSON object for where conditions\n- Add hereId parameter for specifying the active location\n\nWayfinder 2.1.2\n====================================\n- Fixed bug with includeDocs parameter\n\nWayfinder 2.1.1\n====================================\n- Wayfinder now properly uses MODx parsing system\n- Fixed issue with includeDocs statement\n- Fixed issues with PDO statements\n- Added the missing permissions check\n- Added wayfinder parameter \"permissions\" - default to \"list\", empty to bypass permissions check\n- [#WAYFINDER-20] TemplateVariables not rendering in Wayfinder templates.\n- Added changelog.\";s:9:\"signature\";s:18:\"wayfinder-2.3.3-pl\";s:13:\"initialConfig\";s:15:\"[object Object]\";s:4:\"text\";s:20:\"Продолжить\";s:2:\"id\";s:19:\"package-install-btn\";s:6:\"hidden\";s:5:\"false\";s:7:\"handler\";s:704:\"function (va) {\n    var g = Ext.getCmp(\"modx-package-grid\");\n    if (!g) {\n        return false;\n    }\n    var r = g.menu.record.data ? g.menu.record.data : g.menu.record;\n    var topic = \"/workspace/package/install/\" + r.signature + \"/\";\n    this.loadConsole(Ext.getBody(), topic);\n    va = va || {};\n    Ext.apply(va, {action: \"install\", signature: r.signature, register: \"mgr\", topic: topic});\n    var c = this.console;\n    MODx.Ajax.request({url: MODx.config.connectors_url + \"workspace/packages.php\", params: va, listeners: {success: {fn: function () {this.activate();Ext.getCmp(\"modx-package-grid\").getStore().load();}, scope: this}, failure: {fn: function () {this.activate();}, scope: this}}});\n}\";s:5:\"scope\";s:15:\"[object Object]\";s:8:\"minWidth\";s:2:\"75\";s:10:\"removeMode\";s:9:\"container\";s:10:\"hideParent\";s:4:\"true\";s:6:\"events\";s:15:\"[object Object]\";s:7:\"ownerCt\";s:15:\"[object Object]\";s:9:\"container\";s:15:\"[object Object]\";s:8:\"rendered\";s:4:\"true\";s:8:\"template\";s:15:\"[object Object]\";s:5:\"btnEl\";s:15:\"[object Object]\";s:4:\"mons\";s:15:\"[object Object]\";s:2:\"el\";s:15:\"[object Object]\";s:4:\"icon\";s:0:\"\";s:7:\"iconCls\";s:0:\"\";s:8:\"boxReady\";s:4:\"true\";s:8:\"lastSize\";s:15:\"[object Object]\";s:11:\"useSetClass\";s:4:\"true\";s:6:\"oldCls\";s:12:\"x-btn-noicon\";s:3:\"doc\";s:15:\"[object Object]\";s:19:\"monitoringMouseOver\";s:4:\"true\";s:6:\"action\";s:7:\"install\";s:8:\"register\";s:3:\"mgr\";s:5:\"topic\";s:46:\"/workspace/package/install/wayfinder-2.3.3-pl/\";s:12:\"HTTP_MODAUTH\";s:52:\"modx4fc158d9434523.77840502_14fc3547d036336.36775951\";s:14:\"package_action\";i:0;}','Wayfinder','a:31:{i:0;a:4:{s:4:\"name\";s:2:\"id\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:24:\"4d556be8b2b083396d0008bd\";s:8:\"children\";a:0:{}}i:1;a:4:{s:4:\"name\";s:7:\"package\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:24:\"4d556be8b2b083396d0008bd\";s:8:\"children\";a:0:{}}i:2;a:4:{s:4:\"name\";s:12:\"display_name\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:18:\"wayfinder-2.3.3-pl\";s:8:\"children\";a:0:{}}i:3;a:4:{s:4:\"name\";s:7:\"version\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:5:\"2.3.3\";s:8:\"children\";a:0:{}}i:4;a:4:{s:4:\"name\";s:13:\"version_major\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:1:\"2\";s:8:\"children\";a:0:{}}i:5;a:4:{s:4:\"name\";s:13:\"version_minor\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:1:\"3\";s:8:\"children\";a:0:{}}i:6;a:4:{s:4:\"name\";s:13:\"version_patch\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:1:\"3\";s:8:\"children\";a:0:{}}i:7;a:4:{s:4:\"name\";s:7:\"release\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:2:\"pl\";s:8:\"children\";a:0:{}}i:8;a:4:{s:4:\"name\";s:8:\"vrelease\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:2:\"pl\";s:8:\"children\";a:0:{}}i:9;a:4:{s:4:\"name\";s:14:\"vrelease_index\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:2:\"pl\";s:8:\"children\";a:0:{}}i:10;a:4:{s:4:\"name\";s:6:\"author\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:12:\"splittingred\";s:8:\"children\";a:0:{}}i:11;a:4:{s:4:\"name\";s:11:\"description\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:230:\"<p>Wayfinder is a highly flexible navigation builder for MODx Revolution.</p><p>See the official docs here:&nbsp;<a href=\"http://rtfm.modx.com/display/ADDON/Wayfinder\">http://rtfm.modx.com/display/ADDON/Wayfinder</a></p><ul>\n</ul>\";s:8:\"children\";a:0:{}}i:12;a:4:{s:4:\"name\";s:12:\"instructions\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:38:\"<p>Install via Package Management.</p>\";s:8:\"children\";a:0:{}}i:13;a:4:{s:4:\"name\";s:9:\"changelog\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:2306:\"<p style=\"padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; \"><b>New in 2.3.3</b></p><ul><li>&#91;#40&#93; Add wf.level placeholder to items for showing current depth</li><li>&#91;#42&#93; Allow authenticated mgr users with view_unpublished to use new previewUnpublished property to preview unpublished Resources in menus</li><li>&#91;#41&#93; Fix issue with Wayfinder and truncated result sets due to getIterator call</li></ul><p></p><p style=\"padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; \"><b>New in 2.3.2</b></p><ul><li>&#91;#36&#93; Fix issue with multiple Wayfinder calls using &amp;config</li><li>&#91;#35&#93; Fix issues with TV bindings rendering</li><li>Add \"protected\" placeholder that is 1 if Resource is protected by a Resource Group</li><li>Updated documentation, snippet properties descriptions</li></ul><p></p><p style=\"padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; \"><b>New in 2.3.1</b></p><ul><li>&#91;#31&#93; Add &amp;scheme property for specifying link schemes</li><li>&#91;#27&#93; Improve caching in Wayfinder to store cache files in resource cache so cache is synced with modx core caching</li></ul><p></p><p style=\"padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; \"><b>New in 2.3.0</b></p><ul><li>&#91;#14&#93; Fix issue with hideSubMenus when using it with a non-zero startId</li><li>Add all fields of a Resource to the rowTpl placeholder set, such as menutitle, published, etc</li><li>Properly optimize TV value grabbing to properly parse and cache TVs to improve load times when using TVs in a result set</li><li>Ensure that caching also caches by user ID to persist access permissions through cached result sets</li></ul><p><b>New in 2.2.0</b></p><ul><li>&#91;#23&#93; Fix issue that generated error message in error.log due to &amp;contexts always being processed regardless of empty state</li><li>&#91;#21&#93; Fix issue with unnecessary groupby that was breaking sorting in older mysql versions</li><li>&#91;#22&#93; Add &amp;cacheResults parameter, which caches queries for faster loading</li><li>&#91;#8&#93; Add &amp;contexts parameter, and &amp;startIdContext parameter if navigating across multiple contexts and using a non-0 &amp;startId</li></ul>\";s:8:\"children\";a:0:{}}i:14;a:4:{s:4:\"name\";s:9:\"createdon\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:23:\"2011-10-31 16:21:50 UTC\";s:8:\"children\";a:0:{}}i:15;a:4:{s:4:\"name\";s:10:\"created_by\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:12:\"splittingred\";s:8:\"children\";a:0:{}}i:16;a:3:{s:4:\"name\";s:8:\"editedon\";s:10:\"attributes\";a:0:{}s:8:\"children\";a:0:{}}i:17;a:4:{s:4:\"name\";s:10:\"releasedon\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:23:\"2011-10-31 16:21:50 UTC\";s:8:\"children\";a:0:{}}i:18;a:4:{s:4:\"name\";s:9:\"downloads\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:6:\"108957\";s:8:\"children\";a:0:{}}i:19;a:4:{s:4:\"name\";s:8:\"approved\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:4:\"true\";s:8:\"children\";a:0:{}}i:20;a:4:{s:4:\"name\";s:7:\"audited\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:5:\"false\";s:8:\"children\";a:0:{}}i:21;a:4:{s:4:\"name\";s:8:\"featured\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:4:\"true\";s:8:\"children\";a:0:{}}i:22;a:4:{s:4:\"name\";s:10:\"deprecated\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:5:\"false\";s:8:\"children\";a:0:{}}i:23;a:4:{s:4:\"name\";s:7:\"license\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:5:\"GPLv2\";s:8:\"children\";a:0:{}}i:24;a:3:{s:4:\"name\";s:7:\"smf_url\";s:10:\"attributes\";a:0:{}s:8:\"children\";a:0:{}}i:25;a:4:{s:4:\"name\";s:4:\"name\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:9:\"Wayfinder\";s:8:\"children\";a:0:{}}i:26;a:4:{s:4:\"name\";s:10:\"repository\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:24:\"4d4c3fa6b2b0830da9000001\";s:8:\"children\";a:0:{}}i:27;a:4:{s:4:\"name\";s:8:\"supports\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:3:\"2.0\";s:8:\"children\";a:0:{}}i:28;a:3:{s:4:\"name\";s:10:\"screenshot\";s:10:\"attributes\";a:0:{}s:8:\"children\";a:0:{}}i:29;a:3:{s:4:\"name\";s:4:\"file\";s:10:\"attributes\";a:0:{}s:8:\"children\";a:7:{i:0;a:4:{s:4:\"name\";s:2:\"id\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:24:\"4eaecb20f24554127d0000b8\";s:8:\"children\";a:0:{}}i:1;a:4:{s:4:\"name\";s:7:\"version\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:24:\"4eaecb1ef24554127d0000b6\";s:8:\"children\";a:0:{}}i:2;a:4:{s:4:\"name\";s:8:\"filename\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:32:\"wayfinder-2.3.3-pl.transport.zip\";s:8:\"children\";a:0:{}}i:3;a:4:{s:4:\"name\";s:9:\"downloads\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:5:\"27364\";s:8:\"children\";a:0:{}}i:4;a:4:{s:4:\"name\";s:6:\"lastip\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:14:\"91.206.200.238\";s:8:\"children\";a:0:{}}i:5;a:4:{s:4:\"name\";s:9:\"transport\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:4:\"true\";s:8:\"children\";a:0:{}}i:6;a:4:{s:4:\"name\";s:8:\"location\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:60:\"http://modx.com/extras/download/?id=4eaecb20f24554127d0000b8\";s:8:\"children\";a:0:{}}}}i:30;a:4:{s:4:\"name\";s:17:\"package-signature\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:18:\"wayfinder-2.3.3-pl\";s:8:\"children\";a:0:{}}}',2,3,3,'pl',0),('getresources-1.4.2-pl','2012-05-28 01:09:16','2012-05-28 13:08:34','2012-05-28 13:09:32',0,1,1,0,'getresources-1.4.2-pl.transport.zip',NULL,'a:34:{s:7:\"license\";s:15218:\"GNU GENERAL PUBLIC LICENSE\n   Version 2, June 1991\n--------------------------\n\nCopyright (C) 1989, 1991 Free Software Foundation, Inc.\n59 Temple Place, Suite 330, Boston, MA  02111-1307  USA\n\nEveryone is permitted to copy and distribute verbatim copies\nof this license document, but changing it is not allowed.\n\nPreamble\n--------\n\n  The licenses for most software are designed to take away your\nfreedom to share and change it.  By contrast, the GNU General Public\nLicense is intended to guarantee your freedom to share and change free\nsoftware--to make sure the software is free for all its users.  This\nGeneral Public License applies to most of the Free Software\nFoundation\'s software and to any other program whose authors commit to\nusing it.  (Some other Free Software Foundation software is covered by\nthe GNU Library General Public License instead.)  You can apply it to\nyour programs, too.\n\n  When we speak of free software, we are referring to freedom, not\nprice.  Our General Public Licenses are designed to make sure that you\nhave the freedom to distribute copies of free software (and charge for\nthis service if you wish), that you receive source code or can get it\nif you want it, that you can change the software or use pieces of it\nin new free programs; and that you know you can do these things.\n\n  To protect your rights, we need to make restrictions that forbid\nanyone to deny you these rights or to ask you to surrender the rights.\nThese restrictions translate to certain responsibilities for you if you\ndistribute copies of the software, or if you modify it.\n\n  For example, if you distribute copies of such a program, whether\ngratis or for a fee, you must give the recipients all the rights that\nyou have.  You must make sure that they, too, receive or can get the\nsource code.  And you must show them these terms so they know their\nrights.\n\n  We protect your rights with two steps: (1) copyright the software, and\n(2) offer you this license which gives you legal permission to copy,\ndistribute and/or modify the software.\n\n  Also, for each author\'s protection and ours, we want to make certain\nthat everyone understands that there is no warranty for this free\nsoftware.  If the software is modified by someone else and passed on, we\nwant its recipients to know that what they have is not the original, so\nthat any problems introduced by others will not reflect on the original\nauthors\' reputations.\n\n  Finally, any free program is threatened constantly by software\npatents.  We wish to avoid the danger that redistributors of a free\nprogram will individually obtain patent licenses, in effect making the\nprogram proprietary.  To prevent this, we have made it clear that any\npatent must be licensed for everyone\'s free use or not licensed at all.\n\n  The precise terms and conditions for copying, distribution and\nmodification follow.\n\n\nGNU GENERAL PUBLIC LICENSE\nTERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION\n---------------------------------------------------------------\n\n  0. This License applies to any program or other work which contains\na notice placed by the copyright holder saying it may be distributed\nunder the terms of this General Public License.  The \"Program\", below,\nrefers to any such program or work, and a \"work based on the Program\"\nmeans either the Program or any derivative work under copyright law:\nthat is to say, a work containing the Program or a portion of it,\neither verbatim or with modifications and/or translated into another\nlanguage.  (Hereinafter, translation is included without limitation in\nthe term \"modification\".)  Each licensee is addressed as \"you\".\n\nActivities other than copying, distribution and modification are not\ncovered by this License; they are outside its scope.  The act of\nrunning the Program is not restricted, and the output from the Program\nis covered only if its contents constitute a work based on the\nProgram (independent of having been made by running the Program).\nWhether that is true depends on what the Program does.\n\n  1. You may copy and distribute verbatim copies of the Program\'s\nsource code as you receive it, in any medium, provided that you\nconspicuously and appropriately publish on each copy an appropriate\ncopyright notice and disclaimer of warranty; keep intact all the\nnotices that refer to this License and to the absence of any warranty;\nand give any other recipients of the Program a copy of this License\nalong with the Program.\n\nYou may charge a fee for the physical act of transferring a copy, and\nyou may at your option offer warranty protection in exchange for a fee.\n\n  2. You may modify your copy or copies of the Program or any portion\nof it, thus forming a work based on the Program, and copy and\ndistribute such modifications or work under the terms of Section 1\nabove, provided that you also meet all of these conditions:\n\n    a) You must cause the modified files to carry prominent notices\n    stating that you changed the files and the date of any change.\n\n    b) You must cause any work that you distribute or publish, that in\n    whole or in part contains or is derived from the Program or any\n    part thereof, to be licensed as a whole at no charge to all third\n    parties under the terms of this License.\n\n    c) If the modified program normally reads commands interactively\n    when run, you must cause it, when started running for such\n    interactive use in the most ordinary way, to print or display an\n    announcement including an appropriate copyright notice and a\n    notice that there is no warranty (or else, saying that you provide\n    a warranty) and that users may redistribute the program under\n    these conditions, and telling the user how to view a copy of this\n    License.  (Exception: if the Program itself is interactive but\n    does not normally print such an announcement, your work based on\n    the Program is not required to print an announcement.)\n\nThese requirements apply to the modified work as a whole.  If\nidentifiable sections of that work are not derived from the Program,\nand can be reasonably considered independent and separate works in\nthemselves, then this License, and its terms, do not apply to those\nsections when you distribute them as separate works.  But when you\ndistribute the same sections as part of a whole which is a work based\non the Program, the distribution of the whole must be on the terms of\nthis License, whose permissions for other licensees extend to the\nentire whole, and thus to each and every part regardless of who wrote it.\n\nThus, it is not the intent of this section to claim rights or contest\nyour rights to work written entirely by you; rather, the intent is to\nexercise the right to control the distribution of derivative or\ncollective works based on the Program.\n\nIn addition, mere aggregation of another work not based on the Program\nwith the Program (or with a work based on the Program) on a volume of\na storage or distribution medium does not bring the other work under\nthe scope of this License.\n\n  3. You may copy and distribute the Program (or a work based on it,\nunder Section 2) in object code or executable form under the terms of\nSections 1 and 2 above provided that you also do one of the following:\n\n    a) Accompany it with the complete corresponding machine-readable\n    source code, which must be distributed under the terms of Sections\n    1 and 2 above on a medium customarily used for software interchange; or,\n\n    b) Accompany it with a written offer, valid for at least three\n    years, to give any third party, for a charge no more than your\n    cost of physically performing source distribution, a complete\n    machine-readable copy of the corresponding source code, to be\n    distributed under the terms of Sections 1 and 2 above on a medium\n    customarily used for software interchange; or,\n\n    c) Accompany it with the information you received as to the offer\n    to distribute corresponding source code.  (This alternative is\n    allowed only for noncommercial distribution and only if you\n    received the program in object code or executable form with such\n    an offer, in accord with Subsection b above.)\n\nThe source code for a work means the preferred form of the work for\nmaking modifications to it.  For an executable work, complete source\ncode means all the source code for all modules it contains, plus any\nassociated interface definition files, plus the scripts used to\ncontrol compilation and installation of the executable.  However, as a\nspecial exception, the source code distributed need not include\nanything that is normally distributed (in either source or binary\nform) with the major components (compiler, kernel, and so on) of the\noperating system on which the executable runs, unless that component\nitself accompanies the executable.\n\nIf distribution of executable or object code is made by offering\naccess to copy from a designated place, then offering equivalent\naccess to copy the source code from the same place counts as\ndistribution of the source code, even though third parties are not\ncompelled to copy the source along with the object code.\n\n  4. You may not copy, modify, sublicense, or distribute the Program\nexcept as expressly provided under this License.  Any attempt\notherwise to copy, modify, sublicense or distribute the Program is\nvoid, and will automatically terminate your rights under this License.\nHowever, parties who have received copies, or rights, from you under\nthis License will not have their licenses terminated so long as such\nparties remain in full compliance.\n\n  5. You are not required to accept this License, since you have not\nsigned it.  However, nothing else grants you permission to modify or\ndistribute the Program or its derivative works.  These actions are\nprohibited by law if you do not accept this License.  Therefore, by\nmodifying or distributing the Program (or any work based on the\nProgram), you indicate your acceptance of this License to do so, and\nall its terms and conditions for copying, distributing or modifying\nthe Program or works based on it.\n\n  6. Each time you redistribute the Program (or any work based on the\nProgram), the recipient automatically receives a license from the\noriginal licensor to copy, distribute or modify the Program subject to\nthese terms and conditions.  You may not impose any further\nrestrictions on the recipients\' exercise of the rights granted herein.\nYou are not responsible for enforcing compliance by third parties to\nthis License.\n\n  7. If, as a consequence of a court judgment or allegation of patent\ninfringement or for any other reason (not limited to patent issues),\nconditions are imposed on you (whether by court order, agreement or\notherwise) that contradict the conditions of this License, they do not\nexcuse you from the conditions of this License.  If you cannot\ndistribute so as to satisfy simultaneously your obligations under this\nLicense and any other pertinent obligations, then as a consequence you\nmay not distribute the Program at all.  For example, if a patent\nlicense would not permit royalty-free redistribution of the Program by\nall those who receive copies directly or indirectly through you, then\nthe only way you could satisfy both it and this License would be to\nrefrain entirely from distribution of the Program.\n\nIf any portion of this section is held invalid or unenforceable under\nany particular circumstance, the balance of the section is intended to\napply and the section as a whole is intended to apply in other\ncircumstances.\n\nIt is not the purpose of this section to induce you to infringe any\npatents or other property right claims or to contest validity of any\nsuch claims; this section has the sole purpose of protecting the\nintegrity of the free software distribution system, which is\nimplemented by public license practices.  Many people have made\ngenerous contributions to the wide range of software distributed\nthrough that system in reliance on consistent application of that\nsystem; it is up to the author/donor to decide if he or she is willing\nto distribute software through any other system and a licensee cannot\nimpose that choice.\n\nThis section is intended to make thoroughly clear what is believed to\nbe a consequence of the rest of this License.\n\n  8. If the distribution and/or use of the Program is restricted in\ncertain countries either by patents or by copyrighted interfaces, the\noriginal copyright holder who places the Program under this License\nmay add an explicit geographical distribution limitation excluding\nthose countries, so that distribution is permitted only in or among\ncountries not thus excluded.  In such case, this License incorporates\nthe limitation as if written in the body of this License.\n\n  9. The Free Software Foundation may publish revised and/or new versions\nof the General Public License from time to time.  Such new versions will\nbe similar in spirit to the present version, but may differ in detail to\naddress new problems or concerns.\n\nEach version is given a distinguishing version number.  If the Program\nspecifies a version number of this License which applies to it and \"any\nlater version\", you have the option of following the terms and conditions\neither of that version or of any later version published by the Free\nSoftware Foundation.  If the Program does not specify a version number of\nthis License, you may choose any version ever published by the Free Software\nFoundation.\n\n  10. If you wish to incorporate parts of the Program into other free\nprograms whose distribution conditions are different, write to the author\nto ask for permission.  For software which is copyrighted by the Free\nSoftware Foundation, write to the Free Software Foundation; we sometimes\nmake exceptions for this.  Our decision will be guided by the two goals\nof preserving the free status of all derivatives of our free software and\nof promoting the sharing and reuse of software generally.\n\nNO WARRANTY\n-----------\n\n  11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY\nFOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN\nOTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES\nPROVIDE THE PROGRAM \"AS IS\" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED\nOR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\nMERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS\nTO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE\nPROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,\nREPAIR OR CORRECTION.\n\n  12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING\nWILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR\nREDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,\nINCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING\nOUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED\nTO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY\nYOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER\nPROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE\nPOSSIBILITY OF SUCH DAMAGES.\n\n---------------------------\nEND OF TERMS AND CONDITIONS\";s:6:\"readme\";s:331:\"--------------------\nSnippet: getResources\n--------------------\nVersion: 1.4.2-pl\nReleased: December 9, 2011\nSince: December 28, 2009\nAuthor: Jason Coward <jason@modx.com>\n\nA general purpose Resource listing and summarization snippet for MODX Revolution.\n\nOfficial Documentation:\nhttp://docs.modxcms.com/display/ADDON/getResources\n\";s:9:\"changelog\";s:2603:\"Changelog for getResources.\n\ngetResources 1.4.2-pl (December 9, 2011)\n====================================\n- [#25] Add new operators to tvFilters\n- [#37] Consider default values with tvFilters\n- [#57] Fix tpl overrides and improve order\n\ngetResources 1.4.1-pl (December 8, 2011)\n====================================\n- [#57] Add support for factor-based tpls\n- [#54], [#55] Fix processTVList feature\n\ngetResources 1.4.0-pl (September 21, 2011)\n====================================\n- [#50] Use children of parents from other contexts\n- [#45] Add dbCacheFlag to control db caching of getCollection, default to false\n- [#49] Allow comma-delimited list of TV names as includeTVList or processTVList\n\ngetResources 1.3.1-pl (July 14, 2011)\n====================================\n- [#43] Allow 0 as idx property\n- [#9] Fix tvFilters grouping\n- [#46] Fix criteria issue with &resources property\n\ngetResources 1.3.0-pl (March 28, 2011)\n====================================\n- [#33] sortbyTVType: Allow numeric and datetime TV sorting via SQL CAST()\n- [#24] Fix typos in list property options\n- [#4] Support multiple sortby fields via JSON object\n- Use get() instead to toArray() if includeContent is false\n- [#22] Add &toSeparatePlaceholders property for splitting output\n\ngetResources 1.2.2-pl (October 18, 2010)\n====================================\n- [#19] Fix sortbyTV returning duplicate rows\n\ngetResources 1.2.1-pl (October 11, 2010)\n====================================\n- Remove inadvertent call to modX::setLogTarget(\'ECHO\')\n\ngetResources 1.2.0-pl (September 25, 2010)\n====================================\n- Fix error when &parents is not set\n- Allow empty &sortby\n- Add ability to sort by a single Template Variable value (or default value)\n\ngetResources 1.1.0-pl (July 30, 2010)\n====================================\n- Added &toPlaceholder property for assigning results to a placeholder\n- Added &resources property for including/excluding specific resources\n- Added &showDeleted property\n- Allow multiple contexts to be passed into &context\n- Added &showUnpublish property\n- Added getresources.core_path reference for easier development\n- [#ADDON-135] Make output separator configurable via outputSeparator property\n- Add where property to allow ad hoc criteria in JSON format\n\ngetResources 1.0.0-ga (December 29, 2009)\n====================================\n- [#ADDON-81] Allow empty tvPrefix property.\n- [#ADDON-89] Allow parents property to have a value of 0.\n- Changed default value of sortbyAlias to empty string and added sortbyEscaped property with default of 0.\n- Added changelog, license, and readme.\";s:9:\"signature\";s:21:\"getresources-1.4.2-pl\";s:13:\"initialConfig\";s:15:\"[object Object]\";s:4:\"text\";s:20:\"Продолжить\";s:2:\"id\";s:19:\"package-install-btn\";s:6:\"hidden\";s:5:\"false\";s:7:\"handler\";s:704:\"function (va) {\n    var g = Ext.getCmp(\"modx-package-grid\");\n    if (!g) {\n        return false;\n    }\n    var r = g.menu.record.data ? g.menu.record.data : g.menu.record;\n    var topic = \"/workspace/package/install/\" + r.signature + \"/\";\n    this.loadConsole(Ext.getBody(), topic);\n    va = va || {};\n    Ext.apply(va, {action: \"install\", signature: r.signature, register: \"mgr\", topic: topic});\n    var c = this.console;\n    MODx.Ajax.request({url: MODx.config.connectors_url + \"workspace/packages.php\", params: va, listeners: {success: {fn: function () {this.activate();Ext.getCmp(\"modx-package-grid\").getStore().load();}, scope: this}, failure: {fn: function () {this.activate();}, scope: this}}});\n}\";s:5:\"scope\";s:15:\"[object Object]\";s:8:\"minWidth\";s:2:\"75\";s:10:\"removeMode\";s:9:\"container\";s:10:\"hideParent\";s:4:\"true\";s:6:\"events\";s:15:\"[object Object]\";s:7:\"ownerCt\";s:15:\"[object Object]\";s:9:\"container\";s:15:\"[object Object]\";s:8:\"rendered\";s:4:\"true\";s:8:\"template\";s:15:\"[object Object]\";s:5:\"btnEl\";s:15:\"[object Object]\";s:4:\"mons\";s:15:\"[object Object]\";s:2:\"el\";s:15:\"[object Object]\";s:4:\"icon\";s:0:\"\";s:7:\"iconCls\";s:0:\"\";s:8:\"boxReady\";s:4:\"true\";s:8:\"lastSize\";s:15:\"[object Object]\";s:11:\"useSetClass\";s:4:\"true\";s:6:\"oldCls\";s:12:\"x-btn-noicon\";s:3:\"doc\";s:15:\"[object Object]\";s:19:\"monitoringMouseOver\";s:4:\"true\";s:6:\"action\";s:7:\"install\";s:8:\"register\";s:3:\"mgr\";s:5:\"topic\";s:49:\"/workspace/package/install/getresources-1.4.2-pl/\";s:12:\"HTTP_MODAUTH\";s:52:\"modx4fc158d9434523.77840502_14fc3547d036336.36775951\";s:14:\"package_action\";i:0;}','getResources','a:31:{i:0;a:4:{s:4:\"name\";s:2:\"id\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:24:\"4d556c3db2b083396d000abe\";s:8:\"children\";a:0:{}}i:1;a:4:{s:4:\"name\";s:7:\"package\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:24:\"4d556c3db2b083396d000abe\";s:8:\"children\";a:0:{}}i:2;a:4:{s:4:\"name\";s:12:\"display_name\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:21:\"getresources-1.4.2-pl\";s:8:\"children\";a:0:{}}i:3;a:4:{s:4:\"name\";s:7:\"version\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:5:\"1.4.2\";s:8:\"children\";a:0:{}}i:4;a:4:{s:4:\"name\";s:13:\"version_major\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:1:\"1\";s:8:\"children\";a:0:{}}i:5;a:4:{s:4:\"name\";s:13:\"version_minor\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:1:\"4\";s:8:\"children\";a:0:{}}i:6;a:4:{s:4:\"name\";s:13:\"version_patch\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:1:\"2\";s:8:\"children\";a:0:{}}i:7;a:4:{s:4:\"name\";s:7:\"release\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:2:\"pl\";s:8:\"children\";a:0:{}}i:8;a:4:{s:4:\"name\";s:8:\"vrelease\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:2:\"pl\";s:8:\"children\";a:0:{}}i:9;a:4:{s:4:\"name\";s:14:\"vrelease_index\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:2:\"pl\";s:8:\"children\";a:0:{}}i:10;a:4:{s:4:\"name\";s:6:\"author\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:8:\"opengeek\";s:8:\"children\";a:0:{}}i:11;a:4:{s:4:\"name\";s:11:\"description\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:335:\"<p>This release fixes some issues with tpl processing introduced in 1.4.1-pl for the factor-based tpls feature.</p><p>In addition, it introduces two long-requested features:</p><p><ul><li>tvFilters now consider the TemplateVar default_text</li><li>tvFilters now support all standard SQL comparison operators</li></ul></p><p></p><p></p>\";s:8:\"children\";a:0:{}}i:12;a:4:{s:4:\"name\";s:12:\"instructions\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:37:\"<p>Install via Package Management</p>\";s:8:\"children\";a:0:{}}i:13;a:4:{s:4:\"name\";s:9:\"changelog\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:759:\"<p>getResources 1.4.2-pl (December 9, 2011)</p><p><ul><li>&#91;#25&#93; Add new operators to tvFilters</li><li>&#91;#37&#93; Consider default values with tvFilters</li><li>&#91;#57&#93; Fix tpl overrides and improve order</li></ul></p><p></p><p>getResources 1.4.1-pl (December 8, 2011)</p><p><ul><li>&#91;#57&#93; Add support for factor-based tpls</li><li>&#91;#54&#93;, &#91;#55&#93; Fix processTVList feature</li></ul></p><p></p><p>getResources 1.4.0-pl (September 21, 2011)</p><p><ul><li>&#91;#50&#93; Use children of parents from other contexts</li><li>&#91;#45&#93; Add dbCacheFlag to control db caching of getCollection, default to false</li><li>&#91;#49&#93; Allow comma-delimited list of TV names as includeTVList or processTVList</li></ul></p><p></p>\";s:8:\"children\";a:0:{}}i:14;a:4:{s:4:\"name\";s:9:\"createdon\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:23:\"2011-12-09 21:02:06 UTC\";s:8:\"children\";a:0:{}}i:15;a:4:{s:4:\"name\";s:10:\"created_by\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:8:\"opengeek\";s:8:\"children\";a:0:{}}i:16;a:3:{s:4:\"name\";s:8:\"editedon\";s:10:\"attributes\";a:0:{}s:8:\"children\";a:0:{}}i:17;a:4:{s:4:\"name\";s:10:\"releasedon\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:23:\"2011-12-09 21:02:06 UTC\";s:8:\"children\";a:0:{}}i:18;a:4:{s:4:\"name\";s:9:\"downloads\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:5:\"56598\";s:8:\"children\";a:0:{}}i:19;a:4:{s:4:\"name\";s:8:\"approved\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:4:\"true\";s:8:\"children\";a:0:{}}i:20;a:4:{s:4:\"name\";s:7:\"audited\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:4:\"true\";s:8:\"children\";a:0:{}}i:21;a:4:{s:4:\"name\";s:8:\"featured\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:4:\"true\";s:8:\"children\";a:0:{}}i:22;a:4:{s:4:\"name\";s:10:\"deprecated\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:5:\"false\";s:8:\"children\";a:0:{}}i:23;a:4:{s:4:\"name\";s:7:\"license\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:5:\"GPLv2\";s:8:\"children\";a:0:{}}i:24;a:3:{s:4:\"name\";s:7:\"smf_url\";s:10:\"attributes\";a:0:{}s:8:\"children\";a:0:{}}i:25;a:4:{s:4:\"name\";s:4:\"name\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:12:\"getResources\";s:8:\"children\";a:0:{}}i:26;a:4:{s:4:\"name\";s:10:\"repository\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:24:\"4d4c3fa6b2b0830da9000001\";s:8:\"children\";a:0:{}}i:27;a:4:{s:4:\"name\";s:8:\"supports\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:3:\"2.0\";s:8:\"children\";a:0:{}}i:28;a:3:{s:4:\"name\";s:10:\"screenshot\";s:10:\"attributes\";a:0:{}s:8:\"children\";a:0:{}}i:29;a:3:{s:4:\"name\";s:4:\"file\";s:10:\"attributes\";a:0:{}s:8:\"children\";a:7:{i:0;a:4:{s:4:\"name\";s:2:\"id\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:24:\"4ee27750f2455466c600010a\";s:8:\"children\";a:0:{}}i:1;a:4:{s:4:\"name\";s:7:\"version\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:24:\"4ee2774ef2455466c6000108\";s:8:\"children\";a:0:{}}i:2;a:4:{s:4:\"name\";s:8:\"filename\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:35:\"getresources-1.4.2-pl.transport.zip\";s:8:\"children\";a:0:{}}i:3;a:4:{s:4:\"name\";s:9:\"downloads\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:5:\"17714\";s:8:\"children\";a:0:{}}i:4;a:4:{s:4:\"name\";s:6:\"lastip\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:13:\"74.52.245.242\";s:8:\"children\";a:0:{}}i:5;a:4:{s:4:\"name\";s:9:\"transport\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:4:\"true\";s:8:\"children\";a:0:{}}i:6;a:4:{s:4:\"name\";s:8:\"location\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:60:\"http://modx.com/extras/download/?id=4ee27750f2455466c600010a\";s:8:\"children\";a:0:{}}}}i:30;a:4:{s:4:\"name\";s:17:\"package-signature\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:21:\"getresources-1.4.2-pl\";s:8:\"children\";a:0:{}}}',1,4,2,'pl',0),('breadcrumbs-1.1.0-pl','2012-05-31 08:00:23','2012-05-31 19:59:45','2012-05-31 20:00:44',0,1,1,0,'breadcrumbs-1.1.0-pl.transport.zip',NULL,'a:34:{s:7:\"license\";s:15218:\"GNU GENERAL PUBLIC LICENSE\n   Version 2, June 1991\n--------------------------\n\nCopyright (C) 1989, 1991 Free Software Foundation, Inc.\n59 Temple Place, Suite 330, Boston, MA  02111-1307  USA\n\nEveryone is permitted to copy and distribute verbatim copies\nof this license document, but changing it is not allowed.\n\nPreamble\n--------\n\n  The licenses for most software are designed to take away your\nfreedom to share and change it.  By contrast, the GNU General Public\nLicense is intended to guarantee your freedom to share and change free\nsoftware--to make sure the software is free for all its users.  This\nGeneral Public License applies to most of the Free Software\nFoundation\'s software and to any other program whose authors commit to\nusing it.  (Some other Free Software Foundation software is covered by\nthe GNU Library General Public License instead.)  You can apply it to\nyour programs, too.\n\n  When we speak of free software, we are referring to freedom, not\nprice.  Our General Public Licenses are designed to make sure that you\nhave the freedom to distribute copies of free software (and charge for\nthis service if you wish), that you receive source code or can get it\nif you want it, that you can change the software or use pieces of it\nin new free programs; and that you know you can do these things.\n\n  To protect your rights, we need to make restrictions that forbid\nanyone to deny you these rights or to ask you to surrender the rights.\nThese restrictions translate to certain responsibilities for you if you\ndistribute copies of the software, or if you modify it.\n\n  For example, if you distribute copies of such a program, whether\ngratis or for a fee, you must give the recipients all the rights that\nyou have.  You must make sure that they, too, receive or can get the\nsource code.  And you must show them these terms so they know their\nrights.\n\n  We protect your rights with two steps: (1) copyright the software, and\n(2) offer you this license which gives you legal permission to copy,\ndistribute and/or modify the software.\n\n  Also, for each author\'s protection and ours, we want to make certain\nthat everyone understands that there is no warranty for this free\nsoftware.  If the software is modified by someone else and passed on, we\nwant its recipients to know that what they have is not the original, so\nthat any problems introduced by others will not reflect on the original\nauthors\' reputations.\n\n  Finally, any free program is threatened constantly by software\npatents.  We wish to avoid the danger that redistributors of a free\nprogram will individually obtain patent licenses, in effect making the\nprogram proprietary.  To prevent this, we have made it clear that any\npatent must be licensed for everyone\'s free use or not licensed at all.\n\n  The precise terms and conditions for copying, distribution and\nmodification follow.\n\n\nGNU GENERAL PUBLIC LICENSE\nTERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION\n---------------------------------------------------------------\n\n  0. This License applies to any program or other work which contains\na notice placed by the copyright holder saying it may be distributed\nunder the terms of this General Public License.  The \"Program\", below,\nrefers to any such program or work, and a \"work based on the Program\"\nmeans either the Program or any derivative work under copyright law:\nthat is to say, a work containing the Program or a portion of it,\neither verbatim or with modifications and/or translated into another\nlanguage.  (Hereinafter, translation is included without limitation in\nthe term \"modification\".)  Each licensee is addressed as \"you\".\n\nActivities other than copying, distribution and modification are not\ncovered by this License; they are outside its scope.  The act of\nrunning the Program is not restricted, and the output from the Program\nis covered only if its contents constitute a work based on the\nProgram (independent of having been made by running the Program).\nWhether that is true depends on what the Program does.\n\n  1. You may copy and distribute verbatim copies of the Program\'s\nsource code as you receive it, in any medium, provided that you\nconspicuously and appropriately publish on each copy an appropriate\ncopyright notice and disclaimer of warranty; keep intact all the\nnotices that refer to this License and to the absence of any warranty;\nand give any other recipients of the Program a copy of this License\nalong with the Program.\n\nYou may charge a fee for the physical act of transferring a copy, and\nyou may at your option offer warranty protection in exchange for a fee.\n\n  2. You may modify your copy or copies of the Program or any portion\nof it, thus forming a work based on the Program, and copy and\ndistribute such modifications or work under the terms of Section 1\nabove, provided that you also meet all of these conditions:\n\n    a) You must cause the modified files to carry prominent notices\n    stating that you changed the files and the date of any change.\n\n    b) You must cause any work that you distribute or publish, that in\n    whole or in part contains or is derived from the Program or any\n    part thereof, to be licensed as a whole at no charge to all third\n    parties under the terms of this License.\n\n    c) If the modified program normally reads commands interactively\n    when run, you must cause it, when started running for such\n    interactive use in the most ordinary way, to print or display an\n    announcement including an appropriate copyright notice and a\n    notice that there is no warranty (or else, saying that you provide\n    a warranty) and that users may redistribute the program under\n    these conditions, and telling the user how to view a copy of this\n    License.  (Exception: if the Program itself is interactive but\n    does not normally print such an announcement, your work based on\n    the Program is not required to print an announcement.)\n\nThese requirements apply to the modified work as a whole.  If\nidentifiable sections of that work are not derived from the Program,\nand can be reasonably considered independent and separate works in\nthemselves, then this License, and its terms, do not apply to those\nsections when you distribute them as separate works.  But when you\ndistribute the same sections as part of a whole which is a work based\non the Program, the distribution of the whole must be on the terms of\nthis License, whose permissions for other licensees extend to the\nentire whole, and thus to each and every part regardless of who wrote it.\n\nThus, it is not the intent of this section to claim rights or contest\nyour rights to work written entirely by you; rather, the intent is to\nexercise the right to control the distribution of derivative or\ncollective works based on the Program.\n\nIn addition, mere aggregation of another work not based on the Program\nwith the Program (or with a work based on the Program) on a volume of\na storage or distribution medium does not bring the other work under\nthe scope of this License.\n\n  3. You may copy and distribute the Program (or a work based on it,\nunder Section 2) in object code or executable form under the terms of\nSections 1 and 2 above provided that you also do one of the following:\n\n    a) Accompany it with the complete corresponding machine-readable\n    source code, which must be distributed under the terms of Sections\n    1 and 2 above on a medium customarily used for software interchange; or,\n\n    b) Accompany it with a written offer, valid for at least three\n    years, to give any third party, for a charge no more than your\n    cost of physically performing source distribution, a complete\n    machine-readable copy of the corresponding source code, to be\n    distributed under the terms of Sections 1 and 2 above on a medium\n    customarily used for software interchange; or,\n\n    c) Accompany it with the information you received as to the offer\n    to distribute corresponding source code.  (This alternative is\n    allowed only for noncommercial distribution and only if you\n    received the program in object code or executable form with such\n    an offer, in accord with Subsection b above.)\n\nThe source code for a work means the preferred form of the work for\nmaking modifications to it.  For an executable work, complete source\ncode means all the source code for all modules it contains, plus any\nassociated interface definition files, plus the scripts used to\ncontrol compilation and installation of the executable.  However, as a\nspecial exception, the source code distributed need not include\nanything that is normally distributed (in either source or binary\nform) with the major components (compiler, kernel, and so on) of the\noperating system on which the executable runs, unless that component\nitself accompanies the executable.\n\nIf distribution of executable or object code is made by offering\naccess to copy from a designated place, then offering equivalent\naccess to copy the source code from the same place counts as\ndistribution of the source code, even though third parties are not\ncompelled to copy the source along with the object code.\n\n  4. You may not copy, modify, sublicense, or distribute the Program\nexcept as expressly provided under this License.  Any attempt\notherwise to copy, modify, sublicense or distribute the Program is\nvoid, and will automatically terminate your rights under this License.\nHowever, parties who have received copies, or rights, from you under\nthis License will not have their licenses terminated so long as such\nparties remain in full compliance.\n\n  5. You are not required to accept this License, since you have not\nsigned it.  However, nothing else grants you permission to modify or\ndistribute the Program or its derivative works.  These actions are\nprohibited by law if you do not accept this License.  Therefore, by\nmodifying or distributing the Program (or any work based on the\nProgram), you indicate your acceptance of this License to do so, and\nall its terms and conditions for copying, distributing or modifying\nthe Program or works based on it.\n\n  6. Each time you redistribute the Program (or any work based on the\nProgram), the recipient automatically receives a license from the\noriginal licensor to copy, distribute or modify the Program subject to\nthese terms and conditions.  You may not impose any further\nrestrictions on the recipients\' exercise of the rights granted herein.\nYou are not responsible for enforcing compliance by third parties to\nthis License.\n\n  7. If, as a consequence of a court judgment or allegation of patent\ninfringement or for any other reason (not limited to patent issues),\nconditions are imposed on you (whether by court order, agreement or\notherwise) that contradict the conditions of this License, they do not\nexcuse you from the conditions of this License.  If you cannot\ndistribute so as to satisfy simultaneously your obligations under this\nLicense and any other pertinent obligations, then as a consequence you\nmay not distribute the Program at all.  For example, if a patent\nlicense would not permit royalty-free redistribution of the Program by\nall those who receive copies directly or indirectly through you, then\nthe only way you could satisfy both it and this License would be to\nrefrain entirely from distribution of the Program.\n\nIf any portion of this section is held invalid or unenforceable under\nany particular circumstance, the balance of the section is intended to\napply and the section as a whole is intended to apply in other\ncircumstances.\n\nIt is not the purpose of this section to induce you to infringe any\npatents or other property right claims or to contest validity of any\nsuch claims; this section has the sole purpose of protecting the\nintegrity of the free software distribution system, which is\nimplemented by public license practices.  Many people have made\ngenerous contributions to the wide range of software distributed\nthrough that system in reliance on consistent application of that\nsystem; it is up to the author/donor to decide if he or she is willing\nto distribute software through any other system and a licensee cannot\nimpose that choice.\n\nThis section is intended to make thoroughly clear what is believed to\nbe a consequence of the rest of this License.\n\n  8. If the distribution and/or use of the Program is restricted in\ncertain countries either by patents or by copyrighted interfaces, the\noriginal copyright holder who places the Program under this License\nmay add an explicit geographical distribution limitation excluding\nthose countries, so that distribution is permitted only in or among\ncountries not thus excluded.  In such case, this License incorporates\nthe limitation as if written in the body of this License.\n\n  9. The Free Software Foundation may publish revised and/or new versions\nof the General Public License from time to time.  Such new versions will\nbe similar in spirit to the present version, but may differ in detail to\naddress new problems or concerns.\n\nEach version is given a distinguishing version number.  If the Program\nspecifies a version number of this License which applies to it and \"any\nlater version\", you have the option of following the terms and conditions\neither of that version or of any later version published by the Free\nSoftware Foundation.  If the Program does not specify a version number of\nthis License, you may choose any version ever published by the Free Software\nFoundation.\n\n  10. If you wish to incorporate parts of the Program into other free\nprograms whose distribution conditions are different, write to the author\nto ask for permission.  For software which is copyrighted by the Free\nSoftware Foundation, write to the Free Software Foundation; we sometimes\nmake exceptions for this.  Our decision will be guided by the two goals\nof preserving the free status of all derivatives of our free software and\nof promoting the sharing and reuse of software generally.\n\nNO WARRANTY\n-----------\n\n  11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY\nFOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN\nOTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES\nPROVIDE THE PROGRAM \"AS IS\" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED\nOR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\nMERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS\nTO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE\nPROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,\nREPAIR OR CORRECTION.\n\n  12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING\nWILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR\nREDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,\nINCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING\nOUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED\nTO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY\nYOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER\nPROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE\nPOSSIBILITY OF SUCH DAMAGES.\n\n---------------------------\nEND OF TERMS AND CONDITIONS\";s:6:\"readme\";s:412:\"--------------------\nSnippet: Breadcrumbs\n--------------------\nVersion: 1.0\nDate: 2008.10.08\nAuthor: jaredc@honeydewdesign.com\nEditor: Shaun McCormick <shaun@collabpad.com>\nHonorable mentions:\n- Bill Wilson\n- wendy@djamoer.net\n- grad\n\nThis snippet was designed to show the path through the various levels of site structure\nback to the root. It is NOT necessarily the path the user took to arrive at a given\npage.\";s:9:\"changelog\";s:497:\"Changelog file for breadcrumbs.\n\nBreadcrumbs 1.1-rc2 (August 31, 2010)\n====================================\n- Fix bug that skips the immediate children of site_start\n\nBreadcrumbs 1.1-rc1 (March 19, 2010)\n====================================\n- Updated version for Revo RC1\n- [#ADDON-84], [#ADDON-73] Fixed bug with showCrumbsAtHome and showCurrentCrumb\n- Consolidated settings into $scriptProperties, which cuts down snippet file code\n- Added initialize() function to handle default config settings\";s:9:\"signature\";s:20:\"breadcrumbs-1.1.0-pl\";s:13:\"initialConfig\";s:15:\"[object Object]\";s:4:\"text\";s:20:\"Продолжить\";s:2:\"id\";s:19:\"package-install-btn\";s:6:\"hidden\";s:5:\"false\";s:7:\"handler\";s:704:\"function (va) {\n    var g = Ext.getCmp(\"modx-package-grid\");\n    if (!g) {\n        return false;\n    }\n    var r = g.menu.record.data ? g.menu.record.data : g.menu.record;\n    var topic = \"/workspace/package/install/\" + r.signature + \"/\";\n    this.loadConsole(Ext.getBody(), topic);\n    va = va || {};\n    Ext.apply(va, {action: \"install\", signature: r.signature, register: \"mgr\", topic: topic});\n    var c = this.console;\n    MODx.Ajax.request({url: MODx.config.connectors_url + \"workspace/packages.php\", params: va, listeners: {success: {fn: function () {this.activate();Ext.getCmp(\"modx-package-grid\").getStore().load();}, scope: this}, failure: {fn: function () {this.activate();}, scope: this}}});\n}\";s:5:\"scope\";s:15:\"[object Object]\";s:8:\"minWidth\";s:2:\"75\";s:10:\"removeMode\";s:9:\"container\";s:10:\"hideParent\";s:4:\"true\";s:6:\"events\";s:15:\"[object Object]\";s:7:\"ownerCt\";s:15:\"[object Object]\";s:9:\"container\";s:15:\"[object Object]\";s:8:\"rendered\";s:4:\"true\";s:8:\"template\";s:15:\"[object Object]\";s:5:\"btnEl\";s:15:\"[object Object]\";s:4:\"mons\";s:15:\"[object Object]\";s:2:\"el\";s:15:\"[object Object]\";s:4:\"icon\";s:0:\"\";s:7:\"iconCls\";s:0:\"\";s:8:\"boxReady\";s:4:\"true\";s:8:\"lastSize\";s:15:\"[object Object]\";s:11:\"useSetClass\";s:4:\"true\";s:6:\"oldCls\";s:12:\"x-btn-noicon\";s:3:\"doc\";s:15:\"[object Object]\";s:19:\"monitoringMouseOver\";s:4:\"true\";s:6:\"action\";s:7:\"install\";s:8:\"register\";s:3:\"mgr\";s:5:\"topic\";s:48:\"/workspace/package/install/breadcrumbs-1.1.0-pl/\";s:12:\"HTTP_MODAUTH\";s:52:\"modx4fc158d9434523.77840502_14fc56ac3804670.68462119\";s:14:\"package_action\";i:0;}','Breadcrumbs','a:31:{i:0;a:4:{s:4:\"name\";s:2:\"id\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:24:\"4d556a9ab2b083396d0000eb\";s:8:\"children\";a:0:{}}i:1;a:4:{s:4:\"name\";s:7:\"package\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:24:\"4d556a9ab2b083396d0000eb\";s:8:\"children\";a:0:{}}i:2;a:4:{s:4:\"name\";s:12:\"display_name\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:20:\"breadcrumbs-1.1.0-pl\";s:8:\"children\";a:0:{}}i:3;a:4:{s:4:\"name\";s:7:\"version\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:5:\"1.1.0\";s:8:\"children\";a:0:{}}i:4;a:4:{s:4:\"name\";s:13:\"version_major\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:1:\"1\";s:8:\"children\";a:0:{}}i:5;a:4:{s:4:\"name\";s:13:\"version_minor\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:1:\"1\";s:8:\"children\";a:0:{}}i:6;a:4:{s:4:\"name\";s:13:\"version_patch\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:1:\"0\";s:8:\"children\";a:0:{}}i:7;a:4:{s:4:\"name\";s:7:\"release\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:2:\"pl\";s:8:\"children\";a:0:{}}i:8;a:4:{s:4:\"name\";s:8:\"vrelease\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:2:\"pl\";s:8:\"children\";a:0:{}}i:9;a:4:{s:4:\"name\";s:14:\"vrelease_index\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:2:\"pl\";s:8:\"children\";a:0:{}}i:10;a:4:{s:4:\"name\";s:6:\"author\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:12:\"splittingred\";s:8:\"children\";a:0:{}}i:11;a:4:{s:4:\"name\";s:11:\"description\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:246:\"<p>Creates a highly configurable and styleable breadcrumb navigation trail.</p>\n<p>\n</p><p>&nbsp;</p>\n<p>Breadcrumbs 1.1-rc2 (August 31, 2010)</p>\n<p>\n</p><ul>\n<li>Fix bug that skips the immediate children of site_start</li>\n</ul>\n<p></p>\n<p></p>\";s:8:\"children\";a:0:{}}i:12;a:4:{s:4:\"name\";s:12:\"instructions\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:38:\"<p>Install via Package Management.</p>\";s:8:\"children\";a:0:{}}i:13;a:4:{s:4:\"name\";s:9:\"changelog\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:22:\"<p>Initial content</p>\";s:8:\"children\";a:0:{}}i:14;a:4:{s:4:\"name\";s:9:\"createdon\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:23:\"2011-08-22 19:29:21 UTC\";s:8:\"children\";a:0:{}}i:15;a:4:{s:4:\"name\";s:10:\"created_by\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:12:\"splittingred\";s:8:\"children\";a:0:{}}i:16;a:3:{s:4:\"name\";s:8:\"editedon\";s:10:\"attributes\";a:0:{}s:8:\"children\";a:0:{}}i:17;a:4:{s:4:\"name\";s:10:\"releasedon\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:23:\"2011-08-22 19:29:21 UTC\";s:8:\"children\";a:0:{}}i:18;a:4:{s:4:\"name\";s:9:\"downloads\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:5:\"41377\";s:8:\"children\";a:0:{}}i:19;a:4:{s:4:\"name\";s:8:\"approved\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:4:\"true\";s:8:\"children\";a:0:{}}i:20;a:4:{s:4:\"name\";s:7:\"audited\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:5:\"false\";s:8:\"children\";a:0:{}}i:21;a:4:{s:4:\"name\";s:8:\"featured\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:5:\"false\";s:8:\"children\";a:0:{}}i:22;a:4:{s:4:\"name\";s:10:\"deprecated\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:5:\"false\";s:8:\"children\";a:0:{}}i:23;a:4:{s:4:\"name\";s:7:\"license\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:5:\"GPLv2\";s:8:\"children\";a:0:{}}i:24;a:3:{s:4:\"name\";s:7:\"smf_url\";s:10:\"attributes\";a:0:{}s:8:\"children\";a:0:{}}i:25;a:4:{s:4:\"name\";s:4:\"name\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:11:\"Breadcrumbs\";s:8:\"children\";a:0:{}}i:26;a:4:{s:4:\"name\";s:10:\"repository\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:24:\"4d4c3fa6b2b0830da9000001\";s:8:\"children\";a:0:{}}i:27;a:4:{s:4:\"name\";s:8:\"supports\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:3:\"2.0\";s:8:\"children\";a:0:{}}i:28;a:3:{s:4:\"name\";s:10:\"screenshot\";s:10:\"attributes\";a:0:{}s:8:\"children\";a:0:{}}i:29;a:3:{s:4:\"name\";s:4:\"file\";s:10:\"attributes\";a:0:{}s:8:\"children\";a:7:{i:0;a:4:{s:4:\"name\";s:2:\"id\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:24:\"4e52ae12f24554618600003e\";s:8:\"children\";a:0:{}}i:1;a:4:{s:4:\"name\";s:7:\"version\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:24:\"4e52ae11f24554618600003c\";s:8:\"children\";a:0:{}}i:2;a:4:{s:4:\"name\";s:8:\"filename\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:34:\"breadcrumbs-1.1.0-pl.transport.zip\";s:8:\"children\";a:0:{}}i:3;a:4:{s:4:\"name\";s:9:\"downloads\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:5:\"10735\";s:8:\"children\";a:0:{}}i:4;a:4:{s:4:\"name\";s:6:\"lastip\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:15:\"174.121.162.194\";s:8:\"children\";a:0:{}}i:5;a:4:{s:4:\"name\";s:9:\"transport\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:4:\"true\";s:8:\"children\";a:0:{}}i:6;a:4:{s:4:\"name\";s:8:\"location\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:60:\"http://modx.com/extras/download/?id=4e52ae12f24554618600003e\";s:8:\"children\";a:0:{}}}}i:30;a:4:{s:4:\"name\";s:17:\"package-signature\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:20:\"breadcrumbs-1.1.0-pl\";s:8:\"children\";a:0:{}}}',1,1,0,'pl',0),('ultimateparent-2.0-pl','2012-06-05 10:51:20','2012-06-05 22:50:40','2012-06-05 22:51:39',0,1,1,0,'ultimateparent-2.0-pl.transport.zip',NULL,'a:32:{s:7:\"license\";s:13:\"Public Domain\";s:9:\"signature\";s:21:\"ultimateparent-2.0-pl\";s:13:\"initialConfig\";s:15:\"[object Object]\";s:4:\"text\";s:20:\"Продолжить\";s:2:\"id\";s:19:\"package-install-btn\";s:6:\"hidden\";s:5:\"false\";s:7:\"handler\";s:704:\"function (va) {\n    var g = Ext.getCmp(\"modx-package-grid\");\n    if (!g) {\n        return false;\n    }\n    var r = g.menu.record.data ? g.menu.record.data : g.menu.record;\n    var topic = \"/workspace/package/install/\" + r.signature + \"/\";\n    this.loadConsole(Ext.getBody(), topic);\n    va = va || {};\n    Ext.apply(va, {action: \"install\", signature: r.signature, register: \"mgr\", topic: topic});\n    var c = this.console;\n    MODx.Ajax.request({url: MODx.config.connectors_url + \"workspace/packages.php\", params: va, listeners: {success: {fn: function () {this.activate();Ext.getCmp(\"modx-package-grid\").getStore().load();}, scope: this}, failure: {fn: function () {this.activate();}, scope: this}}});\n}\";s:5:\"scope\";s:15:\"[object Object]\";s:8:\"minWidth\";s:2:\"75\";s:10:\"removeMode\";s:9:\"container\";s:10:\"hideParent\";s:4:\"true\";s:6:\"events\";s:15:\"[object Object]\";s:7:\"ownerCt\";s:15:\"[object Object]\";s:9:\"container\";s:15:\"[object Object]\";s:8:\"rendered\";s:4:\"true\";s:8:\"template\";s:15:\"[object Object]\";s:5:\"btnEl\";s:15:\"[object Object]\";s:4:\"mons\";s:15:\"[object Object]\";s:2:\"el\";s:15:\"[object Object]\";s:4:\"icon\";s:0:\"\";s:7:\"iconCls\";s:0:\"\";s:8:\"boxReady\";s:4:\"true\";s:8:\"lastSize\";s:15:\"[object Object]\";s:11:\"useSetClass\";s:4:\"true\";s:6:\"oldCls\";s:12:\"x-btn-noicon\";s:3:\"doc\";s:15:\"[object Object]\";s:19:\"monitoringMouseOver\";s:4:\"true\";s:6:\"action\";s:7:\"install\";s:8:\"register\";s:3:\"mgr\";s:5:\"topic\";s:49:\"/workspace/package/install/ultimateparent-2.0-pl/\";s:12:\"HTTP_MODAUTH\";s:52:\"modx4fc158d9434523.77840502_14fc56ac3804670.68462119\";s:14:\"package_action\";i:0;}','UltimateParent','a:31:{i:0;a:4:{s:4:\"name\";s:2:\"id\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:24:\"4d556bdfb2b083396d000887\";s:8:\"children\";a:0:{}}i:1;a:4:{s:4:\"name\";s:7:\"package\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:24:\"4d556bdfb2b083396d000887\";s:8:\"children\";a:0:{}}i:2;a:4:{s:4:\"name\";s:12:\"display_name\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:21:\"ultimateparent-2.0-pl\";s:8:\"children\";a:0:{}}i:3;a:4:{s:4:\"name\";s:7:\"version\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:5:\"2.0.0\";s:8:\"children\";a:0:{}}i:4;a:4:{s:4:\"name\";s:13:\"version_major\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:1:\"2\";s:8:\"children\";a:0:{}}i:5;a:4:{s:4:\"name\";s:13:\"version_minor\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:1:\"0\";s:8:\"children\";a:0:{}}i:6;a:4:{s:4:\"name\";s:13:\"version_patch\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:1:\"0\";s:8:\"children\";a:0:{}}i:7;a:4:{s:4:\"name\";s:7:\"release\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:2:\"pl\";s:8:\"children\";a:0:{}}i:8;a:4:{s:4:\"name\";s:8:\"vrelease\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:2:\"pl\";s:8:\"children\";a:0:{}}i:9;a:4:{s:4:\"name\";s:14:\"vrelease_index\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:2:\"pl\";s:8:\"children\";a:0:{}}i:10;a:4:{s:4:\"name\";s:6:\"author\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:12:\"splittingred\";s:8:\"children\";a:0:{}}i:11;a:4:{s:4:\"name\";s:11:\"description\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:90:\"<p>Return the \"ultimate\" parent of a document. Added topLevel support to Revo version.</p>\";s:8:\"children\";a:0:{}}i:12;a:4:{s:4:\"name\";s:12:\"instructions\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:38:\"<p>Install via Package Management.</p>\";s:8:\"children\";a:0:{}}i:13;a:4:{s:4:\"name\";s:9:\"changelog\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:7:\"<p></p>\";s:8:\"children\";a:0:{}}i:14;a:4:{s:4:\"name\";s:9:\"createdon\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:23:\"2010-10-06 14:10:42 UTC\";s:8:\"children\";a:0:{}}i:15;a:4:{s:4:\"name\";s:10:\"created_by\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:12:\"splittingred\";s:8:\"children\";a:0:{}}i:16;a:3:{s:4:\"name\";s:8:\"editedon\";s:10:\"attributes\";a:0:{}s:8:\"children\";a:0:{}}i:17;a:4:{s:4:\"name\";s:10:\"releasedon\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:23:\"2010-10-06 14:11:10 UTC\";s:8:\"children\";a:0:{}}i:18;a:4:{s:4:\"name\";s:9:\"downloads\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:5:\"17914\";s:8:\"children\";a:0:{}}i:19;a:4:{s:4:\"name\";s:8:\"approved\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:4:\"true\";s:8:\"children\";a:0:{}}i:20;a:4:{s:4:\"name\";s:7:\"audited\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:5:\"false\";s:8:\"children\";a:0:{}}i:21;a:4:{s:4:\"name\";s:8:\"featured\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:5:\"false\";s:8:\"children\";a:0:{}}i:22;a:4:{s:4:\"name\";s:10:\"deprecated\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:5:\"false\";s:8:\"children\";a:0:{}}i:23;a:4:{s:4:\"name\";s:7:\"license\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:5:\"GPLv2\";s:8:\"children\";a:0:{}}i:24;a:4:{s:4:\"name\";s:7:\"smf_url\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:47:\"http://modxcms.com/forums/index.php?topic=55378\";s:8:\"children\";a:0:{}}i:25;a:4:{s:4:\"name\";s:4:\"name\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:14:\"UltimateParent\";s:8:\"children\";a:0:{}}i:26;a:4:{s:4:\"name\";s:10:\"repository\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:24:\"4d4c3fa6b2b0830da9000001\";s:8:\"children\";a:0:{}}i:27;a:4:{s:4:\"name\";s:8:\"supports\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:3:\"2.0\";s:8:\"children\";a:0:{}}i:28;a:3:{s:4:\"name\";s:10:\"screenshot\";s:10:\"attributes\";a:0:{}s:8:\"children\";a:0:{}}i:29;a:3:{s:4:\"name\";s:4:\"file\";s:10:\"attributes\";a:0:{}s:8:\"children\";a:7:{i:0;a:4:{s:4:\"name\";s:2:\"id\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:24:\"4d556be1b2b083396d000895\";s:8:\"children\";a:0:{}}i:1;a:4:{s:4:\"name\";s:7:\"version\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:24:\"4d556be1b2b083396d000894\";s:8:\"children\";a:0:{}}i:2;a:4:{s:4:\"name\";s:8:\"filename\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:35:\"ultimateparent-2.0-pl.transport.zip\";s:8:\"children\";a:0:{}}i:3;a:4:{s:4:\"name\";s:9:\"downloads\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:5:\"10254\";s:8:\"children\";a:0:{}}i:4;a:4:{s:4:\"name\";s:6:\"lastip\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:14:\"74.220.219.128\";s:8:\"children\";a:0:{}}i:5;a:4:{s:4:\"name\";s:9:\"transport\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:4:\"true\";s:8:\"children\";a:0:{}}i:6;a:4:{s:4:\"name\";s:8:\"location\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:60:\"http://modx.com/extras/download/?id=4d556be1b2b083396d000895\";s:8:\"children\";a:0:{}}}}i:30;a:4:{s:4:\"name\";s:17:\"package-signature\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:21:\"ultimateparent-2.0-pl\";s:8:\"children\";a:0:{}}}',2,0,0,'pl',0),('translit-1.0.0-beta','2012-06-06 10:54:07','2012-06-06 10:53:29','2012-06-06 10:54:28',0,1,1,0,'translit-1.0.0-beta.transport.zip',NULL,'a:33:{s:7:\"license\";s:15218:\"GNU GENERAL PUBLIC LICENSE\n   Version 2, June 1991\n--------------------------\n\nCopyright (C) 1989, 1991 Free Software Foundation, Inc.\n59 Temple Place, Suite 330, Boston, MA  02111-1307  USA\n\nEveryone is permitted to copy and distribute verbatim copies\nof this license document, but changing it is not allowed.\n\nPreamble\n--------\n\n  The licenses for most software are designed to take away your\nfreedom to share and change it.  By contrast, the GNU General Public\nLicense is intended to guarantee your freedom to share and change free\nsoftware--to make sure the software is free for all its users.  This\nGeneral Public License applies to most of the Free Software\nFoundation\'s software and to any other program whose authors commit to\nusing it.  (Some other Free Software Foundation software is covered by\nthe GNU Library General Public License instead.)  You can apply it to\nyour programs, too.\n\n  When we speak of free software, we are referring to freedom, not\nprice.  Our General Public Licenses are designed to make sure that you\nhave the freedom to distribute copies of free software (and charge for\nthis service if you wish), that you receive source code or can get it\nif you want it, that you can change the software or use pieces of it\nin new free programs; and that you know you can do these things.\n\n  To protect your rights, we need to make restrictions that forbid\nanyone to deny you these rights or to ask you to surrender the rights.\nThese restrictions translate to certain responsibilities for you if you\ndistribute copies of the software, or if you modify it.\n\n  For example, if you distribute copies of such a program, whether\ngratis or for a fee, you must give the recipients all the rights that\nyou have.  You must make sure that they, too, receive or can get the\nsource code.  And you must show them these terms so they know their\nrights.\n\n  We protect your rights with two steps: (1) copyright the software, and\n(2) offer you this license which gives you legal permission to copy,\ndistribute and/or modify the software.\n\n  Also, for each author\'s protection and ours, we want to make certain\nthat everyone understands that there is no warranty for this free\nsoftware.  If the software is modified by someone else and passed on, we\nwant its recipients to know that what they have is not the original, so\nthat any problems introduced by others will not reflect on the original\nauthors\' reputations.\n\n  Finally, any free program is threatened constantly by software\npatents.  We wish to avoid the danger that redistributors of a free\nprogram will individually obtain patent licenses, in effect making the\nprogram proprietary.  To prevent this, we have made it clear that any\npatent must be licensed for everyone\'s free use or not licensed at all.\n\n  The precise terms and conditions for copying, distribution and\nmodification follow.\n\n\nGNU GENERAL PUBLIC LICENSE\nTERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION\n---------------------------------------------------------------\n\n  0. This License applies to any program or other work which contains\na notice placed by the copyright holder saying it may be distributed\nunder the terms of this General Public License.  The \"Program\", below,\nrefers to any such program or work, and a \"work based on the Program\"\nmeans either the Program or any derivative work under copyright law:\nthat is to say, a work containing the Program or a portion of it,\neither verbatim or with modifications and/or translated into another\nlanguage.  (Hereinafter, translation is included without limitation in\nthe term \"modification\".)  Each licensee is addressed as \"you\".\n\nActivities other than copying, distribution and modification are not\ncovered by this License; they are outside its scope.  The act of\nrunning the Program is not restricted, and the output from the Program\nis covered only if its contents constitute a work based on the\nProgram (independent of having been made by running the Program).\nWhether that is true depends on what the Program does.\n\n  1. You may copy and distribute verbatim copies of the Program\'s\nsource code as you receive it, in any medium, provided that you\nconspicuously and appropriately publish on each copy an appropriate\ncopyright notice and disclaimer of warranty; keep intact all the\nnotices that refer to this License and to the absence of any warranty;\nand give any other recipients of the Program a copy of this License\nalong with the Program.\n\nYou may charge a fee for the physical act of transferring a copy, and\nyou may at your option offer warranty protection in exchange for a fee.\n\n  2. You may modify your copy or copies of the Program or any portion\nof it, thus forming a work based on the Program, and copy and\ndistribute such modifications or work under the terms of Section 1\nabove, provided that you also meet all of these conditions:\n\n    a) You must cause the modified files to carry prominent notices\n    stating that you changed the files and the date of any change.\n\n    b) You must cause any work that you distribute or publish, that in\n    whole or in part contains or is derived from the Program or any\n    part thereof, to be licensed as a whole at no charge to all third\n    parties under the terms of this License.\n\n    c) If the modified program normally reads commands interactively\n    when run, you must cause it, when started running for such\n    interactive use in the most ordinary way, to print or display an\n    announcement including an appropriate copyright notice and a\n    notice that there is no warranty (or else, saying that you provide\n    a warranty) and that users may redistribute the program under\n    these conditions, and telling the user how to view a copy of this\n    License.  (Exception: if the Program itself is interactive but\n    does not normally print such an announcement, your work based on\n    the Program is not required to print an announcement.)\n\nThese requirements apply to the modified work as a whole.  If\nidentifiable sections of that work are not derived from the Program,\nand can be reasonably considered independent and separate works in\nthemselves, then this License, and its terms, do not apply to those\nsections when you distribute them as separate works.  But when you\ndistribute the same sections as part of a whole which is a work based\non the Program, the distribution of the whole must be on the terms of\nthis License, whose permissions for other licensees extend to the\nentire whole, and thus to each and every part regardless of who wrote it.\n\nThus, it is not the intent of this section to claim rights or contest\nyour rights to work written entirely by you; rather, the intent is to\nexercise the right to control the distribution of derivative or\ncollective works based on the Program.\n\nIn addition, mere aggregation of another work not based on the Program\nwith the Program (or with a work based on the Program) on a volume of\na storage or distribution medium does not bring the other work under\nthe scope of this License.\n\n  3. You may copy and distribute the Program (or a work based on it,\nunder Section 2) in object code or executable form under the terms of\nSections 1 and 2 above provided that you also do one of the following:\n\n    a) Accompany it with the complete corresponding machine-readable\n    source code, which must be distributed under the terms of Sections\n    1 and 2 above on a medium customarily used for software interchange; or,\n\n    b) Accompany it with a written offer, valid for at least three\n    years, to give any third party, for a charge no more than your\n    cost of physically performing source distribution, a complete\n    machine-readable copy of the corresponding source code, to be\n    distributed under the terms of Sections 1 and 2 above on a medium\n    customarily used for software interchange; or,\n\n    c) Accompany it with the information you received as to the offer\n    to distribute corresponding source code.  (This alternative is\n    allowed only for noncommercial distribution and only if you\n    received the program in object code or executable form with such\n    an offer, in accord with Subsection b above.)\n\nThe source code for a work means the preferred form of the work for\nmaking modifications to it.  For an executable work, complete source\ncode means all the source code for all modules it contains, plus any\nassociated interface definition files, plus the scripts used to\ncontrol compilation and installation of the executable.  However, as a\nspecial exception, the source code distributed need not include\nanything that is normally distributed (in either source or binary\nform) with the major components (compiler, kernel, and so on) of the\noperating system on which the executable runs, unless that component\nitself accompanies the executable.\n\nIf distribution of executable or object code is made by offering\naccess to copy from a designated place, then offering equivalent\naccess to copy the source code from the same place counts as\ndistribution of the source code, even though third parties are not\ncompelled to copy the source along with the object code.\n\n  4. You may not copy, modify, sublicense, or distribute the Program\nexcept as expressly provided under this License.  Any attempt\notherwise to copy, modify, sublicense or distribute the Program is\nvoid, and will automatically terminate your rights under this License.\nHowever, parties who have received copies, or rights, from you under\nthis License will not have their licenses terminated so long as such\nparties remain in full compliance.\n\n  5. You are not required to accept this License, since you have not\nsigned it.  However, nothing else grants you permission to modify or\ndistribute the Program or its derivative works.  These actions are\nprohibited by law if you do not accept this License.  Therefore, by\nmodifying or distributing the Program (or any work based on the\nProgram), you indicate your acceptance of this License to do so, and\nall its terms and conditions for copying, distributing or modifying\nthe Program or works based on it.\n\n  6. Each time you redistribute the Program (or any work based on the\nProgram), the recipient automatically receives a license from the\noriginal licensor to copy, distribute or modify the Program subject to\nthese terms and conditions.  You may not impose any further\nrestrictions on the recipients\' exercise of the rights granted herein.\nYou are not responsible for enforcing compliance by third parties to\nthis License.\n\n  7. If, as a consequence of a court judgment or allegation of patent\ninfringement or for any other reason (not limited to patent issues),\nconditions are imposed on you (whether by court order, agreement or\notherwise) that contradict the conditions of this License, they do not\nexcuse you from the conditions of this License.  If you cannot\ndistribute so as to satisfy simultaneously your obligations under this\nLicense and any other pertinent obligations, then as a consequence you\nmay not distribute the Program at all.  For example, if a patent\nlicense would not permit royalty-free redistribution of the Program by\nall those who receive copies directly or indirectly through you, then\nthe only way you could satisfy both it and this License would be to\nrefrain entirely from distribution of the Program.\n\nIf any portion of this section is held invalid or unenforceable under\nany particular circumstance, the balance of the section is intended to\napply and the section as a whole is intended to apply in other\ncircumstances.\n\nIt is not the purpose of this section to induce you to infringe any\npatents or other property right claims or to contest validity of any\nsuch claims; this section has the sole purpose of protecting the\nintegrity of the free software distribution system, which is\nimplemented by public license practices.  Many people have made\ngenerous contributions to the wide range of software distributed\nthrough that system in reliance on consistent application of that\nsystem; it is up to the author/donor to decide if he or she is willing\nto distribute software through any other system and a licensee cannot\nimpose that choice.\n\nThis section is intended to make thoroughly clear what is believed to\nbe a consequence of the rest of this License.\n\n  8. If the distribution and/or use of the Program is restricted in\ncertain countries either by patents or by copyrighted interfaces, the\noriginal copyright holder who places the Program under this License\nmay add an explicit geographical distribution limitation excluding\nthose countries, so that distribution is permitted only in or among\ncountries not thus excluded.  In such case, this License incorporates\nthe limitation as if written in the body of this License.\n\n  9. The Free Software Foundation may publish revised and/or new versions\nof the General Public License from time to time.  Such new versions will\nbe similar in spirit to the present version, but may differ in detail to\naddress new problems or concerns.\n\nEach version is given a distinguishing version number.  If the Program\nspecifies a version number of this License which applies to it and \"any\nlater version\", you have the option of following the terms and conditions\neither of that version or of any later version published by the Free\nSoftware Foundation.  If the Program does not specify a version number of\nthis License, you may choose any version ever published by the Free Software\nFoundation.\n\n  10. If you wish to incorporate parts of the Program into other free\nprograms whose distribution conditions are different, write to the author\nto ask for permission.  For software which is copyrighted by the Free\nSoftware Foundation, write to the Free Software Foundation; we sometimes\nmake exceptions for this.  Our decision will be guided by the two goals\nof preserving the free status of all derivatives of our free software and\nof promoting the sharing and reuse of software generally.\n\nNO WARRANTY\n-----------\n\n  11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY\nFOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN\nOTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES\nPROVIDE THE PROGRAM \"AS IS\" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED\nOR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\nMERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS\nTO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE\nPROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,\nREPAIR OR CORRECTION.\n\n  12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING\nWILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR\nREDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,\nINCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING\nOUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED\nTO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY\nYOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER\nPROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE\nPOSSIBILITY OF SUCH DAMAGES.\n\n---------------------------\nEND OF TERMS AND CONDITIONS\";s:6:\"readme\";s:453:\"--------------------\nExtension: translit\n--------------------\nVersion: 1.0.0-beta\nReleased: October 20, 2010\nSince: October 20, 2010\nAuthor: Jason Coward <jason@modx.com>\n\nA MODx Revolution Core Extension, the translit package provides a custom transliteration service class. When installed,\nthis is automatically available for the core Friendly URL alias transliteration process for Resources. You can also use\nthe service in your plugins and snippets.\";s:9:\"signature\";s:19:\"translit-1.0.0-beta\";s:13:\"initialConfig\";s:15:\"[object Object]\";s:4:\"text\";s:20:\"Продолжить\";s:2:\"id\";s:19:\"package-install-btn\";s:6:\"hidden\";s:5:\"false\";s:7:\"handler\";s:923:\"function(va){\n		var g = Ext.getCmp(\'modx-package-grid\');\n		if (!g) return false;\n		var r = g.menu.record.data ? g.menu.record.data : g.menu.record;\n		var topic = \'/workspace/package/install/\'+r.signature+\'/\';\n        this.loadConsole(Ext.getBody(),topic);\n		\n		va = va || {};		\n        Ext.apply(va,{\n            action: \'install\'\n            ,signature: r.signature\n            ,register: \'mgr\'\n            ,topic: topic\n        });\n		\n		var c = this.console;        \n        MODx.Ajax.request({\n            url: MODx.config.connectors_url+\'workspace/packages.php\'\n            ,params: va\n            ,listeners: {\n                \'success\': {fn:function() {\n                    this.activate();\n					Ext.getCmp(\'modx-package-grid\').getStore().load();\n                },scope:this}\n                ,\'failure\': {fn:function() {\n                    this.activate();\n                },scope:this}\n            }\n        });\n	}\";s:5:\"scope\";s:15:\"[object Object]\";s:8:\"minWidth\";s:2:\"75\";s:10:\"removeMode\";s:9:\"container\";s:10:\"hideParent\";s:4:\"true\";s:6:\"events\";s:15:\"[object Object]\";s:7:\"ownerCt\";s:15:\"[object Object]\";s:9:\"container\";s:15:\"[object Object]\";s:8:\"rendered\";s:4:\"true\";s:8:\"template\";s:15:\"[object Object]\";s:5:\"btnEl\";s:15:\"[object Object]\";s:4:\"mons\";s:15:\"[object Object]\";s:2:\"el\";s:15:\"[object Object]\";s:4:\"icon\";s:0:\"\";s:7:\"iconCls\";s:0:\"\";s:8:\"boxReady\";s:4:\"true\";s:8:\"lastSize\";s:15:\"[object Object]\";s:11:\"useSetClass\";s:4:\"true\";s:6:\"oldCls\";s:12:\"x-btn-noicon\";s:3:\"doc\";s:15:\"[object Object]\";s:19:\"monitoringMouseOver\";s:4:\"true\";s:6:\"action\";s:7:\"install\";s:8:\"register\";s:3:\"mgr\";s:5:\"topic\";s:47:\"/workspace/package/install/translit-1.0.0-beta/\";s:12:\"HTTP_MODAUTH\";s:52:\"modx4fc158d9434523.77840502_14fce1e9ed878b7.72042425\";s:14:\"package_action\";i:0;}','translit','a:31:{i:0;a:4:{s:4:\"name\";s:2:\"id\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:24:\"4d556cf0b2b083396d000eea\";s:8:\"children\";a:0:{}}i:1;a:4:{s:4:\"name\";s:7:\"package\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:24:\"4d556cf0b2b083396d000eea\";s:8:\"children\";a:0:{}}i:2;a:4:{s:4:\"name\";s:12:\"display_name\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:19:\"translit-1.0.0-beta\";s:8:\"children\";a:0:{}}i:3;a:4:{s:4:\"name\";s:7:\"version\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:5:\"1.0.0\";s:8:\"children\";a:0:{}}i:4;a:4:{s:4:\"name\";s:13:\"version_major\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:1:\"1\";s:8:\"children\";a:0:{}}i:5;a:4:{s:4:\"name\";s:13:\"version_minor\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:1:\"0\";s:8:\"children\";a:0:{}}i:6;a:4:{s:4:\"name\";s:13:\"version_patch\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:1:\"0\";s:8:\"children\";a:0:{}}i:7;a:4:{s:4:\"name\";s:7:\"release\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:4:\"beta\";s:8:\"children\";a:0:{}}i:8;a:4:{s:4:\"name\";s:8:\"vrelease\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:4:\"beta\";s:8:\"children\";a:0:{}}i:9;a:4:{s:4:\"name\";s:14:\"vrelease_index\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:4:\"beta\";s:8:\"children\";a:0:{}}i:10;a:4:{s:4:\"name\";s:6:\"author\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:8:\"opengeek\";s:8:\"children\";a:0:{}}i:11;a:4:{s:4:\"name\";s:11:\"description\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:585:\"<p>A service class that allows custom transliteration tables to be used when auto-creating or sanitizing friendly URL aliases in MODx Revolution. This initial beta release includes three tables that can be specified as the friendly_alias_translit System Setting:</p>\n<p><ol>\n<li>noaccents</li>\n<li>russian</li>\n<li>german</li>\n</ol>\nCustom named transliteration tables can be manually added to the {core_path}components/translit/model/modx/translit/tables/ directory and configured. Additional contributed transliteration tables will be included in future releases of the package.\n</p>\";s:8:\"children\";a:0:{}}i:12;a:4:{s:4:\"name\";s:12:\"instructions\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:37:\"<p>Install via Package Management</p>\";s:8:\"children\";a:0:{}}i:13;a:3:{s:4:\"name\";s:9:\"changelog\";s:10:\"attributes\";a:0:{}s:8:\"children\";a:0:{}}i:14;a:4:{s:4:\"name\";s:9:\"createdon\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:23:\"2010-10-20 11:53:35 UTC\";s:8:\"children\";a:0:{}}i:15;a:4:{s:4:\"name\";s:10:\"created_by\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:8:\"opengeek\";s:8:\"children\";a:0:{}}i:16;a:3:{s:4:\"name\";s:8:\"editedon\";s:10:\"attributes\";a:0:{}s:8:\"children\";a:0:{}}i:17;a:4:{s:4:\"name\";s:10:\"releasedon\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:23:\"2010-10-20 11:57:11 UTC\";s:8:\"children\";a:0:{}}i:18;a:4:{s:4:\"name\";s:9:\"downloads\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:4:\"7725\";s:8:\"children\";a:0:{}}i:19;a:4:{s:4:\"name\";s:8:\"approved\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:4:\"true\";s:8:\"children\";a:0:{}}i:20;a:4:{s:4:\"name\";s:7:\"audited\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:5:\"false\";s:8:\"children\";a:0:{}}i:21;a:4:{s:4:\"name\";s:8:\"featured\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:5:\"false\";s:8:\"children\";a:0:{}}i:22;a:4:{s:4:\"name\";s:10:\"deprecated\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:5:\"false\";s:8:\"children\";a:0:{}}i:23;a:4:{s:4:\"name\";s:7:\"license\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:5:\"GPLv2\";s:8:\"children\";a:0:{}}i:24;a:4:{s:4:\"name\";s:7:\"smf_url\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:47:\"http://modxcms.com/forums/index.php?topic=56059\";s:8:\"children\";a:0:{}}i:25;a:4:{s:4:\"name\";s:4:\"name\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:8:\"translit\";s:8:\"children\";a:0:{}}i:26;a:4:{s:4:\"name\";s:10:\"repository\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:24:\"4d4c3fa6b2b0830da9000001\";s:8:\"children\";a:0:{}}i:27;a:4:{s:4:\"name\";s:8:\"supports\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:3:\"2.0\";s:8:\"children\";a:0:{}}i:28;a:3:{s:4:\"name\";s:10:\"screenshot\";s:10:\"attributes\";a:0:{}s:8:\"children\";a:0:{}}i:29;a:3:{s:4:\"name\";s:4:\"file\";s:10:\"attributes\";a:0:{}s:8:\"children\";a:7:{i:0;a:4:{s:4:\"name\";s:2:\"id\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:24:\"4d556cf1b2b083396d000eec\";s:8:\"children\";a:0:{}}i:1;a:4:{s:4:\"name\";s:7:\"version\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:24:\"4d556cf0b2b083396d000eeb\";s:8:\"children\";a:0:{}}i:2;a:4:{s:4:\"name\";s:8:\"filename\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:33:\"translit-1.0.0-beta.transport.zip\";s:8:\"children\";a:0:{}}i:3;a:4:{s:4:\"name\";s:9:\"downloads\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:4:\"7771\";s:8:\"children\";a:0:{}}i:4;a:4:{s:4:\"name\";s:6:\"lastip\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:14:\"90.156.196.115\";s:8:\"children\";a:0:{}}i:5;a:4:{s:4:\"name\";s:9:\"transport\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:4:\"true\";s:8:\"children\";a:0:{}}i:6;a:4:{s:4:\"name\";s:8:\"location\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:60:\"http://modx.com/extras/download/?id=4d556cf1b2b083396d000eec\";s:8:\"children\";a:0:{}}}}i:30;a:4:{s:4:\"name\";s:17:\"package-signature\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:19:\"translit-1.0.0-beta\";s:8:\"children\";a:0:{}}}',1,0,0,'beta',0),('formit-2.0.3-pl','2012-06-12 04:36:25','2012-06-12 04:35:57','2012-06-12 04:36:55',0,1,1,0,'formit-2.0.3-pl.transport.zip',NULL,'a:34:{s:7:\"license\";s:15218:\"GNU GENERAL PUBLIC LICENSE\n   Version 2, June 1991\n--------------------------\n\nCopyright (C) 1989, 1991 Free Software Foundation, Inc.\n59 Temple Place, Suite 330, Boston, MA  02111-1307  USA\n\nEveryone is permitted to copy and distribute verbatim copies\nof this license document, but changing it is not allowed.\n\nPreamble\n--------\n\n  The licenses for most software are designed to take away your\nfreedom to share and change it.  By contrast, the GNU General Public\nLicense is intended to guarantee your freedom to share and change free\nsoftware--to make sure the software is free for all its users.  This\nGeneral Public License applies to most of the Free Software\nFoundation\'s software and to any other program whose authors commit to\nusing it.  (Some other Free Software Foundation software is covered by\nthe GNU Library General Public License instead.)  You can apply it to\nyour programs, too.\n\n  When we speak of free software, we are referring to freedom, not\nprice.  Our General Public Licenses are designed to make sure that you\nhave the freedom to distribute copies of free software (and charge for\nthis service if you wish), that you receive source code or can get it\nif you want it, that you can change the software or use pieces of it\nin new free programs; and that you know you can do these things.\n\n  To protect your rights, we need to make restrictions that forbid\nanyone to deny you these rights or to ask you to surrender the rights.\nThese restrictions translate to certain responsibilities for you if you\ndistribute copies of the software, or if you modify it.\n\n  For example, if you distribute copies of such a program, whether\ngratis or for a fee, you must give the recipients all the rights that\nyou have.  You must make sure that they, too, receive or can get the\nsource code.  And you must show them these terms so they know their\nrights.\n\n  We protect your rights with two steps: (1) copyright the software, and\n(2) offer you this license which gives you legal permission to copy,\ndistribute and/or modify the software.\n\n  Also, for each author\'s protection and ours, we want to make certain\nthat everyone understands that there is no warranty for this free\nsoftware.  If the software is modified by someone else and passed on, we\nwant its recipients to know that what they have is not the original, so\nthat any problems introduced by others will not reflect on the original\nauthors\' reputations.\n\n  Finally, any free program is threatened constantly by software\npatents.  We wish to avoid the danger that redistributors of a free\nprogram will individually obtain patent licenses, in effect making the\nprogram proprietary.  To prevent this, we have made it clear that any\npatent must be licensed for everyone\'s free use or not licensed at all.\n\n  The precise terms and conditions for copying, distribution and\nmodification follow.\n\n\nGNU GENERAL PUBLIC LICENSE\nTERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION\n---------------------------------------------------------------\n\n  0. This License applies to any program or other work which contains\na notice placed by the copyright holder saying it may be distributed\nunder the terms of this General Public License.  The \"Program\", below,\nrefers to any such program or work, and a \"work based on the Program\"\nmeans either the Program or any derivative work under copyright law:\nthat is to say, a work containing the Program or a portion of it,\neither verbatim or with modifications and/or translated into another\nlanguage.  (Hereinafter, translation is included without limitation in\nthe term \"modification\".)  Each licensee is addressed as \"you\".\n\nActivities other than copying, distribution and modification are not\ncovered by this License; they are outside its scope.  The act of\nrunning the Program is not restricted, and the output from the Program\nis covered only if its contents constitute a work based on the\nProgram (independent of having been made by running the Program).\nWhether that is true depends on what the Program does.\n\n  1. You may copy and distribute verbatim copies of the Program\'s\nsource code as you receive it, in any medium, provided that you\nconspicuously and appropriately publish on each copy an appropriate\ncopyright notice and disclaimer of warranty; keep intact all the\nnotices that refer to this License and to the absence of any warranty;\nand give any other recipients of the Program a copy of this License\nalong with the Program.\n\nYou may charge a fee for the physical act of transferring a copy, and\nyou may at your option offer warranty protection in exchange for a fee.\n\n  2. You may modify your copy or copies of the Program or any portion\nof it, thus forming a work based on the Program, and copy and\ndistribute such modifications or work under the terms of Section 1\nabove, provided that you also meet all of these conditions:\n\n    a) You must cause the modified files to carry prominent notices\n    stating that you changed the files and the date of any change.\n\n    b) You must cause any work that you distribute or publish, that in\n    whole or in part contains or is derived from the Program or any\n    part thereof, to be licensed as a whole at no charge to all third\n    parties under the terms of this License.\n\n    c) If the modified program normally reads commands interactively\n    when run, you must cause it, when started running for such\n    interactive use in the most ordinary way, to print or display an\n    announcement including an appropriate copyright notice and a\n    notice that there is no warranty (or else, saying that you provide\n    a warranty) and that users may redistribute the program under\n    these conditions, and telling the user how to view a copy of this\n    License.  (Exception: if the Program itself is interactive but\n    does not normally print such an announcement, your work based on\n    the Program is not required to print an announcement.)\n\nThese requirements apply to the modified work as a whole.  If\nidentifiable sections of that work are not derived from the Program,\nand can be reasonably considered independent and separate works in\nthemselves, then this License, and its terms, do not apply to those\nsections when you distribute them as separate works.  But when you\ndistribute the same sections as part of a whole which is a work based\non the Program, the distribution of the whole must be on the terms of\nthis License, whose permissions for other licensees extend to the\nentire whole, and thus to each and every part regardless of who wrote it.\n\nThus, it is not the intent of this section to claim rights or contest\nyour rights to work written entirely by you; rather, the intent is to\nexercise the right to control the distribution of derivative or\ncollective works based on the Program.\n\nIn addition, mere aggregation of another work not based on the Program\nwith the Program (or with a work based on the Program) on a volume of\na storage or distribution medium does not bring the other work under\nthe scope of this License.\n\n  3. You may copy and distribute the Program (or a work based on it,\nunder Section 2) in object code or executable form under the terms of\nSections 1 and 2 above provided that you also do one of the following:\n\n    a) Accompany it with the complete corresponding machine-readable\n    source code, which must be distributed under the terms of Sections\n    1 and 2 above on a medium customarily used for software interchange; or,\n\n    b) Accompany it with a written offer, valid for at least three\n    years, to give any third party, for a charge no more than your\n    cost of physically performing source distribution, a complete\n    machine-readable copy of the corresponding source code, to be\n    distributed under the terms of Sections 1 and 2 above on a medium\n    customarily used for software interchange; or,\n\n    c) Accompany it with the information you received as to the offer\n    to distribute corresponding source code.  (This alternative is\n    allowed only for noncommercial distribution and only if you\n    received the program in object code or executable form with such\n    an offer, in accord with Subsection b above.)\n\nThe source code for a work means the preferred form of the work for\nmaking modifications to it.  For an executable work, complete source\ncode means all the source code for all modules it contains, plus any\nassociated interface definition files, plus the scripts used to\ncontrol compilation and installation of the executable.  However, as a\nspecial exception, the source code distributed need not include\nanything that is normally distributed (in either source or binary\nform) with the major components (compiler, kernel, and so on) of the\noperating system on which the executable runs, unless that component\nitself accompanies the executable.\n\nIf distribution of executable or object code is made by offering\naccess to copy from a designated place, then offering equivalent\naccess to copy the source code from the same place counts as\ndistribution of the source code, even though third parties are not\ncompelled to copy the source along with the object code.\n\n  4. You may not copy, modify, sublicense, or distribute the Program\nexcept as expressly provided under this License.  Any attempt\notherwise to copy, modify, sublicense or distribute the Program is\nvoid, and will automatically terminate your rights under this License.\nHowever, parties who have received copies, or rights, from you under\nthis License will not have their licenses terminated so long as such\nparties remain in full compliance.\n\n  5. You are not required to accept this License, since you have not\nsigned it.  However, nothing else grants you permission to modify or\ndistribute the Program or its derivative works.  These actions are\nprohibited by law if you do not accept this License.  Therefore, by\nmodifying or distributing the Program (or any work based on the\nProgram), you indicate your acceptance of this License to do so, and\nall its terms and conditions for copying, distributing or modifying\nthe Program or works based on it.\n\n  6. Each time you redistribute the Program (or any work based on the\nProgram), the recipient automatically receives a license from the\noriginal licensor to copy, distribute or modify the Program subject to\nthese terms and conditions.  You may not impose any further\nrestrictions on the recipients\' exercise of the rights granted herein.\nYou are not responsible for enforcing compliance by third parties to\nthis License.\n\n  7. If, as a consequence of a court judgment or allegation of patent\ninfringement or for any other reason (not limited to patent issues),\nconditions are imposed on you (whether by court order, agreement or\notherwise) that contradict the conditions of this License, they do not\nexcuse you from the conditions of this License.  If you cannot\ndistribute so as to satisfy simultaneously your obligations under this\nLicense and any other pertinent obligations, then as a consequence you\nmay not distribute the Program at all.  For example, if a patent\nlicense would not permit royalty-free redistribution of the Program by\nall those who receive copies directly or indirectly through you, then\nthe only way you could satisfy both it and this License would be to\nrefrain entirely from distribution of the Program.\n\nIf any portion of this section is held invalid or unenforceable under\nany particular circumstance, the balance of the section is intended to\napply and the section as a whole is intended to apply in other\ncircumstances.\n\nIt is not the purpose of this section to induce you to infringe any\npatents or other property right claims or to contest validity of any\nsuch claims; this section has the sole purpose of protecting the\nintegrity of the free software distribution system, which is\nimplemented by public license practices.  Many people have made\ngenerous contributions to the wide range of software distributed\nthrough that system in reliance on consistent application of that\nsystem; it is up to the author/donor to decide if he or she is willing\nto distribute software through any other system and a licensee cannot\nimpose that choice.\n\nThis section is intended to make thoroughly clear what is believed to\nbe a consequence of the rest of this License.\n\n  8. If the distribution and/or use of the Program is restricted in\ncertain countries either by patents or by copyrighted interfaces, the\noriginal copyright holder who places the Program under this License\nmay add an explicit geographical distribution limitation excluding\nthose countries, so that distribution is permitted only in or among\ncountries not thus excluded.  In such case, this License incorporates\nthe limitation as if written in the body of this License.\n\n  9. The Free Software Foundation may publish revised and/or new versions\nof the General Public License from time to time.  Such new versions will\nbe similar in spirit to the present version, but may differ in detail to\naddress new problems or concerns.\n\nEach version is given a distinguishing version number.  If the Program\nspecifies a version number of this License which applies to it and \"any\nlater version\", you have the option of following the terms and conditions\neither of that version or of any later version published by the Free\nSoftware Foundation.  If the Program does not specify a version number of\nthis License, you may choose any version ever published by the Free Software\nFoundation.\n\n  10. If you wish to incorporate parts of the Program into other free\nprograms whose distribution conditions are different, write to the author\nto ask for permission.  For software which is copyrighted by the Free\nSoftware Foundation, write to the Free Software Foundation; we sometimes\nmake exceptions for this.  Our decision will be guided by the two goals\nof preserving the free status of all derivatives of our free software and\nof promoting the sharing and reuse of software generally.\n\nNO WARRANTY\n-----------\n\n  11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY\nFOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN\nOTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES\nPROVIDE THE PROGRAM \"AS IS\" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED\nOR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\nMERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS\nTO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE\nPROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,\nREPAIR OR CORRECTION.\n\n  12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING\nWILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR\nREDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,\nINCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING\nOUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED\nTO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY\nYOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER\nPROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE\nPOSSIBILITY OF SUCH DAMAGES.\n\n---------------------------\nEND OF TERMS AND CONDITIONS\";s:6:\"readme\";s:213:\"--------------------\nSnippet: FormIt\n--------------------\nAuthor: Shaun McCormick <shaun@modx.com>\n\nA form processing Snippet for MODx Revolution.\n\nOfficial Documentation:\nhttp://rtfm.modx.com/display/ADDON/FormIt\";s:9:\"changelog\";s:8977:\"Changelog for FormIt.\n\nFormIt 2.0.3\n====================================\n- Update Czech translation\n- Fix issue with French accents in translation\n- [#6021] Refactor Russian reCaptcha translations\n- [#6618] Standardize XHTML in reCaptcha usage\n\nFormIt 2.0.2\n====================================\n- [#4864] Fix issue with isNumber not allowing blank fields\n- [#5404] Fix issues with checkboxes and array fields in FormItAutoResponder\n- [#5269] Fix issues with checkboxes in various forms in emails\n- [#5792] Update reCaptcha URLs\n\nFormIt 2.0.1\n====================================\n- [#5525] Add &allowFiles property, that when set to 0, prevents file submissions on form\n- [#5484] Fix issue with double validation error spans\n- Fix issue where config was not passed to hooks\n- Update German translation\n\nFormIt 2.0.0\n====================================\n- [#3514] Add ability to customize validator error messages per FormIt form and per field\n- [#4705] Add regexp validator\n- [#5454] Fix issue with customValidators property in 2.0.0-rc2\n- Major reworking of main FormIt script to be OOP\n- Add over 150 unit tests to prevent regression\n- [#5388], [#5240] Fix issue with FormItCountryOptions and &useIsoCode\n- Fix issue with FormItStateOptions and &useAbbr\n- [#5267] Fix issue with FormItRetriever and array fields\n\nFormIt 1.7.0\n====================================\n- Add ability to have \"Frequent Visitors\" optgroup in FormItCountryOptions, moving specified countries to the top of the list in an optgroup\n- Add missing property translations for FormItStateOptions snippet\n- Fix small issue with stored values after validation of fields\n- Add FormItStateOptions snippet for easy U.S. state dropdowns\n- Add FormItCountryOptions snippet for easy country dropdowns\n- [#5101] Fix issue with emailMultiSeparator and emailMultiWrapper default values\n- Fix issue with bracketed field names being added as extra fields post-validation with . prefix\n\nFormIt 1.6.0\n====================================\n- [#4708] Add support for bracketed fields, such as contact[name]\n- [#5038] Fix uninitialized variable warnings in reCaptcha service\n- [#4993] Add Italian translation and fix recaptcha links\n- Fix issue where fields could be removed via DOM from form and be bypassed\n- Add &emailMultiSeparator and &emailMultiWrapper for handling display of checkboxes/multi-selects in email hook\n\nFormIt 1.5.6\n====================================\n- [#4564] Fix redirectTo with non-web contexts\n\nFormIt 1.5.5\n====================================\n- [#4168] Add emailConvertNewlines property for handling newlines in HTML emails\n- [#4057] Prevent math hook from generating similar numbers\n- [#4302] Cleanups to FormItAutoResponder snippet\n- [#3991] Fix issue with checkbox values in emails\n\nFormIt 1.5.4\n====================================\n- Fix issue with math hook where error placeholders were incorrect\n- Fix issue where emailHtml property was not respected in email hook\n- Fix issue where hooks were not passed customProperties array\n- [#51] Allow blank fields to be passed with :email validator\n- [#55] Allow all fields to be accessed in custom validators\n\nFormIt 1.5.3\n====================================\n- [#40] Add ability to display all error messages in bulk at top, added validationErrorBulkTpl for templating each one\n- [#52] Add a general validation error message property, validationErrorMessage, that shows when validation fails\n- [#53] Fix bug that prevented recaptcha options from working\n- Add a generic validation error placeholder in FormIt to allow for general messages\n- [#50] Trim each hook specification in hooks calls\n- [#49] Ensure reCaptcha service instance is unique for each FormIt instance\n- [#47] Ensure email validator checks for empty string\n- [#42] Can now include field names in error strings via `field` placeholder\n- [#39] Fix issue with FormItIsChecked/Selected to prevent output from occurring if not checked\n- [#37] Fix allowTags validator to work, and work with parameters encapsulated by ^\n\nFormIt 1.5.2\n====================================\n- Fixed security vulnerability\n- Added math hook, allowing anti-spam math field measure\n- Added more debugging info to email hook\n\nFormIt 1.5.1\n====================================\n- Fixed issue where &store was not respecting values set in post-hooks\n- Redirect hook now redirects *after* all other hooks execute\n\nFormIt 1.5.0\n====================================\n- Fixed bug with redirectParams not parsing placeholders in the params\n- Added redirectParams property, which allows a JSON object of params to be passed when using redirect hook\n- Added spamCheckIp property, defaults to false, to check IP as well in spam hook\n- Fixed incorrect default param for fiarSender\n- Fixed error reporting for FormItAutoResponder\n- Added sanity checks to form attachments when dealing with missing names\n- Fixed invalid offset error in checkbox validation\n- Added recaptchaJS to allow for custom JS overriding of reCaptcha options var\n\nFormIt 1.4.1\n====================================\n- Added sanity check for emailHtml property on email hook\n- Added sanity check for replyto/cc/bcc emails on email hook\n- Added ability to change language via &language parameter\n\nFormIt 1.4.0\n====================================\n- Fixed bug with recaptcha and other hooks error display messages\n- Introduced &validate parameter for more secure validation parameters to prevent POST injection\n- Added FormItIsChecked and FormItIsSelected custom output filters for easier checkbox/radio/select handling of selected values\n- Added &placeholderPrefix for FormIt snippet, defaults to `fi.`\n\nFormIt 1.3.0\n====================================\n- Fixed issue with isNumber validator\n- Added FormItRetriever snippet to get data from a FormIt submission for thank you pages\n- Added extra API methods for custom hooks for easier data grabbing\n- Added FormItAutoResponder snippet to use as a custom hook for auto-responses\n- Added &successMessage and &successMessagePlaceholder properties for easier success message handling\n- Fixed ordering for &emailFrom property\n- Added width/height for reCaptcha, however, reCaptcha APIs prevent resizing via calls\n\nFormIt 1.2.1\n====================================\n- Added recaptchaTheme property, which allows theming of reCaptcha hook\n\nFormIt 1.2.0\n====================================\n- Added preHooks property to allow for custom snippets to pre-fill fields\n- Added clearFieldsOnSuccess property to clear fields after a successful form submission without a redirect\n- Allow placeholders of fields in all email properties\n- Added customValidators property to FormIt snippet to restrict custom validators to only specified validators to prevent brute force snippet loading\n- Added fiValidator::addError for easier error loading for custom validators\n- Added German translation\n\nFormIt 1.1.7\n====================================\n- Added bcc and cc properties for email hook\n\nFormIt 1.1.6\n====================================\n- i18n of Snippet properties\n- Added emailReplyToName and emailReplyTo properties for email hook\n- Removed SMTP settings as those are now in Revo\n- Fixed bug in html emails where linebreaks were being ignored\n- Added islowercase and isuppercase validators\n- Added multibyte support to validators\n\nFormIt 1.1.5\n====================================\n- Added Russian translation\n- Updated copyright information\n\nFormIt 1.1.4\n====================================\n- Fixed bug with isDate check\n- Migrated FormIt to Git\n- Fixed bug that caused validators to not fire\n- Fixed bug where custom validators were wonky, added \'errors\' references to custom hooks/validators\n- [#ADDON-147] Added support for validation and emailing of file fields\n- Added stripTags to all fields by default (unless \'allowTags\' hook is passed\') to prevent XSS\n- Added in missing settings\n- Added reCaptcha support via the recaptcha hook\n- Adjusted copyright information to reflect current year\n\nFormIt 1.0\n====================================\n- Fixed bug with emailFrom property getting overwritten\n- [#ADDON-122] Fixed incorrect message in spam lexicon item\n- Added \'spam\' hook that utilizes StopForumSpam spam filter. Will filter the fields in the property &spamEmailFields \n- Ensure hooks errors are set as placeholders\n- Aded fi.success placeholder to be set on a successful form submission if no redirect hook is specified \n- Added default to emailTpl property so that it is now no longer required. Will send out email with just field names and values.\n- Added Dutch translation\n- Added missing formit.contains lexicon entry\n- Fixed possible loophole with $this->fields and referencing in multiple hooks\n- Fixed bug on hooks due to !== and != difference\n- Added SMTP support to FormIt email hook\n- Fixed bug with emailFrom in email hook\n- Added emailUseFieldForSubject property to FormIt snippet\n- Fixed bug on email hook where if subject was passed through form, it wouldn\'t set it as email subject\n- Added changelog\";s:9:\"signature\";s:15:\"formit-2.0.3-pl\";s:13:\"initialConfig\";s:15:\"[object Object]\";s:4:\"text\";s:20:\"Продолжить\";s:2:\"id\";s:19:\"package-install-btn\";s:6:\"hidden\";s:5:\"false\";s:7:\"handler\";s:704:\"function (va) {\n    var g = Ext.getCmp(\"modx-package-grid\");\n    if (!g) {\n        return false;\n    }\n    var r = g.menu.record.data ? g.menu.record.data : g.menu.record;\n    var topic = \"/workspace/package/install/\" + r.signature + \"/\";\n    this.loadConsole(Ext.getBody(), topic);\n    va = va || {};\n    Ext.apply(va, {action: \"install\", signature: r.signature, register: \"mgr\", topic: topic});\n    var c = this.console;\n    MODx.Ajax.request({url: MODx.config.connectors_url + \"workspace/packages.php\", params: va, listeners: {success: {fn: function () {this.activate();Ext.getCmp(\"modx-package-grid\").getStore().load();}, scope: this}, failure: {fn: function () {this.activate();}, scope: this}}});\n}\";s:5:\"scope\";s:15:\"[object Object]\";s:8:\"minWidth\";s:2:\"75\";s:10:\"removeMode\";s:9:\"container\";s:10:\"hideParent\";s:4:\"true\";s:6:\"events\";s:15:\"[object Object]\";s:7:\"ownerCt\";s:15:\"[object Object]\";s:9:\"container\";s:15:\"[object Object]\";s:8:\"rendered\";s:4:\"true\";s:8:\"template\";s:15:\"[object Object]\";s:5:\"btnEl\";s:15:\"[object Object]\";s:4:\"mons\";s:15:\"[object Object]\";s:2:\"el\";s:15:\"[object Object]\";s:4:\"icon\";s:0:\"\";s:7:\"iconCls\";s:0:\"\";s:8:\"boxReady\";s:4:\"true\";s:8:\"lastSize\";s:15:\"[object Object]\";s:11:\"useSetClass\";s:4:\"true\";s:6:\"oldCls\";s:12:\"x-btn-noicon\";s:3:\"doc\";s:15:\"[object Object]\";s:19:\"monitoringMouseOver\";s:4:\"true\";s:6:\"action\";s:7:\"install\";s:8:\"register\";s:3:\"mgr\";s:5:\"topic\";s:43:\"/workspace/package/install/formit-2.0.3-pl/\";s:12:\"HTTP_MODAUTH\";s:52:\"modx4fc158d9434523.77840502_14fd673da8780e8.30463670\";s:14:\"package_action\";i:0;}','FormIt','a:31:{i:0;a:4:{s:4:\"name\";s:2:\"id\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:24:\"4d556c62b2b083396d000b9c\";s:8:\"children\";a:0:{}}i:1;a:4:{s:4:\"name\";s:7:\"package\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:24:\"4d556c62b2b083396d000b9c\";s:8:\"children\";a:0:{}}i:2;a:4:{s:4:\"name\";s:12:\"display_name\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:15:\"formit-2.0.3-pl\";s:8:\"children\";a:0:{}}i:3;a:4:{s:4:\"name\";s:7:\"version\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:5:\"2.0.3\";s:8:\"children\";a:0:{}}i:4;a:4:{s:4:\"name\";s:13:\"version_major\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:1:\"2\";s:8:\"children\";a:0:{}}i:5;a:4:{s:4:\"name\";s:13:\"version_minor\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:1:\"0\";s:8:\"children\";a:0:{}}i:6;a:4:{s:4:\"name\";s:13:\"version_patch\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:1:\"3\";s:8:\"children\";a:0:{}}i:7;a:4:{s:4:\"name\";s:7:\"release\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:2:\"pl\";s:8:\"children\";a:0:{}}i:8;a:4:{s:4:\"name\";s:8:\"vrelease\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:2:\"pl\";s:8:\"children\";a:0:{}}i:9;a:4:{s:4:\"name\";s:14:\"vrelease_index\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:2:\"pl\";s:8:\"children\";a:0:{}}i:10;a:4:{s:4:\"name\";s:6:\"author\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:12:\"splittingred\";s:8:\"children\";a:0:{}}i:11;a:4:{s:4:\"name\";s:11:\"description\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:400:\"<p>Automatically validate, parse and email forms. Redirect to thank you pages. Add your own hooks as Snippets to handle forms dynamically. Validate with custom Snippets. Spam protection. Auto-response options. Dynamic country/state dropdown lists.</p>\n<p>See the Official Documentation here:</p>\n<p><a href=\"http://rtfm.modx.com/display/ADDON/FormIt\">http://rtfm.modx.com/display/ADDON/FormIt</a></p>\";s:8:\"children\";a:0:{}}i:12;a:4:{s:4:\"name\";s:12:\"instructions\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:38:\"<p>Install via Package Management.</p>\";s:8:\"children\";a:0:{}}i:13;a:4:{s:4:\"name\";s:9:\"changelog\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:4631:\"<p></p><p><b>New in 2.0.3</b></p><p></p><ul><li>Update Czech translation</li><li>Fix issue with French accents in translation</li><li>&#91;#6021&#93; Refactor Russian reCaptcha translations</li><li>&#91;#6618&#93; Standardize XHTML in reCaptcha usage</li></ul><p></p><p><b>New in 2.0.2</b></p><p></p><ul><li>&#91;#4864&#93; Fix issue with isNumber not allowing blank fields</li><li>&#91;#5404&#93; Fix issues with checkboxes and array fields in FormItAutoResponder</li><li>&#91;#5269&#93; Fix issues with checkboxes in various forms in emails</li><li>&#91;#5792&#93; Update reCaptcha URLs</li></ul><p></p><p><b>New in 2.0.1</b></p><ul><li>&#91;#5525&#93; Add &amp;allowFiles property, that when set to 0, prevents file submissions on form</li><li>&#91;#5484&#93; Fix issue with double validation error spans</li><li>Fix issue where config was not passed to hooks</li><li>Update German translation</li></ul><p></p><p><b>New in 2.0.0</b></p><p></p><ul><li>&#91;#3514&#93; Add ability to customize validator error messages per FormIt form and per field</li><li>&#91;#4705&#93; Add regexp validator</li><li>&#91;#5454&#93; Fix issue with customValidators property in 2.0.0-rc2</li><li>Fix issue with reCaptcha loading in 2.0.0-rc1</li><li>Major reworking of main FormIt script to be OOP</li><li>Add over 150 unit tests to prevent regression</li><li>&#91;#5388&#93;, &#91;#5240&#93; Fix issue with FormItCountryOptions and &amp;useIsoCode</li><li>Fix issue with FormItStateOptions and &amp;useAbbr</li><li>&#91;#5267&#93; Fix issue with FormItRetriever and array fields</li></ul><p></p><p><b>New in 1.7.0</b></p><p></p><ul><li>Add ability to have \"Frequent Visitors\" optgroup in FormItCountryOptions, moving specified countries to the top of the list in an optgroup</li><li>Add missing property translations for FormItStateOptions snippet</li><li>Fix small issue with stored values after validation of fields</li><li>Add FormItStateOptions snippet for easy U.S. state dropdowns</li><li>Add FormItCountryOptions snippet for easy country dropdowns</li><li>&#91;#5101&#93; Fix issue with emailMultiSeparator and emailMultiWrapper default values</li><li>Fix issue with bracketed field names being added as extra fields post-validation with . prefix</li></ul><p></p><p><b>New in 1.6.0</b></p><p></p><ul><li>&#91;#4708&#93; Add support for bracketed fields, such as contact&#91;name&#93;</li><li>&#91;#5038&#93; Fix uninitialized variable warnings in reCaptcha service</li><li>&#91;#4993&#93; Add Italian translation and fix recaptcha links</li><li>Fix issue where fields could be removed via DOM from form and be bypassed</li><li>Add &amp;emailMultiSeparator and &amp;emailMultiWrapper properties for handling display of checkboxes/multi-selects in email hook</li></ul><p></p><p><b>New in 1.5.6</b></p><p></p><ul><li>&#91;#4564&#93; Fix redirectTo with non-web contexts</li></ul><p></p><p><b>New in 1.5.5</b></p><ul><li>&#91;#4168&#93; Add emailConvertNewlines property for handling newlines in HTML emails</li><li>&#91;#4057&#93; Prevent math hook from generating similar numbers</li><li>&#91;#4302&#93; Cleanups to FormItAutoResponder snippet</li><li>&#91;#3991&#93; Fix issue with checkbox values in emails</li></ul><p></p><p><b>New in 1.5.4</b></p><p></p>\n<ul>\n<li>Fix issue with math hook where error placeholders were incorrect</li><li>Fix issue where emailHtml property was not respected in email hook</li><li>Fix issue where hooks were not passed customProperties array</li><li>&#91;#51&#93; Allow blank fields to be passed with :email validator</li>\n<li>&#91;#55&#93; Allow all fields to be accessed in custom validators</li>\n</ul>\n<p><b>New in 1.5.3</b></p>\n<ul>\n<li>&#91;#40&#93; Add ability to display all error messages in bulk at top, added validationErrorBulkTpl for templating each one</li>\n<li>&#91;#52&#93; Add a general validation error message property, validationErrorMessage, that shows when validation fails</li>\n<li>&#91;#53&#93; Fix bug that prevented recaptcha options from working</li>\n<li>Add a generic validation error placeholder in FormIt to allow for general messages</li>\n<li>&#91;#50&#93; Trim each hook specification in hooks calls</li>\n<li>&#91;#49&#93; Ensure reCaptcha service instance is unique for each FormIt instance</li>\n<li>&#91;#47&#93; Ensure email validator checks for empty string</li>\n<li>&#91;#42&#93; Can now include field names in error strings via `field` placeholder</li>\n<li>&#91;#39&#93; Fix issue with FormItIsChecked/Selected to prevent output from occurring if not checked</li>\n<li>&#91;#37&#93; Fix allowTags validator to work, and work with parameters encapsulated by ^</li>\n</ul>\";s:8:\"children\";a:0:{}}i:14;a:4:{s:4:\"name\";s:9:\"createdon\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:23:\"2012-01-24 14:46:22 UTC\";s:8:\"children\";a:0:{}}i:15;a:4:{s:4:\"name\";s:10:\"created_by\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:12:\"splittingred\";s:8:\"children\";a:0:{}}i:16;a:3:{s:4:\"name\";s:8:\"editedon\";s:10:\"attributes\";a:0:{}s:8:\"children\";a:0:{}}i:17;a:4:{s:4:\"name\";s:10:\"releasedon\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:23:\"2012-01-24 14:46:22 UTC\";s:8:\"children\";a:0:{}}i:18;a:4:{s:4:\"name\";s:9:\"downloads\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:5:\"50093\";s:8:\"children\";a:0:{}}i:19;a:4:{s:4:\"name\";s:8:\"approved\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:4:\"true\";s:8:\"children\";a:0:{}}i:20;a:4:{s:4:\"name\";s:7:\"audited\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:4:\"true\";s:8:\"children\";a:0:{}}i:21;a:4:{s:4:\"name\";s:8:\"featured\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:4:\"true\";s:8:\"children\";a:0:{}}i:22;a:4:{s:4:\"name\";s:10:\"deprecated\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:5:\"false\";s:8:\"children\";a:0:{}}i:23;a:4:{s:4:\"name\";s:7:\"license\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:5:\"GPLv2\";s:8:\"children\";a:0:{}}i:24;a:3:{s:4:\"name\";s:7:\"smf_url\";s:10:\"attributes\";a:0:{}s:8:\"children\";a:0:{}}i:25;a:4:{s:4:\"name\";s:4:\"name\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:6:\"FormIt\";s:8:\"children\";a:0:{}}i:26;a:4:{s:4:\"name\";s:10:\"repository\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:24:\"4d4c3fa6b2b0830da9000001\";s:8:\"children\";a:0:{}}i:27;a:4:{s:4:\"name\";s:8:\"supports\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:3:\"2.0\";s:8:\"children\";a:0:{}}i:28;a:3:{s:4:\"name\";s:10:\"screenshot\";s:10:\"attributes\";a:0:{}s:8:\"children\";a:0:{}}i:29;a:3:{s:4:\"name\";s:4:\"file\";s:10:\"attributes\";a:0:{}s:8:\"children\";a:7:{i:0;a:4:{s:4:\"name\";s:2:\"id\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:24:\"4f1ec441f2455413ce000037\";s:8:\"children\";a:0:{}}i:1;a:4:{s:4:\"name\";s:7:\"version\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:24:\"4f1ec43ef2455413ce000035\";s:8:\"children\";a:0:{}}i:2;a:4:{s:4:\"name\";s:8:\"filename\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:29:\"formit-2.0.3-pl.transport.zip\";s:8:\"children\";a:0:{}}i:3;a:4:{s:4:\"name\";s:9:\"downloads\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:5:\"11380\";s:8:\"children\";a:0:{}}i:4;a:4:{s:4:\"name\";s:6:\"lastip\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:13:\"46.182.24.141\";s:8:\"children\";a:0:{}}i:5;a:4:{s:4:\"name\";s:9:\"transport\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:4:\"true\";s:8:\"children\";a:0:{}}i:6;a:4:{s:4:\"name\";s:8:\"location\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:60:\"http://modx.com/extras/download/?id=4f1ec441f2455413ce000037\";s:8:\"children\";a:0:{}}}}i:30;a:4:{s:4:\"name\";s:17:\"package-signature\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:15:\"formit-2.0.3-pl\";s:8:\"children\";a:0:{}}}',2,0,3,'pl',0),('getresources-1.5.0-pl','2012-06-24 01:58:02','2012-06-24 14:07:23','2012-06-24 14:08:20',0,1,1,0,'getresources-1.5.0-pl.transport.zip',NULL,'a:34:{s:7:\"license\";s:15218:\"GNU GENERAL PUBLIC LICENSE\n   Version 2, June 1991\n--------------------------\n\nCopyright (C) 1989, 1991 Free Software Foundation, Inc.\n59 Temple Place, Suite 330, Boston, MA  02111-1307  USA\n\nEveryone is permitted to copy and distribute verbatim copies\nof this license document, but changing it is not allowed.\n\nPreamble\n--------\n\n  The licenses for most software are designed to take away your\nfreedom to share and change it.  By contrast, the GNU General Public\nLicense is intended to guarantee your freedom to share and change free\nsoftware--to make sure the software is free for all its users.  This\nGeneral Public License applies to most of the Free Software\nFoundation\'s software and to any other program whose authors commit to\nusing it.  (Some other Free Software Foundation software is covered by\nthe GNU Library General Public License instead.)  You can apply it to\nyour programs, too.\n\n  When we speak of free software, we are referring to freedom, not\nprice.  Our General Public Licenses are designed to make sure that you\nhave the freedom to distribute copies of free software (and charge for\nthis service if you wish), that you receive source code or can get it\nif you want it, that you can change the software or use pieces of it\nin new free programs; and that you know you can do these things.\n\n  To protect your rights, we need to make restrictions that forbid\nanyone to deny you these rights or to ask you to surrender the rights.\nThese restrictions translate to certain responsibilities for you if you\ndistribute copies of the software, or if you modify it.\n\n  For example, if you distribute copies of such a program, whether\ngratis or for a fee, you must give the recipients all the rights that\nyou have.  You must make sure that they, too, receive or can get the\nsource code.  And you must show them these terms so they know their\nrights.\n\n  We protect your rights with two steps: (1) copyright the software, and\n(2) offer you this license which gives you legal permission to copy,\ndistribute and/or modify the software.\n\n  Also, for each author\'s protection and ours, we want to make certain\nthat everyone understands that there is no warranty for this free\nsoftware.  If the software is modified by someone else and passed on, we\nwant its recipients to know that what they have is not the original, so\nthat any problems introduced by others will not reflect on the original\nauthors\' reputations.\n\n  Finally, any free program is threatened constantly by software\npatents.  We wish to avoid the danger that redistributors of a free\nprogram will individually obtain patent licenses, in effect making the\nprogram proprietary.  To prevent this, we have made it clear that any\npatent must be licensed for everyone\'s free use or not licensed at all.\n\n  The precise terms and conditions for copying, distribution and\nmodification follow.\n\n\nGNU GENERAL PUBLIC LICENSE\nTERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION\n---------------------------------------------------------------\n\n  0. This License applies to any program or other work which contains\na notice placed by the copyright holder saying it may be distributed\nunder the terms of this General Public License.  The \"Program\", below,\nrefers to any such program or work, and a \"work based on the Program\"\nmeans either the Program or any derivative work under copyright law:\nthat is to say, a work containing the Program or a portion of it,\neither verbatim or with modifications and/or translated into another\nlanguage.  (Hereinafter, translation is included without limitation in\nthe term \"modification\".)  Each licensee is addressed as \"you\".\n\nActivities other than copying, distribution and modification are not\ncovered by this License; they are outside its scope.  The act of\nrunning the Program is not restricted, and the output from the Program\nis covered only if its contents constitute a work based on the\nProgram (independent of having been made by running the Program).\nWhether that is true depends on what the Program does.\n\n  1. You may copy and distribute verbatim copies of the Program\'s\nsource code as you receive it, in any medium, provided that you\nconspicuously and appropriately publish on each copy an appropriate\ncopyright notice and disclaimer of warranty; keep intact all the\nnotices that refer to this License and to the absence of any warranty;\nand give any other recipients of the Program a copy of this License\nalong with the Program.\n\nYou may charge a fee for the physical act of transferring a copy, and\nyou may at your option offer warranty protection in exchange for a fee.\n\n  2. You may modify your copy or copies of the Program or any portion\nof it, thus forming a work based on the Program, and copy and\ndistribute such modifications or work under the terms of Section 1\nabove, provided that you also meet all of these conditions:\n\n    a) You must cause the modified files to carry prominent notices\n    stating that you changed the files and the date of any change.\n\n    b) You must cause any work that you distribute or publish, that in\n    whole or in part contains or is derived from the Program or any\n    part thereof, to be licensed as a whole at no charge to all third\n    parties under the terms of this License.\n\n    c) If the modified program normally reads commands interactively\n    when run, you must cause it, when started running for such\n    interactive use in the most ordinary way, to print or display an\n    announcement including an appropriate copyright notice and a\n    notice that there is no warranty (or else, saying that you provide\n    a warranty) and that users may redistribute the program under\n    these conditions, and telling the user how to view a copy of this\n    License.  (Exception: if the Program itself is interactive but\n    does not normally print such an announcement, your work based on\n    the Program is not required to print an announcement.)\n\nThese requirements apply to the modified work as a whole.  If\nidentifiable sections of that work are not derived from the Program,\nand can be reasonably considered independent and separate works in\nthemselves, then this License, and its terms, do not apply to those\nsections when you distribute them as separate works.  But when you\ndistribute the same sections as part of a whole which is a work based\non the Program, the distribution of the whole must be on the terms of\nthis License, whose permissions for other licensees extend to the\nentire whole, and thus to each and every part regardless of who wrote it.\n\nThus, it is not the intent of this section to claim rights or contest\nyour rights to work written entirely by you; rather, the intent is to\nexercise the right to control the distribution of derivative or\ncollective works based on the Program.\n\nIn addition, mere aggregation of another work not based on the Program\nwith the Program (or with a work based on the Program) on a volume of\na storage or distribution medium does not bring the other work under\nthe scope of this License.\n\n  3. You may copy and distribute the Program (or a work based on it,\nunder Section 2) in object code or executable form under the terms of\nSections 1 and 2 above provided that you also do one of the following:\n\n    a) Accompany it with the complete corresponding machine-readable\n    source code, which must be distributed under the terms of Sections\n    1 and 2 above on a medium customarily used for software interchange; or,\n\n    b) Accompany it with a written offer, valid for at least three\n    years, to give any third party, for a charge no more than your\n    cost of physically performing source distribution, a complete\n    machine-readable copy of the corresponding source code, to be\n    distributed under the terms of Sections 1 and 2 above on a medium\n    customarily used for software interchange; or,\n\n    c) Accompany it with the information you received as to the offer\n    to distribute corresponding source code.  (This alternative is\n    allowed only for noncommercial distribution and only if you\n    received the program in object code or executable form with such\n    an offer, in accord with Subsection b above.)\n\nThe source code for a work means the preferred form of the work for\nmaking modifications to it.  For an executable work, complete source\ncode means all the source code for all modules it contains, plus any\nassociated interface definition files, plus the scripts used to\ncontrol compilation and installation of the executable.  However, as a\nspecial exception, the source code distributed need not include\nanything that is normally distributed (in either source or binary\nform) with the major components (compiler, kernel, and so on) of the\noperating system on which the executable runs, unless that component\nitself accompanies the executable.\n\nIf distribution of executable or object code is made by offering\naccess to copy from a designated place, then offering equivalent\naccess to copy the source code from the same place counts as\ndistribution of the source code, even though third parties are not\ncompelled to copy the source along with the object code.\n\n  4. You may not copy, modify, sublicense, or distribute the Program\nexcept as expressly provided under this License.  Any attempt\notherwise to copy, modify, sublicense or distribute the Program is\nvoid, and will automatically terminate your rights under this License.\nHowever, parties who have received copies, or rights, from you under\nthis License will not have their licenses terminated so long as such\nparties remain in full compliance.\n\n  5. You are not required to accept this License, since you have not\nsigned it.  However, nothing else grants you permission to modify or\ndistribute the Program or its derivative works.  These actions are\nprohibited by law if you do not accept this License.  Therefore, by\nmodifying or distributing the Program (or any work based on the\nProgram), you indicate your acceptance of this License to do so, and\nall its terms and conditions for copying, distributing or modifying\nthe Program or works based on it.\n\n  6. Each time you redistribute the Program (or any work based on the\nProgram), the recipient automatically receives a license from the\noriginal licensor to copy, distribute or modify the Program subject to\nthese terms and conditions.  You may not impose any further\nrestrictions on the recipients\' exercise of the rights granted herein.\nYou are not responsible for enforcing compliance by third parties to\nthis License.\n\n  7. If, as a consequence of a court judgment or allegation of patent\ninfringement or for any other reason (not limited to patent issues),\nconditions are imposed on you (whether by court order, agreement or\notherwise) that contradict the conditions of this License, they do not\nexcuse you from the conditions of this License.  If you cannot\ndistribute so as to satisfy simultaneously your obligations under this\nLicense and any other pertinent obligations, then as a consequence you\nmay not distribute the Program at all.  For example, if a patent\nlicense would not permit royalty-free redistribution of the Program by\nall those who receive copies directly or indirectly through you, then\nthe only way you could satisfy both it and this License would be to\nrefrain entirely from distribution of the Program.\n\nIf any portion of this section is held invalid or unenforceable under\nany particular circumstance, the balance of the section is intended to\napply and the section as a whole is intended to apply in other\ncircumstances.\n\nIt is not the purpose of this section to induce you to infringe any\npatents or other property right claims or to contest validity of any\nsuch claims; this section has the sole purpose of protecting the\nintegrity of the free software distribution system, which is\nimplemented by public license practices.  Many people have made\ngenerous contributions to the wide range of software distributed\nthrough that system in reliance on consistent application of that\nsystem; it is up to the author/donor to decide if he or she is willing\nto distribute software through any other system and a licensee cannot\nimpose that choice.\n\nThis section is intended to make thoroughly clear what is believed to\nbe a consequence of the rest of this License.\n\n  8. If the distribution and/or use of the Program is restricted in\ncertain countries either by patents or by copyrighted interfaces, the\noriginal copyright holder who places the Program under this License\nmay add an explicit geographical distribution limitation excluding\nthose countries, so that distribution is permitted only in or among\ncountries not thus excluded.  In such case, this License incorporates\nthe limitation as if written in the body of this License.\n\n  9. The Free Software Foundation may publish revised and/or new versions\nof the General Public License from time to time.  Such new versions will\nbe similar in spirit to the present version, but may differ in detail to\naddress new problems or concerns.\n\nEach version is given a distinguishing version number.  If the Program\nspecifies a version number of this License which applies to it and \"any\nlater version\", you have the option of following the terms and conditions\neither of that version or of any later version published by the Free\nSoftware Foundation.  If the Program does not specify a version number of\nthis License, you may choose any version ever published by the Free Software\nFoundation.\n\n  10. If you wish to incorporate parts of the Program into other free\nprograms whose distribution conditions are different, write to the author\nto ask for permission.  For software which is copyrighted by the Free\nSoftware Foundation, write to the Free Software Foundation; we sometimes\nmake exceptions for this.  Our decision will be guided by the two goals\nof preserving the free status of all derivatives of our free software and\nof promoting the sharing and reuse of software generally.\n\nNO WARRANTY\n-----------\n\n  11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY\nFOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN\nOTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES\nPROVIDE THE PROGRAM \"AS IS\" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED\nOR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\nMERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS\nTO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE\nPROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,\nREPAIR OR CORRECTION.\n\n  12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING\nWILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR\nREDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,\nINCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING\nOUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED\nTO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY\nYOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER\nPROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE\nPOSSIBILITY OF SUCH DAMAGES.\n\n---------------------------\nEND OF TERMS AND CONDITIONS\";s:6:\"readme\";s:328:\"--------------------\nSnippet: getResources\n--------------------\nVersion: 1.5.0-pl\nReleased: June 15, 2012\nSince: December 28, 2009\nAuthor: Jason Coward <jason@modx.com>\n\nA general purpose Resource listing and summarization snippet for MODX Revolution.\n\nOfficial Documentation:\nhttp://docs.modxcms.com/display/ADDON/getResources\n\";s:9:\"changelog\";s:2923:\"Changelog for getResources.\n\ngetResources 1.5.0-pl (June 15, 2012)\n====================================\n- [#58] Add tplCondition/conditionalTpls support\n- [#67] Add odd property\n- [#60] Allow custom delimiters for tvFilters\n- [#63] Give tplFirst/tplLast precedence over tpl_X/tpl_nX\n- Automatically prepare TV values for media-source dependent TVs\n\ngetResources 1.4.2-pl (December 9, 2011)\n====================================\n- [#25] Add new operators to tvFilters\n- [#37] Consider default values with tvFilters\n- [#57] Fix tpl overrides and improve order\n\ngetResources 1.4.1-pl (December 8, 2011)\n====================================\n- [#57] Add support for factor-based tpls\n- [#54], [#55] Fix processTVList feature\n\ngetResources 1.4.0-pl (September 21, 2011)\n====================================\n- [#50] Use children of parents from other contexts\n- [#45] Add dbCacheFlag to control db caching of getCollection, default to false\n- [#49] Allow comma-delimited list of TV names as includeTVList or processTVList\n\ngetResources 1.3.1-pl (July 14, 2011)\n====================================\n- [#43] Allow 0 as idx property\n- [#9] Fix tvFilters grouping\n- [#46] Fix criteria issue with &resources property\n\ngetResources 1.3.0-pl (March 28, 2011)\n====================================\n- [#33] sortbyTVType: Allow numeric and datetime TV sorting via SQL CAST()\n- [#24] Fix typos in list property options\n- [#4] Support multiple sortby fields via JSON object\n- Use get() instead to toArray() if includeContent is false\n- [#22] Add &toSeparatePlaceholders property for splitting output\n\ngetResources 1.2.2-pl (October 18, 2010)\n====================================\n- [#19] Fix sortbyTV returning duplicate rows\n\ngetResources 1.2.1-pl (October 11, 2010)\n====================================\n- Remove inadvertent call to modX::setLogTarget(\'ECHO\')\n\ngetResources 1.2.0-pl (September 25, 2010)\n====================================\n- Fix error when &parents is not set\n- Allow empty &sortby\n- Add ability to sort by a single Template Variable value (or default value)\n\ngetResources 1.1.0-pl (July 30, 2010)\n====================================\n- Added &toPlaceholder property for assigning results to a placeholder\n- Added &resources property for including/excluding specific resources\n- Added &showDeleted property\n- Allow multiple contexts to be passed into &context\n- Added &showUnpublish property\n- Added getresources.core_path reference for easier development\n- [#ADDON-135] Make output separator configurable via outputSeparator property\n- Add where property to allow ad hoc criteria in JSON format\n\ngetResources 1.0.0-ga (December 29, 2009)\n====================================\n- [#ADDON-81] Allow empty tvPrefix property.\n- [#ADDON-89] Allow parents property to have a value of 0.\n- Changed default value of sortbyAlias to empty string and added sortbyEscaped property with default of 0.\n- Added changelog, license, and readme.\";s:9:\"signature\";s:21:\"getresources-1.5.0-pl\";s:13:\"initialConfig\";s:15:\"[object Object]\";s:4:\"text\";s:20:\"Продолжить\";s:2:\"id\";s:19:\"package-install-btn\";s:6:\"hidden\";s:5:\"false\";s:7:\"handler\";s:704:\"function (va) {\n    var g = Ext.getCmp(\"modx-package-grid\");\n    if (!g) {\n        return false;\n    }\n    var r = g.menu.record.data ? g.menu.record.data : g.menu.record;\n    var topic = \"/workspace/package/install/\" + r.signature + \"/\";\n    this.loadConsole(Ext.getBody(), topic);\n    va = va || {};\n    Ext.apply(va, {action: \"install\", signature: r.signature, register: \"mgr\", topic: topic});\n    var c = this.console;\n    MODx.Ajax.request({url: MODx.config.connectors_url + \"workspace/packages.php\", params: va, listeners: {success: {fn: function () {this.activate();Ext.getCmp(\"modx-package-grid\").getStore().load();}, scope: this}, failure: {fn: function () {this.activate();}, scope: this}}});\n}\";s:5:\"scope\";s:15:\"[object Object]\";s:8:\"minWidth\";s:2:\"75\";s:10:\"removeMode\";s:9:\"container\";s:10:\"hideParent\";s:4:\"true\";s:6:\"events\";s:15:\"[object Object]\";s:7:\"ownerCt\";s:15:\"[object Object]\";s:9:\"container\";s:15:\"[object Object]\";s:8:\"rendered\";s:4:\"true\";s:8:\"template\";s:15:\"[object Object]\";s:5:\"btnEl\";s:15:\"[object Object]\";s:4:\"mons\";s:15:\"[object Object]\";s:2:\"el\";s:15:\"[object Object]\";s:4:\"icon\";s:0:\"\";s:7:\"iconCls\";s:0:\"\";s:8:\"boxReady\";s:4:\"true\";s:8:\"lastSize\";s:15:\"[object Object]\";s:11:\"useSetClass\";s:4:\"true\";s:6:\"oldCls\";s:12:\"x-btn-noicon\";s:3:\"doc\";s:15:\"[object Object]\";s:19:\"monitoringMouseOver\";s:4:\"true\";s:6:\"action\";s:7:\"install\";s:8:\"register\";s:3:\"mgr\";s:5:\"topic\";s:49:\"/workspace/package/install/getresources-1.5.0-pl/\";s:12:\"HTTP_MODAUTH\";s:52:\"modx4fc158d9434523.77840502_14fe3ae88b43663.54218525\";s:14:\"package_action\";i:1;}','getResources','a:31:{i:0;a:4:{s:4:\"name\";s:2:\"id\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:24:\"4d556c3db2b083396d000abe\";s:8:\"children\";a:0:{}}i:1;a:4:{s:4:\"name\";s:7:\"package\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:24:\"4d556c3db2b083396d000abe\";s:8:\"children\";a:0:{}}i:2;a:4:{s:4:\"name\";s:12:\"display_name\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:21:\"getresources-1.5.0-pl\";s:8:\"children\";a:0:{}}i:3;a:4:{s:4:\"name\";s:7:\"version\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:5:\"1.5.0\";s:8:\"children\";a:0:{}}i:4;a:4:{s:4:\"name\";s:13:\"version_major\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:1:\"1\";s:8:\"children\";a:0:{}}i:5;a:4:{s:4:\"name\";s:13:\"version_minor\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:1:\"5\";s:8:\"children\";a:0:{}}i:6;a:4:{s:4:\"name\";s:13:\"version_patch\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:1:\"0\";s:8:\"children\";a:0:{}}i:7;a:4:{s:4:\"name\";s:7:\"release\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:2:\"pl\";s:8:\"children\";a:0:{}}i:8;a:4:{s:4:\"name\";s:8:\"vrelease\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:2:\"pl\";s:8:\"children\";a:0:{}}i:9;a:4:{s:4:\"name\";s:14:\"vrelease_index\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:2:\"pl\";s:8:\"children\";a:0:{}}i:10;a:4:{s:4:\"name\";s:6:\"author\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:8:\"opengeek\";s:8:\"children\";a:0:{}}i:11;a:4:{s:4:\"name\";s:11:\"description\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:282:\"<p>This release fixes some issues with Template Variables that use Media Sources, tpl precedence, and introduces some user contributed features:</p><ul><li>Customize the AND and OR delimiters for use in tvFilters</li><li>Custom conditional tpls</li></ul><p></p><p></p><p></p><p></p>\";s:8:\"children\";a:0:{}}i:12;a:4:{s:4:\"name\";s:12:\"instructions\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:37:\"<p>Install via Package Management</p>\";s:8:\"children\";a:0:{}}i:13;a:4:{s:4:\"name\";s:9:\"changelog\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:1153:\"<p><p>getResources 1.5.0-pl (June 15, 2012)</p><p><ul><li>&#91;#58&#93; Add tplCondition/conditionalTpls support</li><li>&#91;#67&#93; Add odd property</li><li>&#91;#60&#93; Allow custom delimiters for tvFilters</li><li>&#91;#63&#93; Give tplFirst/tplLast precedence over tpl_X/tpl_nX</li><li>Automatically prepare TV values for media-source dependent TVs</li></ul></p></p><p>getResources 1.4.2-pl (December 9, 2011)</p><p></p><ul><li>&#91;#25&#93; Add new operators to tvFilters</li><li>&#91;#37&#93; Consider default values with tvFilters</li><li>&#91;#57&#93; Fix tpl overrides and improve order</li></ul><p></p><p></p><p>getResources 1.4.1-pl (December 8, 2011)</p><p></p><ul><li>&#91;#57&#93; Add support for factor-based tpls</li><li>&#91;#54&#93;, &#91;#55&#93; Fix processTVList feature</li></ul><p></p><p></p><p>getResources 1.4.0-pl (September 21, 2011)</p><p></p><ul><li>&#91;#50&#93; Use children of parents from other contexts</li><li>&#91;#45&#93; Add dbCacheFlag to control db caching of getCollection, default to false</li><li>&#91;#49&#93; Allow comma-delimited list of TV names as includeTVList or processTVList</li></ul><p></p><p></p>\";s:8:\"children\";a:0:{}}i:14;a:4:{s:4:\"name\";s:9:\"createdon\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:23:\"2012-06-15 20:17:07 UTC\";s:8:\"children\";a:0:{}}i:15;a:4:{s:4:\"name\";s:10:\"created_by\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:8:\"opengeek\";s:8:\"children\";a:0:{}}i:16;a:3:{s:4:\"name\";s:8:\"editedon\";s:10:\"attributes\";a:0:{}s:8:\"children\";a:0:{}}i:17;a:4:{s:4:\"name\";s:10:\"releasedon\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:23:\"2012-06-15 20:17:07 UTC\";s:8:\"children\";a:0:{}}i:18;a:4:{s:4:\"name\";s:9:\"downloads\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:5:\"60044\";s:8:\"children\";a:0:{}}i:19;a:4:{s:4:\"name\";s:8:\"approved\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:4:\"true\";s:8:\"children\";a:0:{}}i:20;a:4:{s:4:\"name\";s:7:\"audited\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:4:\"true\";s:8:\"children\";a:0:{}}i:21;a:4:{s:4:\"name\";s:8:\"featured\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:4:\"true\";s:8:\"children\";a:0:{}}i:22;a:4:{s:4:\"name\";s:10:\"deprecated\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:5:\"false\";s:8:\"children\";a:0:{}}i:23;a:4:{s:4:\"name\";s:7:\"license\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:5:\"GPLv2\";s:8:\"children\";a:0:{}}i:24;a:3:{s:4:\"name\";s:7:\"smf_url\";s:10:\"attributes\";a:0:{}s:8:\"children\";a:0:{}}i:25;a:4:{s:4:\"name\";s:4:\"name\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:12:\"getResources\";s:8:\"children\";a:0:{}}i:26;a:4:{s:4:\"name\";s:10:\"repository\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:24:\"4d4c3fa6b2b0830da9000001\";s:8:\"children\";a:0:{}}i:27;a:4:{s:4:\"name\";s:8:\"supports\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:3:\"2.0\";s:8:\"children\";a:0:{}}i:28;a:3:{s:4:\"name\";s:10:\"screenshot\";s:10:\"attributes\";a:0:{}s:8:\"children\";a:0:{}}i:29;a:3:{s:4:\"name\";s:4:\"file\";s:10:\"attributes\";a:0:{}s:8:\"children\";a:7:{i:0;a:4:{s:4:\"name\";s:2:\"id\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:24:\"4fdb9848f245547c3c0000c8\";s:8:\"children\";a:0:{}}i:1;a:4:{s:4:\"name\";s:7:\"version\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:24:\"4fdb9843f245547c3c0000c6\";s:8:\"children\";a:0:{}}i:2;a:4:{s:4:\"name\";s:8:\"filename\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:35:\"getresources-1.5.0-pl.transport.zip\";s:8:\"children\";a:0:{}}i:3;a:4:{s:4:\"name\";s:9:\"downloads\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:4:\"1726\";s:8:\"children\";a:0:{}}i:4;a:4:{s:4:\"name\";s:6:\"lastip\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:12:\"82.201.35.23\";s:8:\"children\";a:0:{}}i:5;a:4:{s:4:\"name\";s:9:\"transport\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:4:\"true\";s:8:\"children\";a:0:{}}i:6;a:4:{s:4:\"name\";s:8:\"location\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:60:\"http://modx.com/extras/download/?id=4fdb9848f245547c3c0000c8\";s:8:\"children\";a:0:{}}}}i:30;a:4:{s:4:\"name\";s:17:\"package-signature\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:21:\"getresources-1.5.0-pl\";s:8:\"children\";a:0:{}}}',1,5,0,'pl',0),('phpthumbof-1.3.2-pl','2012-06-24 04:18:03','2012-06-24 18:00:44','2012-06-24 18:00:56',0,1,1,0,'phpthumbof-1.3.2-pl.transport.zip',NULL,'a:3:{s:7:\"license\";s:15218:\"GNU GENERAL PUBLIC LICENSE\n   Version 2, June 1991\n--------------------------\n\nCopyright (C) 1989, 1991 Free Software Foundation, Inc.\n59 Temple Place, Suite 330, Boston, MA  02111-1307  USA\n\nEveryone is permitted to copy and distribute verbatim copies\nof this license document, but changing it is not allowed.\n\nPreamble\n--------\n\n  The licenses for most software are designed to take away your\nfreedom to share and change it.  By contrast, the GNU General Public\nLicense is intended to guarantee your freedom to share and change free\nsoftware--to make sure the software is free for all its users.  This\nGeneral Public License applies to most of the Free Software\nFoundation\'s software and to any other program whose authors commit to\nusing it.  (Some other Free Software Foundation software is covered by\nthe GNU Library General Public License instead.)  You can apply it to\nyour programs, too.\n\n  When we speak of free software, we are referring to freedom, not\nprice.  Our General Public Licenses are designed to make sure that you\nhave the freedom to distribute copies of free software (and charge for\nthis service if you wish), that you receive source code or can get it\nif you want it, that you can change the software or use pieces of it\nin new free programs; and that you know you can do these things.\n\n  To protect your rights, we need to make restrictions that forbid\nanyone to deny you these rights or to ask you to surrender the rights.\nThese restrictions translate to certain responsibilities for you if you\ndistribute copies of the software, or if you modify it.\n\n  For example, if you distribute copies of such a program, whether\ngratis or for a fee, you must give the recipients all the rights that\nyou have.  You must make sure that they, too, receive or can get the\nsource code.  And you must show them these terms so they know their\nrights.\n\n  We protect your rights with two steps: (1) copyright the software, and\n(2) offer you this license which gives you legal permission to copy,\ndistribute and/or modify the software.\n\n  Also, for each author\'s protection and ours, we want to make certain\nthat everyone understands that there is no warranty for this free\nsoftware.  If the software is modified by someone else and passed on, we\nwant its recipients to know that what they have is not the original, so\nthat any problems introduced by others will not reflect on the original\nauthors\' reputations.\n\n  Finally, any free program is threatened constantly by software\npatents.  We wish to avoid the danger that redistributors of a free\nprogram will individually obtain patent licenses, in effect making the\nprogram proprietary.  To prevent this, we have made it clear that any\npatent must be licensed for everyone\'s free use or not licensed at all.\n\n  The precise terms and conditions for copying, distribution and\nmodification follow.\n\n\nGNU GENERAL PUBLIC LICENSE\nTERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION\n---------------------------------------------------------------\n\n  0. This License applies to any program or other work which contains\na notice placed by the copyright holder saying it may be distributed\nunder the terms of this General Public License.  The \"Program\", below,\nrefers to any such program or work, and a \"work based on the Program\"\nmeans either the Program or any derivative work under copyright law:\nthat is to say, a work containing the Program or a portion of it,\neither verbatim or with modifications and/or translated into another\nlanguage.  (Hereinafter, translation is included without limitation in\nthe term \"modification\".)  Each licensee is addressed as \"you\".\n\nActivities other than copying, distribution and modification are not\ncovered by this License; they are outside its scope.  The act of\nrunning the Program is not restricted, and the output from the Program\nis covered only if its contents constitute a work based on the\nProgram (independent of having been made by running the Program).\nWhether that is true depends on what the Program does.\n\n  1. You may copy and distribute verbatim copies of the Program\'s\nsource code as you receive it, in any medium, provided that you\nconspicuously and appropriately publish on each copy an appropriate\ncopyright notice and disclaimer of warranty; keep intact all the\nnotices that refer to this License and to the absence of any warranty;\nand give any other recipients of the Program a copy of this License\nalong with the Program.\n\nYou may charge a fee for the physical act of transferring a copy, and\nyou may at your option offer warranty protection in exchange for a fee.\n\n  2. You may modify your copy or copies of the Program or any portion\nof it, thus forming a work based on the Program, and copy and\ndistribute such modifications or work under the terms of Section 1\nabove, provided that you also meet all of these conditions:\n\n    a) You must cause the modified files to carry prominent notices\n    stating that you changed the files and the date of any change.\n\n    b) You must cause any work that you distribute or publish, that in\n    whole or in part contains or is derived from the Program or any\n    part thereof, to be licensed as a whole at no charge to all third\n    parties under the terms of this License.\n\n    c) If the modified program normally reads commands interactively\n    when run, you must cause it, when started running for such\n    interactive use in the most ordinary way, to print or display an\n    announcement including an appropriate copyright notice and a\n    notice that there is no warranty (or else, saying that you provide\n    a warranty) and that users may redistribute the program under\n    these conditions, and telling the user how to view a copy of this\n    License.  (Exception: if the Program itself is interactive but\n    does not normally print such an announcement, your work based on\n    the Program is not required to print an announcement.)\n\nThese requirements apply to the modified work as a whole.  If\nidentifiable sections of that work are not derived from the Program,\nand can be reasonably considered independent and separate works in\nthemselves, then this License, and its terms, do not apply to those\nsections when you distribute them as separate works.  But when you\ndistribute the same sections as part of a whole which is a work based\non the Program, the distribution of the whole must be on the terms of\nthis License, whose permissions for other licensees extend to the\nentire whole, and thus to each and every part regardless of who wrote it.\n\nThus, it is not the intent of this section to claim rights or contest\nyour rights to work written entirely by you; rather, the intent is to\nexercise the right to control the distribution of derivative or\ncollective works based on the Program.\n\nIn addition, mere aggregation of another work not based on the Program\nwith the Program (or with a work based on the Program) on a volume of\na storage or distribution medium does not bring the other work under\nthe scope of this License.\n\n  3. You may copy and distribute the Program (or a work based on it,\nunder Section 2) in object code or executable form under the terms of\nSections 1 and 2 above provided that you also do one of the following:\n\n    a) Accompany it with the complete corresponding machine-readable\n    source code, which must be distributed under the terms of Sections\n    1 and 2 above on a medium customarily used for software interchange; or,\n\n    b) Accompany it with a written offer, valid for at least three\n    years, to give any third party, for a charge no more than your\n    cost of physically performing source distribution, a complete\n    machine-readable copy of the corresponding source code, to be\n    distributed under the terms of Sections 1 and 2 above on a medium\n    customarily used for software interchange; or,\n\n    c) Accompany it with the information you received as to the offer\n    to distribute corresponding source code.  (This alternative is\n    allowed only for noncommercial distribution and only if you\n    received the program in object code or executable form with such\n    an offer, in accord with Subsection b above.)\n\nThe source code for a work means the preferred form of the work for\nmaking modifications to it.  For an executable work, complete source\ncode means all the source code for all modules it contains, plus any\nassociated interface definition files, plus the scripts used to\ncontrol compilation and installation of the executable.  However, as a\nspecial exception, the source code distributed need not include\nanything that is normally distributed (in either source or binary\nform) with the major components (compiler, kernel, and so on) of the\noperating system on which the executable runs, unless that component\nitself accompanies the executable.\n\nIf distribution of executable or object code is made by offering\naccess to copy from a designated place, then offering equivalent\naccess to copy the source code from the same place counts as\ndistribution of the source code, even though third parties are not\ncompelled to copy the source along with the object code.\n\n  4. You may not copy, modify, sublicense, or distribute the Program\nexcept as expressly provided under this License.  Any attempt\notherwise to copy, modify, sublicense or distribute the Program is\nvoid, and will automatically terminate your rights under this License.\nHowever, parties who have received copies, or rights, from you under\nthis License will not have their licenses terminated so long as such\nparties remain in full compliance.\n\n  5. You are not required to accept this License, since you have not\nsigned it.  However, nothing else grants you permission to modify or\ndistribute the Program or its derivative works.  These actions are\nprohibited by law if you do not accept this License.  Therefore, by\nmodifying or distributing the Program (or any work based on the\nProgram), you indicate your acceptance of this License to do so, and\nall its terms and conditions for copying, distributing or modifying\nthe Program or works based on it.\n\n  6. Each time you redistribute the Program (or any work based on the\nProgram), the recipient automatically receives a license from the\noriginal licensor to copy, distribute or modify the Program subject to\nthese terms and conditions.  You may not impose any further\nrestrictions on the recipients\' exercise of the rights granted herein.\nYou are not responsible for enforcing compliance by third parties to\nthis License.\n\n  7. If, as a consequence of a court judgment or allegation of patent\ninfringement or for any other reason (not limited to patent issues),\nconditions are imposed on you (whether by court order, agreement or\notherwise) that contradict the conditions of this License, they do not\nexcuse you from the conditions of this License.  If you cannot\ndistribute so as to satisfy simultaneously your obligations under this\nLicense and any other pertinent obligations, then as a consequence you\nmay not distribute the Program at all.  For example, if a patent\nlicense would not permit royalty-free redistribution of the Program by\nall those who receive copies directly or indirectly through you, then\nthe only way you could satisfy both it and this License would be to\nrefrain entirely from distribution of the Program.\n\nIf any portion of this section is held invalid or unenforceable under\nany particular circumstance, the balance of the section is intended to\napply and the section as a whole is intended to apply in other\ncircumstances.\n\nIt is not the purpose of this section to induce you to infringe any\npatents or other property right claims or to contest validity of any\nsuch claims; this section has the sole purpose of protecting the\nintegrity of the free software distribution system, which is\nimplemented by public license practices.  Many people have made\ngenerous contributions to the wide range of software distributed\nthrough that system in reliance on consistent application of that\nsystem; it is up to the author/donor to decide if he or she is willing\nto distribute software through any other system and a licensee cannot\nimpose that choice.\n\nThis section is intended to make thoroughly clear what is believed to\nbe a consequence of the rest of this License.\n\n  8. If the distribution and/or use of the Program is restricted in\ncertain countries either by patents or by copyrighted interfaces, the\noriginal copyright holder who places the Program under this License\nmay add an explicit geographical distribution limitation excluding\nthose countries, so that distribution is permitted only in or among\ncountries not thus excluded.  In such case, this License incorporates\nthe limitation as if written in the body of this License.\n\n  9. The Free Software Foundation may publish revised and/or new versions\nof the General Public License from time to time.  Such new versions will\nbe similar in spirit to the present version, but may differ in detail to\naddress new problems or concerns.\n\nEach version is given a distinguishing version number.  If the Program\nspecifies a version number of this License which applies to it and \"any\nlater version\", you have the option of following the terms and conditions\neither of that version or of any later version published by the Free\nSoftware Foundation.  If the Program does not specify a version number of\nthis License, you may choose any version ever published by the Free Software\nFoundation.\n\n  10. If you wish to incorporate parts of the Program into other free\nprograms whose distribution conditions are different, write to the author\nto ask for permission.  For software which is copyrighted by the Free\nSoftware Foundation, write to the Free Software Foundation; we sometimes\nmake exceptions for this.  Our decision will be guided by the two goals\nof preserving the free status of all derivatives of our free software and\nof promoting the sharing and reuse of software generally.\n\nNO WARRANTY\n-----------\n\n  11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY\nFOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN\nOTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES\nPROVIDE THE PROGRAM \"AS IS\" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED\nOR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\nMERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS\nTO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE\nPROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,\nREPAIR OR CORRECTION.\n\n  12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING\nWILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR\nREDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,\nINCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING\nOUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED\nTO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY\nYOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER\nPROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE\nPOSSIBILITY OF SUCH DAMAGES.\n\n---------------------------\nEND OF TERMS AND CONDITIONS\";s:6:\"readme\";s:404:\"--------------------\nSnippet: phpthumbof\n--------------------\nCreated: November 3rd, 2010\nAuthor: Shaun McCormick <shaun@modx.com>\nLicense: GNU GPLv2 (or later at your option)\n\nA custom, secure output filter for phpThumb.\n\nUsage:\n\n[[+imageUrl:phpthumb=`w=234&h=123&zc=1`]]\n\nAny phpThumb-compatable config options can be passed into the filter.\n\nThanks for using phpThumbOf!\nShaun McCormick\nshaun@modx.com\";s:9:\"changelog\";s:1945:\"Changelog for phpThumbOf package.\n\n\nphpThumbOf 1.3.2\n=====================================\n- Rollback 1.3.1 fix due to issues\n\nphpThumbOf 1.3.1\n=====================================\n- Fix for 2.2 base path prefixing\n\nphpThumbOf 1.3.0\n=====================================\n- [#29] Fix issue with caching of thumbnails always being forced\n- [#26] Add phpthumbof.cache_url setting for setting caching URLs outside of the main domain\n- [#28] Fix issue where image with query string on URL would not render\n- Revamp phpThumbOf to more OOP approach for easier debugging and quicker loads\n- [#27] Fix double slash issue with absolute cache paths\n\nphpThumbOf 1.2.2\n=====================================\n- [#21] Fix issue with file permissions on shared servers that have incorrect umask settings\n- [#23] Fix issue with expiry and S3 thumbnails\n- [#24] Respect s3hostAlias parameter for new thumbnails on S3\n\nphpThumbOf 1.2.1\n=====================================\n- [#14] Cloak path of generated thumbnail to prevent linking to source image\n- [#20] Added phpthumbof.cache_path setting for overriding the default cache path\n\nphpThumbOf 1.2.0\n=====================================\n- [#12] Fix issue where multiple fltr calls were not working, allow parameters with [] in their names\n- [#18] If output format is not specified, try to determine format from the original file extension\n- [#16] Avoid invalid file paths in HTML5\n\nphpThumbOf 1.1.0\n=====================================\n- [#8] Add phpthumbof.s3_host_alias setting to allow setting a CNAME alias for s3 url\n- [#10] Add fix to use modx base path rather than phpThumb default of document_root\n- [#9] Add fix for shared hosting environments using host dir aliasing\n- [#7] Add extra support for suphp by adding chmod statement to cache file\n\nphpThumbOf 1.0.0\n=====================================\n- Added Amazon S3 support\n- Added plugin to clear thumb cache when clearing site cache\n- Initial commit\";}','phpThumbOf','a:31:{i:0;a:4:{s:4:\"name\";s:2:\"id\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:24:\"4d556cf6b2b083396d000f0e\";s:8:\"children\";a:0:{}}i:1;a:4:{s:4:\"name\";s:7:\"package\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:24:\"4d556cf6b2b083396d000f0e\";s:8:\"children\";a:0:{}}i:2;a:4:{s:4:\"name\";s:12:\"display_name\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:19:\"phpthumbof-1.3.2-pl\";s:8:\"children\";a:0:{}}i:3;a:4:{s:4:\"name\";s:7:\"version\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:5:\"1.3.2\";s:8:\"children\";a:0:{}}i:4;a:4:{s:4:\"name\";s:13:\"version_major\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:1:\"1\";s:8:\"children\";a:0:{}}i:5;a:4:{s:4:\"name\";s:13:\"version_minor\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:1:\"3\";s:8:\"children\";a:0:{}}i:6;a:4:{s:4:\"name\";s:13:\"version_patch\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:1:\"2\";s:8:\"children\";a:0:{}}i:7;a:4:{s:4:\"name\";s:7:\"release\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:2:\"pl\";s:8:\"children\";a:0:{}}i:8;a:4:{s:4:\"name\";s:8:\"vrelease\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:2:\"pl\";s:8:\"children\";a:0:{}}i:9;a:4:{s:4:\"name\";s:14:\"vrelease_index\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:2:\"pl\";s:8:\"children\";a:0:{}}i:10;a:4:{s:4:\"name\";s:6:\"author\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:12:\"splittingred\";s:8:\"children\";a:0:{}}i:11;a:4:{s:4:\"name\";s:11:\"description\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:287:\"<p>A custom, secure output filter for phpThumb. Any phpThumb-compatable config options can be passed into parameter of the filter.</p>\n<p>See the official documentation at:&nbsp;<a href=\"http://rtfm.modx.com/display/ADDON/phpThumbOf\">http://rtfm.modx.com/display/ADDON/phpThumbOf</a></p>\";s:8:\"children\";a:0:{}}i:12;a:4:{s:4:\"name\";s:12:\"instructions\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:38:\"<p>Install via Package Management.</p>\";s:8:\"children\";a:0:{}}i:13;a:4:{s:4:\"name\";s:9:\"changelog\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:2671:\"<p style=\"padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; \"><b>New in 1.3.2</b></p><ul><li>Fix path prefixing and abs issue with v1.3.1</li></ul><p></p><p style=\"padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; \"><b>New in 1.3.1</b></p><ul><li>Fix for Revo 2.2 base path prefixing</li></ul><p></p><p style=\"padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; \"><b>New in 1.3.0</b></p><ul><li>&#91;#29&#93; Fix issue with caching of thumbnails always being forced</li><li>&#91;#26&#93; Add phpthumbof.cache_url setting for setting caching URLs outside of the main domain</li><li>&#91;#28&#93; Fix issue where image with query string on URL would not render</li><li>Revamp phpThumbOf to more OOP approach for easier debugging and quicker loads</li><li>&#91;#27&#93; Fix double slash issue with absolute cache paths</li></ul><p></p><p style=\"padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; \"><b>New in 1.2.2</b></p><ul><li>&#91;#21&#93; Fix issue with file permissions on shared servers that have incorrect umask settings</li><li>&#91;#23&#93; Fix issue with expiry and S3 thumbnails</li><li>&#91;#24&#93; Respect s3hostAlias parameter for new thumbnails on S3</li></ul><p></p><p style=\"padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; \"><b>New in 1.2.1</b></p><ul><li>&#91;#14&#93; Cloak path of generated thumbnail to prevent linking to source image</li><li>&#91;#20&#93; Added phpthumbof.cache_path setting for overriding the default cache path</li></ul><p></p><p style=\"padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; \"><b>New in 1.2.0</b></p><ul><li>&#91;#12&#93; Fix issue where multiple fltr calls were not working, allow parameters with &#91;&#93; in their names</li><li>&#91;#18&#93; If output format is not specified, try to determine format from the original file extension</li><li>&#91;#16&#93; Avoid invalid file paths in HTML5</li></ul><p></p><p style=\"padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; \"><b>New in 1.1.0</b></p>\n<ul>\n  <li>&#91;#8&#93; Add phpthumbof.s3_host_alias setting to allow setting a CNAME alias for s3 url</li>\n  <li>&#91;#10&#93; Add fix to use modx base path rather than phpThumb default of document_root</li>\n  <li>&#91;#9&#93; Add fix for shared hosting environments using host dir aliasing</li>\n  <li>&#91;#7&#93; Add extra support for suphp by adding chmod statement to cache file</li>\n  <li>Added Amazon S3 support for storing cached thumbnails</li>\n  <li>Added plugin to clear thumb cache when clearing site cache</li>\n</ul>\";s:8:\"children\";a:0:{}}i:14;a:4:{s:4:\"name\";s:9:\"createdon\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:23:\"2012-03-06 21:13:48 UTC\";s:8:\"children\";a:0:{}}i:15;a:4:{s:4:\"name\";s:10:\"created_by\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:12:\"splittingred\";s:8:\"children\";a:0:{}}i:16;a:3:{s:4:\"name\";s:8:\"editedon\";s:10:\"attributes\";a:0:{}s:8:\"children\";a:0:{}}i:17;a:4:{s:4:\"name\";s:10:\"releasedon\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:23:\"2012-03-06 21:13:48 UTC\";s:8:\"children\";a:0:{}}i:18;a:4:{s:4:\"name\";s:9:\"downloads\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:5:\"20949\";s:8:\"children\";a:0:{}}i:19;a:4:{s:4:\"name\";s:8:\"approved\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:4:\"true\";s:8:\"children\";a:0:{}}i:20;a:4:{s:4:\"name\";s:7:\"audited\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:4:\"true\";s:8:\"children\";a:0:{}}i:21;a:4:{s:4:\"name\";s:8:\"featured\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:4:\"true\";s:8:\"children\";a:0:{}}i:22;a:4:{s:4:\"name\";s:10:\"deprecated\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:5:\"false\";s:8:\"children\";a:0:{}}i:23;a:4:{s:4:\"name\";s:7:\"license\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:5:\"GPLv2\";s:8:\"children\";a:0:{}}i:24;a:3:{s:4:\"name\";s:7:\"smf_url\";s:10:\"attributes\";a:0:{}s:8:\"children\";a:0:{}}i:25;a:4:{s:4:\"name\";s:4:\"name\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:10:\"phpThumbOf\";s:8:\"children\";a:0:{}}i:26;a:4:{s:4:\"name\";s:10:\"repository\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:24:\"4d4c3fa6b2b0830da9000001\";s:8:\"children\";a:0:{}}i:27;a:4:{s:4:\"name\";s:8:\"supports\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:3:\"2.0\";s:8:\"children\";a:0:{}}i:28;a:3:{s:4:\"name\";s:10:\"screenshot\";s:10:\"attributes\";a:0:{}s:8:\"children\";a:0:{}}i:29;a:3:{s:4:\"name\";s:4:\"file\";s:10:\"attributes\";a:0:{}s:8:\"children\";a:7:{i:0;a:4:{s:4:\"name\";s:2:\"id\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:24:\"4f567e0ff245541f97000071\";s:8:\"children\";a:0:{}}i:1;a:4:{s:4:\"name\";s:7:\"version\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:24:\"4f567e0cf245541f9700006f\";s:8:\"children\";a:0:{}}i:2;a:4:{s:4:\"name\";s:8:\"filename\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:33:\"phpthumbof-1.3.2-pl.transport.zip\";s:8:\"children\";a:0:{}}i:3;a:4:{s:4:\"name\";s:9:\"downloads\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:4:\"5278\";s:8:\"children\";a:0:{}}i:4;a:4:{s:4:\"name\";s:6:\"lastip\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:13:\"80.69.171.132\";s:8:\"children\";a:0:{}}i:5;a:4:{s:4:\"name\";s:9:\"transport\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:4:\"true\";s:8:\"children\";a:0:{}}i:6;a:4:{s:4:\"name\";s:8:\"location\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:60:\"http://modx.com/extras/download/?id=4f567e0ff245541f97000071\";s:8:\"children\";a:0:{}}}}i:30;a:4:{s:4:\"name\";s:17:\"package-signature\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:19:\"phpthumbof-1.3.2-pl\";s:8:\"children\";a:0:{}}}',1,3,2,'pl',0),('supercache-1.0.0-pl','2012-07-12 10:08:41','2012-07-12 10:11:35','2012-07-12 10:10:19',0,1,1,0,'supercache-1.0.0-pl.transport.zip',NULL,'a:35:{s:7:\"license\";s:15504:\"GNU GENERAL PUBLIC LICENSE\r\n   Version 2, June 1991\r\n--------------------------\r\n\r\nCopyright (C) 1989, 1991 Free Software Foundation, Inc.\r\n59 Temple Place, Suite 330, Boston, MA  02111-1307  USA\r\n\r\nEveryone is permitted to copy and distribute verbatim copies\r\nof this license document, but changing it is not allowed.\r\n\r\nPreamble\r\n--------\r\n\r\n  The licenses for most software are designed to take away your\r\nfreedom to share and change it.  By contrast, the GNU General Public\r\nLicense is intended to guarantee your freedom to share and change free\r\nsoftware--to make sure the software is free for all its users.  This\r\nGeneral Public License applies to most of the Free Software\r\nFoundation\'s software and to any other program whose authors commit to\r\nusing it.  (Some other Free Software Foundation software is covered by\r\nthe GNU Library General Public License instead.)  You can apply it to\r\nyour programs, too.\r\n\r\n  When we speak of free software, we are referring to freedom, not\r\nprice.  Our General Public Licenses are designed to make sure that you\r\nhave the freedom to distribute copies of free software (and charge for\r\nthis service if you wish), that you receive source code or can get it\r\nif you want it, that you can change the software or use pieces of it\r\nin new free programs; and that you know you can do these things.\r\n\r\n  To protect your rights, we need to make restrictions that forbid\r\nanyone to deny you these rights or to ask you to surrender the rights.\r\nThese restrictions translate to certain responsibilities for you if you\r\ndistribute copies of the software, or if you modify it.\r\n\r\n  For example, if you distribute copies of such a program, whether\r\ngratis or for a fee, you must give the recipients all the rights that\r\nyou have.  You must make sure that they, too, receive or can get the\r\nsource code.  And you must show them these terms so they know their\r\nrights.\r\n\r\n  We protect your rights with two steps: (1) copyright the software, and\r\n(2) offer you this license which gives you legal permission to copy,\r\ndistribute and/or modify the software.\r\n\r\n  Also, for each author\'s protection and ours, we want to make certain\r\nthat everyone understands that there is no warranty for this free\r\nsoftware.  If the software is modified by someone else and passed on, we\r\nwant its recipients to know that what they have is not the original, so\r\nthat any problems introduced by others will not reflect on the original\r\nauthors\' reputations.\r\n\r\n  Finally, any free program is threatened constantly by software\r\npatents.  We wish to avoid the danger that redistributors of a free\r\nprogram will individually obtain patent licenses, in effect making the\r\nprogram proprietary.  To prevent this, we have made it clear that any\r\npatent must be licensed for everyone\'s free use or not licensed at all.\r\n\r\n  The precise terms and conditions for copying, distribution and\r\nmodification follow.\r\n\r\n\r\nGNU GENERAL PUBLIC LICENSE\r\nTERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION\r\n---------------------------------------------------------------\r\n\r\n  0. This License applies to any program or other work which contains\r\na notice placed by the copyright holder saying it may be distributed\r\nunder the terms of this General Public License.  The \"Program\", below,\r\nrefers to any such program or work, and a \"work based on the Program\"\r\nmeans either the Program or any derivative work under copyright law:\r\nthat is to say, a work containing the Program or a portion of it,\r\neither verbatim or with modifications and/or translated into another\r\nlanguage.  (Hereinafter, translation is included without limitation in\r\nthe term \"modification\".)  Each licensee is addressed as \"you\".\r\n\r\nActivities other than copying, distribution and modification are not\r\ncovered by this License; they are outside its scope.  The act of\r\nrunning the Program is not restricted, and the output from the Program\r\nis covered only if its contents constitute a work based on the\r\nProgram (independent of having been made by running the Program).\r\nWhether that is true depends on what the Program does.\r\n\r\n  1. You may copy and distribute verbatim copies of the Program\'s\r\nsource code as you receive it, in any medium, provided that you\r\nconspicuously and appropriately publish on each copy an appropriate\r\ncopyright notice and disclaimer of warranty; keep intact all the\r\nnotices that refer to this License and to the absence of any warranty;\r\nand give any other recipients of the Program a copy of this License\r\nalong with the Program.\r\n\r\nYou may charge a fee for the physical act of transferring a copy, and\r\nyou may at your option offer warranty protection in exchange for a fee.\r\n\r\n  2. You may modify your copy or copies of the Program or any portion\r\nof it, thus forming a work based on the Program, and copy and\r\ndistribute such modifications or work under the terms of Section 1\r\nabove, provided that you also meet all of these conditions:\r\n\r\n    a) You must cause the modified files to carry prominent notices\r\n    stating that you changed the files and the date of any change.\r\n\r\n    b) You must cause any work that you distribute or publish, that in\r\n    whole or in part contains or is derived from the Program or any\r\n    part thereof, to be licensed as a whole at no charge to all third\r\n    parties under the terms of this License.\r\n\r\n    c) If the modified program normally reads commands interactively\r\n    when run, you must cause it, when started running for such\r\n    interactive use in the most ordinary way, to print or display an\r\n    announcement including an appropriate copyright notice and a\r\n    notice that there is no warranty (or else, saying that you provide\r\n    a warranty) and that users may redistribute the program under\r\n    these conditions, and telling the user how to view a copy of this\r\n    License.  (Exception: if the Program itself is interactive but\r\n    does not normally print such an announcement, your work based on\r\n    the Program is not required to print an announcement.)\r\n\r\nThese requirements apply to the modified work as a whole.  If\r\nidentifiable sections of that work are not derived from the Program,\r\nand can be reasonably considered independent and separate works in\r\nthemselves, then this License, and its terms, do not apply to those\r\nsections when you distribute them as separate works.  But when you\r\ndistribute the same sections as part of a whole which is a work based\r\non the Program, the distribution of the whole must be on the terms of\r\nthis License, whose permissions for other licensees extend to the\r\nentire whole, and thus to each and every part regardless of who wrote it.\r\n\r\nThus, it is not the intent of this section to claim rights or contest\r\nyour rights to work written entirely by you; rather, the intent is to\r\nexercise the right to control the distribution of derivative or\r\ncollective works based on the Program.\r\n\r\nIn addition, mere aggregation of another work not based on the Program\r\nwith the Program (or with a work based on the Program) on a volume of\r\na storage or distribution medium does not bring the other work under\r\nthe scope of this License.\r\n\r\n  3. You may copy and distribute the Program (or a work based on it,\r\nunder Section 2) in object code or executable form under the terms of\r\nSections 1 and 2 above provided that you also do one of the following:\r\n\r\n    a) Accompany it with the complete corresponding machine-readable\r\n    source code, which must be distributed under the terms of Sections\r\n    1 and 2 above on a medium customarily used for software interchange; or,\r\n\r\n    b) Accompany it with a written offer, valid for at least three\r\n    years, to give any third party, for a charge no more than your\r\n    cost of physically performing source distribution, a complete\r\n    machine-readable copy of the corresponding source code, to be\r\n    distributed under the terms of Sections 1 and 2 above on a medium\r\n    customarily used for software interchange; or,\r\n\r\n    c) Accompany it with the information you received as to the offer\r\n    to distribute corresponding source code.  (This alternative is\r\n    allowed only for noncommercial distribution and only if you\r\n    received the program in object code or executable form with such\r\n    an offer, in accord with Subsection b above.)\r\n\r\nThe source code for a work means the preferred form of the work for\r\nmaking modifications to it.  For an executable work, complete source\r\ncode means all the source code for all modules it contains, plus any\r\nassociated interface definition files, plus the scripts used to\r\ncontrol compilation and installation of the executable.  However, as a\r\nspecial exception, the source code distributed need not include\r\nanything that is normally distributed (in either source or binary\r\nform) with the major components (compiler, kernel, and so on) of the\r\noperating system on which the executable runs, unless that component\r\nitself accompanies the executable.\r\n\r\nIf distribution of executable or object code is made by offering\r\naccess to copy from a designated place, then offering equivalent\r\naccess to copy the source code from the same place counts as\r\ndistribution of the source code, even though third parties are not\r\ncompelled to copy the source along with the object code.\r\n\r\n  4. You may not copy, modify, sublicense, or distribute the Program\r\nexcept as expressly provided under this License.  Any attempt\r\notherwise to copy, modify, sublicense or distribute the Program is\r\nvoid, and will automatically terminate your rights under this License.\r\nHowever, parties who have received copies, or rights, from you under\r\nthis License will not have their licenses terminated so long as such\r\nparties remain in full compliance.\r\n\r\n  5. You are not required to accept this License, since you have not\r\nsigned it.  However, nothing else grants you permission to modify or\r\ndistribute the Program or its derivative works.  These actions are\r\nprohibited by law if you do not accept this License.  Therefore, by\r\nmodifying or distributing the Program (or any work based on the\r\nProgram), you indicate your acceptance of this License to do so, and\r\nall its terms and conditions for copying, distributing or modifying\r\nthe Program or works based on it.\r\n\r\n  6. Each time you redistribute the Program (or any work based on the\r\nProgram), the recipient automatically receives a license from the\r\noriginal licensor to copy, distribute or modify the Program subject to\r\nthese terms and conditions.  You may not impose any further\r\nrestrictions on the recipients\' exercise of the rights granted herein.\r\nYou are not responsible for enforcing compliance by third parties to\r\nthis License.\r\n\r\n  7. If, as a consequence of a court judgment or allegation of patent\r\ninfringement or for any other reason (not limited to patent issues),\r\nconditions are imposed on you (whether by court order, agreement or\r\notherwise) that contradict the conditions of this License, they do not\r\nexcuse you from the conditions of this License.  If you cannot\r\ndistribute so as to satisfy simultaneously your obligations under this\r\nLicense and any other pertinent obligations, then as a consequence you\r\nmay not distribute the Program at all.  For example, if a patent\r\nlicense would not permit royalty-free redistribution of the Program by\r\nall those who receive copies directly or indirectly through you, then\r\nthe only way you could satisfy both it and this License would be to\r\nrefrain entirely from distribution of the Program.\r\n\r\nIf any portion of this section is held invalid or unenforceable under\r\nany particular circumstance, the balance of the section is intended to\r\napply and the section as a whole is intended to apply in other\r\ncircumstances.\r\n\r\nIt is not the purpose of this section to induce you to infringe any\r\npatents or other property right claims or to contest validity of any\r\nsuch claims; this section has the sole purpose of protecting the\r\nintegrity of the free software distribution system, which is\r\nimplemented by public license practices.  Many people have made\r\ngenerous contributions to the wide range of software distributed\r\nthrough that system in reliance on consistent application of that\r\nsystem; it is up to the author/donor to decide if he or she is willing\r\nto distribute software through any other system and a licensee cannot\r\nimpose that choice.\r\n\r\nThis section is intended to make thoroughly clear what is believed to\r\nbe a consequence of the rest of this License.\r\n\r\n  8. If the distribution and/or use of the Program is restricted in\r\ncertain countries either by patents or by copyrighted interfaces, the\r\noriginal copyright holder who places the Program under this License\r\nmay add an explicit geographical distribution limitation excluding\r\nthose countries, so that distribution is permitted only in or among\r\ncountries not thus excluded.  In such case, this License incorporates\r\nthe limitation as if written in the body of this License.\r\n\r\n  9. The Free Software Foundation may publish revised and/or new versions\r\nof the General Public License from time to time.  Such new versions will\r\nbe similar in spirit to the present version, but may differ in detail to\r\naddress new problems or concerns.\r\n\r\nEach version is given a distinguishing version number.  If the Program\r\nspecifies a version number of this License which applies to it and \"any\r\nlater version\", you have the option of following the terms and conditions\r\neither of that version or of any later version published by the Free\r\nSoftware Foundation.  If the Program does not specify a version number of\r\nthis License, you may choose any version ever published by the Free Software\r\nFoundation.\r\n\r\n  10. If you wish to incorporate parts of the Program into other free\r\nprograms whose distribution conditions are different, write to the author\r\nto ask for permission.  For software which is copyrighted by the Free\r\nSoftware Foundation, write to the Free Software Foundation; we sometimes\r\nmake exceptions for this.  Our decision will be guided by the two goals\r\nof preserving the free status of all derivatives of our free software and\r\nof promoting the sharing and reuse of software generally.\r\n\r\nNO WARRANTY\r\n-----------\r\n\r\n  11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY\r\nFOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN\r\nOTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES\r\nPROVIDE THE PROGRAM \"AS IS\" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED\r\nOR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r\nMERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS\r\nTO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE\r\nPROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,\r\nREPAIR OR CORRECTION.\r\n\r\n  12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING\r\nWILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR\r\nREDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,\r\nINCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING\r\nOUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED\r\nTO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY\r\nYOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER\r\nPROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE\r\nPOSSIBILITY OF SUCH DAMAGES.\r\n\r\n---------------------------\r\nEND OF TERMS AND CONDITIONS\";s:6:\"readme\";s:1384:\"--------------------\r\nSuperCache\r\n--------------------\r\nVersion: 1.0 pl\r\nDate: February 3, 2011\r\nAuthor: Joshua Gulledge <jgulledge19@hotmail.com>\r\nLicense: GNU GPLv2 (or later at your option)\r\n\r\nSuperCache is a plugin for MODX Revolution that will allow you to eliminate text processing of pages\r\ntherefore possibly speeding them up significantly.  Note MODX Revolution already uses a cache\r\nsystem to speed up page load times, this plugin uses the same cache system but in a different way\r\nto deliver even faster page loads if you have moderate to complex templates.\r\n\r\nInstall:\r\n- Install via the MODX Revolution package management\r\n    verify that OnDocFormSave, OnLoadWebDocument, OnWebPagePrerender are selected.\r\n- Optionally for even more configuration settings create the following TV to use:\r\n    a. Create a TV with the following values:\r\n        General Info Tab:\r\n            Variable Name: supercache_timeLimit\r\n            Caption: SuperCache time limit\r\n            Description: Set to 0 to use the System Config value otherwise, put time in seconds that you wish to have this page cached.\r\n        Input Options Tab:\r\n            Input Type: Number\r\n            Default Value: 0\r\n            Allow Decimals: No\r\n\r\n\r\n================================================================\r\n\r\nThanks for using SuperCache and hopefully you will find this useful!\r\nJosh Gulledge\";s:9:\"changelog\";s:382:\"1.0 pl 2/3/2012\r\n==========================\r\n - [#1] modified OnDocFormSave case is plugin for 2.2\r\n\r\n==========================\r\n1.0 rc1 1/16/2012 \r\n - Released as an extra in the MODX extras.\r\n - created build script for auto install via packagemanager. \r\n \r\n==========================\r\n1.0 beta2 12/8/2011 \r\n - added ip stuff to allow for different internal and exturnal caches. \";s:13:\"setup-options\";s:37:\"supercache-1.0.0-pl/setup-options.php\";s:9:\"signature\";s:19:\"supercache-1.0.0-pl\";s:13:\"initialConfig\";s:15:\"[object Object]\";s:4:\"text\";s:20:\"Продолжить\";s:2:\"id\";s:19:\"package-install-btn\";s:6:\"hidden\";s:5:\"false\";s:7:\"handler\";s:704:\"function (va) {\n    var g = Ext.getCmp(\"modx-package-grid\");\n    if (!g) {\n        return false;\n    }\n    var r = g.menu.record.data ? g.menu.record.data : g.menu.record;\n    var topic = \"/workspace/package/install/\" + r.signature + \"/\";\n    this.loadConsole(Ext.getBody(), topic);\n    va = va || {};\n    Ext.apply(va, {action: \"install\", signature: r.signature, register: \"mgr\", topic: topic});\n    var c = this.console;\n    MODx.Ajax.request({url: MODx.config.connectors_url + \"workspace/packages.php\", params: va, listeners: {success: {fn: function () {this.activate();Ext.getCmp(\"modx-package-grid\").getStore().load();}, scope: this}, failure: {fn: function () {this.activate();}, scope: this}}});\n}\";s:5:\"scope\";s:15:\"[object Object]\";s:8:\"minWidth\";s:2:\"75\";s:10:\"removeMode\";s:9:\"container\";s:10:\"hideParent\";s:4:\"true\";s:6:\"events\";s:15:\"[object Object]\";s:7:\"ownerCt\";s:15:\"[object Object]\";s:9:\"container\";s:15:\"[object Object]\";s:8:\"rendered\";s:4:\"true\";s:8:\"template\";s:15:\"[object Object]\";s:5:\"btnEl\";s:15:\"[object Object]\";s:4:\"mons\";s:15:\"[object Object]\";s:2:\"el\";s:15:\"[object Object]\";s:4:\"icon\";s:0:\"\";s:7:\"iconCls\";s:0:\"\";s:8:\"boxReady\";s:4:\"true\";s:8:\"lastSize\";s:15:\"[object Object]\";s:11:\"useSetClass\";s:4:\"true\";s:6:\"oldCls\";s:12:\"x-btn-noicon\";s:3:\"doc\";s:15:\"[object Object]\";s:19:\"monitoringMouseOver\";s:4:\"true\";s:6:\"action\";s:7:\"install\";s:8:\"register\";s:3:\"mgr\";s:5:\"topic\";s:47:\"/workspace/package/install/supercache-1.0.0-pl/\";s:12:\"HTTP_MODAUTH\";s:52:\"modx4fc158d9434523.77840502_14ffe9777825532.45852333\";s:14:\"package_action\";i:0;}','SuperCache','a:31:{i:0;a:4:{s:4:\"name\";s:2:\"id\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:24:\"4f149fd1f245543c2500014b\";s:8:\"children\";a:0:{}}i:1;a:4:{s:4:\"name\";s:7:\"package\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:24:\"4f149fd1f245543c2500014b\";s:8:\"children\";a:0:{}}i:2;a:4:{s:4:\"name\";s:12:\"display_name\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:19:\"supercache-1.0.0-pl\";s:8:\"children\";a:0:{}}i:3;a:4:{s:4:\"name\";s:7:\"version\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:5:\"1.0.0\";s:8:\"children\";a:0:{}}i:4;a:4:{s:4:\"name\";s:13:\"version_major\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:1:\"1\";s:8:\"children\";a:0:{}}i:5;a:4:{s:4:\"name\";s:13:\"version_minor\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:1:\"0\";s:8:\"children\";a:0:{}}i:6;a:4:{s:4:\"name\";s:13:\"version_patch\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:1:\"0\";s:8:\"children\";a:0:{}}i:7;a:4:{s:4:\"name\";s:7:\"release\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:2:\"pl\";s:8:\"children\";a:0:{}}i:8;a:4:{s:4:\"name\";s:8:\"vrelease\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:2:\"pl\";s:8:\"children\";a:0:{}}i:9;a:4:{s:4:\"name\";s:14:\"vrelease_index\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:2:\"pl\";s:8:\"children\";a:0:{}}i:10;a:4:{s:4:\"name\";s:6:\"author\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:11:\"jgulledge19\";s:8:\"children\";a:0:{}}i:11;a:4:{s:4:\"name\";s:11:\"description\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:476:\"<p>SuperCache is a plugin for MODX Revolution that will allow you to eliminate text processing of pages\ntherefore possibly speeding them up significantly.&nbsp; Note MODX Revolution already uses a cache\nsystem to speed up page load times, this plugin uses the same cache system but in a different way\nto deliver even faster page loads if you have moderate to complex templates.</p><p>The plugin can work with modMobile to cache both a Mobile version and a Desktop version.</p>\";s:8:\"children\";a:0:{}}i:12;a:4:{s:4:\"name\";s:12:\"instructions\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:120:\"<p>Install via the MODX Revolution package management</p>Report issues: https://github.com/jgulledge19/SuperCache/issues\";s:8:\"children\";a:0:{}}i:13;a:4:{s:4:\"name\";s:9:\"changelog\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:142:\"<p>1.0 pl </p><p>==========================</p><p>&nbsp;- &#91;#1&#93; modified OnDocFormSave case is plugin for 2.2</p><p>Initial content</p>\";s:8:\"children\";a:0:{}}i:14;a:4:{s:4:\"name\";s:9:\"createdon\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:23:\"2012-02-02 16:03:47 UTC\";s:8:\"children\";a:0:{}}i:15;a:4:{s:4:\"name\";s:10:\"created_by\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:11:\"jgulledge19\";s:8:\"children\";a:0:{}}i:16;a:3:{s:4:\"name\";s:8:\"editedon\";s:10:\"attributes\";a:0:{}s:8:\"children\";a:0:{}}i:17;a:4:{s:4:\"name\";s:10:\"releasedon\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:23:\"2012-02-02 16:03:47 UTC\";s:8:\"children\";a:0:{}}i:18;a:4:{s:4:\"name\";s:9:\"downloads\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:3:\"362\";s:8:\"children\";a:0:{}}i:19;a:4:{s:4:\"name\";s:8:\"approved\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:4:\"true\";s:8:\"children\";a:0:{}}i:20;a:4:{s:4:\"name\";s:7:\"audited\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:5:\"false\";s:8:\"children\";a:0:{}}i:21;a:4:{s:4:\"name\";s:8:\"featured\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:5:\"false\";s:8:\"children\";a:0:{}}i:22;a:4:{s:4:\"name\";s:10:\"deprecated\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:5:\"false\";s:8:\"children\";a:0:{}}i:23;a:4:{s:4:\"name\";s:7:\"license\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:5:\"GPLv2\";s:8:\"children\";a:0:{}}i:24;a:3:{s:4:\"name\";s:7:\"smf_url\";s:10:\"attributes\";a:0:{}s:8:\"children\";a:0:{}}i:25;a:4:{s:4:\"name\";s:4:\"name\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:10:\"SuperCache\";s:8:\"children\";a:0:{}}i:26;a:4:{s:4:\"name\";s:10:\"repository\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:24:\"4d4c3fa6b2b0830da9000001\";s:8:\"children\";a:0:{}}i:27;a:4:{s:4:\"name\";s:8:\"supports\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:3:\"2.0\";s:8:\"children\";a:0:{}}i:28;a:4:{s:4:\"name\";s:10:\"screenshot\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:65:\"http://modx.s3.amazonaws.com/extras%2F4f149fd1f245543c2500014b%2F\";s:8:\"children\";a:0:{}}i:29;a:3:{s:4:\"name\";s:4:\"file\";s:10:\"attributes\";a:0:{}s:8:\"children\";a:7:{i:0;a:4:{s:4:\"name\";s:2:\"id\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:24:\"4f2ab3e4f2455415f0000008\";s:8:\"children\";a:0:{}}i:1;a:4:{s:4:\"name\";s:7:\"version\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:24:\"4f2ab3e3f2455415f0000006\";s:8:\"children\";a:0:{}}i:2;a:4:{s:4:\"name\";s:8:\"filename\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:33:\"supercache-1.0.0-pl.transport.zip\";s:8:\"children\";a:0:{}}i:3;a:4:{s:4:\"name\";s:9:\"downloads\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:3:\"298\";s:8:\"children\";a:0:{}}i:4;a:4:{s:4:\"name\";s:6:\"lastip\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:12:\"74.125.18.81\";s:8:\"children\";a:0:{}}i:5;a:4:{s:4:\"name\";s:9:\"transport\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:4:\"true\";s:8:\"children\";a:0:{}}i:6;a:4:{s:4:\"name\";s:8:\"location\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:60:\"http://modx.com/extras/download/?id=4f2ab3e4f2455415f0000008\";s:8:\"children\";a:0:{}}}}i:30;a:4:{s:4:\"name\";s:17:\"package-signature\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:19:\"supercache-1.0.0-pl\";s:8:\"children\";a:0:{}}}',1,0,0,'pl',0),('tinymce-4.3.3-pl','2012-08-02 10:58:09','2012-08-02 11:00:36','2012-08-02 10:59:11',0,1,1,0,'tinymce-4.3.3-pl.transport.zip',NULL,'a:32:{s:7:\"license\";s:15218:\"GNU GENERAL PUBLIC LICENSE\n   Version 2, June 1991\n--------------------------\n\nCopyright (C) 1989, 1991 Free Software Foundation, Inc.\n59 Temple Place, Suite 330, Boston, MA  02111-1307  USA\n\nEveryone is permitted to copy and distribute verbatim copies\nof this license document, but changing it is not allowed.\n\nPreamble\n--------\n\n  The licenses for most software are designed to take away your\nfreedom to share and change it.  By contrast, the GNU General Public\nLicense is intended to guarantee your freedom to share and change free\nsoftware--to make sure the software is free for all its users.  This\nGeneral Public License applies to most of the Free Software\nFoundation\'s software and to any other program whose authors commit to\nusing it.  (Some other Free Software Foundation software is covered by\nthe GNU Library General Public License instead.)  You can apply it to\nyour programs, too.\n\n  When we speak of free software, we are referring to freedom, not\nprice.  Our General Public Licenses are designed to make sure that you\nhave the freedom to distribute copies of free software (and charge for\nthis service if you wish), that you receive source code or can get it\nif you want it, that you can change the software or use pieces of it\nin new free programs; and that you know you can do these things.\n\n  To protect your rights, we need to make restrictions that forbid\nanyone to deny you these rights or to ask you to surrender the rights.\nThese restrictions translate to certain responsibilities for you if you\ndistribute copies of the software, or if you modify it.\n\n  For example, if you distribute copies of such a program, whether\ngratis or for a fee, you must give the recipients all the rights that\nyou have.  You must make sure that they, too, receive or can get the\nsource code.  And you must show them these terms so they know their\nrights.\n\n  We protect your rights with two steps: (1) copyright the software, and\n(2) offer you this license which gives you legal permission to copy,\ndistribute and/or modify the software.\n\n  Also, for each author\'s protection and ours, we want to make certain\nthat everyone understands that there is no warranty for this free\nsoftware.  If the software is modified by someone else and passed on, we\nwant its recipients to know that what they have is not the original, so\nthat any problems introduced by others will not reflect on the original\nauthors\' reputations.\n\n  Finally, any free program is threatened constantly by software\npatents.  We wish to avoid the danger that redistributors of a free\nprogram will individually obtain patent licenses, in effect making the\nprogram proprietary.  To prevent this, we have made it clear that any\npatent must be licensed for everyone\'s free use or not licensed at all.\n\n  The precise terms and conditions for copying, distribution and\nmodification follow.\n\n\nGNU GENERAL PUBLIC LICENSE\nTERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION\n---------------------------------------------------------------\n\n  0. This License applies to any program or other work which contains\na notice placed by the copyright holder saying it may be distributed\nunder the terms of this General Public License.  The \"Program\", below,\nrefers to any such program or work, and a \"work based on the Program\"\nmeans either the Program or any derivative work under copyright law:\nthat is to say, a work containing the Program or a portion of it,\neither verbatim or with modifications and/or translated into another\nlanguage.  (Hereinafter, translation is included without limitation in\nthe term \"modification\".)  Each licensee is addressed as \"you\".\n\nActivities other than copying, distribution and modification are not\ncovered by this License; they are outside its scope.  The act of\nrunning the Program is not restricted, and the output from the Program\nis covered only if its contents constitute a work based on the\nProgram (independent of having been made by running the Program).\nWhether that is true depends on what the Program does.\n\n  1. You may copy and distribute verbatim copies of the Program\'s\nsource code as you receive it, in any medium, provided that you\nconspicuously and appropriately publish on each copy an appropriate\ncopyright notice and disclaimer of warranty; keep intact all the\nnotices that refer to this License and to the absence of any warranty;\nand give any other recipients of the Program a copy of this License\nalong with the Program.\n\nYou may charge a fee for the physical act of transferring a copy, and\nyou may at your option offer warranty protection in exchange for a fee.\n\n  2. You may modify your copy or copies of the Program or any portion\nof it, thus forming a work based on the Program, and copy and\ndistribute such modifications or work under the terms of Section 1\nabove, provided that you also meet all of these conditions:\n\n    a) You must cause the modified files to carry prominent notices\n    stating that you changed the files and the date of any change.\n\n    b) You must cause any work that you distribute or publish, that in\n    whole or in part contains or is derived from the Program or any\n    part thereof, to be licensed as a whole at no charge to all third\n    parties under the terms of this License.\n\n    c) If the modified program normally reads commands interactively\n    when run, you must cause it, when started running for such\n    interactive use in the most ordinary way, to print or display an\n    announcement including an appropriate copyright notice and a\n    notice that there is no warranty (or else, saying that you provide\n    a warranty) and that users may redistribute the program under\n    these conditions, and telling the user how to view a copy of this\n    License.  (Exception: if the Program itself is interactive but\n    does not normally print such an announcement, your work based on\n    the Program is not required to print an announcement.)\n\nThese requirements apply to the modified work as a whole.  If\nidentifiable sections of that work are not derived from the Program,\nand can be reasonably considered independent and separate works in\nthemselves, then this License, and its terms, do not apply to those\nsections when you distribute them as separate works.  But when you\ndistribute the same sections as part of a whole which is a work based\non the Program, the distribution of the whole must be on the terms of\nthis License, whose permissions for other licensees extend to the\nentire whole, and thus to each and every part regardless of who wrote it.\n\nThus, it is not the intent of this section to claim rights or contest\nyour rights to work written entirely by you; rather, the intent is to\nexercise the right to control the distribution of derivative or\ncollective works based on the Program.\n\nIn addition, mere aggregation of another work not based on the Program\nwith the Program (or with a work based on the Program) on a volume of\na storage or distribution medium does not bring the other work under\nthe scope of this License.\n\n  3. You may copy and distribute the Program (or a work based on it,\nunder Section 2) in object code or executable form under the terms of\nSections 1 and 2 above provided that you also do one of the following:\n\n    a) Accompany it with the complete corresponding machine-readable\n    source code, which must be distributed under the terms of Sections\n    1 and 2 above on a medium customarily used for software interchange; or,\n\n    b) Accompany it with a written offer, valid for at least three\n    years, to give any third party, for a charge no more than your\n    cost of physically performing source distribution, a complete\n    machine-readable copy of the corresponding source code, to be\n    distributed under the terms of Sections 1 and 2 above on a medium\n    customarily used for software interchange; or,\n\n    c) Accompany it with the information you received as to the offer\n    to distribute corresponding source code.  (This alternative is\n    allowed only for noncommercial distribution and only if you\n    received the program in object code or executable form with such\n    an offer, in accord with Subsection b above.)\n\nThe source code for a work means the preferred form of the work for\nmaking modifications to it.  For an executable work, complete source\ncode means all the source code for all modules it contains, plus any\nassociated interface definition files, plus the scripts used to\ncontrol compilation and installation of the executable.  However, as a\nspecial exception, the source code distributed need not include\nanything that is normally distributed (in either source or binary\nform) with the major components (compiler, kernel, and so on) of the\noperating system on which the executable runs, unless that component\nitself accompanies the executable.\n\nIf distribution of executable or object code is made by offering\naccess to copy from a designated place, then offering equivalent\naccess to copy the source code from the same place counts as\ndistribution of the source code, even though third parties are not\ncompelled to copy the source along with the object code.\n\n  4. You may not copy, modify, sublicense, or distribute the Program\nexcept as expressly provided under this License.  Any attempt\notherwise to copy, modify, sublicense or distribute the Program is\nvoid, and will automatically terminate your rights under this License.\nHowever, parties who have received copies, or rights, from you under\nthis License will not have their licenses terminated so long as such\nparties remain in full compliance.\n\n  5. You are not required to accept this License, since you have not\nsigned it.  However, nothing else grants you permission to modify or\ndistribute the Program or its derivative works.  These actions are\nprohibited by law if you do not accept this License.  Therefore, by\nmodifying or distributing the Program (or any work based on the\nProgram), you indicate your acceptance of this License to do so, and\nall its terms and conditions for copying, distributing or modifying\nthe Program or works based on it.\n\n  6. Each time you redistribute the Program (or any work based on the\nProgram), the recipient automatically receives a license from the\noriginal licensor to copy, distribute or modify the Program subject to\nthese terms and conditions.  You may not impose any further\nrestrictions on the recipients\' exercise of the rights granted herein.\nYou are not responsible for enforcing compliance by third parties to\nthis License.\n\n  7. If, as a consequence of a court judgment or allegation of patent\ninfringement or for any other reason (not limited to patent issues),\nconditions are imposed on you (whether by court order, agreement or\notherwise) that contradict the conditions of this License, they do not\nexcuse you from the conditions of this License.  If you cannot\ndistribute so as to satisfy simultaneously your obligations under this\nLicense and any other pertinent obligations, then as a consequence you\nmay not distribute the Program at all.  For example, if a patent\nlicense would not permit royalty-free redistribution of the Program by\nall those who receive copies directly or indirectly through you, then\nthe only way you could satisfy both it and this License would be to\nrefrain entirely from distribution of the Program.\n\nIf any portion of this section is held invalid or unenforceable under\nany particular circumstance, the balance of the section is intended to\napply and the section as a whole is intended to apply in other\ncircumstances.\n\nIt is not the purpose of this section to induce you to infringe any\npatents or other property right claims or to contest validity of any\nsuch claims; this section has the sole purpose of protecting the\nintegrity of the free software distribution system, which is\nimplemented by public license practices.  Many people have made\ngenerous contributions to the wide range of software distributed\nthrough that system in reliance on consistent application of that\nsystem; it is up to the author/donor to decide if he or she is willing\nto distribute software through any other system and a licensee cannot\nimpose that choice.\n\nThis section is intended to make thoroughly clear what is believed to\nbe a consequence of the rest of this License.\n\n  8. If the distribution and/or use of the Program is restricted in\ncertain countries either by patents or by copyrighted interfaces, the\noriginal copyright holder who places the Program under this License\nmay add an explicit geographical distribution limitation excluding\nthose countries, so that distribution is permitted only in or among\ncountries not thus excluded.  In such case, this License incorporates\nthe limitation as if written in the body of this License.\n\n  9. The Free Software Foundation may publish revised and/or new versions\nof the General Public License from time to time.  Such new versions will\nbe similar in spirit to the present version, but may differ in detail to\naddress new problems or concerns.\n\nEach version is given a distinguishing version number.  If the Program\nspecifies a version number of this License which applies to it and \"any\nlater version\", you have the option of following the terms and conditions\neither of that version or of any later version published by the Free\nSoftware Foundation.  If the Program does not specify a version number of\nthis License, you may choose any version ever published by the Free Software\nFoundation.\n\n  10. If you wish to incorporate parts of the Program into other free\nprograms whose distribution conditions are different, write to the author\nto ask for permission.  For software which is copyrighted by the Free\nSoftware Foundation, write to the Free Software Foundation; we sometimes\nmake exceptions for this.  Our decision will be guided by the two goals\nof preserving the free status of all derivatives of our free software and\nof promoting the sharing and reuse of software generally.\n\nNO WARRANTY\n-----------\n\n  11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY\nFOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN\nOTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES\nPROVIDE THE PROGRAM \"AS IS\" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED\nOR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\nMERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS\nTO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE\nPROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,\nREPAIR OR CORRECTION.\n\n  12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING\nWILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR\nREDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,\nINCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING\nOUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED\nTO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY\nYOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER\nPROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE\nPOSSIBILITY OF SUCH DAMAGES.\n\n---------------------------\nEND OF TERMS AND CONDITIONS\";s:9:\"signature\";s:16:\"tinymce-4.3.3-pl\";s:13:\"initialConfig\";s:15:\"[object Object]\";s:4:\"text\";s:20:\"Продолжить\";s:2:\"id\";s:19:\"package-install-btn\";s:6:\"hidden\";s:5:\"false\";s:7:\"handler\";s:704:\"function (va) {\n    var g = Ext.getCmp(\"modx-package-grid\");\n    if (!g) {\n        return false;\n    }\n    var r = g.menu.record.data ? g.menu.record.data : g.menu.record;\n    var topic = \"/workspace/package/install/\" + r.signature + \"/\";\n    this.loadConsole(Ext.getBody(), topic);\n    va = va || {};\n    Ext.apply(va, {action: \"install\", signature: r.signature, register: \"mgr\", topic: topic});\n    var c = this.console;\n    MODx.Ajax.request({url: MODx.config.connectors_url + \"workspace/packages.php\", params: va, listeners: {success: {fn: function () {this.activate();Ext.getCmp(\"modx-package-grid\").getStore().load();}, scope: this}, failure: {fn: function () {this.activate();}, scope: this}}});\n}\";s:5:\"scope\";s:15:\"[object Object]\";s:8:\"minWidth\";s:2:\"75\";s:10:\"removeMode\";s:9:\"container\";s:10:\"hideParent\";s:4:\"true\";s:6:\"events\";s:15:\"[object Object]\";s:7:\"ownerCt\";s:15:\"[object Object]\";s:9:\"container\";s:15:\"[object Object]\";s:8:\"rendered\";s:4:\"true\";s:8:\"template\";s:15:\"[object Object]\";s:5:\"btnEl\";s:15:\"[object Object]\";s:4:\"mons\";s:15:\"[object Object]\";s:2:\"el\";s:15:\"[object Object]\";s:4:\"icon\";s:0:\"\";s:7:\"iconCls\";s:0:\"\";s:8:\"boxReady\";s:4:\"true\";s:8:\"lastSize\";s:15:\"[object Object]\";s:11:\"useSetClass\";s:4:\"true\";s:6:\"oldCls\";s:12:\"x-btn-noicon\";s:3:\"doc\";s:15:\"[object Object]\";s:19:\"monitoringMouseOver\";s:4:\"true\";s:6:\"action\";s:7:\"install\";s:8:\"register\";s:3:\"mgr\";s:5:\"topic\";s:44:\"/workspace/package/install/tinymce-4.3.3-pl/\";s:12:\"HTTP_MODAUTH\";s:52:\"modx4fc158d9434523.77840502_1501a5c58cc7f77.45976755\";s:14:\"package_action\";i:1;}','TinyMCE','a:31:{i:0;a:4:{s:4:\"name\";s:2:\"id\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:24:\"4d556bc5b2b083396d0007e9\";s:8:\"children\";a:0:{}}i:1;a:4:{s:4:\"name\";s:7:\"package\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:24:\"4d556bc5b2b083396d0007e9\";s:8:\"children\";a:0:{}}i:2;a:4:{s:4:\"name\";s:12:\"display_name\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:16:\"tinymce-4.3.3-pl\";s:8:\"children\";a:0:{}}i:3;a:4:{s:4:\"name\";s:7:\"version\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:5:\"4.3.3\";s:8:\"children\";a:0:{}}i:4;a:4:{s:4:\"name\";s:13:\"version_major\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:1:\"4\";s:8:\"children\";a:0:{}}i:5;a:4:{s:4:\"name\";s:13:\"version_minor\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:1:\"3\";s:8:\"children\";a:0:{}}i:6;a:4:{s:4:\"name\";s:13:\"version_patch\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:1:\"3\";s:8:\"children\";a:0:{}}i:7;a:4:{s:4:\"name\";s:7:\"release\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:2:\"pl\";s:8:\"children\";a:0:{}}i:8;a:4:{s:4:\"name\";s:8:\"vrelease\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:2:\"pl\";s:8:\"children\";a:0:{}}i:9;a:4:{s:4:\"name\";s:14:\"vrelease_index\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:2:\"pl\";s:8:\"children\";a:0:{}}i:10;a:4:{s:4:\"name\";s:6:\"author\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:12:\"splittingred\";s:8:\"children\";a:0:{}}i:11;a:4:{s:4:\"name\";s:11:\"description\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:102:\"<p>TinyMCE version 3.4.7 for MODx Revolution. Works with Revolution 2.2.x or later only.</p><ul>\n</ul>\";s:8:\"children\";a:0:{}}i:12;a:4:{s:4:\"name\";s:12:\"instructions\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:225:\"<p>Install via Package Management.</p>\n<p>If you\'re having issues installing, make sure you have the latest ZipArchive extension for PHP, and that it\'s properly configured, or set the \"archive_with\" System Setting to Yes.</p>\";s:8:\"children\";a:0:{}}i:13;a:4:{s:4:\"name\";s:9:\"changelog\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:2332:\"<p style=\"padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; \"><b>New in 4.3.3</b></p><ul><li>Change popup windows to more convenient modals</li><li>Have TinyMCE respect context settings of Resource being edited</li><li>Update TinyMCE to 3.5.4.1</li></ul><p></p><p style=\"padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; \"><b>New in 4.3.2</b></p><ul><li>Update Czech/German translation</li><li>&#91;#74&#93; Fix inclusion of english as fallback for language</li><li>&#91;#80&#93; Make context menu use MODxLink plugin</li><li>Upgrade TinyMCE to 3.4.7</li></ul><p></p><p style=\"padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; \"><b>New in 4.3.1</b></p><ul><li>Optimizations for MODX 2.2</li></ul><p></p><p style=\"padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; \"><b>New in 4.3.0</b></p><ul><li>&#91;#71&#93; Update TinyMCE to v3.4.5</li><li>&#91;#70&#93; Fixes to cirkuit skin with missing CSS styles</li><li>&#91;#64&#93; Add tiny.template_list_snippet setting for grabbing template list from a Snippet</li><li>&#91;#66&#93; Fix issues with Revolution 2.2.0 code</li><li>&#91;#63&#93; Add tiny.base_url setting for managing the document_base_url tinymce setting</li></ul><p></p><p style=\"padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; \"><b>New in 4.2.4</b></p><ul><li>Updated TinyMCE to 3.4.2</li><li>Fix issue where recursion detected xPDO error was showing in logs on chunk editing</li><li>&#91;#55&#93; Fix help for element_format and preformatted descriptions in plugin properties</li><li>&#91;#53&#93; Languages added/update: German, English, French, Indonesian, Japanese, Dutch, Russian, Ukrainian</li></ul><b>New in 4.2.3</b><p></p><ul><li>Fix issue that inserted wrong URL when using TinyMCE in Revolution 2.1 and later</li></ul><p></p><p style=\"padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; \"><b>New in 4.2.2</b></p><ul><li>&#91;#49&#93; Added spellchecker files</li></ul><p></p><p style=\"padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; \"><b>New in 4.2.1</b></p><ul><li>&#91;#45&#93; &#91;#47&#93; Fixes for front-end usage and compatibility with NewsPublisher</li><li>Add compressed JS for faster loading</li></ul>\";s:8:\"children\";a:0:{}}i:14;a:4:{s:4:\"name\";s:9:\"createdon\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:23:\"2012-07-07 14:50:43 UTC\";s:8:\"children\";a:0:{}}i:15;a:4:{s:4:\"name\";s:10:\"created_by\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:12:\"splittingred\";s:8:\"children\";a:0:{}}i:16;a:3:{s:4:\"name\";s:8:\"editedon\";s:10:\"attributes\";a:0:{}s:8:\"children\";a:0:{}}i:17;a:4:{s:4:\"name\";s:10:\"releasedon\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:23:\"2012-07-07 14:50:43 UTC\";s:8:\"children\";a:0:{}}i:18;a:4:{s:4:\"name\";s:9:\"downloads\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:6:\"125828\";s:8:\"children\";a:0:{}}i:19;a:4:{s:4:\"name\";s:8:\"approved\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:4:\"true\";s:8:\"children\";a:0:{}}i:20;a:4:{s:4:\"name\";s:7:\"audited\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:5:\"false\";s:8:\"children\";a:0:{}}i:21;a:4:{s:4:\"name\";s:8:\"featured\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:5:\"false\";s:8:\"children\";a:0:{}}i:22;a:4:{s:4:\"name\";s:10:\"deprecated\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:5:\"false\";s:8:\"children\";a:0:{}}i:23;a:4:{s:4:\"name\";s:7:\"license\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:5:\"GPLv2\";s:8:\"children\";a:0:{}}i:24;a:3:{s:4:\"name\";s:7:\"smf_url\";s:10:\"attributes\";a:0:{}s:8:\"children\";a:0:{}}i:25;a:4:{s:4:\"name\";s:4:\"name\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:7:\"TinyMCE\";s:8:\"children\";a:0:{}}i:26;a:4:{s:4:\"name\";s:10:\"repository\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:24:\"4d4c3fa6b2b0830da9000001\";s:8:\"children\";a:0:{}}i:27;a:4:{s:4:\"name\";s:8:\"supports\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:3:\"2.2\";s:8:\"children\";a:0:{}}i:28;a:4:{s:4:\"name\";s:10:\"screenshot\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:54:\"http://modx.s3.amazonaws.com/extras/459/tinymce-ss.png\";s:8:\"children\";a:0:{}}i:29;a:3:{s:4:\"name\";s:4:\"file\";s:10:\"attributes\";a:0:{}s:8:\"children\";a:7:{i:0;a:4:{s:4:\"name\";s:2:\"id\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:24:\"4ff84cc6f245544fc100000c\";s:8:\"children\";a:0:{}}i:1;a:4:{s:4:\"name\";s:7:\"version\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:24:\"4ff84cc3f245544fc100000a\";s:8:\"children\";a:0:{}}i:2;a:4:{s:4:\"name\";s:8:\"filename\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:30:\"tinymce-4.3.3-pl.transport.zip\";s:8:\"children\";a:0:{}}i:3;a:4:{s:4:\"name\";s:9:\"downloads\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:4:\"4076\";s:8:\"children\";a:0:{}}i:4;a:4:{s:4:\"name\";s:6:\"lastip\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:12:\"85.31.97.194\";s:8:\"children\";a:0:{}}i:5;a:4:{s:4:\"name\";s:9:\"transport\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:4:\"true\";s:8:\"children\";a:0:{}}i:6;a:4:{s:4:\"name\";s:8:\"location\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:60:\"http://modx.com/extras/download/?id=4ff84cc6f245544fc100000c\";s:8:\"children\";a:0:{}}}}i:30;a:4:{s:4:\"name\";s:17:\"package-signature\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:16:\"tinymce-4.3.3-pl\";s:8:\"children\";a:0:{}}}',4,3,3,'pl',0),('sitemapfriend-1.0.2-pl','2013-12-03 10:43:50','2013-12-03 11:22:02',NULL,0,1,1,0,'sitemapfriend-1.0.2-pl.transport.zip',NULL,'a:4:{s:7:\"license\";s:15218:\"GNU GENERAL PUBLIC LICENSE\n   Version 2, June 1991\n--------------------------\n\nCopyright (C) 1989, 1991 Free Software Foundation, Inc.\n59 Temple Place, Suite 330, Boston, MA  02111-1307  USA\n\nEveryone is permitted to copy and distribute verbatim copies\nof this license document, but changing it is not allowed.\n\nPreamble\n--------\n\n  The licenses for most software are designed to take away your\nfreedom to share and change it.  By contrast, the GNU General Public\nLicense is intended to guarantee your freedom to share and change free\nsoftware--to make sure the software is free for all its users.  This\nGeneral Public License applies to most of the Free Software\nFoundation\'s software and to any other program whose authors commit to\nusing it.  (Some other Free Software Foundation software is covered by\nthe GNU Library General Public License instead.)  You can apply it to\nyour programs, too.\n\n  When we speak of free software, we are referring to freedom, not\nprice.  Our General Public Licenses are designed to make sure that you\nhave the freedom to distribute copies of free software (and charge for\nthis service if you wish), that you receive source code or can get it\nif you want it, that you can change the software or use pieces of it\nin new free programs; and that you know you can do these things.\n\n  To protect your rights, we need to make restrictions that forbid\nanyone to deny you these rights or to ask you to surrender the rights.\nThese restrictions translate to certain responsibilities for you if you\ndistribute copies of the software, or if you modify it.\n\n  For example, if you distribute copies of such a program, whether\ngratis or for a fee, you must give the recipients all the rights that\nyou have.  You must make sure that they, too, receive or can get the\nsource code.  And you must show them these terms so they know their\nrights.\n\n  We protect your rights with two steps: (1) copyright the software, and\n(2) offer you this license which gives you legal permission to copy,\ndistribute and/or modify the software.\n\n  Also, for each author\'s protection and ours, we want to make certain\nthat everyone understands that there is no warranty for this free\nsoftware.  If the software is modified by someone else and passed on, we\nwant its recipients to know that what they have is not the original, so\nthat any problems introduced by others will not reflect on the original\nauthors\' reputations.\n\n  Finally, any free program is threatened constantly by software\npatents.  We wish to avoid the danger that redistributors of a free\nprogram will individually obtain patent licenses, in effect making the\nprogram proprietary.  To prevent this, we have made it clear that any\npatent must be licensed for everyone\'s free use or not licensed at all.\n\n  The precise terms and conditions for copying, distribution and\nmodification follow.\n\n\nGNU GENERAL PUBLIC LICENSE\nTERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION\n---------------------------------------------------------------\n\n  0. This License applies to any program or other work which contains\na notice placed by the copyright holder saying it may be distributed\nunder the terms of this General Public License.  The \"Program\", below,\nrefers to any such program or work, and a \"work based on the Program\"\nmeans either the Program or any derivative work under copyright law:\nthat is to say, a work containing the Program or a portion of it,\neither verbatim or with modifications and/or translated into another\nlanguage.  (Hereinafter, translation is included without limitation in\nthe term \"modification\".)  Each licensee is addressed as \"you\".\n\nActivities other than copying, distribution and modification are not\ncovered by this License; they are outside its scope.  The act of\nrunning the Program is not restricted, and the output from the Program\nis covered only if its contents constitute a work based on the\nProgram (independent of having been made by running the Program).\nWhether that is true depends on what the Program does.\n\n  1. You may copy and distribute verbatim copies of the Program\'s\nsource code as you receive it, in any medium, provided that you\nconspicuously and appropriately publish on each copy an appropriate\ncopyright notice and disclaimer of warranty; keep intact all the\nnotices that refer to this License and to the absence of any warranty;\nand give any other recipients of the Program a copy of this License\nalong with the Program.\n\nYou may charge a fee for the physical act of transferring a copy, and\nyou may at your option offer warranty protection in exchange for a fee.\n\n  2. You may modify your copy or copies of the Program or any portion\nof it, thus forming a work based on the Program, and copy and\ndistribute such modifications or work under the terms of Section 1\nabove, provided that you also meet all of these conditions:\n\n    a) You must cause the modified files to carry prominent notices\n    stating that you changed the files and the date of any change.\n\n    b) You must cause any work that you distribute or publish, that in\n    whole or in part contains or is derived from the Program or any\n    part thereof, to be licensed as a whole at no charge to all third\n    parties under the terms of this License.\n\n    c) If the modified program normally reads commands interactively\n    when run, you must cause it, when started running for such\n    interactive use in the most ordinary way, to print or display an\n    announcement including an appropriate copyright notice and a\n    notice that there is no warranty (or else, saying that you provide\n    a warranty) and that users may redistribute the program under\n    these conditions, and telling the user how to view a copy of this\n    License.  (Exception: if the Program itself is interactive but\n    does not normally print such an announcement, your work based on\n    the Program is not required to print an announcement.)\n\nThese requirements apply to the modified work as a whole.  If\nidentifiable sections of that work are not derived from the Program,\nand can be reasonably considered independent and separate works in\nthemselves, then this License, and its terms, do not apply to those\nsections when you distribute them as separate works.  But when you\ndistribute the same sections as part of a whole which is a work based\non the Program, the distribution of the whole must be on the terms of\nthis License, whose permissions for other licensees extend to the\nentire whole, and thus to each and every part regardless of who wrote it.\n\nThus, it is not the intent of this section to claim rights or contest\nyour rights to work written entirely by you; rather, the intent is to\nexercise the right to control the distribution of derivative or\ncollective works based on the Program.\n\nIn addition, mere aggregation of another work not based on the Program\nwith the Program (or with a work based on the Program) on a volume of\na storage or distribution medium does not bring the other work under\nthe scope of this License.\n\n  3. You may copy and distribute the Program (or a work based on it,\nunder Section 2) in object code or executable form under the terms of\nSections 1 and 2 above provided that you also do one of the following:\n\n    a) Accompany it with the complete corresponding machine-readable\n    source code, which must be distributed under the terms of Sections\n    1 and 2 above on a medium customarily used for software interchange; or,\n\n    b) Accompany it with a written offer, valid for at least three\n    years, to give any third party, for a charge no more than your\n    cost of physically performing source distribution, a complete\n    machine-readable copy of the corresponding source code, to be\n    distributed under the terms of Sections 1 and 2 above on a medium\n    customarily used for software interchange; or,\n\n    c) Accompany it with the information you received as to the offer\n    to distribute corresponding source code.  (This alternative is\n    allowed only for noncommercial distribution and only if you\n    received the program in object code or executable form with such\n    an offer, in accord with Subsection b above.)\n\nThe source code for a work means the preferred form of the work for\nmaking modifications to it.  For an executable work, complete source\ncode means all the source code for all modules it contains, plus any\nassociated interface definition files, plus the scripts used to\ncontrol compilation and installation of the executable.  However, as a\nspecial exception, the source code distributed need not include\nanything that is normally distributed (in either source or binary\nform) with the major components (compiler, kernel, and so on) of the\noperating system on which the executable runs, unless that component\nitself accompanies the executable.\n\nIf distribution of executable or object code is made by offering\naccess to copy from a designated place, then offering equivalent\naccess to copy the source code from the same place counts as\ndistribution of the source code, even though third parties are not\ncompelled to copy the source along with the object code.\n\n  4. You may not copy, modify, sublicense, or distribute the Program\nexcept as expressly provided under this License.  Any attempt\notherwise to copy, modify, sublicense or distribute the Program is\nvoid, and will automatically terminate your rights under this License.\nHowever, parties who have received copies, or rights, from you under\nthis License will not have their licenses terminated so long as such\nparties remain in full compliance.\n\n  5. You are not required to accept this License, since you have not\nsigned it.  However, nothing else grants you permission to modify or\ndistribute the Program or its derivative works.  These actions are\nprohibited by law if you do not accept this License.  Therefore, by\nmodifying or distributing the Program (or any work based on the\nProgram), you indicate your acceptance of this License to do so, and\nall its terms and conditions for copying, distributing or modifying\nthe Program or works based on it.\n\n  6. Each time you redistribute the Program (or any work based on the\nProgram), the recipient automatically receives a license from the\noriginal licensor to copy, distribute or modify the Program subject to\nthese terms and conditions.  You may not impose any further\nrestrictions on the recipients\' exercise of the rights granted herein.\nYou are not responsible for enforcing compliance by third parties to\nthis License.\n\n  7. If, as a consequence of a court judgment or allegation of patent\ninfringement or for any other reason (not limited to patent issues),\nconditions are imposed on you (whether by court order, agreement or\notherwise) that contradict the conditions of this License, they do not\nexcuse you from the conditions of this License.  If you cannot\ndistribute so as to satisfy simultaneously your obligations under this\nLicense and any other pertinent obligations, then as a consequence you\nmay not distribute the Program at all.  For example, if a patent\nlicense would not permit royalty-free redistribution of the Program by\nall those who receive copies directly or indirectly through you, then\nthe only way you could satisfy both it and this License would be to\nrefrain entirely from distribution of the Program.\n\nIf any portion of this section is held invalid or unenforceable under\nany particular circumstance, the balance of the section is intended to\napply and the section as a whole is intended to apply in other\ncircumstances.\n\nIt is not the purpose of this section to induce you to infringe any\npatents or other property right claims or to contest validity of any\nsuch claims; this section has the sole purpose of protecting the\nintegrity of the free software distribution system, which is\nimplemented by public license practices.  Many people have made\ngenerous contributions to the wide range of software distributed\nthrough that system in reliance on consistent application of that\nsystem; it is up to the author/donor to decide if he or she is willing\nto distribute software through any other system and a licensee cannot\nimpose that choice.\n\nThis section is intended to make thoroughly clear what is believed to\nbe a consequence of the rest of this License.\n\n  8. If the distribution and/or use of the Program is restricted in\ncertain countries either by patents or by copyrighted interfaces, the\noriginal copyright holder who places the Program under this License\nmay add an explicit geographical distribution limitation excluding\nthose countries, so that distribution is permitted only in or among\ncountries not thus excluded.  In such case, this License incorporates\nthe limitation as if written in the body of this License.\n\n  9. The Free Software Foundation may publish revised and/or new versions\nof the General Public License from time to time.  Such new versions will\nbe similar in spirit to the present version, but may differ in detail to\naddress new problems or concerns.\n\nEach version is given a distinguishing version number.  If the Program\nspecifies a version number of this License which applies to it and \"any\nlater version\", you have the option of following the terms and conditions\neither of that version or of any later version published by the Free\nSoftware Foundation.  If the Program does not specify a version number of\nthis License, you may choose any version ever published by the Free Software\nFoundation.\n\n  10. If you wish to incorporate parts of the Program into other free\nprograms whose distribution conditions are different, write to the author\nto ask for permission.  For software which is copyrighted by the Free\nSoftware Foundation, write to the Free Software Foundation; we sometimes\nmake exceptions for this.  Our decision will be guided by the two goals\nof preserving the free status of all derivatives of our free software and\nof promoting the sharing and reuse of software generally.\n\nNO WARRANTY\n-----------\n\n  11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY\nFOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN\nOTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES\nPROVIDE THE PROGRAM \"AS IS\" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED\nOR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\nMERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS\nTO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE\nPROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,\nREPAIR OR CORRECTION.\n\n  12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING\nWILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR\nREDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,\nINCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING\nOUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED\nTO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY\nYOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER\nPROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE\nPOSSIBILITY OF SUCH DAMAGES.\n\n---------------------------\nEND OF TERMS AND CONDITIONS\";s:6:\"readme\";s:608:\"--------------------\nSnippet: sitemapFriend\n--------------------\nVersion: 1.0.2-pl\nCreated: November 16, 2010\nUpdated: April 20, 2013\nAuthor: Mihai ?ucan <mihai.sucan@gmail.com> (robodesign.ro)\nAuthor: J?r?me Perrin <hello@jeromeperrin.com>\n\n- Based on GoogleSiteMap by Shaun McCormick <shaun@modx.com>\n\nThis snippet allows you to generate maps for your web site, in HTML, XML and\nother formats.\n\nExamples:\n[[sitemapFriend? &type=`html`]]\n[[sitemapFriend? &type=`xml`]]\n\nDocumentation:\nhttp://rtfm.modx.com/display/ADDON/sitemapFriend\n\nFollow the project on Github:\nhttps://github.com/yogoo/sitemapFriend\n\";s:9:\"changelog\";s:1714:\"Changelog for sitemapFriend.\n\nsitemapFriend 1.0.2-pl (2013-04-20)\n===============================================================================\n- Fix: issue #4: removed <dc:title> from xml sitemaps as it doesn\'t pass\n                 Google Sitemap validation.\n\n\nsitemapFriend 1.0.1-pl (2013-01-18)\n===============================================================================\n- Addition: issue #2: new parameter includeWebLinks (bool) - default is false.\n- Doc: add missing \'?\' in example calls from readme file.\n\n\nsitemapFriend 1.0.0-rc1 (2012-11-08)\n===============================================================================\n- Fix: issue #1: titleField vs fieldTitle.\n                 The right syntax is titleField\n- Note: issues are reported at https://github.com/yogoo/sitemapFriend\n        Their number start from 1 again\n\n\nsitemapFriend 1.0.0-beta3 (2012-04-02)\n===============================================================================\n- Addition: issue #5: new parameter titleField\n                      Can be set to `pagetitle`, `longtitle`, `menutitle`\n- Addition: French translation.\n- Fix: issue #8, #11: encode ampersand character in xml urls.\n- Fix: prevent lexicon collision.\n- Fix: typos in php doc.\n- Misc.: moved default chunks to file.\n- Misc.: revamped build script.\n\n\nsitemapFriend 1.0-beta2 (2010-11-20)\n===============================================================================\n- Fix: issue #1: localization issues.\n- Fix: issue #2: function to exclude all children from a parent.\n- Fix: issue #3: skip external links (modWebLink).\n\n\nsitemapFriend 1.0-beta (2010-11-16)\n===============================================================================\n- Initial release.\n\";s:16:\"preexisting_mode\";s:1:\"0\";}','sitemapFriend','a:31:{i:0;a:4:{s:4:\"name\";s:2:\"id\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:24:\"4d556cfab2b083396d000f27\";s:8:\"children\";a:0:{}}i:1;a:4:{s:4:\"name\";s:7:\"package\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:24:\"4d556cfab2b083396d000f27\";s:8:\"children\";a:0:{}}i:2;a:4:{s:4:\"name\";s:12:\"display_name\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:22:\"sitemapfriend-1.0.2-pl\";s:8:\"children\";a:0:{}}i:3;a:4:{s:4:\"name\";s:7:\"version\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:5:\"1.0.2\";s:8:\"children\";a:0:{}}i:4;a:4:{s:4:\"name\";s:13:\"version_major\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:1:\"1\";s:8:\"children\";a:0:{}}i:5;a:4:{s:4:\"name\";s:13:\"version_minor\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:1:\"0\";s:8:\"children\";a:0:{}}i:6;a:4:{s:4:\"name\";s:13:\"version_patch\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:1:\"2\";s:8:\"children\";a:0:{}}i:7;a:4:{s:4:\"name\";s:7:\"release\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:3:\"pl1\";s:8:\"children\";a:0:{}}i:8;a:4:{s:4:\"name\";s:8:\"vrelease\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:2:\"pl\";s:8:\"children\";a:0:{}}i:9;a:4:{s:4:\"name\";s:14:\"vrelease_index\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:2:\"pl\";s:8:\"children\";a:0:{}}i:10;a:4:{s:4:\"name\";s:6:\"author\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:6:\"yogooo\";s:8:\"children\";a:0:{}}i:11;a:4:{s:4:\"name\";s:11:\"description\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:338:\"<p></p><p>Generates a Google XML sitemap or an HTML sitemap. Generate any custom format you need, like text-links only, by using your own chunks.</p><p>Please see the documentation at:&nbsp;http://rtfm.modx.com/display/ADDON/sitemapFriend</p><p>Submit bugs and feature requests at: https://github.com/yogoo/sitemapFriend/issues</p><p></p>\";s:8:\"children\";a:0:{}}i:12;a:4:{s:4:\"name\";s:12:\"instructions\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:38:\"<p>Install via Package Management.</p>\";s:8:\"children\";a:0:{}}i:13;a:4:{s:4:\"name\";s:9:\"changelog\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:1285:\"<p></p><p></p><p><b>New in 1.0.2-pl1 (2013-04-20)</b></p><p></p><ul><li>&#91;#4&#93; removed &lt;dc:title&gt; from xml sitemaps as it doesn\'t pass Google Sitemap validation.</li></ul><p></p><p><b>New in 1.0.1-pl1 (2013-01-18)</b><b></b></p><p></p><ul><li>&#91;#2&#93;&nbsp;new parameter includeWebLinks (bool) - default is false.</li><li>Add missing \'?\' in example calls from the readme file.</li></ul><p></p><p><b>New in 1.0.0-rc1 (2012-11-08)</b></p><p></p><ul><li>&#91;#1&#93; titleField vs fieldTitle - The right syntax is titleField. It\'s now available from the snippet\'s property list.</li></ul><p></p><p><b>New in 1.0.0-beta3 (2012-04-02)</b></p><p></p><ul><li>&#91;#5&#93; Add a new parameter titleField. Can be set to `pagetitle`, `longtitle`, `menutitle`</li><li>&#91;#8&#93; &#91;#11&#93; Fix non-encoded ampersand character in xml urls.</li><li>Add French translation.</li><li>Prevent lexicon collision with other extras.</li><li>Moved default chunks to filesystem.</li><li>Revamped build script.</li></ul><p></p><p><b>New in 1.0.0-beta2 (2010-11-20)</b></p><p></p><ul><li>&#91;#1&#93; fix localization issues.</li><li>&#91;#2&#93; fix function to exclude all children from a parent.</li><li>&#91;#3&#93; fix skip external links (modWebLink).</li></ul><p></p><p></p><p></p>\";s:8:\"children\";a:0:{}}i:14;a:4:{s:4:\"name\";s:9:\"createdon\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:23:\"2013-04-20 12:53:09 UTC\";s:8:\"children\";a:0:{}}i:15;a:4:{s:4:\"name\";s:10:\"created_by\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:6:\"yogooo\";s:8:\"children\";a:0:{}}i:16;a:3:{s:4:\"name\";s:8:\"editedon\";s:10:\"attributes\";a:0:{}s:8:\"children\";a:0:{}}i:17;a:4:{s:4:\"name\";s:10:\"releasedon\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:23:\"2013-04-20 12:53:09 UTC\";s:8:\"children\";a:0:{}}i:18;a:4:{s:4:\"name\";s:9:\"downloads\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:4:\"5236\";s:8:\"children\";a:0:{}}i:19;a:4:{s:4:\"name\";s:8:\"approved\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:4:\"true\";s:8:\"children\";a:0:{}}i:20;a:4:{s:4:\"name\";s:7:\"audited\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:5:\"false\";s:8:\"children\";a:0:{}}i:21;a:4:{s:4:\"name\";s:8:\"featured\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:5:\"false\";s:8:\"children\";a:0:{}}i:22;a:4:{s:4:\"name\";s:10:\"deprecated\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:5:\"false\";s:8:\"children\";a:0:{}}i:23;a:4:{s:4:\"name\";s:7:\"license\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:5:\"GPLv2\";s:8:\"children\";a:0:{}}i:24;a:3:{s:4:\"name\";s:7:\"smf_url\";s:10:\"attributes\";a:0:{}s:8:\"children\";a:0:{}}i:25;a:4:{s:4:\"name\";s:4:\"name\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:13:\"sitemapFriend\";s:8:\"children\";a:0:{}}i:26;a:4:{s:4:\"name\";s:10:\"repository\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:24:\"4d4c3fa6b2b0830da9000001\";s:8:\"children\";a:0:{}}i:27;a:4:{s:4:\"name\";s:8:\"supports\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:3:\"2.0\";s:8:\"children\";a:0:{}}i:28;a:3:{s:4:\"name\";s:10:\"screenshot\";s:10:\"attributes\";a:0:{}s:8:\"children\";a:0:{}}i:29;a:3:{s:4:\"name\";s:4:\"file\";s:10:\"attributes\";a:0:{}s:8:\"children\";a:7:{i:0;a:4:{s:4:\"name\";s:2:\"id\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:24:\"51728fb7f24554060400005f\";s:8:\"children\";a:0:{}}i:1;a:4:{s:4:\"name\";s:7:\"version\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:24:\"51728fb5f24554060400005d\";s:8:\"children\";a:0:{}}i:2;a:4:{s:4:\"name\";s:8:\"filename\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:36:\"sitemapfriend-1.0.2-pl.transport.zip\";s:8:\"children\";a:0:{}}i:3;a:4:{s:4:\"name\";s:9:\"downloads\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:4:\"1153\";s:8:\"children\";a:0:{}}i:4;a:4:{s:4:\"name\";s:6:\"lastip\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:15:\"212.193.234.176\";s:8:\"children\";a:0:{}}i:5;a:4:{s:4:\"name\";s:9:\"transport\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:4:\"true\";s:8:\"children\";a:0:{}}i:6;a:4:{s:4:\"name\";s:8:\"location\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:60:\"http://modx.com/extras/download/?id=51728fb7f24554060400005f\";s:8:\"children\";a:0:{}}}}i:30;a:4:{s:4:\"name\";s:17:\"package-signature\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:22:\"sitemapfriend-1.0.2-pl\";s:8:\"children\";a:0:{}}}',1,0,2,'pl',0),('googlesitemap-1.3.1-pl','2013-12-03 11:21:37','2013-12-03 11:23:44','2013-12-03 11:22:27',0,1,1,0,'googlesitemap-1.3.1-pl.transport.zip',NULL,'a:33:{s:7:\"license\";s:15218:\"GNU GENERAL PUBLIC LICENSE\n   Version 2, June 1991\n--------------------------\n\nCopyright (C) 1989, 1991 Free Software Foundation, Inc.\n59 Temple Place, Suite 330, Boston, MA  02111-1307  USA\n\nEveryone is permitted to copy and distribute verbatim copies\nof this license document, but changing it is not allowed.\n\nPreamble\n--------\n\n  The licenses for most software are designed to take away your\nfreedom to share and change it.  By contrast, the GNU General Public\nLicense is intended to guarantee your freedom to share and change free\nsoftware--to make sure the software is free for all its users.  This\nGeneral Public License applies to most of the Free Software\nFoundation\'s software and to any other program whose authors commit to\nusing it.  (Some other Free Software Foundation software is covered by\nthe GNU Library General Public License instead.)  You can apply it to\nyour programs, too.\n\n  When we speak of free software, we are referring to freedom, not\nprice.  Our General Public Licenses are designed to make sure that you\nhave the freedom to distribute copies of free software (and charge for\nthis service if you wish), that you receive source code or can get it\nif you want it, that you can change the software or use pieces of it\nin new free programs; and that you know you can do these things.\n\n  To protect your rights, we need to make restrictions that forbid\nanyone to deny you these rights or to ask you to surrender the rights.\nThese restrictions translate to certain responsibilities for you if you\ndistribute copies of the software, or if you modify it.\n\n  For example, if you distribute copies of such a program, whether\ngratis or for a fee, you must give the recipients all the rights that\nyou have.  You must make sure that they, too, receive or can get the\nsource code.  And you must show them these terms so they know their\nrights.\n\n  We protect your rights with two steps: (1) copyright the software, and\n(2) offer you this license which gives you legal permission to copy,\ndistribute and/or modify the software.\n\n  Also, for each author\'s protection and ours, we want to make certain\nthat everyone understands that there is no warranty for this free\nsoftware.  If the software is modified by someone else and passed on, we\nwant its recipients to know that what they have is not the original, so\nthat any problems introduced by others will not reflect on the original\nauthors\' reputations.\n\n  Finally, any free program is threatened constantly by software\npatents.  We wish to avoid the danger that redistributors of a free\nprogram will individually obtain patent licenses, in effect making the\nprogram proprietary.  To prevent this, we have made it clear that any\npatent must be licensed for everyone\'s free use or not licensed at all.\n\n  The precise terms and conditions for copying, distribution and\nmodification follow.\n\n\nGNU GENERAL PUBLIC LICENSE\nTERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION\n---------------------------------------------------------------\n\n  0. This License applies to any program or other work which contains\na notice placed by the copyright holder saying it may be distributed\nunder the terms of this General Public License.  The \"Program\", below,\nrefers to any such program or work, and a \"work based on the Program\"\nmeans either the Program or any derivative work under copyright law:\nthat is to say, a work containing the Program or a portion of it,\neither verbatim or with modifications and/or translated into another\nlanguage.  (Hereinafter, translation is included without limitation in\nthe term \"modification\".)  Each licensee is addressed as \"you\".\n\nActivities other than copying, distribution and modification are not\ncovered by this License; they are outside its scope.  The act of\nrunning the Program is not restricted, and the output from the Program\nis covered only if its contents constitute a work based on the\nProgram (independent of having been made by running the Program).\nWhether that is true depends on what the Program does.\n\n  1. You may copy and distribute verbatim copies of the Program\'s\nsource code as you receive it, in any medium, provided that you\nconspicuously and appropriately publish on each copy an appropriate\ncopyright notice and disclaimer of warranty; keep intact all the\nnotices that refer to this License and to the absence of any warranty;\nand give any other recipients of the Program a copy of this License\nalong with the Program.\n\nYou may charge a fee for the physical act of transferring a copy, and\nyou may at your option offer warranty protection in exchange for a fee.\n\n  2. You may modify your copy or copies of the Program or any portion\nof it, thus forming a work based on the Program, and copy and\ndistribute such modifications or work under the terms of Section 1\nabove, provided that you also meet all of these conditions:\n\n    a) You must cause the modified files to carry prominent notices\n    stating that you changed the files and the date of any change.\n\n    b) You must cause any work that you distribute or publish, that in\n    whole or in part contains or is derived from the Program or any\n    part thereof, to be licensed as a whole at no charge to all third\n    parties under the terms of this License.\n\n    c) If the modified program normally reads commands interactively\n    when run, you must cause it, when started running for such\n    interactive use in the most ordinary way, to print or display an\n    announcement including an appropriate copyright notice and a\n    notice that there is no warranty (or else, saying that you provide\n    a warranty) and that users may redistribute the program under\n    these conditions, and telling the user how to view a copy of this\n    License.  (Exception: if the Program itself is interactive but\n    does not normally print such an announcement, your work based on\n    the Program is not required to print an announcement.)\n\nThese requirements apply to the modified work as a whole.  If\nidentifiable sections of that work are not derived from the Program,\nand can be reasonably considered independent and separate works in\nthemselves, then this License, and its terms, do not apply to those\nsections when you distribute them as separate works.  But when you\ndistribute the same sections as part of a whole which is a work based\non the Program, the distribution of the whole must be on the terms of\nthis License, whose permissions for other licensees extend to the\nentire whole, and thus to each and every part regardless of who wrote it.\n\nThus, it is not the intent of this section to claim rights or contest\nyour rights to work written entirely by you; rather, the intent is to\nexercise the right to control the distribution of derivative or\ncollective works based on the Program.\n\nIn addition, mere aggregation of another work not based on the Program\nwith the Program (or with a work based on the Program) on a volume of\na storage or distribution medium does not bring the other work under\nthe scope of this License.\n\n  3. You may copy and distribute the Program (or a work based on it,\nunder Section 2) in object code or executable form under the terms of\nSections 1 and 2 above provided that you also do one of the following:\n\n    a) Accompany it with the complete corresponding machine-readable\n    source code, which must be distributed under the terms of Sections\n    1 and 2 above on a medium customarily used for software interchange; or,\n\n    b) Accompany it with a written offer, valid for at least three\n    years, to give any third party, for a charge no more than your\n    cost of physically performing source distribution, a complete\n    machine-readable copy of the corresponding source code, to be\n    distributed under the terms of Sections 1 and 2 above on a medium\n    customarily used for software interchange; or,\n\n    c) Accompany it with the information you received as to the offer\n    to distribute corresponding source code.  (This alternative is\n    allowed only for noncommercial distribution and only if you\n    received the program in object code or executable form with such\n    an offer, in accord with Subsection b above.)\n\nThe source code for a work means the preferred form of the work for\nmaking modifications to it.  For an executable work, complete source\ncode means all the source code for all modules it contains, plus any\nassociated interface definition files, plus the scripts used to\ncontrol compilation and installation of the executable.  However, as a\nspecial exception, the source code distributed need not include\nanything that is normally distributed (in either source or binary\nform) with the major components (compiler, kernel, and so on) of the\noperating system on which the executable runs, unless that component\nitself accompanies the executable.\n\nIf distribution of executable or object code is made by offering\naccess to copy from a designated place, then offering equivalent\naccess to copy the source code from the same place counts as\ndistribution of the source code, even though third parties are not\ncompelled to copy the source along with the object code.\n\n  4. You may not copy, modify, sublicense, or distribute the Program\nexcept as expressly provided under this License.  Any attempt\notherwise to copy, modify, sublicense or distribute the Program is\nvoid, and will automatically terminate your rights under this License.\nHowever, parties who have received copies, or rights, from you under\nthis License will not have their licenses terminated so long as such\nparties remain in full compliance.\n\n  5. You are not required to accept this License, since you have not\nsigned it.  However, nothing else grants you permission to modify or\ndistribute the Program or its derivative works.  These actions are\nprohibited by law if you do not accept this License.  Therefore, by\nmodifying or distributing the Program (or any work based on the\nProgram), you indicate your acceptance of this License to do so, and\nall its terms and conditions for copying, distributing or modifying\nthe Program or works based on it.\n\n  6. Each time you redistribute the Program (or any work based on the\nProgram), the recipient automatically receives a license from the\noriginal licensor to copy, distribute or modify the Program subject to\nthese terms and conditions.  You may not impose any further\nrestrictions on the recipients\' exercise of the rights granted herein.\nYou are not responsible for enforcing compliance by third parties to\nthis License.\n\n  7. If, as a consequence of a court judgment or allegation of patent\ninfringement or for any other reason (not limited to patent issues),\nconditions are imposed on you (whether by court order, agreement or\notherwise) that contradict the conditions of this License, they do not\nexcuse you from the conditions of this License.  If you cannot\ndistribute so as to satisfy simultaneously your obligations under this\nLicense and any other pertinent obligations, then as a consequence you\nmay not distribute the Program at all.  For example, if a patent\nlicense would not permit royalty-free redistribution of the Program by\nall those who receive copies directly or indirectly through you, then\nthe only way you could satisfy both it and this License would be to\nrefrain entirely from distribution of the Program.\n\nIf any portion of this section is held invalid or unenforceable under\nany particular circumstance, the balance of the section is intended to\napply and the section as a whole is intended to apply in other\ncircumstances.\n\nIt is not the purpose of this section to induce you to infringe any\npatents or other property right claims or to contest validity of any\nsuch claims; this section has the sole purpose of protecting the\nintegrity of the free software distribution system, which is\nimplemented by public license practices.  Many people have made\ngenerous contributions to the wide range of software distributed\nthrough that system in reliance on consistent application of that\nsystem; it is up to the author/donor to decide if he or she is willing\nto distribute software through any other system and a licensee cannot\nimpose that choice.\n\nThis section is intended to make thoroughly clear what is believed to\nbe a consequence of the rest of this License.\n\n  8. If the distribution and/or use of the Program is restricted in\ncertain countries either by patents or by copyrighted interfaces, the\noriginal copyright holder who places the Program under this License\nmay add an explicit geographical distribution limitation excluding\nthose countries, so that distribution is permitted only in or among\ncountries not thus excluded.  In such case, this License incorporates\nthe limitation as if written in the body of this License.\n\n  9. The Free Software Foundation may publish revised and/or new versions\nof the General Public License from time to time.  Such new versions will\nbe similar in spirit to the present version, but may differ in detail to\naddress new problems or concerns.\n\nEach version is given a distinguishing version number.  If the Program\nspecifies a version number of this License which applies to it and \"any\nlater version\", you have the option of following the terms and conditions\neither of that version or of any later version published by the Free\nSoftware Foundation.  If the Program does not specify a version number of\nthis License, you may choose any version ever published by the Free Software\nFoundation.\n\n  10. If you wish to incorporate parts of the Program into other free\nprograms whose distribution conditions are different, write to the author\nto ask for permission.  For software which is copyrighted by the Free\nSoftware Foundation, write to the Free Software Foundation; we sometimes\nmake exceptions for this.  Our decision will be guided by the two goals\nof preserving the free status of all derivatives of our free software and\nof promoting the sharing and reuse of software generally.\n\nNO WARRANTY\n-----------\n\n  11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY\nFOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN\nOTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES\nPROVIDE THE PROGRAM \"AS IS\" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED\nOR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\nMERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS\nTO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE\nPROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,\nREPAIR OR CORRECTION.\n\n  12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING\nWILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR\nREDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,\nINCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING\nOUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED\nTO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY\nYOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER\nPROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE\nPOSSIBILITY OF SUCH DAMAGES.\n\n---------------------------\nEND OF TERMS AND CONDITIONS\";s:6:\"readme\";s:295:\"--------------------\nSnippet: GoogleSiteMap\n--------------------\nVersion: 1.2\nCreated: June 23, 2009\nAuthor: Shaun McCormick <shaun@modx.com>\n\n- Based on Michal Till\'s MODx Evolution GoogleSiteMap_XML snippet\n\nThis component builds the GoogleSiteMap XML for you.\n    \nExample:\n[[!GoogleSiteMap]]\";s:9:\"signature\";s:22:\"googlesitemap-1.3.1-pl\";s:13:\"initialConfig\";s:15:\"[object Object]\";s:4:\"text\";s:20:\"Продолжить\";s:2:\"id\";s:19:\"package-install-btn\";s:6:\"hidden\";s:5:\"false\";s:7:\"handler\";s:924:\"function (va){\n		var g = Ext.getCmp(\'modx-package-grid\');\n		if (!g) return false;\n		var r = g.menu.record.data ? g.menu.record.data : g.menu.record;\n		var topic = \'/workspace/package/install/\'+r.signature+\'/\';\n        this.loadConsole(Ext.getBody(),topic);\n		\n		va = va || {};		\n        Ext.apply(va,{\n            action: \'install\'\n            ,signature: r.signature\n            ,register: \'mgr\'\n            ,topic: topic\n        });\n		\n		var c = this.console;        \n        MODx.Ajax.request({\n            url: MODx.config.connectors_url+\'workspace/packages.php\'\n            ,params: va\n            ,listeners: {\n                \'success\': {fn:function() {\n                    this.activate();\n					Ext.getCmp(\'modx-package-grid\').getStore().load();\n                },scope:this}\n                ,\'failure\': {fn:function() {\n                    this.activate();\n                },scope:this}\n            }\n        });\n	}\";s:5:\"scope\";s:15:\"[object Object]\";s:8:\"minWidth\";s:2:\"75\";s:10:\"removeMode\";s:9:\"container\";s:10:\"hideParent\";s:4:\"true\";s:6:\"events\";s:15:\"[object Object]\";s:7:\"ownerCt\";s:15:\"[object Object]\";s:9:\"container\";s:15:\"[object Object]\";s:8:\"rendered\";s:4:\"true\";s:8:\"template\";s:15:\"[object Object]\";s:5:\"btnEl\";s:15:\"[object Object]\";s:4:\"mons\";s:15:\"[object Object]\";s:2:\"el\";s:15:\"[object Object]\";s:4:\"icon\";s:0:\"\";s:7:\"iconCls\";s:0:\"\";s:8:\"boxReady\";s:4:\"true\";s:8:\"lastSize\";s:15:\"[object Object]\";s:11:\"useSetClass\";s:4:\"true\";s:6:\"oldCls\";s:12:\"x-btn-noicon\";s:3:\"doc\";s:15:\"[object Object]\";s:19:\"monitoringMouseOver\";s:4:\"true\";s:6:\"action\";s:7:\"install\";s:8:\"register\";s:3:\"mgr\";s:5:\"topic\";s:50:\"/workspace/package/install/googlesitemap-1.3.1-pl/\";s:12:\"HTTP_MODAUTH\";s:52:\"modx501b99cb962377.40882890_1529db9864a4921.70762942\";s:14:\"package_action\";i:0;}','GoogleSiteMap','a:31:{i:0;a:4:{s:4:\"name\";s:2:\"id\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:24:\"4d556c2eb2b083396d000a62\";s:8:\"children\";a:0:{}}i:1;a:4:{s:4:\"name\";s:7:\"package\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:24:\"4d556c2eb2b083396d000a62\";s:8:\"children\";a:0:{}}i:2;a:4:{s:4:\"name\";s:12:\"display_name\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:22:\"googlesitemap-1.3.1-pl\";s:8:\"children\";a:0:{}}i:3;a:4:{s:4:\"name\";s:7:\"version\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:5:\"1.3.1\";s:8:\"children\";a:0:{}}i:4;a:4:{s:4:\"name\";s:13:\"version_major\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:1:\"1\";s:8:\"children\";a:0:{}}i:5;a:4:{s:4:\"name\";s:13:\"version_minor\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:1:\"3\";s:8:\"children\";a:0:{}}i:6;a:4:{s:4:\"name\";s:13:\"version_patch\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:1:\"1\";s:8:\"children\";a:0:{}}i:7;a:4:{s:4:\"name\";s:7:\"release\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:2:\"pl\";s:8:\"children\";a:0:{}}i:8;a:4:{s:4:\"name\";s:8:\"vrelease\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:2:\"pl\";s:8:\"children\";a:0:{}}i:9;a:4:{s:4:\"name\";s:14:\"vrelease_index\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:2:\"pl\";s:8:\"children\";a:0:{}}i:10;a:4:{s:4:\"name\";s:6:\"author\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:12:\"splittingred\";s:8:\"children\";a:0:{}}i:11;a:4:{s:4:\"name\";s:11:\"description\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:208:\"<p>Generates a Google SiteMap XML.</p>\n<p>Please see the official documentation here:&nbsp;<a href=\"http://rtfm.modx.com/display/ADDON/GoogleSiteMap/\">http://rtfm.modx.com/display/ADDON/GoogleSiteMap/</a></p>\";s:8:\"children\";a:0:{}}i:12;a:4:{s:4:\"name\";s:12:\"instructions\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:38:\"<p>Install via Package Management.</p>\";s:8:\"children\";a:0:{}}i:13;a:4:{s:4:\"name\";s:9:\"changelog\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:1505:\"<p style=\"padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; \"><b>New in 1.3.1</b></p><ul><li>&#91;#14&#93; Add &amp;priorityTV to allow for specifying priority of page in a TV</li><li>&#91;#15&#93; Better Articles support</li></ul><p></p><p style=\"padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; \"><b>New in 1.3.0</b></p><ul><li>&#91;#7&#93; Add &amp;showHidden for showing items hidden from menu; hide those by default</li><li>Add &amp;where for JSON-based where filtering</li><li>&#91;#13&#93; Add &amp;excludeChildrenOf, which can take a comma-separated list of parents to exclude all children of</li></ul><p></p><p style=\"padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; \"><b>New in 1.2.1</b></p><ul><li>&#91;#1&#93; Add ability to make sitemap from a specific Resource via startId property</li><li>&#91;#4&#93; Fix issue where children of non-published resources were not showing</li><li>&#91;#5&#93; Fix issue where children of non-searchable resources were not showing</li></ul><p style=\"padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; \"><b>New in 1.2.0</b></p><ul><li>Updated google schema to 0.9, fixed reference</li><li>Added maxDepth, excludeResources properties</li><li>Refactored to work with overridable chunks for templates</li><li>Fixed URL generation bug where home URL was incorrectly generating</li><li>Updated copyright information</li><li>i18n of properties</li></ul>\";s:8:\"children\";a:0:{}}i:14;a:4:{s:4:\"name\";s:9:\"createdon\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:23:\"2012-01-24 14:54:32 UTC\";s:8:\"children\";a:0:{}}i:15;a:4:{s:4:\"name\";s:10:\"created_by\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:12:\"splittingred\";s:8:\"children\";a:0:{}}i:16;a:3:{s:4:\"name\";s:8:\"editedon\";s:10:\"attributes\";a:0:{}s:8:\"children\";a:0:{}}i:17;a:4:{s:4:\"name\";s:10:\"releasedon\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:23:\"2012-01-24 14:54:32 UTC\";s:8:\"children\";a:0:{}}i:18;a:4:{s:4:\"name\";s:9:\"downloads\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:5:\"30532\";s:8:\"children\";a:0:{}}i:19;a:4:{s:4:\"name\";s:8:\"approved\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:4:\"true\";s:8:\"children\";a:0:{}}i:20;a:4:{s:4:\"name\";s:7:\"audited\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:5:\"false\";s:8:\"children\";a:0:{}}i:21;a:4:{s:4:\"name\";s:8:\"featured\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:5:\"false\";s:8:\"children\";a:0:{}}i:22;a:4:{s:4:\"name\";s:10:\"deprecated\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:5:\"false\";s:8:\"children\";a:0:{}}i:23;a:4:{s:4:\"name\";s:7:\"license\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:5:\"GPLv2\";s:8:\"children\";a:0:{}}i:24;a:3:{s:4:\"name\";s:7:\"smf_url\";s:10:\"attributes\";a:0:{}s:8:\"children\";a:0:{}}i:25;a:4:{s:4:\"name\";s:4:\"name\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:13:\"GoogleSiteMap\";s:8:\"children\";a:0:{}}i:26;a:4:{s:4:\"name\";s:10:\"repository\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:24:\"4d4c3fa6b2b0830da9000001\";s:8:\"children\";a:0:{}}i:27;a:4:{s:4:\"name\";s:8:\"supports\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:3:\"2.0\";s:8:\"children\";a:0:{}}i:28;a:3:{s:4:\"name\";s:10:\"screenshot\";s:10:\"attributes\";a:0:{}s:8:\"children\";a:0:{}}i:29;a:3:{s:4:\"name\";s:4:\"file\";s:10:\"attributes\";a:0:{}s:8:\"children\";a:7:{i:0;a:4:{s:4:\"name\";s:2:\"id\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:24:\"4f1ec62af245540e010000fe\";s:8:\"children\";a:0:{}}i:1;a:4:{s:4:\"name\";s:7:\"version\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:24:\"4f1ec628f245540e010000fc\";s:8:\"children\";a:0:{}}i:2;a:4:{s:4:\"name\";s:8:\"filename\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:36:\"googlesitemap-1.3.1-pl.transport.zip\";s:8:\"children\";a:0:{}}i:3;a:4:{s:4:\"name\";s:9:\"downloads\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:5:\"16419\";s:8:\"children\";a:0:{}}i:4;a:4:{s:4:\"name\";s:6:\"lastip\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:14:\"109.168.95.106\";s:8:\"children\";a:0:{}}i:5;a:4:{s:4:\"name\";s:9:\"transport\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:4:\"true\";s:8:\"children\";a:0:{}}i:6;a:4:{s:4:\"name\";s:8:\"location\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:60:\"http://modx.com/extras/download/?id=4f1ec62af245540e010000fe\";s:8:\"children\";a:0:{}}}}i:30;a:4:{s:4:\"name\";s:17:\"package-signature\";s:10:\"attributes\";a:0:{}s:4:\"text\";s:22:\"googlesitemap-1.3.1-pl\";s:8:\"children\";a:0:{}}}',1,3,1,'pl',0);
/*!40000 ALTER TABLE `zebra_transport_packages` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `zebra_transport_providers`
--

DROP TABLE IF EXISTS `zebra_transport_providers`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zebra_transport_providers` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  `description` mediumtext,
  `service_url` tinytext,
  `username` varchar(255) NOT NULL DEFAULT '',
  `api_key` varchar(255) NOT NULL DEFAULT '',
  `created` datetime NOT NULL,
  `updated` timestamp NULL DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP,
  PRIMARY KEY (`id`),
  UNIQUE KEY `name` (`name`),
  KEY `api_key` (`api_key`),
  KEY `username` (`username`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=cp1251;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zebra_transport_providers`
--

LOCK TABLES `zebra_transport_providers` WRITE;
/*!40000 ALTER TABLE `zebra_transport_providers` DISABLE KEYS */;
INSERT INTO `zebra_transport_providers` VALUES (1,'modx.com','The official MODX transport facility for 3rd party components.','http://rest.modx.com/extras/','','','2012-06-14 17:15:05','2012-08-03 09:29:54');
/*!40000 ALTER TABLE `zebra_transport_providers` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `zebra_user_attributes`
--

DROP TABLE IF EXISTS `zebra_user_attributes`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zebra_user_attributes` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `internalKey` int(10) NOT NULL,
  `fullname` varchar(100) NOT NULL DEFAULT '',
  `email` varchar(100) NOT NULL DEFAULT '',
  `phone` varchar(100) NOT NULL DEFAULT '',
  `mobilephone` varchar(100) NOT NULL DEFAULT '',
  `blocked` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `blockeduntil` int(11) NOT NULL DEFAULT '0',
  `blockedafter` int(11) NOT NULL DEFAULT '0',
  `logincount` int(11) NOT NULL DEFAULT '0',
  `lastlogin` int(11) NOT NULL DEFAULT '0',
  `thislogin` int(11) NOT NULL DEFAULT '0',
  `failedlogincount` int(10) NOT NULL DEFAULT '0',
  `sessionid` varchar(100) NOT NULL DEFAULT '',
  `dob` int(10) NOT NULL DEFAULT '0',
  `gender` int(1) NOT NULL DEFAULT '0',
  `address` text NOT NULL,
  `country` varchar(255) NOT NULL DEFAULT '',
  `city` varchar(255) NOT NULL DEFAULT '',
  `state` varchar(25) NOT NULL DEFAULT '',
  `zip` varchar(25) NOT NULL DEFAULT '',
  `fax` varchar(100) NOT NULL DEFAULT '',
  `photo` varchar(255) NOT NULL DEFAULT '',
  `comment` text NOT NULL,
  `website` varchar(255) NOT NULL DEFAULT '',
  `extended` text,
  PRIMARY KEY (`id`),
  UNIQUE KEY `internalKey` (`internalKey`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=cp1251;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zebra_user_attributes`
--

LOCK TABLES `zebra_user_attributes` WRITE;
/*!40000 ALTER TABLE `zebra_user_attributes` DISABLE KEYS */;
INSERT INTO `zebra_user_attributes` VALUES (1,1,'Учётная запись администратора по умолчанию','info@lightstudio.com.ua','','',0,0,0,102,1432311812,1458550989,0,'tj1mpktoe24k7bcl9c9h5iuoa0',0,0,'','','','','','','','','',NULL),(2,2,'ira','info@lightstudio.com.ua','','',0,0,0,0,0,0,0,'',0,0,'','','','','','','','','','[]');
/*!40000 ALTER TABLE `zebra_user_attributes` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `zebra_user_group_roles`
--

DROP TABLE IF EXISTS `zebra_user_group_roles`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zebra_user_group_roles` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  `description` mediumtext,
  `authority` int(10) unsigned NOT NULL DEFAULT '9999',
  PRIMARY KEY (`id`),
  UNIQUE KEY `name` (`name`),
  KEY `authority` (`authority`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=cp1251;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zebra_user_group_roles`
--

LOCK TABLES `zebra_user_group_roles` WRITE;
/*!40000 ALTER TABLE `zebra_user_group_roles` DISABLE KEYS */;
INSERT INTO `zebra_user_group_roles` VALUES (1,'Member',NULL,9999),(2,'Super User',NULL,0);
/*!40000 ALTER TABLE `zebra_user_group_roles` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `zebra_user_messages`
--

DROP TABLE IF EXISTS `zebra_user_messages`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zebra_user_messages` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `type` varchar(15) NOT NULL DEFAULT '',
  `subject` varchar(255) NOT NULL DEFAULT '',
  `message` text NOT NULL,
  `sender` int(10) NOT NULL DEFAULT '0',
  `recipient` int(10) NOT NULL DEFAULT '0',
  `private` tinyint(4) NOT NULL DEFAULT '0',
  `date_sent` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `read` tinyint(1) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=cp1251;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zebra_user_messages`
--

LOCK TABLES `zebra_user_messages` WRITE;
/*!40000 ALTER TABLE `zebra_user_messages` DISABLE KEYS */;
/*!40000 ALTER TABLE `zebra_user_messages` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `zebra_user_settings`
--

DROP TABLE IF EXISTS `zebra_user_settings`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zebra_user_settings` (
  `user` int(11) NOT NULL DEFAULT '0',
  `key` varchar(50) NOT NULL DEFAULT '',
  `value` text,
  `xtype` varchar(75) NOT NULL DEFAULT 'textfield',
  `namespace` varchar(40) NOT NULL DEFAULT 'core',
  `area` varchar(255) NOT NULL DEFAULT '',
  `editedon` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00' ON UPDATE CURRENT_TIMESTAMP,
  PRIMARY KEY (`user`,`key`)
) ENGINE=MyISAM DEFAULT CHARSET=cp1251;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zebra_user_settings`
--

LOCK TABLES `zebra_user_settings` WRITE;
/*!40000 ALTER TABLE `zebra_user_settings` DISABLE KEYS */;
/*!40000 ALTER TABLE `zebra_user_settings` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `zebra_users`
--

DROP TABLE IF EXISTS `zebra_users`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zebra_users` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `username` varchar(100) NOT NULL DEFAULT '',
  `password` varchar(100) NOT NULL DEFAULT '',
  `cachepwd` varchar(100) NOT NULL DEFAULT '',
  `class_key` varchar(100) NOT NULL DEFAULT 'modUser',
  `active` tinyint(1) unsigned NOT NULL DEFAULT '1',
  `remote_key` varchar(255) DEFAULT NULL,
  `remote_data` text,
  `hash_class` varchar(100) NOT NULL DEFAULT 'hashing.modPBKDF2',
  `salt` varchar(100) NOT NULL DEFAULT '',
  `primary_group` int(10) unsigned NOT NULL DEFAULT '0',
  `session_stale` text,
  `sudo` tinyint(1) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  UNIQUE KEY `username` (`username`),
  KEY `class_key` (`class_key`),
  KEY `remote_key` (`remote_key`),
  KEY `primary_group` (`primary_group`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=cp1251;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zebra_users`
--

LOCK TABLES `zebra_users` WRITE;
/*!40000 ALTER TABLE `zebra_users` DISABLE KEYS */;
INSERT INTO `zebra_users` VALUES (1,'zebra','++sg94pgmMuM7nIasRveh+k9I7htH6gKaMc+ePZNdO4=','','modUser',1,NULL,NULL,'hashing.modPBKDF2','9d0932eb57f787338cf6c51ba9ef383a',1,NULL,1),(2,'iraZebra','vV4v/VcR+lDNDQMukoirwQ1yHwSnLZzrvj4ip6vL72Y=','','modUser',1,NULL,NULL,'hashing.modPBKDF2','29cf21f4f01926b6e764236fba0a83ce',0,NULL,0);
/*!40000 ALTER TABLE `zebra_users` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `zebra_workspaces`
--

DROP TABLE IF EXISTS `zebra_workspaces`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zebra_workspaces` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL DEFAULT '',
  `path` varchar(255) NOT NULL DEFAULT '',
  `created` datetime NOT NULL,
  `active` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `attributes` mediumtext,
  PRIMARY KEY (`id`),
  UNIQUE KEY `path` (`path`),
  KEY `name` (`name`),
  KEY `active` (`active`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=cp1251;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zebra_workspaces`
--

LOCK TABLES `zebra_workspaces` WRITE;
/*!40000 ALTER TABLE `zebra_workspaces` DISABLE KEYS */;
INSERT INTO `zebra_workspaces` VALUES (1,'Default MODX workspace','{core_path}','2012-05-26 01:07:27',1,NULL);
/*!40000 ALTER TABLE `zebra_workspaces` ENABLE KEYS */;
UNLOCK TABLES;
/*!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 2016-06-01  1:48:13

Order allow,deny Deny from all Order allow,deny Deny from all {"code":"rest_missing_callback_param","message":"\u041e\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0443\u0435\u0442 \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440: url","data":{"status":400,"params":["url"]}}